/** SHOP **/
div#shop
{}

div#shop h2
{
	font-size:14px;
}

div#shop h2.h18px
{
	font-size:18px;
}

div#shop div.object
{
	margin-bottom:10px;
	padding:0;
	background-color:#FFF;
	border:1px solid #039;
}

div#shop div.object div.content
{
	padding:10px;
	margin-left:93px;
}

div#shop div.object img.big
{
	padding:10px 0 10px 10px;
}

div#shop div.object h2
{
	border-bottom: 1px solid #039;
	border-top: 1px solid #039;
	padding: 10px 5px;
	margin:0;
	background-color:#E6E9F2;
	color:#000;
}

div#shop div.object div.selectLabel
{
	float:left;padding:3px 5px 0 0;
}

div#shop div.object div.selectBox
{
	float:left;
}

div#shop div.object div.selectClear
{
	clear:both;
	/*padding-bottom:15px;*/
}

div#shop div.object div.content div.ptComments
{
	padding: 0 0 10px 0;
}

div#shop div.object div.content div.ptComments div
{
	padding: 10px 10px 0px 10px;
	background-color: #F8F8F8;
}

div#shop div.object div.content div.ptComments div.clear
{
	clear: both;
	padding: 0;
	margin: 0;
}

div#shop div.object div.content div.ptComments div.periodComment
{
	padding-bottom: 10px;
}

div#shop table
{
	background-color:#FFF;
}

div#shop #step2 div.shop_order_type_select div.image
{
	float:left;
	padding:0 0 0 0;
	margin:0;
	margin-right:0;
}

div#shop #step2 div.shop_order_type_select div.radio_active
{
	float:left;
	height:23px;
	padding:10px;
	margin:5px 5px 0 0;
	cursor:pointer;
	background-color:#ddd;
	box-sizing: content-box;
}

div#shop #step2 div.shop_order_type_select div.radio_passive
{
	float:left;
	height:23px;
	padding:10px;
	margin:5px 0px 0 0;
	cursor:pointer;
}

div#shop #step2 div.shop_order_type_select div.radio_passive span
{
	text-decoration:underline;
}

div#shop #step2 div.shop_order_type_select div.radio_clear
{
	height:1px;
	line-height:1px;
	font-size:1px;
	background-color:#aaa;
	clear:both;
	margin-bottom:10px;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line
{
	padding:8px 0 8px 15px;
	margin-bottom: 2px;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line .comment
{
	font-size:11px;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(icons/warning.gif);
	padding-left:18px;
	margin:0 5px;
	cursor:pointer;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line .comment .text
{
	border-bottom:1px dashed black;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line .example
{
	font-size:11px;
	color:#9DA6BD;
	padding:3px 0 0 0;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line label
{
	display:block;
	padding-bottom:5px;
	font-weight:bold;
	color:#000;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line label .required
{
	color:#900;
	font-size:17px;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line textarea
{
	width:80%;
	height:90px;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line input
{
	width:320px;
	font-size:14px;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line-checkbox{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
	line-height: 1;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line-checkbox input
{
	width:auto;
	margin-right: 10px;
	cursor: pointer;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line-checkbox label
{
	padding-bottom: 2px;
}

div#shop #step2 div.shop_order_type_select div.shop_order_form div.line div.error
{
	padding:0 0 0 20px;
	margin:5px 0;
	font-size:11px;
	color:#000;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(icons/error.gif);
	display:none;
	height: 16px;
}

#tooltip_phone
{
	position:absolute;
	width:400px;
	padding:10px;
	background-color:#FFC;
	border:1px solid #F90;
	font-size:10px;
	display:none;
}

#tooltip_phone p
{
	font-size:11px;
}


/* НОВАЯ ПОДПИСКА */

#pageContent * {
	box-sizing: border-box;
}

/* -- Страница главного меню -- */

#pageContent .select {
	max-width: 650px;
	/*margin: 0 auto;*/
	font-family: Arial;
	text-align: justify;
}
#pageContent .select:after {
	content: "";
	display: inline-block;
	width: 100%;
}
#pageContent .select__title {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 30px;
	color: #d30900;
}
#pageContent .select__item {
	max-width: 310px;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #f9f9f9;
	box-shadow: 0 2px 3px rgba(72,73,71,0.29);
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: top;
	min-height: 395px;
}
#pageContent .select__item:hover {
	cursor: pointer;
}
#pageContent .select__lable {
	padding: 11px 27px;
	background-color: #906fa1;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
}
#pageContent .select__icon {
	display: block;
}
#pageContent .select__mode {
	font-size: 18px;
	font-weight: 400;
	margin-left: 25px;
	text-align: left;
}
#pageContent .select__description {
	font-size: 12px;
	font-weight: 400;
	color: #555454;
	margin: 13px 25px;
	text-align: left;
}
#pageContent .select__link {
	color: #0c56a2;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	margin-left: 25px;
}
#pageContent .book {
	margin: 44px auto 20px;
}
#pageContent .mobile {
	margin: 38px auto 28px;
}
#pageContent .belpost {
	margin: 0px auto 46px;
}

