* { font-family: "GothamMedium", verdana, arial; color: #5c4f25; }

img, html, body, header, footer {
    border: 0;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('/css/gotham-medium.eot');
    src: url('/css/gotham-medium.eot') format('embedded-opentype'),
    url('/css/gotham-medium.woff') format('woff'),
    url('/css/gotham-medium.ttf') format('truetype'),
    url('/css/gotham-medium.svg#GothamMedium') format('svg');
}

@font-face {
    font-family: 'GothamBlack';
    src: url('/css/gotham-black.eot');
    src: url('/css/gotham-black.eot') format('embedded-opentype'),
    url('/css/gotham-black.woff') format('woff'),
    url('/css/gotham-black.ttf') format('truetype'),
    url('/css/gotham-black.svg#GothamBlack') format('svg');
}

a:active, a:focus {outline: 0;}

a { cursor:pointer; text-decoration: none; }

a:hover { text-decoration: underline; }

.clear {
    clear: both;
}

.pdd {
    padding: 0 50px;
}

.ctr {
    text-align: center;
}

.five {
    height: 5px;
}

.ten {
    height: 10px;
}

.twenty {
    height: 20px;
}

.fifty {
    height: 50px;
}

.seventy_five {
    height: 75px;
}

.hundred {
    height: 100px;
}

.left {
    float: left;
}

.right {
    float: right;
}

hr {
    color: none;
    background-color: none;
    border: 1px solid #e1e1e1;
    border-style: none none solid;
}

html {
    height: 100%;
}

body {
    height: 100%;
}

#bg {
    background: #ffffff url('/gfx/bg_main.jpg') no-repeat center bottom -200px fixed
}


.bg_grad {
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 30%,#fff 50%,#e5e5e5 70%, #e5e5e5 100%);
    background: -webkit-linear-gradient(left, #e5e5e5 0%, #e5e5e5 30%,#fff 50%,#e5e5e5 70%, #e5e5e5 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%, #e5e5e5 30%,#fff 50%,#e5e5e5 70%, #e5e5e5 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%, #e5e5e5 30%,#fff 50%,#e5e5e5 70%, #e5e5e5 100%);
    background: linear-gradient(to right, #e5e5e5 0%, #e5e5e5 30%,#fff 50%,#e5e5e5 70%, #e5e5e5 100%);
}

.loading, #comm_loading {
    background: url('/gfx/loader.gif') no-repeat center;
    min-height: 40px;
}

.looo {
    width: 1200px;
    margin: 0px auto 0 auto;
    position: relative;
}

.hloo {
    height: 100%;
}

.overhide {
    overflow: hidden;
}

#hdr {
    position: relative;
    height: 265px;
    width: 100%;
    transition: all 0.4s ease;
}

#top_stripe {
    width: 100%;
    height: 6px;
    background: #f2c200;
}

#top_phone {
    text-align: center;
    color: white;
    background: #f2c200;
    font-family: GothamBlack;
    font-size: 60pt;
    position: relative;
}

a#a_phone {
    width: 75px;
    height: 45px;
    display: block;
    background: #f2c200 url('/gfx/ico_phone.png') no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 888;
}

