html {
min-width: 320px;
overflow-y: scroll;
overflow-x: hidden;
}
input {border:1px solid #BFBBB5;}
textarea {border:1px solid #BFBBB5;}
body {
font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
width: 100%;
background: url(images/bottom.jpg) no-repeat;
background-position: bottom center;
margin: 0px;
}
.clearfix{clear: both;}
#page {
width: 100%;
max-width: 1200px;
min-width: 320px;
margin: 0 auto;
}

table, td, th {border-collapse:separate}
table {border-spacing:0; border:none; width: 100%; }
td, th {padding:0}

.text-center{	text-align: center;}
.text-left{	text-align: left;}
.text-right{	text-align: right;}

.v-text-center{	vertical-align:middle;}
.v-text-top{	vertical-align:top;}
.red{color: #cc0000;}
.wd100{	width: 100px;}


h1 {
color: #84ac20;
text-align: center;
font-weight: bold;
font-size: 30px;
}

h2 {
color: #84ac20;
text-align: center;
font-weight: bold;
font-size: 30px;
}

h3 {
color: #84ac20;
text-align: center;
font-weight: bold;
font-size: 18px;
}

h4 {
color: #84ac20;
font-weight: bold;
font-size: 18px;
}

a {
color: #84ac20;
text-decoration: none;
cursor: pointer;
}

li a {
color: #424242;
}


p {
color: #424242;
}

table {
width: 100%;
background: #fff;
margin: 10px 0px;
border: 1px solid #ddd;
border-collapse: collapse;
text-align: center;
}

textarea {
display: block;
width: 366px;
height: 100px;
margin: 10px 0px;
}

tbody tr {
border-bottom: 1px solid #84ac20;
}

tbody tr:last-child {
border-bottom: none;
}

tr:last-child td{
padding-bottom: 10px;
}

#header {
min-height: 70px;
margin: 0 auto;
padding: 5px;
margin-top: 70px;

}
.logosearch{	width: 330px;	float: left; }
#logoblock {
width: 350px;
background: url(images/logo.png) no-repeat;
padding-left: 60px;
}

#phone,
#sitename {
color: #84ac20;
font-size: 36px;
font-weight: bold;
line-height: 30px;
}

#siteslogan {
color: #424242;
font-size: 24px;
}

.loginblock {
width: 50%;
float: right;
text-align: right;
}

.phoneblock {
width: 41%;
float: right;
text-align: right;
position: relative;
}
.phone-head{
    color: #84ac20;
    text-align: right; line-height: 0.6em;
    font-size: 30px; font-weight: bold; 
}
.phone-head span{font-size: 12px;}
.addr {
color: #424242;
font-size: 18px;
line-height: 18px;
}

ul {list-style-type: none;}

/************************/
.search-text{
	color:#cc0000; font-size:18px;
	font-weight: bolder;
	background: #fff; padding: 15px;
}
.form-search {margin:5px 0 8px 60px; }
.form-search input[type='submit']{
	background: #f3c70a; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3c70a 0%, #fc9a09 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3c70a), color-stop(100%,#fc9a09)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3c70a 0%,#fc9a09 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3c70a 0%,#fc9a09 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3c70a 0%,#fc9a09 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3c70a 0%,#fc9a09 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c70a', endColorstr='#fc9a09',GradientType=0 ); /* IE6-9 */

    border: none; color:#424242;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    height: 31px;
    width: 65px
}
.form-search input[type='submit']:hover{
	background: #f3c70a; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3c70a 0%, #f3c70a 33%, #fc9a09 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3c70a), color-stop(33%,#f3c70a), color-stop(100%,#fc9a09)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3c70a 0%,#f3c70a 33%,#fc9a09 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3c70a 0%,#f3c70a 33%,#fc9a09 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3c70a 0%,#f3c70a 33%,#fc9a09 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3c70a 0%,#f3c70a 33%,#fc9a09 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c70a', endColorstr='#fc9a09',GradientType=0 ); /* IE6-9 */
	color: #000;
	transition: color .2s linear;
}
.form-search input[type='text']{
	 border:1px solid #bfbbb5;
	 padding:2px 5px;
	 font-size: 14px; float:left; margin-right:3px;
}

#mainmenu {
width: 100%;
border: 1px solid #ddd;
margin-top: 20px;
background: #fff;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
overflow: auto;
}

.mainmenu-inner {
padding: 15px 5px 0px 5px;
}

#footermenu li,
#mainmenu li {
display: inline-block;
cursor: pointer;
height: 28px;
padding: 0px 8px;
margin: 0px 2px;
padding-top: 8px;
text-align: center;
position: relative;
top: -8px;
border-radius: 5px;
margin-top: 10px;
}

#footermenu li:hover,
#mainmenu li:hover, #mainmenu li.active {
background: #a7cb56; /* Old browsers */
background: -moz-linear-gradient(top,  #a7cb56 0%, #85ac21 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cb56), color-stop(100%,#85ac21)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a7cb56 0%,#85ac21 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a7cb56 0%,#85ac21 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a7cb56 0%,#85ac21 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a7cb56 0%,#85ac21 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cb56', endColorstr='#85ac21',GradientType=0 ); /* IE6-9 */
color: #fff;
transition: color .2s linear;
}

#footermenu li:active,
#mainmenu li:active {
background: #85ac21; /* Old browsers */
background: -moz-linear-gradient(top,  #85ac21 0%, #a7cb56 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85ac21), color-stop(100%,#a7cb56)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #85ac21 0%,#a7cb56 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #85ac21 0%,#a7cb56 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #85ac21 0%,#a7cb56 100%); /* IE10+ */
background: linear-gradient(to bottom,  #85ac21 0%,#a7cb56 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ac21', endColorstr='#a7cb56',GradientType=0 ); /* IE6-9 */
}

#mainmenu ul {
margin: 0px;
}

