body{
    /*font-family: 'Ubuntu Condensed', sans-serif;*/
    font-family: Tahoma;
    font-size: 12px;
    color: #757474;
}

.container{
    max-width: 1000px;
    display: block;
    margin: auto;
}

a{
    color: #2a6208;
    font-size: 12px;
}

td.shadow{
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.31);
    -moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.31);
    box-shadow:         0px 0px 9px 0px rgba(50, 50, 50, 0.31);
}
.book_frame{
    background-color: #fafafa;
    width: 320px;
    height: 320px;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    border: 1px solid silver;
    display: inherit;
}
.book_frame img{
    max-width: 315px;
    display: inline-block !important;
}
#ramka_info{
    font-size: 0.9em;
    position: absolute;
    margin-left: 500px;
    margin-top: -18px;
}

table.calc_tbl{
    width: 100%; 
    border: 1px solid silver;
    
}
.contact_form button {
    margin-left: 156px;
    color: white;
    border: 1px solid #9fd574;
    padding: 8px;
    border-radius: 6px;
    font-size: 16px;
    background-color: #28921f;
    margin-bottom: 25px;
    cursor: pointer;
}
table.calc_tbl tr:nth-child(2n){
    background-color: #D7FFD7;
}

table.calc_tbl tr td{
    padding: 5px;
    text-align: center;
}

table.calc_tbl tr td:nth-child(1){
    text-align: left;
}
.form_tbl{
    width: 100%;
}
.form_tbl td{
    border-bottom: 1px dotted silver;
    padding: 3px;
}
.form_tbl tr td:first-child{
    padding-left: 12px;
    width: 250px;
}
.form_tbl tr td:nth-child(2){
    width: 300px;
}
.form_tbl select{
    width: 200px;
    padding: 5px;
    color: gray;
    border: 1px solid #b6b6b6;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
}
select.sn{
    padding: 3px;
    font-weight: bold;
    color: gray;
    border: 1px solid #b6b6b6;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
}
#delivery_info{
    display: none;
}
p.red{
    padding: 10px;
    border: 1px solid silver;
    color: white;
    background-color: #009B4E;
}

div.red{
    width: 60%;
    margin-left: 20%;
    padding: 10px;
    border: 1px solid silver;
}

.site-ads{
	margin: 0 2%;
	clear: both;
}
.site-ads div{
	float: left;
	width: 14%;
	margin: 0 1%;
}
.site-ads div img{
	max-width: 100%;
}
#wrap{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 99;
    opacity: 0.7;
}
#gmsg{
    display: none;
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    border: 1px solid silver;
    padding: 15px;
    background-color: #009b4e;
    color: white;
    z-index: 100;
    font-size: 18px;
    border-radius: 7px;
}

#gmsg button{
    font-size: 18px;
    background-color: white;
    border: none;
    color: #009b4e;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
}

#refer{
    background-color: #009b4e;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    border: 1px solid silver;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 40%;
    margin-top: 15px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    width: 25%;
    text-align: center;
}

.b_h{
    font-size: 20px;
    /*font-family: fantasy;*/
    color: #28921f;
}
.cena{
    background-color: #28921f;
    padding: 10px;
    font-size: 17px;
    color: white;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    margin-top: -43px;
    margin-left: 345px;
}
.custom_chek{
    position: absolute;
    margin-left: -26px;
    margin-top: -1px;
}


@media screen and (max-width: 900px) {	
	.site-ads{
		margin: 0 5%;
	}
	.site-ads div{
		float: left;
		width: 26%;
		margin: 0 2%;
		display: table-cell;
		text-align: center;
	}
	.contact_form label{
		float: none;
		clear: both;
	}
	.contact_form textarea{
		width: 100%;
	}
	.textarea-count{
		clear: both;
	}
	.left-text{
		text-align: left !important;
	}
	#ramka_info {
		margin-left: 0px;
		margin-top: 0px;
		position: static;
	}


@media screen and (max-width: 650px) {
	.site-ads div{
		width: 42%;
		margin: 0 2%;
  }
