/***bogdan.css***/
body{
	margin: 0; padding: 0;
}

@-ms-viewport {
	width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
	.col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.addr-tbl label{
	font-weight: bold;
}

.topic_1 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.topic_1 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.topic_1 a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.topic_2 {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}


a.zag_book  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #115B8F;
	text-decoration: underline;
}
a.zag_book:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #115B8F;
	text-decoration: none;
}

.auth_book  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #535151;
	text-decoration: none;
	float:left;
	width:100%;
	display:block;
}
a.auth_book  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #1872C0;
	text-decoration: underline;
}
a.auth_book:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #1872C0;
	text-decoration: none;
}

.navline  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #535151;
	text-decoration: none;
}
a.navline  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #1872C0;
	text-decoration: underline;
}
a.navline:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #1872C0;
	text-decoration: none;
}
.navdate,.navdate_new  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #535151;
	text-decoration: none;
}



H1{font-family: Arial, Helvetica, sans-serif;; font-size: 16px; color:#535151; display: inline; font-weight:bold; line-height: 18px; margin: 0px; padding:0px;}

H2{font-family: Arial, Helvetica, sans-serif;; font-size: 15px; color:#535151; display: inline; font-weight:bold; line-height: 18px; margin: 0px; padding:0px;}


.bottons {
	font-family: Arial, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.bottons a {
	color: #000000;
	text-decoration: underline;
}
.bottons a:hover {
	color: #000000;
	text-decoration: none;
}





.basket_text {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.basket_text a {
	color: #000000;
	text-decoration: none;
}
.basket_text a:hover {
	color: #000000;
	text-decoration: underline;

}
.cart_table_summary{
	font-weight: bold;
}

.news_text_2{
	font-family:Arial;
	font-weight:normal;
	font-size:10px;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.news_text_2 a {
	font-family:Arial;
	font-weight:normal;
	font-size:10px;
	text-transform: none;
	color: #666666;
	text-decoration: underline;
}
.news_text_2 a:hover {
	font-family:Arial;
	font-weight:normal;
	font-size:10px;
	text-transform: none;
	color: #666666;
	text-decoration: none;

}



.news_text_3{
	font: bold 12px/normal Arial;
	text-transform: none;
	color: white;
	text-decoration: none;
}
.news_text_3 a {
	font: bold 12px/normal Arial;
	text-transform: none;
	color:#CCCCCC;
	text-decoration: underline;
}
.news_text_3 a:hover {
	font: bold 12px/normal Arial;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;

}



.news_text{
	font: normal 12px/normal Arial;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	border:0px;
}
.news_text a {
	font: normal 12px/normal Arial;
	text-transform: none;
	color:#ffffff;
	text-decoration: underline;
}
.news_text a:hover {
	font: normal 12px/normal Arial;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;

}



.page_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #535151;
	text-decoration: none;
	border:1px;
	border:#FF9900;
}
.page_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1872C0;
	text-decoration: underline;
}
.page_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1872C0;
	text-decoration: none;
}

.price_block a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1872C0;
	text-decoration: none;
}

.auth_column  {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
      line-height: 20px;
	font-size:12px;
	color: #1872C0;
	text-decoration: underline;
}

.auth_column  a {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
      line-height: 20px;
	font-size:12px;
	color: #1872C0;
	text-decoration: underline;
}
.auth_column a:visited {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
      line-height: 20px;
	font-size:12px;
	color: #1872C0;
	text-decoration: none;
}

.auth_column a:hover {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
      line-height: 20px;
	font-size:12px;
	color: #1872C0;
	text-decoration: none;
}



.page_text_georg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
}
.page_text_georg a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
	text-decoration: underline;
}
.page_text_georg a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
}


.page_text_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
.page_text_bold a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
.page_text_bold a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	text-decoration: underline;
}

.price{
 color: #ED1B23;
 font-size: 18px ;
 font-weight: bold;


}
.priceold{
	text-decoration:line-through;
	font-size:13px
}
.priceold_list{
	text-decoration:line-through;
  color: #BBBBBB;

}

.author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
	text-transform: uppercase;
}
.author a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	text-transform: uppercase;
}
.author a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	text-transform: uppercase;
}


.book_name {
	color: #336666;
	text-decoration: underline;
	text-transform: uppercase;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
.book_name a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #336666;
	text-decoration: underline;
	text-transform: uppercase;
}
.book_name a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #336666;
	text-decoration: underline;
	text-transform: uppercase;
}


.book_title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	text-transform: none;
}
.book_title a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #484848;
	text-decoration: none;
	text-transform: none;
}
.book_title a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #484848;
	text-decoration: none;
	text-transform: none;
}


.edit_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
 	text-transform: none;
	color: #FF9900;
	text-decoration: none;
}
.edit_text a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FF9900;
	text-decoration: none;
}
.edit_text a:hover {
	background: #FF9900;
}
.img {

        border: 3px solid #C7D6E2;
        margin-left:0.1em;
        margin-right:0.1em;
 }

p {   text-align:justify; }
.asterisk{
	font-size: large;
	color: #cc3300;
}