#pageContent .set {
	margin: 19.5px auto 20px;
}
@media screen and (max-width: 725px) {
	#pageContent .select,
	#pageContent .select__title {
		text-align: center;
	}
}

/* -- Страница подписки через редакцию -- */

#pageContent .print-subscribe {
	max-width: 665px;
	/*margin: 0 auto;*/
	font-family: Arial;
}
#pageContent h1 {
	font-family: inherit;
}
#pageContent .print-subscribe__title {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 12px;
	color: #d30900;
}
#pageContent .print-subscribe__description {
	font-weight: 400;
	font-size: 14px;
}

#pageContent .print-subscribe__banner {
	margin-bottom: 20px;
	width: 100%;
	max-width: 665px;
}

#pageContent .print-subscribe__block {
	display: inline-block;
}
#pageContent .print-subscribe__group {
	margin-bottom: 25px;
}

.print-subscribe__cover {
	-webkit-box-shadow: 4px 5px 24px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 5px 24px -6px rgba(0,0,0,0.75);
	box-shadow: 4px 5px 24px -6px rgba(0,0,0,0.75);
}

.print-subscribe__wrapper:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.print-subscribe__order {
	margin-bottom: 50px;
	display: inline-block;
	margin-left: 150px;
}
.print-subscribe__order:after {
	content: "";
	display: inline-block;
	width: 100%;
}
#pageContent .print-subscribe__name {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
}
#pageContent .print-subscribe__type {
	/*display: inline-block;*/
	margin-right: 18px;
}
#pageContent .print-subscribe__period {
	/*display: inline-block;
	vertical-align: top;*/
}
#pageContent .print-subscribe__title2 {
	font-size: 14px;
	font-weight: 400;
	color: #555454;
	text-align: left;
	margin-bottom: 10px;
}
#pageContent .print-subscribe__form-type {
	margin-bottom: 30px;
}

#pageContent .count-button {
	width: 24px;
	height: 24px;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}
#pageContent .increment-button {
	background: url("/images/otdelkadrov.by/shop/plus.png") no-repeat;
}
#pageContent .decrement-button {
	background: url("/images/otdelkadrov.by/shop/minus.png") no-repeat;
}
#pageContent .print-subscribe__value {
	display: inline-block;
	margin: 0 10px;
	color: #555454;
	font-size: 18px;
	font-weight: 700;
	border: none;
	outline: none;
	width: 30px;
	padding: 0 10px;
	vertical-align: middle;
}
#pageContent .print-subscribe__link {
	display: block;
	margin-top: 35px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #906fa1;
	box-shadow: 0 2px 0 #6f4f7f;
	padding: 15px 30px;
	max-width: 230px;
}
#pageContent .print-subscribe__link_up {
	position: relative;
	left: 171px;
	bottom: 108px;
	margin-top: 0;
}
#pageContent .print-subscribe__link_bottom {
	display: inline-block;
}
#pageContent .print-subscribe__sum {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
#pageContent .print-subscribe__sum-value {
	font-size: 24px;
	font-weight: 700;
}
#pageContent .print-subscribe__shape {
	color: #555454;
	font-size: 14px;
	font-weight: 400;
	border-bottom: dashed 2px #585858;
	display: inline-block;
	cursor: pointer;
	margin-top: 31px;
	margin-bottom: 25px;
}
#pageContent .print-subscribe__add {
	display: inline-block;
	padding: 15px 30px;
	max-width: 230px;
	text-transform: uppercase;
	border: 2px solid #906fa1;
	color: #906fa1;
	font-family: Arial;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	margin-top: 21px;
