@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=cyrillic);

body {
  font-family: "Open Sans Condensed", sans-serif;
  color: #000;
  background-color: #e0e0e0;
	font-size: 14px;
}
p,
li {
  font-size: 150%;
  color: #000;
}
a {
	text-decoration: none;
}
h1 {
  color: #000;
}
.title {
  font-size: 200%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 3%;
}
.FancyBox img {
  margin: 0 7px 5px 0;
  float: left;
}
.galleryImg {
	width: 110px;
	height: 85px;
}

div {
  border: 1px solid #000;
}
div {
  border: none;
}

.container {
  background-color: #fff;
}
.mobile {
  display: none;
}

.header {
  line-height: 200%;
  padding-bottom: 25px;
}
.header big {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 240%;
  display: block;
  color: #ba0404;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}
.header .logo {
  background: #ffca12 url("/images/logo-bg.jpg") center right no-repeat;
  padding: 20px 30px;
  text-transform: uppercase;
  font-size: 80%;
  vertical-align: bottom;
}
.header .logo img {
  float: left;
}
.header .logo p {
  padding-top: 10px;
}
.header .logo a:hover {
  text-decoration: none;
}
.header .contact {
  padding: 9px 10px;
  vertical-align: bottom;
  text-align: right;
  text-transform: none;
}
.header .contact a.topphone {
  color: #ba0404;
  text-decoration: underline;
}
.header .contact a.topphone:hover {
  text-decoration: none;
}
.header .contact a {
  color: #000;
  text-decoration: underline;
  margin: 0 10px;
}
.header .contact a:hover {
  color: #ba0404;
  text-decoration: none;
}
.header .contact big {
}
.header .contact p {
  font-size: 100%;
}

.menu {
  background-color: #ba0404;
  padding: 25px 18px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  margin-bottom: 25px;
}
.menu a {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 0;
  border-bottom: 1px solid #710303;
  border-top: 1px solid #dd8282;
  display: block;
  font-size: 130%;
	text-align: left;
}
.menu a:first-child {
  border-top: none;
}
.menu a:last-child {
  border-bottom: none;
}
.menu a:hover {
  background-color: #ab0505;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.page-title-line {
  background: #ffca12;
  margin-bottom: 25px;
  padding: 10px 5px 10px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  overflow: hidden;
  font-size: 120%;
}
.page-title {
  font-size: 110%;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0;
}
.goods-title {
  float: left;
  font-weight: bold;
  font-size: 110%;
  padding-right: 25px;
}
.breadcrumbs {
  float: right;
  font-size: 86%;
  padding-top: 3px;
}
.breadcrumbs .glyphicon {
  font-size: 86%;
}
.breadcrumbs a {
  color: #000;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: #ba0404;
}

.carousel {
  height: 300px;
}
.carousel-caption {
  left: 10%;
  right: 10%;
  bottom: 100px;
}
.carousel-caption p {
  padding: 0;
  margin: 0 0 10px 0;
}
.carousel .carousel-item {
  background-color: #fff;
  height: 300px;
}
.carousel-inner > .carousel-item > img {
  height: 300px;
}
.carousel .carousel-item img {
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
}
.carousel-control-prev {
  background-color: none;
  background-image: none;
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -khtml-border-radius: 10px 0 0 10px;
}
.carousel-control-prev {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0px,
    rgba(0, 0, 0, 0) 100%
  );
}
.carousel-control-next {
  background-color: none;
  background-image: none;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -khtml-border-radius: 0 10px 10px 0;
}
.carousel-control-next:hover {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5) 0px,
    rgba(0, 0, 0, 0) 100%
  );
}

.carousel-caption .title {
  text-shadow: 1px 1px 0px #000;
  color: #fff;
  font-weight: bold;
  font-size: 200%;
}
.carousel-indicators {
  bottom: -35px;
}
.carousel-indicators .active {
  background-color: #ffca12;
}
.carousel-indicators li {
  border: 1px solid #ffca12;
}