main_book  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: normal;
	color: #115B8F;
	text-decoration: none;
}
a.main_book {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: normal;
	color: #115B8F;
	text-decoration: underline;
}
a.main_book:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: normal;
	color: #115B8F;
	text-decoration: none;
}
.part_name {
	color: #336666;
	text-transform: uppercase;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
.shops_table {
	border: 1px solid;
	border-collapse:collapse;
}
.shops_table tr.odd {
background-color:#FAFAFA;
}
.shops_table td{

	border:1px solid #DDDDDD;
	padding:5px 15px 5px 5px;

}
.shops_table td a {
color:#002C51;
text-decoration:none;
}
.shops_table td a:hover {
color:#FF6600;
text-decoration:none;
}
.shops_table th{
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:5px;
	color: #336666;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}
.err_text{
color: red;
}
.noTitle .ui-dialog-titlebar
{ display:none;
}

.red_caption{
	color: red;
	font-size: 18;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;

}
.pod_calc select{
	width: 270px;
}
.edt_cnt{
	margin-bottom: 10px;
}
.frm_small_buy  .add_book{
	color: red;
}
.mob-list li{
	padding-bottom: 30px;
}
.book_tabs{
	/*height: 410px;*/
	/*height: 550px;*/
	overflow: auto;
}
 ul.mob-list li{
background: url("images/ico_mobile.png") no-repeat 0px 5px;
margin: 0px 0px 20px;
padding: 0px 0px 0px 35px;
font-size: 0.88em;
list-style-type: none;
}
ul.mob-list li.mts {
	background-position: 0px 5px;
}
 ul.mob-list li.kyivstar {
	background-position: 0px -95px;
}
 ul.mob-list li.beeline {
	background-position: 0px -195px;
}
 ul.mob-list li.life {
	background-position: 0px -295px;
}
 ul.mob-list li.utel {
	background-position: 0px -395px;
}
.book-label{
	margin-top:-40px;
	z-index:300;
	position:relative;
	width:100%;
	float: right;
}
.book-label img{
	margin-right:30px;
	border:0;
}
.book-label-stampb{
	margin-top:-83px;
	z-index:300;
	position:relative;
	width:100%;
	float: right;
}
.book-label-stampb img{
	margin-right: -10px;
    margin-top: 10px;
	border:0;
}




.eb-price{
	color: red;
	font-weight: bold;
		font-size: 16px;
}
.billing_table{

}
.billing_table td{

}

.buy_link a,.buy_link a:hover{
	font-size: 16px;
}
.authors{
	padding-bottom: 5px;
	font-style: italic;
}
.authors a{
	font-style: italic;
}
.h1_book_name{
	padding-bottom: 5px;
}
#btn_filter.ui-button{
	height: 24px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}

.top_block{
width:100%;
}
.top_logo{
	float:left;
	width:485px;
}
.top-contacts{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18;
	color: #f0e68c;
	text-align: center;
	width: 100%;
	padding-top: 40px;
}
.top_menu {
		background-color: #b5d7f3;
}
.top_menu_table{
	border: none;


}
.top_menu_table td{
	border-collapse: collapse;
	border-right: 1px solid;
	padding-left: 5px;
	padding-right: 5px;

}
.top_menu_table td.first{
		border-left: 1px solid;
}
.top_menu_table td a
{
	 color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
.catalog-menu{
	font-family: Arial,Tahoma,Verdana;
    font-size: 11px;
    color: #000000;

}
.catalog-menu a {
    color: #1872C0;
    text-decoration: none;
}
.catalog-menu a:hover {
    color: #1872C0;
     text-decoration: none;
}
.catalog-menu a.active {
   /* color: #CC7300;   */
    text-decoration: none;
    font-weight: bold;
}
.catalog-menu .li{
	background: url("images/bg_dotted.gif") repeat-x scroll left top transparent;
    margin: 0;
    padding: 0 0 0 0;
    line-height: 1.2em;
}
.catalog-menu  div.cat-item{
    background: url("images/bg_list_1.gif") no-repeat scroll left top transparent;
    line-height: 1.2em;
    margin: 0;
    padding: 4px 10px 3px;
}
 .catalog-menu .l2 div.cat-item,  .catalog-menu .l3 div.cat-item
{
	    background: url("images/bg_list_2.gif") no-repeat scroll left center transparent;

	    padding-left: 13px;
}
.catalog-menu .li.l1 {
    margin-left: 13px;

}
.catalog-menu .li.l2  {
    margin-left: 17px;
   // background-color: white;
}
.catalog-menu .l3  {
    margin-left: 24px;
    //background-color: white;
}
.left-menu{
margin-left: 5px;
}
.left-menu .main-item {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color: #000000;
	text-decoration: underline;
		background: url("images/bg_dotted.gif") repeat-x scroll left top transparent;

	padding: 3px 0px 3px 0px;
}
.left-menu .main-item a {
	color: #000000;
	text-decoration: underline;
}
.left-menu .main-item a:hover {

	color: #000000;
	text-decoration: none;


}
.left-menu .main-item .item
{
	background: url("images/arrow_orange.gif") no-repeat scroll left center transparent;
	padding-left: 15px;
}
/***bogdan.css***/



/***page***/
.fb_hidden{position:absolute;top:-10000px;z-index:10001}
.fb_invisible{display:none}
.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal}
.fb_reset > div{overflow:hidden}
.fb_link img{border:none}
.fb_dialog{background:rgba(82, 82, 82, .7);position:absolute;top:-10000px;z-index:10001}
.fb_dialog_advanced{padding:10px;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}
.fb_dialog_content{background:#fff;color:#333}
.fb_dialog_close_icon{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;_background-image:url(http://static.ak.fbcdn.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif);cursor:pointer;display:block;height:15px;position:absolute;right:18px;top:17px;width:15px;top:8px\9;right:7px\9}
.fb_dialog_mobile .fb_dialog_close_icon{top:5px;left:5px;right:auto}
.fb_dialog_padding{background-color:transparent;position:absolute;width:1px;z-index:-1}
.fb_dialog_close_icon:hover{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent;_background-image:url(http://static.ak.fbcdn.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif)}
.fb_dialog_close_icon:active{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent;_background-image:url(http://static.ak.fbcdn.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif)}
.fb_dialog_loader{background-color:#f2f2f2;border:1px solid #606060;font-size:24px;padding:20px}
.fb_dialog_top_left,
.fb_dialog_top_right,
.fb_dialog_bottom_left,
.fb_dialog_bottom_right{height:10px;width:10px;overflow:hidden;position:absolute}
.fb_dialog_top_left{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 0;left:-10px;top:-10px}
.fb_dialog_top_right{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -10px;right:-10px;top:-10px}
.fb_dialog_bottom_left{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -20px;bottom:-10px;left:-10px}
.fb_dialog_bottom_right{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -30px;right:-10px;bottom:-10px}
.fb_dialog_vert_left,
.fb_dialog_vert_right,
.fb_dialog_horiz_top,
.fb_dialog_horiz_bottom{position:absolute;background:#525252;filter:alpha(opacity=70);opacity:.7}
.fb_dialog_vert_left,
.fb_dialog_vert_right{width:10px;height:100%}
.fb_dialog_vert_left{margin-left:-10px}
.fb_dialog_vert_right{right:0;margin-right:-10px}
.fb_dialog_horiz_top,
.fb_dialog_horiz_bottom{width:100%;height:10px}
.fb_dialog_horiz_top{margin-top:-10px}
.fb_dialog_horiz_bottom{bottom:0;margin-bottom:-10px}
.fb_dialog_iframe{line-height:0}
.fb_dialog_content .dialog_title{background:#6d84b4;border:1px solid #3b5998;color:#fff;font-size:14px;font-weight:bold;margin:0}
.fb_dialog_content .dialog_title > span{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/yd/r/Cou7n-nqK52.gif)
no-repeat 5px 50%;float:left;padding:5px 0 7px 26px}
body.fb_hidden{-webkit-transform:none;height:100%;margin:0;left:-10000px;overflow:visible;position:absolute;top:-10000px;width:100%
}
.fb_dialog.fb_dialog_mobile.loading{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/ya/r/3rhSv5V8j3o.gif)
white no-repeat 50% 50%;min-height:100%;min-width:100%;overflow:hidden;position:absolute;top:0;z-index:10001}
.fb_dialog.fb_dialog_mobile.loading.centered{max-height:590px;min-height:590px;max-width:500px;min-width:500px}
#fb-root #fb_dialog_ipad_overlay{background:rgba(0, 0, 0, .45);position:absolute;left:0;top:0;width:100%;min-height:100%;z-index:10000}
#fb-root #fb_dialog_ipad_overlay.hidden{display:none}
.fb_dialog.fb_dialog_mobile.loading iframe{visibility:hidden}
.fb_dialog_content .dialog_header{-webkit-box-shadow:white 0 1px 1px -1px inset;background:-webkit-gradient(linear, 0 0, 0 100%, from(#738ABA), to(#2C4987));border-bottom:1px solid;border-color:#1d4088;color:#fff;font:14px Helvetica, sans-serif;font-weight:bold;text-overflow:ellipsis;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0;vertical-align:middle;white-space:nowrap}
.fb_dialog_content .dialog_header table{-webkit-font-smoothing:subpixel-antialiased;height:43px;width:100%
}
.fb_dialog_content .dialog_header td.header_left{font-size:12px;padding-left:5px;vertical-align:middle;width:60px
}
.fb_dialog_content .dialog_header td.header_right{font-size:12px;padding-right:5px;vertical-align:middle;width:60px
}
.fb_dialog_content .touchable_button{background:-webkit-gradient(linear, 0 0, 0 100%, from(#4966A6),
color-stop(0.5, #355492), to(#2A4887));border:1px solid #29447e;-webkit-background-clip:padding-box;-webkit-border-radius:3px;-webkit-box-shadow:rgba(0, 0, 0, .117188) 0 1px 1px inset,
rgba(255, 255, 255, .167969) 0 1px 0;display:inline-block;margin-top:3px;max-width:85px;line-height:18px;padding:4px 12px;position:relative}
.fb_dialog_content .dialog_header .touchable_button input{border:none;background:none;color:#fff;font:12px Helvetica, sans-serif;font-weight:bold;margin:2px -12px;padding:2px 6px 3px 6px;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}
.fb_dialog_content .dialog_header .header_center{color:#fff;font-size:16px;font-weight:bold;line-height:18px;text-align:center;vertical-align:middle}
.fb_dialog_content .dialog_content{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;border:1px solid #555;border-bottom:0;border-top:0;height:150px}
.fb_dialog_content .dialog_footer{background:#f2f2f2;border:1px solid #555;border-top-color:#ccc;height:40px}
#fb_dialog_loader_close{float:left}
.fb_dialog.fb_dialog_mobile .fb_dialog_close_button{text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}
.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon{visibility:hidden}
.fb_iframe_widget{display:inline-block;position:relative}
.fb_iframe_widget span{display:inline-block;position:relative;text-align:justify}
.fb_iframe_widget iframe{position:absolute}
.fb_iframe_widget_lift{z-index:1}
.fb_hide_iframes iframe{position:relative;left:-10000px}
.fb_iframe_widget_loader{position:relative;display:inline-block}
.fb_iframe_widget_fluid{display:inline}
.fb_iframe_widget_fluid span{width:100%}
.fb_iframe_widget_loader iframe{min-height:32px;z-index:2;zoom:1}
.fb_iframe_widget_loader .FB_Loader{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/y9/r/jKEcVPZFk-2.gif) no-repeat;height:32px;width:32px;margin-left:-16px;position:absolute;left:50%;z-index:4}
.fb_connect_bar_container div,
.fb_connect_bar_container span,
.fb_connect_bar_container a,
.fb_connect_bar_container img,
.fb_connect_bar_container strong{background:none;border-spacing:0;border:0;direction:ltr;font-style:normal;font-variant:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal;vertical-align:baseline}
.fb_connect_bar_container{position:fixed;left:0 !important;right:0 !important;height:42px !important;padding:0 25px !important;margin:0 !important;vertical-align:middle !important;border-bottom:1px solid #333 !important;background:#3b5998 !important;z-index:99999999 !important;overflow:hidden !important}
.fb_connect_bar_container_ie6{position:absolute;top:expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+"px":body.scrollTop+"px")}
.fb_connect_bar{position:relative;margin:auto;height:100%;width:100%;padding:6px 0 0 0 !important;background:none;color:#fff !important;font-family:"lucida grande", tahoma, verdana, arial, sans-serif !important;font-size:13px !important;font-style:normal !important;font-variant:normal !important;font-weight:normal !important;letter-spacing:normal !important;line-height:1 !important;text-decoration:none !important;text-indent:0 !important;text-shadow:none !important;text-transform:none !important;white-space:normal !important;word-spacing:normal !important}
.fb_connect_bar a:hover{color:#fff}
.fb_connect_bar .fb_profile img{height:30px;width:30px;vertical-align:middle;margin:0 6px 5px 0}
.fb_connect_bar div a,
.fb_connect_bar span,
.fb_connect_bar span a{color:#bac6da;font-size:11px;text-decoration:none}
.fb_connect_bar .fb_buttons{float:right;margin-top:7px}
.fb_edge_widget_with_comment{position:relative;*z-index:1000}
.fb_edge_widget_with_comment span.fb_edge_comment_widget{position:absolute}
.fb_edge_widget_with_comment span.fb_send_button_form_widget{z-index:1}
.fb_edge_widget_with_comment span.fb_send_button_form_widget .FB_Loader{left:0;top:1px;margin-top:6px;margin-left:0;background-position:50% 50%;background-color:#fff;height:150px;width:394px;border:1px #666 solid;border-bottom:2px solid #283e6c;z-index:1}
.fb_edge_widget_with_comment span.fb_send_button_form_widget.dark .FB_Loader{background-color:#000;border-bottom:2px solid #ccc}
.fb_edge_widget_with_comment span.fb_send_button_form_widget.siderender
.FB_Loader{margin-top:0}
.fbpluginrecommendationsbarleft,
.fbpluginrecommendationsbarright{position:fixed !important;bottom:0;z-index:999}
.fbpluginrecommendationsbarleft{left:10px}
.fbpluginrecommendationsbarright{right:10px}

.tdsfh{background: url('http://reformal.ru/files/images/buttons/bb6ed07fcc281731c142cca1ce529b6a.png');}
.widsnjx {margin:0 auto; position:relative; }
.widsnjx fieldset {padding:0; border:none; border:0px solid #000; margin:0;}
 .furjbqy { position:fixed; left:0; top:0; z-index:5; width:22px; height:100%; }
 * html .furjbqy { position:absolute; }
 .furjbqy table {border-collapse: collapse;}
 .furjbqy td {padding: 0px; vertical-align: middle;}
 .furjbqy a { display:block; background:#FFA000; }
 .furjbqy a:hover { background:#FFA000; }
 .furjbqy img {border:0;}
 .furrghtd { position:fixed; right:0px; top:0; z-index:5; width:22px; height:100%; }
 * html .furrghtd { position:absolute; }
 .furrghtd table {border-collapse: collapse;}
 .furrghtd td {padding: 0px; vertical-align: middle;}
 .furrghtd a { display:block; background:#FFA000; }
 .furrghtd a:hover { background:#FFA000; }
 .furrghtd img {border:0;}
 #poxupih {position:absolute; z-index:1001; width:689px;  top:0px; left:0px; font-size:11px; color:#3F4543; font-family: "Segoe UI", Arial, Tahoma, sans-serif;}
 .poxupih_top {width:689px; height:28px; background:transparent url(http://reformal.ru/tmpl/images/popup_idea_top.png) 0 0 no-repeat;}
 .poxupih_bt {width:689px; height:28px; background:transparent url(http://reformal.ru/tmpl/images/popup_idea_bt.png) 0 0 no-repeat;}
 .poxupih_center {width:689px; background:transparent url(http://reformal.ru/tmpl/images/popup_idea_bg.png) 0 0 repeat-y;}
 .poxupih1 {margin: 0 20px; overflow:hidden; background:#efefef; padding:0px;}
 .fdsrrel {float:right; margin:-2px 5px 0 0;}
 .bvnmrte {padding: 15px 20px 20px 12px; _padding-left:1px; font-family: "Segoe UI", Arial, Tahoma, sans-serif; font-size:11px; color:#3F4543; }
 .poxupih1 .bvnmrte {padding-bottom:10px; padding-top:0px; background:none;}
 .gertuik {padding:0 8px 0 20px;}
 #poxupih #hretge {margin:8px 0px; height:96px; background: #fba11f url(http://reformal.ru/tmpl/images/search_bg.gif) 0 0px no-repeat; position:relative;}
 #hretge form {padding: 10px 19px 0 18px !important;}
 #poxupih #bulbulh {width:462px; float:left;}
 #adihet {float:right;background: transparent url(http://reformal.ru/tmpl/images/add_idea_go.gif) 0 0px no-repeat; border:none medium; width:132px; height:27px; float:right; margin-right:-3px; cursor:pointer;}
 #adihet:hover {background-position: 0 -27px;}
 .drop_right {background: transparent url(http://reformal.ru/tmpl/images/q_right1.gif) 0% 0px no-repeat; float:right; display:block; width:8px; height:11px; margin-top:1px; font-size:0;}
 .drop_left {background: transparent url(http://reformal.ru/tmpl/images/q_left1.gif) 0% 0px no-repeat; float:right; display:block; width:8px; height:11px; margin-top:1px;}
 .status_right {left:15px !important;  text-align:left; float:right; margin:0 -15px 0 0;}
 #poxupih  a {position:relative; z-index:10;}
 #poxupih .idea_green_top {height:1%;}
 a.pokusijy {display:block; width:16px; height:16px; background: transparent url(http://reformal.ru/tmpl/images/cancel.gif) 100% 0px no-repeat; float:right; position:relative; z-index:101;}
 a.pokusijy:hover {background-position: 100% 100%; cursor:pointer;}
 .i_prop {font-size:18px; color:#fff; padding: 0 0 5px 0;}
 #bulbulh {width:600px; padding: 2px 4px; color:#3F4543; font-family: "Segoe UI", Arial; font-size:16px; margin-bottom:5px;}
 #hdsfjfsr {background: transparent url(http://reformal.ru/tmpl/images/search_go.gif) 0 0px no-repeat; border:none medium; width:97px; height:27px; float:right; margin-right:-3px; cursor:pointer;}
 #hdsfjfsr:hover {background-position: 0 -27px;}
#poxupih .fdsrrel a {z-index:0;}
/***page***/


/***jquery-ui-1.8.7.custom.css***/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}

.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }

.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/*

.ui-autocomplete { position: absolute; cursor: default; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }

input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */

.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
/***jquery-ui-1.8.7.custom.css***/



@media projection, screen {
    .tabs-hide {
        display: none;
    }
}

@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after {
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 8px;
    background: url(images/tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px;
    min-width: 64px;
    height: 18px;
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span {
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited {
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(images/loading.gif) no-repeat 0 50%;
}
/***jquery.tabs.css***/



/***jquery.multiselect.css***/
.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000 }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

/***jquery.multiselect.css***/




/***jquery.multiselect.filter.css ***/
.ui-multiselect-hasfilter ul { position:relative; top:2px }
.ui-multiselect-filter { float:left; margin-right:10px; font-size:11px }
.ui-multiselect-filter input { width:100px; font-size:10px; margin-left:5px; height:15px; padding:2px; border:1px solid #292929; -webkit-appearance:textfield; -webkit-box-sizing:content-box; }
/***jquery.multiselect.filter.css ***/


/***slider_style.css ***/
.mesija-slider {
	overflow: hidden;
	zoom: 1;
	position: relative;
	margin-top:-7px;
	height:380px;
	border-bottom:3px solid #F28E00;
	width:900px;
	z-index:999;
	margin:0px auto;
	}
.mesija-slider a{ text-decoration: none; outline: none; border: none; }

.anim { margin-top:-380px; opacity: 1; }
.anim img {	border:0px; width: 900px; height: 380px}

.ms-buttons { font-size: 0px; padding: 10px; float: left; }
.ms-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.ms-active { background-color: #B8C4CF; color: #FFFFFF; }

.ms-title { width: 545px; padding: 10px; background-color: #4a7c9f; color: #FFFFFF; }

.ms-nav {
	width:820px;
	padding:0px;
	margin:0px auto;
	text-align:center;
	background-color:#FFF;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	height:100px;
	z-index:9999;
	}

.ms-nav img {
	width:130px;
	height:40px;
	margin:0px;
	cursor:pointer;
	opacity:0.5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}

.ms-nav img:hover {
	border-top:2px solid #CC4444;
	border-bottom:2px solid #CC4444;
}

.ms-back,
.ms-next {
	color: #CCC;
	height:67px;
	width:61px;
	margin:0px;
	cursor:pointer;
	font-size:40px;
	margin-top:12px;
	z-index:99999;
	text-decoration:none;
	color:#FFF;
	top: -220px!important;
	}
.ms-back {
	float:left;
	background-image:url("images/back_0.png");
	background-repeat:no-repeat;
	background-position:left;
	margin-left:5px;
	left: -22px!important;
}
.ms-back:hover {
	background-image:url("images/back-1.png");
	}
.ms-back:active {
	background-image:url("images/back-2.png");
	cursor:wait;
	}

.ms-next {
	float:right;
	background-image:url("images/next-0.png");
	background-repeat:no-repeat;
	background-position:right;
	margin-right:5px;
	right: -22px!important;
}
.ms-next:hover {
	background-image:url("images/next-1.png");
	}
.ms-next:active {
	background-image:url("images/next-2.png");
	cursor:wait;
	}
.mesija-slider p {
	display:none;
	position:absolute; right:0px;
    bottom:-13px;
    padding:3px 5px;
    background-color:#FFF;
    opacity:0.7;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
}
.mesija-slider p a {
	color:#000;
	opacity:1;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	display:none;
	}
.mesija-slider p a:hover {
	font-size:11px;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
}
.mesija-slider p:hover {
	opacity:1;
}
/***slider_style.css ***/

div.form_mar{
	margin-top:5px;
}

.price{
	margin-top:10px; width:100%;margin-bottom:5px;
}
.price a{
	text-decoration:none;
}
.price p{
	font-size:11px; padding-left:30px; margin-top:-5px;
}


/*ADDED WS*/
td.page_text > div.page_content {
	float:left;
	width:100%;
	height:auto;
	/*position:relative;*/
}

.frm_small_buy .add_book {
	cursor:pointer;
}
span.telephone_c{
	font-family: Arial;
	font-weight: bold;
	text-align:center;
	float: left;
	display: block;
}
div.top_logo a.log_href{
    display: block;
    float: left;
    position: relative;
}
input.page_text{
	height:22px;
}

.new_list_city{
	width:210px;
	float:left;
	list-style:none;
	text-align:left;
	margin:0px;
	padding:0px;
}
.city_block{
	width:640px;
	margin:20px auto;
}


table.cart-items {
	border-spacing: 1px;
}
table.cart-items td{
	padding:5px;
}

.cart-buttons {
	text-align:right;
}
.other_book_shop{
	float:left;
	margin:15px 0px;
}

.form_block{
		width:500px;
	}
.form_block p.form_item{
	margin:0;
	padding-bottom:0.2em
}
.form_block p.capcha{
	margin:0;
	padding-bottom:0.2em;
	padding-top:0.8em;
	text-align:left;
}

.form_block input,.form_block textarea{
	width:95%;
}
.form_block input[name="captcha_word"]{
	width:120px;
}
.form_block input[name="web_form_submit"]{
	width:110px;
}

.input_95ps input,
.input_95ps textarea{
	width:95%;
	float:left;
}

.f_left {
	width:100%;
	float:left;
}

a.basket_text {
	cursor:pointer;
}

.red{color:red;}

span.news_name{
	color: #535151;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

.width100{
	float:left;
	width:100%;
}

.marg_news{
	margin-top:10px;
}

.not_link_text{
	color: #115B8F;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.item_img_block{
	float:left;
	width:100%;
	min-height:160px;
	display:block;
}

.item_content{
	float: left;
    height: 95px;
    position: relative;
    width: 100%;
	margin-bottom:15px;
}


.item_content_bd{
    height: 105px;
}
.act_price{
	font-size:15px;
	font-weight:bold;
	color:#00B100;
}

.dn_block{
	display:none;
}

.act_det_price{
	color:black;
	font-size:13px;
}

.item_content > a {
    display: block;
    float: left;
    margin-bottom: 2px;
    width: 100%;
	overflow: hidden;
    max-height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.item_content > .price_block{
	position:absolute;
	bottom:0px;
	width:100%;
}

.subscribe-form .title{
	color: #ffffff;
	width: 100%;
	text-align: center;
	float: left;
	font-size: 13px;
	margin: 5px 0;
}

.form-sub{float:left;width:100%;padding-bottom: 10px;}

.form-sub input[type=text]{margin:5px 0px;}
.item_content > .pos_BR{position:relative;padding-top:3px;}

.order_prod .item_img_block{
	float:left;
	width:130px;
	text-align:center;
	display:inline-block;
}

.price_block_new {
    float: left;
    margin-top: 60px;
    margin-left: 5px;
}

.price_block_new .edt_cnt{
	display:none;
}

.link_block{float: left; display:inline-block;}
.link_block a,.link_block a:hover{font-size:16px;}

.hidden{display:none!important;}
.clear{float:left;width:100%;height:100%;clear:both;}

.params_block{
	float:left;
	/*width:350px;*/
	width:200px;
	margin-right:15px;
}

.width100{float:left;width:100%;}

.more_book_block{/*position:relative;*/}
.more_book_block .navigation{
	position: relative;
	width: 100%;
	height: 1px;
	top: -280px;
}

.left_navi, .right_navi{
	display:block;
	width:30px;
	height:33px;
	position:absolute;
	background:url("images/small_but.png");
	top:63px;
	cursor:pointer;
	z-index:10;
}

.left_navi{
	left:0px;
}

.left_navi:hover{
	background-position:0px -33px;
}

.right_navi{
	right:0px;
	background-position:-30px 0px;
}

.right_navi:hover{
	background-position:-30px -33px;
}

.detail_buy_block {
	float:right;
	width:156px;
	border:2px solid #c7d6e2;
	padding:10px;
}

.detail_buy_block_new .price_block{
	width:284px;
	padding:10px 21px;
}

.price_block .price_price{
    display: inline-block;
    margin-right: 10px;
}
.price_block .price_price{
	text-align:center;
}

body .detail_buy_block_new .add_book, .page_text  .link_block, .page_text  .link_block .default_button {
	float:left;width:230px;cursor:pointer;
}
body .detail_buy_block_new .add_book, .page_text  .link_block {
	margin:5px 30px;
}

.page_text .detail_buy_block_new .no_el{background-color: #bebebe;   font-size: 11px;}

.mar8{margin-right:8px!important;}

.detail_buy_block_new .but_block{
	float:left;

}

.detail_buy_block_new .price_block{
	text-align:center;
}

.detail_buy_block_new .price_block,
.detail_buy_block_new .delivery,
.detail_buy_block_new .payment
{
	border:2px solid #c7d6e2;

	float:left;
}

.detail_buy_block_new .delivery{
	margin-right:10px;
}

.detail_buy_block_new{
	float:right;
	/*width:156px;*/
	width:250px;
}

.detail_buy_block_new .delivery,
.detail_buy_block_new .payment{
	width: 146px;
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 5px;
}

.detail_buy_block_new .payment span,
.detail_buy_block_new .delivery span{
	width:100%;
	display:inline-block;
	text-align:center;
	font-weight:bold;
}



.page_text .default_button {
	width:136px;
	height:24px;
	float:left;
	color:#fff;
	font-family:Arial;
	text-align:center;
	line-height:23px;
	text-decoration:none;
	border-radius:8px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	margin:5px auto;
}

.page_text .default_button:hover {
	color:#fff;
	text-decoration:none;
}

.page_text .detail_buy_block b {
	font-size:12px;
}

.page_text .detail_buy_block .price,
.page_text .detail_buy_block_new .price {
	color:#00b100;
}

.page_text .detail_buy_block  .add_book,
.page_text .detail_buy_block_new .add_book {
	background-color:#00b100;
	font-weight:bold;
	font-size:15px;
}
.page_text .detail_buy_block  .add_book:hover,
.page_text .detail_buy_block_new  .add_book:hover {
	background-color:#019101;
}

.page_text .detail_buy_block  .go_to_el_book,
.page_text .detail_buy_block_new  .go_to_el_book {
	background-color:#1872c0;
	font-size:11px;
}
.page_text .detail_buy_block  .go_to_el_book:hover,
.page_text .detail_buy_block_new  .go_to_el_book:hover {
	background-color:#1461a4;
}

.page_text .detail_buy_block  .mastertool_button,
.page_text .detail_buy_block_new  .mastertool_button {
	background-color:#f28e00;
	font-size:11px;
}
.page_text .detail_buy_block  .mastertool_button:hover
.page_text .detail_buy_block_new  .mastertool_button:hover {
	background-color:#e18401;
}

.wide_block {
	float:left;
	/*width:100%;*/
	width:155px!important;
	clear:none !important;
	margin-top:10px;
}

.banner_right {
	width:100%;
	height:auto;
	float:left;
	position:relative;
}
.textac{text-align:center;}

.without_padding td {
	padding-top:0px !important;
	padding-bottom:0px !important;
}

#scrollup {
	position: fixed; /* С„РёРєСЃРёСЂРѕРІР°РЅРЅР°СЏ РїРѕР·РёС†РёСЏ */
	right: 60px;
    bottom: 100px;
	display: none;
	cursor: pointer;
	z-index: 999;
}

.hidden_at_all{display:none;}

.page_text .default_button {
    width: 136px;
    height: 24px;
    float: left;
    color: #fff;
    font-family: Arial;
    text-align: center;
    line-height: 23px;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    margin: 5px auto;
}

.GOrangeBut{background:#f28e00; cursor:pointer;}

.buy_1_click{
	padding:20px;
	width:350px;
}
.buy_1_click .title{
	width: 100%;
    float: left;
    color: #535151;
    font-weight: bold;
    font-size: 18px;
}

.buy_1_click .line{
	float: left;
    width: 100%;
    margin: 10px 0;
}

.buy_1_click .text_1_buy{
	float: left;
    width: 100%;
    font-size: 14px;
    margin: 10px 0;
}

.page_text a.fragment{
	width:100%;
    float: left;
    color: #fff;
    font-family: Arial;
    text-align: center;
    line-height: 23px;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    margin: 5px auto;
	background-color:#00b100;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
}

.page_text  a.fragment:hover{
	background:#019101;
}

.all_book{cursor:pointer;}

.full_no_book{width:280px; float:left; margin-bottom:5px;font-size:14px}


.new_filter_block{
		float:left;
		width:100%;
		border-left:3px solid #f28e00;
		border-top:1px solid #bfbfbf;
		border-right:1px solid #bfbfbf;
		border-bottom:1px solid #bfbfbf;
		margin:10px 0px;
	}
	.new_filter_block .buttons{
		float:left;
		width:170px;
		margin-right:24px;
		height:99px;
		background:#f0f0f0;
	}
	.new_filter_block .buttons .but{
		float:left;
		color:#535151;
		font-weight:bold;
		width:100%;
		text-align:center;
		text-transform:uppercase;
		border-right:1px solid #bfbfbf;
		border-bottom:1px solid #bfbfbf;
		padding:5px 0px;
		background:#f0f0f0;
		cursor:pointer;
	}
	.new_filter_block .buttons .but.last{
		border-bottom:0px;
	}
	.new_filter_block .buttons .but.active{
		background:#f6f7f7;
		border-right:0px;
	}
	.new_filter_block .tabs{
		float:Left;
		width:605px;
		background:#f6f7f7;
		height:99px;
	}
	.new_filter_block .new_line{
		width:100%;height:1px;float;left;
	}
	.new_filter_block .tabs .tab{
		float:left;
		width:100%;
		overflow-y:scroll;
		height:87px;
		padding-top:12px;
	}

	.new_filter_block .tabs a,
	.new_filter_block .tabs span{
		float:Left;
		display:block;
		width:191px;
		font-size:14px;
		color:#535151;
		margin-bottom:5px;
		text-decoration:none;
	}
	.new_filter_block .tabs a:hover{
		color:#f28e00;
	}
	.new_filter_block .tabs a.active,
	.new_filter_block .tabs span.active{
		color:#f28e00;
	}

	.new_filter_block .tabs .tab{
		display:none;
	}
	.new_filter_block .tabs .tab.active{
		display:block;
	}

	.new_filter_block .tabs .line_block{
		float:left;
		width:100%;
	}

.form_pay{margin-bottom:20px;}
.form_pay form input[type=submit]{
	color:#3f3f3f;
	padding: 0 13px;
    height: 34px;
    font-weight: bold;
    line-height: 34px;
	font-size:13px;
	border: 1px solid #e9e9e9;
	cursor:pointer;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1));
	background:-webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:   -moz-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:    -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:     -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:        linear-gradient(to bottom, #fcfcfc 0%,#f1f1f1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 );
	text-shadow:0 1px 0 #fff;
}

.form_pay form input[type=submit]:hover{background:#ffffff;}

#cart{
	float:left;
	min-width:785px;
	color:#000000;
	font-family:Arial;
	overflow:hidden;

}
#cart .top{
	width: 94%;
	margin:0 3%;
	display:block;
	float:left;
}

#cart .title{font-size:18px;text-transform:uppercase;margin-bottom:5px;}

#cart .item{
	float:left;
	width:100%;
	padding:15px 0px;
	border-bottom:1px solid #a6a6a6;
	display:table;
}



#cart .item .row{display:table-row}
#cart .item.th{font-size:16px;font-weight:bold;}
#cart .item .first,#cart .item .second,#cart .item .third{vertical-align:middle;display:table-cell;}
#cart .item .first{
	width:58%;
	padding-right:3.4%;
}
#cart .item .second{
	width:25%;
}
#cart .item .third{
	width:13.6%;
	color:#00b100;
	font-weight:bold;
	font-size:16px;
}
#cart .item.th .third{color:#000000;}

#cart .item a.img{display: inline-block;float: left;width: 105px;margin-right: 15px;border: 0px;margin: 0 15px 0 0;}
#cart .item a.img img{max-width:100%;}
#cart .item .price_cart{font-size: 12px;display: inline-block;margin-top: 10px;}
#cart .item .price_cart strike{padding-left:32px;color:#535151}
#cart .item a{color:#1872c0;text-transform:uppercase;font-size:12px;line-height:20px;}
#cart .item a:hover{text-decoration:none;}

#cart .item .second input{width:37px;height:25px;line-height:25px;border:1px solid #a6a6a6;margin-right: 13px;}
#cart .item .second span{line-height:25px;font-size:14px;display: inline-block;}
#cart .item .third .del{width:14px;height:14px;background:url('images/close.png') no-repeat;background-position:0 -19px;float:right;cursor:pointer;display:inline-block;}
#cart .bottom{
	padding: 0 3%;
    width: 94%;
	display:block;
	float:left;
	margin:25px 0px;
	overflow:hidden;
	font-size: 16px;
}
#cart .bottom .first{width:58%;padding-right:2%;float:left;}
#cart .bottom .second{width:26%;float:left;font-weight:bold;line-height: 24px;}
#cart .bottom .third{width:13.6%;float:left;color:#00b100;font-weight:bold;}
#cart .bottom .third strike{color:#535151;font-size:14px;}
#cart .bottom .order_link{
	height: 32px;
    line-height: 24px;
    display: inline-block;
    margin-right: 17px;
    padding: 0 25px;
    background: #00b100;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
}
#cart .bottom .close_it{
	color:#0066cc;
	display:inline-block;
	line-height:24px;
	font-size:12px;
	cursor:pointer;
}

#new_temp{
	border-left:3px solid #ff9900;
}
#new_temp .fancybox-skin{
	background: #ffffff;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fancybox-overlay{background:rgba(0,0,0,0.2)}

#new_temp .fancybox-outer{
	padding-top:17px;
}

#new_temp .fancybox-item.fancybox-close{
	width:19px;
	height:19px;
	background:url('images/close.png') no-repeat;
	top: 17px;
    right: 25px;
}

.fancy_content{cursor:pointer;}


#order_tab ul.tabs-nav{float:left;width:100%;}
#order_tab ul.tabs-nav li{float:left;display:inline-block;}
#order_tab ul.tabs-nav li a{color:#63605b;background:none;cursor:pointer;}
#order_tab ul.tabs-nav li.tabs-selected a{text-decoration:underline;}
#order_tab ul.tabs-nav li a span{
	background: none;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
}
#order_tab .tabs-container{border:none;background:none;}
#order_tab .order-item{float:left;width:99%;border:1px solid #e1e3e3;border-radius:5px 5px 0 0;margin-bottom:15px;}
#order_tab .order-item .order-title{background:#e6e6e6;height:22px;line-height:22px;float:left;width:98%;padding-left:2%;}
#order_tab div.order-title-inner span {color: #3e302d;font-weight: bold;}
#order_tab .order-info{
	float: left;
    padding: 20px 0 20px 2%;
    width: 98%;
}
#order_tab .order-info .input{
	float:left;width:100%;margin-top:10px;
}
#order_tab .order-info .input span.name{
	min-width: 65px;
    display: inline-block;
    text-align: right;
	height:23px;
	line-height:23px;
	float:left;
	margin-right:5px;
}
#order_tab .order-info .input .name.big{
	min-width:150px;
}
#order_tab .order-info .input span.value{
	display: inline-block;
	float:left;
	margin-bottom: 10px;
}
#order_tab .order-info .input span.value input[type=text],
#order_tab .order-info .input span.value input[type=password]{
	width: 300px;
    border: 1px solid #a9a9a9;
    height: 21px;
    line-height: 21px;
    padding: 0px;}
#order_tab .order-info .input span.value select{width:230px;min-height:21px;}
#order_tab .order-info .input span.value textarea{width:300px;resize:none;height:67px;border:1px solid #a9a9a9;}

#order_tab .order-info .input input[type=radio]{float:left;margin-right:15px;}
#order_tab .order-info .input label{float:left;display:inline-block;}

#order_tab .order-info textarea.big{width:98%;height:68px;resize:none;}
#order_tab .buttons{float:left;width:100%;text-align:center;}

#order_tab .errortext{color:red;}

table.cart-items-order {
    width: 98%;
}
table.cart-items-order td {
    border-bottom: 1px solid;
    padding: 0.5em;
    text-align: center;
    white-space: nowrap;
}
table.cart-items-order tfoot td{
	border:none;
}
table.cart-items-order td p {
    margin: 0 0 0.3em;
    padding: 0;
}
table.cart-items-order td.cart-item-name p{
    text-align: right;
}
table.cart-items-order tfoot td.cart-item-name{
	text-align: right;
}
table.cart-items-order td.cart-item-name {
    text-align: left;
    white-space: normal;
    width: 75%;
	vertical-align: top;
}
table.cart-items-order td.cart-item-price {
    text-align: left;
}
table.cart-items-order thead td.cart-item-price {
    text-align: left;
}
td.cart-item-quantity input {
    text-align: center;
    width: 40px;
}
.title_new_post{display:inline-block;}
.red_des{color:red;font-size:12px;}

.not_select_city input{float:left;}
.not_select_city label{line-height:20px;}

.additional_sec a {
  color: red !important;
}

.basket_text_by_delivery {
	float:left;
	margin-top:10px;
	color:red;
	font-weight:bold;
}

.submit_button {
	margin-top:20px;
}

.params_block.complect{
	margin-left: 12px;
    margin-bottom: 10px;
}


/*new*/



.footer {
	background-color: #46525d;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

.footer td,
.footer a {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

.footer .page_text {
	text-align: left;
	border-bottom: 1px solid #5a656f;
}
.footer .page_text a {
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.3px;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px;
	display: inline-block;
}

.footer .page_text a:hover {
	color: #fff;
	text-decoration: underline;
}

.hide {
	display: none;
}

.footer-item {
	width: 33%;
	vertical-align: top;
}

.footer-item:not(:first-child) {
	border-left: 1px solid #5a656f;
	padding-left: 50px;
}

.footer-item .page_text a {
	color: #fe794e;
}
.footer-item .page_text a:hover {
	color: #fe794e;
	text-decoration: underline;
}

.footer-item b {
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
	font-weight: 300;
}


.footer-item .page_text {
	border-bottom: 0;
}

.footer-copy {
	font-size: 10px;
	border-top: 1px solid #5a656f;
}

.footer .footer-copy a {
	font-size: 10px;
	padding: 10px 0;
}

.left-menu {
	padding: 15px;
	background-color: #fff;
	margin-left: 0;
}
.left-menu .main-item .item {
	padding-left: 0;
	background-image: none;
}

.left-menu .main-item .item a {
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 0;
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
}

.left-menu .main-item {
	text-decoration: none;
	background-image: none;
	border-bottom: 1px solid #e4e3e3;
}

.catalog-menu .li {
	text-decoration: none;
	background-image: none;
	border-bottom: 1px solid #e4e3e3;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
}


.catalog-menu a {
	color: #585757;
	text-transform: none;
	font-size: 14px;

}



.main {
	background-color: #f5f5f5;
}


.content .main_book {
	display: inline-block;
	position: relative;
	width: 100%;
}

.main-category {
	position: relative;
	margin-left: 20px;
	width: 905px;
}


.main-category .no-border {
	padding-left: 0;
}

.content .main-category:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	height: 2px;
	background-color: #fe794e;
	right: 0;
	width: 100%;
}

.content .main_book a.main_book{
	font-size: 18px;
	color: #46525d;
	padding-right: 10px;
	border-right: 2px solid #46525d;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #f5f5f5;
	z-index: 2;
	position: relative;
	font-weight: bold;
}


.main-category h2 {
	color: #fe794e;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 0 15px;
	position: relative;
	z-index: 2;
	background: #f5f5f5;
	margin-left: -3px;
}

/*.main-category h2:after {*/
	/*content: '';*/
	/*width: 100%;*/
	/*height: 2px;*/
	/*background-color: red;*/
/*}*/


.book-item {
	background-color: #fff;
	border: 1px solid #e8e7e7;
}

.book-item .item_content a {
	margin-top: 1px;
	color: #363f48;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.book-item .item_content {
	color: #fe794e;
	height: 190px;
	margin-bottom: 0;
}

.book-item .item_content .price_block {
	color: #363f48;
	font-size: 14px;
}

.book-item .item_content .price_block b {
	display: block;
	margin-bottom: 10px;
}

.book-item .frm_small_buy {
	text-align: center;
}

.book-item .add_book {
	display: block;
	color: #fff !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-decoration: none;
	width: 115px;
	height: 30px;
	margin: 10px auto;
	background: #46525d;
	text-transform: uppercase;
	line-height: 31px;
	-webkit-transition: all 300ms ease ;
	-moz-transition: all 300ms ease ;
	-ms-transition: all 300ms ease ;
	-o-transition: all 300ms ease ;
	transition: all 300ms ease ;
}


.book-item:hover .add_book {
	background-color: #fe794e;
}


.frm_small_buy .edt_cnt {
	width: 14px;
	height: 14px;
	text-align: center;
	border: 1px solid #e7e7e7;
	min-width: 20px;
	color: #6c7279;
}

.book-list {
	margin: 0;
}


.main-category .main_book {
	background: #f5f5f5;
	position: relative;
	z-index: 2;
	padding-right: 15px;
}


.header {
	background-color: #fff;
}

.top_menu {
	background-color: #fff;
}

.top_menu_table td a {
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
	color: #46525d;
}
.top_menu_table td a:hover {
	border-bottom: 1px solid #46525d;
}

.top_menu_table td  {
	padding: 10px 6px;
}

.top_menu_table td {
	border-right-color: #e4e3e3;
}


.top_menu_table td:last-child {
	border: 0;
}


.log_in {
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
	color: #46525d;
}


.bottom-header {
	background-color: #46525d;
	color: #fff;
	padding: 12px 0;
}

.phone-list {
	display: none;
}

.bottom-header form {
	width: 600px;
	position: relative;
}

.bottom-header form input {
	background-color: #fff;
	height: 34px;
	width: 100%;
	padding: 0 50px 0 10px;
	font-size: 14px;
}

.bottom-header form button {
	position: absolute;
	top: 0;
	right: -64px;
	bottom: 0;
	width: 37px;
	background-color: #fe794e;
	border: 0;
}
.bottom-header form button:hover {
	background-color: #e85728;
}


.header-basket img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	margin-top: -4px;
}

.header-basket {
	width: 135px;
	height: 34px;
	background-color: #fe794e;
	display: block;
	padding: 6px 20px;
	box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-transition: all 300ms ease ;
	-moz-transition: all 300ms ease ;
	-ms-transition: all 300ms ease ;
	-o-transition: all 300ms ease ;
	transition: all 300ms ease ;
	white-space: nowrap;

	padding: 6px 0px 6px 0;
	text-align: center;
}

.header-basket:hover {
	background-color: #e85728;
}


.header-count td,
.header-count a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.header-count a:hover {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
}

.phone-wrap {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.phone-wrap:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 5px solid #fff;
	display: inline-block;
	margin: -4px 0 0 4px;
	vertical-align: middle;
}

.phone-wrap img {
	margin-right: 7px;
	vertical-align: middle;
	padding-bottom: 2px;
}

.new-log_href {
	display: block;
	padding: 5px 0;
}

body {
	min-width: 1250px;
}

.phone-list {
	display: none;
	padding: 10px 20px;
	position: absolute;
	background: #46525d;
	z-index: 2;
}

.phone-wrap:hover .phone-list {
	display: block;
}


.phone-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.phone-list ul a {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
	display: block;
	margin-bottom: 6px;
}
.phone-list ul a:hover {
	text-decoration: underline;
}


.load-prise a {
	color: #fe794e;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}
.topic_1 a:hover {
	color: #fe794e;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}

.load-prise {
	position: relative;
}
.load-prise:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 180px;
	height: 2px;
	background-color: #fe794e;
}


.partner-site {
	background-color: #fff;
}

.ps_title {
	background-color: #46525d;
	color: #fff;

}

.ps_title .topic_2 {
	font-size: 18px;
	line-height: 12px;
}

.book_day {
	background-color: #fe794e;
}

.book_day_sale {
	background-color: #46525d;
}

.suscribe .news_text {
	padding-left: 40px;
}

.news_text a.orange-link {
	color: #fe794e;
	margin-bottom: 10px;
	display: inline-block;
}

.orange-link:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #46525d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 15px;

}

.subscribe-form .title {
	color: #46525d;
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
	padding-left: 43px;
	margin: 0;
	text-align: left;
}

.subscribe-form .form-sub input[type=submit] {
	color: #fe794e;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding-right: 43px;
}

.new-news-list {
	background-color: #fff;
	padding-left: 10px;
}

.new-news-list a {
	color: #46525d;
	font-size: 13px;
	text-decoration: none;
}

.new-news-list a:hover {
	color: #46525d;
	font-size: 13px;
	text-decoration: none;
}

.new-news-list .news_text {
	padding-left: 0;
}

.new-news-list .news_text_3 {
	color: #fe794e;
}

.book-of-day {
	background-color: #fff;
}


.tabs-nav a, .tabs-nav a span {
	background: #fff;
	color: #46525d;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
}

.tabs-nav a {
	border-bottom: 2px solid #fff;
}

.tabs-selected a {
	border-bottom: 2px solid #fe794e;
}
.tabs-selected a span {
	color: #fe794e;
}

.tabs-container {
	border-top: 1px solid #f5f5f5;
	font-size: 14px;
	padding: 20px 15px 30px;
	font-family: 'Source Sans Pro', sans-serif;
}

.tabs-container {
	.td {
		font-size: 14px;
	}
}

.tabs-nav {
	padding: 0;
}


.detail-page {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
}


.detail-page .no-pl30 {
	padding: 30px 0 30px 30px;
}
.detail-page .no-pr30 {
	padding: 30px;
}

.page_text a.fragment {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #46525d;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	box-shadow: none;
	font-weight: 300;
	font-size: 14px;
	height: 34px;
	line-height: 32px;
}
.page_text a.fragment:hover {
	background-color: #323a42;
}

.page_text_bold {
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #fe794e;
}

.detail-page .h1_book_name h1 {
	color: #46525d;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: normal;
}

.authors a {
	color: #46525d;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	display: inline-block;
	margin-bottom: 3px;
}
.authors a:hover {
	color: #46525d;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}


.params_block {
	color: #46525d;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.params_block a {
	color: #fe794e;
}
.params_block b {
	font-weight: normal;
	margin-bottom: 3px;
	display: inline-block;
}
.params_block a:hover {
	color: #fe794e;
}


.price_block .price_price {
	text-align: left;
	display: block;
	margin-bottom: 10px;
}

.price_price b {
	color: #46525d;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

.ith_quantity b {
	color: #46525d;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.edit_cnt {
	border: 1px solid #e7e7e7;
	text-align: center;
	margin-left: 10px;
}

.page_text .default_button.add_book {
	border-radius: 0;
	box-shadow: none;
	background: #fe794e;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-left: 10px;
	margin-top: 0;
    margin-bottom: 0;
	cursor: pointer;
	height: 19px;
	line-height: 19px;
}


.page_text .default_button.add_book:hover {
	background-color: #e85728;
}

.detail-page-table {
	width: 100%;
}


.detail-page-table .link_block {
	margin: 0;
}

.detail-page-table .go_to_el_book,
.detail-page-table .default_button.no_el {
	color: #b5b5b5;
	box-shadow: none;
	text-align: left;
	font-size: 14px;
}



.detail-page-table .go_to_el_book:hover,
.detail-page-table .default_button.no_el:hover {
	color: #b5b5b5;
	box-shadow: none;
	text-align: left;
	font-size: 14px;
}

.detail-page-table .detail_buy_block_new {
	float: left;
	color: #46525d;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}
.detail-page-table .detail_buy_block_new > div {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Source Sans Pro', sans-serif;
}

.detail_buy_block_new .price_block, .detail_buy_block_new .delivery, .detail_buy_block_new .payment {
	border: none;
}

.detail_buy_block_new .payment span, .detail_buy_block_new .delivery span {
	text-align: left;
}

a.page_text_bold {
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #fe794e;
}

a.page_text_bold:hover {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #fe794e;
	text-decoration: underline;
}

.not_link_text,
.more-book-title {
	font-size: 18px;
	color: #46525d;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #f5f5f5;
	z-index: 2;
	position: relative;
	font-weight: bold;
	margin: 10px 0 0 20px;
	display: block;
}

.page_content hr {
	display: none;
}

h1 {
	padding-left: 20px;
}

.h1_book_name h1 {
	padding-left: 0;
}


a.page_text_bold:first-child {
	padding-left: 20px;
}


.more_book_block .all_book {
	font-size: 14px;
	color: #46525d;
	padding-right: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #f5f5f5;
	z-index: 2;
	position: relative;
	font-weight: bold;
	margin: 10px 20px 0 20px;
	display: block;
	text-decoration: underline;
}

.more_book_block .all_book:hover {
	font-size: 14px;
	color: #46525d;
	font-family: 'Source Sans Pro', sans-serif;
}

.detail-page-wrap {
	margin-left: 15px;
}


#order_tab {
	background: #fff;
	margin: 20px;
}


.div.order-title b, div.order-title-inner {
	background-color: #fff;
}
#order_tab .order-item .order-title {
	border-bottom: 1px solid #e6e5e5;
	background-color: #fff;
}

#order_tab .order-item {
	border-color: #e6e5e5;
}

.order-info .value {
	width: 640px;
}

.order-info small {
	float: right;
	display: inline-block;
	margin-top: -27px;
	color: #46525d;
	font-family: 'Source Sans Pro', sans-serif;
	width: 315px;
	text-align: left;
}


#order_tab .order-info .input span.value input[type=text],
#order_tab .order-info .input span.value input[type=password] {
	border: 1px solid #e6e5e5;
}

#order_tab .order-info .input span.name {
	min-width: 130px;
	text-align: left;
}


#order_tab div.order-title-inner span {
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fe794e;
	font-weight: 400;
}

#order_tab .order-info .input label b {
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #46525d;
	font-weight: 400;
}

#order_tab .order-info .input span.value select {
	width: 302px;
	margin-bottom: 10px;
	border: 1px solid #e6e5e5;
	color: #888282;
}


.order-buttons input[type='button'] {
	float: right;
	margin-right: 10px;
	border: 0;
	background-color: #fe794e;
	color: #fff;
	padding: 5px 15px;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
}

.input textarea,
.order-info textarea {
	border: 1px solid #e6e5e5;
}

 .cart-item-price input {
	 border: 1px solid #e6e5e5;
	 height: 24px;
 }

.cart-item-price input[type='button'] {
	border: 0;
	background-color: #fe794e;
	color: #fff;
	padding: 5px 15px;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	width: 171px;
	margin-top: 10px;
	height: 28px;
}


#new_temp {
	border-left: 0;
}

#cart .top {
	width: 100%;
	margin: 0;
}

#cart .title {
	padding-left: 20px;
}
#cart .item.th {
	background: #46525d;
	color: #fff;
	border: 0;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 7px 20px;
	box-sizing: border-box;
	font-weight: 300;
}

#cart .item.th .third {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

#cart .title {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

#new_temp .fancybox-item.fancybox-close {
	top: 17px;
	right: 15px;
}

#cart .item {
	padding: 15px 20px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}

#cart .item a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	color: #363f48;
	text-decoration: none;
}
#cart .item .price_cart {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #363f48;
}

#cart .item .second input {
	text-align: center;
	border: 1px solid #f6f6f6;
}
#cart .item .second span {
	display: none;
}

#cart .item .third {
	color: #46525e;
}


#cart .bottom .order_link {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #fe794e;
	padding: 5px 25px;
}

#cart .bottom .close_it {
	color: #46525e;
}
#cart .bottom .second {
	width: 23%;
	float: left;
	line-height: 16px;
	text-align: right;
	font-size: 18px;
	color: #46525e;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	margin-top: 20px;
}


#cart .bottom .third {
	width: 14.6%;
	float: right;
	color: #46525e;
	font-weight: bold;
	margin-left: 10px;
	box-sizing: border-box;
	text-align: right;
	margin-top: 20px;
}

.basket_text_by_delivery {
	float: left;
	color: #e32a1c;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 0;
}

#cart .item .third .del {
	width: 14px;
	height: 14px;
	background: url(images/small-close.png) no-repeat;
	position: absolute;
	top: 25px;
	right: 25px;
}


#new_temp .fancybox-item.fancybox-close {
	background: url(images/big-close.png) no-repeat;
}


#cart .bottom {
	width: 100%;
	font-size: 16px;
	background: #f5f5f5;
	padding: 25px 20px;
	box-sizing: border-box;
	margin: 0;
}


.main_book.pl20 {
	padding-left: 20px;
}

.h1-wrap {
	position: relative;
}

.h1-wrap h1 {
	background-color: #f5f5f5;
	position: relative;
	z-index: 2;
	padding-right: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #46525d;
}

.h1-wrap:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #fe794e;
}


.contact-item {
	background-color: #fff;
	padding:  20px;
	margin: 0 0 20px 20px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
}

.contact-item strong,
.contact-item h2 {
	color: #fe794e !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;

}

.page_content font.text {
	margin-left: 20px;
}

.page_content font.text a {
	color: #fe794e;
}

.page_content hr {
	display: block;
	margin: 10px 0 20px 20px;
}


.new_filter_block {
	border-left: 1px solid #bfbfbf;
	margin-left: 20px;
}

.ms-next {
	float: right;
	background-image: url(images/new-arr.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 5px;
	width: 30px;
	height: 40px;
	background-color: #fe794e;
	position: absolute;
	top: -103px;
	right: 10px;
	text-indent: 50px;
	overflow: hidden;
	margin: 0;
}
.ms-next:hover {
	background-image: url(images/new-arr.png);
	background-color: #e85728;

}



.ms-back {
	float: right;
	background-image: url(images/new-arr-back.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 5px;
	width: 30px;
	height: 40px;
	background-color: #fe794e;
	position: absolute;
	top: -100px;
	right: auto;
	left: 10px;
	text-indent: 50px;
	overflow: hidden;
	margin: 0;
}
.ms-back:hover {
	background-image: url(images/new-arr-back.png);
	background-color: #e85728;

}




.ms-nav {
	position: relative;
}

header {
	position: relative;
	z-index: 1000;
}


.ms-nav {
	z-index: 999;
}



.modal-log-in-wrap {
	display: block;
	width: 230px;
	padding: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
	position: absolute;
	right: 0px;
	top: 50px;
	background-color: #fff;
	z-index: 2;
	text-align: left;
	display: none;
}

.modal-log-in-wrap.open {
	display: block;
}

.modal-name {
	padding-bottom: 10px;
	border-bottom: 1px solid #fe794e;
	color: #fe794e;
}

.modal-body table {
	width: 100%;
}
.modal-body table td {
	width: 50%;
	padding-top: 10px;
}

.modal-body label {
	width: 100%;
	margin-top: 10px;
	display: block;
}

.modal-body input {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.modal-l-name {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #46525d;
}


.modal-body a {
	font-size: 12px;
	color: #fe8f6f;
	display: block;
	text-decoration: none;
	padding: 3px 0;
}

.modal-body .log-in-btn {
	display: block;
	color: #fff;
	background-color: #46525d;
	padding: 5px 10px;
	text-align: center;
	font-size: 14px;
}

.orange-link-profile{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #fe794e;
}

/*rkm bottom slider*/
.horizontal-slidermix {    position: relative;    height: 129px;    overflow: hidden;}
.slider-prevmix, .slider-nextmix {    position: absolute;    top: 50%;    margin: -38px -81px 0 -63px;    width: 47px;    height: 46px;    background: url(<?=SITE_TEMPLATE_PATH?>/img_temp/navi-hor.png) no-repeat;}
.slider-prevmix {    background-position: 0 0;    left: 0;}
.slider-nextmix {    background-position: -47px 0;    right: 0;}
ul.no-mark {    margin: 0;    padding-left: 10px;}
ul.sm-slider li {display: inline-block;vertical-align: top;white-space: normal;position: relative;width: 175px;margin-bottom: 20px;text-align: center;}
ul.sm-slider .slide-cont {    display: block;    margin: 0 15px;    text-decoration: none;}
.img-over_x95 {display: block;    margin: 0 auto 14px auto;    height: 95px;}
.link-namemix {display: block;    font-weight: 700;    line-height: 24px;    font-size: 18px;    color: #3399cc;    text-decoration: none;}
.img-over_x95 img {max-height: 95px;}
.horizontal-slidermix0 {position: relative;z-index: 15;margin: 9px 120px;}
.horizontal-slidermix1 {font-size: 36px;font-weight: 500 !important;line-height: 1.2em;color: #2E70BF;margin: 56px 0 34px 0;text-align: center;}
.link-namemix {
  color: black!important;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px!important;
  font-weight: 400;
	padding-left: 9px;
}

.news_main_link {
	color: white!important;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif !important;

	font-size: 17px!important;
}

.conkurs {
	margin: 20px 0px;
	text-align: center;
}

.slide-cont-text p {
	text-align: center;
	color: #ff0000;
	font-size: 37px;
	font-weight: bold;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
	margin: 0;
	letter-spacing: -3px;
}


.slide-cont-text p + p{
	letter-spacing: 0;
}

a.slide-cont-text  {
	text-decoration: none;
	display: block;
	padding-top: 7px;
}

.new-order-make-wrap table {
	width: 100%;
}

.nm-h2 {
	font-size: 18px;
}

.nm-ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.nm-ul li {
	display: inline-block;
}
.nm-ul li img {
	vertical-align: middle;
	margin-left: 10px;
}

.page_text a.nm_link {
	color: #fe794e;
	text-decoration: none;
	border-bottom: 1px solid;
}

.nm_bb {
	border-bottom: 1px solid #f6f7f7;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

a.pay_link:hover,
a.pay_link {
	display: inline-block;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background-color: #46525d;
	margin: 20px 0;
}

.nm-form button {
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background-color: #46525d;
	margin: 20px 0;
	border: 2px solid #46525d;
	cursor: pointer;
	position: relative;
	left: -3px;
	top: -1px;
}

.nm-form input {
	padding: 0 10px;
	border: 1px solid #e3e3e3;
	width: 220px;
	font-size: 14px;
	height: 35px;
}

.new_submit_order {
	display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background-color: #46525d;
    margin: 20px 0;
		border:none!important;
		font-size: 12px;
		cursor: pointer;
}


.gift-wrapper {
	background-color: #fff;
	padding: 20px;
	margin: 20px 0 20px 20px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
}

.gift-wrapper table {
	width: 100%;
}

.gift-wrapper h1 {
	color: #46525d;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	margin-top: 20px;
	display: block;
}
.gift-wrapper_ul a {
	color: #7aaedf;
	text-decoration: underline;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 14px;
}
.gift-wrapper_ul a:hover {
	color: #7aaedf;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 14px;
}

.gift-table {
	text-align: center;
	margin-bottom: 30px;
}
.gift-table img {
	max-width: 220px;
	height: auto;
}

.gift-wrapper_ul {
	list-style-type: none;
	margin: 0;
	padding: 40px 0 0 25px;
	text-align: left;
}

.gift-form {
	padding: 40px 30px 10px 30px;
	border: 1px solid #e6e5e5;
	color: #46525d;

}
.gift-form sup {
	color: red;
}

.gift-form_name {
	width: 130px;
	float: left;
	display: block;
	text-align: right;
	padding-right: 20px;
}

.gift-form input[type='text'] {
	width: 300px;
	border: 1px solid #e6e5e5;
	padding: 5px 10px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}


.gift-form input[type='email'] {
	width: 300px;
	border: 1px solid #e6e5e5;
	padding: 5px 10px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

.gift-form_descr {
	float: left;
	width: 315px;
	padding-left: 30px;
	font-size: 12px;
}

.gift-form label {
	margin-bottom: 25px;
	display: block;
}

.clearfix:after {
	display: block;
	content: "";
	clear: both;
}

.p-l-130 {
	padding-left: 147px;
}
.p-l-130 .gift-form_descr {
	font-size: 14px;
	padding-left: 15px;
}

.p-l-130 input {
	float: left;
}
.p-l-130 select {
	width: 300px;
	padding: 5px 20px;
}

.gift-form label.m-b-10 {
	margin-bottom: 10px;
}


.gift-form_btn {
	background-color: #fe794e;
	padding: 10px 20px;
	color: #fff;
	border: 0;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.gift-form_btn:hover {
	background-color: #e85728;
}

.gift-form_small {
	font-size: 12px;
	color: #9a9a9a;
	margin-top: 60px;
}

.label_teachers {margin-bottom: 10px!important;}
.predmetu {margin: 25px 0 25px 0!important;}
.disabled-button {background: grey;}
.disabled-button:hover {background: grey;}


.top-count {
	padding: 14px;
	background-color: #fff;
	padding-bottom: 0;
}

.top-count_div {
	background-color: #fe794e;
	padding: 5px 10px;
}

.top-count_text {
	color: #fff;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}

.top-count_time {
	background-color: #46525d;
	color: #fff !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.top-count_time span {
	color: #fff !important;
	font-weight: normal !important;
}

.left-menu {
	padding-top: 5px;
}

.top-count_time {
	float: right;
	margin-top: 1px;
	padding-top: 1px;
}
.top-count_time #hours {
	padding-left: 6px;
}
.top-count_time #seconds {
	padding-right: 6px;
}

.top-count a{text-decoration: none;}

.p-l-25 {
	padding-left: 25px;
	margin: 0;
	padding-left: 25px;
	font-size: 14px;
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
}



.main-item.drop {
    position: relative;
}

.main-item.drop:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    position: absolute;
    right: 5px;
    top: 16px;
}



.main-item.drop.open:before {
    border-top: none;
    border-bottom: 5px solid black;
}

.main-item.drop + .catalog-menu {
    display: none;
}
.main-item.drop.open + .catalog-menu {
    display: block;
}

.catalog-menu .l4 {
    padding-left: 50px;
}

.detail-page .img {
    max-width: 100%;
    height: auto;
}


.club-member {
	text-align: center;
	display: inline-block;
}
.club-member a {
	color: #fe794e;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

.club-member a:hover {
	text-decoration: none;
	border-bottom: 0;
	color: #fe794e;
}

.club-member-wrap {
	text-align: right;
	margin-top: -20px;
	margin-bottom: 30px;
}

.club-member-number {
	font-size: 15px;
	color: #535151;
}

.club-member-number span {
	color: #fe794e;
}

.about-club a {
	color: #fe794e;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.about-club a:hover {
	color: #fe794e;
	text-decoration: none;
}

.header-phone-text {
	text-transform: none;
}

/* pay and delivery page */
.pay-delivery{
	padding: 0 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 1.3;
}
.pay-delivery .sub-menu{
	font-size: 16px;
}
.pay-delivery .sub-menu li{
	padding-left: 5px;
}
.pay-delivery .sub-menu a{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #fe794e;
	transition: all .3s;
}
.pay-delivery .sub-menu a:hover{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #585757;
    text-transform: none;
}
.pay-delivery h2{
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	line-height: 22px;
	margin: 20px 0 10px;
}
.pay-delivery p{
	margin: 0 0 10px;
}
.pay-delivery a{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 1.3;
}
.pay-delivery a:hover{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 1.3;
}
.pay-delivery .order-help{
	margin: 20px 0;
	background: #fff;
}
.pay-delivery .order-help.second{
	margin-top: 0;
	border-top: 2px solid #46525d;
}
.pay-delivery .order-help p{
	padding: 15px 20px;
    background: #46525d;
    color: #fff;
}
.pay-delivery .order-help .phones{
	padding: 0 20px 10px;
}
.pay-delivery .order-help.second .phones{
	padding-top: 10px;
}
.pay-delivery .order-help .phones a{
	position: relative;
	display: block;
	width: max-content;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1;
	color: #46525d;
	text-decoration: none;
	margin: 0 auto 5px;
	padding: 2px 10px 2px 25px;
	transition: color .3s;
}
.pay-delivery .order-help .phones a:before{
	display: block;
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: url(/upload/images/phone.png) no-repeat;
	background-size: 17px;
    left: 0;
    top: 2px;
}
.pay-delivery .order-help .phones a.kyivstar:before{
	width: 17px;
	height: 17px;
	background: url(/upload/images/kyivstar.png) no-repeat;
	background-size: 17px;
    left: 0;
    top: 2px;
}
.pay-delivery .order-help .phones a.vodafone:before{
	width: 17px;
	height: 17px;
	background: url(/upload/images/vodafone.png) no-repeat;
	background-size: 17px;
    left: 0;
    top: 2px;
}
.pay-delivery .order-help .phones a:hover{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	color: #fe794e;
}
.pay-delivery .order-help .phones a.email{
	position: relative;
}
.pay-delivery .order-help .phones a.email:before{
	width: 17px;
    height: 13px;
	background: url(/upload/mail.png) no-repeat;
	top: 4px;
}
.pay-delivery h3{
	margin: 20px 0 10px;
	font-size: 18px;
	color: #fe794e;
}
.pay-delivery .delivery-logo{
	margin: 0px 0 10px 10px;
	text-align: right;
	float: right;
}
.pay-delivery h4{
	margin: 20px 0 10px;
	font-size: 14px;
	text-transform: uppercase;
}
.pay-delivery ul{
	margin: 10px 0 15px;
}
.pay-delivery .warning{
	padding: 10px 20px 10px 50px;
	background: #8faed4;
	color: #ffffff;
	position: relative;
}
.pay-delivery .warning:before{
	display: block;
	content: '';
	position: absolute;
	background: url(/upload/images/warning_orange.png) no-repeat;
	background-size: 25px;
	width: 25px;
	height: 25px;
	left: 12px;
	top: 50%;
	margin-top: -12px;
}

.bx-composite-btn{display:none}
.pod_calc{text-align:center;}

.gift-section .gift_descr{font-size:12px; color:#292929;padding:0 20px;}

.pre-sale-block {
	position: absolute;
	font-family: 'Source Sans Pro', sans-serif;
	z-index: 5;
	left: -5px;
}
.pre-sale-text {
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	position: absolute;
	top: 5px;
	left: 12px;
}
.bo-it-a {
	position: relative;
    display: inline-block;
    height: auto;
}

.pay-delivery h3{
	padding: 10px 20px 10px 20px;
	background: #8faed4;
	color: #ffffff;
	position: relative;
	display: block;
}

.pay-delivery .warning{
	background: #fff;
	color: #535151;
	font-weight: bold;
}

.bottom__wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 3px;
}

.h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #535151;
	display: inline;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

.custom_edu_header{
	background: url(/upload/edu/baca93fb1e05ce24820d8adf837023c8.png);
	background-repeat: no-repeat;
	background-position: right;
	min-height: 300px;
	margin-bottom: 40px;
}

.edu_page_title {
	display: block;
	font-size: 34px;
	font-weight: bold;
	color: #000;
	line-height: 38px;
	padding-top: 15px;
}

.edu_page_second_title{
	color: #000;
	font-size: 18px;
	display: block;
	margin-top: 25px;
	max-width: 450px;
}

.edu_page_button{
	padding: 12px 12px;
	background: #FE794E;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	margin-top: 25px;
	cursor: pointer;
	transition: .2s;
	border: 2px solid #FE794E;
}

.edu_page_button:hover{
	color: #FE794E;
	background: #fff;
}

.edu_links_blocks{
	display: flex;
	justify-content: space-around;
	/*margin-top: 66px;*/
}

.edu_links_items{
	-webkit-box-shadow: 0px 0px 15px -1px rgb(197 197 197 / 75%);
	-moz-box-shadow: 0px 0px 15px -1px rgb(197 197 197 / 75%);
	box-shadow: 0px 0px 15px -1px rgb(197 197 197 / 75%);
	padding: 10px;
	width: 235px;
	text-align: center;
}

.edu_links_blocks_title{
	color: #fe794e;
	font-weight: bold;
	font-size: 18px;
	font-weight: bold;
}

.edu_links_blocks_text{
	margin-top: 15px;
	font-size: 15px;
	color: #000;
	padding-bottom: 10px;
}

.edu_images{
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
}


.edu_images img:nth-child(1){
	height: 121px;
	margin-top: -15px;
}

.edu_images img:nth-child(2){
	height: 84px;
}

.edu_images img:nth-child(3){
	height: 84px;
}

.edu_images img{
	vertical-align: middle;
	max-width: unset!important;
}

.edu_square_links{
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	align-items: center;
	margin-top: 35px;
	margin-bottom: 30px;
}

.edu_square_link{
	color: #fe794e;
	border: 2px solid #fe794e;
	border-radius: 4px;
	padding: 20px 10px;
	font-weight: bold;
	transition: .2s;
	cursor: pointer;
}

.edu_square_link:hover{
	color: #fff;
	background: #fe794e;
}

.row.edu_item a{
	padding: 7px 19px;
	background: #fe794e;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	border: 2px solid #fe794e;
	transition: .2s;
	text-decoration: none;
	text-align: center;
	min-width: 220px;
}


.row.edu_item a:hover{
	background: #fff;
	color: #fe794e;
	text-decoration: none;
}


.author_edu{
	padding: unset!important;
	background: unset!important;
	color: #fe794e!important;
	border: unset!important;
	margin-top: 0!important;
	min-width: unset!important;
}

.author_edu:hover{
	color: #fe794e!important;
	text-decoration: underline!important;
}

.row.edu_item b{
	font-size: 17px;
}


.row.edu_item p{
	text-align: justify!important;
}

.row.edu_item {
	display: flex;

	margin-bottom: 25px;
	position: relative;

	-webkit-box-shadow: 0px 0px 15px -3px rgb(197 197 197 / 75%);
	-moz-box-shadow: 0px 0px 15px -3px rgb(197 197 197 / 75%);
	box-shadow: 0px 0px 15px -3px rgb(197 197 197 / 75%);
	padding-top: 25px;
	margin-left: 0px!important;
	background: #fff;
}


.bx-section-desc .row.edu_item {
	flex-direction: column;
}

.row.edu_item:after{
	content: ' ';
	display: block;

	height: 0px;
	background: #e0e0e0;
	width: 450px;
	margin-left: calc(50% - 225px);

}

.row.edu_item:after:last-child{
	content: ' ';
	display: none!important;
	height: 2px;
	background: #46525d;
	width: 450px;
	margin-left: calc(50% - 225px);

}

.row.edu_item .col-md-5.col-xs-12{
	padding-bottom: 50px;
}

.row.edu_item .col-md-5.col-xs-12 p{
	text-align: center!important;
}


.row.edu_item .col-md-5.col-xs-12 a{
	padding: 7px 5px;
	background: #fff;
	color: #fe794e;
	display: inline-block;
	margin-top: 10px;
	border: 2px solid #fe794e;
	transition: .2s;
	text-decoration: none;
	text-align: center;
	min-width: 185px;
}

.row.edu_item .col-md-5.col-xs-12 a:hover{
	background: #fe794e;
	color: #fff;
}

.wide_block iframe{width:125px!important}

.cursor_default{
	cursor:default;
}

.header-basket{
	position: relative;
}

a.show_basket.fancy_content.fancybox\.ajax.header-basket:before {

	content: attr(data-count);
	display: block;
	position: absolute;
	right: -10px;
	font-size: 18px;
	background: #f6f7f7;
	color: #fe794e;
	width: 20px;
	text-align: center;
	border-radius: 50%;
	top: -10px;
	height: 25px;
	width: 25px;
	padding-top: 0px;
	left: unset;
	box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 75%);
}


.img_link_sl{
	border: 0!important;
}

.img_link_sl:hover{
	border: 0!important;
	background: #fff!important;
}

.ta_c{
	text-align: center;
}


#bx_auth_serv_formGoogleOAuth span{
	display: none;
}
#bx_auth_serv_formTwitter span{
	display: none;
}
.the-wheel-of-time-page .no-pl30 {
	padding: 30px 0 200px 30px;
}
.the-wheel-of-time-page .no-pr30 {
	position: relative;
}
.the-wheel-of-time-banner {
	width: 540px;
    height: 145px;
    display: block;
    position: absolute;
    bottom: 30px;
    left: -190px;
	background-image: url('/local/templates/bogdan_main_page_2/images/the-wheel-of-time.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
}
.the-wheel-of-time-banner.book2 {
	background-image: url('/local/templates/bogdan_main_page_2/images/the-wheel-of-time3.jpg');
}
.the-wheel-of-time-banner.book3 {
	background-image: url('/local/templates/bogdan_main_page_2/images/the-wheel-of-time4.jpg');
}
.the-the-expanse-banner {
	width: 540px;
    height: 145px;
    display: block;
    position: absolute;
    bottom: 30px;
    left: -190px;
	background-image: url('/local/templates/bogdan_main_page_2/images/the-expanse.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
}
.the-the-expanse-banner.book2 {
	background-image: url('/local/templates/bogdan_main_page_2/images/the-expanse2.jpg');
}
.the-the-expanse-banner.book3 {
	background-image: url('/local/templates/bogdan_main_page_2/images/the-expanse3.png');
}
.creative-europe-banner {
	width: 540px;
    height: 145px;
    display: block;
    position: absolute;
    bottom: 30px;
    left: -190px;
	background-image: url('/local/templates/bogdan_main_page_2/images/creative-europe1.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
}
.book-info-title{
	padding: 20px 15px 20px;
	font-size:30px;
	color: #fe794e;
	font-weight: bold;
}
.book-info,
.book-info-footer{
	padding: 20px 15px 30px;
	background: #ffffff;
}
.book-info-footer{
	padding:15px;
}
.book-info-buy{
	margin-top: 20px;
}
.book-info-footer{
	margin-top: 20px;
}
.book-info-footer .subscribe-form .title{
	padding: 0 0 0 6px;
}
.book-info-footer .form-sub{
	float:none;
	width: auto;
}
.book-info-footer .subscribe-form form{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.book-info-footer .subscribe-form .title{
	width: auto;
}
.book-info-footer .subscribe-form  input[type=submit] {
    color: #fe794e;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding-right: 43px;
}

.clearfix {
	clear: both;
}
.qr_pages_custom .h_block {
    margin-top: 50px;
	text-align: center;
}
.qr_pages_custom h1 {
	padding-left: 0;
	margin-bottom: 30px;
	font-size: 30px;
    font-weight: bold;
    color: #000;
    line-height: 38px;
}
.qr_pages_custom .h_block h2 {
	font-size: 24px;
    color: #000;
    line-height: 30px;
}
.qr_pages_custom .author_block {
	margin: 20px 0;
}
.qr_pages_custom .author_block .author_photo {
	max-width: 25%;
	margin-right: 20px;
	float: left;
}
.qr_pages_custom .author_block .author_info {
	margin-top: 0;
    font-size: 16px;
    line-height: 20px;
}


.qr_pages_custom .actual_book {
	margin: 20px 0;
}
.qr_pages_custom .actual_book .actual_book_photo img {
	max-width: 100%;
}
.qr_pages_custom .actual_book .actual_book_photo {
	width: calc(35% - 30px);
	margin-left: 30px;
	padding: 0 30px;
	display: inline-block;
	float: left;
}
.qr_pages_custom .actual_book .actual_book_info {
	width: 65%;
	padding-left: 30px;
	display: inline-block;
	float: left;
    font-size: 16px;
    line-height: 20px;
}
.qr_pages_custom .actual_book .actual_book_name {
	font-size: 22px;
	margin-top: 0;
    font-weight: 600;
}
.qr_pages_custom .actual_book .book-btn-buy {
	display: inline-block;
    background-color: #fe794e;
    color: #fff;
    padding: 10px 50px;
    margin-top: 10px;
	font-size: 16px;
	text-decoration: none;
	transition: 0.2s;
}
.qr_pages_custom .actual_book .book-btn-buy:hover {
    background-color: #46525d;
	transition: 0.2s;
}
.qr_pages_custom .actual_book .book-read-btn {
	display: inline-block;
    border: 2px solid #46525d;
    color: #46525d;
    padding: 10px 50px;
    margin-top: 10px;
	font-size: 16px;
	text-decoration: none;
	transition: 0.2s;
	width: 100%;
	text-align: center;
}
.qr_pages_custom .actual_book .book-read-btn:hover {
    border: 2px solid #fe794e;
    color: #fe794e;
	transition: 0.2s;
}



.qr_pages_custom .swiper-container.booksSwiper .swiper-pagination {
	bottom: 0;
}
.qr_pages_custom .swiper-container.booksSwiper .swiper-button-next,
.qr_pages_custom .swiper-container.booksSwiper .swiper-button-prev {
	top: 40%;
}
.qr_pages_custom .swiper-container.booksSwiper .swiper-slide:hover .book-name {
	text-decoration: underline;
}
.qr_pages_custom .swiper-container.booksSwiper .swiper-slide {
	text-align: center;
	text-decoration: none;
	display: block;
	color: #000;
}
.qr_pages_custom .swiper-container.booksSwiper .book-name {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	color: #000;
    margin-top: 5px;
	min-height: 33px;
}
.qr_pages_custom .swiper-container.booksSwiper .book-btn-buy {
	display: block;
    background-color: #fe794e;
    color: #fff;
    padding: 7px;
    margin-top: 10px;
	transition: 0.2s;
}
.qr_pages_custom .swiper-container.booksSwiper .book-btn-buy:hover {
	background-color: #46525d;
	transition: 0.2s;
}
.qr_pages_custom .swiper-container.booksSwiper .book-text {
    font-size: 13px;
    line-height: 16px;
	text-align: justify;
    color: #555;
    margin-top: 10px;
}
.qr_pages_custom .swiper-container.booksSwiper .book-author {
	color: #fe794e;
    margin-top: 15px;
	font-size: 14px;
    font-weight: 600;
}
.qr_pages_custom .swiper-container.booksSwiper .img-block {
	display: block;
}
.qr_pages_custom .swiper-container.booksSwiper .img-block img {
    height: 250px;
    width: auto;
	border: 3px solid #C7D6E2;
	transition: 0.2s;
}

.qr_pages_custom .swiper-container.booksSwiper .swiper-slide:hover .img-block img {
	border: 3px solid #fe794e;
	transition: 0.2s;
}
.qr_pages_custom .swiper-container.booksSwiper {
    width: 800px;
    padding: 30px 50px;
    height: auto;
	margin-bottom: 40px;
}




.qr_pages_custom .swiper-container.booksSwiper0 .swiper-pagination {
	bottom: 0;
}
.qr_pages_custom .swiper-container.booksSwiper0 .swiper-button-next,
.qr_pages_custom .swiper-container.booksSwiper0 .swiper-button-prev {
	top: 40%;
}
.qr_pages_custom .swiper-container.booksSwiper0 .swiper-slide:hover .book-name {
	text-decoration: underline;
}
.qr_pages_custom .swiper-container.booksSwiper0 .swiper-slide {
	text-align: center;
	text-decoration: none;
	display: block;
	color: #000;
}
.qr_pages_custom .swiper-container.booksSwiper0 .swiper-slide.no_book:hover .book-name {
	text-decoration: none;
}
.qr_pages_custom .swiper-container.booksSwiper0 .swiper-slide.no_book:hover .img-block img {
	border: 3px solid #C7D6E2;
}
.qr_pages_custom .swiper-container.booksSwiper0 .book-name {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	color: #000;
    margin-top: 5px;
	min-height: 33px;
}
.qr_pages_custom .swiper-container.booksSwiper0 .book-btn-buy {
	display: block;
    background-color: #fe794e;
    color: #fff;
    padding: 7px;
    margin-top: 10px;
	transition: 0.2s;
}
.qr_pages_custom .swiper-container.booksSwiper0 .book-btn-buy:hover {
	background-color: #46525d;
	transition: 0.2s;
}
.qr_pages_custom .swiper-container.booksSwiper0 .book-text {
    font-size: 13px;
    line-height: 16px;
	text-align: justify;
    color: #555;
    margin-top: 10px;
}
.qr_pages_custom .swiper-container.booksSwiper0 .book-author {
	color: #fe794e;
    margin-top: 15px;
	font-size: 14px;
    font-weight: 600;
}
.qr_pages_custom .swiper-container.booksSwiper0 .img-block {
	display: block;
}
.qr_pages_custom .swiper-container.booksSwiper0 .img-block img {
    height: 250px;
    width: auto;
	border: 3px solid #C7D6E2;
	transition: 0.2s;
}

.qr_pages_custom .swiper-container.booksSwiper0 .swiper-slide:hover .img-block img {
	border: 3px solid #fe794e;
	transition: 0.2s;
}
.qr_pages_custom .swiper-container.booksSwiper0 {
    width: 800px;
    padding: 30px 50px;
    height: auto;
	margin-bottom: 40px;
}



.qr_pages_custom .swiper-container.quoteSwiper .swiper-pagination {
	bottom: 0;
}
.qr_pages_custom .swiper-container.quoteSwiper .swiper-button-next,
.qr_pages_custom .swiper-container.quoteSwiper .swiper-button-prev {
	top: 40%;
}
.qr_pages_custom .swiper-container.quoteSwiper .swiper-slide.quote {
	text-align: center;
	text-decoration: none;
	display: block;
	color: #000;
	padding: 0 30px;
    font-size: 16px;
    line-height: 20px;
}
.qr_pages_custom .swiper-container.quoteSwiper:before {
	content: '';
	display: block;
	top: 20px;
	left: 50%;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	position: absolute;
	background-size: contain;
	background-image: url("/local/templates/bogdan_main_page_2/images/qr/quote-ico.png");
}
.qr_pages_custom .swiper-container.quoteSwiper {
    width: 800px;
	position: relative;
    padding: 30px 50px;
    height: auto;
	margin-bottom: 40px;
	padding-top: 70px;
}



.qr_pages_custom .swiper-container.imagesSwiper .swiper-pagination {
	bottom: 0;
}
.qr_pages_custom .swiper-container.imagesSwiper .swiper-slide {
	text-align: center;
	text-decoration: none;
	display: block;
	color: #000;
	overflow: hidden;
}
.qr_pages_custom .swiper-container.imagesSwiper .swiper-slide {
	display: block;
}
.qr_pages_custom .swiper-container.imagesSwiper .swiper-slide img {
    height: 270px;
    width: auto;
}
.qr_pages_custom .swiper-container.imagesSwiper {
    width: 850px;
    padding: 30px 50px;
    height: auto;
	margin-bottom: 40px;
}
.qr_pages_custom .swiper-container {
    --swiper-theme-color: #f44336;

}




.qr_pages_custom .swiper-container.fotoSwiper .swiper-pagination {
	bottom: 0;
}
.qr_pages_custom .swiper-container.fotoSwiper .swiper-slide {
	text-align: center;
	text-decoration: none;
	display: block;
	color: #000;
}
.qr_pages_custom .swiper-container.fotoSwiper .swiper-slide {
	display: block;
}
.qr_pages_custom .swiper-container.fotoSwiper .swiper-slide img {
    height: 260px;
    width: auto;
	border: 2px solid #C7D6E2;
}
.qr_pages_custom .swiper-container.fotoSwiper {
    width: 850px;
    padding: 30px 50px;
    height: auto;
	margin-bottom: 40px;
}
.qr_pages_custom .swiper-container.fotoSwiper .book-author {
	color: #fe794e;
    margin-top: 15px;
	font-size: 14px;
    font-weight: 600;
}
.qr_pages_custom .in_the_world .link_photo img {
	width: 400px;
    margin: 20px auto;
    display: block;
	border: 3px solid #C7D6E2;
	transition: 0.2s;
    padding: 30px;
}
.qr_pages_custom .in_the_world .link_photo {
	display: block;
}

.qr_pages_custom .in_the_world .link_photo:hover img {
	border: 3px solid #fe794e;
	transition: 0.2s;
}




.qr_pages_custom .swiper-container.booksSwiper1 .swiper-pagination,
.qr_pages_custom .swiper-container.booksSwiper2 .swiper-pagination,
.qr_pages_custom .swiper-container.booksSwiper3 .swiper-pagination {
	bottom: 0;
}
.qr_pages_custom .swiper-container.booksSwiper1 .swiper-button-next,
.qr_pages_custom .swiper-container.booksSwiper2 .swiper-button-next,
.qr_pages_custom .swiper-container.booksSwiper2 .swiper-button-prev,
.qr_pages_custom .swiper-container.booksSwiper1 .swiper-button-next,
.qr_pages_custom .swiper-container.booksSwiper3 .swiper-button-next,
.qr_pages_custom .swiper-container.booksSwiper3 .swiper-button-prev {
	top: 40%;
}
.qr_pages_custom .swiper-container.booksSwiper1 .swiper-slide:hover .book-name,
.qr_pages_custom .swiper-container.booksSwiper2 .swiper-slide:hover .book-name,
.qr_pages_custom .swiper-container.booksSwiper3 .swiper-slide:hover .book-name  {
	text-decoration: underline;
}
.qr_pages_custom .swiper-container.booksSwiper1 .swiper-slide,
.qr_pages_custom .swiper-container.booksSwiper2 .swiper-slide,
.qr_pages_custom .swiper-container.booksSwiper3 .swiper-slide {
	text-align: center;
	text-decoration: none;
	display: block;
	color: #000;
}
.qr_pages_custom .swiper-container.booksSwiper1 .book-name,
.qr_pages_custom .swiper-container.booksSwiper2 .book-name,
.qr_pages_custom .swiper-container.booksSwiper3 .book-name {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	color: #000;
    margin-top: 5px;
	min-height: 33px;
}
.qr_pages_custom .swiper-container.booksSwiper1 .book-text,
.qr_pages_custom .swiper-container.booksSwiper2 .book-text,
.qr_pages_custom .swiper-container.booksSwiper3 .book-text {
    font-size: 13px;
    line-height: 16px;
	text-align: justify;
    color: #555;
    margin-top: 10px;
}
.qr_pages_custom .swiper-container.booksSwiper1 .book-btn-buy,
.qr_pages_custom .swiper-container.booksSwiper2 .book-btn-buy,
.qr_pages_custom .swiper-container.booksSwiper3 .book-btn-buy {
	display: block;
    background-color: #fe794e;
    color: #fff;
    padding: 7px;
    margin-top: 10px;
	transition: 0.2s;
}
.qr_pages_custom .swiper-container.booksSwiper1 .book-btn-buy:hover,
.qr_pages_custom .swiper-container.booksSwiper2 .book-btn-buy:hover,
.qr_pages_custom .swiper-container.booksSwiper3 .book-btn-buy:hover {
	background-color: #46525d;
	transition: 0.2s;
}
.qr_pages_custom .swiper-container.booksSwiper1 .book-author,
.qr_pages_custom .swiper-container.booksSwiper2 .book-author,
.qr_pages_custom .swiper-container.booksSwiper3 .book-author {
	color: #fe794e;
    margin-top: 15px;
	font-size: 14px;
    font-weight: 600;
}
.qr_pages_custom .swiper-container.booksSwiper1 .img-block,
.qr_pages_custom .swiper-container.booksSwiper2 .img-block,
.qr_pages_custom .swiper-container.booksSwiper3 .img-block {
	display: block;
}
.qr_pages_custom .swiper-container.booksSwiper1 .img-block img,
.qr_pages_custom .swiper-container.booksSwiper2 .img-block img,
.qr_pages_custom .swiper-container.booksSwiper3 .img-block img {
    height: 250px;
    width: auto;
	border: 3px solid #C7D6E2;
	transition: 0.2s;
}
.qr_pages_custom .swiper-container.booksSwiper1 .swiper-slide:hover .img-block img,
.qr_pages_custom .swiper-container.booksSwiper2 .swiper-slide:hover .img-block img,
.qr_pages_custom .swiper-container.booksSwiper3 .swiper-slide:hover .img-block img {
	border: 3px solid #fe794e;
	transition: 0.2s;
}
.qr_pages_custom .swiper-container.booksSwiper1,
.qr_pages_custom .swiper-container.booksSwiper2,
.qr_pages_custom .swiper-container.booksSwiper3 {
    width: 800px;
    padding: 30px 50px;
    height: auto;
	margin-bottom: 40px;
}



.edu_square_link{
	color: #fe794e;
	border: 2px solid #fe794e;
	border-radius: 4px;
	padding: 20px 10px;
	font-weight: bold;
	transition: .2s;
	cursor: pointer;
}

.page_content .edu_square_links{
	display: flex;

	flex-direction: row;
	align-items: center;
	margin-top: 0px;
	margin-bottom: 0px;
	flex-wrap: wrap;
	margin-left: 20px;
	margin-right: 100px;
	margin: 15px 0;
}

.page_content .edu_square_links .edu_square_link{
	color: #fe794e;
	text-decoration: none;
	padding: 10px;
	margin-top: 15px;
	margin-right: 15px;
	min-width: 160px;
}
.page_content .edu_square_links .edu_square_link:hover{
	color: #fff;
	text-decoration: none;
}


/*QR_PAGES fix*/
.qr_pages_custom .swiper-container {
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
/*QR_PAGES fix END*/

.detail-page-table .price_block .bottom__wrapper {
	flex-direction: column;
	align-items: flex-start;
}



.detail-page-table .but_block 	.default_button.add_book{
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	height: auto;
	padding: 5px 10px;
	border: 1px solid #fe794e;
}

.detail-page-table .fb_iframe_widget{
	margin-top: 5px;
}

.detail-page-table .detail_buy_block_new .delivery{
	margin-top: 0;
	padding-top: 0;
}



.special-offer-desktop{
	padding: 15px 20px;
	font-size: 14px;
	color: #46525e;
}

.price-for-free-delivery{
	color: #fe794e;
	font-weight: bold;
}

.video_iframe {
	position:relative;
	padding: 0 0 56.25% 0;
	height:0;
	overflow:hidden;
}

.video_iframe iframe,.video_iframe object,.video_iframe embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


.edu_square_links_catalog_section{
	justify-content: start!important;
flex-wrap: wrap;
}


.page_content .edu_square_links_catalog_section .edu_square_link{
	text-align: center;
}

.detail-page .h1_book_name h1{
	line-height: 24px;
}