/* Calc -----------------------------------------------------------*/

/* Êàëüêóëÿòîð
-----------------------------------------------------------------------------*/
/* òàáû */
div.tabs {
padding-left: 0.5em;
padding-right: 4.5em;
padding-bottom: 0.5em;
padding-top: 0.5em;
}
#first, #second {
	background-color:#f0f0f0;
}

ul.tabNavigation {
	list-style: none;
	font-size: 12px;
	
}

ul.tabNavigation li {
	display: inline;


}

ul.tabNavigation li a {
	color: #666;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-top: 12px;
	background-image:url(/files/iii3.jpg); background-repeat:repeat-x;
	
	
}

ul.tabNavigation li a.selected {
	background-color:#f0f0f0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-top: 12px;
	background:#f0f0f0;
	
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a.selected:hover {
	color: #bb302d;
	font-weight: bold;
}

ul.tabNavigation li a:hover {
	color: #f36428;
	text-decoration: underline;
}

ul.tabNavigation li a:focus {
	outline: 0;
}

div.tabs div {
	padding: 10px;
	margin-top: 9px;
}

div.tabs div h2 {
	margin-top: 0;
}



#grandtotal {width: 190px;}
#grandtotalsale {width: 190px;}
/* Òàáëèöà ñ êàëüêóëÿòîðîì
-----------------------------------------------------------------------------*/
.price_item {
	font-size: 11px; color:#999999;
}
.price_item-transparent {
	color:#f1f1f1;
	font-size:1px;
}
.lodj {
	padding-top: 15px;
}
.lodj_stv {
	padding-left: 18px;
}	
.erker {
	padding-top: 15px;
}
.price_total_1, .price_total_2, .price_total_4  {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
.price_total_1 {
	text-align: left;
	color:#bb302d;
	float: right;
	padding-right: 21px;
	font-weight: bold;
	width: 100px;
	
}
.price_total_2 {

	color:#f36428;	
}
.price_total_3 {
	color: #bb302d;
	text-align: center;
	
}
.price_total_4 {
	text-align: left;
	color:#f36428;
	float: right;
	padding-right: 21px;
	font-weight: bold;
	width: 100px;
}
input {
	background-image:url(/files/iii.jpg); background-repeat:repeat-x;
	border: #CCCCCC 1px solid;
	/* text-align:center; */
	font-size: 11px;
	padding: 5px 10px;
	}
#osz {
	font-size: 16px;
	float: left; 
	padding-top: 10px; 
	padding-bottom: 10px;
	padding-left:0px;
	font-size: 14px;
	width: 300px;
	text-align: right;
}
#oszs {
	font-size: 16px;
	float: left; 
	padding-top: 10px; 
	padding-bottom: 12px;
	padding-left:0px;
	font-size: 14px;
	text-align: right;
	width: 300px;
		
}

.input {
	padding-left: 5px;
	padding-right: 5px;	
}
.zag {
	font-size: 14px; 
	padding-left: 15px; 
	padding-top: 20px; 
	padding-bottom: 25px;
}	
.i-sale {
	
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 12px;
	float: right;	
	text-align: left;
	padding-right: 13px;
	width: 128px;
	
}	
.tipvo {	
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #FF3300;
	font-weight: bold;
}

/*First-popup*/
.first-overlay {
    width: 100vw;
    height: 100vh;
     /* optional: dark background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999; /* on top */
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
}
.first-popup {
    /* position: fixed; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    background: #fff;
    padding: 1rem;
    max-width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    /* text-align: center; */
    z-index: 999;
    width: 600px;
    border: 2px solid #c2c2c2;
    /* max-width: 400px; */
    max-width: 80%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
}
.first-popup .logo {
    display: inline;
    float: left;
    padding: 0;
}
.first-popup .stamp {
    float: right;
    /* max-width: 80%; */
}
.first-popup .logo img {
    width: 204px;
}
.first-popup .stamp img {
    width: 326px;
    max-width: 100%;
}
.first-popup p {
    font-size: 25px;
    display: inline-block;
    font-family: "arial black";
    padding: 50px 50px 0;
    float: left;
    /* margin: 50px 50px; */
    /* margin-top: 52px; */
    text-align: left;
    line-height: 42px;
    margin-top: 14px;
}
.first-popup span {
    font-size: 46px;
}


/*Sum with sale*/

.sum_sale {}
.summary-box {
  background: #eeeeee;
  color: #000;
  font-family: Arial, sans-serif;
  padding: 20px;
  border-radius: 12px;
  width: fit-content;
  text-align: center;
  margin: auto;
  line-height: 30px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0.95);
  animation: fadeInScale 0.3s ease forwards;
}

@keyframes fadeInScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  text-align: left;
}

.summary-price {
  font-weight: bold;
  font-size: 20px;
  padding-left: 16px;
  white-space: nowrap;
}

.summary-discount {
  font-weight: bold;
  color: #dc4a0c;
  font-size: 20px;
  padding-left: 16px;
  white-space: nowrap;
}

.summary-percent {
  font-size: 52px;
  font-weight: bold;
  text-align: right;
  padding-top: 16px;
  color: #dc4a0c;
}

.summary-divider {
  margin: 28px 0 14px;
  border: 0;
  height: 1px;
  background: #808080;
}

.summary-label {
  font-size: 30px;
  font-family: 'Arial Black', Arial, sans-serif;
}

.summary-total {
  font-size: 70px;
  font-family: 'Arial Black', Arial, sans-serif;
  padding-top: 20px;
  line-height: 3rem;
}