/* variebles */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
/*
abbr[title] {
  border-bottom: 1px dotted;
}
*/
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
:focus {
  outline: 0;
}
div,
input,
button,
.button,
form {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  /*line-height: 1.1;*/
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #1b1b1b;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 30px;
  /*line-height: 0;
  margin-bottom: 60px !important;*/
  margin-top: -5px;
}
h2,
.h2 {
  font-size: 21px;
}
h3,
.h3 {
  font-size: 19px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
p:last-child {
  margin-bottom: 0;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.lead:last-child {
  margin-bottom: 0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dl:last-child {
  margin-bottom: 0;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.clr {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
img {
  vertical-align: middle;
}
.clr-after {
  clear: both;
  content: "";
  display: block;
}
.tbl-row {
  display: table-row;
}
.tbl-cell {
  display: table-cell;
}
.row:after {
  clear: both;
  content: "";
  display: block;
}
/* tub */
.tubs .controls:after {
  clear: both;
  content: "";
  display: block;
}
.tubs .controls .tub {
  float: left;
}
.tubs .controls .tub:hover {
  cursor: pointer;
}
.tubs .content > div {
  display: none;
}
.tubs .content > div.active {
  display: block;
}
/* menu */
.vertical {
  list-style-type: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.vertical > li {
  display: block;
  position: relative;
}
.vertical > li:last-child {
  margin-bottom: 0;
}
.horizontal {
  list-style-type: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.horizontal:after {
  clear: both;
  content: "";
  display: block;
}
.horizontal > li {
  float: left;
  display: block;
  position: relative;
}
.horizontal > li > a {
  display: block;
}
.dropdown {
  list-style-type: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: none;
  position: absolute;
  left: 0;
  z-index: 1000;
}
li:hover > .dropdown {
  display: block;
}
.dropdown > li:last-child {
  margin-bottom: 0;
}
.dropdown > li:hover > .dropdown > li {
  display: block;
}
.dropside {
  list-style-type: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: none;
  position: absolute;
  top: 0;
  z-index: 1000;
}
li:hover > .dropside {
  display: hover;
}
.dropside > li:last-child {
  margin-bottom: 0;
}
.dropside > li:hover > .dropside > li {
  display: block;
}
.footer-bottom {
  height: 100%;
}
.footer-bottom body {
  height: auto;
  min-height: 100%;
  position: relative;
}
.footer-bottom #main_container {
  height: auto !important;
  min-height: 100%;
  padding-bottom: 470px;
}
.footer-bottom footer {
  position: absolute;
  height: 450px;
  width: 100%;
  bottom: 0;
}
.modal {
  position: fixed;
  z-index: 1050;
  display: none;
}
#overlay,
.overlay {
  position: absolute;
  opacity: 0.7;
  filter: alpha(opacity= 70 );
  background: #000;
  left: 0;
  top: 0;
  z-index: 1040;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  display: none;
}
@font-face {
  font-family: 'LineaturaFull';
  src: url('LineaturaFull.eot');
  src: url('LineaturaFull.eot?#iefix') format('embedded-opentype'), url('LineaturaFull.woff') format('woff'), url('LineaturaFull.ttf') format('truetype'), url('LineaturaFull.svg#lineaturafull') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lineatura';
  src: url('LineaturaRegular.eot');
  src: url('LineaturaRegular.eot?#iefix') format('embedded-opentype'), url('LineaturaRegular.woff') format('woff'), url('LineaturaRegular.ttf') format('truetype'), url('LineaturaRegular.svg#lineaturaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansCyr';
  src: url('MuseoSansCyrl-500.eot');
  src: url('MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'), url('MuseoSansCyrl-500.woff') format('woff'), url('MuseoSansCyrl-500.ttf') format('truetype'), url('MuseoSansCyrl-500.svg#museo_sans_cyrl500') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MuseoSansCyr';
  src: url('MuseoSansCyrl-700.eot');
  src: url('MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'), url('MuseoSansCyrl-700.woff') format('woff'), url('MuseoSansCyrl-700.ttf') format('truetype'), url('MuseoSansCyrl-700.svg#museo_sans_cyrl700') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Trebuchet';
  src: url('trebuc.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('OpenSans-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* buttons */
button,
.button {
  cursor: pointer;
  text-align: center;
  padding: 4px 15px;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none !important;
}
button:hover,
.button:hover {
  color: #1b1b1b !important;
}
button.yellow,
.button.yellow {
  border-color: #febd22;
  background-color: #febd22;
  color: #ffffff;
}
button.yellow.inv,
.button.yellow.inv {
  color: #febd22;
  background: transparent;
}
button.gray,
.button.gray {
  border-color: #bbb;
  background-color: #bbb;
  color: #fff;
}
button.gray:hover,
.button.gray:hover {
  color: #fff;
}
button.orange,
.button.orange {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #ff6602;
}
button,
input[type="submit"] {
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  padding: 8px 15px;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #febd22;
  background-color: #febd22;
  color: #ffffff;
}
button:hover,
input[type="submit"]:hover {
  color: #1b1b1b !important;
}
button.yellow,
input[type="submit"].yellow {
  border-color: #febd22;
  background-color: #febd22;
  color: #ffffff;
}
button.yellow.inv,
input[type="submit"].yellow.inv {
  color: #febd22;
  background: transparent;
}
button.grey,
input[type="submit"].grey {
  background-color: #ececec;
  color: #1b1b1b;
}
button.orange,
input[type="submit"].orange {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #ff6602;
}
button.inv,
input[type="submit"].inv {
  color: #febd22;
  background: transparent;
}
/* modals */
#mod_form {
  padding-top: 10px;
}
.modal {
  background-color: #FFFFFF;
  left: 45%;
  top: 45%;
  width: 400px;
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #ececec;
}
.modal .errors {
  color: #900;
}
.modal fieldset {
  border: 0;
  padding: 0;
}
.modal label {
  display: block;
}
.modal input {
  width: 99%;
  margin: 0 0 20px;
}
.modal button {
  width: 49%;
  display: inline-block;
}
.modal button#mod_close {
  float: right;
  width: 29%;
}
.modal textarea {
  width: 99%;
  height: 100px;
}
input,
select,
textarea {
  border: 2px solid #ececec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 4px;
}
textarea {
  height: auto;
}
.qntt .qnt {
  cursor: pointer;
}
.qntt input {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  width: 30px;
  text-align: center;
}
.select_wrap {
  position: relative;
  border: 2px solid #ececec;
  padding: 7px 11px;
  font-size: 15px;
  margin-left: 10px;
  display: inline-block;
  background-image: url('select.gif');
  background-position: right center;
  background-repeat: no-repeat;
}
.select_wrap .select {
  position: absolute;
  display: block;
  top: 7px;
  left: 10px;
  z-index: 0;
}
.select_wrap select {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.product .select_wrap {
  margin-left: 0;
}
.socials:after {
  clear: both;
  content: "";
  display: block;
}
.socials a {
  float: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-left: 10px;
  color: #d0d0d0;
  width: 40px;
}
/* carousel */
.owl-controls {
  margin-top: 10px;
  text-align: center;
}
#slides .owl-wrapper-outer {
  padding: 0;
}
#slides .owl-item {
  margin-right: 0;
}

#slides .owl-carousel {
  padding: 0;
}
.slide { padding-left: 60px;
  padding-right: 60px;
}
.slide .owl-carousel{
  /*margin-left: -15px;
  margin-right: -15px;*/
  width: 810px;
}
.slide .owl-item {
  padding: 0 15px;
}
.slide .owl-item .box_item{ width: 100% !important; }
.slide .owl-item .box_item .preview { width: 100% !important; }
.slide.not { width: 930px !important; 
  padding-left: 0;
  padding-right: 0;
}
.slide.not .owl-item{ margin-right: 15px; }
.slide.not .owl-item:first-child{ margin-left: -15px; }
.slide.not .owl-carousel{ width: 100% !important; }
.slide .comments.owl-carousel{
  margin-left: 0;
  margin-right: 0;
  /*width: 100%;*/
}
.slide .comments .owl-item {
  padding: 0;
}
.control {
  position: relative;
  width: 810px;
}
.control > i {
  font-size: 20px;
  color: #febd22;
  top: -215px;
  border: 2px solid #febd22;
  padding: 9px 16px;
  border-radius: 50%;
}
.control > i:hover {
  color: #1b1b1b;
  border-color: #1b1b1b;
  cursor: pointer;
}
.control .prev {
  position: absolute;
  left: -55px;
}
.control .next {
  position: absolute;
  right: -55px;
}
/* current template */
.title {
  text-transform: uppercase;
  font-family: Lineatura;
  margin-bottom: 30px;
  
}
.price {
  color: #1b1b1b;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  display: table;
}
table .price {
  display: table-cell;
}
.price .normal_price {
  display: table-cell;
  text-decoration: line-through;
  font-size: 17px;
  vertical-align: middle;
}
.price .productSpecialPrice {
  display: table-cell;
  color: #ff6602;
  vertical-align: middle;
  padding-left: 10px;
}
.line {
  border-top: 2px solid #d72e31;
  background-color: #ff6602;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.seporator {
  border-top: 3px dotted #ececec;
}
.index > div,
.collection > div,
.offer > div,
.product > div {
  margin-bottom: 60px;
}
.index > div:last-child,
.collection > div:last-child,
.offer > div:last-child,
product > div:last-child {
  margin-bottom: 0;
}
.tooltip {
  position: relative;
  display: inline-block;
/*  font-size: 15px; */
}
.tooltip i {
  color: #1b1b1b;
  font-size: 17px;
}
.tooltip i:hover {
  color: #febd22;
}
.tooltip .close {
  position: absolute;
  top: 4px;
  right: 5px;
}
.tooltip .content {
  position: absolute;
  display: none;
  width: 300px;
  padding: 20px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 1070;
  font-size: 16px;
  /*font-family: MuseoSansCyr;*/
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: none;
}
.slider-range-wrapper {
  width: 100%;
  margin: 21px 0 14px 0;
}
.slider-range-wrapper span {
  display: inline !important;
  margin-bottom: 0 !important;
}
#slider-range {
  width: 150px;
  overflow: visible;
  height: 4px;
}
.ui-slider {
  position: relative;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  background: #febd22;
  border-radius: 6px;
  width: 12px;
  height: 12px;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  /*display: block;*/
  border: 0;
  overflow: hidden;
  background-color: #febd22;
}
.ui-slider-horizontal {
  height: 17px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -3px;
}
.ui-slider-horizontal a.ui-slider-handle:nth-child(2) {
  margin-left: 0;
}
.ui-slider-horizontal .ui-slider-range {
  top: 1px;
  height: 4px;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-widget-content {
  background: #ececec;
}
.ui-widget-header {
  background: none;
  border: 1px solid #f0f0f0;
  height: 12px;
}
/* layout */
body {
  background-color: #ffffff;
  font-size: 16px;
  /*font-family: MuseoSansCyr;*/
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 22px;
  min-width: 1200px;
  color: #1b1b1b;
}
a {
  color: #1b1b1b;
  text-decoration: none;
}
a:hover {
  color: #febd22;
}
header {
  height: 150px;
}
header .logo {
  float: left;
  margin-right: 80px;
  margin: 20px 0;
}
header #contacts {
  display: table;
  width: 100%;
}
header #contacts #adress {
  display: table-cell;
  text-align: right;
  padding-right: 30px;
  vertical-align: middle;
  font-size: 13px;
}
header #contacts #adress p {
  margin-bottom: 0;
}
header #contacts .phone {
  display: table-cell;
  vertical-align: middle;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 0;
}
header #main_menu {
  text-align: right;
}
header .line {
  padding: 6px 10px;
}
header #search_form {
  border-bottom: 1px solid #d72e31;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  width: 200px;
  padding: 4px 6px;
  margin-left: 20px;
}
header #search_form .inp-search {
  width: 169px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: #ff6602;
  height: auto;
}
header #search_form .but-search {
  width: 10px;
  color: #ff6602;
}
header #search_form .but-search:hover {
  color: #1b1b1b;
}
header #basket {
  position: relative;
  padding-top: 4px;
}
header #basket > a {
  color: #ffffff;
}
header #basket:hover #cart {
  display: block;
}
header #basket .button {
  padding: 3px 8px;
}
header #basket #cart {
  position: absolute;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
  width: 300px;
  padding: 20px;
  left: 0;
  z-index: 1060;
}
header #basket #cart .head {
  margin-bottom: 20px;
}
header #basket #cart .head h4 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #d72e31;
}
header #basket #cart .parse_items .parse_item {
  margin-bottom: 20px;
}
header #basket #cart .parse_items .images {
  float: left;
  text-align: center;
  border: 2px solid #ececec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 10px 10px 0;
}
header #basket #cart .parse_items .remove_item a {
  float: right;
  color: #ff6602;
}
header #basket #cart .parse_items .remove_item a:hover {
  color: #febd22;
}
header #basket #cart .parse_items .details{
  padding-left: 62px;
}
header #basket #cart .parse_items .price {
  display: inline;
}
header #basket #cart .footer {
  margin-bottom: 20px;
  border-top: 2px solid #d72e31;
  padding-top: 5px;
}
header #basket #cart .actions .button {
  display: block;
}
#main_menu > li > a {
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  padding: 8px 15px;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #febd22;
  background-color: #febd22;
  color: #ffffff;
  font-size: 17px;
  text-transform: capitalize;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-left: 2px;
}
#main_menu > li > a:hover {
  color: #1b1b1b !important;
}
#main_menu > li > a.yellow {
  border-color: #febd22;
  background-color: #febd22;
  color: #ffffff;
}
#main_menu > li > a.yellow.inv {
  color: #febd22;
  background: transparent;
}
#main_menu > li > a.grey {
  background-color: #ececec;
  color: #1b1b1b;
}
#main_menu > li > a.orange {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #ff6602;
}
#main_menu > li > a.inv {
  color: #febd22;
  background: transparent;
}
#breadcrumbs {
  margin-bottom: 40px;
  padding: 20px 0;
  border-bottom: 3px solid #1b1b1b;
}
#main {
  margin-top: 30px;
}
#sidebar {
  float: left;
  width: 240px;
  margin-right: 30px;
}
#layout {
  float: right;
  width: 930px;
}
#layout > div {
  margin-bottom: 60px;
}
footer {
  padding-bottom: 60px;
}
footer .line {
  padding: 70px 60px 50px;
}
footer .container {
  float: left;
  margin-right: 30px;
  margin-bottom: 60px;
}
footer .container:last-child {
  float: right;
  position: relative;
  margin-right: 0;
  width: 200px;
}
footer .container .title {
  margin-bottom: 30px;
  font-size: 16px;
}
footer .container .content {
  font-size: 13px;
}
footer .container .content a {
  color: #ffffff;
}
footer .container .content a:hover {
  color: #1b1b1b;
}
footer #subscribe {
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #ffffff;
  width: 200px;
  padding: 6px 6px 6px;
  margin-bottom: 30px;
}
footer #subscribe input {
  width: 160px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  display: inline-block;
  color: #ffffff;
}
footer #subscribe .submit {
  position: absolute;
  top: 7px;
  right: 11px;
  width: 10px;
  color: #ffffff;
}
footer #subscribe .submit:hover {
  color: #1b1b1b;
  text-decoration: none;
}
footer .made_in {
  text-align: right;
}
#own_preloader {
  left: 49% !important;
  z-index: 1050 !important;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
