@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
.red {
  color: #da2d29;
}

.black {
  color: #242526;
}

.red-bg {
  background-color: #da2d29;
}

.black-bg {
  background-color: #242526;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

img {
  display: block;
}

a {
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a:hover {
  text-decoration: none;
}

* {
  outline: none;
}

body {
  font-family: "Roboto";
  color: #242526;
  font-size: 16px;
}

* {
  word-wrap: break-word;
}

a, input, button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

@media (min-width: 991px) {
  .container .products .product-grid[class*="col-"] {
    width: 33.33333333%;
  }
}

@media (min-width: 1390px) {
  .container .products .product-grid[class*="col-"] {
    width: 25%;
  }
}

@media (min-width: 1390px) {
  header .container, footer .container {
    width: 1360px;
  }
}

.right {
  float: right;
}

*[id*="-page"]:after {
  content: " ";
  display: table;
  clear: both;
}

.module-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
  margin-top: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .module-title {
    text-align: center;
  }
}

.module-title:after {
  content: '';
  display: block;
  width: 30px;
  margin-top: 12px;
  height: 1px;
  background-color: #da2d29;
}

@media (max-width: 767px) {
  .module-title:after {
    margin: 12px  auto 0;
  }
}

.module {
  margin-bottom: 25px;
}

.page-title {
  font-size: 30px;
  color: black;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .page-title {
    font-size: 26px;
    text-align: center;
  }
}

input::-webkit-input-placeholder {
  color: #a6a6a6;
  font-size: 14px;
}

input::-moz-placeholder {
  color: #a6a6a6;
  font-size: 14px;
}

/* Firefox 19+ */
input:-moz-placeholder {
  color: #a6a6a6;
  font-size: 14px;
}

/* Firefox 18- */
input:-ms-input-placeholder {
  color: #a6a6a6;
  font-size: 14px;
}

.open > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@-webkit-keyframes flash {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}

@keyframes flash {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slidenavAnimation {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.control-label {
  font-family: "Open Sans";
  font-size: 14px;
  margin-bottom: 7px;
  color: black;
  font-weight: 500;
  vertical-align: middle;
}

.control-label:after {
  content: '* ';
  color: #da2d29;
  font-weight: bold;
}

label {
  font-family: "Open Sans";
  font-size: 14px;
  margin-bottom: 7px;
  color: black;
  font-weight: 500;
  vertical-align: middle;
}

input + label:after {
  content: '* ';
  color: #da2d29;
  font-weight: bold;
  display: none;
}

.form-control {
  max-width: 100%;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input.form-control {
  height: 40px;
  line-height: 40px;
}

input[type="checkbox"] {
  margin-right: 10px;
}

.big-black-btn {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding: 20px 15px;
  background: #242526;
  text-align: center;
  margin-left: 5px;
  margin-right: 10px;
  width: 100%;
  border: 0px;
}

.big-black-btn:hover {
  background: #da2d29;
  color: white;
}

.upload-btn {
  color: #242526;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  padding: 0px 43px;
  height: 40px;
  line-height: 40px;
  background: #b3b3b3;
  text-align: center;
  border: 0px;
}

.upload-btn:hover {
  background: #da2d29;
  color: white;
}

@media (max-width: 767px) {
  .accordion-module {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .accordion-module .module-title {
    text-align: left;
    background: #da2d29;
    color: white;
    padding: 17px 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 10px !important;
  }
  .accordion-module .module-title i {
    float: right;
    font-size: 20px;
    padding-right: 20px;
    cursor: pointer;
  }
  .accordion-module .module-title:after {
    display: none;
  }
}

@media (min-width: 768px) {
  .accordion-module .module-body {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .accordion-module .module-body {
    display: none;
  }
}

/* ==================== */
/* ==================== */
.left-block {
  padding-left: 5px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .left-block {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .left-block {
    margin-bottom: 20px;
  }
}

/* catalog-module */
@media (max-width: 767px) {
  .category-module .category {
    padding: 0 30px;
  }
}

.category-module .category > li {
  margin-bottom: 14px;
}

.category-module .category > li .arrow {
  cursor: pointer;
  float: right;
  padding-left: 5px;
}

.category-module .category > li .fa-angle-up {
  color: #da2d29;
}

.category-module .category > li .fa-angle-down {
  color: #242526;
}

.category-module .category > li a {
  color: #242526;
  font-size: 14px;
}

.category-module .category > li a:visited {
  color: #242526;
  text-decoration: none;
}

.category-module .category > li a:hover, .category-module .category > li a:focus {
  color: #da2d29;
  text-decoration: none;
}

.category-module .category > li .products {
  padding-left: 10px;
  display: none;
  margin: 17px 0 0 0;
}

.category-module .category > li .products li {
  margin-bottom: 12px;
}

.category-module .category > li .products li a {
  color: #5a5a5a;
  line-height: 1.2;
}

.category-module .category > li .products li a:visited {
  color: #5a5a5a;
  text-decoration: none;
}

.category-module .category > li .products li a:hover, .category-module .category > li .products li a:focus {
  color: #da2d29;
  text-decoration: none;
}

/* end catalog-module */
/* special-module */
.special-module {
  margin-bottom: 28px;
}

.special-module .module-title {
  margin-bottom: 3px;
}

.special-item {
  border-bottom: 1px solid #b3b3b3;
  height: 90px;
  padding: 10px;
}

@media (max-width: 991px) {
  .special-item {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .special-item {
    margin: 0 auto;
    max-width: 350px;
  }
}

.special-item .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 100%;
  width: 60px;
  display: block;
  float: left;
}

.special-item .product-info {
  padding-left: 65px;
  padding-top: 2px;
}

.special-item .price {
  font-size: 18px;
}

.special-item .name a {
  color: #000;
  font-size: 12px;
  display: block;
  height: 46px;
  overflow: hidden;
}

.special-item .name a:visited {
  color: #000;
  text-decoration: none;
}

.special-item .name a:hover, .special-item .name a:focus {
  color: #da2d29;
  text-decoration: none;
}

/* end special-module */
/* new-module */
.new-item {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 14px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .new-item {
    margin: 0 auto;
    max-width: 350px;
  }
}

.new-item .caption {
  padding-left: 5px;
}

@media (max-width: 767px) {
  .new-item .caption {
    text-align: center;
  }
}

.new-item .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 140px;
  display: block;
  position: relative;
  margin-bottom: 13px;
}

.new-item .image:hover {
  opacity: 1;
  -webkit-animation: flash 0.5s linear;
  animation: flash 0.5s linear;
}

.new-item .name {
  margin-bottom: 10px;
}

.new-item .name a {
  color: #da2d29;
}

.new-item .name a:visited {
  color: #da2d29;
  text-decoration: none;
}

.new-item .name a:hover, .new-item .name a:focus {
  color: #da2d29;
  text-decoration: none;
}

.new-item .name a:hover {
  text-decoration: underline;
}

.new-item .description {
  color: black;
  font-size: 12px;
  line-height: 1.6;
}

/* end new-module */
/* ==================== */
/* ==================== */
/* BREADCRUMB */
.breadcrumb {
  background: transparent;
  padding-left: 0;
}

.breadcrumb li {
  color: #b3b3b3;
  font-size: 12px;
}

.breadcrumb a {
  font-size: 12px;
  color: #010101;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 0px;
  color: #010101;
}

/*end BREADCRUMB */
/* DISPLAY */
.display {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .display {
    text-align: center;
  }
}

.display .views {
  margin-top: 8px;
  display: inline-block;
}

@media (max-width: 767px) {
  .display .views {
    text-align: center;
    margin-top: 10px;
  }
}

.display .views button {
  border: 1px solid transparent;
  color: #000;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.display .views button:hover, .display .views button:active, .display .views button:focus {
  background: transparent;
  outline: none;
}

.display .views .views-text {
  color: #242526;
  font-size: 14px;
  vertical-align: middle;
}

.display .views #grid-view {
  padding: 0.5px 3px;
  margin-right: 0px;
}

.display .views button.active {
  border: 1px solid #cccccc;
}

.display .views #list-view {
  padding: 0px 4px 1px;
}

.display label, .display select {
  font-size: 14px;
  color: #242526;
}

.display label {
  padding-right: 5px;
  margin-bottom: 0;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .display label {
    margin-bottom: 10px;
  }
}

.display select {
  border: 1px solid #cccccc;
  padding: 2px 5px 2px 0;
}

@media (max-width: 767px) {
  .display select {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .display .view-col {
    text-align: center;
  }
}

/* end DISPLAY */
/* PRODUCT ITEM */
.product-layout.product-list {
  font-size: 0;
}

.product-layout.product-list .product-item {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .product-layout.product-list .product-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
}

.product-layout.product-list .image {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-top: 10px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .product-layout.product-list .image {
    width: 35%;
  }
}

@media (max-width: 600px) {
  .product-layout.product-list .image {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px;
    display: block;
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .product-layout.product-list .image a {
    height: 220px;
  }
}

.product-layout.product-list .caption {
  display: inline-block;
  width: 70%;
}

@media (max-width: 991px) {
  .product-layout.product-list .caption {
    width: 65%;
  }
}

@media (max-width: 600px) {
  .product-layout.product-list .caption {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .product-layout.product-list .caption .availability {
    margin-bottom: 10px;
    display: block;
  }
}

.product-layout.product-list .caption .product-name {
  font-size: 18px;
  margin-bottom: 20px;
  height: auto;
  overflow: visible;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .product-layout.product-list .caption .product-name {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .product-layout.product-list .caption .product-name {
    text-align: center;
  }
}

.product-layout.product-list .caption .cod {
  text-align: left;
  margin-bottom: 20px;
  display: inline-block;
  padding-right: 30px;
}

@media (max-width: 600px) {
  .product-layout.product-list .caption .cod {
    padding-right: 0;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}

.product-layout.product-list .caption .hover-wrap .price {
  border-bottom: 1px solid  #bdc3c7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .product-layout.product-list .caption .hover-wrap .price {
    border: 0px;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}

.product-layout.product-list .caption .hover-wrap .cart {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .product-layout.product-list .caption .hover-wrap .cart {
    margin-bottom: 15px;
  }
}

.product-layout.product-list .caption .hover-wrap .cart button {
  font-size: 16px;
}

@media (max-width: 767px) {
  .product-layout.product-grid .product-item {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-layout.product-grid .product-item:hover {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
  .product-layout.product-grid .product-item:hover .caption .hover-wrap .cart {
    left: 0;
    opacity: 1;
  }
  .product-layout.product-grid .product-item:hover .caption .hover-wrap .price {
    left: 110%;
    opacity: 0;
  }
}

.product-layout.product-grid .availability, .product-layout.product-grid .attributes, .product-layout.product-grid .price-text {
  display: none;
}

@media (max-width: 1199px) {
  .product-layout.product-grid .image a {
    height: 220px;
  }
}

.product-layout.product-grid .caption {
  padding: 5px 5px 10px 5px;
}

.product-layout.product-grid .caption .product-name {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.2;
  overflow: hidden;
  letter-spacing: -0.6px;
  text-align: center;
  height: 52px;
}

.product-layout.product-grid .caption .product-name span {
  vertical-align: middle;
  display: inline-block;
}

.product-layout.product-grid .caption .product-name:before {
  content: '';
  min-height: inherit;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .product-layout.product-grid .caption .product-name {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .product-layout.product-grid .caption .product-name {
    height: auto;
  }
}

.product-layout.product-grid .caption .cod {
  text-align: center;
  margin-bottom: 10px;
}

.product-layout.product-grid .caption .hover-wrap {
  height: 32px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .product-layout.product-grid .caption .hover-wrap {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .product-layout.product-grid .caption .hover-wrap {
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .product-layout.product-grid .caption .hover-wrap {
    height: auto;
  }
}

.product-layout.product-grid .caption .hover-wrap .price {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .product-layout.product-grid .caption .hover-wrap .price {
    position: static;
    margin-bottom: 15px;
  }
}

.product-layout.product-grid .caption .hover-wrap .cart {
  position: absolute;
  left: -110%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  text-align: center;
  top: 0;
}

@media screen and (max-width: 767px) {
  .product-layout.product-grid .caption .hover-wrap .cart {
    position: static;
    opacity: 1;
  }
}

.product-layout.product-grid .caption .hover-wrap .cart button {
  font-size: 14px;
}

.product-item {
  position: relative;
  margin: 0px auto 10px;
  padding: 0px 0 6px;
}

.product-item:hover .image {
  opacity: 1;
  -webkit-animation: flash 0.5s linear;
  animation: flash 0.5s linear;
}

.product-item .image {
  position: relative;
  overflow: hidden;
}

.product-item .image a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 290px;
  display: block;
}

.product-item .label {
  position: absolute;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 55px;
  font-size: 12.5px;
  text-transform: uppercase;
  color: white;
  top: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0px;
}

@media (max-width: 1199px) {
  .product-item .label {
    width: 55px;
    height: 55px;
    line-height: 52px;
    font-size: 11px;
  }
}

.product-item .label.special {
  background: #ff6000;
}

.product-item .label.top {
  background: #59be00;
  text-transform: none;
  line-height: 1.2;
  padding-top: 15px;
}

.product-item .label.top .up {
  text-transform: uppercase;
  display: block;
}

.product-item .label.discount {
  background: #da2d29;
}

.product-item .caption .product-name {
  color: #000;
  text-transform: uppercase;
  display: block;
}

.product-item .caption .product-name:hover {
  color: #da2d29;
  text-decoration: underline;
}

.product-item .caption .cod {
  font-size: 14px;
}

.product-item .caption .hover-wrap {
  width: 100%;
}

.product-item .caption .hover-wrap .price {
  width: 100%;
  font-size: 24px;
  color: black;
}

.product-item .caption .hover-wrap .price .currency {
  font-size: 18px;
}

.product-item .caption .hover-wrap .price .price-text {
  font-size: 16px;
}

.product-item .caption .hover-wrap .cart button {
  background-color: #b3b3b3;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 9px 15px;
  display: inline-block;
  width: auto;
  height: auto;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: white;
}

.product-item .caption .hover-wrap .cart button:visited {
  color: white;
  text-decoration: none;
}

.product-item .caption .hover-wrap .cart button:hover, .product-item .caption .hover-wrap .cart button:focus {
  color: white;
  text-decoration: none;
}

.product-item .caption .hover-wrap .cart button:hover:before, .product-item .caption .hover-wrap .cart button:active:before, .product-item .caption .hover-wrap .cart button:focus:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.product-item .caption .hover-wrap .cart button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #da2d29;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.product-item .caption .availability {
  color: #1bae22;
  font-size: 14px;
}

.product-item .caption .attributes {
  color: #333333;
  font-size: 14px;
}

@media (max-width: 991px) {
  .product-item .caption .attributes {
    font-size: 13px;
  }
}

.product-item .caption .attributes li {
  line-height: 1.3;
  margin-bottom: 2px;
}

.cod {
  color: #b3b3b3;
}

.cod .black {
  color: #242526;
  padding-left: 5px;
}

/* end PRODUCT ITEM */
/* PAGINATION */
.pagination-list {
  text-align: right;
  margin: 25px 0;
}

@media (max-width: 767px) {
  .pagination-list {
    text-align: center;
  }
}

.pagination-list li {
  display: inline-block;
  margin: 0 2px;
}

.pagination-list li a, .pagination-list li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #b7b7b7;
  background-color: #ffffff;
  font-size: 14px;
  color: #888888;
}

.pagination-list li a:hover, .pagination-list li span:hover {
  color: white;
  border: 1px solid #000000;
  background-color: #242526;
}

.pagination-list li a.active, .pagination-list li span.active {
  color: white;
  border: 1px solid #da2d29;
  background-color: #da2d29;
}

.pagination-list li .next i {
  position: relative;
  top: -1px;
}

/* end PAGINATION */
/* CUPON FORM */
@media (max-width: 991px) {
  #form-cupon {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #form-cupon {
    max-width: 550px;
    width: 100%;
  }
}

#form-cupon input[type="text"] {
  width: 250px;
  margin-right: 30px;
  display: inline-block;
}

@media (max-width: 767px) {
  #form-cupon input[type="text"] {
    width: 100%;
    margin-right: 0px;
  }
}

#form-cupon input[type="submit"] {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding: 0px 35px;
  line-height: 40px;
  background: #242526;
  border: 0px;
  display: inline-block;
}

@media (max-width: 767px) {
  #form-cupon input[type="submit"] {
    width: 100%;
  }
}

#form-cupon input[type="submit"]:hover {
  background: #da2d29;
}

@media (max-width: 991px) {
  form {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* end CUPON FORM */
/* YOUR ORDER FORM */
#your-order {
  background-color: #e6edf2;
  padding: 40px 55px;
  color: black;
  font-size: 14px;
  margin-left: 50px;
  max-width: 85%;
}

@media (max-width: 1390px) {
  #your-order {
    max-width: 100%;
    margin-left: 0;
    padding: 40px 30px;
  }
}

@media (max-width: 1199px) {
  #your-order {
    padding: 30px 20px;
  }
}

@media (max-width: 991px) {
  #your-order {
    max-width: 550px;
  }
}

@media (max-width: 500px) {
  #your-order {
    padding: 20px 10px;
  }
}

#your-order h2 {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  #your-order h2 {
    padding-bottom: 20px;
  }
}