.buynow,
.send,
.readmore,
#mainmenu li:first-child {
display: inline-block;
width: 183px;
height: 24px;
color: #fff;
background: #f3c70a; /* Old browsers */
background: -moz-linear-gradient(top,  #f3c70a 0%, #fc9a09 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3c70a), color-stop(100%,#fc9a09)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f3c70a 0%,#fc9a09 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f3c70a 0%,#fc9a09 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f3c70a 0%,#fc9a09 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f3c70a 0%,#fc9a09 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c70a', endColorstr='#fc9a09',GradientType=0 ); /* IE6-9 */
padding: 0;
padding-top: 9px;
padding-bottom: 3px;
}

.tocart:hover,
.buynow:hover,
.send:hover,
.readmore:hover,
#mainmenu li:first-child:hover {
background: #f3c70a; /* Old browsers */
background: -moz-linear-gradient(top,  #f3c70a 0%, #f3c70a 33%, #fc9a09 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3c70a), color-stop(33%,#f3c70a), color-stop(100%,#fc9a09)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f3c70a 0%,#f3c70a 33%,#fc9a09 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f3c70a 0%,#f3c70a 33%,#fc9a09 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f3c70a 0%,#f3c70a 33%,#fc9a09 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f3c70a 0%,#f3c70a 33%,#fc9a09 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c70a', endColorstr='#fc9a09',GradientType=0 ); /* IE6-9 */
color: #000;
transition: color .2s linear;
}

.tocart:active,
.buynow:active,
.send:active,
.readmore:active,
#mainmenu li:first-child:active {
background: -moz-linear-gradient(top,  #fc9a09 0%, #f3c70a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3c70a), color-stop(100%,#fc9a09)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fc9a09 0%,#f3c70a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fc9a09 0%,#f3c70a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fc9a09 0%,#f3c70a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fc9a09 0%,#f3c70a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9a09', endColorstr='#f3c70a',GradientType=0 ); /* IE6-9 */
}

#cart {
width: 198px;
height: 60px !important;
vertical-align: top;
background: url(images/cart-bg.png) no-repeat;
float: right !important;
margin: 0 !important;
padding: 0 !important;
text-align: left !important;
}

#cart .inner {
background: url(images/basket.png) no-repeat;
background-position: left center;
padding-left: 50px;
height: 52px;
margin: 4px 0px;
}

.cart {
color: #fff;
}

.carttxt {
color: #424242;
line-height: 14px;
} 

.carttxt span{
color: #fff;
font-size: 18px;
font-weight: bold;
} 

.button {
cursor: pointer;
}

.readmore {
display: inline-block;
width: 164px;
height: 34px;
cursor: pointer;
font-size: 20px;
text-align: center;
border-radius: 10px;
}

#maincontent {

width: 100%;
background: #f8f8f8;
min-height: 500px;
}

#maincontent.sidebar {
float: left;
min-height: 1800px;
}

#maincontent.sidebar .inner {
margin-left:266px;
padding-bottom: 20px;
}

#sidebar {
float: left;
width: 256px;
margin-left: -100%;
min-height: 800px;
background: #fff;
border: 1px solid #ddd;
position: relative;
}

.tovar-container {
text-align: center;
}

.tovar {
width: 240px;
height: 340px;
display: inline-block;
background: #fff;
border: 1px solid #ddd;
margin: 5px;
}

.tovar:hover {
box-shadow: 0 0 15px #ddd;
}

.tovar-image {
display: block;
width: 100px;
height: 100px;
margin: 0 auto;
}
.tovar-image img{max-height: 150px; max-width: 150px;}

.undercover {
text-align: left;
height: 245px;
}

.price-block {
margin-bottom: 5px;
border-bottom: 1px solid;
text-align: right;
}

.price1 {
text-decoration: line-through;
color: #424242;
display: block;
}

.price2 {
color: #424242;
font-weight: bold;
}

.price3,
.price3 {
font-weight: bold;
}

.buybutt {
display: block;
background: url(images/buy.png) no-repeat;
width: 92px;
height: 30px;
cursor: pointer;
float: right;
margin-top: 1px;
}

.buybutt:hover {
background-position: 0px -39px;
color: #000;
}

.buybutt:active {
background-position: 0px -78px;
}

.tovar p {display: block;
height: 60px;}

#sidebar a {
text-align: left;
cursor: pointer;
color: #424242;
}

#sidebar span {
float: right;
padding-right: 10px;
}

#sidebar .menu1 {
height: 44px;
}

#sidebar p {
color: #fff;
padding: 0 0 0 10px;
display: table-cell;
width: 210px;
height: 44px;
vertical-align: middle;
}

#sidebar .menu1:nth-child(3) p{
top:0px;
}

#sidebar .menu1 {
background: url(images/green-gradient.png);
padding: 5px 0px;
color: #fff;
display: table;
width: 100%;
}
#sidebar .menu1:first-letter{text-transform: uppercase;}

#sidebar .menu2 {padding: 5px 0px 5px 20px; text-transform: lowercase;}
#sidebar .menu2:first-letter{text-transform: uppercase;}

#sidebar .menu2:hover {
background: #84ac20;
color: #fff !important;
transition: all .2s linear;
}

.circ1001 { background: url(images/circ1.png) no-repeat; }
.circ1002 { background: url(images/circ2.png) no-repeat; }
.circ1003 { background: url(images/circ3.png) no-repeat; }
.circ1004 { background: url(images/circ4.png) no-repeat; }
.circ1005 { background: url(images/circ5.png) no-repeat; }
.circ1006 { background: url(images/circ6.png) no-repeat; }

.circ {
background-position: center;
display: table-cell;
width: 32px;
height: 32px;
padding: 0 0 0 4px;
}

