/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    background: url(../images/bg.png) repeat;
    font-size: 14px;
    color:  #999999;
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3 ,h4 ,h5 {
    line-height: 1.2;
}
a {
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s;
    color:  #ffffff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    color: inherit;
}
.page-wrapper {
    position: absolute;
    min-width: 1170px;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding-bottom: 400px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.inner {
    width: 1170px;
    margin: 0 auto;
}
footer {
    position: absolute;
    bottom: 43px;
    width: 100%;
    left: 0;
}
footer .inner {
    background: url(../images/9.png) repeat;
    background:  rgba(30, 34, 39, 0.9);
    height: 310px;
    padding: 10px 30px 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
nav {
    border-bottom: 2px solid #090909;
    height: 58px;
}
nav ul {
    padding: 0;
    margin: 0;
}
nav > ul > li {
    display: block;
    float: left;
}
nav > ul > li > a {
    display: block;
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'benderblack';
}
nav > ul > li > a:hover {
    background: #49e1d4;
    background: -webkit-linear-gradient(135deg, #49e1d4 0%, #22caef 100%);
    background: -moz-linear-gradient(135deg, #49e1d4 0%, #22caef 100%);
    background: -o-linear-gradient(135deg, #49e1d4 0%, #22caef 100%);
    background: -ms-linear-gradient(135deg, #49e1d4 0%, #22caef 100%);
    background: linear-gradient(-45deg, #49e1d4 0%, #22caef 100%);
    text-decoration: none;
}
nav > ul > li.multi > a:hover ,
nav > ul > li.multi:hover {
  background: #000;
}
nav > ul > li > a:active {
    box-shadow:  0 0 20px -10px #000 inset;
    color: #fff;
}
nav > ul ul {
  float: left;
  /*width: 30%;*/
  width:260px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 15px;
}
nav > ul ul li {
  margin-bottom: 3px;
}
nav > ul ul a {
  text-decoration: none;
  color:  #999999;
}
nav > ul ul a:hover {
  color:  #17c7be;
  text-decoration: none;
}
nav > ul .pr-top {
  float: right;
  width: 30%;
}
#content {
  position: relative;
  z-index: 40;
}
.top-phone {
    display: block;
    line-height: 60px;
    height: 60px;
    float: right;
    padding: 0 14px;
    color:  #fff600;
    font-family: 'benderblack';
    text-decoration: none;
}
.top-phone:hover {
    text-decoration: underline;
}
#basket-block {
    float: right;
    width: 170px;
    height: 60px;
    background: #49e1d4;
    background: -webkit-linear-gradient(135deg, #49e1d4 0%, #22caef 100%);
    background: -moz-linear-gradient(135deg, #49e1d4 0%, #22caef 100%);
    background: -o-linear-gradient(135deg, #49e1d4 0%, #22caef 100%);
    background: -ms-linear-gradient(135deg, #49e1d4 0%, #22caef 100%);
    background: linear-gradient(-45deg, #49e1d4 0%, #22caef 100%);
    position: relative;
}
#basket-block a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 14px 16px;
    background: url(../images/cart.png) no-repeat 113px center;
    cursor: pointer;
}
#basket-block a label {
    font-family: 'benderblack_italic';
    font-size: 18px;
    display: block;
    line-height: 1.2;
    cursor: pointer;
}
#basket-block a span {
    opacity: 0.5;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    display: block;
    line-height: 1.2;
    cursor: pointer;
}
#basket-block a:active {
    box-shadow:  0 0 20px -10px #000 inset;
}
#user-block {
    float: right;
    width: 170px;
    color: #fff;
    font-family: 'benderregular';
    font-size:12px;
    margin-top: 12px;
}
#user-block a {
    color: #fff;
    text-decoration: none;
}
#user-block span a {
    color: #49e1d4;
}
#user-block a:hover {
    text-decoration: underline;
}
#user-block .links {
    padding: 0;
    margin: 0;
}
#user-block .links li {
    display: inline-block;
    vertical-align: top;
}
#user-block .links .first {
    margin-right: 20px;
}
#user-block.no-enter {
    padding-top: 20px;
    font-size: 14px;
    margin-top:0;
}
#user-block.no-enter span {
    display: none;
}
header {
    margin-top: 27px;
    position: relative;
    z-index: 50;
}
header .inner {
    background:  #434343;
    position: relative;
}
.front-page header .inner {
    background: url(../images/bg.png) repeat #434343;
    position: relative;
}
#logo {
    width: 170px;
    height: 120px;
    float: left;
}
.section-front-slider {
    position: relative;
    z-index: 40;
    margin-bottom: -117px;
    height: 710px;
    width:1170px;
    margin-left:auto;
    margin-right:auto;
}
.section-front-slider .bx-wrapper {
    margin-bottom: 0;
}
.section-front-slider .bx-wrapper .bx-viewport {
    box-shadow: none;
    left: 0;
    border: 0;
    background: none;
    overflow: visible!important;
    margin-top: -147px;
}
#main-slider {
    height: 710px;
}
#main-slider > div {
    overflow: hidden;
    height: 710px;
}
#main-slider > div img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section-front-slider .bx-wrapper .bx-controls  {
    display: none;
}
.section-front-slider .bx-wrapper .inner {
    position: relative;
    height: 710px;
    overflow: hidden;
}
.section-front-slider .bx-wrapper a {
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: 220px;
    left: 0
}
.section-front-slider .bx-wrapper h2 {
    font-size: 76px;
    line-height: 66px;
    text-transform: uppercase;
    font-family: 'benderblack_italic';
    padding: 0;
    margin: 0 0 7px;
}
.section-front-slider .bx-wrapper label {
    display: inline-block;
    padding: 19px 12px;
    cursor: pointer;
    background: url(../images/6.png) repeat;
    background:  rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    min-width: 300px;
}
#search-block {
    padding-top: 13px;
    padding-left: 13px;
    float: left;
}
#search-block input[type="text"] {
    background-color:  #141515;
    height: 34px;
    line-height: 1;
    color:  #999999;
    font-size: 16px;
    font-family: 'benderitalic';
    border: 0;
    padding: 0 17px;
    width: 583px;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#search-block input[type="text"]::-webkit-input-placeholder {
    line-height: 22px;
}
#search-block input[type="text"]:-moz-placeholder {
    line-height: 22px;
}
#search-block input[type="submit"] {
    padding: 0;
    display: inline-block;
    margin: 0;
    border: 0;
    vertical-align: middle;
    height: 32px;
    width: 34px;
    background: url(../images/search.png) no-repeat 0 0;
    margin-left: -4px;
}
#search-block input[type="submit"]:active {
    box-shadow:  0 0 20px -10px #000 inset;
}
input, textarea ,
input:focus, textarea:focus {
    outline: none;
}
#copyright {
    background: url(../images/5.png) repeat;
    background:  rgba(23, 25, 27, 0.5);
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    color: rgb(153, 153, 153);
    color:  rgba(153, 153, 153, 0.7);
    padding: 14px 30px 0;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#scroll-to-top {
    float: right;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    font-family: 'benderbold_italic';
    background: url(../images/up.png) no-repeat right center;
    padding-right: 25px;
}
footer h3 {
    color:  #ffffff;
    font-size: 18px;
    font-family: 'benderblack_italic';
}
footer .column {
    float: left;
    width: 25%;
    color:  #999999;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
footer .column label {
    margin-bottom: 26px;
    display: block;
}
footer .column ul {
    padding: 0 0 30px;
    list-style: none;
}
footer .column ul li {
    margin-bottom: 2px;
}
footer .column a {
    color:  #999999;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    text-decoration: none;
}
footer .column a:hover {
    color: #fff;
}
footer input[type="text"] {
    background-color:  #141515;
    height: 34px;
    line-height: 1;
    color:  #999999;
    font-size: 16px;
    font-family: 'benderitalic';
    border: 0;
    padding: 0 17px;
    width: 240px;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
footer input[type="text"]::-webkit-input-placeholder {
    line-height: 22px;
}
footer input[type="text"]:-moz-placeholder {
    line-height: 22px;
}
footer input[type="submit"] {
    padding: 0;
    display: inline-block;
    margin: 0;
    border: 0;
    vertical-align: middle;
    height: 32px;
    width: 34px;
    background: url(../images/fr.png) no-repeat 0 0;
    margin-left: -4px;
}
footer input[type="submit"]:active {
    box-shadow:  0 0 20px -10px #000 inset;
}
h3 {
    font-size: 24px;
    font-family: 'benderblack_italic';
}
.front-ss {
    background: url(../images/9.png) repeat;
    background:  rgba(30, 34, 39, 0.9);
}
.front-ss .desc {
    padding: 30px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.front-ss h3 {
    color: #fff;
    margin-top: 0;
}
.front-ss .vk,
.front-ss .fb {
    float: left;
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px;
}
.front-cat {
    color:  #666666;
    margin-bottom: 33px;
}
.front-cat a {
    color:  #666666;
    font-family: 'benderregular';
}
.front-cat h3 {
    color:  #010101;
}
.front-cat ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    padding-right: 30px;
}
.front-cat ul li {
    margin-bottom: 5px;
}
.front-cat .cover {
    width: 291px;
    height: 390px;
    overflow: hidden;
    float: left;
    margin-right: 37px;
}
.front-cat .cat-item {
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    float: left;
    height: 390px;
}
.front-cat .line {
    background-color:  #f6f6f6;
    height: 2px;
    clear: both;
}
h2 {
    font-size: 36px;
    font-family: 'benderblack_italic';
    margin-bottom: 18px;
}
.front-cat h2 {
    color: #fff;
}
.front-links {
    margin-bottom: 58px;
    height: 310px;
}
.front-links > div {
    float: left;
    width: 25%;
    height: 310px;
    border-right: 2px solid #000;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.front-links > div.news-link {
    width: 50%;
    border-right: 0;
}
.front-links a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px;
    color:  #ffffff;
    font-family: 'benderbold_italic';
    line-height: 1.1;
    font-size: 36px;
    text-transform: uppercase;
    text-transform: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.front-links a:hover {
    box-shadow:  0 0 20px -10px #000 inset;
    text-decoration: none;
}
.front-links .blog-link {
    background: url(../images/dk-slice1.jpg) no-repeat center center;
    background-size: cover;
}
.front-links .new-link {
    background: url(../images/dk-slice2.jpg) no-repeat center center;
    background-size: cover;
}
.front-links .news-link {
    background: url(../images/dk-slice3_1.png) no-repeat center center;
    background-size: cover;
}
.content {
    background: #fff;
    margin-bottom: 21px;
    position: relative;
    z-index: 50;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.overflow {
    overflow: hidden;
}
.pr-car .pr-item span {
    color:  #17c7be;
    font-family: 'benderbold_italic';
    text-transform: uppercase;
    font-size: 18px;
    float: right;
    text-align: right;
    font-style: normal;
    line-height: 1.2;
    height: 40px;
}
.pr-car .pr-item {
    padding: 20px 30px;
    position: relative;
    border: 2px solid #f6f6f6;
    margin-bottom: -2px;
    margin-right: -2px;
    -webkit-transition: box-shadow ease 0.3s;
    -moz-transition: box-shadow ease 0.3s;
    -o-transition: box-shadow ease 0.3s;
    transition: box-shadow ease 0.3s;
    height: 330px;
}
.pr-car .pr-item .stick {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}
.pr-car .pr-item:hover {
    box-shadow:  0 0 20px -10px #000 inset;
}
.pr-car .pr-item span i {
    display: block;
    color:  #999999;
    font-style: normal;
    font-family: 'benderitalic';
    font-size: 14px;
    line-height: 1.2;
    text-decoration: line-through;
}
.pr-car .pr-item a.image {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    height: 215px;
    position: relative;
}
.pr-car .pr-item a.image img {
    max-width: 170px;
    max-height: 215px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.pr-car .pr-item a.title {
    display: block;
    overflow: hidden;
    color:  #555555;
    font-size: 14px;
    font-family: 'benderbold';
    line-height: 18px;
}
.content h3 {
    color:  #333333;
    font-size: 24px;
    font-weight: normal;
}
.content h3.pad {
    padding: 30px;
    margin: 0;
}
.content h3.pad.clear {
    border-top: 2px solid #f6f6f6;
    clear: both;
}
.pr-car .owl-prev,
.pr-car .owl-next {
    position: absolute;
    top: -52px;
    right: 54px;
    background: url(../images/nav.png) 0 -17px;
    width: 13px;
    height: 17px;
}
.pr-car .owl-prev:active,
.pr-car .owl-next:active {
    top: -44px;
}
.pr-car .owl-prev.disabled {
    background-position: 0 0;
}
.pr-car .owl-next.disabled {
    background-position: -13px 0;
}
.pr-car .owl-next {
    background-position: -13px -17px;
    right: 30px;
}
.left-column {
    float: left;
    padding: 24px 30px;
    width: 240px;
    border-right: 2px solid #f6f6f6;
    margin-right: -2px;
}
.left-column h3 {
    color:  #010101;
    margin-top: 0;
}
.content a {
    color:  #666666;;
}
.blog-inst .pag {
    float: right;
    text-align: right;
}
.blog-inst .pag a ,
.blog-inst .pag li {
    background-color:  #e9e9e9;
    width: 30px;
    height: 30px;
    line-height: 32px;
    display: block;
    vertical-align: top;
    margin: 0 4px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    float: left;
    font-size: 14px;
    font-family: 'benderbold';
}
.blog-inst .pag a {
    float: none;
    margin: 0;
}
.blog-inst .pag a:hover {
    color: #000;
}
.blog-inst .pag li.current {
    color: #fff;
    background-color:  #17c7be;
}
.blog-inst .pag ul {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
.blog-inst .pag label ,
.blog-inst .items label {
    display: inline-block;
    vertical-align: middle;
    color:  #333333;
    font-size: 14px;
    font-family: 'benderregular';
    margin-right: 11px;
}
.blog-inst .items label {
    margin-right: 0;
    margin-left: 13px;
}
.blog-inst .items label.italic {
    font-family: 'benderitalic';
    margin-right: 12px;
}
.blog-inst .items.kol {
    margin-right: 54px;
    width: 320px;
}
.catalog-plits .blog-item {
    height:300px;
}
.catalog-plits .blog-item .title {
    width: 125px;
}
.items.type {
    margin-right: 10px;
    line-height: 32px;
}
.items.type a {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    background: url(../images/str.png) no-repeat 0 0;
    margin-right: 15px;
}
.items.type a.active {
    background-position: -18px 0;
}
.items.type a.plits {
    background-position: 0 -18px;
}
.items.type a.plits.active {
    background-position: -18px -18px;
}
.blog-inst {
    padding: 22px 30px 22px 17px;
    height: 30px;
    border-left: 2px solid #f6f6f6;
}
.blog-inst .items {
    float: left;
}
.blog-items {
    padding-left: 300px;
}
.blog-item {
    padding: 0 30px 0 0;
    border-top: 2px solid #f6f6f6;
    border-bottom: 2px solid #f6f6f6;
    border-left: 2px solid #f6f6f6;
    margin-bottom: -2px;
    color:  #555555;
    overflow: hidden;
    position: relative;
}
.blog-item:last-child {
    margin-bottom: 0;
}
.blog-item .image {
    float: left;
    margin-right: 46px;
    line-height: 0;
}
.blog-item .desc {
    overflow: hidden;
    padding-top: 26px;
}
.blog-item .title {
    color:  #000000;
    font-size: 18px;
    line-height: 1.2;
    font-family: 'benderblack';
    margin-bottom: 6px;
}
.blog-item .title a {
    color: inherit;
}
.blog-item .date {
    color:  #17c7be;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    margin-bottom: 16px;
}
h1 {
    color:  #fefefe;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'benderlight_italic';
    margin-top: 10px;
    font-weight: normal;
}
#breadcrumbs {
    color:  #999999;
    font-family: 'benderlight_italic';
    padding-top: 25px;
    line-height: 1.2;
}
#breadcrumbs a {
    color: inherit;
    text-decoration: none;
}
#breadcrumbs a:hover {
    color: #fff;
    text-decoration: none;
}
.jq-selectbox__select {
    background: #e9e9e9;
    border-radius: 0;
    box-shadow: none;
}
.jq-selectbox__select-text {
    padding-right: 10px;
    width: 100%!important;
}
.jq-selectbox__select-text ,
.jq-selectbox__dropdown {
    color:  #000000;
    font-size: 14px;
    font-family: 'benderregular';
}
.jq-selectbox__dropdown {
    border-radius: 0;
    box-shadow: none;
}
.jq-selectbox li:hover {
    background-color: #17c7be;
}
.jq-selectbox__select,
.jq-selectbox .jq-selectbox__select {
    outline: none!important;
    border: none!important;
    text-shadow: none;
}
.jq-selectbox {
    border: 1px solid #CCC!important;
}
.blog-item.open-item {
    padding-right: 0;
    padding-bottom: 40px;
    margin-bottom: 2px;
}
.blog-item.open-item .text {
    padding-left: 18px;
    padding-right: 30px;
}
.blog-item.open-item .head {
    padding-left: 18px;
    padding-right: 30px;
    padding-top: 21px;
    border-bottom: 2px solid #f6f6f6;
    padding-bottom: 16px;
}
.blog-item.open-item .date {
    margin-bottom: 4px;
}
.front-cat ul li.active a {
    color:  #000000;
    font-family: 'benderbold_italic';
    text-decoration: none;
}
.lk-wrap {
    padding: 30px;
}
.lk-wrap h3 {
    margin-top: 0;
    font-size: 24px;
    color:  #000000;
    margin-bottom: 26px;
}
.lk-wrap .right {
    float: right;
    width: 480px;
}
.lk-wrap .left {
    float: left;
}
.content input[type="text"],
.content input[type="email"],
.content input[type="password"] {
    background-color:  #e9e9e9;
    border: 0;
    height: 36px;
    line-height: 1;
    color:  #999999;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}
.form-item {
    margin: 10px 0;
}
.lk-wrap form {
    width: 370px;
    margin-bottom: 75px;
}
.form-submit {
    margin: 25px 0
}
.content input[type="submit"] {
    background-color:  #17c7be;
    padding: 0 76px;
    margin: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-family: 'benderblack';
    font-weight: normal;
    border: 0;
    letter-spacing: 1px;
}
.content input[type="submit"]:active {
    padding-top: 2px;
    box-shadow:  0 0 20px -10px #000 inset;
}
.lk-wrap table {
    table-layout: fixed;
    width: 100%;
}
.lk-wrap th {
    color:  #999999;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    width: 25%;
    padding: 6px 0;
}
.lk-wrap td {
    color:  #333333;
    font-size: 12px;
    line-height: 18px;
    padding: 8px 0;
}
.lk-wrap a.more {
    display: inline-block;
    background: url(../images/more.png) no-repeat 0 0;
    width: 28px;
    height: 15px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.lk-wrap a.more:hover {
    background-position: 6px 0;
}
.content input:-moz-placeholder {
    line-height: 20px;
}
.content input::-webkit-input-placeholder {
    line-height: 20px;
}
.card-wrap table {
    width: 100%;
    margin-bottom: 25px;
}
.card-wrap table .prod {
    width: 480px;
}
.card-wrap table .ords ,
.card-wrap table .summ ,
.card-wrap table .price {
    width: 130px;
    text-align: center;
}
.card-wrap table .kol {
    width: 190px;
    text-align: center;
}
.card-wrap table .del {
    width: 50px;
    padding-left: 0;
    padding-right: 20px;
}
.card-wrap table th ,
.card-wrap table td {
    border-bottom: 2px solid #f6f6f6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 30px;
    vertical-align: middle;
}
.card-wrap table th {
    padding: 30px;
    color:  #999999;
    line-height: 30px;
    text-align: left;
}
.card-wrap table td.ords {
    color:  #17c7be;
    font-family: 'benderbold';
}
.card-wrap table td.summ ,
.card-wrap table td.price {
    color:  #555555;
    font-size: 18px;
    line-height: 30px;
    font-family: 'benderitalic';
}
.card-wrap table td.prod {
    color:  #555555;
    font-size: 18px;
    font-family: 'benderbold';
}
.card-wrap table td.prod .image {
    display: inline-block;
    margin-right: 66px;
    vertical-align: middle;
}
.card-wrap table td.prod .title {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
    line-height: 1.2;
}
.opt-quontity input[type="text"] {
    font-size: 16px;
    color:  #000000;
    font-family: 'benderbold';
    text-align: center;
    width: 56px;
    border-right: 2px solid #dadada;
    border-left: 2px solid #dadada;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
}
.opt-quontity span {
    vertical-align: middle;
    background: #e9e9e9;
    display: inline-block;
    vertical-align: middle;
    height: 48px;
    width: 40px;
    text-align: center;
    line-height: 48px;
    color: #999999;
    font-family: 'benderbold';
    font-size: 18px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
}
.opt-quontity span:hover {
    color: #000;
}
.opt-quontity {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.card-wrap table .del {
    text-align: center;
}
.card-wrap table .del span {
    background: url(../images/del.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.card-wrap table .del span:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.itog {
    color:  #000000;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'benderitalic';
    text-align: right;
    font-size: 30px;
    padding-right: 30px;
    height: 28px;
}
.forms {
    padding: 0 30px 30px;
    margin-top: -28px;
}
.forms .hidden {
  display: none;
}
.forms div.form {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.forms div.form h3 {
    margin-top: 0;
}
.forms div.form h3 .jq-radio {
  margin-left: 15px;
  margin-top: 1px;
}
.forms .yet {
    width: 370px;
    margin-right: 50px;
}
.forms .new-client {
    width: 370px;
}
.forms .next {
    width: 240px;
    float: right;
    padding-top: 150px;
}
.forms .next label {
    display: block;
    text-align: right;
    color:  #333333;
    font-size: 12px;
    line-height: 18px;
}
.forms .next label .jq-checkbox {
  margin-right: 0;
  margin-top: 6px;
}
.forms .next input[type="submit"] {
    width: 100%;
    padding: 0;
    text-align: center
}
.forms .next input[type="submit"]:active {
    padding-top: 2px;
}
.card-wrap.empty {
    padding: 90px 30px;
    text-align: center;
}
h2, h3 {
    font-weight: normal;
}
.card-wrap.empty h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 32px;
    color:  #000000;
    font-family: 'benderlight_italic';
    margin-bottom: 30px;
}
.card-wrap.empty a {
    color:  #ffffff;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    padding: 0 52px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color:  #17c7be;
    display: inline-block;
    font-size: 18px;
    font-family: 'benderblack';
    letter-spacing: 1px;
}
.card-wrap.empty a:active {
    padding-top: 2px;
    box-shadow:  0 0 20px -10px #000 inset;
}
.catalog-items .blog-inst:first-child {
    padding-bottom: 50px;
}
.catalog-items .blog-inst:last-child {
    padding-top: 50px;
}
.jq-checkbox {
    background:  #e9e9e9;
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-right: 11px;
}
.jq-checkbox__div {
    display: none;
}
.jq-checkbox.checked {
    background-image: url(../images/check.png);
}
.filter-block {
    margin-bottom: 40px;
    font-size: 14px;
    color:  #555555;
    font-family: 'benderregular';
    letter-spacing: 1px;
}
.filter-block span {
    color:  #999999;
}
.filter-item {
    margin-bottom: 8px;
}
.filter-item.dis label ,
.filter-item.dis span {
    color:  #e3e3e3;
}
.filter-block.small-filter-items .filter-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 18px;
    margin-bottom: 14px;
}
.filter-block.small-filter-items .jq-checkbox {
    margin: 0 auto;
}
.blog-item .price {
    color:  #17c7be;
    font-size: 18px;
    font-family: 'benderitalic';
    margin-bottom: 14px;
}
.blog-item .price i {
    color:  #9e9e9e;
    text-decoration: line-through;
    margin-right: 8px;
    font-style: normal;
}
h1 label {
    display: block;
    color:  #999999;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'benderregular';
}
.catalog-plits .blog-item {
    padding: 20px 30px;
    position: relative;
    border: 2px solid #f6f6f6;
    margin-bottom: -2px;
    margin-right: -2px;
    -webkit-transition: box-shadow ease 0.3s;
    -moz-transition: box-shadow ease 0.3s;
    -o-transition: box-shadow ease 0.3s;
    transition: box-shadow ease 0.3s;
    width: 227px;
    float: left;
}
.catalog-plits .blog-item .image {
    float: none;
    text-align: center;
    margin-right: 0;
    height: 180px;
    display: table-cell;
    vertical-align: middle;
    width: 227px;
}
.blog-item .stick {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}
.catalog-plits .blog-item .title {
    color: #555555;
    display: block;
    font-family: 'benderbold';
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    width: 157px;
    float: left;
}
.catalog-plits .blog-item .price {
    float: right;
    color: #17c7be;
    float: right;
    font-family: 'benderbold_italic';
    font-size: 18px;
    font-style: normal;
    height: 40px;
    line-height: 1.2;
    text-align: right;
    text-transform: uppercase;
    width: 70px;
}
.catalog-plits .blog-item .price i {
    color: #999999;
    display: block;
    font-family: 'benderitalic';
    font-size: 14px;
    font-style: normal;
    line-height: 1.2;
    text-decoration: line-through;
}
.catalog-plits .inside {
    overflow: hidden;
    border-bottom: 2px solid #f6f6f6;
}
.yet-user-block {
    float: left;
    background-color:  #ffffff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    width: 570px;
    height: 356px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px;
}
.new-user-block {
    height: 356px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px;
    width: 570px;
    float: right;
    background-color:  #ffffff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.enter-social-block {
    text-align: center;
    padding: 21px 30px;
    background-color:  #ffffff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    margin-top: 27px;
}
.yet-user-block h3 ,
.new-user-block h3 {
    color:  #000000;
    font-size: 24px;
    font-family: 'benderblack_italic';
    font-weight: normal;
    margin-top: 0;
}
.enter-social-block h3 {
    color:  #333333;
    font-family: 'benderlight_italic';
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.yet-user-block input[type="text"],
.yet-user-block input[type="email"],
.yet-user-block input[type="password"] {
    background-color:  #e9e9e9;
    border: 0;
    height: 46px;
    line-height: 1;
    color:  #999999;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}
.yet-user-block label {
    display: block;
    padding-bottom: 8px;
    color:  #999999;
    font-family: 'benderregular';
}
.yet-user-block input[type="submit"] {
    background-color: #17c7be;
    border: 0 none;
    color: #fff;
    font-family: 'benderblack';
    font-size: 18px;
    font-weight: normal;
    height: 48px;
    letter-spacing: 1px;
    line-height: 48px;
    margin: 0;
    padding: 0 22px;
}
.yet-user-block input[type="submit"]:active {
    padding-top: 2px;
}
.yet-user-block a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    margin-left: 30px;
    margin-top: 14px;
    color:  #17c7be;
    font-family: 'benderitalic';
}
.yet-user-block a:hover {
    text-decoration: underline;
}
.yet-user-block .form-item {
    margin-bottom: 13px;
}
.new-user-block a {
    background-color: #17c7be;
    border: 0 none;
    color: #fff;
    font-family: 'benderblack';
    font-size: 18px;
    font-weight: normal;
    height: 48px;
    letter-spacing: 1px;
    line-height: 48px;
    margin: 0;
    padding: 0 22px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
}
.new-user-block a:active {
    padding-top: 2px;
}
.new-user-block p {
    color:  #555555;
    font-size: 12px;
    line-height: 20px;
    margin-top: 55px;
    margin-bottom: 45px;
}
.enter-social-block a {
    display: inline-block;
    vertical-align: top;
    height: 45px;
    width: 45px;
    background: url(../images/ss2.png) no-repeat;
    margin: 0 6px;
}
.enter-social-block a.tw {
    background-position: -45px 0;
}
.enter-social-block a:hover {
    opacity: 0.9;
}
.ss-enter {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}
.ordering-step {
    padding-top: 24px;
}
.ordering-step h2 {
    color:  #000000;
    font-weight: normal;
    font-family: 'benderblack';
    font-size: 18px;
    line-height: 1;
    margin: 0;
    background-color:  #dddddd;
    padding: 17px 30px;
}
.ordering-step .options ,
.ordering-step .card-wrap table .kol {
    color:  #555555;
    font-family: 'benderbold';
    width: 25%;
    text-align: center;
}
.ordering-step .card-wrap table td.summ {
    padding-left: 0;
    width: 12%;
    text-align: right;
}
.ordering-step .itog {
    margin-bottom: 25px;
}
.jq-radio {
    background: none repeat scroll 0 0 #e9e9e9;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    height: 15px;
    margin-right: 15px;
    width: 15px;
    margin-top: -3px;
}
.jq-radio.checked {
    background-image: url("../images/check.png");
}
.jq-radio__div {
    display: none;
}
.ordering-step .form {
    padding: 0 30px;
    margin: 30px 0;
}
.ordering-step .form label {
    display: inline-block;
    vertical-align: top;
    min-width: 25%;
    color:  #333333;
}
.ordering-step .form .jq-selectbox {
    width: 370px;
    margin-left: 15px;
}
.ordering-step .form .jq-selectbox__trigger {
    border: 0;
}

.ordering-step .select {
    padding: 0 30px;
    margin: 30px 0;
}
.ordering-step .select label ,
.ordering-step .select span ,
.ordering-step .select a {
    display: inline-block;
    font-size: 18px;
    color: #000;
}
.ordering-step .select label {
    font-family: 'benderlight';
    margin-right: 10px;
}
.ordering-step .select span {
    font-family: 'benderbold';
    margin-right: 10px;
}
.ordering-step .select a {
    text-decoration: none;
    color: #cccccc;
    font-family: 'benderbold';
}
.ordering-step .select a:hover {
    color: #17c7be;
}
.step-buttom {
    background-color: #17c7be;
    border: 0 none;
    color: #fff !important;
    font-family: 'benderblack';
    font-size: 18px;
    font-weight: normal;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    margin: 0;
    margin-left: 30px;
    padding: 0 80px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
}
.step-buttom:hover {
    text-decoration: none;
}
.step-buttom:active {
    padding-top: 2px;
}
#map-list-select {
    background: url(/images/map-list.png) no-repeat 0 0;
    cursor: pointer;
    display: block;
    height: 32px;
    left: 5px;
    position: absolute;
    top: 20px;
    width: 32px;
}
.shipping {
    height: 600px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
#pac-input {
    background-color: #fff;
    border: 2px solid #ffa900;
    height: 30px;
    left: 440px;
    padding: 0 11px 0 13px;
    position: absolute;
    text-overflow: ellipsis;
    top: 20px;
    width: 354px;
    z-index: 100;
}
#google_map {
    height: 100%;
    width: 100%;
    background: #ccc;
    margin-top: 22px;
}
ul#shipping-list {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #ffa900;
    left: 35px;
    max-height: 550px;
    opacity: 0.9;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 6px;
    width: 350px;
    z-index: 100;
    padding: 0;
}
ul#shipping-list li.select {
    background: #ccc;

}
ul#shipping-list li {
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    line-height: normal;
    margin: 2px 0;
    padding: 5px 18px;
    list-style-type: none;
}
ul#shipping-list li div {
    display: none;
}
.address-info {
    background: url(/images/wdf.png);
    bottom: 30px;
    left: 440px;
    line-height: 20px;
    min-height: 70px;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    width: 678px;
    z-index: 100;
}
.address-info b {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

.address-info span.h2_m {
    padding:0;
}
.address-info a {
    background: none repeat scroll 0 0 #3399ff;
    color: #fff !important;
    display: block;
    padding: 5px !important;
    position: absolute;
    right: 10px;
    text-decoration: none !important;
    top: 10px;
    margin: 0 !important;
}
.address-info a.close {
    text-align: center;
    width: 20px;
}
.address-info a.select {
    right: 50px;
}
#select_payment form label {
  display: inline-block;
}
.personal_data input[type="text"] {
  width: 370px;
}
.personal_data input.small {
  text-align: center;
  padding: 0;
  width: 40px;
  margin-left: 17px;
  letter-spacing: -1px;
}
.personal_data textarea {
  background-color: #e9e9e9;
  border: 0;
  height: 130px;
  line-height: 1.2;
  color: #999999;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 370px;
  resize: none;
}
.personal_data .form-item a {
  margin-left: 17px;
  margin-right: 30px;
}
h3.full-summ {
  font-size: 30px;
  padding: 30px;
  border-top: 2px solid;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: 'benderregular';
  color:  #666666;
}
h3.full-summ span {
  color:  #000000;
}
.finish-step .step-buttom {
  margin-top: 30px;
  height: 76px;
  line-height: 76px;
  font-family: 'benderregular';
  font-size: 24px;
}
.form-item.big-mar {
  margin: 48px 0;
}
.personal_data .big-mar span {
  display: inline-block;
  vertical-align: top;
}
span.h2_m {
  display: block;
  font-family: 'benderitalic';
  font-size: 18px;
  color: #000;
  padding: 22px 30px 0;
}
.info-items {
  margin-top: 5px;
}
.info-items div ,
.shipping_price td.price ,
.shipping_price td.day {
  margin-right: 20px;
  color:  #999999;
  font-family: 'Roboto', sans-serif;
}
.info-items div {
  display: inline-block;
}
.info-items div span ,
.shipping_price td.price span ,
.shipping_price td.day span {
  color:  #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding-left: 4px;
}
.shipping_price td {
  vertical-align: middle;
  padding: 6px 0;
}
.shipping_price td.price ,
.shipping_price td.day {
  padding-left: 15px;
  padding-right: 15px;
}
.shipping_price img {
  margin-right: 15px;
  margin-left: 10px;
}
.open-ul {
  max-width: 900px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  background:  #030303;
  padding: 30px;
  display: none;
  z-index:10;
}
.open-ul h3 {
  margin-top: 0;
  border-bottom: 1px solid rgb(83, 83, 83);
  border-bottom: 1px solid rgba(83, 83, 83, 0.6);
  color:  #ffffff;
  font-size: 18px;
  font-family: 'benderblack';
  padding-bottom: 12px;
}
.open-ul .items {
  margin-bottom: 14px;
  overflow: hidden;
}
.open-ul .items .image {
  float: left;
  margin-right: 22px;
}
.open-ul .items .title {
  overflow: hidden;
  color:  #999999;
  font-size: 14px;
  line-height: 24px;
}
.open-ul .items .title:hover {
  text-decoration: none;
  color:  #17c7be;
}
nav > ul > li.multi:hover .open-ul {
  display: block;
}
.big-img {
    border: 2px solid #f1f1f1;
    display: table-cell;
    height: 460px;
    vertical-align: middle;
    width: 566px;
    padding: 30px 0;
}
.item-img {
  float: left;
  width: 570px;
  text-align: center;
  margin-right: 44px;
}
.item-img img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}
.thumbnails-gallery {
  border: 2px solid #f1f1f1;
  margin-top: -2px;
  text-align: left;
}
.thumbnails-gallery a {
  display: inline-block;
  width: 140px;
  height: 114px;
  border-left: 2px solid #f1f1f1;
  background: #fff;
  margin-right: -4px;
  text-align: center;
}
.thumbnails-gallery a.left {
  border-left: 0;
}
.item-img {
  overflow: hidden;
}
.goods_description {
  overflow: hidden;
  padding-top: 24px;
  padding-right: 40px;
}
.goods_description .prices {
  float: left;
  margin-bottom: 20px;
}
.goods_description .prices span {
  color:  #17c7be;
  font-size: 30px;
  font-family: 'benderblack_italic';
  margin-right: 40px;
}
.goods_description .prices label {
  font-family: 'benderitalic';
  color: #333333;
  font-size: 18px;
}
.goods_description .prices label i {
  text-decoration: line-through;
  color: #999999;
  font-style: normal;
  margin-right: 10px;
}
.qts {
  float: right;
  color:  #17c7be;
  font-family: 'benderitalic';
  text-decoration: none;
  margin-top: 20px;
}
.qts a {
  color: inherit;
}
.goods_size {
  clear: both;
  float: left;
  position: relative;
}
.goods_kol {
  float: right;
}
.goods_btns {
  clear: both;
}
.goods_size ul {
  padding: 0;
  margin: 0;
}
.goods_size ul li {
  display: inline-block;
  margin-right: 1px;
}
.goods_size ul li span {
  display: block;
  width: 50px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  color:  #999999;
  font-family: 'benderbold';
  background: #e9e9e9;
  cursor: pointer;
  -webkit-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
  transition: color ease 0.3s;
  font-size: 16px;
}
.goods_size ul li span:hover {
  color: #555555;
}
.goods_size ul li.dis span {
  cursor: default;
  color: #c8c8c8;
}
.goods_size ul li.sel span {
  cursor: default;
  background-color:  #000000;
  color:  #ffffff;
}
.goods_size b ,
.goods_kol b {
  color:  #999999;
  display: block;
  padding-bottom: 4px;
  font-weight: normal;
}
.goods_size .help {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/rule.png) no-repeat left bottom;
  padding-left: 41px;
}
.goods_size .help a {
  color:  #17c7be;
  font-family: 'benderitalic';
}
.goods_size ,
.goods_kol {
  margin-bottom: 30px;
}
.goods_btns .buy, .ordering {
  background-color:  #17c7be;
  width: 220px;
  height: 64px;
  text-align: center;
  display: inline-block;
  line-height: 64px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'benderbold';
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 25px;
}
.goods_btns .buy-fast {
  background-color: #999999;
  width: 220px;
  height: 64px;
  text-align: center;
  display: inline-block;
  line-height: 64px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'benderbold';
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 25px;
}
.goods_btns a {
  vertical-align: top;
}
.goods_btns a:active {
  padding-top: 2px;
}
.goods_btns {
  margin-bottom: 30px;
}
.share b {
  color:  #999999;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}
.share a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
  width: 12px;
  height: 16px;
  background: center center no-repeat;
}
.share a:hover {
  opacity: 0.9;
}
.share a.fb {
  background-image: url(../images/Facebook.png);
}
.share a.tw {
  background-image: url(../images/Twitter.png);
}
.share a.vk {
  background-image: url(../images/В.png);
}
.after-content {
  clear: both;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.after-content .pad {
  border-top: 2px solid #f6f6f6;
}
.item-box {
  margin-bottom: 20px;
}
.product-page .content {
  box-shadow: none;
  background: none;
}
.product-page .item-box {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
#tabs {
  padding: 0;
  border-radius: 0;
  border: 0;
}
#tabs .ui-tabs-nav {
  font-size: 18px;
  font-family: 'benderitalic';
  border: 0;
  border-bottom: 2px solid #333333;
  border-radius: 0;
  background: none;
  padding: 1px 1px 0;
}
#tabs .ui-state-default {
  border-radius: 0;
  border: 0;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
}
#tabs .ui-state-default a {
  border-radius: 0;
  border: 0;
  background: none;
  padding: 0 36px;
  height: 76px;
  display: block;
  line-height: 76px;
  outline: none;
}
#tabs .ui-tabs-active a {
  color: #ffffff;
  background-color:  #000000;
  outline: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  padding: 0;
  margin: 0;
}
.ui-tabs .ui-tabs-panel {
  padding: 20px 30px;
  color:  #222429;
  font-size: 14px;
}
.spec-item {
  float: left;
  width: 30%;
  padding-right: 30px;
  overflow: hidden;
  line-height: 29px;
  margin-bottom: 8px;
}
.spec-item span {
  display: block;
  float: left;
  color:  #999999;
  margin-right: 5px;
}
.spec-item label {
  display: block;
  overflow: hidden;
  color:  #000000;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

div.booking_form {width:700px; padding:10px; background: #FFF;}
div.booking_form img {float:right;}
div.booking_form h1 {color: #666666; margin:0; text-transform: uppercase; font-size: 20px;}
div.booking_form h2 {color: #666666; margin:0 0 5px; text-transform: uppercase;}
div.booking_form h1 span {color:#000;}
div.booking_form p {margin:0 0 20px; font-size:14px; color:#666666;}
div.booking_form input[type="text"] {display: block; padding: 13px 7px; border: 1px solid #bfc0c0; margin: 0 0 5px; width: 234px; font-size:20px;}

img.coupon_500 {position: absolute;
  cursor: pointer;
  right: -4px;
  z-index: 100;
  top: 120px;}

.select.shipping_l span, .select.shipping_l span b {font-size: 14px; display: block; font-family: sans-serif;}
span.step-error {margin-left: 10px; background: url(/images/error.png) no-repeat 0 3px; display: inline-block; padding-left: 21px;}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group; /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
