
* {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  height: 100%;
  color: #B0BEC5;
  display: table;
  font-family: 'Lato';
  font-weight: 100;
  background-color: red;
}
header {
  width: 100%;
  background: #f0f0f0;
}
header .nav ul {
  list-style: none;
  margin: 30px 0;
}
header .nav ul li {
  display: inline-block;
  font-size: 20px;
  padding: 7px;
  cursor: pointer;
}
header .nav ul li a {
  color: #000;
}
header .nav ul li a:hover,
header .nav ul li a:active,
header .nav ul li a:focus {
  color: #337ab7;
}
header .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.container {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.content {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 120px;
  overflow: hidden;
}
.title {
  font-size: 96px;
  margin-bottom: 40px;
}
.quote {
  font-size: 24px;
}
input.notcorrect {
  border: 1px solid red;
}
textarea.notcorrect{
  border: 1px solid red;
}
label.notcorrect,
span.notcorrect{
  color: red;
}
.product-list li {
  list-style: none;
  float: left;
}
.product .product-img {
  height: 222px;
  overflow: hidden;
}
.product .product-img img {
  width: 100%;
}
.product .product-title {
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 8px;
  border-top: 1px solid #d6d6d6;
  padding-top: 8px;
}
.steps .top-buy {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background: #eee;
  margin-bottom: 20px;
}
.steps .step-active {
  color: #fff;
  font-weight: bold;
  background: #3381ca;
}
.block-qty {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 48%;
  margin: 0 auto;
}
.block-qty .fa {
  cursor: pointer;
}
.btn.red {
  background-color: #FF6868 !important;
  border-color: #FF6868 !important;
}
section.news .newActive {
  font-weight: 900;
}
section.news .img-article img {
  width: 296px;
}
/* #myCarousel {
  height: 600px;
} */

.carousel-inner {
  height: 100%;
}
.carousel-inner .item {
  width: 100%;
  height: 100%;
}
.carousel-inner > .item > a > img {
  max-width: 100%;
  height: auto;
}
footer {
  height: 100px;
  background: #2d2d2d;
}

form .title-block{
  padding: 12px;
  background: #666;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 34px 0;
  overflow: hidden;
}

#image_mobile,
#image_tablet,
#image_tablet_slider,
#image_mobile_slider2{
  display:none
}
/* Mobile */
@media screen and (max-width: 576px) {
  #image_mobile{
    display:block !important;
  }
  #image_desktop,
  #image_tablet{
    display: none;
  }
}
/* Tablet */
@media screen and (min-width: 577px) and (max-width: 768px) {
  #image_tablet{
    display: block !important;
  }
  #image_desktop,
  #image_mobile{
    display: none;
  }
}
/* No mobile image */
@media screen and (max-width: 768px){
  #image_tablet_slider{
    display: block !important;
  }
  #image_desktop_slider{
    display: none;
  }
}

/* No tablet image */
@media screen and (max-width: 576px){
  #image_mobile_slider2{
    display: block !important;
  }
  #image_desktop_slider2{
    display: none;
  }
}
















/*  */