a#a_phone:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -15px;
    top: 6px;
    background-image: -moz-radial-gradient(left bottom, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
    background-image: -webkit-radial-gradient(left bottom, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
    background-image: -o-radial-gradient(left bottom, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
    background-image: -ms-radial-gradient(left bottom, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
    background-image: radial-gradient(left bottom, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
}

a#a_phone:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -15px;
    top: 6px;
    background-image: -moz-radial-gradient(right bottom, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
    background-image: -webkit-radial-gradient(right bottom, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
    background-image: -o-radial-gradient(right bottom, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
    background-image: -ms-radial-gradient(right bottom, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
    background-image: radial-gradient(right bottom, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
}

a#a_top {
    width: 75px;
    height: 45px;
    display: block;
    background: #f2c200 url('/gfx/ico_top.png') no-repeat center;
    position: absolute;
    bottom: 0;
    left: 130px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    z-index: 888;
}

a#a_top:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -15px;
    bottom: 0px;
    background-image: -moz-radial-gradient(left top, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
    background-image: -webkit-radial-gradient(left top, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
    background-image: -o-radial-gradient(left top, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
    background-image: -ms-radial-gradient(left top, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
    background-image: radial-gradient(left top, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
}

a#a_top:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -15px;
    bottom: 0px;
    background-image: -moz-radial-gradient(right top, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
    background-image: -webkit-radial-gradient(right top, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
    background-image: -o-radial-gradient(right top, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
    background-image: -ms-radial-gradient(right top, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
    background-image: radial-gradient(right top, circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0) 100%, #f2c200 100%, #f2c200 200%);
}

#top_logo {
    height: 185px;
}

#logo {
    margin: 35px 0 0 0;
    display: block;
    float: left;
}

#cans {
    height: 185px;
    width: 650px;
    float: right;
    text-align: left;
    position: relative;
    z-index: 777;
}

#img_cans {
    float: left;
    margin: 20px 0 0 0;
}

#motto {
    float: left;
    font-size: 30pt;
    font-family: GothamBlack;
    color: #72a139;
    display: block;
    border-left: 1px solid #d8d5cf;
    padding: 10px 10px 10px 20px;
    margin: 55px 0 0 0;
    line-height: 90%;
}

#top_menu {
    height: 73px;
    border-top: 1px solid #d8d5cf;
    background-image: -moz-radial-gradient(50% 0px, ellipse cover, white 0%, #e5e5e5 70%);
    background-image: -webkit-radial-gradient(50% 0px, ellipse cover, white 0%, #e5e5e5 70%);
    background-image: -ms-radial-gradient(50% 0px, ellipse cover, white 0%, #e5e5e5 70%);
    background-image: radial-gradient(50% 0px, ellipse cover, white 0%, #e5e5e5 70%);
    transition: all 0.4s ease;
}

/* after scroll */

#top_menu.low {
    position: fixed;
    height: 40px;
    top: 0px;
    left: 50%;
    margin: 0 0 0 -500px;
    background: #ffffff;
    z-index: 9999;
    transition: all 0.4s ease;
    width: auto;
}

#top_menu.low ul#menu li a {
    padding: 7px 14px 13px 14px;
}

#top_menu.low ul#menu li ul li a {
    padding: 8px 5px 5px 5px;
}

#top_menu.low ul#menu li a.expand {
    background: url('/gfx/ico_expand.png') no-repeat top 15px right 10px;
    padding-right: 30px;
}

#top_menu.low ul#menu li:hover, .add_m li:hover {
    border-bottom: 0px solid #4f8f02;
    transition: border-color 0.5s linear;
    background: #4f8f02;
}

#top_menu.low ul#menu li:hover a, #top_menu.low ul#menu li ul li.selli a:hover {
    color: white;
}

#top_menu.low ul#menu li ul {
    top: 40px;
}

#top_menu.low ul#menu li ul {
    background: rgba(255,255,255,0.8);
}

#top_menu.low ul#menu li ul li.selli a {
    color: #4f8f02;
}


/* menu */

ul#menu, .add_m {
    list-style: none;
    height: 73px;
    margin: 0px;
    padding: 0;
    text-align: center;
}

ul#menu li, .add_m li {
    z-index:11;
    display: inline-block;
    position: relative;
    background: none;
}

ul#menu li a, .add_m li a {
    display: inline-block;
    color: #4f8f02;
    font-weight: normal;
    font-size: 15pt;
    text-decoration: none;
    padding: 25px 14px 26px 14px;
    margin: 0 0 0 0;
    height: 20px;
    font-family: GothamMedium;
    text-transform: uppercase;
}

ul#menu li:first-child {
    padding-left: 0px;
}

ul#menu li:last-child {
    padding-right: 0px;
}

ul#menu li a.expand, .add_m li a.expand {
    background: url('/gfx/ico_expand.png') no-repeat top 33px right 10px;
    padding-right: 30px;
}

.low_expand:hover {
    text-decoration: none;
    cursor:default;
}

ul#menu li, .add_m li {
    transition: border-color 0.5s linear;
    border-bottom: 0px solid rgba(0,0,0,0);
}

ul#menu li:hover, .add_m li:hover, ul#menu li.select {
    border-bottom: 3px solid #4f8f02;
    transition: border-color 0.5s linear;
}

ul#menu li ul, .add_m{
    list-style: none;
    display: none;
    position:absolute;
    width:250px;
    top: 73px;
    left: 0;
    font-weight: normal;
    padding: 0;
    margin-left:0px;
    background: rgba(229,229,229,0.9);
    z-index:20;
    border: 0;
}


ul#menu li ul li, .add_m li{
    width: 250px;
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: left;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.5);
}

ul#menu li ul li:hover, ul#menu li ul li, .add_m li:hover, .add_m li {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.5);
}