/* index template start */
.index .all_articles {
  color: #1b1b1b !important;
}
.index .date {
  color: #febd22;
  font-size: 13px;
}
.index #articles,
.index #news {
  border: 3px solid #febd22;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 40px;
  width: 450px;
}
.index .comment {
  border: 3px solid #febd22;
  margin-bottom: 0 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 40px;
}
.index .comment .note {
  margin-left: 30px;
  padding-top: 8px;
}
.index #follow_us {
  background-color: #febd22;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: table;
  width: 100%;
  padding: 30px 90px;
}
.index #follow_us > span,
.index #follow_us .socials {
  display: table-cell;
  color: #febd22;
}
.index #follow_us > span a,
.index #follow_us .socials a {
  border-radius: 50%;
  width: 34px;
  background-color: #fff;
  padding: 7px 0;
  text-align: center;
}
.index #follow_us .follow {
  font-family: LineaturaFull;
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
}
/* index template end */
/* collection template start */
.category .title {
  margin-bottom: 20px;
}
.category .panel {
  margin-bottom: 50px;
}
.category .panel #sort_by {
  float: left;
}
.category .panel .pagination {
  float: right;
}
/* collection template end */
/* offer template start */
.gallery .product-big-foto {
  margin-bottom: 10px;
  width: 486px;
  border: 3px solid #ececec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.gallery .preview-list li {
  border: 3px solid #ececec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
}
.gallery .preview-list li img {
  width: 150px;
}
.product-info {
  margin-left:10px;
  width: 420px;
}
.product-info .sku-wrapper {
  margin-bottom: 30px;
}
.product-info .available {
  color: #febd22;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.product-info #order {
  margin-bottom: 60px;
}
.product-info .variants {
  margin-bottom: 30px;
}
.product-info .variants .selector-wrapper {
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-info .variants label {
  display: block;
}
.product-info .buy {
  margin-left: 10px;
}
.tubs .controls {
  margin-bottom: 20px;
}
.tubs .controls .tub {
  border-width: 2px;
  border-color: transparent;
  border-style: solid;
  font-size: 21px;
  padding: 1px 12px 6px;
}
.tubs .controls .tub.active,
.tubs .controls .tub:hover {
  border-color: #ececec;
}
.properties {
  margin: 30px 0;
}
.properties td {
  text-align: left;
}
#link{ text-decoration: none !important; }
/* cart */
#cartform .cart-table {
  width: 100%;
  margin-bottom: 120px;
}
#cartform .cart-table .separated td {
  border-top: 3px dotted #ececec;
}