.goods-catalog > div {
	margin-bottom: 20px;
}
.goods-catalog .d-flex {
  text-align: center;
  margin: 0 0 20px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  color: #000;
  text-transform: uppercase;
	height: 100%;
}
.goods-catalog .d-flex h3 {
  font-size: 130%;
  margin: 10px 0 5px 0;
  padding: 0;
}
.goods-catalog .d-flex h3 span {
  font-size: 80%;
  text-transform: none;
}
.goods-catalog .d-flex:hover {
  background: linear-gradient(to bottom, #fff, #f0f0f0);
  color: #ba0404;
}
.goods-catalog .d-flex .price {
  text-transform: none;
  background: url("/images/price-bg.png") center 0 no-repeat;
  padding: 2px 0 5px 0;
  text-shadow: 1px 1px 0px #fff;
  color: #ba0404;
  font-weight: bold;
  text-align: center;
}

.reason-block {
  text-align: center;
  margin: 10px 0 15px 0;
  color: #000;
  text-transform: uppercase;
  font-size: 110%;
  font-weight: bold;
}

.catalog-text {
  margin: 25px 0;
}
.catalog-text p {
  margin: 25px 0;
  font-size: 110%;
  font-family: Arial;
}

.goods {
}
.goods-photo .center-block {
  margin: 0 auto 5px auto;
  float: none;
}
.goods-info {
  text-align: right;
  font-size: 80%;
}
.goods-info .price {
  margin: 25px 0;
}
.goods-info .price big {
  font-size: 150%;
  font-weight: bold;
  color: #ba0404;
  display: block;
}
.goods-info .phone big {
  font-size: 140%;
  font-weight: bold;
  color: #ba0404;
  display: block;
}
.goods-info .call-button-link {
  font-size: 125%;
}

footer {
  padding: 15px 0;
}
footer .container {
  background-color: #e0e0e0;
}
.copy {
  padding: 0.5em 12em 3em 0;
  background: url("../img/logoa1.png") right top no-repeat;
  line-height: 120%;
  text-align: left;
  color: #000;
}
.copy a {
  color: #000;
  text-decoration: underline;
}
.copy a:hover {
  color: #ba0404;
  text-decoration: none;
}

#jError,
#jSuccess {
  font-size: 150%;
}

/* yandex search form */
.ya-site-form__wrap {
  width: 50% !important;
}

@media screen and (max-width: 990px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }

  .header .contact {
    text-align: center;
  }
  .topmenu {
    text-align: center;
    padding: 0 0 10px 0;
  }
  .topmenu a {
    padding: 5px 20px;
    background: linear-gradient(to bottom, #fefefe, #e6e6e6);
    border: 1px solid #e7e7e7;
    text-transform: uppercase;
    color: #000;
  }
  .topmenu a:first-child {
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -khtml-border-radius: 8px 0 0 8px;
  }
  .topmenu a:last-child {
    border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -khtml-border-radius: 0 8px 8px 0;
    border-left-color: #f5f5f5;
  }
  .topmenu a:nth-child(2n) {
    border-left-color: #f5f5f5;
  }
  .topmenu a:hover {
    background: linear-gradient(to bottom, #fefefe, #cfcfcf);
    color: #000;
    text-decoration: none;
  }
  .menu {
    padding: 10px 18px;
  }
  .menu .trigger {
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0;
    display: block;
    font-size: 140%;
    font-weight: bold;
  }
  .menu .trigger:hover {
    background-color: #ab0505;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  }
  .goods-catalog .d-flex {
    margin: 10px 5px 10px 25px;
  }

  .breadcrumbs {
    float: left;
  }

  .call-button {
    display: block;
    background: linear-gradient(to bottom, #e0cba5, #bb1716);
    overflow: hidden;
    padding: 8px 10px 8px 20px;
    line-height: 220%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    width: 340px;
    margin: 15px auto;
    text-align: left;
  }
  .call-button-link:hover {
    text-decoration: none;
  }
  .call-button img {
    float: left;
    margin-right: 10px;
  }
  .call-button p {
    color: #fff;
  }
  .call-button big {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    font-size: 160%;
    text-shadow: 1px 1px 0px #000;
    display: block;
  }

  .goods-info {
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  .header .logo p {
    font-size: 110%;
  }
  .header .logo big {
    font-size: 180%;
  }
  .topmenu a {
    padding: 5px 10px;
  }
  .carousel {
    display: none;
  }
  .goods-catalog .d-flex {
    margin: 10px 5px 10px 15px;
  }
}