/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a{
    text-decoration: none;
    color: inherit;
}
/* End of Eric Meyer's CSS Reset */

html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
.clear{
    clear:both;
}

body{
    width: 100%;
    height: 100%;
    background-color: rgba(243, 239, 227, 0.42);
}

.wrapper{
    width:992px;
    min-height: 100%;
    height: 100%;
    margin: 0 auto;
    height: auto !important;
    background-color: #ffffff;
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.48);
}
/*header*/
.head{
   /*width:1001px;
    height: 302px;
    background-image: url(img/404_head_bg.jpg);
    background-repeat: no-repeat;*/
}

.gf_logo{
    /*margin: 60px 0 0 -2px;
    width: 410px;
    height: 76px;
    float: left;*/
}
p{
	margin: 15px auto;
    font-size: 16px;
}
h2{
	margin: 10px auto;
    color: rgb(0, 0, 0);
    font-size: 12px;
}
.link{
    float: right;
    height: 128px;
    margin-top:54px;
    width: 280px;
}

.link .phone strong{
    font:30px Arial,sans-serif;
    color:#687821;
    padding-left: 40px;
}

.link .phone i{
    font:italic 15px Arial,sans-serif;
    color:#687821;
    padding-left: 40px;
}

.link strong{
    font:bold 14px Arial,sans-serif;
    color:#706f6f;
}

.link i{
    font:italic 11px Arial,sans-serif;
    color:#706f6f;

}

.link .skype{
    font:bold 14px Arial,sans-serif;
    color:#05afea;
    padding-left: 55px;
}

.link .icq{
    font:bold 14px Arial,sans-serif;
    color:#22d448;
    padding-left: 37px;
}

.banner{
    font: bold italic 14px Myriad Pro,sans-serif;
    padding-top: 65px;
    text-align: center;
    color: #706f6f;
}

/*content*/
.content{
    font:16px Arial,sans-serif;
    color:#505050;
    text-align: center;
    letter-spacing:1px;
	background-image: url(/img/fon.jpg);
	background-repeat: no-repeat;
	padding-top: 200px;
}

.content strong{
    font:bold 16px Arial,sans-serif;

}

a.button_to_cart{
	background: rgb(195, 201, 111);
    background: -webkit-linear-gradient(rgb(229, 240, 161),rgb(195, 201, 111));
    background: -o-linear-gradient(#e5f0a1,#c3c96f);
    background: linear-gradient(rgb(229, 240, 161),rgb(195, 201, 111));
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
	padding: 5px;
    float: right;
    width: 80px;
    margin-right: 10px;
}

.button__text{
	white-space: nowrap;
}
.products{
	display: inline-block;
	margin: 12px;
}
.products:hover{
	box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
}
.products>img{
	width: 400px;
	height: 400px;
	border-bottom: 1px solid black;
}
.products>p{
	margin: 5px auto;
}
.info_prod{
	/*display: inline-block;*/
}
.btn_show_all{
	display: block;
    margin: 30px auto;
    background: linear-gradient(
	rgb(255, 248, 184),rgb(255, 217, 100));
    width: 36%;
    padding: 9px;
    border-radius: 6px;
    color: rgb(23, 23, 23);
    font-size: 18px;
}
/*footer*/

.footer{
    height: 80px;
    background-color: rgba(219, 228, 146, 0.41);
    text-align: center;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.footer_text{
	margin: 30px auto;
	text-transform: uppercase;
}