.table-separated {
  border-top: 3px dotted #ececec;
}

.cart-item-comment {
  margin-left: 30px;
  width:650px;
}

.cart-item-comment-title {
  margin-left: 30px;
  opacity: 1;
  margin-bottom: 0px;
}
#cartform .cart-table td {
  padding-top: 30px;
  padding-bottom: 30px;
}
#cartform .cart-img {
  width: 240px;
}
#cartform .cart-img .image {
  border: 3px solid #ececec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#cartform .cart-title {
  padding-left: 30px;
}
#cartform .cart-title span {
  display: block;
}
#cartform .cart-price {
  text-align: right;
}
#cartform .cart-quantity,
#cartform .itogo-title {
  width: 100px;
  text-align: right;
  padding: 0 10px;
  box-sizing: border-box;
}
#cartform .cart-total-price,
#cartform .total_amount {
  text-align: left;
  padding-left: 20px;
  width: 130px;
}
#cartform .cart-del,
#cartform .send-but-wrapper {
  width: 120px;
  text-align: right;
}
#cartform .invalid {
  margin-top: 20px;
  color: #ff6602;
}
#cartform .itogo-title {
  font-size: 18px;
}
#cartform .cart-del {
  padding-right: 20px;
}
#cartform .cart-del a {
  color: #ff6602;
}
#cartform .cart-del a:hover {
  color: #febd22;
}
#cartform .basket-kupon label {
  margin-right: 10px;
}
#cartform .basket-kupon input {
  margin-right: 5px;
}
.cart-empty {
  width: 100%;
  margin-bottom: 120px !important;
}
/* comapre */
/* search */
/* blog */
.sided .blog-wrapper {
  float: left;
  width: 860px;
}
.blog .blog-details {
  padding: 20px 0 0;
}
/* article */
.article {
  margin-bottom: 30px;
}
.article .note {
  font-size: 13px;
  padding: 5px 0;
  color: #febd22;
}
/*
.article .content ul {
  list-style: disc outside;
  margin-left: 15px;
  font-size: 12px;
}
.article .content ol {
  list-style: decimal outside;
  margin-left: 15px;
  font-size: 12px;
}
*/
.reviews{ margin-bottom: 30px !important; }
.reviews li{ margin-bottom: 10px; }
.reviews li:last-child{ margin-bottom: 0 !important; }
#comment_form dt,
#review_form dt,
#comment_form label,
#review_form label {
  margin-bottom: 10px;
}
#comment_form dd,
#review_form dd,
#comment_form input,
#review_form input {
  margin-bottom: 20px;
}
#comment_form #captcha_challenge,
#review_form #captcha_challenge {
  margin-bottom: 10px;
}
#comment_form label,
#review_form label {
  display: block;
}
/* page */
/* 404 */
/* general.breadcrumbs */
/* general.product */
.box_item {
  float: left;
  position: relative;
  border: 3px solid #ececec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 286px;
}
.box_item_separator {
  float: left;
  position: relative;
  border: 1.5px solid #ececec;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.background_cell_tesla {
  background-color:#cdffcd;
}
.box_item_cell_tesla {
  border: 3px solid #cdffcd;
}
.box_item_separator_cell_tesla {
  border: 1.5px solid #cdffcd;
}
.line_tesla {
  border-left: 6px dotted #cdffcd;
}