#your-order .white-body {
  padding: 15px 15px 0;
  background: white;
  margin-bottom: 28px;
}

#your-order table {
  width: 100%;
}

#your-order .table-product thead {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
}

#your-order .table-product thead th {
  padding: 8px 0;
}

@media (max-width: 500px) {
  #your-order .table-product thead th:last-child {
    display: none;
  }
}

#your-order .table-product td {
  padding: 7px 0;
  font-size: 15px;
}

#your-order .table-product td:first-child {
  font-size: 12px;
  width: 70%;
  font-weight: bold;
}

#your-order .table-product tr:first-child td {
  padding-top: 20px;
}

#your-order .table-product tr:last-child td {
  padding-bottom: 20px;
}

#your-order .first-total tr {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}

#your-order .first-total td {
  padding: 18px 0;
}

#your-order .first-total td:first-child {
  font-weight: 700;
  width: 70%;
}

#your-order .table-delivery {
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 500px) {
  #your-order .table-delivery .text-right {
    text-align: left;
  }
}

#your-order .table-delivery td:first-child {
  vertical-align: middle;
  width: 25%;
}

#your-order .table-delivery td:last-child {
  width: 70%;
  padding: 30px 0;
}

#your-order .table-delivery td:last-child p {
  margin-bottom: 5px;
}