ul#menu li ul li a, .add_m li a {
    text-align: left;
    font-size: 10.5pt;
    margin: 0;
    width: 240px;
    padding: 8px 5px 5px 5px;
    min-height: 20px;
    height: auto !important;
    height: 20px;
    border: 0;
    font-weight: normal;
    background: none;
    -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}
.add_m li a {
    width: 240px;
}

ul#menu li ul li a:hover, ul#menu li ul li a.select, .add_m li a:hover {
    border: 0px;
    background: rgba(79,143,9,0.9);
    color: white;
    -moz-transition: 0.1s ease-in; -webkit-transition: 0.1s ease-in; -o-transition: 0.1s ease-in; transition: 0.1s ease-in;
}


ul#menu li:hover ul, ul#menu li.over ul, .add_m li:hover, .add_m li.over {
    display: block;
}

/* menu end */

#map {
    width: 100%;
    height: auto;
    min-height: 300px;
    margin: 20px 0 20px 0;
    border: 0;
}

#buttons {
    height: auto;
    min-height: 85px;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto 0 auto;
}

#buttons a {
    width: 33%;
    display: inline-block;
    color: white;
    font-size: 30pt;
    font-family: gothamblack;
    padding: 20px 30px 20px 30px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: all 0.4s ease;
}

#buttons a:hover {
    text-decoration: none;
}

a.a_btn_offer {
    background: #579808;
}

#buttons a.a_btn_shop {
    background: #edc938;
    width: 34%;
}

a.a_btn_contact {
    background: #af9e6a;
}

a.a_btn_offer:hover {
    background: #467809;
    transition: all 0.4s ease;
}

#buttons a.a_btn_shop:hover {
    background: #daaf00;
    transition: all 0.4s ease;
}

a.a_btn_contact:hover {
    background: #837343;
    transition: all 0.4s ease;
}

#main {
}

#content {
    min-height: 400px;
    background: rgba(255,255,255,0.75);
    padding-bottom: 100px;
}

footer {
    height: 70px;
    background: #e5e5e5;
}

#bottom {
    height: 63px;
    color: #848484;
}

p.p_copy {
    color: #848484;
    padding: 21px 0 0 0;
    margin: 0;
    float: left;
}

p.p_phone {
    float: right;
    color: #da511f;
    font-size: 25pt;
    font-family: gothamblack;
    padding: 7px 0 0 0;
    margin: 0;
}

#bottom_stripe {
    height: 7px;
    background: #f2c200;
}

.gallery_box {
    text-align: center;
    border-top: 1px solid #d8d5cf;
    width: 89%;
    margin: 20px auto 20px auto;
    padding-top: 10px;
}

.thumb {
    padding: 0px;
    height: 120px;
    width: 120px;
    display: inline-block;
    margin: 10px 15px 10px 15px;
    text-align: center;
    background: #f1f1f1;
}


.thumb_a {
    padding: 0px;
    height: 100px;
    width: 100px;
    display: inline-block;
    margin: 10px;
    text-align: center;
    overflow: hidden;
}
.thumb:hover {
    background: #579808;
}

#content img {
    max-width: 100%;
}

.list_item {
    border-bottom: 1px solid #d8d5cf;
    padding: 10px;
}

.news_item {
    border-bottom: 1px solid #d8d5cf;
    padding: 15px;
}

.news_item a {
    font-size: 20pt;
}

a.a_mark {
    color: #579808;
}

#buttons_add {
    width: 1100px;
    border-top: 1px solid #d8d5cf;
    height: 90px;
    position: absolute;
    bottom: 10px;
    left: 50px;
}

#buttons_add a {
    display: inline-block;
    width: 33%;
    padding: 30px 0 30px 20px;
    color: #579808;
    box-sizing: border-box;
}

#buttons_add a span {
    float: left;
    border-left: 1px solid #d8d5cf;
    color: #579808;
    font-size: 25pt;
    font-family: gothamblack;
    letter-spacing: -1px;
    margin: 0 0 0 90px;
    padding: 0 0 0 20px;
    transition: all 0.4s ease;
}

#buttons_add a.btn_add_opinions {
    background: url('/gfx/ico_opinion.png') no-repeat center left;
}

#buttons_add a.btn_add_press {
    background: url('/gfx/ico_press.png') no-repeat center left;
}

#buttons_add a.btn_add_press span {
    margin: 0 0 0 65px;
}

#buttons_add a.btn_add_fb {
    background: url('/gfx/ico_fb.png') no-repeat center left 40px;
}

