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, caption, 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;}
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;}

/* /////////////////////// */

body {
    background: #fcfcfc;
    font: 16px/1.42857143 arial, sans-serif;
    color: #555555;
}

a {
    text-decoration: underline;
    color: #d02828;
}

a:hover {
    text-decoration: none;
}

a:focus {
    color: inherit;
    text-decoration: inherit;
}

strong, b {
    font-weight: bold;
}

i {
    font-style: italic;
}

h1, h2, h3, h4 {
    font: 26px/1.2 arial;
    color: #010101;
    margin: 26px 0 16px;
    text-align: left;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
    margin: 22px 0 14px;
}

p {
    color: #535353;
    font: 14px/1.35 tahoma;
}

body input[type="text"].error,
body textarea.error {
    border-color: red !important;
}

::-webkit-input-placeholder {color:#ababab;}
::-moz-placeholder          {color:#ababab;}
:-moz-placeholder           {color:#ababab;}
:-ms-input-placeholder      {color:#ababab;}

.placeholder {color:#ababab;}

form .err {
    margin-top: 6px;
    color: #E83B3B;
    font-size: 12px;
    display: none;
}

.btn {
    display: inline-block;
    vertical-align: top;
    padding: 7px 20px 8px;
    font: 14px/1 arial;
    color: #fff;
    text-decoration: none; 
    background: #e4523b;
    background: -moz-linear-gradient(top,  #e4523b 0%, #d62d2d 100%);
    background: -webkit-linear-gradient(top,  #e4523b 0%,#d62d2d 100%);
    background: linear-gradient(to bottom,  #e4523b 0%,#d62d2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4523b', endColorstr='#d62d2d',GradientType=0 );
    text-align: center;
    border: none;
    position: relative;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 18px;
    text-shadow: 0 -1px 0 #8d2c23;
}

.btn:hover {
    background: #d62d2d;
}

.btn:active,
.btn:focus {
    color: #fff;
}

.ruble {
    position: relative;
}

.ruble::after {
    padding-left: 4px;
    display: inline-block;
    content: 'P';
}

.ruble::before {
    position: absolute;
    content: '\2013';
    top: 0;
    right: 2px;
}


.h1main {
    /*float: right;*/
    color: #fff0;
    width: 100%;
    height: 2px;    margin: 0;
}

/* /////////////////////// */

header .top {
    padding: 18px 0 16px;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

header .wrap {
    width: 1196px;
    margin: 0 auto;
    overflow: hidden;
}

header .logo {
    float: left;
}

/* /////////////////////// */

header .banner {
/*border: 1px dashed #8d8d8d; */
    /* border-radius: 7px; */
    padding: 0px 0 0 0; 
       margin: 2px 4px 0 0;
    float: right;
        height: 61px;
}

header .banner a {
    text-decoration: none;
}

header .banner li + li {
    display: none;
}

header .banner span {
    display: inline-block;
    font: 14px/1.4 arial;
    color: #cb3234;
    display: inline-block;
    vertical-align: middle;
    margin: 17px 28px 0 0;
    float: right;
}

header .banner img {
    display: inline-block;
    vertical-align: middle;
}

/* /////////////////////// */

.minicart {
    float: right;
    border-radius: 7px;
    margin-top: 2px;
    padding: 12px 14px 12px 26px;
    background: #1d82b6;
    background: -moz-linear-gradient(top,  #1d82b6 0%, #0b70a6 100%);
    background: -webkit-linear-gradient(top,  #1d82b6 0%,#0b70a6 100%);
    background: linear-gradient(to bottom,  #1d82b6 0%,#0b70a6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d82b6', endColorstr='#0b70a6',GradientType=0 );
}

.minicart img,
.minicart span,
.minicart a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.minicart .checkout {
    padding: 0 24px;
    height: 35px;
    margin-left: 4px;
    border-radius: 7px;
    text-decoration: none;
    text-transform: uppercase;
    font: 12.5px/36px arial;
    position: relative;
    -webkit-box-shadow: 0 1px 0 #000;
    box-shadow: 0 1px 0 #000;
    background: #f04043;
    background: -moz-linear-gradient(top,  #f04043 0%, #d83838 100%);
    background: -webkit-linear-gradient(top,  #f04043 0%,#d83838 100%);
    background: linear-gradient(to bottom,  #f04043 0%,#d83838 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04043', endColorstr='#d83838',GradientType=0 );
}

.minicart .checkout:hover {
    background: #f04043;
}

.minicart img {
    margin-right: 9px;
}

.minicart span {
    font: 12px/1.45 arial;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.8);
    margin-right: 10px;
}

/* /////////////////////// */

header .bottom {
    width: 1196px;
    margin: 0 auto;
    position: relative;
}

header .bottom .row {
    margin: 28px 44px;
    white-space: nowrap;
}

header .row > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 200px;
}

header .row > :last-child {
    margin-right: 0;
}

header .row img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
}

header .row .wr {
    display: inline-block;
    vertical-align: middle;
}

header .row span,
header .row span + a  {
    font: 10px/1.2 tahoma;
    color: #8b8b8b;
    display: block;
    position: relative;
}

header .row span + a {
    font: 17px/1.3 tahoma;
    color: #292929;
    transform: scaleX(1.05);
    left: 3px;
}

header .row span + span {
    font: 600 20.5px/1.2 'Open Sans';
    color: #db2927;
    transform: scaleX(0.8);
    left: -15px;
}

header .row .phone {
    margin-right: 200px;
}

header .row .address span {
    font-size: 12px;
    color: #adadad;
}

header .row .address img {
    margin-right: 7px;
}

header .row .address a {
    transform: none;
    font: 12px/1.4 tahoma;
    left: 0;
    margin-top: 1px;
    text-decoration: none;
}

header .row .address a:hover {
    text-decoration: underline;
}

/* /////////////////////// */

.nav {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 0 300px 0 46px;
    background: #5b5b5b;
    background: -moz-linear-gradient(top,  #5b5b5b 0%, #3f3f3f 100%);
    background: -webkit-linear-gradient(top,  #5b5b5b 0%,#3f3f3f 100%);
    background: linear-gradient(to bottom,  #5b5b5b 0%,#3f3f3f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#3f3f3f',GradientType=0 );
}

.nav > ul > li {
    float: left;
    position: relative;
}

.nav > ul > li > a {
    display: inline-block;
    padding: 0 21px;
    font: 15px/56px 'Roboto';
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000;
    transform: scaleX(0.85);
}

.nav > ul > .active,
.nav > ul > li:hover {  
    background: #696868;
}

header.stickynav .bottom {
    padding-bottom: 56px;
}

header.stickynav .nav {
    position: fixed;
    width: 1196px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 0 7px 7px;
}

.nav > ul > li > ul {
    padding: 9px 0 4px;
    display: none;
}

.nav > ul > li > ul ul > li.active > ul {
    display: block;
}

.nav > ul > li > ul ul li {
    position: relative;
}

.nav > ul > li > ul ul > li + li {
    margin-top: 5px;
}

.nav > ul > li > ul ul ul ul ul > li::before {
    content: '';
    width: 4px;
    height: 4px;
    border: 1px solid #ffdca7;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
}

.nav > ul > li > ul ul ul ul ul > li {
    padding-left: 12px;
}

.nav > ul > li > ul ul > li > a {
    color: #ffdca7;
    text-decoration: none;
}

.nav > ul > li > ul ul > li:hover > a,
.nav > ul > li > ul ul > li.active > a {
    font-weight: bold;
}

.nav > ul > li > ul a {
    font: 14px/1.1 arial;
}

.nav > ul > li > ul li span {
    font: 14px/1.1 arial;
    color: #fff;
}

/* level 1 */

.nav > ul > li > ul {
    width: 240px;
    z-index: 99;
    position: absolute;
    top: 56px;
    left: 0;
    background: #696868;
    padding: 18px 22px 26px;
    border-radius: 0 0 16px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.nav > ul > li:hover > ul {
    display: block;
}

.nav > ul > li > ul > li > a {
    border-bottom: 1px dashed #fff;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding-bottom: 1px;
}

.nav > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li.active > a {
    border-color: transparent;
}

.nav > ul > li > ul > li + li {
    margin-top: 5px;
}

/* level 2 */

.nav > ul > li > ul > li > ul {
    margin: 6px 0 0 6px;
    padding: 0;
    display: none;
}

.nav > ul > li > ul > li.active > ul {
    display: block;
}

.nav > ul > li > ul > li > ul > li {
    position: relative;
    padding-left: 12px;
    line-height: 1.1;
}

.nav > ul > li > ul > li > ul > li + li {
    margin-top: 5px;
}

.nav > ul > li > ul > li > ul > li::before {
    content: '';
    width: 7px;
    border-top: 1px solid #fff;
    height: 0;
    position: absolute;
    top: 9px;
    left: 0;
    color: #fff;
}

.nav > ul > li > ul > li > ul > li > a {
    color: #fff;
    text-decoration: none;
}

.nav > ul > li > ul > li > ul > li.active > a {
    font-weight: bold;
}

/* level 3 */

.nav > ul > li > ul > li > ul > li > ul {
    padding: 8px 0 4px;
    display: none;
}

.nav > ul > li > ul > li > ul > li.active > ul {
    display: block;
}

.nav > ul > li > ul > li > ul > li > ul > li {
    position: relative;
    padding-left: 12px;
}

.nav > ul > li > ul > li > ul > li > ul > li + li {
    margin-top: 5px;
}

.nav > ul > li > ul > li > ul > li > ul > li::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 8px;
    left: 0;
    background: #E6E6E6;
    border-radius: 50%;
}

.nav > ul > li > ul > li > ul > li > ul > li > a {
    color: #E6E6E6;
    text-decoration: none;
}

.nav > ul > li > ul > li > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > ul > li > ul > li.active > a {
    font-weight: bold;
}

/* level 4 */

.nav > ul > li > ul > li > ul > li > ul > li > ul {
    padding: 9px 0 4px;
    display: none;
}

.nav > ul > li > ul > li > ul > li > ul > li.active > ul {
    display: block;
}

.nav > ul > li > ul > li > ul > li > ul > li > ul > li {
    position: relative;
    padding-left: 12px;
}

.nav > ul > li > ul > li > ul > li > ul > li > ul > li + li {
    margin-top: 5px;
}

.nav > ul > li > ul > li > ul > li > ul > li > ul > li::before {
    content: '';
    width: 4px;
    height: 4px;
    border: 1px solid #E6E6E6;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
}

.nav > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    color: #E6E6E6;
    text-decoration: none;
}

.nav > ul > li > ul > li > ul > li > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > ul > li > ul > li > ul > li.active > a {
    font-weight: bold;
}

/* /////////////////////// */

.bnav {
    border-top: 1px solid #dfdfdf;
    background: #fff;
}

.bnav ul {
    width: 1196px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.bnav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 18px;
    transform: scaleX(0.85);
}

.bnav li a {
    color: #020202;
    font: 500 15px/48px 'Roboto';
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.bnav li:hover a,
.bnav li.active a {
    color: #cb3234;
}

/* /////////////////////// */

header .search {
    position: relative;
    width: 265px;
    position: absolute;
    bottom: 13px;
    right: 18px;
}

header .search input[type="text"] {
    width: 100%;
    border: none;
    padding: 0 10px;
    border-radius: 16px;
    height: 30px;
    background: #f5f5f5;
    font: 13px/30px tahoma;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.3);
}

header .search input[type="submit"] {
    width: 21px;
    height: 21px;
    background: url(../img/search.png) center center no-repeat;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 9px;
    top: 5px;
    opacity: 1;
}

header .search input[type="submit"]:hover {
    opacity: 0.8;
}

/* /////////////////////// */

.middle > .wrap {
    width: 1196px;
    margin: 0 auto;
    padding-top: 42px;
    overflow: hidden;
}

/* /////////////////////// */

.categories {
    border: 1px dashed #858585;
    background: #fff;
    padding: 20px 0;
    width: 1196px;
    margin: 18px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
}

.categories a {
    display: block;
    width: 273px;
    height: 193px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 20px;
    float: left;
    border: 3px solid #cacaca;
    border-radius: 7px;
    position: relative;
}

.categories a:nth-child(1n+5) {
    margin: 25px 0 0 20px;
}

.categories a > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.categories a:hover > img {
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.categories a .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 11px 11px;
    border-radius: 7px;
    overflow: hidden;
    padding: 15px 10px 15px 48px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.categories a .info::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fcfcfc;
    border-radius: 7px;
    z-index: 1;
}

.categories a .info::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 17px;
    width: 21px;
    height: 21px;
    background: url(../img/plus.png) 0 -20px no-repeat;
    z-index: 2;
}

.categories a .info > div {
    position: relative;
    z-index: 3;
}

.categories a .heading {
    font: 18px/1.2 arial;
    color: #2a2a2a;
}

.categories a .caption {
    font: 12.5px/1.3 arial;
    color: #9C9C9C;
    margin-top: 4px;
    display: none;
}

.categories a:hover .info {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.categories a:hover .info::before {
    background: #c12121;
    opacity: 0.85;
}

.categories a:hover .info::after {
    background-position: 0 0;
}

.categories a:hover .heading {
    color: #fff;
}

.categories a:hover .caption {
    color: #efd4d4;
    text-shadow: 0 -1px 0 #711f1f;
}

/* .categories a:hover .caption {
    display: block;
} */

/* /////////////////////// */

.special {
    width: 1196px;
    margin: 44px auto 0;
}

.special .heading {
    text-align: center;
    color: #000;
    font-size: 30px;
}

.special .heading span {
    display: inline-block;
    vertical-align: middle;
}

.special .heading .red {
    background: #e02e2e;
    color: #fff;
    text-transform: uppercase;
    font: 15px/1 'Roboto';
    padding: 8px 11px 6px;
    margin-left: -8px;
    transform: scaleX(0.85);
}

.special ul {
    margin: 26px -35px 58px;
    text-align: center;
}

.special li {
    width: 33.333%;
    margin: 20px 0 0;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-align: left;
}

.special li .wrap {
    display: table-row;
}

.special li .img,
.special li .info {
    display: table-cell;
    vertical-align: middle;
}

.special li .img {
    line-height: 0;
}

.special li .img img {
    border-radius: 6%;
    padding: 4px;
    border: 2px solid #d02828;
    margin-right: 17px;
}

.special li .title {
    font: 600 15px/1.2 'Open Sans';
}

.special li a:hover ~ .info a {
    text-decoration: none;
}

.special li .caption {
    font: 12px/1.2 tahoma;
    color: #484848;
    margin-top: 5px;
}

.special li .price {
    font: 26px/1.3 tahoma;
    color: #484848;
    /*display: inline-block;*/
    vertical-align: middle;
    margin-top: 8px;
}

.special li form {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0 5px;
}

.wrap ~ .special {
    margin-top: 55px;
    padding-bottom: 20px;
}

/* /////////////////////// */

.production {
    background: #dfdfdf;
    overflow: hidden;
    padding: 16px 0 32px;
}

.production .contentbox {
    width: 960px;
    margin: 0 auto;
    font: 13px/1.35 tahoma;
}

.production .contentbox p {
    font: 13px/1.35 tahoma;
}

.production .contentbox img.justifyleft {
    margin-right: 60px;
}

.production .contentbox h1 {
    margin-top: 0;
}

.production .contentbox a + a,
.production .contentbox span a + span a {
    display: inline-block;
    margin-left: 20px;
}

/* /////////////////////// */

.about {
    background: #eeeeee;
    overflow: hidden;
    padding: 8px 0 32px;
    border-top: 1px solid #dfdfdf;
}

.about .contentbox {
    width: 960px;
    margin: 0 auto;
    font-size: 13px;
}

.about .contentbox p {
    font: 13px/1.35 tahoma;
}

.about .contentbox h3,
.about .contentbox h1 {
    margin-bottom: 26px;
}

.about .contentbox img.justifyright {
    margin-left: 60px;
}

.about .contentbox img[src="images/fescon.png"] {
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: -4px;
}

.wrap + .about {
    margin-top: 50px;
}

/* /////////////////////// */

.leftcol {
    width: 270px;
    float: left;
}

.rightcol {
    width: 100%;
    float: right;
}

.leftcol ~ .rightcol {
    width: 878px;
}

.rightcol > :first-child {
    margin-top: 0;
}

.rightcol > h1,
.rightcol > .heading {
    color: #010101;
    font-size: 24px;
    margin-bottom: 10px;
}

/* /////////////////////// */

.breadcrumbs {
    margin: 0 0 16px;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.breadcrumbs ul li {
    float: left;
    margin-right: 6px;
}

.breadcrumbs ul a,
.breadcrumbs ul span {
    color: #4a4a4a;
    font: 11px/1.3 arial;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs ul span {
    color: #a7a7a7;
}

.breadcrumbs ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 19px;
    margin: 0 6px 0 0;
    background: url(../img/sep.png) 0 0 no-repeat;
    position: relative;
}

.breadcrumbs ul li:first-child:before {
    display: none;
}

/* /////////////////////// */

.catalog .heading {
    font-size: 24px;
    color: #4a4a4a;
}

.catalog .heading img {
    float: left;
    margin-right: 7px;
    position: relative;
    top: 3px;
}

.catalog ul {
    padding: 9px 0 4px;
    display: none;
}

.catalog ul li {
    position: relative;
    display: block;
}

.catalog ul > li + li {
    margin-top: 5px;
}

.catalog ul ul ul ul ul > li::before {
    content: '';
    width: 4px;
    height: 4px;
    border: 1px solid #ffdca7;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
}

.catalog ul ul ul ul ul > li {
    padding-left: 12px;
}

.catalog ul > li > a {
    color: #ffdca7;
    text-decoration: none;
}

.catalog ul > li:hover > a,
.catalog ul > li.active > a {
    font-weight: bold;
}

.catalog > ul a {
    font: 14px/1.1 arial;
}

.catalog > ul li span {
    font: 14px/1.1 arial;
    color: #fff;
}

/* level 1 */

.catalog > ul {
    border-radius: 12px;
    background: url(../img/r_pattern.png) 0 0 repeat;
    margin-top: 13px;
    padding: 20px 10px 22px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.catalog > ul > li > a {
    border-bottom: 1px dashed #fff;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding-bottom: 1px;
}

.catalog > ul > li:hover > a,
.catalog > ul > li.active > a {
    border-color: transparent;
}

.catalog > ul > li {
    padding-left: 13px;
    position: relative;
}

.catalog > ul > li::before {
    content: '';
    width: 4px;
    height: 7px;
    position: absolute;
    top: 9px;
    left: 0;
    background: url(../img/arrow.png) 0 0 no-repeat;
}

.catalog > ul > li:hover::before,
.catalog > ul > li.active::before {
    transform: rotate(90deg);
}

.catalog > ul > li + li {
    margin-top: 5px;
}

/* level 2 */

.catalog > ul > li > ul {
    margin: 6px 0 0 2px;
    padding: 0;
    display: none;
}

.catalog > ul > li.active > ul {
    display: block;
}

.catalog > ul > li > ul > li {
    position: relative;
    padding-left: 12px;
    line-height: 1.1;
}

.catalog > ul > li > ul > li + li {
    margin-top: 5px;
}

.catalog > ul > li > ul > li::before {
    content: '';
    width: 7px;
    border-top: 1px solid #fff;
    height: 0;
    position: absolute;
    top: 9px;
    left: 0;
    color: #fff;
}

.catalog > ul > li > ul > li > a {
    color: #fff;
    text-decoration: none;
}

.catalog > ul > li > ul > li:hover > a,
.catalog > ul > li > ul > li.active > a {
    font-weight: bold;
}

/* level 3 */

.catalog > ul > li > ul > li > ul {
    padding: 8px 0 4px;
    display: none;
}

.catalog > ul > li > ul > li.active > ul {
    display: block;
}

.catalog > ul > li > ul > li > ul > li {
    position: relative;
    padding-left: 12px;
}

.catalog > ul > li > ul > li > ul > li + li {
    margin-top: 5px;
}

.catalog > ul > li > ul > li > ul > li::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    top: 8px;
    left: 0;
    background: #ffdca7;
    border-radius: 50%;
}

.catalog > ul > li > ul > li > ul > li span {
    color: #ffdca7;
}

.catalog > ul > li > ul > li > ul > li > a {
    color: #ffdca7;
    text-decoration: none;
}

.catalog > ul > li > ul > li > ul > li:hover > a,
.catalog > ul > li > ul > li > ul > li.active > a {
    font-weight: bold;
}

/* level 4 */

.catalog > ul > li > ul > li > ul > li > ul {
    padding: 9px 0 4px;
    display: none;
}

.catalog > ul > li > ul > li > ul > li.active > ul {
    display: block;
}

.catalog > ul > li > ul > li > ul > li > ul > li {
    position: relative;
    padding-left: 12px;
}

.catalog > ul > li > ul > li > ul > li > ul > li + li {
    margin-top: 5px;
}

.catalog > ul > li > ul > li > ul > li > ul > li::before {
    content: '';
    width: 4px;
    height: 4px;
    border: 1px solid #ffdca7;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
}

.catalog > ul > li > ul > li > ul > li > ul > li > a {
    color: #ffdca7;
    text-decoration: none;
}

.catalog > ul > li > ul > li > ul > li > ul > li:hover > a,
.catalog > ul > li > ul > li > ul > li > ul > li.active > a {
    font-weight: bold;
}

/* /////////////////////// */

.filter {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    width: 246px;
    margin: 32px auto 0;
}

.filter .heading {
    color: #2f3332;
    font: 700 15px/1.35 arial;
    margin: 8px 0;
}

.filter li {
    position: relative;
    overflow: hidden;
}

.filter li + li {
    margin-top: 1px;
}

.filter label {
    color: #4a4a4a;
    font: 13px/1.35 arial;
    padding-left: 22px;
    position: relative;
    cursor: pointer;
}

.filter label span {
    color: #b6b6b6;
}

.filter input[type="checkbox"] {
    display: none;
}

.filter [type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.filter [type="checkbox"] + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #c7c7c7;
    -webkit-box-shadow: inset 0 2px 0 #fff, inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 -2px 0 #fff;
    box-shadow: inset 0 2px 0 #fff, inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 -2px 0 #fff;
    -webkit-transition: all 0.12s;
    -o-transition: all 0.12s;
    transition: all 0.12s;
}

.filter [type="checkbox"]:checked + label::before {
    background: #8A8A8A;
}

.filter [type="checkbox"]:disabled + label {
    color: #b6b6b6;
    cursor: default;
}

.filter [type="checkbox"]:disabled + label span {
    display: none;
}

.filter .more {
    text-decoration: none;
    font: 13px/1.35 arial;
    color: #4a4a4a;
    margin: 8px 0 0;
    display: inline-block;
    display: none;
}

.filter .more img,
.filter .more span {
    display: inline-block;
    vertical-align: middle;
}

.filter .more img {
    margin: 0 3px 0 3px;
}

.filter .more:hover span {
    border-bottom: 1px dashed #4a4a4a;
}

.filter .more.reverse img {
    overflow: hidden;
    width: 9px;
    height: 0;
    border-bottom: 1px solid #828282;
}

/* /////////////////////// */

.products ul {
    margin-left: -32px;
    margin-top: -32px;
    overflow: hidden;
}

.products li {
    width: 271px;
    border: 1px dashed #777777;
    float: left;
    margin: 32px 0 0 32px;
    padding: 0 11px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
}

.products li .title {
    font: 600 15.5px/1.4 'Open Sans';
    display: inline-block;
    margin: 12px 7px 2px;
}

.products li p {
    font: 12px/1.4 tahoma;
    color: #6b6b6b;
    display: inline-block;
    margin: 0 7px 0;
}

.products li .image {
    display: block;
    text-align: center;
    text-decoration: none;
    margin-top: 8px;
}

.products li .rating {
    margin: 2px auto 8px;
    text-align: center;
    margin-left: -1px;
}

.products li form {
    background: #dedede;
    background: -moz-linear-gradient(top,  #dedede 0%, #cbcbcb 100%);
    background: -webkit-linear-gradient(top,  #dedede 0%,#cbcbcb 100%);
    background: linear-gradient(to bottom,  #dedede 0%,#cbcbcb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#cbcbcb',GradientType=0 );
    border-radius: 6px;
    margin: 4px 0 10px;
    overflow: hidden;
    padding: 10px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.products li form .btn {
    float: right;
}

.products li form .price {
    float: left;
    font: 24px/1 tahoma;
    color: #000;
    position: relative;
    top: 3px;
}

.products li .bottom {
    text-align: justify;
    line-height: 0;
}

.products li .bottom::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.products li .bottom > * {
    display: inline-block;
    vertical-align: middle;

}

.products li .promo {
    background: #e02e2e;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font: 14px/1 'Roboto';
    padding: 5px 16px 4px;
    text-align: center;
    position: relative;
    z-index: 9;
}

.products li .promo span {
    transform: scaleX(0.8);
    display: inline-block;
}

.products li .link {
    font: 12px/1.2 tahoma;
    color: #333333;
    text-decoration: none;
    position: relative;
    z-index: 9;
}

.products li .link img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 1px;
}

.products li .link span {
    text-decoration: underline;
    vertical-align: middle;
    display: inline-block;
}

.products li .link:hover span {
    text-decoration: none;
}

/* /////////////////////// */

.sort {
    margin-bottom: 20px;
}

.sort > span {
    font: 14px/1.35 tahoma;
    color: #484848;
    display: inline-block;
    vertical-align: middle;
}

.sort a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    background: #b8b8b8;
    font: 14px/1.35 tahoma;
    color: #484848;
    padding: 6px 27px 7px 16px;
    text-decoration: none;
    border-radius: 18px;
    position: relative;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.sort a:hover {
    background: #C5C5C5;
}

.sort a.desc::after,
.sort a.asc::after {
    content: '';
    position: absolute;
    right: 13px;
    top: 13px;
    width: 7px;
    height: 4px;
    background: url(../img/arrow2.png) 0 0 no-repeat;
}

.sort a.asc::after {
    transform: rotate(180deg);
}

/* /////////////////////// */

.product {
    margin-top: 28px;
    overflow: hidden;
}

.product .gallery {
    float: left;
    width: 214px;
    margin-right: 38px;
}

.product .gallery .big {
    padding: 15px 0;
    background: #fff;
    border: 1px solid #d2d2d2;
    line-height: 0;
    text-align: center;
}

.product .gallery .big img {
    width: 182px;
    height: auto;
}

.product .gallery .small {
    margin-top: 4px;
    line-height: 0;
    margin-left: 25px;
}

.product .gallery .small a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    padding: 10px 15px;
    background: #fff;
    margin: 14px 10px 0 0;
}

.product .gallery .small a.active,
.product .gallery .small a:hover {
    border-color: #D2D2D2;
}

.product form {
    overflow: hidden;
    position: relative;
}

.product form h1 {
    position: relative;
    top: -4px;
    font-size: 24px;
    margin-right: 100px;
    margin-top: 0;
}

.product .modify {
    display: inline-block;
    vertical-align: bottom;
    width: 60%;
}

.product .modify li {
    position: relative;
    overflow: hidden;
}

.product .modify li + li {
    margin-top: 10px;
}

.product .modify label {
    color: #5a5a5a;
    font: 14px/1.35 tahoma;
    position: relative;
    cursor: pointer;
}

.product .modify label span {
    display: inline-block;
    padding-left: 28px;
    vertical-align: top;
}

.product .modify input[type="radio"] {
    display: none;
}

.product .modify [type="radio"] {
    position: absolute;
    left: -9999px;
}

.product .modify [type="radio"] + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 13px;
    height: 13px;
    border: 1px solid #c7c7c7;
    -webkit-box-shadow: inset 0 2px 0 #fff, inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 -2px 0 #fff;
    box-shadow: inset 0 2px 0 #fff, inset 2px 0 0 #fff, inset -2px 0 0 #fff, inset 0 -2px 0 #fff;
    -webkit-transition: all 0.12s;
    -o-transition: all 0.12s;
    transition: all 0.12s;
}

.product .modify [type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 16px;
    background: url(../img/check.png) 0 0 no-repeat;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.product .modify [type="radio"]:disabled + label {
    color: #b6b6b6;
    cursor: default;
}

.product .promo {
    background: #e02e2e;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font: 15px/1 'Roboto';
    padding: 7px 0 5px;
    text-align: center;
    position: relative;
    z-index: 9;
    border-radius: 16px;
    display: inline-block;
    vertical-align: bottom;
    margin: 10px 0 0;
}

.product .promo:hover {
    background: #C52D2D;
}

.product .promo span {
    transform: scaleX(0.8);
    display: inline-block;
}

.product .justify {
    text-align: justify;
    line-height: 0;
}

.product .justify::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.product .row {
    overflow: hidden;
    padding: 30px 0 0;
}

.product .row .col {
    width: 50%;
    float: left;
}

.product .row .col + .col {
    text-align: right;
}

.product .buy {
    max-width: 350px;
    background: #dedede;
    background: -moz-linear-gradient(top,  #dedede 0%, #cbcbcb 100%);
    background: -webkit-linear-gradient(top,  #dedede 0%,#cbcbcb 100%);
    background: linear-gradient(to bottom,  #dedede 0%,#cbcbcb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#cbcbcb',GradientType=0 );
    border-radius: 6px;
    overflow: hidden;
    padding: 10px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product .buy .btn {
    float: right;
}

.product .buy .price {
    float: left;
    font: 24px/1 tahoma;
    color: #000;
    position: relative;
    top: 3px;
}

.product .discount {
    font-size: 14px;
}

.product .link {
    font: 14px/1.3 tahoma;
    color: #333333;
    text-decoration: none;
    display: inline-block;
    margin: 8px 0 0;
}

.product .link + .link {
    margin-left: 14px;
}

.product .link img,
.product .link span {
    vertical-align: middle;
    display: inline-block;
}

.product .link span {
    text-decoration: underline;
}

.product .link img {
    margin-right: 6px;
}

.product .link:hover span {
    text-decoration: none;
}

.product .properties {
    margin-top: 25px;
}

.product .properties li {
    display: inline-block;
    width: 100%;
}

.product .properties li div:first-child {
    width: 60%;
    float: left;
    /*background: url(../img/dot.png) left bottom repeat-x;*/
}

.product .properties li div + div {
    float: left;
    width: 40%;
}

.product .properties li div span {
    font: 700 14px/1.35 tahoma;
    display: inline-block;
    background: #fcfcfc;
    padding-right: 14px;
    position: relative;
    bottom: -6px;
}

.product .properties li div + div span {
    font-weight: normal;
    padding-right: 0;
    padding-left: 4px;
}

.product .rating {
    position: absolute;
    right: 2px;
    top: 0;
}

.product .contentbox {
    clear: both;
    padding-top: 32px;
}

/* /////////////////////// */

.together.products {
    margin: 50px auto 0;
    width: 1078px;
}

.together.products .heading {
    text-align: center;
    color: #000;
    font-size: 30px;
    margin-bottom: 40px;
}

.together.products li,
.together.products ul {
    margin: 0;
}

.together.products li {
    width: 270px;
}

.together .bx-wrapper {
    position: relative;
}

.together .bx-wrapper .bx-controls-direction {
    position: absolute;
    top: 50%;
    margin-top: -61px;
    left: 0;
    height: 0;
    width: 100%;
}

.together .bx-wrapper .bx-controls-direction a {
    height: 122px;
    width: 19px;
    margin-left: -42px;
    overflow: hidden;
    float: left;
    text-indent: 999px;
    background: url(../img/control_left.png) 0 0 no-repeat;
}

.together .bx-wrapper .bx-controls-direction a + a {
    background-image: url(../img/control_right.png);
    float: right;
    margin-left: 0;
    margin-right: -42px;
}

.together .bx-wrapper .bx-controls-direction a:hover {
    background-position: 0 -122px;
}

.nocontrols.together .bx-controls-direction {
    display: none;
}

/* /////////////////////// */

footer .red {
    background: red url(../img/r_pattern.png) 0 0 repeat;
    overflow: hidden;
    border-bottom: 4px solid #fff;
}

footer .red .links {
    width: 1060px;
    margin: 42px auto 38px;
    overflow: hidden;
    text-align: justify;
    line-height: 0;
}

footer .red .links::after {
    content: '';
    height: 0;
    width: 100%;
    visibility: hidden;
    display: inline-block;
    overflow: hidden;
}

footer .links ul {
    display: inline-block;
    vertical-align: top;
    max-width: 250px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer .links li {
    position: relative;
    padding-left: 13px;
}

footer .links li::before {
    content: '-';
    position: absolute;
    top: 8px;
    left: 0;
    color: #d5a2a1;
}

footer .links li + li {
    margin-top: 4px;
}

footer ul a {
    font: 13px/1.35 tahoma;
    color: #e5d9d9;
}

/* /////////////////////// */

footer .grey {
    background: grey url(../img/g_pattern.png) 0 0 repeat;
    overflow: hidden;
    -webkit-box-shadow: inset 0 20px 20px rgba(0,0,0,0.4);
    box-shadow: inset 0 20px 20px rgba(0,0,0,0.4);
}

footer .wrap {
    width: 1196px;
    margin: 30px auto 23px;
    overflow: hidden;
    text-align: justify;
    line-height: 0;
}

footer .wrap::after {
    content: '';
    height: 0;
    width: 100%;
    visibility: hidden;
    display: inline-block;
    overflow: hidden;
}

footer .wrap > * {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    color: #b5b5b5;
    font: 12px/1.35 tahoma;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer .copyright img {
    float: left;
    margin-right: 14px;
}

footer .copyright span {
    display: inline-block;
}

footer .social a {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

footer .social a:hover {
    opacity: 0.8;
}

footer .contacts .phone > span {
    color: #db2927;
    display: inline-block;
    font: 600 21px/1.35 'Open Sans';
    transform: scaleX(0.85);
}

footer .contacts .phone span span {
    font-size: 19px;
}

footer .contacts .phone img {
    float: left;
    margin-right: -8px;
}

footer .contacts > span {
    clear: both;
    display: block;
    margin-left: 40px;
}

footer .creation {
    background: url(../img/web-sadovnik.png) 0 0 no-repeat;
    text-decoration: none;
    color: #c5c5c5;
    height: 34px;
    font: 11px/15px tahoma;
    padding: 2px 0 0 168px;
    margin: 0;
}

/* /////////////////////// */

.contentbox {
    color: #000;
    font: 14px/1.5 tahoma;
}

.contentbox > :first-child {
    margin-top: 0;
}

.contentbox > :last-child {
    margin-bottom: 0;
}

.contentbox p {
    margin: 14px 0;
    text-align: justify;
    line-height: 1.5;
}

.contentbox img {
    max-width: 100%;
    height: auto;
    padding: 7px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
}

.contentbox img.justifyleft {
    float: left;
    margin: 5px 36px 14px 0;
}

.contentbox img.justifyright {
    float: right;
    margin: 5px 0 14px 36px;
}

.contentbox img.justifyfull {
    width: 100%;
    height: auto;
}

.contentbox ul,
.contentbox ol {
    list-style-type: none;
    margin: 22px 0 16px 21px;
    text-align: left;
}

.contentbox ul {
    margin-left: 36px;
    list-style-type: disc;
}

.contentbox ul li {
    padding-left: 4px;
}

.contentbox ol {
    list-style-type: decimal;
}

.contentbox ul li,
.contentbox ol li {
    margin: 12px 0;
    line-height: 1.3;
    color: #535353;
    position: relative;
}

.contentbox table {
    width: 100%;
    border: 2px solid #bfbfbf;
    border-radius: 3px;
    border-spacing: 0;
    text-align: center;
    font: 14px/1.4 arial;
    color: #4A4A4A;
    margin: 35px 0;
}

.contentbox table td {
    padding: 16px 15px;
}

.contentbox table tr:nth-child(even) td {
    background: #e0e0e0;
}

.contentbox table tr td:first-child {
    text-align: left;
    font-weight: bold;
    color: #292929;
}

.contentbox table td + td {
    border-left: 1px solid #bfbfbf;
}

.contentbox table thead td {
    background: #404040;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font: 500 14px/1.4 'Roboto';
    text-shadow: 0 -1px 0 #000;
    padding: 18px 0;
}

.contentbox table thead tr td:first-child {
    text-align: center;
    font-weight: 500;
    color: #fff;
}

.contentbox table .ruble {
    color: #d03038;
    font-size: 18px;
}

/* /////////////////////// */

.rating .fa-star {
    cursor: pointer;
    font-size: 13px;
}

.rating .star-empty {
    color: #cccccc;
}

.rating .star-filled {
    color: #fe7e1d;
}

.rating .rating-symbol {
    margin-left: 1px;
}

.disabled.rating .fa-star {
    cursor: default;
}

/* /////////////////////// */

.popupform {
    display: none;
    border: 10px solid #676666;
    border-radius: 8px;
    background: #fff;
}

.popupform .wrapper {
    width: 340px;
    padding: 30px 45px 36px 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popupform .heading {
    font: 24px/1.3 'Open Sans';
    color: #403f3f;
    margin-bottom: 34px;
    text-align: center;
    transform: scaleX(0.9);
    margin-left: -20px;
    margin-right: -20px;
}

.popupform .heading span {
    display: block;
    color: #e02e2e;
    margin-top: 14px;
    margin-bottom: -6px;
}

.popupform input[type="text"] {
    height: 42px;
    width: 100%;
    padding: 0 0 0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 15px/42px 'Open Sans';
    color: #435367;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}

.popupform textarea {
    height: 100px;
    width: 100%;
    padding: 12px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 14px/1.4 arial;
    color: #435367;
    border: 1px solid #c6ccd2;
    border-radius: 3px;
}

.popupform .btn {
    padding: 9px 35px 10px;
    font-size: 14px;
    margin-top: 12px;
}

.popupform form > div {
    margin-bottom: 22px;
}

.popupform input[type="text"].error,
.popupform textarea.error {
    border-color: #FF6C6C;
}

.popupform .wrap {
    text-align: center;
    margin-bottom: 0;
}

.popupform.succes .wrapper {
    background: none;
    padding: 30px 20px 0;
    width: 650px;
    text-align: center;
}

.popupform.succes .heading {
    text-align: center;
}

.popupform.succes .btn {
    margin-bottom: 36px;
    margin-top: -6px;
}

/* /////////////////////// */

.sisea-result-pages {
    color: #535353;
    font: 14px/1.35 tahoma;
    display: inline-block;
}

.sisea-results-list {
    margin: 18px 0 18px 20px;
}

.sisea-results-list a {
    font-weight: bold;
}

.sisea-result > div > span {
    display: inline-block;
    font: 13px/1.35 tahoma;
    margin-right: 6px;
    color: #535353;
}

.sisea-result > div:first-child {
    margin-top: 20px;
}

.sisea-result p {
    margin-top: 6px;
}

/* /////////////////////// */

.fancybox-close {
    top: -14px;
    right: -14px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    background: url(../img/close.png) center center no-repeat;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; 
}

.fancybox-close:hover {
    transform: rotate(-180deg);
}

.fancybox-skin {
    background: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.fancybox-type-inline .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fancybox-type-image .fancybox-skin {
    border-radius: 5px;
    background: #fff;
}

/* /////////////////////// */

.pagination > ul {
    text-align: right;
    margin-top: 30px;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
}

.pagination li a {
    font-size: 14px;
}

.pagination .active a {
    color: #636363;
}

/* /////////////////////// */

#middle {
    margin-top: -50px;
    padding-top: 50px;
}

/* /////////////////////// */

.fullcart h1 {
    text-align: center;
    font: 23px/1.3 'PT Sans';
    margin: 0 0 24px;
}

.fullcart table td {
    position: relative;
    vertical-align: middle;
    font: 14px/1.3 tahoma;
    color: #403f3f;
}

.fullcart table td > * {
    position: relative;
    z-index: 3;
}

.fullcart table thead td::before,
.fullcart table tbody tr:nth-child(even) td::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
}

.fullcart table tbody tr:nth-child(even) td::before {
    opacity: 0.05;
}

.fullcart table tbody td:first-child,
.fullcart table thead td:first-child {
    text-align: left;
}

.fullcart table thead td {
    padding: 16px 20px;
}

.fullcart table tbody td {
    padding: 20px 20px;
}

.fullcart table thead td + td,
.fullcart table tbody td + td {
    padding-left: 17px;
}

.fullcart table .image {
    line-height: 0;
    display: block;
}

.fullcart table .image img {
    border: 1px solid #d9d9d9;
}

.fullcart table .title {
    font-size: 16px;
}

.fullcart table .desc {
    display: block;
    margin-top: 9px;
}

.fullcart table .price span {
    font: 18px/1.3 arial;
}

.fullcart table .shk-del {
    float: right;
    width: 26px;
    height: 26px;
    background: url(../img/close.png) center center no-repeat;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.fullcart table .shk-del:hover {
    transform: rotate(-180deg);
}

.fullcart table .shk-del img {
    display: none;
}

.fullcart table ~ .btn {
    margin: 20px 0 20px;
    float: right;
    -webkit-box-shadow: inset 0 -3px 0 #179459;
    box-shadow: inset 0 -3px 0 #179459;
}

.fullcart table ~ .btn:hover {
    background: #179459;
    top: 2px;
}

/* /////////////////////// */

.fullcart ~ form {
    width: 750px;
    margin: 44px auto 0;
}

.fullcart ~ form table {
    width: 100%;
}

.fullcart ~ form table td {
    padding: 0 8px 16px;
}

.fullcart ~ form .message {
    padding: 0 10px 16px;
}

.fullcart ~ form .center {
    text-align: center;
}

.fullcart ~ form input[type="text"],
.fullcart ~ form textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #bebebe;
    font: 15px/45px tahoma;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fullcart ~ form textarea {
    height: 92px;
    padding: 10px;
    line-height: 1.3;
}

.fullcart ~ form .btn {
    width: 40%;
    padding-top: 12px;
    padding-bottom: 13px;
}