@media (max-width: 1199px) {
  #your-order .table-delivery td:last-child p label {
    font-size: 12px;
  }
}

#your-order .table-total td {
  padding: 23px 0;
}

#your-order .table-total td:first-child {
  font-size: 21px;
}

#your-order .table-total td:last-child {
  font-size: 20px;
}

#your-order .count-delivery {
  text-decoration: underline;
  color: black;
}

#your-order .count-delivery:hover {
  color: black;
  text-decoration: none;
}

#your-order .pay {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #your-order .pay {
    margin-bottom: 20px;
  }
}

#your-order .pay div {
  margin-bottom: 2px;
}

@media (max-width: 500px) {
  #your-order input[type="checkbox"] {
    float: left;
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  #your-order input[type="checkbox"] + label {
    display: block;
  }
}

/* end YOUR ORDER FORM */
header {
  color: white;
  margin-bottom: 18px;
}

header .header-top {
  position: relative;
  background: #da2d29;
}

header .header-top .menu-col {
  position: static;
}

header a {
  color: black;
}

header .header-bottom {
  padding: 25px 0 17px;
  background: #242526;
}

header .navbar-collapse {
  padding-left: 0;
}

header .navbar-toggle {
  position: relative;
  float: left;
  margin-right: 15px;
  padding: 9px 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  padding: 0;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header .navbar-toggle:hover, header .navbar-toggle:focus, header .navbar-toggle:active {
  color: white;
  outline: 0 !important;
}

header .navbar {
  border: 0;
  min-height: 0;
  margin-bottom: 0;
}

header .navbar-nav {
  margin: 7.5px 0px;
}

header #menu li > a {
  display: inline-block;
  color: white;
  padding: 0 15px;
}

@media (max-width: 991px) {
  header #menu li > a {
    padding: 0 8px;
    font-size: 14px;
    letter-spacing: -0.5px;
  }
}

@media (max-width: 767px) {
  header #menu li > a {
    margin-bottom: 20px;
  }
}

header #menu li > a:hover, header #menu li > a:focus {
  color: #242526;
  text-decoration: none;
  background: transparent;
}

header #menu li > a i {
  padding-left: 9px;
}

header #menu {
  padding: 10px 0;
  position: static;
}

header #menu .nav .open > a, header #menu .nav .open > a:hover, header #menu .nav .open > a:focus {
  background: transparent;
}

header #menu > li:first-child a {
  padding-left: 0;
}

@media (max-width: 767px) {
  header #menu > li:first-child a {
    padding-left: 8px;
  }
}

header #menu li {
  display: inline-block;
  position: static;
}

@media (max-width: 767px) {
  header #menu li {
    display: block;
  }
}

header #menu li:first-child a {
  padding-left: 0;
}

@media (max-width: 767px) {
  header #menu li:first-child a {
    padding-left: 8px;
  }
}

header #menu li:last-child a {
  padding-right: 0;
}

header #menu .dropdown-menu {
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  top: 99%;
  margin-left: 0 !important;
}

header #menu .dropdown-menu .product-item {
  margin-bottom: 0;
}

header #menu .dropdown-menu .category {
  padding-top: 35px;
}