.another {
display: block;
color: #424242;
text-decoration: underline;
}

.hline {
height: 1px;
margin: 0 auto;
background: #84ac20;
margin-top: 40px;
margin-right: 8px;
}

.helper {
height: 138px;
background: url(images/helper.png) no-repeat;
overflow: hidden;
margin: 10px auto;
max-width: 814px;
}

.helper .innerhelper {
padding: 10px 10px 10px 150px;
text-align: center;
width: 70%;
}

.txt1 {
color: #fff;
font-size: 24px;
text-transform: uppercase;
}

.txt2 {
color: #d3ff63;
font-size: 18px;
text-transform: uppercase;
}

.send {
width: 107px;
height: 25px;
border-radius: 5px;
display: inline-block;
color: #fff;
cursor: pointer;
text-align: center;
}

input {
height: 25px;
width: 180px;
}

.anketa {
position: relative;
top: 15px;
}

.glow {
border: 4px solid #fff;
padding: 5px;
height: 322px; position:relative;
}
.glow .no_temp {position: absolute;top:8px; left:5px; width:41px; height:42px;z-index:5;}
.glow:hover {
border: 4px solid #fc9a09;
transition: all .2s linear;
}

.buytovar {
height: 56px;
display: block;
}

.reviews {
background: #90b732;
height: 482px;
}

.reviews h3 {
color: #fff;
padding: 20px;
margin-bottom: -60px;
}

.reviewsinner {
padding: 20px;
}

.arrows {
height: 0px;
}

.arr1 {
width: 11px;
height: 17px;
background: url(images/arr1.png) no-repeat;
position: relative;
top: 125px;
float: left;
cursor: pointer;
}

.arr2 {
width: 11px;
height: 17px;
background: url(images/arr2.png) no-repeat;
position: relative;
top: 125px;
float: right;
cursor: pointer;
}

.man {
width: 259px;
height: 262px;
background: url(images/man.png) no-repeat;
background-position: -20px 0px;
}

.name {
color: #fff;
text-align: center;
position: relative;
top: -20px;
font-size: 24px;
}


.review {
display: none;
height: 0px;
}

.review0 {
display: block;
}

.text {
background: #fff;
padding: 20px;
color: #424242;
}

#wearegood {
background: #f8f8f8;
}


.wearegood {
text-align: center;
background: #fff;
padding: 20px 0px;
border: 1px solid #ddd;
margin: 0 auto;
}

.wearegood-big {
padding: 20px 0px;
}

.good {
width: 200px;
display: inline-block;
padding: 80px 5px 5px 5px;
vertical-align: top;
height: 210px;
}

.good h3 {
display: block;
height: 44px;
}

.good-big {
display: block;
padding: 5px 5px 5px 40px;
text-align: left;
vertical-align: top;
min-height: 210px;
border: 1px solid #ddd;
margin: 20px;
}

.good-big .atext {
padding-left: 100px;
}

.atext {
color: #424242;
}

.good1 { background: url(images/good1.png) no-repeat; background-position: top center;}
.good2 { background: url(images/good2.png) no-repeat; background-position: top center;}
.good3 { background: url(images/good3.png) no-repeat; background-position: top center;}
.good4 { background: url(images/good4.png) no-repeat; background-position: top center;}