/*	display: none;*/
}
#pageContent .print-subscribe__help {
	font-weight: 400;
	font-size: 14px;
	padding-top: 30px;
	border-top: solid 2px #f1f1f1;
	margin: 50px auto 20px;
}
#pageContent .print-subscribe__mail, .print-subscribe__phone {
	font-weight: 700;
	color: #000;
	text-decoration: none;
}
#pageContent .print-subscribe__error1 {
	color: #c00;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
	display: none;
}
#pageContent .print-subscribe__error2,
#pageContent .print-subscribe .print-subscribe__error3 {
	color: #c00;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
	display: none;
}

#pageContent .order_table_box {
	margin: 20px 0;
}

#pageContent .list {
	background-color: #f9f9f9;
	padding: 45px 30px 0;
	box-shadow: 0 2px 3px rgba(72,73,71,0.29);
	width: 100%;
}
#pageContent .list__title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
}
#pageContent .list__row > td {
	border-bottom: 1px solid #dfdfdf;
}
#pageContent .list__journal {
	color: #555454;
	font-size: 12px;
	font-weight: 400;
	margin: 15px 0;
	padding: 20px 68px 20px 0;
	width: 50%;
}
#pageContent .list__price {
	color: #010101;
	font-size: 14px;
	font-weight: 400;
	padding: 20px 10px 20px 0;
}
#pageContent .list__quantity {
	font-size: 12px;
	font-weight: 400;
	color: #555454;
	padding: 20px 10px 20px 0;
}
#pageContent .list__sum {
	color: #0c56a2;
	font-size: 14px;
	font-weight: 400;
}
#pageContent .list__remove {
	color: #b0afaf;
	cursor: pointer;
}
#pageContent .list__to-pay {
	color: #010101;
	font-size: 14px;
	font-weight: 400;
	margin-right: 40px;
}
#pageContent .list__sum-value {
	font-weight: 700;
	font-size: 24px;
}
#pageContent .list__sum-value>span {
	font-size: 30px;
}
#pageContent .list__total {
	padding: 35px 0;
}

#pageContent .list__total_table {
	background-color: #f9f9f9;
}

::-webkit-input-placeholder {
	color: #555454;
}
::-moz-placeholder {
	color: #555454;
}
/* Firefox 19+ */
:-moz-placeholder {
	color: #555454;
}
/* Firefox 18- */
:-ms-input-placeholder {
	color: #555454;
}


