body {
  font-family: "Arial";
  font-size: 14px;
}

h1,
h2,
h3,
h4 {
  font-family: "Arial";
  font-weight: 700;
  line-height: 140%;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

p {
  line-height: 140%;
}

a {
  color: #BA0000;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #333333;
  text-decoration: none;
}

.caption {
  border: 1px solid #cccccc;
  padding: 15px;
}

.icon_big {
  color: #cccccc;
  padding-right: 5px;
  font-size: 32px;
}

.icon_red {
  color: #BA0000;
}

.icon-gigant {
  vertical-align: top;
  font-size: 80px;
  color: #BA0000;
}

.h_narrow *:first-child {
  margin-top: 5px;
  padding: 0;
}

.p_narrow *:first-child {
  margin: 0;
  padding: 0;
}

.photo {
  position: relative;
  margin-bottom: 20px;
}

.photo__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}

.photo_service {
  height: 400px;
  font-size: 18px;
  background: url("../../../assets/templates/img/service.jpg");
  background-size: cover;
  background-position: center center;
}

.map {
  border: 1px solid #eeeeee;
  border-bottom: 3px solid #eeeeee;
  padding: 20px;
  clear: both;
  height: 405px;
}

.form-control {
  border-radius: 0;
  border: 1px solid #eeeeee;
  border-bottom: 3px solid #eeeeee;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb > li + li:before {
  content: '/ ';
  font-weight: 100;
}

@font-face {
  font-family: 'oborudovanie';
  src: url("../../../assets/templates/fonts/oborud.eot?73677970");
  src: url("../../../assets/templates/fonts/oborud.eot?73677970#iefix") format("embedded-opentype"), url("../../../assets/templates/fonts/oborud.woff?73677970") format("woff"), url("../../../assets/templates/fonts/oborud.ttf?73677970") format("truetype"), url("../../../assets/templates/fonts/oborud.svg?73677970#oborud") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "oborudovanie";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8 */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: '\e800';
}

.icon-email:before {
  content: '\e801';
}

.icon-folder:before {
  content: '\e802';
}

.icon-star:before {
  content: '\e803';
}

.icon-search:before {
  content: '\e804';
}

.icon-plug:before {
  content: '\e805';
}

.icon-oven:before {
  content: '\e806';
}

.icon-kitchen:before {
  content: '\e807';
}

.icon-wrench:before {
  content: '\e808';
}

.icon-verified:before {
  content: '\e809';
}

.icon-osc:before {
  content: '\e80a';
}

.icon-gear:before {
  content: '\e80b';
}

.icon-location:before {
  content: '\e80c';
}

.icon-cart:before {
  content: '\e80d';
}

.icon-direction:before {
  content: '\e80e';
}

.icon-crown:before {
  content: '\e80f';
}

.icon-rouble:before {
  content: '\e810';
}

.icon-hierarchical:before {
  content: '\e811';
}

.icon-article:before {
  content: '\e812';
}

.topnav {
  background: #FCFCFC;
}

.topnav__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topnav__item {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  padding-right: 12px;
}

.header-contacts {
  line-height: 30px;
  vertical-align: middle;
}

.header-contacts a {
  color: #333333;
}

.header-contacts i {
  padding: 0 4px;
}

.topheader {
  clear: both;
  padding: 30px 0;
}

.topheader__logo img {
  width: 100%;
}

.topheader__slogan {
  line-height: 120%;
}

@media screen and (min-width: 1200px) {
  .topheader__slogan {
    font-size: 16px;
  }
}

.search__wrapper {
  border: 1px solid #eeeeee;
  border-bottom: 3px solid #eeeeee;
}

.search__input {
  width: 80%;
  border: none;
  padding: 7px 0 7px 5%;
}

.search__button {
  padding: 0;
  width: 15%;
  border: none;
  background: none;
  color: #eeeeee;
  font-size: 130%;
}

.bottomnav {
  padding-bottom: 30px;
}

.mainmenu {
  padding: 0 15px;
  line-height: 45px;
  vertical-align: middle;
  border: 1px solid #eeeeee;
  border-bottom: 3px solid #eeeeee;
}