.background_cell_48b {
  background-color:#cdffcd;
}
.box_item_cell_48b {
  border: 3px solid #cdffcd;
}
.box_item_separator_cell_48b {
  border: 1.5px solid #cdffcd;
}
.line_48b {
  border-left: 6px dotted #cdffcd;
}

.background_cell_30q {
  background-color:#fcddce;
}
.box_item_cell_30q {
  border: 3px solid #fcddce;
}
.box_item_separator_cell_30q {
  border: 1.5px solid #fcddce;
}
.line_30q {
  border-left: 6px dotted #fcddce;
}

.background_cell_white {
  background-color:#d1dced;
}
.box_item_cell_white {
  border: 3px solid #d1dced;
}
.box_item_separator_cell_white {
  border: 1.5px solid #d1dced;
}
.line_white {
  border-left: 6px dotted #d1dced;
}

.background_cell_lfp {
  background-color:#d1d1d1;
}
.box_item_cell_lfp {
  border: 3px solid #d1d1d1;
}
.box_item_separator_cell_lfp {
  border: 1.5px solid #d1d1d1;
}
.line_lfp {
  border-left: 6px dotted #d1d1d1;
}

.box_item:hover {
  border-color: #febd22;
}
.box_item:hover .child {
  border-color: #febd22;
}
.box_item:hover:before {
  display: block;
}
.box_item .preview {
  text-align: center;
  width: 280px;
}
.box_item .preview a img {
  /*max-height: 210px;*/
  width: 100%;
}
.box_item .description {
  padding: 30px;
}
.box_item .description:after {
  clear: both;
  content: "";
  display: block;
}
.box_item .description .name {
  margin-bottom: 10px;
  display: block;
}
.box_item.last {
  margin-right: 0 !important;
}
.search .box_item,
.collection .box_item {
  margin-right: 36px;
  margin-bottom: 36px;
}
/* general.pagination */
.pagination .page {
  color: #1b1b1b;
  width: 36px;
  padding: 7px 0;
  text-align: center;
}
.pagination .page:hover {
  cursor: pointer;
  color: #ff6602;
}
.pagination .page.current {
  border: 2px solid #ececec;
  color: #ff6602;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* general.sidebar */
#sidebar {
  border-right: 3px dotted #ececec;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
#sidebar > div,
#sidebar > ul {
  margin-bottom: 30px;
}
/*
#sidebar span,
#sidebar label {
  font-size: 17px;
  font-weight: normal;
  display: block;
  margin-bottom: 20px;
}
*/
#sidebar .information li {
  margin-left: 60px;
  margin-bottom: 10px;
}
/* sidebar.collection_menu */
.catalog-nav li {
  margin-bottom: 18px;
}
.catalog-nav li img{ margin-right: 5px; }
.catalog-nav a {
  color: #1b1b1b;
  /*font-family: Lineatura;
  /font-size: 17px;*/
  /*text-transform: uppercase;*/
}
.catalog-nav a:hover {
  color: #febd22;
}
.catalog-nav .current > a {
  color: #febd22;
}
/* collection.filter */
#characteristics {
  background: #fff;
}
#characteristics .variants {
  padding-bottom: 15px;
}
#characteristics .variants .product-options {
  padding-right: 30px;
  border-top: 3px dotted #ececec;
}
#characteristics .variants .catalog-nav {
  padding: 10px 0 10px 70px;
}
#characteristics .variants .catalog-nav a {
  font-size: 15px;
  font-weight: normal;
  text-transform: lowercase;
}
#characteristics .variants .catalog-nav:first-letter {
  text-transform: capitalize;
}
#characteristics .variants .catalog-nav > li {
  margin-bottom: 5px;
}
#characteristics .variants .price_slider {
  padding-left: 50px;
}
#characteristics .variants .price_slider .filter-price {
  margin-top: 20px;
}
#characteristics .variants label {
  display: block;
  font-size: 18px;
  color: #1b1b1b;
  padding-top: 30px;
  padding-left: 50px;
}
#characteristics .variants a.active {
  color: #febd22;
}
#characteristics .variants a:last-child {
  margin-bottom: 0;
}
/* collection.sort_by */
#sort_by .variants.hide {
  display: none;
}