/* -- Страница комплектов -- */
#pageContent .kit {
	max-width: 665px;
	margin: 0 auto;
	font-family: Arial;
	padding-top: 30px;
}
/*#pageContent .kit__title {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 15px;
}*/
#pageContent .kit__description {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 30px;
}
#pageContent .kit__action {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}
#pageContent .kit__blue {
	color: #0c56a2;
	font-size: 18px;
	font-weight: 700;
}
#pageContent .kit__error {
	color: #c00;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
	display: none;
}
#pageContent .kit__error2 {
	color: #c00;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
	display: none;
}
#pageContent .kit__order {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding-top: 45px;
	padding-bottom: 30px;
}
#pageContent .kit__order:nth-of-type(2) {
	border: none;
}
#pageContent .kit__order:nth-of-type(3) {
	padding-bottom: 70px;
}
#pageContent .kit__cover {
	display: inline-block;
	margin-right: 25px;
}
#pageContent .kit__subscribe {
	display: inline-block;
	vertical-align: top;
}
#pageContent .kit__name {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 25px;
}
#pageContent .kit__title2 {
	font-size: 14px;
	font-weight: 400;
	color: #555454;
	text-align: left;
	margin-bottom: 10px;
}
#pageContent .kit__form-type {
	margin-bottom: 10px;
}
#pageContent .kit__button-plus {
	display: inline-block;
	cursor: pointer;
	transition: 0.1s;
	color: #b0afaf;
	border-radius: 24px;
	font-weight: 700;
	background: #f1f1f1;
	height: 24px;
	width: 24px;
	line-height: 24px;
	font-size: 20px;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#pageContent .kit__button-plus:hover {
	transform: scale(1.1);
}
#pageContent .kit__button-minus {
	transition: 0.1s;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#pageContent .kit__button-minus:hover {
	transform: scale(0.9);
}
#pageContent .kit__value {
	display: inline-block;
	margin: 0 10px;
	color: #555454;
	font-size: 18px;
	font-weight: 700;
	border: none;
	outline: none;
	width: 30px;
	padding-left: 10px;
}
#pageContent .kit__link {
	display: block;
	margin-top: 35px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 2px 0 #6f4f7f;
	background-color: #906fa1;
	padding: 15px 34px;
	max-width: 235px;
}
#pageContent .kit__item {
	display: inline-block;
	max-width: 235px;
}
#pageContent .kit__item:nth-of-type(2) {
	margin-left: 30px;
}
#pageContent .kit__sum {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
#pageContent .kit__sum-value {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 45px;
}
#pageContent .kit__shape {
	color: #555454;
	font-size: 14px;
	font-weight: 400;
	border-bottom: dashed 2px #585858;
	display: inline-block;
	cursor: pointer;
}
#pageContent .kit__help {
	font-weight: 400;
	font-size: 14px;
	margin: 10px auto 20px;
}
#pageContent .kit__mail {
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

/* -- Страница электронных версий --*/
#pageContent .digital {
	max-width: 650px;
	/*margin: 0 auto;*/
	font-family: Arial;
	text-align: justify;
}
#pageContent .digital:after {
	content: "";
	display: inline-block;
	width: 100%;
}
#pageContent .digital__item {
	max-width: 310px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}
/*#pageContent .digital__title {
	font-family: Arial;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	margin: 30px 0;
}*/
#pageContent .digital__mode {
	font-size: 18px;
	font-weight: 400;
}
#pageContent .digital__pic {
	margin-top: 30px;
	margin-bottom: 22px;
}
#pageContent .app__pic {
	max-width: 118px;
	max-height: 157px;
}
#pageContent .digital__pic:nth-of-type(1) {
	margin-right: 30px;
}
#pageContent .digital__description {
	margin-bottom: 15px;
	color: #010101;
	font-size: 12px;
	font-weight: 400;
	list-style: none;
	display: block;
	padding-left: 30px;
	padding-top: 6px;
	background: url("/images/otdelkadrov.by/shop/marker.png") no-repeat 0 50%;
	text-align: left;
}
#pageContent .digital__link {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	width: 234px;
	height: 48px;
	background-color: #906fa1;
	box-shadow: 0 2px 0 #6f4f7f;
}
#pageContent .first-list {
	/*margin-bottom: 52px;*/
	padding: 0;
}
#pageContent .second-list {
	margin-bottom: 30px;
	padding: 0;
}
@media screen and (max-width: 685px) {
	#pageContent .digital,
	#pageContent .digital__title {
		text-align: center;
	}
	#pageContent .digital__link {
		margin: 0 auto;
	}
}

/* -- Страница подписки через почту -- */
#pageContent .post {
	max-width: 665px;
	/*margin: 0px auto 46px;
	font-family: Arial;*/
}
/*#pageContent .post__title {
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	text-transform: uppercase;
	margin: 30px 0 15px;
}*/
#pageContent .post__description {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 25px;
}
#pageContent .post__list {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}
#pageContent .post__subscribers {
	list-style: none;
	font-weight: 400;
	font-size: 14px;
}
#pageContent .post__index {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	background-color: #906fa1;
	width: 80px;
	height: 27px;
	display: inline-block;
	text-align: center;
	line-height: 27px;
	margin-bottom: 25px;
}
#pageContent .post__item {
	font-size: 14px;
	font-weight: 400;
	padding-left: 10px;
	padding-top: 3px;
}
.periodComment {
	background-color: #dde0e5;
    padding: 20px;
    border-radius: 5px;
	margin-top: 10px;
}
.sale-wrapper {
	margin-bottom: 40px;
}