@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(../css/font-awesome.min.css);
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
  font-weight: normal;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

fieldset,
img {
  border: none;
}

caption,
th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input,
button,
textarea {
  line-height: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="hidden"],
[hidden],
.hidden {
  display: none;
}

textarea {
  overflow: auto;
  resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

a > img {
  vertical-align: bottom;
}

strong,
.strong,
b {
  font-weight: bold;
}

em,
.italic,
i {
  font-style: italic;
}

del,
.del {
  text-decoration: line-through;
}

:focus {
  outline: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.map-canvas img {
  max-width: none;
}

.clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.clearfix:after,
.cf:after,
.wrap:after,
.spanning:after,
.content:after,
.main:after,
aside:after,
section:after,
article:after,
.text:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.align-left {
  float: left !important;
}

.align-right {
  float: right !important;
}

.overflow-hidden {
  overflow: hidden;
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: 100%;
  font: 400 14px/24px "Open Sans", Helvetica, Arial, sans-serif;
  color: #303030;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #0000ff;
  cursor: pointer;
  background: transparent;
  text-decoration: none;
}

.page {
  padding-top: 23px;
  padding-bottom: 60px;
}

.page h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 28px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.page h2 {
  margin-bottom: 15px;
}

.page p {
  margin-top: 10px;
}

html {
  height: 100%;
  background: #ffffff;
}

.main {
  overflow: hidden;
}

.wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

header {
  background: #ececed;
  border-bottom: 8px solid #3d3d3d;
  position: relative;
  margin: 0;
}

header:before {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  height: 1px;
  content: '';
  background: #e80001;
}

.header-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 70px;
}

.logo img {
  display: block;
}

.phone {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #303030;
}

.phone .fa {
  color: #e80001;
  margin-right: 5px;
}

.footer-gray {
  background: #3d3d3d;
  font-size: 12px;
  color: #ffffff;
  padding: 25px 0;
}

.footer-gray a {
  color: #ffffff;
  margin-left: 8px;
}

.footer-gray a:first-child {
  margin-left: 0;
}

.td-underline {
  text-decoration: underline;
}

.td-underline:hover {
  text-decoration: none;
}

.footer-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.footer-flex a {
  margin: 0;
}

.footer-flex .fa {
  font-size: 12px;
  color: #9f9292;
  margin-right: 10px;
}

.footer-black {
  background: #262626;
  padding: 15px 0;
}

.footer-black p {
  font-size: 12px;
  line-height: 1.2;
  color: #9a9a9a;
}

.error {
  color: #e80001 !important;
  border-color: #e80001 !important;
}

.success {
  color: #74b300 !important;
  border-color: #74b300 !important;
}

.disabled {
  color: #999999 !important;
  border-color: #999999 !important;
  cursor: default !important;
}

.input-text, .textarea {
  width: 100%;
  border: 0;
  float: left;
}

.textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.button {
  border: 0;
}

.box {
  display: none;
}

.box.visible {
  display: block;
}

.product {
  margin: 23px -30px 0;
}

.product .col-xs-12 {
  padding: 0 30px;
  margin-bottom: 30px;
}

.tab-image .box {
  text-align: center;
  line-height: 580px;
  height: 580px;
  margin-bottom: 10px;
}

.tab-image .box img {
  margin: 0 auto;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.tab-image .tabs li {
  width: 98px;
  height: 78px;
  margin: 0 8px 8px 0;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  float: left;
}

.tab-image .tabs li img {
  height: inherit;
}

.tab-image .tabs li.active {
  border-color: #000000;
  cursor: default;
}

.tab-product .tabs li {
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  color: #7a7a7a;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px solid #c3c3c3;
  border-bottom: 0;
  width: 116px;
  height: 36px;
  margin-right: 1px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  float: left;
}

.tab-product .tabs li.active {
  background: #ffffff;
  color: #303030;
  cursor: default;
}

.tab-product form {
  background-color: #f8f8f8;
  border: 1px solid #c3c3c3;
  border-top: 0;
}

.box-title {
  background: #e80001;
  text-align: center;
  padding: 30px 10px;
}

.box-title h2 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.box-title span {
  color: #ffb0b0;
}

.price {
  font: 40px/1 "Oswald", sans-serif;
  color: #74b300;
  text-align: center;
  padding: 20px 0 30px;
  position: relative;
}

.price span {
  font: 20px/1 "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
  position: absolute;
  bottom: 15px;
  left: 55%;
}

.box-row {
  border-bottom: 1px solid #e2e2e2;
  margin: 0 49px 20px;
  padding: 0 0 25px;
  position: relative;
}

.box-number {
  font-size: 60px;
  line-height: 1;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.box-input {
  padding-left: 60px;
}

.box-input label {
  font-size: 16px;
  line-height: 1;
  color: #a7a7a7;
  width: 100%;
  display: block;
  margin: 0 0 10px;
}

.br-last {
  border: 0;
}

.select-box {
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #bebebe;
  -webkit-box-shadow: inset;
  -moz-box-shadow: inset;
  box-shadow: inset;
  position: relative;
}

.select-box .fa-caret-down {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #cfcfcf;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.select-box select {
  font-size: 16px;
  color: #303030;
  width: 100%;
  height: 38px;
  padding: 0 30px 0 20px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 5;
}

.select-box select option {
  font-size: 14px;
  padding: 5px 10px;
}

.select-box select:focus {
  outline: none;
}

.input-text, .textarea {
  font-size: 16px;
  color: #303030;
  height: 40px;
  padding: 0 10px 0 20px;
  background-color: #ffffff;
  border: 1px solid #bebebe;
  -webkit-box-shadow: inset;
  -moz-box-shadow: inset;
  box-shadow: inset;
}

.product-form {
  padding-bottom: 60px;
}

.cart-status {
  float: right;
  margin-right: 50px;
}

.btn {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  width: calc(100% - 160px);
  height: 50px;
  background-color: #74b300;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  margin: 0 50px 0 0;
  border: 0;
  float: right;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.btn .fa {
  font-size: 20px;
  color: #a5e038;
  margin-right: 20px;
}

.btn:hover {
  background: #87c614;
}

.btn:hover .fa {
  color: #ffffff;
}

.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn.checkout {
  margin-top: 20px;
}

.gray-box {
  background: #f3f3f4;
  padding: 30px 0;
}

.page-title {
  text-align: center;
  margin: 0 0 35px;
}

.page-title h1 {
  font-size: 24px;
  line-height: 1.2;
  color: #t;
  margin: 0 0 10px;
  padding: 0 0 15px;
  position: relative;
}

.page-title h1:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 3px;
  content: '';
  background: #e80001;
}

.page-title h2 {
  font-size: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.step-box {
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
  position: relative;
}

.step-box h2 {
  font-size: 18px;
  font-weight: bold;
  color: #303030;
  margin: 0 0 15px;
}

.step-box ul {
  max-width: 250px;
  margin: 0 auto 15px;
  text-align: left;
}

.step-box li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}

.step-box li:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  position: absolute;
  top: 2px;
  left: 0;
  color: #e80001;
}

.step-box p {
  font-size: 14px;
  line-height: 20px;
  color: #6e6e6e;
  max-width: 250px;
  margin: 0 auto 15px;
}

.step-number {
  color: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 115px;
  height: 115px;
  background-color: #d1d1d1;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 50px;
  position: relative;
}

.step-number:before {
  position: absolute;
  width: 123px;
  height: 123px;
  opacity: 0.3;
  background-color: #ffffff;
  border: 1px solid darkgrey;
  content: '';
  top: -5px;
  left: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.step-number span {
  font-size: 51px;
  line-height: .9;
  font-weight: 300;
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
}

.step-number p {
  font-size: 16px;
  position: relative;
  color: #ffffff;
  z-index: 5;
}

.arrow-step {
  font-size: 38px;
  color: #d1d1d1;
  position: absolute;
  top: 40px;
  right: -30px;
}

.red-info {
  background: #e80001;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  padding: 24px 0;
}

.red-info strong {
  font-size: 28px;
}

.red-info .fa {
  margin: 0 8px 0 10px;
}

.red-info a {
  color: #ffffff;
}

.review-box {
  padding: 50px 0 0;
}

.review-box .row {
  margin: 0 -20px;
}

.review-box .col-xs-12 {
  padding: 0 20px;
}

.stars {
  line-height: 1;
  margin: 0 0 20px;
}

.stars i {
  font-size: 14px;
  color: #e80001;
}

.review {
  margin: 0 0 30px;
  padding: 0 0 35px;
  border-bottom: 1px solid #a9a9a9;
}

.review h2 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 10px;
}

.review p {
  font-size: 16px;
}

.reviews > div:last-child .review {
  border: 0;
  margin-bottom: 0;
}

.date {
  font-size: 14px;
  color: #6e6e6e;
  font-weight: bold;
}

.date span {
  font-weight: normal;
}

.cart-container {
  margin-top: 50px;
  padding-top: 50px;
  margin-bottom: 0;
}

.cart-container table tr {
  border-bottom: 1px solid #c7c7c7;
}

.cart-container table tr:last-child {
  border-bottom: none;
}

.cart-container table thead {
  background: #3d3d3d;
  color: #fff;
}

.cart-container table span {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 1;
}

.remove-cart-item {
  color: #3d3d3d;
}

.btn.checkout {
  margin-top: 0;
}

@media (max-width: 992px) {
  .arrow-step {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0 auto 20px;
    display: block;
  }
}

@media (max-width: 767px) {
  .footer-flex {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .reviews > div:nth-last-child(-n+2) .review {
    border: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .tab-image .box {
    height: auto;
    line-height: 400px;
    height: 400px;
    margin-bottom: 30px;
  }
  .tab-image .tabs li {
    width: 60px;
    height: 50px;
  }
  .logo {
    max-width: 150px;
  }
  .phone {
    font-size: 16px;
  }
  .box-row {
    margin: 0 10px 25px;
  }
  .add-to-card {
    width: calc(100% - 80px);
    display: block;
    margin-right: 10px;
  }
  .red-info strong {
    display: block;
    margin: 0 auto;
    padding: 5px 0;
  }
  .footer-gray {
    text-align: center;
  }
  .footer-flex {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-flex p {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 319px) {
  .logo {
    max-width: 100px;
  }
}