@media (max-width: 767px) {
  header #menu .dropdown-menu .category {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

header #menu .dropdown-menu .category li {
  display: block;
  margin-bottom: 14.5px;
}

@media (max-width: 1199px) {
  header #menu .dropdown-menu .category li {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  header #menu .dropdown-menu .category li {
    margin-bottom: 0px;
  }
}

header #menu .dropdown-menu .category li a {
  color: #4d4d4d;
  font-size: 14px;
  padding: 0;
}

@media (max-width: 1199px) {
  header #menu .dropdown-menu .category li a {
    font-size: 13px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  header #menu .dropdown-menu .category li a {
    color: white;
    padding-left: 20px;
  }
}

header #menu .dropdown-menu .category li a:hover {
  color: #da2d29;
  padding-left: 10px;
}

@media (max-width: 1199px) {
  header #menu .dropdown-menu .category li a:hover {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  header #menu .dropdown-menu .category li a:hover {
    color: white;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  header .cart-col {
    position: absolute;
    top: 0;
    right: 0;
  }
}

header #cart {
  float: right;
  padding: 12px 0;
  width: auto;
  color: black;
}

@media (max-width: 991px) {
  header #cart {
    margin-right: 0;
  }
}

header #cart button {
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border: 0px;
}

header #cart button:hover {
  color: white;
}

@media (max-width: 991px) {
  header #cart .dropdown-toggle img {
    width: 28px;
  }
}

header #cart .count-block {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

@media (max-width: 991px) {
  header #cart .count-block {
    margin-right: 10px;
  }
}

header #cart .count {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  color: white;
  background-color: black;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}

header #cart #cart-total {
  min-width: 83px;
  display: inline-block;
  text-align: center;
  color: white;
}

header #cart #cart-total:hover, header #cart #cart-total:active {
  color: white;
}

@media (max-width: 991px) {
  header #cart #cart-total {
    font-size: 15px;
  }
}

header #cart .dropdown-menu {
  min-width: 340px;
  padding: 0;
}

@media (max-width: 400px) {
  header #cart .dropdown-menu {
    min-width: 270px;
  }
}

header #cart .dropdown-menu .empty {
  padding: 20px;
  border: 0px;
}

header #cart .dropdown-menu .cart-title {
  text-transform: uppercase;
  font-size: 14px;
  color: white;
  background: black;
  text-align: center;
  padding: 13px 15px;
}

header #cart .dropdown-menu ul {
  padding: 5px 10px 18px 10px;
}

header #cart .dropdown-menu ul li {
  border-bottom: 1px solid #ddd;
}

header #cart .dropdown-menu .table > thead > tr > th, header #cart .dropdown-menu .table > tbody > tr > th, header #cart .dropdown-menu .table > tfoot > tr > th, header #cart .dropdown-menu .table > thead > tr > td, header #cart .dropdown-menu .table > tbody > tr > td, header #cart .dropdown-menu .table > tfoot > tr > td {
  border-top: 0;
}

header #cart .dropdown-menu .table-product a {
  line-height: 18px;
  text-transform: uppercase;
  font-size: 12px;
  color: black;
  display: inline-block;
  margin-bottom: 10px;
}

header #cart .dropdown-menu .table-product a:hover {
  color: #da2d29;
}

header #cart .dropdown-menu .table-product .product-count {
  text-transform: uppercase;
  font-size: 12px;
}

header #cart .dropdown-menu .table-product .product-count .count-text {
  color: #808080;
}

header #cart .dropdown-menu .table-product .product-count .price {
  color: #000000;
}

header #cart .dropdown-menu .table-product tr:first-child td:first-child {
  width: 22%;
  padding: 0 8px;
}

header #cart .dropdown-menu .table-product tr:first-child td:first-child img {
  max-width: 100%;
}

header #cart .dropdown-menu .table-total {
  margin-bottom: 15px;
}

header #cart .dropdown-menu .text-total {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

header #cart .dropdown-menu .value-total {
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
}

header #cart .dropdown-menu .value-total .currency {
  font-size: 14px;
}

header #cart .dropdown-menu .to-cart {
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding: 14px 15px;
  background: #ececec;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 10px;
}

header #cart .dropdown-menu .to-cart:hover {
  background: #242526;
  color: white;
}

header #cart .dropdown-menu .to-checkout {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding: 14px 15px;
  background: #242526;
  text-align: center;
  margin-left: 5px;
  margin-right: 10px;
}

header .phone {
  padding-left: 43px;
  position: relative;
}

