﻿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;
}

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;
overflow: auto;
}

#logoblock {
width: 340px;
float: left;
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: 50%;
float: right;
text-align: right;
}
.phoneblock span{
	font-size: 16px;
}

.addr {
color: #424242;
font-size: 18px;
line-height: 18px;
}

ul {
list-style-type: none;
}

#mainmenu {
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 {
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 .menu1 a {
    color: white;
}

#sidebar .menu1 a:hover {
    text-decoration: underline;
}

#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;
}

.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;
}

#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;
}

.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;
}

.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;
}

.buttons2 {
border-radius: 5px;
width: 270px;
float: right;
margin-right: 5px;
position: relative;
}

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

.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;}

.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;
}

.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;
}

#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;
	}
	
	.buttons2 {
	width: 100px;
	}
	
	.buy1click {
	display: none;
	}
	
	#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: 540px){

	#mainmenu li {
	min-width: 0;
	}
	
	.dostavka {
	display: none;
	}
	
}

@media screen and (max-width: 400px){
	textarea {
	width: 266px;
	}
	
	input {
	width: 130px;
	}
}

.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_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; }


.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: 15%;}

.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;} 


.advantages {
	background:#fff7e3; padding:8px;
	margin:5px 0;
	font-size:1em;
	padding: 0px 15px 5px 15px;
}

.advantages h3{
	font-size:1.4em;
	color:#ff9a50;
	margin-top:10px;
	margin-bottom:0px;
	padding-top:10px;
}

.advantages ol{
    padding-left:10px;
    margin-left:10px;
    margin-top:5px;
    color:#946447;
}

.advantages ol li{
	border-bottom:1px dotted #999;
	padding: 3px 0;
}

.our_adv {
    color: #666666;
    background-color:#fff9e8;
    border-radius:10px;
    padding:10px;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 10px;
    background:url("/templates/arrowsup.png") 95% 50% no-repeat #fff9e8;
    margin-left: 10%;
    margin-right: 10%;
}
.our_adv h3 {
	font-size:1.4em;
    margin-top: 0;
    color:#f15a24;
    font-weight:bold;
}

.cat_descr {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    display: inline-block;
#    height: 70px;
    margin-bottom: 20px;
    padding: 10px;
    margin-left: 4%;
    width: 90%;
}

.gt_order {
    padding: 30px;
    padding-top: 10px;
    padding-right: 40px;
}

.tovartext  {
    padding: 20px;
}

.tovartext p {
     text-indent: 40px;
}

.cat_descr  p {
     text-indent: 40px;
}

.hit_contents {
    float: left;
    padding: 15px;
    
}


.gt_faq  {
  padding: 15px;
  font-style: italic;
}

.doctor {
    padding-left: 5px;
    padding-right: 7px;
    padding-bottom: 15px;
}

.doctor img {
    float: left;
    margin: 7px;
}

#reqLong, #reqPower {
    padding-left: 5px;
    float:right;
    text-decoration: underline;
    color: #84ac20;
}

#ansPower, #ansLong {
    padding-top: 5px;
    display: none;
    color: #77A20C;
}

.faq_page {
   padding: 15px;
}

.faq_page .req {
   padding: 10px;
   font-weight: bold;
}

.faq_page .ans {
   padding: 10px;
   padding-top: 0px;
}


.index-news {
    margin-bottom: 20px;
    padding: 10px;
}

.index-news a {
    text-decoration: none;
    color: #0094EF;
}

.index-news a:hover {
    text-decoration: underline;
    color: red;
}

.index-news img {
    margin: 20px;
    background: white;
    float:right;
    width: 35%;
    padding: 15px;
    border: 1px solid #D3D3D3;
    margin-left: 25px;
    box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.15);
}
.index-news img:hover {
    border: 1px solid #0097DD;	
}