.mainmenu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mainmenu__item {
  display: inline-block;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 700;
}

.section {
  padding-bottom: 30px;
}

.section__header {
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
}

.section__header_narrow {
  padding: 0;
  margin: 0;
}

.section__header a {
  color: #333333;
}

.section__header a:hover {
  color: #BA0000;
}

.section__subheader {
  font-size: 24px;
  padding-bottom: 10px;
}

.section__breadcrumb {
  padding: 0;
  background: none;
  font-size: 18px;
  font-weight: 700;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 10px 15px;
  border-radius: 0;
  margin-right: -14.7px;
}

.section__breadcrumb .active {
  color: #333333;
}

.section__breadcrumb a {
  color: #333333;
}

.section__breadcrumb a:hover {
  color: #BA0000;
}

.section__lead {
  padding: 15px 0 0 0;
  font-size: 18px;
}

.section__content {
  padding-bottom: 20px;
}

.section-narrow {
  padding: 0;
}

.section-about {
  background: url("../../../assets/templates/img/about.png") center 0px no-repeat;
  background-size: 2300px;
}

.section-about__text {
  font-size: 18px;
}

.section-about__content {
  padding-top: 300px;
}

.section-about__content2 {
  height: 780px;
  clear: both;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}

.section-about .letter {
  position: absolute;
  background: #fff;
  padding: 0;
}

.section-about .letter-top {
  z-index: 100;
  box-shadow: 0px 10px 40px #ccc;
}

.section-about .letter-middle {
  z-index: 90;
  -webkit-transform: translateX(-100px) translateY(50px) rotateZ(-10deg);
  transform: translateX(-100px) translateY(50px) rotateZ(-10deg);
  box-shadow: 0px 10px 30px #ccc;
}

.section-about .letter-bottom {
  z-index: 80;
  -webkit-transform: translateX(100px) translateY(100px) rotateZ(5deg);
  transform: translateX(100px) translateY(100px) rotateZ(5deg);
  box-shadow: 0px 10px 20px #ccc;
}

.section-about__letter {
  padding: 40px 50px;
}

.nav-pills_flat {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
}

.nav-pills_flat li {
  display: inline-block;
}

.nav-pills_flat a {
  display: block;
  padding: 0 8px;
  vertical-align: middle;
  color: #333333;
  padding-bottom: 5px;
}

.nav-pills_flat a:hover {
  border-bottom: 2px solid #eeeeee;
}

.nav-pills_flat .active a {
  color: #BA0000;
  border-bottom: 2px solid #BA0000;
}

.news-preview {
  border: 1px solid #eeeeee;
  border-bottom: 3px solid #eeeeee;
  overflow: hidden;
  padding: 25px 15px;
}

.news-preview__header {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
}

.news-preview__link {
  padding: 3px 0;
}

.news-preview__link-all {
  font-size: 15px;
  padding-top: 10px;
  font-weight: 700;
}

.news-preview__image {
  margin: 0 auto;
}

.news-intro {
  padding-bottom: 20px;
}

.news-intro__header {
  font-size: 16px;
  font-weight: 700;
}

.news-intro__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article__header {
  font-weight: 700;
}

.feedback {
  margin-top: 20px;
  border: 2px solid #BA0000;
  padding: 20px;
}

.feedback__header {
  line-height: 120%;
  font-size: 24px;
  font-weight: 700;
}

.feedback__text {
  padding: 10px 0;
}

.feedback__submit {
  background: none;
  border: none;
  color: #BA0000;
  font-size: 24px;
  font-weight: 700;
}

