@import url('https://fonts.googleapis.com/css?family=Cuprum:400,400i,700,700i&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&amp;subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=cyrillic');
.rel {
  position: relative;
}
/* hover overley block */
.overlay {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #96b417;
}
/* remove padding from col */
.box-style {
  /* border: 5px solid transparent; */
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.default_img_background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contain_img_background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.default_box-shadow {
  box-shadow: 0px 0px 15px 1px #999999;
}
.lite_box-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.text-bold {
  font-weight: bold;
}
.header-style {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
/* https://codepen.io/brenden/pen/RNZXqx */
/* a,a:visited,a:hover,a:active{
    -webkit-backface-visibility:hidden;
                    backface-visibility:hidden;
    position:relative;
    transition:0.5s color ease;
    text-decoration:none;
    color:#81b3d2;
    font-size:2.5em;
} */
a:hover {
  color: #0072bc;
}
a.before:before,
a.after:after {
  content: "";
  transition: 0.5s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
a.before:before {
  top: -0.25em;
}
a.after:after {
  bottom: -0.25em;
}
/* a.before:before,a.after:after{
    height:5px;
    height:0.35rem;
    width:0;
    background:@base_color; 
} */
a.before:before,
a.after:after {
  height: 5px;
  height: 0.2rem;
  width: 0;
  background: #0072bc;
}
a.first:after {
  left: 0;
}
a.second:after {
  right: 0;
}
a.third:after,
a.sixth:before,
a.sixth:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
a.fourth:before,
a.fourth:after {
  left: 0;
}
a.fifth:before,
a.fifth:after {
  right: 0;
}
a.seventh:before {
  right: 0;
}
a.seventh:after {
  left: 0;
}
a.eigth:before {
  left: 0;
}
a.eigth:after {
  right: 0;
}
a.before:hover:before,
a.after:hover:after {
  /* width:100%; */
  width: 55%;
}
.square {
  box-sizing: border-box;
  margin-left: -0.4em;
  position: relative;
  font-size: 2.5em;
  overflow: hidden;
}
.square a {
  position: static;
  font-size: 100%;
  padding: 0.2em 0.4em;
}
.square:before,
.square:after {
  content: "";
  box-sizing: border-box;
  transition: 0.25s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  width: 5px;
  width: 0.35rem;
  height: 0;
  background: #0072bc;
}
.square:before {
  left: 0;
  bottom: -0.2em;
}
.square.individual:before {
  transition-delay: 0.6s;
}
.square:after {
  right: 0;
  top: -0.2em;
}
.square.individual:after {
  transition-delay: 0.2s;
}
.square a:before {
  left: 0;
  transition: 0.25s all ease;
}
.square a:after {
  right: 0;
  transition: 0.25s all ease;
}
.square.individual a:after {
  transition: 0.25s all ease 0.4s;
}
.square:hover:before,
.square:hover:after {
  height: calc(100.4%);
}
.square:hover a:before,
.square:hover a:after {
  width: 100%;
}
.card-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.card-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.card-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.card-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.card-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html,
body {
  min-height: 100%;
}
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #0072bc;
  background: #fff;
  background-image: url('../images/patern_body_bg.png');
  background-repeat: repeat-x repeat-y;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a:focus {
  outline: none;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
p {
  margin: 0px;
}
html {
  position: relative;
}
/* font-family: 'Cuprum', sans-serif; */
/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'Roboto Slab', serif; */
/* Pages import
==============================*/
/* HEADER */
.header {
  position: relative;
  background-color: #fafafa;
  z-index: 50;
}
.header__site {
  height: 130px;
  position: relative;
}
.header__logo a {
  display: block;
  width: auto;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header__contacts {
  height: 130px;
  line-height: 130px;
}
.header__contacts ul li {
  display: inline;
}
.header__contacts a {
  cursor: pointer;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  margin-left: 2rem;
}
.header__contacts a .fa-phone {
  margin-right: 1rem;
  color: #999999;
}
.header__contacts a span {
  color: #0072bc;
}
.header__contacts a:hover {
  color: #999999;
}
.header__contacts a:hover span {
  color: #999999;
}
.header__backet {
  position: absolute;
  top: 0px;
  right: 0px;
}
.header__backet .nav {
  height: 130px;
  width: 100px;
}
.header__backet .nav li {
  height: 130px;
  padding-top: 4.5rem;
}
.header__backet .nav li a {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding: 0;
}
.header__backet .nav li a:hover {
  color: #0072bc;
}
.header__backet .nav li a:active {
  color: #0072bc;
}
.header__backet .nav li a:focus {
  color: #0072bc;
}
.header__backet .nav li a:visited {
  color: #0072bc;
}
.header__backet .nav li a:hover {
  cursor: pointer;
}
.header__backet .nav li a i {
  font-size: 2rem;
  padding: 0 .8rem;
}
.header__backet .nav li a span {
  border-left: 1px dashed #0072bc;
  padding-left: .8rem;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #0072bc;
}
.navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  height: 130px;
}
.navbar-default .navbar-collapse .navbar {
  z-index: 20;
}
.navbar {
  margin-bottom: 0px;
}
/*END HEADER */
/* SIDEBAR */
.sider__menu .sider-menu__item {
  height: 85px;
  background-color: #fafafa;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 1rem;
}
.sider__menu .sider-menu__item a {
  display: block;
  height: 85px;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.sider__menu .sider-menu__item .sider-menu__img {
  display: block;
  width: 30%;
  height: 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sider__menu .sider-menu__item .sider-menu__name {
  display: block;
  width: 65%;
  height: 85px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.sider__menu .sider-menu__item .sider-menu__name p {
  padding: .5rem;
  word-wrap: normal;
  line-height: 1.5rem;
  color: #333333;
  overflow-x: hidden;
}
/*END SIDEBAR */
/*WRAPPER */
.wrapper {
  z-index: 1;
  min-height: 300px;
  padding: 2.5rem 0rem;
  z-index: 30;
}
/*END WRAPPER */
/* FOOTER */
.footer {
  height: 300px;
  background-color: #0072bc;
}
.footer__info {
  padding-top: 4rem;
}
.footer__logo a {
  display: block;
  width: auto;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer__description {
  padding-top: 4.5rem;
}
.footer__contacts {
  padding: 3rem 0 0 0;
}
.footer__contacts p {
  text-align: center;
}
.footer__contacts a {
  color: #fafafa;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  cursor: pointer;
}
.footer__contacts a:hover {
  color: #fafafa;
}
.footer__contacts a:active {
  color: #fafafa;
}
.footer__contacts a:focus {
  color: #fafafa;
}
.footer__contacts a:visited {
  color: #fafafa;
}
.footer__contacts a:hover {
  color: #999999;
}
.footer__contacts a i {
  padding-right: 2rem;
}
.footer__description {
  padding-top: 5.5rem;
}
.footer__description p {
  line-height: 2.5rem;
  color: #fafafa;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.footer__facebook-widget {
  padding-top: 5.5rem;
  text-align: right;
}
.footer__copyright {
  border-top: 1px solid #1a7fc1;
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.footer__copyright p,
.footer__copyright a {
  padding-top: 2rem;
  color: #fafafa;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.footer__copyright a {
  cursor: pointer;
  text-decoration: none;
}
.footer__copyright .copyright {
  float: left;
}
.footer__copyright .dvacom {
  position: relative;
  float: right;
  padding-right: 90px;
}
.footer__copyright .dvacom:after {
  content: "";
  position: absolute;
  width: 82px;
  height: 40px;
  background-image: url('../images/DvaCom.png');
  background-repeat: no-repeat;
  top: 10px;
  left: 60%;
}
/* END FOOTER */
.slider {
  height: 440px;
}
.slider .item__img {
  height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slider .carousel-indicators li {
  width: 15px;
  height: 15px;
  margin-left: 2rem;
  margin-right: .5rem;
  border-radius: 0px;
  border: 3px solid #fafafa;
  background-color: #0072bc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
}
.slider .carousel-indicators {
  bottom: -10px;
}
.slider .carousel-indicators .active {
  border: 3px solid #0072bc;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.carousel-inner {
  position: relative;
  height: 390px;
  padding-bottom: 30px;
}
.carousel-inner:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url('../images/shadow4.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.carousel-control {
  width: 40px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.carousel-control.left {
  left: -20px;
  background-image: none;
  background-color: #0072bc;
}
.carousel-control.right {
  right: -20px;
  background-image: none;
  background-color: #0072bc;
}
.carousel-control .glyphicon-menu-left {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-left: -15px;
}
.carousel-control .glyphicon-menu-right {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-left: -15px;
}
.categories__item {
  height: 180px;
  position: relative;
  margin-bottom: 2rem;
}
.categories__item a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 180px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.categories__item a:after {
  display: block;
  content: "";
  width: 100%;
  height: 180px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: .9;
  background-image: url('../images/cat_bg_1.png');
  background-size: cover;
  background-repeat: no-repeat;
  transition: all ease .5s;
}
.categories__item a:hover:after {
  opacity: 1;
}
.categories__item .categories__info {
  position: absolute;
  word-wrap: normal;
  text-align: right;
  width: 40%;
  right: 40px;
  bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fafafa;
}
.category-product h3 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  margin: 2rem 0;
}
.category__sort {
  width: 100%;
  height: 65px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fafafa;
}
.sort__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
}
.sort__item .btn-group {
  width: 80%;
}
.sort__item .btn-group .btn-grid {
  width: 50%;
  height: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
  border-color: #e1e1e1;
  border-bottom-color: #c7c7c7;
  text-shadow: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid #0072bc;
  border-radius: 0;
  transition: all ease .5s;
}
.sort__item .btn-group .btn-grid:hover,
.sort__item .btn-group .btn-grid:focus,
.sort__item .btn-group .btn-grid:active,
.sort__item .btn-group .btn-grid.active {
  /*background-image: linear-gradient(to bottom, #fafafa 0%, #e1e1e1 100%);*/
  /*background-repeat: repeat-x;*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffe1e1e1', GradientType=0);*/
  /*border-color: #c7c7c7;*/
  /*color: #333333;*/
  background-color: #0072bc;
  background-image: none;
  color: #fafafa;
  outline: none;
}
.sort__item .btn-group .btn-grid.disabled,
.sort__item .btn-group .btn-grid[disabled],
fieldset[disabled] .sort__item .btn-group .btn-grid,
.sort__item .btn-group .btn-grid.disabled:hover,
.sort__item .btn-group .btn-grid[disabled]:hover,
fieldset[disabled] .sort__item .btn-group .btn-grid:hover,
.sort__item .btn-group .btn-grid.disabled:focus,
.sort__item .btn-group .btn-grid[disabled]:focus,
fieldset[disabled] .sort__item .btn-group .btn-grid:focus,
.sort__item .btn-group .btn-grid.disabled:active,
.sort__item .btn-group .btn-grid[disabled]:active,
fieldset[disabled] .sort__item .btn-group .btn-grid:active,
.sort__item .btn-group .btn-grid.disabled.active,
.sort__item .btn-group .btn-grid[disabled].active,
fieldset[disabled] .sort__item .btn-group .btn-grid.active {
  background-color: #fafafa;
  border-color: #ededed;
}
.sort__item .btn-group .btn-grid:hover {
  background-color: #0072bc;
  background-image: none;
  color: #fafafa;
}
/*.sort__item .btn-group .btn-grid button.active{*/
  /*background-color: #0072bc;*/
  /*background-image: none;*/
  /*color: #fafafa;*/
/*}*/
.sort__item .btn-sort {
  background-color: transparent;
  height: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  transition: all ease .5s;
}
.sort__item .btn-sort:hover {
  color: #999999;
}
.sort__item .btn-sort:focus {
  outline: none;
}
.sort__item select {
  height: 40px;
  border-radius: 0;
  border: 1px solid #0072bc;
  cursor: pointer;
}
.sort__item .btn-visible {
  background-color: transparent;
  height: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  transition: all ease .5s;
}
.sort__item .btn-visible:hover {
  color: #999999;
}
.sort__item .btn-visible:focus {
  outline: none;
}
.category__content {
  padding: 2rem 0;
}
.product__wrapper {
  position: relative;
  height: auto;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 2rem;
  padding-bottom: 20px;
}
.product__wrapper .product__img {
  display: block;
  cursor: pointer;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  /*background-size: cover;*/
  background-size: contain;
  height: 210px;
  width: 100%;
}
.product__wrapper a.product__name {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding: 10px;
  height: 100px;
}
/*.product__wrapper .product-name-block{*/
  /*height: 70px;*/
/*}*/
.product__item-list a.product__name{
  height: 20px;
}
.product__wrapper a.product__name:hover {
  color: #999999;
}
.product__wrapper .product__description {
  display: none;
}
.product__wrapper .product__price {
  width: 100%;
  padding-bottom: 2px;
  padding-top: 2px;
}
.product__wrapper .product__price .discount {
  display: inline-block;
  width: 33.3%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #999999;
  text-decoration: line-through;
}
.product__wrapper .product__price .current {
  display: inline-block;
  width: 66.6%;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  color: #0072bc;
}
.product__wrapper .btn-product {
  display: block;
  width: 80%;
  height: 40px;
  margin: 0 auto;
  background-color: #0072bc;
  color: #fafafa;
  border: none;
  transition: all ease .3s;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.product__wrapper .bt-product {
  display: block;
  width: 80%;
  height: 40px;
  margin: 0 auto;
  background-color: #2e9c43;
  color: #fafafa;
  border: none;
  transition: all ease .3s;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.product__wrapper .btn-product:focus {
  outline: none;
}
.product__wrapper .btn-product:hover {
  background-color: #0091ef;
}
.product__item.product__item-list {
  width: 100%;
}
.product__item.product__item-list .product__wrapper {
  display: inline-block;
  width: 100%;
  height: 250px;
}
.product__item.product__item-list .product__wrapper .product__img {
  display: inline-block;
  float: left;
  width: 30%;
  height: 250px;
}
.product__item.product__item-list .product__wrapper a.product__name {
  display: inline-block;
  font-size: 18px;
  width: 70%;
}
.product__item.product__item-list .product__wrapper .product__description {
  display: inline-block;
  width: 70%;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: left;
  color: #777;
}
.product__item.product__item-list .product__wrapper .product__price {
  display: inline-block;
  width: 70%;
}
.product__item.product__item-list .product__wrapper .product__price .discount {
  width: 50%;
}
.product__item.product__item-list .product__wrapper .product__price .current {
  width: 50%;
}
.product__item.product__item-list .product__wrapper .btn-product {
  display: inline-block;
  width: 30%;
  margin-left: 20%;
}
.product__item.product__item-list .product__wrapper .bt-product {
  display: inline-block;
  width: 30%;
  margin-left: 20%;
}
.product__pagination {
  background-color: #fafafa;
  padding: 2rem 0;
  text-align: center;
  height: 134px;
}
.product__pagination .pagination__info {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.product__pagination .pagination__info span {
  font-weight: 600;
  color: #0072bc;
}
.product__pagination .pagination {
  border-radius: 0;
  margin: 20px auto;
}
.product__pagination .pagination > li > a {
  width: 40px;
  height: 40px;
  border: 1px solid #337ab7;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  border-radius: 0px;
  margin-left: 1rem;
  padding-top: 8px;
}
.product__pagination .pagination > li > a:hover {
  color: #fafafa;
  background-color: #0072bc;
}
.pagination li a.disabled-first {
  pointer-events: none; /* делаем ссылку некликабельной */
  cursor: default;  /* устанавливаем курсор в виде стрелки */
}
.pagination li a.disabled-last {
  pointer-events: none; /* делаем ссылку некликабельной */
  cursor: default;  /* устанавливаем курсор в виде стрелки */
}
.pagination li a.disabled-first:before{
  content: '<';
  position: absolute;
  margin-left: -5px;
}
.pagination li a.disabled-last:before{
  content: '>';
  position: absolute;
  margin-left: -5px;
}
.pagination li.active a{
  color: #fff;
}
.pagination>li>a, .pagination>li>span{
  background-color: transparent;
}
.pagination li a.last{
   width: 110px;
   border: 0;
 }

.pagination li a.first{
  width: 100px;
  border: 0;
}

.pagination li a.prev:before{
  content: '<';
  position: absolute;
  margin-left: -5px;
  /*margin-top: 3px;*/
}

.pagination li a.next:before{
  content: '>';
  position: absolute;
  margin-left: -5px;
  /*margin-top: 3px;*/
}

.sider__menu-filter {
  position: relative;
  background-color: #fff;
}
.sider__menu-filter .show_filter_list {
  display: none;
  display: block;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background-color: #0072bc;
  color: #fafafa;
  border: none;
  transition: all ease .3s;
}
.sider__menu-filter .show_filter_list:focus {
  outline: none;
}
.sider__menu-filter .show_filter_list:hover {
  background-color: #0091ef;
}
.sider__menu-filter form {
  width: 100%;
  height: auto;
  padding: 2rem 1rem 1rem 1rem;
}
.sider__menu-filter h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem 0;
}
.sider__menu-filter .filter-wrapper {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #999999;
}
.sider__menu-filter .filter-wrapper input[type="checkbox"] {
  cursor: pointer;
}
.sider__menu-filter .filter-wrapper label {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.sider__menu-filter .filter-wrapper .count-products {
  color: #999999;
}
.sider__menu-filter .filter-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  padding: 1rem 0;
  text-align: left;
}
.sider__menu-filter .price-slider-wrapper {
  padding: 1rem 0 2rem 0;
}
.sider__menu-filter .price-slider-wrapper input {
  text-align: center;
  width: 30%;
  height: 30px;
  outline: none;
}
.sider__menu-filter .price-slider-wrapper .tire {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #333333;
  font-size: 2rem;
}
.sider__menu-filter .price-slider-wrapper .noUi-target {
  width: 90%;
  background: #bdbdbd;
  margin: 30px auto 10px auto;
  height: 8px;
}
.sider__menu-filter .price-slider-wrapper .noUi-horizontal .noUi-handle {
  width: 25px;
  height: 25px;
  background-color: #1a7fc1;
}
.sider__menu-filter .filters__list {
  padding: 2rem 1rem;
  border-top: 1px solid #0072bc;
  border-bottom: 1px solid #0072bc;
}
.sider__menu-filter .filters__list li {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333333;
}
.sider__menu-filter .filters__list .del-filter {
  display: inline-block;
  height: 18px;
  width: 18px;
  cursor: pointer;
  line-height: 18px;
  text-align: center;
  background-color: #15438b;
  color: #fafafa;
  border-radius: 50%;
  font-size: 1.2rem;
  transition: all ease .3s;
}
.sider__menu-filter .filters__list .del-filter:hover {
  background-color: red;
}
.sider__menu-filter .btn-check-filter {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  background-color: #15438b;
  color: #fafafa;
  border: none;
  transition: all ease .3s;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.sider__menu-filter .btn-check-filter:focus {
  outline: none;
}
.sider__menu-filter .btn-check-filter:hover {
  background-color: #1c58b7;
}
.breadcrumb {
  height: 60px;
  background-color: transparent;
  margin-bottom: 0px;
  margin-top: -2.5rem;
  line-height: 60px;
  padding: 0px 10px;
  /*  .breadcrumb__content {
       padding-top: 50px;
       .breadcrumb {
           height: 60px;
           border-radius: 0px;
           margin-bottom: 0px;
           padding-top: 20px;
           background-color: #ffffff;
           font-family: 'Open Sans', sans-serif;
           font-size: 14px;
           color: #333333;
           a {
               color: #333333;
               text-decoration: none;
           }
       }
       .breadcrumb>li+li:before {
           padding: 0 5px;
           color: #77b433;
           content: "/\00a0";
       }
   } */
}
/* max 768 */
.product-cart__wrapper {
  width: 100%;
  height: auto;
  background-color: #fff;
  text-align: center;
}
.product-cart__wrapper .product__name {
  width: 96%;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  padding: 2rem 0;
  border-bottom: 1px solid #b3b3b3;
}
.product-cart__wrapper .product__cart {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}
.product-cart__wrapper .product__cart .item{
  height: 260px
}
.product-cart__wrapper .product__cart ul{
  /*height: 260px*/
}
/*.product-cart__wrapper .product__cart ul li{
    height: 100%;
    display: inline-flex;
    align-items: center;
}*/
.product-cart__wrapper .product__img {
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product-cart__wrapper .table {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-size: 16px;
}
.product-cart__wrapper .table > tbody > tr > td {
  text-align: left;
}
.product-cart__wrapper .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F3F3F3;
}
.product-cart__wrapper .table-striped > tbody > tr {
  background-color: #e1e1e1;
}
.product__description {
  height: 350px;
  padding: 2rem;
}
.product__description .product__art {
  padding: 1rem;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #999999;
}
.product__description .product__price {
  padding-top: 40px;
}
.product__description p {
  padding: 1rem;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
}
.product__description .product__price p {
  font-family: 'Open Sans', sans-serif;
  color: #0072bc;
}
.product__description .current__price {
  display: inline-block;
  width: 40%;
  font-family: 'Open Sans', sans-serif;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
.product__description .discount__price {
  display: inline-block;
  width: 60%;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #0072bc;
  font-weight: 600;
}
.product__form .product__count {
  display: inline-block;
  text-align: center;
}
.product__form .product__count button {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  width: 20%;
  background-color: #fafafa;
  border: 1px solid #0072bc;
  margin: 0 .5rem;
  transition: all ease .3s;
  cursor: pointer;
  vertical-align: bottom;
}
.product__form .product__count button:hover {
  background-color: #0072bc;
  color: #fafafa;
}
.product__form .product__count input {
  display: inline-block;
  width: 30%;
  height: 40px;
  border: 1px solid #0072bc;
  border-radius: 0;
}
.product__form .product__bay {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  background-color: #0072bc;
  color: #fafafa;
  border: none;
  transition: all ease .3s;
  margin-top: 1rem;
}
.product__form .product_bay {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  background-color: #2e9c43;
  color: #fafafa;
  border: none;
  transition: all ease .3s;
  margin-top: 1rem;
}
.product__form .product_bay {
  background-color: #2e9c43;
}
.product__form .product__bay:focus {
  outline: none;
}
.product__form .product__bay:hover {
  background-color: #0091ef;
}
.product__characteristics {
  padding: 2rem;
}
.product__characteristics .nav-tabs > li > a {
  display: block;
  cursor: pointer;
  height: 60px;
  padding: 2rem 4rem;
  border: 1px solid #999999;
  border-radius: 0px;
}
.product__characteristics .nav-tabs > li.active > a,
.product__characteristics .nav-tabs > li.active > a:focus,
.product__characteristics .nav-tabs > li.active > a:hover {
  color: #fafafa;
  cursor: pointer;
  background-color: #0072bc;
  border: 1px solid #0072bc;
  border-bottom-color: transparent;
}
.product__characteristics .nav-tabs > li {
  width: 30%;
  margin-left: 2rem;
}
.product__characteristics .nav-tabs {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.product__characteristics .characteristic__description {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-size: 16px;
}
.product__characteristics .characteristic__description p {
  padding: 2rem;
  text-align: left;
}
.product__characteristics .characteristic__review textarea {
  border: 1px solid #1a7fc1;
  border-radius: 0px;
  margin-bottom: 2rem;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-size: 16px;
}
.product__characteristics .characteristic__review input {
  border: 1px solid #1a7fc1;
  border-radius: 0px;
  margin-bottom: 2rem;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-size: 16px;
}
.product__characteristics .characteristic__review .btn-review {
  width: 30%;
  height: 60px;
  margin-bottom: 2rem;
  background-color: #0072bc;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #fafafa;
  border-radius: 0px;
  transition: all ease .3s;
}
.product__characteristics .characteristic__review .btn-review:hover {
  background-color: #0091ef;
}
.product__characteristics .characteristic__review .review {
  position: relative;
  padding: 2rem 2rem 2rem 10rem;
}
.product__characteristics .characteristic__review .review p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #333333;
  text-align: left;
  margin: 1rem 0;
}
.product__characteristics .characteristic__review .review .user__icon {
  line-height: 100%;
  position: absolute;
  display: block;
  color: #999999;
  font-size: 6rem;
  left: 10px;
  top: 50%;
}
.product__characteristics .characteristic__review .review .name__review {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.product__characteristics .characteristic__review .review .data__review {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #999999;
}
.basket__wrapper {
  background-color: #fff;
  padding: 2rem;
  height: 100%;
}
.basket__wrapper form {
  padding: .5rem;
}
.basket__wrapper form input,
.basket__wrapper form select,
.basket__wrapper form textarea {
  border-radius: 0;
  transition: all ease .3s;
  cursor: pointer;
}
.basket__wrapper form input:hover,
.basket__wrapper form select:hover,
.basket__wrapper form textarea:hover {
  border: 1px solid #1a7fc1;
}
.basket__wrapper form input {
  height: 40px;
}
.basket__wrapper form textarea {
  height: 130px;
}
.basket__wrapper form label {
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #2b9ae3;
}
.basket__wrapper form .btn.btn-add-basket {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  background-color: #0072bc;
  color: #fafafa;
  border: none;
  transition: all ease .3s;
  border-radius: 0px;
}
.basket__wrapper form .btn.btn-add-basket:focus {
  outline: none;
}
.basket__wrapper form .btn.btn-add-basket:hover {
  background-color: #0091ef;
}
.basket__wrapper form .btn.btn-back {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  background-color: #fafafa;
  color: #0072bc;
  border: none;
  border-radius: 0px;
  border: 1px solid #0072bc;
  transition: all ease .3s;
  text-align: center;
  padding-top: 9px;
}
.basket__wrapper form .btn.btn-back:focus {
  outline: none;
}
.basket__wrapper form .btn.btn-back:hover {
  background-color: #ffffff;
}
.basket__wrapper form .btn.btn-back:hover {
  background-color: #0072bc;
  color: #fafafa;
}
.basket__wrapper .basket__button-bar {
  padding-top: 1rem;
}
.basket__products {
  margin-bottom: 2rem;
}
.basket__products .basket__product {
  display: block;
  position: relative;
  width: 90%;
  height: 120px;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
}
.basket__products .img {
  height: 120px;
  padding-right: 0px;
  padding-left: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.basket__products .description {
  height: 120px;
  padding-top: 2rem;
  padding-left: 2rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #333333;
}
.basket__products .description .art {
  font-size: 12px;
  color: #999999;
  margin-top: 1rem;
}
.basket__header {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #999999;
}
.basket__products .count {
  display: inline-block;
  text-align: center;
  height: 120px;
  line-height: 120px;
}
.basket__products .count button {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  width: 20%;
  border: 1px solid #0072bc;
  background-color: #fafafa;
  margin: 0 .5rem;
  transition: all ease .3s;
  cursor: pointer;
}
.basket__products .count button:hover {
  background-color: #0072bc;
  color: #fafafa;
}
.basket__products .count input {
  display: inline-block;
  width: 30%;
  height: 40px;
  border: 1px solid #0072bc;
  border-radius: 0;
  padding-bottom: 0px;
}
.basket__products .price {
  display: inline-block;
  height: 120px;
  line-height: 120px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0072bc;
}
.basket__products .del-product {
  display: inline-block;
  height: 120px;
  line-height: 120px;
}
.basket__products .fa-trash {
  font-size: 2.5rem;
  color: #999999;
  cursor: pointer;
  transition: all ease .3s;
}
.basket__products .fa-trash:hover {
  color: #e34242;
}
.modal-backdrop {
  background-color: #0072bc;
}
#basket_modal .modal-content {
  border-radius: 0px;
  /*width: 750px;*/
  width: 100%;
  height: 260px;
  background-image: url('../images/modal.jpg');
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
#basket_modal .modal-content .status {
  width: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  padding: 2rem;
}
#basket_modal .modal-content .status h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1rem;
}
#basket_modal .modal-content .status p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #333333;
}
#basket_modal .modal-header {
  border: none;
}
#basket_modal .modal-footer {
  border: none;
}



#modal_form {
  width: 300px;
  height: 150px;
  /*border-radius: 5px;*/
  border: 3px #15438b solid;
  background: #fff;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -150px;
  margin-left: -150px;
  display: none;
  opacity: 0;
  z-index: 5;
  padding: 30px 10px;
}

#modal_form #modal_close {
  width: 26px;
  height: 30px;
  position: absolute;
  top: 6px;
  right: 10px;
  cursor: pointer;
  display: block;
  padding: 0 5px 5px 5px;
}
#overlay {
  z-index:3;
  position:fixed;
  background-color:#000;
  opacity:0.3;
  -moz-opacity:0.3;
  filter:alpha(opacity=80);
  width:100%;
  height:100%;
  top:0;
  left:0;
  cursor:pointer;
  display:none;
}
.modal-body {
  padding: 0 15px 15px 15px;
}

.modal-body h4{
  margin-top: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #0072bc;
}
.modal-body .btn-product {
  display: block;
  width: 100%;
  height: 38px;
  background-color: #2e9c43;
  color: #fafafa;
  border: none;
  transition: all ease .3s;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
  padding-top: 3%;
  text-decoration: none;
  margin-top: 30px;
}
.modal-body .btn-product:hover {
  background-color: #38bd52;
}

.total_price{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0072bc;
  margin: 40px;
  text-align: right;
}
.total_price span{
  font-size: 22px;
  font-weight: 700;

}


/*============ News ===================*/

.news__wrapper {
  position: relative;
  height: 300px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 2rem;
}
.news__wrapper a img{
  width: 100%;
  padding-top: 20px;
}
/*.news__wrapper .news__img {*/
  /*cursor: pointer;*/
  /*width: 300px;*/
  /*height: 210px;*/
  /*margin-top: 40px;*/
/*}*/
.news__wrapper a.news__name {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  padding: 34px 10px 20px 10px;
}
.news__wrapper a.news__name:hover {
  color: #999999;
}
.news__wrapper .news__description {
  display: inline-block;
  width: 100%;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: left;
  color: #777;
}
.new__wrapper{
  background-color: #fff;
  padding: 3rem;
  height: 100%;
}
.new__wrapper h1{
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #333333;
  padding: 34px 10px 20px 10px;
  text-align: center;
}
.new__wrapper p{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #777;
}

.new__wrapper p img{
  max-width: 100%;
  height: auto;
}
/*============ News ===================*/

.form-group .ops{
  color: #df0000;
  padding-left: 4px;
}