
.shelf {margin: -30px auto 10px;
padding: 0;
height: 50px;
border: none;
border-bottom: 0;
box-shadow: 0 20px 20px -20px #333;}

.tag {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
color:darkslategray;
}
input {margin:5px; line-height:2;}
input[name="draftemail"] {
    display: block;
    width: 2px;
    height: 2px;
    margin-bottom: -2px;
    border: none;
    padding: 0;
    opacity: 0.01;
}

input:valid {
border: 1px solid slategray;
}
input:not(:placeholder-shown):invalid {
border: 1px solid red;
}

.onlineorder {font-size:1,3em;
color: saddlebrown;
text-align:center}
/* RADIO */

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,1), inset 0px  rgba(0,0,0,1);
	padding: 9px;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	cursor:pointer;
}

.regular-radio:checked + label:after {
	border-radius: 10px;
	position: absolute;
	top: 3px;
	background: #99a1a7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	left: 3px;}

.regular-radio:checked + label {
	background-color: #ff7600;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
table th, table td {padding:3px;}
.one-container { text-align: center;}
.one-fourth, .one-third, .one-half {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: #F8F8F8;
    border: 1px dotted #777;
    border-radius: 10px;
    text-align: center;
}
.one-third:hover, .one-fourth:hover, .one-half:hover {background:oldlace;}

@media only screen and (min-width: 740px){
.one-fourth {
width:22%;}}

@media only screen and (min-width: 740px){
.one-third {
width:30%;}}

@media only screen and (min-width: 740px){
.one-half {
width:45%;}}



.stamptext {padding:10px; text-align:left; line-height:1.3em;}
.stamptext ul {padding-left:10px; line-height:1.3em;}
.stamptext li {}

.type{
margin-bottom:20px;
}
		
.form-card {
	display: flex;
	position: absolute;
	width: 650px;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	background: rgba(69, 106, 138, 0.15);
	border-radius: 4px;
	border: 1px solid #ddd;
  backdrop-filter: blur(5px);
}
.form-card-left {
	width: 200px;
	background: transparent;
	align-items: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.card-header {
text-align: center;
padding-bottom: 5px;
margin-bottom: 7px;
}
.form-card-left p {
	font-size: 10px;
	letter-spacing: 4px;
	color: rgba(0, 0, 0, 0.8);
}
.form-body {
text-align: center;}

.form-body h2, h3 {
margin:20px;
text-align:center;	
color: maroon;
clear:both;}

.form-body h4 {
margin:7px;
font-size:1.1em;
color: saddlebrown;}

.form-body p {
font-size:1.1em;
font-weight:bold;
color:saddlebrown;}

.form-body .price{font-size:1.5em; color:lightslategray; padding-top:7px;}



.tab-pan {
  display: none;
}
.tab-pan.active {
  display: block;
}
.hide {
  display: none;
}
.tab-nav {
	bottom: 0;
	width: 100%;
	padding: 20px;
	left: 0;
	text-align: right;
	box-sizing: border-box;
clear:both;
}
.tb-next, .tb-prev {
	padding: 6px 15px;
	border-radius: 5px;
	color: #ffffff;
	border: 1px solid #fff;
background: maroon;
	margin: 0 5px;
	cursor: pointer;
}
.tb-next:hover, .tb-prev:hover {
	background: #dddddd;
	color: #666666;
}
.submitbtn {
	padding: 6px 15px;
	background: rgba(61, 192, 206,.5);
	border: 1px solid #2597a4;
	border-radius: 4px;
	color: #0b2d35;
}
.blackbox {
width: 100%;
background: #000000;
text-align: center;}

.pg2_wrapper {background-color:maroon; display:flex; padding-left: 10px;}
.pg2_floatleft {display:inline-block; float:left; font-size: 1.3em; font-weight: bold; color: white; }
.pg2_floatleft ul {padding-left: 30px}
.pg2_floatleft h2 {color: white; padding-left:30px;}
.pg2_floatright {display:inline-block; float:right;}
@media only screen and (max-width: 800px) {
.pg2_wrapper {flex-direction: column;}
.pg2_floatleft {width:100%;}
.pg2_floatright {width:100%;}
}

.pg2_wrapper a {margin-left: 30px; color: #ffc94f; border-bottom: #ffffff 1px dotted;}
.pg2_wrapper a:hover {color: #ffffff;}

.scheme ul {display:inline-block;
margin:0;
padding:0;}

.scheme h3 {
margin-top:5px;
margin-bottom:0;}


.scheme li {display: block;
position:relative;
float:left;
height:100%;
width:100%;
margin: 5px;
padding-top:80px;
background: var(--background) no-repeat #F6F6F6;
background-position: top;
border:dotted 1px #777;
border-radius:  5px;
color: #534b49;}
.scheme_calculation {--background: url(/isdanie-knig/img/calculation.webp);}
.scheme_signing {--background: url(/isdanie-knig/img/signing.webp);}
.scheme_approval {--background: url(/isdanie-knig/img/approval.webp);}
.scheme_printing {--background: url(/isdanie-knig/img/printing.webp);}
.scheme_accept {--background: url(/isdanie-knig/img/accept.webp);}
.scheme_bonuses {--background: url(/isdanie-knig/img/bonus.webp);}


@media screen and (min-width: 670px) {
.scheme li {width:calc(33.333% - 20px);
padding: 80px 0 0 5px;
}


.scheme li::after
 {background: url("/isdanie-knig/img/arrow.webp") no-repeat 0 0 transparent;
content: "";
height: 18px;
right: -15%; 
position: absolute;
top: 35px;
width: 82px;
z-index: 1;}

.scheme li.scheme_bonuses::after  {background: none;}
}

.acor-container {
    margin: 20px 0;
}
.acor-container .acor-body {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color:#E2E2E2;
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-family: Verdana, sans-serif; 
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}
.acor-container .acor-body p {
    margin: 0 0 10px;
}
.acor-container label {
    cursor: pointer;
    background-color: saddlebrown;
    display: block;
    padding: 15px 20px;
    width: 100%;
    color:white;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;
    font-family: Verdana, sans-serif;   
    font-size: 18px;
    margin: 0 0 5px;
    transition: color .35s;
}
.acor-container label:hover {
    color: wh;
}
.acor-container input{
    display: none;
}
.acor-container label:before {
    content: '\276F';
    float: right;
}
.acor-container input:checked + label {
    background-color: darkslategray;
    color: #FFF;
    box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #000;
    padding: 20px 30px 10px;}
    