footer {
  background-color: #eeeeee;
  padding: 20px 0;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.specs__item {
  padding-bottom: 10px;
}

.specs__text {
  font-size: 16px;
  padding-top: 5px;
}

.menu-catalog {
  background: #eeeeee;
  padding: 10px 15px;
}

.menu-catalog__item {
  padding: 5px 0;
}

.menu-catalog .active a {
  color: #333333;
}

.sidebar_right {
  padding: 10px 15px;
}

.sidebar__header {
  font-weight: 700;
  padding-top: 10px;
}

.sidebar__header:first-child {
  padding-top: 0;
}

.sidebar__menu {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.sidebar__menu:last-child {
  border-bottom: none;
}

.sidebar__menu li {
  line-height: 120%;
  padding: 3px 0;
}

.brands {
  overflow: hidden;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.brands__icon {
  text-align: center;
  line-height: 70px;
  font-size: 36px;
  color: #cccccc;
}

.brands__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 15px 0;
  line-height: 170%;
}

.brands__item {
  padding-right: 20px;
}

.brands__item.active a {
  color: #333333;
  font-weight: 700;
}

.items {
  overflow: hidden;
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
}

.items__item {
  padding-bottom: 10px;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.items__image {
  height: 220px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.items__image img {
  max-height: 100%;
  max-width: 100%;
}

.items__category {
  font-size: 16px;
  background: -webkit-linear-gradient(90deg, white 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 70%, rgba(255, 255, 255, 0) 100%);
}

.items__price {
  text-align: center;
  font-size: 24px;
  padding-top: 5px;
}

.items__price i {
  font-size: 22px;
}

.items__price_empty {
  font-size: 14px;
}

.items__price-title {
  text-align: left;
  font-size: 14px;
}

.items__discount {
  display: inline;
  text-align: center;
  line-height: 31px;
  vertical-align: middle;
  margin: 0px 10px;
  color: #BA0000;
  border: 1px solid #BA0000;
  padding: 4px 7px;
  border-radius: 5px;
  font-size: 14px;
}

.items__descr {
  font-size: 12px;
  padding-top: 10px;
}

.items__descr table td {
  vertical-align: top;
  line-height: 110%;
  padding-bottom: 5px;
}

.items__descr table tr td:first-child {
  padding-right: 5px;
  font-weight: 700;
}

.items .col-md-4 .items__descr,
.items .col-md-4 .items__title,
.items .col-md-3 .items__descr,
.items .col-md-3 .items__title {
  text-align: left;
}

.items_fixed {
  overflow: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items_fixed .items__item {
  position: relative;
  padding-bottom: 50px;
}

.items_fixed .items__item .items__price {
  position: absolute;
  bottom: 10px;
  width: 90%;
}

.items_categories {
  overflow: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items_categories .items__item {
  position: relative;
  padding-bottom: 30px;
}

.items_categories .items__item .items__category {
  position: absolute;
  bottom: 10px;
  width: 90%;
  padding-top: 20px;
}

.pagination__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination li {
  display: inline-block;
}

.pagination li.active {
  padding: 5px;
  font-weight: 700;
}

.pagination a {
  font-weight: 700;
  padding: 5px;
}

.pagination .disabled {
  display: none;
}

.item {
  border: 1px solid #eeeeee;
}

.item__title {
  font-size: 24px;
  color: #BA0000;
  padding: 10px 20px;
  margin: 0;
}

.item__info {
  overflow: hidden;
  padding: 20px 0;
}

.item__descr table {
  width: 100%;
}

.item__descr tr td {
  vertical-align: top;
  line-height: 100%;
  padding: 0 0 20px 0;
}

.item__descr tr td:first-child {
  font-weight: 700;
  width: 40%;
  padding: 0 10px 20px 0;
}

.item__price {
  font-size: 24px;
}

.item__price i {
  font-size: 22px;
}

.item-section__header {
  padding: 20px;
  font-weight: 700;
  font-size: 24px;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.section-categories {
  padding-top: 10px;
}

.categories {
  overflow: hidden;
}

.categories__category {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.categories__title {
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
}

.categories__title a {
  color: #333333;
}

.categories__title a:hover {
  color: #BA0000;
}

.categories__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slider-main {
  overflow: hidden;
}

.slider-main__slide {
  height: 400px;
}

.slider-main__content {
  padding: 25px 25px;
  height: 400px;
  background: rgba(255, 255, 255, 0.8);
}

.slider-main__header {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.slider-main__text {
  padding: 15px 0;
  font-size: 16px;
  line-height: 120%;
}

.slider-main__button {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  border: 2px solid #BA0000;
  padding: 6px 0;
  width: 70%;
  text-align: center;
}

.slider-main__button:hover {
  background-color: #BA0000;
  color: #fff;
  text-decoration: none;
}

.slider-brands {
  border: 1px solid #eeeeee;
  border-bottom: 3px solid #eeeeee;
  padding: 15px 0;
  overflow: hidden;
}

.slider-brands__image {
  margin-left: -1px;
  text-align: center;
  padding-left: 0px;
  border-left: 1px solid #eeeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-brands__image img {
  max-height: 50px;
}

.slider-brands__pagination {
  text-align: center;
  padding: 10px;
}

.swiper-pagination-bullet {
  cursor: pointer;
  background: none;
  width: 10px;
  height: 10px;
  margin: 4px;
  border: 1px solid #cccccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  border: 2px solid #BA0000;
}

.gallery {
  border: 1px solid #eeeeee;
  border-bottom: 3px solid #eeeeee;
  overflow: hidden;
}

.swiper-gallery {
  border-bottom: 1px solid #eeeeee;
}

.swiper-gallery__pagination {
  text-align: center;
  padding: 10px;
}

.swiper-gallery__button_next,
.swiper-gallery__button_prev {
  position: absolute;
  top: 40%;
  z-index: 100;
  color: #fff;
  font-size: 32px;
  color: #cccccc;
  cursor: pointer;
}

.swiper-gallery__button_next {
  right: 20px;
}

.swiper-gallery__button_prev {
  left: 20px;
}

.swiper-gallery .swiper-slide-image {
  height: 440px;
}

.swiper-gallery .swiper-slide-image img {
  height: 100%;
  margin: 0 auto;
}

.swiper-gallery-thumbs .swiper-slide {
  border-left: 1px solid #eeeeee;
  width: 16.66%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.swiper-gallery-thumbs .swiper-slide:hover .swiper-gallery__descr {
  top: 0px;
  background: rgba(250, 250, 250, 0.6);
}

.swiper-gallery-thumbs .swiper-slide.active .swiper-gallery__descr {
  top: 0px;
  background: rgba(245, 245, 245, 0.8);
}

.swiper-gallery-thumbs .swiper-wrapper {
  margin: 0;
  padding: 0;
}

.swiper-gallery-thumbs .swiper-slide-thumb {
  padding: 15px;
  text-align: center;
}

.swiper-gallery-thumbs .swiper-gallery__descr {
  top: 68%;
  position: absolute;
  left: 0;
  height: 160px;
  width: 100%;
  font-size: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  color: #333333;
}

@media screen and (min-width: 1200px) {
  .swiper-gallery-thumbs .swiper-gallery__descr {
    top: 72%;
  }
}

.swiper-gallery-thumbs .swiper-gallery__title {
  font-weight: 700;
  color: #BA0000;
  padding-bottom: 5px;
  height: 35px;
}

.swiper-gallery-thumbs .swiper-scrollbar {
  background: #eeeeee;
  position: inherit;
  width: 100%;
  opacity: 1;
  border-top: 3px solid #eeeeee;
  height: 8px;
}

.swiper-gallery-thumbs .swiper-scrollbar-drag {
  background: #cccccc;
  opacity: 1;
}

.slider-clients {
  padding: 20px 40px;
  position: relative;
}

.slider-clients__swiper {
  overflow: hidden;
  text-align: center;
}

.slider-clients__title {
  padding-top: 10px;
}

.slider-clients .swiper-wrapper {
  padding-bottom: 10px;
}

.slider-clients .swiper-slide {
  border: 1px solid #eeeeee;
  padding: 20px;
  height: 150px;
}

.slider-clients__button_prev,
.slider-clients__button_next {
  cursor: pointer;
  position: absolute;
  top: 41%;
  font-size: 32px;
  color: #cccccc;
}

.slider-clients__button_prev {
  left: 0px;
}

.slider-clients__button_next {
  right: 0px;
}