@media (max-width: 991px) {
  header .phone {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  header .phone {
    padding: 0px 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    cursor: pointer;
  }
}

header .phone i {
  color: #da2d29;
}

header .phone img {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  header .phone img {
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  header .phone ul {
    display: block !important;
  }
}

@media (max-width: 767px) {
  header .phone ul {
    position: absolute;
    min-width: 190px;
    margin-top: 10px;
    top: 100%;
    left: -20px;
    background: white;
    z-index: 999;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: none;
  }
}

header .phone ul li {
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  header .phone ul li {
    font-size: 15px;
    margin-bottom: 7px;
  }
}

@media (max-width: 767px) {
  header .phone ul li {
    color: black;
  }
}

@media (max-width: 767px) {
  header .right {
    float: none;
    text-align: center;
    border-top: 1px solid #6a6060;
    padding-top: 10px;
  }
}

header .call-me {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  color: white;
}

header .call-me:visited {
  color: white;
}

header .call-me:hover {
  text-decoration: underline;
  color: white;
}

header .call-me img {
  display: inline-block;
  margin-right: 30px;
}

@media (max-width: 991px) {
  header .call-me img {
    margin-right: 17px;
  }
}

header .header-logo, header .company-info {
  display: inline-block;
  vertical-align: top;
}

header .header-logo {
  width: 17%;
  padding-right: 23px;
}

@media (max-width: 1199px) {
  header .header-logo {
    width: 20%;
  }
}

@media (max-width: 991px) {
  header .header-logo {
    width: 25%;
  }
}

@media (max-width: 767px) {
  header .header-logo {
    padding: 0;
    width: 100%;
  }
}

header .header-logo img {
  max-width: 100%;
}

@media (max-width: 767px) {
  header .header-logo img {
    max-width: 80px;
    margin: 0 auto;
  }
}

header .company-info {
  width: 82%;
}

@media (max-width: 1199px) {
  header .company-info {
    width: 79%;
  }
}

@media (max-width: 991px) {
  header .company-info {
    width: 74%;
  }
}

@media (max-width: 767px) {
  header .company-info {
    width: 100%;
    text-align: center;
    margin-top: 7px;
  }
}

header .company-info h1 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 29px;
}

header .company-info .description {
  font-weight: 500;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  header .company-info .description {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

header .worktime {
  color: #b3b3b3;
  background: url("/catalog/view/theme/default/image/worktime.png") left 5px no-repeat;
  padding-left: 40px;
}

header .worktime p {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  header .worktime p {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

footer {
  background: #242526;
}

.footer-bottom {
  color: white;
  text-align: center;
  padding: 8px 0 17px;
}

.footer-bottom .copyright {
  line-height: 18px;
  font-size: 12px;
}

.footer-bottom .links {
  font-size: 12px;
}

.footer-bottom .links a {
  text-decoration: underline;
  color: white;
  font-size: 12px;
}

.footer-bottom .links a:hover {
  text-decoration: none;
}

.footer-top {
  padding: 40px 0 28px;
  border-bottom: 1px solid #fff;
}

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

.footer-top .footer-logo {
  margin-bottom: 25px;
  margin-left: 5px;
}

.footer-top .footer-logo img {
  max-width: 142px;
}

@media (max-width: 767px) {
  .footer-top .footer-logo img {
    margin: 0 auto;
  }
}

.footer-top .footer-description {
  color: #bdc3c7;
  line-height: 20px;
  font-size: 14px;
  width: 50%;
  margin-left: 5px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .footer-top .footer-description {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .footer-top .footer-description {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer-top .footer-description {
    text-align: center;
  }
}

.footer-top .footer-title {
  color: white;
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .footer-top .footer-title {
    cursor: pointer;
    text-align: center;
  }
}

.footer-top .footer-title i {
  padding-left: 15px;
}

.footer-top .column-1, .footer-top .column-2 {
  float: left;
}

@media (max-width: 991px) {
  .footer-top .column-1, .footer-top .column-2 {
    float: none;
  }
}

.footer-top .column-1 {
  width: 56%;
}

@media (max-width: 991px) {
  .footer-top .column-1 {
    width: 100%;
  }
}

.footer-top .column-2 {
  width: 42%;
}

@media (max-width: 991px) {
  .footer-top .column-2 {
    width: 100%;
  }
}

.footer-top .phone .title, .footer-top .worktime .title, .footer-top .email .title {
  font-size: 14px;
  color: white;
  margin-bottom: 17px;
  line-height: 15px;
}

@media (max-width: 991px) {
  .footer-top .phone .title, .footer-top .worktime .title, .footer-top .email .title {
    display: none;
  }
}

.footer-top .phone {
  margin-bottom: 15px;
}

.footer-top .phone li {
  color: #bdc3c7;
  font-size: 14px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .footer-top .phone li {
    margin-bottom: 0;
    line-height: 1.6;
  }
}

.footer-top .email {
  margin-bottom: 20px;
}

.footer-top .email-address p {
  color: #bdc3c7;
  font-size: 14px;
}

.footer-top .worktime .value {
  color: #bdc3c7;
  margin-bottom: 8px;
  line-height: 1.5;
}

.footer-top .drop-title {
  color: white;
  cursor: pointer;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .footer-top .drop-title {
    text-align: center;
  }
}

.footer-top .drop-title i {
  padding-left: 8px;
}

@media (min-width: 992px) {
  .footer-top .drop-block {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .footer-top .drop-block {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-top .drop-block {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-top *[class*="footer-column"] {
    margin-bottom: 25px;
  }
}

.footer-top .footer-column3 {
  margin-left: 90px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .footer-top .footer-column3 {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .footer-top .footer-column3 {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .footer-top .big-drop-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .footer-top .big-drop-block {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-menu li {
    text-align: center;
  }
}

.footer-menu li a {
  font-size: 14px;
  color: #bdc3c7;
  display: inline-block;
  margin-bottom: 17px;
}

.footer-menu li a:visited {
  color: #bdc3c7;
}

.footer-menu li a:hover, .footer-menu li a:focus {
  color: #da2d29;
  text-decoration: underline;
}

#scrollup {
  position: fixed;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  right: 5%;
  bottom: 270px;
  display: none;
  cursor: pointer;
  opacity: 0.8;
  z-index: 999;
}

@media (max-width: 767px) {
  #scrollup {
    display: none !important;
  }
}

#scrollup .scroll-el {
  left: -3px;
  position: absolute;
  display: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.opacity-animate {
  -webkit-animation: flash infinite 0.3s linear;
  animation: flash infinite 0.3s linear;
}

#home-page {
  margin-top: -18px;
  /*Slider */
  /* Product */
  /* Media*/
}

#home-page .h1 {
  font-size: 22px;
  color: #242526;
  text-align: center;
  text-transform: uppercase;
  background: url("/catalog/view/theme/default/image/hr.png") no-repeat bottom center;
  letter-spacing: 1.5px;
  line-height: 36px;
  margin-bottom: 45px;
}

@media (min-width: 767px) {
  #home-page .h1 {
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 96px;
  }
}

@media (min-width: 992px) {
  #home-page .h1 {
    font-size: 40px;
    letter-spacing: 2.5px;
    line-height: 106px;
  }
}

@media (min-width: 1200px) {
  #home-page .h1 {
    font-size: 44px;
    letter-spacing: 3px;
    line-height: 110px;
  }
}

@media (min-width: 1390px) {
  #home-page .h1 {
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 116px;
    font-weight: 300;
  }
}

#home-page .slide {
  background: url("/catalog/view/theme/default/image/slide1.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  -o-background-size: cover;
}

#home-page .carousel-control {
  position: absolute;
  top: 44%;
  bottom: 0;
  width: 40px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-shadow: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}

#home-page .carousel-control.left {
  left: 10px;
  background-image: none;
}

@media (min-width: 767px) {
  #home-page .carousel-control.left {
    left: 50px;
  }
}

#home-page .carousel-control.right {
  right: 10px;
  background-image: none;
}

@media (min-width: 767px) {
  #home-page .carousel-control.right {
    right: 50px;
  }
}

#home-page .carousel-control.left .arrow-left {
  background: url("/catalog/view/theme/default/image/sprite.png") no-repeat;
  background-position: 0 -62px;
  width: 34px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#home-page .carousel-control.left .arrow-left:hover {
  background-position: 0 0;
}

#home-page .carousel-control.right .arrow-right {
  background: url("/catalog/view/theme/default/image/sprite.png") no-repeat;
  background-position: -40px -62px;
  width: 34px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

#home-page .carousel-control.right .arrow-right:hover {
  background-position: -40px 0;
}

#home-page .slider-row {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 992px) {
  #home-page .slider-row {
    width: 992px;
  }
}

@media (min-width: 1200px) {
  #home-page .slider-row {
    width: 1200px;
  }
}

@media (min-width: 1390px) {
  #home-page .slider-row {
    width: 1390px;
  }
}

#home-page .slider-row {
  position: relative;
}

#home-page .slider-row img {
  position: relative;
  top: 35px;
  max-width: 50%;
}

@media (min-width: 767px) {
  #home-page .slider-row img {
    max-width: 70%;
    left: 105px;
    top: 65px;
  }
}

@media (min-width: 900px) {
  #home-page .slider-row img {
    top: 35px;
  }
}

@media (min-width: 992px) {
  #home-page .slider-row img {
    max-width: 70%;
    left: 80px;
    top: 55px;
  }
}

@media (min-width: 1200px) {
  #home-page .slider-row img {
    max-width: 70%;
    left: 80px;
    top: 45px;
  }
}

@media (min-width: 1390px) {
  #home-page .slider-row img {
    max-width: 100%;
    left: 75px;
  }
}

#home-page .carousel-text {
  padding: 150px 0;
}

#home-page .carousel-text h3 {
  font-size: 26px;
  margin: 20px 0;
}

@media (min-width: 767px) {
  #home-page .carousel-text h3 {
    font-size: 38px;
    margin: 20px 0;
  }
}

@media (min-width: 992px) {
  #home-page .carousel-text h3 {
    font-size: 38px;
    margin: 20px 0;
  }
}

@media (min-width: 1200px) {
  #home-page .carousel-text h3 {
    font-size: 48px;
    margin: 20px 0;
  }
}