#buttons_add a:hover span {
    text-decoration: none;
    color: #5c4f25;
    transition: all 0.4s ease;
}

h1, h2, h3 {
    display: block;
    position: relative;
    font-size: 30pt;
    font-weight: bold;
    padding: 30px 50px 20px 50px;
    margin: 0px;
    color: #579808;
    font-family: gothamblack;
}

h2 {
    font-size: 20pt;
    padding: 0;
}

h3 {
    font-size: 15pt;
    padding: 0;
    font-family: gothammedium;
    margin: 20px 0 5px 0;
}

p {
    text-align: justify;
    line-height: 160%;
    font-size: 13pt;
}

.pdd ul {
    list-style-type: square;
}

.pdd ul li {
    padding: 5px;
}

p.p_mar {
    margin: 0;
}

p.mini {
    font-size: 9pt;
}

.italic {
    font-style: italic;
}


input, select, textarea {
    background: #ffffff;
    border: 1px solid #c0c0c0;
    padding: 10px;
    color: #4a4a4a;
    display: block;
    margin: 5px auto 5px 0;
}

textarea {
    display: block;
    margin: 10px auto 10px 0;
    width: 80%;
    min-height: 100px;
    resize: none;
}

.in_inline {
    display: inline-block;
}

.inline {
    display: inline-block;
    margin: 2px 2px 2px 0;
}


input:focus, textarea:focus {
    border: 0px;
    color: #274504;
    border: 1px solid #579808;

}


input[type=submit], .btn_big {
    padding: 3px 15px 3px 15px;
    cursor:pointer;
    width: auto;
    display: inline-block;
    margin: 0 20px 0 0px;
    min-height: 20px;
    color:  #ffffff;
    text-shadow: none;
    border: none;
    background: #579808;
    font-size: 15pt;
}

input[type=submit]:hover, .btn_big:hover {
    box-shadow: 0px 0px 9px #808080;
}

.in_long {
    width: 80%;
}

.in_short {
    max-width: 200px;
    display: inline-block;
}

.label_inline, .radio_inline {
    display: inline-block;
}

span.mini {
    font-size: 10pt;
    color: #808080;
}

.table_form_mini, .table_form, .table_offer, .table_detail {
    border-collapse: collapse;
    width: 100%;
}

.table_form {
    width: 100%;
}

.table_form th {
    width: 30%;
    color: #5c4f25;
    text-align: right;
    font-weight: 600;
    padding: 10px;
    border: 0px;
    border-bottom: 1px solid #f1f1f1;

}

.table_form td {
    width: 70%;
    border: 0px;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px;
}

label.error {
    color: red;
    font-size: 9pt;
    display: block;
    margin-bottom: 3px;
}

input.error, textarea.error {
    border: 1px solid red;
}

.invis {
    display: none;
}

.frame_info {
    width: auto;
    min-height: 10px;
    height: auto !important;
    height: 10px;
    margin: 0 20px 20px 20px;
}

.frame_info {
    border: 1px solid #c0c0c0;
    background: rgba(255,255,255,0.1);
    padding: 10px;
    margin: 10px 0 10px 0;
}


.frame_error, .frame_ok, .frame_attention {
    border: 1px solid #ff0207;
    background: rgba(255,0,0,0.1);
    padding: 10px;
    color: red;
    margin: 10px 0 10px 0;
}

.frame_ok {
    border: 1px solid green;
    background: rgba(83, 240, 9, 0.2);
    background-position: 13px center;
    color: green;
}

span.red, p.red, p.red a {
    color: red;
}

.green {
    color: green;
}


/* comments */

#comment_add, .comm_item {
    min-height: 20px;
    height: auto !important;
    height: 20px;
    border-top: 1px dotted #e0e0e0;
    padding: 5px 0 5px 0;
    margin: 10px auto 10px auto;
    width: 90%;
}

#comment_add {
    padding: 10px;
    background: rgba(255,255,255,0.5);
    width: 100%;
}

.comm_item, .comm_item_control {
    padding: 0 0 5px 0;
    border: 1px solid #e0e0e0;
    font-size: 12pt;
}

.comm_item {
    margin: 20px auto 20px auto;
}

.comm_item_control {
    padding: 3px 3px 3px 10px;
    color: #c0c0c0;
    margin-top: 10px;
}

.comm_item_head {
    font-size: 12pt;
    padding: 3px 0 2px 3px;
    border-bottom: 1px dotted #e0e0e0;
    color: #808080;
}

.comm_item_head span {
    color: #d1d1d1;
}