.notice{
  color: #ff6602;
  margin-bottom: 20px;
  font-weight: bold;  
}

.underlinedLinks a,
#layout .edit-content a,
#layout .tubs .content a{ text-decoration: underline; }
#layout h1 a,
#layout h2 a,
#layout h3 a,
#layout h4 a,
#layout h5 a,
#layout h6 a{ text-decoration: none; }

#speedtable td { padding: 5px; }
#cfgTable td { padding: 10px; }
#cfgTable2 td { padding: 10px; }

.nicetable { border: 0px solid #dbdbdb; }
.nicetable td { padding: 8px; }

.configurator-table td { padding: 10px; }

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

.configurator
input[type="radio"] + label {
    display:inline-block;
    border: 3px solid #ececec;
	cursor: pointer;
    margin-bottom: 4px;
}

.configurator
input[type="radio"]:checked + label {
    border: 3px solid #febd22;
}

.configurator
input[type="radio"]:disabled + label {
    opacity:0.2;
}

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

.configurator
input[type="checkbox"] + label {
    display:inline-block;
    border: 3px solid #ececec;
	cursor: pointer;
  margin-bottom: 4px;
}

.configurator
input[type="checkbox"]:checked + label {
    border: 3px solid #febd22;
}

.configurator
input[type="checkbox"]:disabled + label {
    opacity:0.2;
}

.paramName {
	font-size:12px;
  	color:#bbb;
}

.paramValue {
  	text-align:right;
}

.paramValueSoft {
  	text-align:right;
    color:#bbb;
}

.cellTypeLabel {
  font-size:12px;
  text-align:right;
  color:#bbb;
}

.battery-configurator-input-sp {
  width:80px;
  font-size:32px;
  padding:0px;
}

.configurator-battery
button {
  vertical-align:top;
  font-size:32px;
  width:60px;
  height:41px;
}

.configurator-battery .hide {
  display: none;
}

#battery-configurator-sidebar {
  background-color:#ececec;
  display:relative;
  float:right;
  width:350px;
  padding:40px;
  margin-top:33px;
}