@media (min-width: 1390px) {
  #home-page .carousel-text h3 {
    font-size: 48px;
    margin-bottom: 25px;
  }
}

#home-page .h3-black {
  color: #000;
}

#home-page .h3-white {
  color: #fff;
  text-transform: uppercase;
}

#home-page .carousel-text .shop-button {
  background: #da2d29;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin: 15px 0;
  padding: 10px 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  letter-spacing: 1px;
}

#home-page .carousel-text .shop-button:hover {
  background: #242526;
}

@media (min-width: 767px) {
  #home-page .carousel-text .shop-button {
    margin: 25px 0;
    padding: 10px 40px;
  }
}

@media (min-width: 992px) {
  #home-page .carousel-text .shop-button {
    margin: 25px 0;
    padding: 10px 40px;
  }
}

@media (min-width: 1200px) {
  #home-page .carousel-text .shop-button {
    margin: 25px 0 50px 0;
    padding: 15px 50px;
  }
}

@media (min-width: 1390px) {
  #home-page .carousel-text .shop-button {
    margin: 25px 0 60px 0;
    padding: 17px 55px;
  }
}

#home-page .owl-theme .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
  margin-top: 0;
  z-index: 90;
}

#home-page .owl-carousel .owl-nav.disabled {
  display: block;
}

#home-page .owl-theme .owl-nav .disabled {
  opacity: 1;
  color: #676767 !important;
  background: #000;
  cursor: default;
}

#home-page .owl-theme .owl-nav [class*=owl-] {
  color: #da2d29;
  font-size: 12px;
  margin-left: 5px;
  padding: 2px 7px;
  background: #000;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#home-page .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

#home-page .owl-theme .owl-nav [class*='owl-']:hover {
  background: #000;
  color: #da2d29;
  text-decoration: none;
}

#home-page .category-item {
  position: relative;
  margin: 0px auto 30px;
  padding: 5px 0;
}

#home-page .category-item:hover {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.16);
}

#home-page .category-item .image {
  margin: 10px;
}

#home-page .category-item .image:hover {
  -webkit-animation: flash 0.3s linear;
  animation: flash 0.3s linear;
}

#home-page .category-item .product-content {
  margin: 10px 0;
  padding: 0;
}

#home-page .caption {
  display: table;
  width: 100%;
}

#home-page .caption a {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

@media (min-width: 767px) {
  #home-page .caption a {
    font-size: 16px;
    line-height: 22px;
    height: 50px;
  }
}

@media (min-width: 992px) {
  #home-page .caption a {
    font-size: 16px;
    line-height: 24px;
    height: 50px;
  }
}

@media (min-width: 1200px) {
  #home-page .caption a {
    height: 50px;
  }
}

#home-page .caption a:hover {
  color: #da2d29;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #home-page .slider-row img {
    margin: 0 auto;
  }
  #home-page .carousel-text {
    padding: 1em 0;
    text-align: center;
  }
  #home-page .category-item .image img {
    margin: 0 auto;
  }
}

#home-page .slide .item {
  width: 100%;
}

#home-page .about {
  background: url("/catalog/view/theme/default/image/about.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 100px;
}

#home-page .about .text-block {
  padding: 60px 30px;
  background-color: #000000;
  opacity: 0.8;
}

#home-page .text-block h4 {
  font-size: 36px;
  color: #da2d29;
  margin-bottom: 40px;
}

#home-page .text-block p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
  letter-spacing: 1px;
  text-align: justify;
}

@media (min-width: 767px) {
  #home-page .text-block p {
    font-size: 14px;
    width: 97%;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 992px) {
  #home-page .text-block p {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  #home-page .text-block p {
    width: 75%;
  }
}

#home-page .video {
  margin: 13% 0;
  position: relative;
}

@media (min-width: 767px) {
  #home-page .video {
    margin-top: 50%;
  }
}

@media (min-width: 992px) {
  #home-page .video {
    margin-top: 40%;
  }
}

@media (min-width: 1200px) {
  #home-page .video {
    margin-top: 26.5%;
  }
}

@media (min-width: 1390px) {
  #home-page .video {
    margin-top: 15%;
  }
}

#home-page .video img {
  position: relative;
  margin: 0 auto;
  width: 90%;
}

@media (min-width: 767px) {
  #home-page .video img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
}

@media (min-width: 992px) {
  #home-page .video img {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (min-width: 1200px) {
  #home-page .video img {
    position: absolute;
    top: 0;
    right: 10px;
    width: 70%;
  }
}

@media (min-width: 1390px) {
  #home-page .video img {
    position: absolute;
    top: 0;
    right: 10px;
    width: 55%;
  }
}

#catalog {
  padding-bottom: 130px;
}

@media (max-width: 767px) {
  #catalog {
    padding-bottom: 20px;
  }
}

#product {
  padding-bottom: 130px;
}

@media (max-width: 767px) {
  #product {
    padding-bottom: 20px;
  }
}

#product .breadcrumb {
  margin-bottom: 33px;
}

#product .product-block {
  font-size: 0;
}

#product .image-block {
  border: 1px solid #cccccc;
  padding: 30px 50px;
  display: inline-block;
  width: 34%;
  vertical-align: top;
}

@media (max-width: 991px) {
  #product .image-block {
    width: auto;
    padding: 20px;
    display: block;
    margin-bottom: 20px;
  }
}

#product .image-block img {
  width: 100%;
}

@media (max-width: 1199px) {
  #product .image-block img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
  }
}

#product .product-information {
  display: inline-block;
  width: 66%;
  vertical-align: top;
  padding-left: 15px;
  font-size: 16px;
}

@media (max-width: 991px) {
  #product .product-information {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #product .product-information {
    text-align: center;
  }
}

#product .product-name {
  font-size: 30px;
  color: #000000;
  margin-bottom: 35px;
  margin-top: 5px;
}

@media (max-width: 1390px) {
  #product .product-name {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1199px) {
  #product .product-name {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  #product .product-name {
    font-size: 22px;
  }
}

#product .cod {
  font-size: 18px;
  display: inline-block;
  padding-right: 35px;
  margin-bottom: 34px;
}

@media (max-width: 1199px) {
  #product .cod {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #product .cod {
    padding-right: 0;
    display: block;
    margin-bottom: 10px;
  }
}

#product .availability {
  color: #1bae22;
  font-size: 18px;
  margin-bottom: 34px;
  display: inline-block;
}

@media (max-width: 1199px) {
  #product .availability {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #product .availability {
    padding-right: 0;
    display: block;
    margin-bottom: 10px;
  }
}

#product .product-information .price {
  font-size: 30px;
  color: black;
  margin-bottom: 33px;
}

@media (max-width: 1390px) {
  #product .product-information .price {
    margin-bottom: 25px;
  }
}

@media (max-width: 1199px) {
  #product .product-information .price {
    font-size: 25px;
  }
}

#product .product-information .price .currency {
  font-size: 24px;
}

@media (max-width: 1199px) {
  #product .product-information .price .currency {
    font-size: 20px;
  }
}

#product .product-information .price .price-text {
  font-size: 18px;
}

@media (max-width: 1199px) {
  #product .product-information .price .price-text {
    font-size: 18px;
  }
}

#product .count-block {
  margin-top: 6px;
}

@media (max-width: 767px) {
  #product .count-block {
    text-align: center;
  }
}