.comm_item_control a {
    margin: 0 0px 0 10px;
}

.comm_item_head a {
    color: #4a4a4a;
}

.comm_item_head strong {
    color: #579808;
    margin-right: 10px;
}

.comm_indent {
    margin-left: 40px;
}

#comment_add input {
    padding: 5px;
}


.comm_item p {
    font-size: 12pt;
    padding: 5px 10px 5px 10px;
    margin: 0;
}

.comm_item p.information  {
    padding: 0 0 10px 10px;
}

.comm_item p#comm_info {
    padding: 0px 10px 0px 10px;
}

.comm_right {
    float: right;
    width: 140px;
    margin: 0px 0 0 10px;
}

.comm_right input[type=submit] {
    margin-bottom: 10px;
    font-size: 13pt;
    background: #579808;
}

.comm_admin {
    background: rgba(255, 255, 0, 0.1);
}

#captcha-wrap {
    vertical-align: bottom;
    margin-left: 20px;
}

body { margin: 0 !important; }
.fancybox-lock,
.fancybox-overlay { overflow: visible !important;
}



@media only screen and (max-width: 1200px) {
    #buttons a {
        font-size: 18pt;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1000px) {
    .looo {
        width: 100%;
    }
    a#a_phone {
        right: 20px;
    }
    #top_phone {
        font-size: 30pt;
    }
    #hdr {
        height: auto;
    }
    #top_logo {
        text-align: center;
        height: auto;
    }
    #logo {
        float: none;
        margin: 20px auto 10px auto;
    }
    #cans {
        float: none;
        margin: 0px auto 0px auto;
        width: 600px;
    }
    #img_cans {
        float: none;
        margin-left: 30px;
    }
    #motto {
        float: right;
    }
    #top_menu {
        height: auto;
    }
    #menu, ul#menu {
        height: auto;
        width: 100%;
    }
    ul#menu li a {
        padding: 9px 14px 13px 14px;
    }
    ul#menu li {
        display: block;
        border: 0px;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        text-align: left;
    }
    ul#menu li a.expand {
        display: block;
        width: 95%;
        padding-left: 20px;
        padding-right: 0px;
        background: url('/gfx/ico_expand.png') no-repeat center right;
    }
    ul#menu li a, ul#menu li ul li a {
        display: block;
        width: 100%;
        padding-left: 20px;
    }
    ul#menu li ul li a {
        padding-left: 50px;
    }
    ul#menu li ul {
        position: relative;
        width: 100%;
        top: 0;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    ul#menu li ul li {
        width: 100%;
    }

    ul#menu li, .add_m li {
        transition: border-color 0.5s linear;
        border-bottom: 0px solid rgba(0,0,0,0);
    }

    ul#menu li:hover, .add_m li:hover, ul#menu li.select {
        border-bottom: 0px solid #4f8f02;
        transition: border-color 0.5s linear;
        background: #4f8f02;
    }
    ul#menu li:hover a {
        color: white;
    }

    #tri_black, #tri_cont, #tri_white {
        display: none;
    }
    #content {
        padding-bottom: 0;
    }
    #buttons_add {
        height: auto;
        position: relative;
        padding-top: 10px;
    }
    #buttons_add a {
        width: 100%;
        padding: 10px 30px 10px 30px;
    }
    #buttons_add a.btn_add_opinions, #buttons_add a.btn_add_press, #buttons_add a.btn_add_fb {
        background-size: 5%;
        background-position: center left;
    }
    #buttons_add a.btn_add_press span, #buttons_add a.btn_add_opinions span, #buttons_add a.btn_add_fb span {
        margin: 0 0 0 40px;
    }

    #bottom {
        padding: 0 20px 0 20px;
    }
}

@media only screen and (max-width: 650px) {
    #motto, #slider_box {
        display: none;
    }
    #img_cans {
        float: none;
    }
    #cans {
        text-align: center;
        width: 100%;
    }
    #buttons a, #buttons a.a_btn_shop {
        width: 100%;
        padding: 15px;
    }
    p.p_phone {
        font-size: 17pt;
        padding-top: 19px;
        padding-bottom: 10px;
    }
    footer {
        height: auto;
    }
    #bottom {
        height: 100px;
        text-align: center;
    }
    a#a_top {
        left: 20px;
        width: 40px;
        height: 40px;
    }
    p.p_copy {
        float: none;
        text-align: center;
    }
    #comment_add input {
        display: block;
    }
    .comm_right {
        float: none;
    }
    #captcha-wrap {
        display: block;
    }
}