#battery-description-sidebar {
  background-color:#ececec;
  display:relative;
  float:right;
  width:450px;
  padding:40px;
}

.configurator-battery-label-sp {
  width:50px;
  font-size:32px;
  display:inline-block;
}

.battery-configurator-sp-parameter-result {
  background-color:#ffde90;
  display:relative;
  float:right;
  width:210px;
  padding:20px;
  padding-right:10px;
  margin-right:50px;
}

.battery-configurator-checkbox
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  margin-left:6px;
  margin-right:10px;
}

.battery-configurator-radio
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  margin-left:6px;
  margin-right:10px;
  margin-bottom:15px;
}

.fulljustify {
  text-align: justify;
}
.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@font-face {
font-family:"trajan-sans-pro";
src:url("https://use.typekit.net/af/d12cb1/00000000000000000001319e/27/l?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/d12cb1/00000000000000000001319e/27/d?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/d12cb1/00000000000000000001319e/27/a?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n4&v=3") format("opentype");
font-style:normal;font-weight:400;
}

@font-face {
font-family:"trajan-sans-pro";
src:url("https://use.typekit.net/af/608dc8/00000000000000000001319b/27/l?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/608dc8/00000000000000000001319b/27/d?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/608dc8/00000000000000000001319b/27/a?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n7&v=3") format("opentype");
font-style:normal;font-weight:700;
}

.faq p {
  margin-top:20px;
}