#product .count-cart {
  overflow: hidden;
}

#product .count-text {
  font-size: 18px;
  color: black;
  display: inline-block;
  vertical-align: middle;
  padding-right: 17px;
}

#product .quantity-form {
  display: inline-block;
  width: 56px;
  vertical-align: middle;
}

#product .quantity-form input {
  border: 1px solid #cccccc;
  border-right: 0px;
  font-size: 14px;
}

#product .quantity-form .qty {
  width: 34px;
  height: 34px;
  line-height: 34px;
  float: left;
}

#product .quantity-form .quantity_button_group {
  font-size: 0;
}

#product .quantity-form button {
  outline: none;
  border: 1px solid #ccc;
  background: transparent;
  width: 22px;
  height: 17px;
  line-height: 15px;
  padding: 0;
  font-size: 14px;
}

#product .quantity-form button.qtyminus {
  border-top: 0px;
}

#product .quantity-form button:hover {
  background: #242526;
  color: white;
}

#product .add-to-cart {
  border: none;
  float: right;
  color: #ffffff;
  font-size: 18px;
  background: #da2d29;
  width: 270px;
  height: 45px;
  text-align: center;
  padding: 0 5px;
  line-height: 45px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
}

@media (max-width: 1390px) {
  #product .add-to-cart {
    width: 200px;
  }
}

@media (max-width: 1199px) {
  #product .add-to-cart {
    font-size: 16px;
    width: 180px;
  }
}

@media (max-width: 767px) {
  #product .add-to-cart {
    float: none;
    margin: 0 auto 20px;
  }
}

#product .add-to-cart:hover {
  background: #242526;
}

#product .nav.nav-tabs {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 24px;
  border: 0;
}

#product .nav.nav-tabs li {
  float: none;
  display: inline-block;
}

@media (max-width: 767px) {
  #product .nav.nav-tabs li {
    display: block;
    margin-bottom: 5px;
  }
}

#product .nav.nav-tabs li.active a {
  background: #242526;
  color: white;
}

#product .nav.nav-tabs li.active a:hover {
  background: #242526;
  color: white;
}

#product .nav.nav-tabs li a {
  font-size: 16px;
  color: #242526;
  text-transform: uppercase;
  padding: 10px 17px;
  border: 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  #product .nav.nav-tabs li a {
    padding: 8px 10px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  #product .nav.nav-tabs li a {
    display: block;
    background: #eee;
  }
}

#product .nav.nav-tabs li a:hover {
  border-color: #242526;
  background: transparent;
}

#product .tab-content {
  margin-bottom: 38px;
  overflow: hidden;
  padding: 0 10px;
}

@media (max-width: 767px) {
  #product .tab-content {
    padding: 0;
  }
}

#product #tab-review form {
  width: 100%;
  max-width: 590px;
}

@media (max-width: 767px) {
  #product #tab-review form {
    max-width: 100%;
  }
}

#product #tab-review h2 {
  color: #000000;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 23px;
  padding-left: 10px;
}

#product #tab-review .form-control {
  background-color: #f2f2f2;
  border: 1px solid #999;
}

#product #tab-review textarea {
  margin-bottom: 28px;
}

#product #tab-review button {
  margin-top: 40px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #242526;
  outline: none;
  border: 0;
  padding: 10px 20px;
}

#product #tab-review button:hover {
  background: #da2d29;
}

#product #tab-characteristics table {
  border-collapse: separate;
  border-spacing: 2px;
}

#product #tab-characteristics table td {
  border: 1px solid #f2f2f2;
  padding: 8px 10px 8px 20px;
  line-height: 1.6;
  color: #000000;
  font-size: 14px;
}

#product #tab-characteristics table td:first-child {
  width: 30%;
  background: #f2f2f2;
}

@media (max-width: 991px) {
  #product #tab-characteristics table td:first-child {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #product #tab-characteristics table td:first-child {
    width: 70%;
  }
}

#product #tab-description h2 {
  color: #da2d29;
  font-size: 24px;
  margin-bottom: 15px;
}

#product #tab-description p {
  color: #000000;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.3;
}

#product .comments {
  padding: 0 15px;
}

@media (max-width: 767px) {
  #product .comments {
    padding: 0;
  }
}

#product .comment-block .comment {
  margin-bottom: 20px;
}

#product .comment-block .user-name {
  color: #000000;
  font-size: 16px;
  padding-right: 35px;
  margin-bottom: 17px;
  display: inline-block;
}

@media (max-width: 767px) {
  #product .comment-block .user-name {
    margin-bottom: 10px;
  }
}

#product .comment-block .date {
  color: #757575;
  font-size: 14px;
  margin-bottom: 17px;
  display: inline-block;
}

@media (max-width: 767px) {
  #product .comment-block .date {
    margin-bottom: 10px;
  }
}

#product .comment-block .body {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.7;
}

#product .comment-block .answers {
  padding: 0 50px;
}

@media (max-width: 767px) {
  #product .comment-block .answers {
    padding: 0 20px;
  }
}

#product .comment-block .answers .user-name {
  color: #da2d29;
}

#cart-page {
  padding-bottom: 70px;
}

#cart-page .page-title {
  font-size: 25px;
  margin-bottom: 10px;
}

#cart-page #your-order {
  float: right;
  width: 100%;
  max-width: 550px;
  margin-top: 30px;
  padding: 40px 45px;
}

@media (max-width: 991px) {
  #cart-page #your-order {
    float: none;
  }
}

@media (max-width: 767px) {
  #cart-page #your-order {
    padding: 20px 10px;
  }
}

#cart-page #your-order .table-delivery {
  border: 0;
}

#cart-page #your-order .table-delivery td {
  padding: 25px 0 13px;
}

#cart-page #your-order select {
  max-width: 225px;
  display: inline-block;
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  #cart-page #your-order select {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  #cart-page #your-order .text-right {
    text-align: left;
  }
}

#cart-page #your-order .submit-block {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #cart-page #your-order .submit-block {
    margin-bottom: 15px;
  }
}

#cart-page #your-order .white-body {
  margin-bottom: 45px;
}

@media (max-width: 500px) {
  #cart-page #your-order td {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0 !important;
  }
}

#cart-page #your-order .first-total tr {
  border-top: 0;
}

#cart-page #your-order .first-total tr td {
  padding: 10px 0;
}

#cart-page .cart-table {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #cart-page .cart-table {
    text-align: center;
    margin-bottom: 0px;
  }
}

#cart-page .cart-table thead > tr > th, #cart-page .cart-table tbody > tr > th, #cart-page .cart-table tfoot > tr > th, #cart-page .cart-table thead > tr > td, #cart-page .cart-table tbody > tr > td, #cart-page .cart-table tfoot > tr > td {
  padding: 10px 8px;
}

#cart-page .cart-table td {
  vertical-align: middle;
}

#cart-page .cart-table tbody tr {
  border: 1px solid #ddd;
}

@media (max-width: 767px) {
  #cart-page .cart-table thead {
    display: none;
  }
}

#cart-page .cart-table thead td {
  color: #242526;
  font-size: 20px;
  padding: 8px;
}

#cart-page .cart-table thead td:first-child {
  padding-left: 30px;
}

#cart-page .cart-table .product-td {
  width: 41%;
  font-size: 0;
}