.good-big1 { background: url(images/good1.png) #fff no-repeat; background-position: 20px;}
.good-big2 { background: url(images/good2.png) #fff no-repeat; background-position: 20px;}
.good-big3 { background: url(images/good3.png) #fff no-repeat; background-position: 20px;}
.good-big4 { background: url(images/good4.png) #fff no-repeat; background-position: 20px;}


html {
background: url(images/top.jpg) no-repeat;
background-position: top center;
}

#footer { min-height: 200px; overflow: auto; color: #444444; padding-top: 20px;}
#footer .logof{margin-left: 20px;}
#footer > .col1{float: left; width: 25%;}
#footer > .col2{float: left; width: 15%;}
#footer > .col3{float: left; width: 45%;}
#footer > .col4{display: none;}
#footer a.partner{color: #F55C42;}

@media (max-width:720px){
    #logoblock #siteslogan{font-size: 20px;}
    #footer { min-height: 200px; overflow: auto; color: #444444; padding-top: 20px;}
    #footer .logof{margin-left: 20px; margin-right: 10px;}
    #footer > .col1{float: left; width: 50%;}
    #footer > .col2{float: left; width: 25%;}
    #footer > .col3{float: left; width: 100%; padding: 0 20px 10px 20px;}
    #footer > .col4{display: block;}
    #footer a.partner{color: #F55C42;}
}

#footermenu ul {
max-width: 560px;
margin: 20px auto;
text-align: center;
}

.bigphoto {
height: 200px;
}

.photo {
display: none;
height: 0px;
}

.photo1 {
display: block;
}

.preview {
cursor: pointer;
margin: 0px 5px;
}

.tovarblock-main {
float: left;
width: 100%;
}

.tovarblock-side {
float: left;
width: 256px;
margin-left: -100%;
}

.tovar-name {
text-transform: uppercase;
font-size: 24px;
border-bottom: 1px solid #84ac20;
padding-bottom: 4px;
margin-bottom: 4px;
}
h1.tovar-name, h2.tovar-name {
text-transform: uppercase;
font-size: 24px;
border-bottom: 1px solid #84ac20;
padding-bottom: 4px;
margin-bottom: 4px;
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    color: #000; font-weight: normal; text-align: left; margin-top:0;
}
.otz,
.tovarblockbig {
background: #fff;
padding: 10px 5px;
border: 1px solid #ddd;
margin-bottom: 10px;
}

.tovar-recommend{text-align: center; padding: 10px 0; }
.tovar-recommend b{color: #77A20D;}
.tovar-buy {background: #f0f0f0;text-align: center;height: 53px;}

.tovar-price {
display: inline-block;
float: left;
font-size: 24px;
padding: 12px 6px;
background: #a7cb56; /* Old browsers */
background: -moz-linear-gradient(top,  #a7cb56 0%, #84ac20 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cb56), color-stop(100%,#84ac20)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a7cb56 0%,#84ac20 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a7cb56 0%,#84ac20 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a7cb56 0%,#84ac20 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a7cb56 0%,#84ac20 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cb56', endColorstr='#84ac20',GradientType=0 ); /* IE6-9 */
}

.tovar-price span {
color: #fff;
}

.vol,
.inputbox {
position: relative;
top: 15px;
}

.buynow {
border-radius: 5px;
float: right;
position: relative;
text-align: center;
width: 100px;
margin: 8px;
cursor: pointer;
}

.tovar-text {}
.tovar-text p{margin: 3px 0 3px 0; }

.otz {
margin: 20px 0px;
min-height: 135px;
}

.text2 {
padding: 20px;
}

.man2,
.girl2 {
width: 160px;
text-align: center;
height: 150px;
float: left;
font-size: 12px;
}

.man2 { background: url(images/man2.png) no-repeat; background-position: top center; }
.girl2 { background: url(images/girl2.png) no-repeat; background-position: top center; }


.name2 {
position: relative;
top: 110px;
}

.dostavka {
color: #84ac20;
background: url(images/dostavka.png) no-repeat;
padding-left: 50px;
text-align: left;
}
.absent{padding:15px; font-size: 20px; font-weight: bolder; color:red;}
.tocart {
background: #ededed;
color: #84ac20;
width: 80px;
}

.checkout,
.buy1click {
color: #fff;
background: #a7cb56; /* Old browsers */
background: -moz-linear-gradient(top,  #a7cb56 0%, #84ac20 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cb56), color-stop(100%,#84ac20)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a7cb56 0%,#84ac20 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a7cb56 0%,#84ac20 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a7cb56 0%,#84ac20 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a7cb56 0%,#84ac20 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cb56', endColorstr='#84ac20',GradientType=0 ); /* IE6-9 */
width: 150px;
}

.checkout:hover,
.buy1click:hover {
background: #a7cb56; /* Old browsers */
background: -moz-linear-gradient(top,  #a7cb56 0%, #a7cb56 33%, #84ac20 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cb56), color-stop(33%,#a7cb56), color-stop(100%,#84ac20)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a7cb56 0%,#a7cb56 33%,#84ac20 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a7cb56 0%,#a7cb56 33%,#84ac20 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a7cb56 0%,#a7cb56 33%,#84ac20 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a7cb56 0%,#a7cb56 33%,#84ac20 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cb56', endColorstr='#84ac20',GradientType=0 ); /* IE6-9 */
color: #000;
transition: color .2s linear;
}

.checkout:active,
.buy1click:active {
background: #84ac20; /* Old browsers */
background: -moz-linear-gradient(top,  #84ac20 0%, #a7cb56 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84ac20), color-stop(100%,#a7cb56)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #84ac20 0%,#a7cb56 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #84ac20 0%,#a7cb56 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #84ac20 0%,#a7cb56 100%); /* IE10+ */
background: linear-gradient(to bottom,  #84ac20 0%,#a7cb56 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84ac20', endColorstr='#a7cb56',GradientType=0 ); /* IE6-9 */
}

.tocart,.buy1click {
	display: inline-block;
	padding: 10px;
	cursor: pointer;
}
.price_list .tocart, .price_list .buy1click {box-sizing:border-box;}

.buttons2_td{	padding-left: 0!important;box-sizing:border-box;}
.buttons2_td .tocart{	width: 34.3%; }
.buttons2_td .buy1click{	width: 65.7%; float: right;}
.buttons2_td .br {	display: none;}
.buttons2 {
	border-radius: 5px;
	width: 270px;
	float: right;
	margin-right: 5px;
	position: relative; 
}
.price_list .buttons2 {width: 99%;margin-right: 1%;}


@media (max-width:1100px){
	.buttons2_td .br {	display: block;}
	.buttons2_td .tocart{	width: 99%; }
	.buttons2_td .buy1click{	width: 99%; float: none;}
}
@media (max-width:480px){
	.buy_group .buttons2 {width: 100px;}
	.buy_group .tocart{	width: 70px; margin-right: 5px; }
	
}


.gender {
cursor: pointer;
display: inline-block;
vertical-align: top;
text-align: center;
height: 200px;
display:none;
}

.gender1 .pic,
.gender2 .pic {
width: 160px;
text-align: center;
height: 110px;
}

.gender1,
.gender2 {
height: 0px !important;
position: relative;
top: 20px;
}

.gender2 {display: none;}

.gender1 .pic { background: url(images/man2.png) no-repeat; background-position: center; }
.gender2 .pic { background: url(images/girl2.png) no-repeat; background-position: center; }

.ganketa {display: inline-table;}
.ganketa input{width: 400px;}
.ganketa textarea{width: 400px; resize: vertical;}

@media (max-width:440px){
	.ganketa input{width: 322px; }
	.ganketa textarea{width: 320px;}
}
@media (max-width:360px){
	.ganketa input{width: 292px; }
	.ganketa textarea{width: 290px;}
}

.canketa {
background: #fff;
padding: 10px 5px;
border: 1px solid #ddd;
}

.addr-block,.canketa-inner {
width: 400px;
margin: 0 auto;
}

.makereview {text-align: center;}

.finally {
float: right;
padding-right: 20px;
color: #424242;
font-size: 24px;
font-weight: bold;
text-align: right;
}

.finally span {color: #84ac20;}

.checkout-block {font-size: 18px;}

.update {
display: inline-block;
background: url(images/update.png) no-repeat;
padding-left: 40px;
height: 29px;
padding-top: 3px;
}

.right {float: right;}

.side10 {margin: 0px 10px;}

.checkout-block {padding-top: 40px;}

.checkout {
padding: 5px 0px;
text-align: center;
border-radius: 5px;
}

.continue {margin-left: 40px;}

.result {display: none;}

.podbor-block {
background: #fff;
height: 400px;
border: 1px solid #ddd;
}

.question {
text-align: center;
height: 0px;
}

.question2,.question3,.question4 {display: none;}

.qtext {
font-size: 24px;
text-align: center;
padding-top: 20px;
}

.q {
display: inline-block;
width: 208px;
height: 208px;
padding-top: 40px;
margin: 30px 10px 0px 10px;
cursor: pointer;
}

.q:hover {opacity: 0.6;}

.q span {
position: relative;
top: 180px;
width: 100%;
display: block;
text-align: center;
}

.q1v1 { background: url(images/age1.png) no-repeat; background-position: top center; }
.q1v2 { background: url(images/age2.png) no-repeat; background-position: top center; }
.q1v3 { background: url(images/age3.png) no-repeat; background-position: top center; }
.q2v1 { background: url(images/strong1.png) no-repeat; background-position: top center; }
.q2v2 { background: url(images/strong2.png) no-repeat; background-position: top center; }
.q3v1 { background: url(images/long1.png) no-repeat; background-position: top center; }
.q3v2 { background: url(images/long2.png) no-repeat; background-position: top center; }
.q4v1 { background: url(images/podbor.png) no-repeat; background-position: top center; }



.delivery,
.faq {
background: #fff;
min-height: 150px;
border: 1px solid #ddd;
margin: 10px 0px;
padding: 10px 10px 10px 120px;
}


.faq1 { background: url(images/faq1.png) #fff no-repeat; background-position: 10px 10px; }
.faq2 { background: url(images/faq2.png) #fff no-repeat; background-position: 10px 10px; }
.faq3 { background: url(images/faq3.png) #fff no-repeat; background-position: 10px 10px; }
.faq4 { background: url(images/faq4.png) #fff no-repeat; background-position: 10px 10px; }
.faq5 { background: url(images/faq5.png) #fff no-repeat; background-position: 10px 10px; }
.faq6 { background: url(images/faq6.png) #fff no-repeat; background-position: 10px 10px; }
.faq7 { background: url(images/faq7.png) #fff no-repeat; background-position: 10px 10px; }
.faq8 { background: url(images/faq8.png) #fff no-repeat; background-position: 10px 10px; }
.faq9 { background: url(images/faq9.png) #fff no-repeat; background-position: 10px 10px; }
.faq10 { background: url(images/faq10.png) #fff no-repeat; background-position: 10px 10px; }
.faq11 { background: url(images/faq11.png) #fff no-repeat; background-position: 10px 10px; }

.delivery1 { background: url(images/delivery1.png) #fff no-repeat; background-position: 10px 10px; }
.delivery2 { background: url(images/delivery2.png) #fff no-repeat; background-position: 10px 10px; }
.delivery3 { background: url(images/delivery3.png) #fff no-repeat; background-position: 10px 10px; }
.delivery4 { background: url(images/delivery4.png) #fff no-repeat; background-position: 10px 10px; }
.delivery5 { background: url(images/delivery5.png) #fff no-repeat; background-position: 10px 10px; }
.delivery6 { background: url(images/delivery6.png) #fff no-repeat; background-position: 10px 10px; }


.vopros {
font-weight: bold;
border-bottom: 1px solid #84ac20;
padding-bottom: 10px;
margin-bottom: 10px;
}

.map {
width: 100%;
height: 400px;
background: url(images/map.jpg);
background-position: center;
}

@media (max-width:480px){
	.order_tbl{font-size:90%}
}
@media (max-width:380px){
	.order_tbl{font-size:75%}
}



.panketa-inner input {
width: 25px;
}

.bigcheckboxtext {
font-size: 24px;
font-weight: bold;
display: inline-block;
cursor: pointer;
}

.checkboxtext {
margin-left: 35px;
border-left: 1px solid #84ac20;
padding-left: 5px;
}

.max960 {
/*max-width: 960px;*/
margin: 0 auto;
}

.green {
color: #84ac20;
}

.oplata {
display: inline-block;
width: 164px;
height: 64px;
cursor: pointer;
}

.order_tabs,
.dostavka-box {
background: #fff;
min-height: 150px;
border: 1px solid #ddd;
margin: 10px 0px;
padding: 10px;
}


.oplata-box {
background: #fff;
border: 1px solid #ddd;
margin: 10px 0px;
padding: 10px;
text-align: center;
}

.inline-block { display: inline-block; vertical-align: middle; margin: 0 20px; height: 50px; vertical-align: middle;}
.inline-block input{ vertical-align: top; margin-top: 15px;}


.top40 {
padding-top: 40px;
}

.checkboxtext {
cursor: pointer;
}

a.order_tab {font-size: 24px;margin: 20px;display: inline-block; color: #94B73E; text-decoration: underline;}
a.order_tab.active {text-decoration: none; color: #424242;}


#unregu label, #regu label{
width: 200px;
display: inline-block;
vertical-align: top;
padding-top: 8px;
}

#unregu em, #regu em {
color: #84ac20;
}

#unregu input, #regu input {
height: 25px;
width: 380px;
margin: 5px;
}

#unregu select, #regu select {
height: 25px;
width: 384px;
margin: 5px;
}

#unregu textarea, #regu textarea {
display: inline-block;
width: 378px;
height: 100px;
margin: 10px 5px; resize: vertical;
}

@media (max-width:430px){
	#unregu input, #regu input{ width: 350px; }
	#unregu textarea, #regu textarea { width: 348px;  }
}
@media (max-width:400px){
	#unregu input, #regu input{ width: 290px; }
	#unregu textarea, #regu textarea { width: 288px;  }
}
@media (max-width:340px){
	#unregu input, #regu input{ width: 280px; }
	#unregu textarea, #regu textarea { width: 278px;  }
}


#unregu, #regu {
padding-bottom: 60px;
}

.addr span {
text-decoration: underline;
}

.centertext {
text-align: center;
display: block;
margin: 40px auto;
font-size: 20px;
}

@media screen and (max-width: 960px){

	.helper,
	#layerslider {
	display: none;
	}	
}

@media screen and (max-width: 900px){
	
	.tovarblock-main {
	float: none;
	}
	
	.tovarblock-main .inner {
	margin-left: 0px !important;
	}
	
	.tovarblock-side {
	float: none;
	margin: 0 auto;
	width: 300px;
	}

	#maincontent.sidebar .inner {
	margin-left: 0;
	}
	
	#sidebar {
	display: none;	
	}	
	
	#maincontent.sidebar {
	 min-height: 0;
	}

}

@media screen and (max-width: 750px){
	
	#mainmenu li {
	min-width: 15%;
	}

}

@media screen and (max-width: 640px){

	.phoneblock {
    text-align: left;
    float: left;
    width: auto;
    margin-left: 60px;
    }

	
	#mainmenu li {
	min-width: 10%;
	}
	
	#header {
	margin-top: 8px;
	}
}	

@media screen and (max-width: 600px){

	.buttons2 {	width: 100px;	}
	.buy1click {	display: none;	}
	.price_list .price_per_tablet{	display: none;	}
}

@media screen and (max-width: 540px){

	#mainmenu li {	min-width: 0;	}
	.dostavka {	display: none;	}
	.basket .price_per_tablet{	display: none;	}
	.head_buy_group.head2{	width: 20%!important;	}
}

@media screen and (max-width: 480px){
	.price_list, .basket, .buy_group {	font-size: 90%;	}
	.buttons2 {	width: 80px;	}
}
@media screen and (max-width: 400px){
	textarea {	width: 266px;	}
	input {	width: 130px;	}
	.price_list , .basket{	font-size: 75%;	}

}

@media screen and (max-width: 340px){
	.price_list {	font-size: 72%;	}
}
.phototovara{max-width:256px; }
.phototovara .bigimages{display: block; margin: 0 auto;}
.phototovara .bigimages .biinner{width:256px;;background:#fff;margin:0 auto; }
.phototovara .smallimages{text-align:center;}
.phototovara .smallimages .si-tovar {background:#fff; padding:5px; cursor: pointer; margin-bottom: 3px; display:inline-block;}  

.loading{width: 140px; height: 41px; display: block; background: url('images/loading.gif') center center no-repeat;}  


.inp-row.error input{border: 1px solid red; }
.inp-row.error textarea{border: 1px solid red;  }

.head1{width: 30%;}
.head2{width: 15%;}
.head3{width: 10%;}
.checkbox_delete{width: 20px;}
.coupon td{padding-top: 10px;}
.basket td{padding-bottom: 10px;}
.basket_row td{padding: 10px 0;}

.subtitle2{float: left;}
.select_payment{float: left; margin-top: 30px; font-size: 20px;}

.member_info{line-height: 24px;}
.form label{ width: 200px; display: inline-block;  padding-top: 8px; vertical-align: top; }
.form label.nopadding{ padding-top: 0px;}
.form input{ height: 25px; width: 380px; margin: 5px;}
.form textarea{ display: inline-block; width: 378px; height: 100px; margin: 10px 5px 5px 5px; resize: vertical;}

@media (max-width:420px){
	.form input{ width: 350px; }
	.form textarea{ width: 348px;  }
}
@media (max-width:380px){
	.form input{ width: 290px; }
	.form textarea{ width: 288px;  }
}

.warn-message {
    background-color: #ffeaea;
    border: solid 1px #fdb2b2;
    padding: 5px 10px;
    font-size: 12px;
    font-style: italic;
    line-height: 14px;
    margin-bottom: 5px;
} 

.info-message {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px;
    font-style: italic;
    border: solid 1px #cbe0f1;
    background-color: #f5f9fc;
    margin-bottom: 5px;
} 

.reorder{margin: -5px 0 10px 0;}
.reorder .reorder-link{text-decoration: underline; cursor: pointer;}
.reorder .box { background: #fff; padding: 10px; border: 1px solid #99cc00; margin: 0!important; font-weight: bold; text-align: center; display: none;}
.reorder .loading { height: 14px; margin: auto;}
.reorder .reorder-no{ color: red; text-decoration: underline; cursor: pointer; margin:  0 10px;}
.reorder .reorder-yes{ color: green; text-decoration: underline; cursor: pointer; margin:  0 10px;}  

.price_list{}
.price_list th{text-align: left; padding-left: 10px;}
.price_list td{text-align: left; padding-left: 10px;}
.price_list .head1{width: 30%;}
.price_list .head2{width: 13%;}

.one-click-box {
    display: none;
    position: absolute;
    top:0px;
    left:-110px;
    z-index: 2;
    background: #fff;
    width: 198px;
    padding: 28px 28px 31px 32px;
    border: 4px solid #3679b6;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}
.one-click-box.hot {top: 35px; left: 0px;}
.one-click-box .oc-close{display: block; position: absolute; right: 15px; top: 5px; font-weight: bold; cursor: pointer; font-size: 14px;}
.one-click-box .row {
    text-align: left;
    margin: 0 0 8px;
    font-size: 14px;
}
.one-click-box .row label {
    display: block;
    margin: 0 0 5px;
    text-align: left;
    width: 184px;
}
.one-click-box .row .text {
    border:1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 9px 0px;
}

.one-click-box .row input {
    width: 196px;
    color: #333;
}
.one-click-box .row.error input{border: 1px solid red;}
.one-click-box .buynow {
    display: block;
    margin: 6px auto 0;
    padding: 0;
    width: 198px;
    height: 41px;
    cursor: pointer;
    border: 0;
    line-height: 41px;
    
    
    overflow: hidden;
}
.one-click-box .submit:hover {opacity: 0.6;} 

/* Styles of ORDER PAGE */
.order_page .dostavka-box {
    overflow: hidden;
    display: block;
    float: none;
    margin: 20px 0 0;
    min-height: 126px;
}
.order_page .dostavka-box .checkbox{
    float: left;
    width: 48%;
    border: 1px solid #ccc;
    margin: 10px 5px 10px;
    padding: 0;
    background: #fff;
}



.order_page .dostavka-box .checkbox:hover{
    border: 1px solid #84ac20;
}
.order_page .dostavka-box .checkbox input.radio2{
    /*width: 10%;*/
    float: left;
    text-align: center;
    margin: 15% 0;
}
.order_page .dostavka-box .checkbox label.descr{
    float: right;
    padding: 8px;
    width: 86%;
    min-height: 108px;
    cursor: pointer;
    background: #f8f8f8;
}
.order_page .dostavka-box .checkbox .descr .bigcheckboxtext{
    color: #131313;
    font-size: 25px;
    line-height: 27px;
}
 /* 
.order_page .dostavka-box .checkbox:first-child{
  margin: 10px 30px 10px 0;
}*/
.order_page .dostavka-box .checkbox .descr .checkboxtext{
	border: none;
	margin: 0;
	padding: 0;
}
.order_page .dostavka-box .checkbox .descr .checkboxtext div{
    font-size: 14px;
    line-height: 16px;
    color: #858585;
}
.order_page .dostavka-box .checkbox .descr .checkboxtext div b{
    font-weight: 600;
    color: #131313;
}
.order_page .dostavka-box .checkbox .descr .checkboxtext div .green{
    color: #84ac20 !important;
}
@media (max-width:1200px){
	.order_page .dostavka-box .checkbox label.descr{min-height:125px}
}
@media (max-width:1110px){
	.order_page .dostavka-box .checkbox label.descr{min-height:145px}
}
@media (max-width:1000px){
	.order_page .dostavka-box .checkbox label.descr{min-height:155px}
}
@media (max-width:920px) and (min-width:900px){
	.order_page .dostavka-box .checkbox label.descr{min-height:210px; width:82%; }
	.order_page .dostavka-box .checkbox{width:46%;}
}

@media (max-width:650px){
	.order_page .dostavka-box .checkbox{
		float: none; width: 98%; height: 124px;
	}
	.order_page .dostavka-box .checkbox label.descr{min-height:108px; width: 90%}
	.order_page .dostavka-box .checkbox input.radio2{margin:50px 0;}
}
@media (max-width:460px){
	.order_page .dostavka-box .checkbox{	 height: 150px;	}
	.order_page .dostavka-box .checkbox label.descr{min-height:134px; width: 85%}

}
@media (max-width:382px){
	.order_page .dostavka-box .checkbox{	 height: 180px;font-size:90%;	}
	.order_page .dostavka-box .checkbox label.descr{min-height:164px; width: 85%}

}


.order_page .oplata-box{
    overflow: hidden;
    display: block;
    float: none;
    margin: 20px 0 0;
}
.order_page .oplata-box .inline-block{
    float: left;
    width: 22%;
    border: 1px solid #ccc;
    background: #fff;
    height: auto;
}


.order_page .oplata-box .inline-block:hover{
    border: 1px solid #84ac20;
}

.order_page .oplata-box .payment_2,
.order_page .oplata-box .payment_1{
	margin: 10px 20px 10px 0;
}

.order_page .oplata-box .inline-block .left{
    float: left;
    width: 13%;
    padding: 45% 0;
    text-align: center;
    background: #f8f8f8;
}
.order_page .oplata-box .inline-block .left input{
    margin: 0;
}
.order_page .oplata-box .inline-block .right{
    float: left;
    width: 86%;
    position: relative;
}
.order_page .oplata-box .inline-block .right label{
    min-height: 206px;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
.order_page .oplata-box .inline-block .right .img{
    height: 120px;
    text-align: center;
    vertical-align: middle;
}
.order_page .oplata-box .inline-block .right .img img{
    width: 100%;
}
.order_page .oplata-box .inline-block .right .title{
    font-size: 14px;
    line-height: 16px;
    color: #131313;
    text-align: center;
    display: block;
    height: 45px;
    position: absolute;
    bottom: 0;
    background: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

@media (max-width:1200px){
	.order_page .oplata-box .inline-block .left{ padding: 50% 0;}
}
@media (max-width:1100px){
	.order_page .oplata-box .inline-block{width: 25%;}
	.order_page .oplata-box .inline-block .left{ padding: 52% 0;}
}
@media (max-width:1000px)and (min-width:901px){
	.order_page .oplata-box .inline-block{width: 28%;}
	.order_page .oplata-box .inline-block .left{ padding: 53% 0;}
}
@media (max-width:900px){
	.order_page .oplata-box .inline-block{width: 22%;}
	.order_page .oplata-box .inline-block .left{ padding: 50% 0;}
}
@media (max-width:850px){
	.order_page .oplata-box .inline-block .left{ padding: 52% 0;}
}
@media (max-width:820px){
	.order_page .oplata-box .inline-block{width: 27%;}
	.order_page .oplata-box .inline-block .left{ padding: 54% 0;}
}
@media (max-width:640px){
	.order_page .oplata-box .inline-block{width: 35%;}
	.order_page .oplata-box .inline-block .left{ padding: 54% 0;}
}
@media (max-width:570px){
	.order_page .oplata-box .inline-block{width: 40%;}
	.order_page .oplata-box .inline-block .left{ padding: 54% 0;}
}
@media (max-width:460px){
	.order_page .oplata-box .inline-block{width: 52%;}
	.order_page .oplata-box .inline-block .left{ padding: 54% 0;}
}
@media (max-width:360px){
	.order_page .oplata-box .inline-block{width: 75%;}
	.order_page .oplata-box .inline-block .left{ padding: 54% 0;}
}
.order_page .order_tabs{
    overflow: hidden;
    display: block;
    float: none;
    margin: 0 0 0px;
}
.order_page .order_tabs .usered{
    text-align: center;
    margin: 5px 0 15px;
}
.order_page .order_tabs .usered a.order_tab{
    font-size: 24px;
    line-height: 26px;
    color: #131313;
    text-decoration: none;
    margin: 0 20px;
}
.order_page .order_tabs .usered a.order_tab:hover{
    text-decoration: underline;
}
.order_page .order_tabs .usered a.active{
    color: #666858;
    text-decoration: underline;
}
.order_page .order_tabs .form_order{
    width: 100%;
    overflow: hidden;
    display: block;
    float: none;
}
.order_page .order_tabs .form_order .left_box{
    float: left;
    width: 50%;
}
.order_page .order_tabs .form_order .left_box div{
    margin: 0 0 10px;
}
.order_page .order_tabs .form_order label{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #131313;
    padding: 0 !important;
}
.order_page .order_tabs .form_order label .req{
    color: #ff9500;
}
.order_page .order_tabs .form_order input,
.order_page .order_tabs .form_order select{
    text-align: left;
    width: 86% !important;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 16px;
    color: #131313;
    padding: 1px 3px;
    margin: 0 !important;
}
.order_page .order_tabs .form_order select{
    width: 88% !important;
    height: 29px !important; 
}
.order_page .order_tabs .form_order input:focus,
.order_page .order_tabs .form_order select:focus{
    outline: #84ac20 auto 5px;
}
.order_page .order_tabs .form_order .right_box{
    float: right;
    width: 50%;
}
.order_page .order_tabs .form_order .right_box textarea{
    text-align: left;
    min-width: 97%;
    width: 97%;
    max-width: 97%;
    min-height: 190px;
    height: 190px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 16px;
    color: #131313;
    padding: 5px 3px;
    margin: 0 !important; 
}
.order_page .order_tabs .form_order .right_box textarea:focus{
    outline: #84ac20 auto 5px;
}

@media (max-width:540px){
	.order_page .order_tabs .form_order .left_box,
	.order_page .order_tabs .form_order .right_box{
    	float: none;   width: 100%;
	}
	
	#unregu textarea, #regu textarea {
      min-width: 86%;    width: 86%;    max-width: 86%;
	}

}
	


.order_page .order_tabs .form_order .order_button{
    float: none;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 20px;
}
.order_page .order_tabs .form_order .order_button .buynow{
    display: block;
	width: 183px;
	height: 24px;
	color: #fff;
	background: #f3c70a;
	background: -moz-linear-gradient(top, #f3c70a 0%, #fc9a09 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3c70a), color-stop(100%,#fc9a09));
	background: -webkit-linear-gradient(top, #f3c70a 0%,#fc9a09 100%);
	background: -o-linear-gradient(top, #f3c70a 0%,#fc9a09 100%);
	background: -ms-linear-gradient(top, #f3c70a 0%,#fc9a09 100%);
	background: linear-gradient(to bottom, #f3c70a 0%,#fc9a09 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c70a', endColorstr='#fc9a09',GradientType=0 );
	padding: 0;
	padding-top: 9px;
	padding-bottom: 3px;
	float: none;
	margin: 0 auto;
}
.order_page .order_tabs .form_order .order_button .buynow:hover{
    opacity: 0.8;
}
 .paym_rekv a{
	position:relative;
	line-height: 36px;
}
.msg-error{color: red!important; padding: 5px; border: 1px solid red; font-weight: bold!important; margin-top: 10px;}
.hover{	 border: 1px solid #ff4000!important;}

.contact_error{color: red; padding: 0px 5px 10px 2px;display: block; margin-left: 210px;}
.contact_success{color: green; font-weight: bold; margin-top: 10px; margin-bottom: 5px;}


.btn-call {
    background: url("images/btn-call.png") no-repeat;
    width: 180px;
    height: 37px;
    display: block;
    float: right;
    text-indent: -99999px;
    overflow: hidden;
    right: 1px;
    z-index: 2;
    cursor: pointer;
}

.btn-call:hover {    background-position: 0 100%;}

/* callback-box */

.callback-box {
    width: 271px;
    position: absolute;
    top: 0px;
    right: -2px;
    z-index: 300;
    overflow: visible;
    display: none;
    text-align: left;
}
.callback-box .cb-form{
    border: 1px solid #84AC20;
    background: white;
}
.callback-box .cb-success{
    border: 1px solid #84AC20;
    background: white;
    padding: 50px 10px;
}
.callback-box .cb-c {
}
.callback-box input {width: 100%;}
.callback-box .cb-b {
    height: 17px;
    overflow: hidden;
    position: relative;
    z-index: 4;
}

.callback-box .btn-call {
    background: url("images/btn-call2.png") no-repeat;
    height: 43px;
    top: 244px;
    right: 3px;
    bottom: -40px;
}

.callback-box .btn-call:hover {
    background-position: 0 -43px;
}

.callback-box .cb-text {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    color: #333;
}

.callback-box .cb-text p {
    margin: 0 0 15px;
}

.callback-box .cb-text p.no-margin {
    margin: 0;
}
.callback-box .f-row{margin-bottom: 10px;}

.btn_callback{line-height: 20px; padding: 5px;  height: auto; font-size: 14px;}