@media (max-width: 767px) {
  #cart-page .cart-table .product-td {
    border-bottom: 1px solid #ddd !important;
  }
}

#cart-page .cart-table td a.name {
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  width: 72%;
  font-size: 16px;
}

@media (max-width: 991px) {
  #cart-page .cart-table td a.name {
    font-size: 14px;
    width: 65%;
  }
}

@media (max-width: 767px) {
  #cart-page .cart-table td a.name {
    width: 100%;
  }
}

#cart-page .cart-table td a.name:hover {
  color: #da2d29;
}

#cart-page .cart-table .image-link {
  vertical-align: middle;
  display: inline-block;
  width: 27%;
  padding-right: 20px;
}

@media (max-width: 991px) {
  #cart-page .cart-table .image-link {
    width: 35%;
  }
}

@media (max-width: 767px) {
  #cart-page .cart-table .image-link {
    width: 100%;
    padding: 0;
  }
}

#cart-page .cart-table td .img-thumbnail {
  border: 0px;
  max-width: 100%;
}

#cart-page .cart-table td.price {
  color: #000000;
  font-size: 24px;
}

@media (max-width: 1199px) {
  #cart-page .cart-table td.price {
    font-size: 20px;
  }
}

#cart-page .cart-table td.price .currency {
  font-size: 18px;
}

@media (max-width: 1199px) {
  #cart-page .cart-table td.price .currency {
    font-size: 16px;
  }
}

#cart-page .cart-table .count-product {
  width: 10%;
}

#cart-page .cart-table .number {
  display: inline-block;
  text-align: center;
}

#cart-page .cart-table .number .product-count {
  border: 1px solid #cccccc;
  border-right: 0px;
  font-size: 14px;
  width: 35px;
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 42px;
  float: left;
}

#cart-page .cart-table .number span {
  width: 30px;
  height: 21px;
  line-height: 21px;
  float: left;
  outline: none;
  border: 1px solid #ccc;
  background: transparent;
  padding: 0;
  font-size: 14px;
  display: inline-block;
}

#cart-page .cart-table .number span.minus {
  border-top: 0px;
}

#cart-page .cart-table .number span:hover {
  background: #242526;
  color: white;
}

#cart-page .cart-table td.total-price {
  color: #da2d29;
  font-size: 30px;
}

@media (max-width: 1199px) {
  #cart-page .cart-table td.total-price {
    font-size: 24px;
  }
}

#cart-page .cart-table td.total-price .currency {
  font-size: 24px;
}

@media (max-width: 1199px) {
  #cart-page .cart-table td.total-price .currency {
    font-size: 18px;
  }
}

#cart-page .cart-table td .btn-del {
  border: 3px solid #d8d8d8;
  padding: 5px;
  background: transparent;
  outline: none;
}

@media (max-width: 991px) {
  #cart-page .cart-table td .btn-del {
    padding: 3px;
  }
}

@media (max-width: 767px) {
  #cart-page .cart-table td {
    display: inline-block;
    width: auto;
    text-align: center;
    border: 0 !important;
  }
}

@media (max-width: 767px) {
  #cart-page .cart-table .product-td {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #cart-page .cart-table tr {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}

#cart-page .button-block {
  text-align: right;
  float: right;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #cart-page .button-block {
    text-align: center;
    float: none;
  }
}

#cart-page .cart-block {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  #cart-page .cart-block {
    margin-bottom: 20px;
  }
}

#cart-page #form-cupon input {
  margin-bottom: 20px;
}

#checkout-page {
  padding-bottom: 50px;
}

#checkout-page .page-title {
  font-size: 24px;
  padding-left: 0px;
  font-weight: 500;
}

@media (max-width: 991px) {
  #checkout-page .page-title {
    text-align: center;
  }
}

#checkout-page .account-questions {
  margin: 38px 0 8px 0px;
}

@media (max-width: 991px) {
  #checkout-page .account-questions {
    text-align: center;
  }
}

#checkout-page .account-questions div span {
  margin-bottom: 30px;
  display: inline-block;
}

#checkout-page .account-questions div .red {
  color: #da2d29;
  padding-right: 10px;
}

#checkout-page .account-questions div a {
  color: #000000;
  font-size: 14px;
  text-decoration: underline;
}

#checkout-page .account-questions div a:hover {
  text-decoration: none;
}

#checkout-page #your-order {
  margin-top: 25px;
}

#checkout-page .requisites {
  width: 100%;
  max-width: 550px;
  margin-bottom: 25px;
  margin-top: 20px;
}

#checkout-page .requisites h2 {
  color: #000000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
}

#checkout-page .control-label {
  margin-bottom: 12px;
}

#checkout-page .form-control {
  margin-bottom: 25px;
}

#checkout-page .registration-checkbox {
  margin-top: 20px;
}

#checkout-page #registration-account {
  max-width: 550px;
  width: 100%;
  display: none;
}

#checkout-page #sign-in p, #checkout-page #registration-account p {
  font-size: 14px;
  color: black;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.3;
}

#checkout-page #sign-in {
  background: #e6edf2;
  padding: 25px 20px;
  max-width: 500px;
  margin-bottom: 20px;
  display: none;
}

#checkout-page #sign-in input[type="submit"] {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  padding: 0px 15px;
  width: 100%;
  line-height: 40px;
  background: #242526;
  border: 0px;
  display: inline-block;
}

#checkout-page #sign-in input[type="submit"]:hover {
  background: #da2d29;
}

#checkout-page #form-cupon {
  display: none;
}

@media (max-width: 991px) {
  #checkout-page form {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 500px) {
  #checkout-page td {
    display: block;
    text-align: left;
    padding: 8px 0 !important;
    width: 100% !important;
  }
}

.call .dropdown-menu{
  min-width: 340px;
  padding: 0;
  left: -100%;
  margin-top: 10px;
}
@media (max-width: 860px){
  .call .dropdown-menu{
    left: -132%;
  }
}
@media (max-width: 767px){
  .call .dropdown-menu{
    left: 50%;
    margin-left: -140px;
  }
  .call .dropdown-menu{
    min-width: 280px;
  }
}
.call .inputs{
  padding: 0 30px;
}
  .call-form h3{
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    background: black;
    text-align: center;
    padding: 13px 15px;
    margin-bottom: 20px;
  }
  .call-form input{
    margin-bottom: 20px;
  }
   .call-form [type="button"]{
        color: #000000;
        text-transform: uppercase;
        font-size: 14px;
        display: block;
        padding: 14px 15px;
        background: #ececec;
        text-align: center;
        margin-bottom: 10px;
        width: 100%;
        border: 0px;
        box-shadow: none;
   }
   .call-form [type="button"]:hover{
      background: #242526;
      color: white;
   }
  .call.open > .dropdown-menu {
  animation-name: flipInX;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: flipInX;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: flipInX;
  -moz-animation-duration: 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
  
  td.code {
  width: 2.5% !important
}

td.code input {
  width: 15px;
  height: 15px;
}

.category-description{
  margin-bottom: 40px;
}

.dug-head { 
font-size: 25px;
font-weight: 500;
margin-bottom: 10px;
line-height: 29px;
}
  
.new-h2 {
font-size: 25px;
}

.new-ul {
list-style-type: circle;
margin-left: 25px;
}

.new-ol {
list-style-type: decimal;
margin-left: 25px;
}

.new-p {
font-size: 15px;
}






