/*GLOBAL STYLES*/

body,
ul,
ol,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none !important;
  border: none;
}

body {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow-x: hidden;
}

a {
  font-family: "Open Sans", "Arial", sans-serif;
  text-decoration: underline;
  font-weight: normal;
  color: #000;
}

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

a:visited {
  color: #000;
  text-decoration: underline;
}

.clear {
  clear: both;
}

.float-right {
  float: right;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}
/*GLOBAL STYLES-END*/
/*HEADER*/

.top,
.f-bottom {
  background: url(../images/top-bg.png) repeat-x;
  height: 26px;
}

.logo {
  display: block;
  margin-top: 2px;
  margin-bottom: 15px;
}

.logo img {
  margin: 0 auto;
  margin-top: 6px;
  margin-left: 42px;
}

.bottom {
  background: #21562e;
}

.navigation .colapse {
  display: none;
}

nav .menu {
  width: 100%;
  display: table;
  position: relative;
}

nav .menu li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  /*border-top: 1px solid #266035;*/
  border-left: 1px solid #266035;
}

nav .menu li.nav-menu__ru:nth-of-type(3) {
  max-width: 150px;
}

nav .menu li.nav-menu__ru.sliding-walls {
  max-width: 80px;
}

nav .menu li.nav-menu__ro.sliding-walls {
  max-width: 55px;
}

@media screen and (max-width: 1200px) {
  nav .menu li.nav-menu__ru.sliding-walls {
    max-width: 90px;
  }
  nav .menu li.nav-menu__ro.sliding-walls {
    max-width: 65px;
  }
}

nav .menu li a {
  display: block;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", "Arial", sans-serif;
  padding: 7px 5px;
  text-decoration: none;
}

nav .menu li:last-child {
  border-right: 1px solid #266035;
}

nav .menu li a:hover {
  text-decoration: none;
}

nav .menu li:hover > ul {
  display: block;
}

nav .menu li.active,
nav .menu li:hover {
  background: #fff;
}

nav .menu li.active > a,
nav .menu li:hover > a {
  color: #000;
}

nav .menu .drop-menu {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 99;
  left: 0;
  width: 100%;
  border: 1px solid #317442;
  border-top: none;
  top: 50px;
}

nav .menu .drop-menu li {
  border-left: none;
  display: table;
  width: 100%;
  text-align: justify;
  padding-bottom: 37px;
  padding-top: 27px;
}

nav .menu .drop-menu li a {
  display: table-cell;
  text-transform: none;
  color: #1d1d1d;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

nav .menu .drop-menu li a:hover {
  text-decoration: none;
}

nav .menu .drop-menu li a img {
  max-width: 200px;
}

nav .menu .drop-menu li:last-child {
  border-right: none;
}

.middle {
  background: url(../images/middle-bg.png);
  border-top: 2px solid #26732f;
}

.simple-menu,
.regin,
.lang {
  display: inline-block;
  vertical-align: top;
}

.simple-menu {
  margin-left: 21px;
  margin-top: 5px;
}

.simple-menu li {
  list-style: none;
  display: inline-block;
  margin-right: 19px;
  vertical-align: top;
  position: relative;
}

.simple-menu li:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 9px;
  width: 2px;
  height: 2px;
  background: #fff;
}

.simple-menu li:last-child {
  margin-right: 0;
}

.simple-menu li a,
.regin a,
.lang a,
.b-inline {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
}

.simple-menu li a {
  text-decoration: none;
}

.simple-menu li a:hover {
  text-decoration: underline;
}

.b-inline {
  margin-top: 17px;
}

.tel a i,
.on-map a i {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #eb0f0f;
  background: #fff;
  text-align: center;
  font-size: 18px;
  margin-right: 6px;
  line-height: 24px;
}

.tel a {
  color: #ececec;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.tel a span {
  font-size: 18px;
  line-height: 0;
  font-weight: bold;
}

.tel a span:hover {
  text-decoration: underline;
}

.tel .call-back {
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px dotted #fff;
  font-size: 12px;
  margin-left: 22px;
}

.tel .call-back:hover {
  border-bottom: 1px dotted transparent;
}

.search {
  position: relative;
  margin-top: 12px;
}

.search input[type="text"] {
  border: 1px solid #d2d2d2;
  background-color: #fff;
  width: 300px;
  height: 34px;
  font-family: "Open Sans", "Arial", sans-serif;
  padding-left: 15px;
  padding-right: 40px;
  color: #333;
  font-size: 12px;
}

.search input[type="submit"] {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 32px;
  height: 32px;
  background: url(../images/search.png) no-repeat 2px 7px;
}

.on-map {
  margin-left: 58px;
}

.on-map a {
  color: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 26px;
}

.on-map a:hover {
  text-decoration: underline;
}

.call-master {
  border-bottom: 1px dotted #fff;
  position: relative;
  color: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 12px;
  margin-left: 80px;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 2px 5px;
  border-radius: 2px;
  background-image: -moz-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -o-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #bc0514 0%),
    color-stop(1, #ed1b2d 100%)
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#bc0514 0%, EndColorStr=#ed1b2d 100%)";
  background-image: linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -moz-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -o-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #bc0514 0%),
    color-stop(1, #ed1b2d 100%)
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#bc0514 0%, EndColorStr=#ed1b2d 100%)";
  background-image: linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -moz-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -o-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #bc0514 0%),
    color-stop(1, #ed1b2d 100%)
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#bc0514 0%, EndColorStr=#ed1b2d 100%)";
  background-image: linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -moz-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -o-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #bc0514 0%),
    color-stop(1, #ed1b2d 100%)
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#bc0514 0%, EndColorStr=#ed1b2d 100%)";
  background-image: linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
}

.call-master:hover {
  border-bottom: 1px dotted transparent;
  cursor: pointer;
}

.call-master:before {
  content: "";
  position: absolute;
  background: url(../images/height.png) no-repeat;
  top: -3px;
  left: -27px;
  width: 22px;
  height: 26px;
}

.call-master:after {
  content: "";
  position: absolute;
  background: url(../images/width.png) no-repeat;
  bottom: -20px;
  left: -3px;
  width: 139px;
  height: 16px;
}

.open-button {
  width: 27px;
  height: 27px;
  cursor: pointer;
  float: right;
  position: relative;
  margin: 4px 0;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

.open-button span {
  height: 3px;
  width: 27px;
  background: #fff;
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}

.cart div {
  display: inline-block;
  vertical-align: top;
  color: #f7e6e6;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.cart div a {
  text-decoration: none;
}

.cart {
  width: 100%;
  margin-left: 50px;
  margin-top: 9px;
  cursor: pointer;
}

.cart-icon {
  background: url(../images/cart.png) no-repeat;
  width: 38px;
  height: 33px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  float: left;
  margin-right: 22px;
}

.cart-icon .cart-icon-number {
  position: absolute;
  top: -6px;
  right: -11px;
  width: 22px;
  height: 22px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #eb0f0f;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  text-align: center;
  padding-top: 1px;
  font-weight: 600;
}

.cart p,
.basket_line a {
  display: block;
  white-space: nowrap;
  color: #f7e6e6;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 15px;
}

.cart:hover p {
  text-decoration: underline;
}

.lang {
  margin-top: 6px;
  margin-left: 30px;
}

.lang a {
  width: 32px;
  height: 20px;
  text-align: center;
  text-decoration: none;
}

.lang a:hover {
  text-decoration: none;
}

.lang a.active,
.lang a:hover {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding;
  background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #000;
  background-image: -moz-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -o-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #bc0514 0%),
    color-stop(1, #ed1b2d 100%)
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#bc0514 0%, EndColorStr=#ed1b2d 100%)";
  background-image: linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -moz-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -o-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #bc0514 0%),
    color-stop(1, #ed1b2d 100%)
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#bc0514 0%, EndColorStr=#ed1b2d 100%)";
  background-image: linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -moz-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -o-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #bc0514 0%),
    color-stop(1, #ed1b2d 100%)
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#bc0514 0%, EndColorStr=#ed1b2d 100%)";
  background-image: linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -moz-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -o-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #bc0514 0%),
    color-stop(1, #ed1b2d 100%)
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#bc0514 0%, EndColorStr=#ed1b2d 100%)";
  background-image: linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
}

.regin {
  margin-top: 5px;
  margin-left: 40px;
  color: #fff;
}

.regin a i {
  margin-right: 3px;
}

.regin a:first-child {
  margin-right: 6px;
}

.regin a {
  text-decoration: none;
}

.regin a span {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px dotted #fff;
}

.regin a {
  border-bottom: 1px dotted #fff;
}

.regin a:hover {
  border-bottom: 1px dotted transparent;
}

.sp1 {
  top: 7px;
}

.sp2 {
  bottom: 7px;
}

.act1 {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 12px;
}

.act2 {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 12px;
}

.menu.show-collapse {
  display: none;
}

.menu.show-collapse li {
  display: block;
  text-align: center;
}
/*HEADER-END*/
/*SLIDER*/

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  margin: 0 auto;
}
/*SLIDER-END*/
/*CONTENT*/

.content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.bread-crumbs {
  margin-bottom: 15px;
}

.bread-crumbs li {
  display: inline-block;
  cursor: pointer;
  color: #21562e;
}

.bread-crumbs li a,
.bread-crumbs li span {
  color: #7d7d7d;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.bread-crumbs li a:hover {
  text-decoration: underline;
}

.bread-crumbs li span:hover {
  cursor: auto;
}

.main-title {
  margin-bottom: 30px;
}
/*06.04 CONTENT PART*/

.title-wrapper {
  border-collapse: collapse;
  display: table;
  width: 100%;
  color: #2f2f2f;
  margin-bottom: 20px;
  position: relative;
}
.title-wrapper.swipe-active-desc:after {
  content: "\e807";
  position: absolute;
  top: 100%;
  left: 50%;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size: 29px;
  margin-top: -10px;
}
.title-wrapper.swipe-active-desc.open:after {
  content: "\e806";
}
.title-cell {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.title-cell.line {
  width: 50%;
  line-height: 0;
  font-size: 0;
}

.title-cell.text {
  white-space: nowrap;
  padding: 0 15px 10px;
  text-align: center;
}

.title-cell.text h1 {
  color: #2e2e2e;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.title-cell-hr {
  height: 0;
  line-height: 0;
  padding-top: 4px;
  font-size: 0;
  border-top: 1px dotted #000;
}

.t-info {
  color: #2d2d2d;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 17px;
  font-weight: bold;
  height: 51px;
  overflow: hidden;
}

.t-info img {
  float: left;
  margin-right: 10px;
  max-width: 35px;
  max-height: 35px;
}

.t-info span {
  display: block;
  padding-left: 45px;
}

.text-side {
  color: #515151;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  margin-left: 44px;
}

.l-block {
  margin-bottom: 30px;
}

.seo-text {
  color: #000;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  /*    padding-left: 15px;*/
  text-align: justify;
}

.eo-text {
  color: #000;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 15px;
  text-align: left;
}

.l-title {
  margin-bottom: 20px;
}

.full-size:hover {
  cursor: pointer;
}

.full-size:hover {
  background: #35a14f;
}

.gotocat,
.gotocat:hover {
  text-decoration: none;
}

.gotocat:hover {
  border-color: #eb0000;
}

.f-top form input[type="button"]:hover {
  background: #35a14f;
}

.carousel-control,
.carousel-caption,
.item a {
  text-decoration: none;
}

.carousel-control:hover > span {
  color: #35a14f;
  text-decoration: none;
}

.carousel-control:visited {
  color: #fff;
  text-decoration: none;
}

.l-title a {
  color: #2f2f2f;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none;
}

.l-title a:hover {
  text-decoration: underline;
}

.l-title a img {
  vertical-align: bottom;
  margin-right: 13px;
}

.news-pre {
  margin-left: 40px;
  max-height: 170px;
  overflow: hidden;
}

.news-pre .date {
  color: #5d5d5d;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 10px;
}

.news-pre a {
  color: #070707;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  height: 40px;
  overflow: hidden;
}

.news-pre a:hover {
  text-decoration: underline;
}

.np-text {
  color: #515151;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
}
/*06.04 CONTENT PART*/
/*07.04 CONTENT*/

.map-desc p {
  color: #000;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: block;
}

.map-desc p span {
  color: #ea1a3c;
}

.map-desc a {
  color: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 18px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.28);
  width: 450px;
  text-align: center;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
/*CARD OF PRODUCT*/

.door_types {
  font-size: 0;
  margin-bottom: 7px;
  margin-left: 29px;
}

.door_types li {
  display: inline-block;
  width: 50%;
}

.door_types li a {
  color: #000;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
}

.info-wrapper {
  border-left: 1px solid #e3e3e3;
  padding-left: 15px;
  margin-bottom: 60px;
}

.artic {
  color: #727272;
  font-size: 14px;
  margin-bottom: 5px;
}

.in-stock {
  color: #000;
  font-size: 14px;
  font-weight: bolder;
  padding-left: 25px;
  margin-bottom: 8px;
  background: url(../images/instock.png) no-repeat top left;
}

.not-in-stock {
  color: #000;
  font-size: 14px;
  font-weight: bolder;
  padding-left: 25px;
  margin-bottom: 8px;
  background: url(../images/bell.png) no-repeat top left;
}

.ln-coast {
  margin-bottom: 13px;
}

.ln-coast li,
.price_comment {
  color: #3b3b3b;
  font-size: 13px;
  line-height: 24px;
}

.bl-act .see-more {
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-top: 3px;
  padding-left: 55px;
  margin-bottom: 8px;
  background: #2d6f3f url(../images/cart.png) no-repeat 48px 4px;
  -webkit-background-size: 14%;
  background-size: 14%;
}

.bl-act .see-more:hover,
.bl-act .see-more:active,
.bl-act .see-more:focus {
  color: #fff !important;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding;
  background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #35a14f url(../images/cart.png) no-repeat 48px 4px;
  -moz-box-shadow: inset 4px 3px 5px rgba(0, 0, 1, 0.21);
  -webkit-box-shadow: inset 4px 3px 5px rgba(0, 0, 1, 0.21);
  box-shadow: inset 4px 3px 5px rgba(0, 0, 1, 0.21);
  -webkit-background-size: 14%;
  background-size: 14%;
}

.inone {
  color: #27733b;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 15px;
  border: 1px solid #27733b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  width: 100%;
  height: 27px;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 21px;
  margin-bottom: 21px;
}

.inone:focus,
.inone:visited {
  text-decoration: none;
  color: #27733b;
}

.inone:hover {
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #27733b;
  font-size: 15px;
  border: 2px solid #27733b;
}

.bl-info .ln-title {
  color: #158d33;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: auto;
}

.section h3:after {
  top: -2px;
}

.inc {
  margin-bottom: 11px;
}

.bl-info ul li {
  margin-bottom: 1px;
  color: #000;
  font-size: 13px;
}

.call-mstr {
  border: 1px solid #bbb;
  border-top: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding;
  background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #000;
  color: white;
  background-image: -moz-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -o-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #bc0514 0%),
    color-stop(1, #ed1b2d 100%)
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#bc0514 0%, EndColorStr=#ed1b2d 100%)";
  background-image: linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -moz-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -o-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #bc0514 0%),
    color-stop(1, #ed1b2d 100%)
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#bc0514 0%, EndColorStr=#ed1b2d 100%)";
  background-image: linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -moz-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -o-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #bc0514 0%),
    color-stop(1, #ed1b2d 100%)
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#bc0514 0%, EndColorStr=#ed1b2d 100%)";
  background-image: linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -moz-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -o-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #bc0514 0%),
    color-stop(1, #ed1b2d 100%)
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#bc0514 0%, EndColorStr=#ed1b2d 100%)";
  background-image: linear-gradient(bottom, #bc0514 0%, #ed1b2d 100%);
  /*color: #2c6339;*/
  font-size: 15px;
  text-align: center;
  display: block;
  width: 100%;
  height: 27px;
  padding-top: 3px;
  cursor: pointer;
  position: relative;
}

.call-mstr:hover {
  background-image: -moz-linear-gradient(bottom, #fff 0%, #efefef 110%);
  background-image: -o-linear-gradient(bottom, #fff 0%, #efefef 110%);
  background-image: -webkit-linear-gradient(bottom, #fff 0%, #efefef 110%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff 0%),
    color-stop(1, #efefef 110%)
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#fff 0%, EndColorStr=#efefef 110%)";
  background-image: linear-gradient(bottom, #fff 0%, #efefef 110%);
  background-image: -moz-linear-gradient(bottom, #fff 0%, #efefef 110%);
  background-image: -o-linear-gradient(bottom, #fff 0%, #efefef 110%);
  background-image: -webkit-linear-gradient(bottom, #fff 0%, #efefef 110%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff 0%),
    color-stop(1, #efefef 110%)
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#fff 0%, EndColorStr=#efefef 110%)";
  background-image: linear-gradient(bottom, #fff 0%, #efefef 110%);
  background-image: -moz-linear-gradient(bottom, #fff 0%, #efefef 110%);
  background-image: -o-linear-gradient(bottom, #fff 0%, #efefef 110%);
  background-image: -webkit-linear-gradient(bottom, #fff 0%, #efefef 110%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff 0%),
    color-stop(1, #efefef 110%)
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#fff 0%, EndColorStr=#efefef 110%)";
  background-image: linear-gradient(bottom, #fff 0%, #efefef 110%);
  background-image: -moz-linear-gradient(bottom, #fff 0%, #efefef 110%);
  background-image: -o-linear-gradient(bottom, #fff 0%, #efefef 110%);
  background-image: -webkit-linear-gradient(bottom, #fff 0%, #efefef 110%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff 0%),
    color-stop(1, #efefef 110%)
  );
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#fff 0%, EndColorStr=#efefef 110%)";
  background-image: linear-gradient(bottom, #fff 0%, #efefef 110%);
  color: #2c6339;
}

.call-mstr:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: url(../images/rull.png) no-repeat;
  bottom: -35px;
  left: -3px;
  -webkit-background-size: contain;
  background-size: contain;
}

.att {
  display: inline-block;
  width: 130px;
}

.prm {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: bold;
}

.final-coast {
  color: #eb0000;
  font-size: 22px;
  font-weight: bold;
}

.door_types li a {
  height: 36px;
  color: #000;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  padding-left: 58px;
  margin-bottom: 17px;
  margin-left: 28px;
}

.door_types li a[href="#SINGLE"] {
  background: url(../images/i-dor1.png) no-repeat left;
}

.door_types li a[href="#DOUBLE"] {
  background: url(../images/i-dor2.png) no-repeat left;
}

.door_types li a[href="#MECH_DOUBLE"] {
  background: url(../images/i-dor3.png) no-repeat left;
}

.door_types li a[href="#MECH_SINGLE"] {
  background: url(../images/i-dor4.png) no-repeat left;
}

.door_types li {
  position: relative;
}

.door_types li a:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/empt.png) no-repeat;
  top: 13px;
  left: -25px;
}

.door_types li.active a:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/act.png) no-repeat;
  top: 13px;
  left: -25px;
}

.bl-side {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.item_container .tab-content {
  border: none;
}

.item_container .tab-content h3,
.section h3 {
  color: #2c6339;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
  display: inline-block;
  position: relative;
  margin-top: 7px;
}

.item_container .tab-content label {
  color: #000;
  font-size: 13px;
  margin-bottom: 5px;
}

.cat-tiles .sm {
  float: right;
  display: block;
  color: #7d7d7d;
}

.cat-tiles span {
  color: #21562e;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.cat-tiles a {
  text-decoration: none;
}

.cat-tiles .bx_filter_input_checkbox:hover,
.cat-tiles .current {
  background: #f3f3f3;
  color: #21562e;
  text-shadow: 1px 0 0 #76937d;
}

.hide-list li a {
  display: block;
}

.for-icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: transparent url(../images/empt.png) no-repeat scroll 0% 0%;
  margin-right: 5px;
}

.radio-inline input {
  display: none;
}

.radio-inline,
.checkbox-inline {
  padding-left: 0;
}

.btn-primary.active .for-icon,
.radio-inline.active .for-icon {
  background: transparent url(../images/act.png) no-repeat scroll 0% 0%;
}

.btn-primary .cur + .for-icon,
.radio-inline .cur + .for-icon {
  background: transparent url(../images/act.png) no-repeat scroll 0% 0%;
}

.btn.btn-primary {
  line-height: 16px;
}

.btn {
  padding-left: 0;
}

.infog {
  display: inline-block;
  vertical-align: top;
  width: 13.5%;
  font-size: 0;
  text-align: center;
  padding: 0 10px;
}

.infog p {
  color: #525252;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 12px;
}

.infog img {
  padding-bottom: 10px;
}

.w2 {
  margin-left: 145px;
}

.w1 {
  padding-left: 4px;
}

.w1 label,
.w2 label {
  margin-bottom: -6px !important;
}

.tab-pane.types h2 {
  color: #21552d;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 23px;
  margin-bottom: 16px;
}

.door_types li {
  display: table;
  vertical-align: middle;
  float: left;
  margin-bottom: 17px;
}

.door_types li a {
  display: table-cell;
  vertical-align: middle;
  padding-right: 38px;
  position: relative;
}

.w1 h3 {
  position: relative;
}

.nav.nav-pills.center {
  display: table;
  margin: 0 auto;
}

.bx_item_container.item_container {
  margin-bottom: 50px;
}

.product-name {
  color: #000;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}

.gal-prev,
.small-ig {
  display: table;
  width: 100%;
  margin-top: 12px;
}

.gal-prev a,
.small-ig div {
  display: table-cell;
  text-align: center;
}

.gal-prev a img {
  max-width: 30px;
  text-align: center;
}

.small-ig div {
  max-width: 55px;
  text-align: center;
}

.small-ig div p {
  font-size: 11px;
}

.fast-link h3 {
  background: #21562e;
  color: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
}

.fast-link {
  border: 1px solid #d0d0d0;
}

.fast-link ul li {
  border-bottom: 1px solid #d0d0d0;
}

.fast-link ul li a {
  color: #333838;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  text-decoration: none;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  height: 40px;
}

.fast-link ul li a:hover,
.fast-link ul li a.selected,
.fast-link ul li a.active,
.fast-link ul li a:focus {
  background: #f3f3f3;
  color: #21562e;
  text-shadow: 1px 0 0 #76937d;
}

.large-new,
.small-new {
  margin-bottom: 30px;
}

.large-new .n-img {
  max-height: 180px;
  display: block;
}

.large-new .n-img img {
  /*max-width: 397px;*/
  /*max-height: 180px;*/
  /*min-height: 180px;*/

  margin: 0 auto;
}

.small-new .n-img {
  width: 255px;
  display: block;
  height: 150px;
}

.small-new .n-img img {
  max-width: 255px;
  margin: 0 auto;
  max-height: 180px;
}

.n-img {
  margin-bottom: 9px;
}

.news .large-new {
  height: 294px;
  overflow: hidden;
}

.exhib .large-new {
  height: 221px;
  overflow: hidden;
}

.small-new {
  height: 300px;
  overflow: hidden;
}

.gid-list .small-new {
  height: 170px;
}

.gid-list .large-new {
  padding: 0 15px;
}

.vacancy .small-new,
.exhib .small-new {
  height: 230px;
}

.news-listing h1,
.gid-list h2 {
  color: #2f2f2f;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 27px;
  text-decoration: none;
}

.gid-list a {
  text-decoration: underline;
  color: #000;
}

.gid-list a:hover {
  text-decoration: none;
}

.small-new p,
.large-new p {
  font-size: 13px;
  color: #666;
  height: 55px;
  overflow: hidden;
}

.news-detail {
  padding-left: 15px;
}

.to-listing {
  position: relative;
  color: #2c6339;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  float: left;
  padding-left: 10px;
}

.to-listing:visited {
  color: #2c6339;
}

.to-listing:hover {
  text-decoration: underline;
}

.to-listing:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 5px solid #2c6339;
  border-bottom: 4px solid transparent;
  left: 0;
  top: 6px;
}

.new-wrapper p {
  margin-bottom: 10px;
}

.send-friend {
  float: right;
  color: #7d7d7d;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  margin-top: 8px;
}

.send-friend-cart {
  color: #7d7d7d;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  margin-top: 30px;
}

.arrow {
  display: none;
}

.bx_filter_popup_result {
  border: 2px solid #368b4b !important;
  -moz-border-radius: 14px 5px 5px/16px 5px 5px 15px;
  -webkit-border-radius: 14px 5px 5px/16px 5px 5px 15px;
  border-radius: 14px 5px 5px/16px 5px 5px 15px;
  -webkit-background-clip: padding;
  background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  border-left: none !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  line-height: 25px !important;
  font-family: "Open Sans", "Arial", sans-serif;
}

.bx_filter_popup_result:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -11px;
  background: url(../images/trian.png) no-repeat;
  width: 14px;
  height: 31px;
}

.bx_filter .bx_filter_input_checkbox input[type="checkbox"],
.modal_check input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.bx_filter .bx_filter_input_checkbox input:disabled + span {
  background: url(../images/nche.png) no-repeat left;
}

.bx_filter .bx_filter_input_checkbox input + span,
.modal_check input + span {
  background: url(../images/uche.png) no-repeat left;
}

.bx_filter .bx_filter_input_checkbox input:checked + span,
.modal_check input:checked + span {
  background: url(../images/che.png) no-repeat left;
}

.bx_filter .bx_filter_input_checkbox .bx_filter_param_text,
.modal_check span {
  margin-left: 0;
  padding-left: 25px;
  line-height: 17px;
}

span.boxcheck {
  font-size: 15px;
}

.has-error span.boxcheck {
  color: red;
  font-weight: bold;
}

.checkbox label.modal_check {
  padding-left: 0;
}

.bx_filter .bx_filter_popup_result {
  margin-top: 9px !important;
  height: 31px !important;
}

.data-table.profile-table select {
  margin-top: 3px;
}

.profile-table td {
  line-height: 34px;
}

.profile-block-shown input[type="text"] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.profile_text span {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.profile_text a {
  color: #21562e;
  font-size: 18px;
  text-decoration: underline;
}

.profile_text a:hover {
  text-decoration: none;
}

.account-img {
  border: 1px solid #d0d0d0;
  margin-bottom: 30px;
  width: 100%;
  max-width: 290px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  height: auto;
}

.bx_my_order .bx_my_order_table thead tr td {
  background: #f2f2f2;
}

.bx_my_order .bx_my_order_table thead tr td {
  font-weight: normal;
  padding-left: 15px;
}

.radio-inline input:checked + span {
  background: transparent url(../images/act.png) no-repeat scroll 0 1px;
}

.bx_my_order .bx_my_order_table td a {
  color: #21552d;
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
}

.bx_big.bx_bt_button_type_2.bx_cart.bx_order_action {
  border: none;
  border-bottom: 1px dashed #000;
  background: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: right;
  float: right;
}

.bx_big.bx_bt_button_type_2.bx_cart.bx_order_action:hover {
  border-bottom: 1px solid transparent;
}

.news-list .n-img {
  width: 175px;
  height: 120px;
  margin: 0 auto;
}

.gid-list .news-list .n-img {
  width: 255px;
}

.news-list .n-img img {
  max-width: 175px;
  max-height: 120px;
}

.gid-list .n-img img {
  max-width: 255px;
  max-height: 120px;
}

.item-block:hover > .ifo-hblock {
  display: block;
}

.ifo-hblock {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  min-height: 80px;
  bottom: -80px;
  -moz-box-shadow: 0 1px 0 1px #c8c8c8;
  -webkit-box-shadow: 0 1px 0 1px #c8c8c8;
  box-shadow: 0 1px 0 1px #c8c8c8;
  text-align: center;
  z-index: 999;
  background: #fff;
}

.ifo-hblock.many .ing {
  max-width: 23%;
}

.ifo-hblock .ing {
  min-width: 20%;
  max-width: 28%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
}

.ifo-hblock .ing img {
  max-width: 44px;
  max-height: 44px;
  margin: 0 auto;
  text-align: center;
}

.ifo-hblock .ing p {
  font-size: 9px;
  text-align: center;
  text-shadow: 1px 0 0 #a8c7b0;
}

.controls .radio-inline span {
  padding-left: 25px;
  background: url(../images/empt.png) no-repeat 0 1px;
  vertical-align: middle;
}

#TYPE label #TYPE-flat + span,
#TYPE label #TYPE-house + span {
  position: relative;
  display: inline-block;
}

#TYPE label #TYPE-flat + span {
  padding-left: 56px;
}

#TYPE label #TYPE-house + span {
  padding-left: 73px;
}

#TYPE label #TYPE-flat + span:before,
#TYPE label #TYPE-house + span:before {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
}

#TYPE label {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}

span.i-info.type_fh {
  position: static;
}

#TYPE {
  margin-bottom: 17px;
  margin-top: 10px;
}

#TYPE .house + .i-info {
  margin-left: -20px;
  top: 10px;
}

#TYPE .flat + .i-info {
  /* margin-left: -77px; */

  margin-right: 73px;
}

#TYPE label #TYPE-flat + span:before {
  background: url(../images/house.png) no-repeat;
  top: -8px;
  left: 22px;
}

#TYPE label #TYPE-house + span:before {
  background: url(../images/home.png) no-repeat;
  top: -8px;
  left: 24px;
}

.im-block.section h3 {
  margin-bottom: 18px;
}

.im-block.section img {
  margin-bottom: 27px;
}

.im-block.section .see-more {
  width: 240px;
  height: 40px;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  cursor: pointer;
}

.im-block.section .send-friend {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 75px;
}

.pluso-more {
  display: none !important;
}

.ln-coast input[type="text"] {
  border: 1px solid #e3e3e3;
  width: 80px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.controls .radio-inline img {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  padding: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
}

.controls .radio-inline input:checked ~ img {
  border: 2px solid #21562e;
}

.controls .radio-inline .color-name {
  background: none !important;
  padding: 0;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}

.controls .radio-inline input:checked + .color-name {
  color: #21562e;
}

.part-two .i-info-order:hover {
  background: url("http://dveribelorussii.com.ua/local/templates/standart/css/../images/hover-info.png")
    no-repeat -2px 0;
}
.part-two .i-info-order {
  width: 19px;
  height: 21px;
  background: url("http://dveribelorussii.com.ua/local/templates/standart/css/../images/info.png")
    no-repeat;
  display: inline-block;
  position: absolute;
  margin-left: 15px;
  cursor: pointer;
}
.part-two h3 {
  position: relative;
}

.part-one h3,
.part-two h3,
.part-three h3 {
  height: 36px;
  display: block;
  width: 100%;
  background: #21562e;
  color: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  padding-left: 15px;
  padding-top: 10px;
  margin-bottom: 25px;
}

.part-three h3 {
  color: #000;
  background: #d9d9d9;
}

.part-three table {
  border: 1px solid #efefef;
  padding: 5px;
  width: 100%;
}

.part-three table td,
.part-three table th {
  padding: 5px;
  padding-right: 0;
  border: 1px solid #efefef;
  color: #595959;
}

.part-three table tr th:first-child {
  width: 60%;
}

.part-one input {
  height: 33px;
  width: 100%;
  border: 1px solid #efefef;
  background-color: #fff;
  -moz-box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  -webkit-box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  margin-bottom: 10px;
  padding-left: 30px;
}

.hgroup {
  font-size: 0;
}

input.hgroup {
  width: 30%;
  font-size: 14px;
  padding-left: 15px;
  margin-right: 18px;
}

.part-one textarea {
  width: 100%;
  height: 115px;
  resize: none;
  border: 1px solid #ededed;
  -moz-box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  -webkit-box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  padding: 5px;
  padding-left: 30px;
}

.part-two label input {
  display: none;
}

.part-two label input + span {
  background: url(../images/empt.png) no-repeat left;
  padding-left: 25px;
  font-weight: normal;
}

.part-two label input:checked + span {
  background: url(../images/act.png) no-repeat left;
}

.part-two label {
  cursor: pointer;
}

.t-row {
  display: table;
  vertical-align: middle;
  width: 100%;
}

.t-name {
  background: #21562e;
  color: #fff;
  text-align: center;
  height: 40px;
  color: #fefeff;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
}

.t-name div {
  border: none;
}

.t-col-1,
.t-col-2,
.t-col-3,
.t-col-4,
.t-col-5,
.t-col-6 {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
}

.t-col-1 {
  width: 17.5213675214%;
}

.t-col-1 img {
  max-width: 100%;
  max-height: 110px;
}
/*CART-TABLE*/

.t-col-2 {
  width: 36.3247863248%;
}

.t-col-3 {
  width: 14.1025641026%;
  text-align: center;
}

.t-col-4 {
  width: 10.6837606838%;
  text-align: center;
}

.t-col-5 {
  width: 13.6752136752%;
  text-align: center;
}

.t-col-6 {
  width: 17.5213675214%;
  text-align: center;
}

.t-col-1.im {
  padding: 15px;
  text-align: center;
}

.t-col-2.na {
  padding: 15px;
  vertical-align: top;
}

.drop-cart {
  display: none;
}

.drop-cart .im {
  visibility: hidden;
}
/*CART-TABLE-END*/

.b-position {
  color: #000;
  font-size: 16px;
  float: right;
  display: block;
}

.my-basket h1 {
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.h-cart {
  margin-bottom: 30px;
}

.part-one p {
  position: relative;
}

.part-one p i {
  position: absolute;
  top: 6px;
  left: 6px;
  color: #adadad;
}

.bx_bigimages_aligner img {
  cursor: pointer;
}

.form-group textarea {
  resize: vertical;
}

.t-col-6 a {
  display: block;
  background: #828282;
  color: #fff;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 4px;
}

.t-col-6 a:hover {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.b-item-name a,
.b-item-name {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
  display: block;
}

.b-item-name {
  text-decoration: none;
}

.b-item-name a:hover {
  text-decoration: none;
}

.drop-more {
  font-size: 14px;
  color: #21562e;
  border-bottom: 1px dotted #21562e;
  display: inline-block;
  text-decoration: none;
}

.drop-more:hover,
.drop-more:active,
.drop-more:focus {
  border-bottom: 1px dotted transparent;
  color: #21562e;
}

.drop-more + i:before {
  vertical-align: 1px;
}

.drop-more + i {
  font-size: 9px;
  color: #fff;
  background: #21562e;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: 1px;
  margin-left: 10px;
}

.b-item-info {
  display: block;
  margin: 10px 0;
}

.b-item-info span {
  display: block;
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
}

.t-col-4 a {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background: #e8e8e8;
  color: #fff;
  text-decoration: none;
  font-weight: bolder;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.t-col-4 a:hover {
  background: #2e703f;
}

.t-col-4 input {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  text-align: center;
  padding: 0;
  outline: 0;
}

.t-col-4 input:focus,
.t-col-4 input:active {
  outline: 0;
}

.t-col-3,
.t-col-5 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.drop-cart .t-col-3,
.drop-cart .t-col-5 {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

.t-name .t-col-3,
.t-name .t-col-5 {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}

.b-result {
  float: right;
  margin-top: 30px;
}

.last-price {
  color: #343838;
  font-size: 28px;
  font-weight: bold;
}

.last-price span {
  color: #eb0000;
}

.b-result .see-more {
  width: 245px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 2px;
  margin-top: 30px;
}

.cat-back {
  display: block;
  color: #27733b;
  font-size: 15px;
  height: 41px;
  width: 220px;
  position: relative;
  border: 2px solid #21552d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding;
  background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  padding-top: 7px;
  margin-top: 100px;
  float: left;
}

.cat-back:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 40px;
  background: transparent url(../images/trin.png) no-repeat scroll 0% 0%;
  top: -2px;
  left: -12px;
  display: none;
}

.cat-back:hover:before {
  display: block;
}

.cat-back:visited {
  color: #27733b;
}

.u-form textarea {
  resize: none;
  width: 48%;
  display: inline-block;
  vertical-align: top;
  height: 125px;
  border: 1px solid #efefef;
  background-color: #fff;
  -moz-box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  -webkit-box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
}

.u-form {
  background: #f6f6f6;
  padding: 30px;
  border: 1px solid #ededed;
  margin-bottom: 15px;
}

.u-form input {
  width: 100%;
  height: 44px;
  border: 1px solid #efefef;
  background-color: #fff;
  -moz-box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  -webkit-box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  margin-bottom: 25px;
}

.u-form input.has-error,
.u-form textarea.has-error {
  border: 1px solid #ff0a0a;
}

.u-form p {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  font-weight: bold;
}

.tab-content .see-more {
  float: right;
  margin-bottom: 15px;
}

.user-comment .see-more {
  float: right;
  margin-top: 30px;
  position: relative;
}

.user-comment .see-more:after {
  content: "";
  clear: both;
}

.user-answer {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.user-comment p {
  padding-top: 15px;
  padding-bottom: 15px;
}

.u-name {
  font-size: 18px;
  font-weight: bold;
  padding-right: 15px;
}

.u-date {
  font-size: 12px;
  color: #999;
}

.dignity,
.shortcomings {
  color: #000;
  font-weight: bold;
  padding-top: 5px !important;
}

.dignity span,
.shortcomings span {
  color: #000;
  font-weight: normal;
}

.dignity {
  color: #2d6f3f;
}

.shortcomings {
  color: #eb0000;
}

.type-active {
  font-size: 0;
  background: #f6f6f6;
}

.u-full {
  border-right: 1px solid #eee;
}

.u-short {
  border-left: 1px solid #eee;
}

.type-active a {
  color: #000;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 49%;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 4px solid #eee;
  font-size: 20px;
}

.type-active a.active {
  border-top: 4px solid #21562e;
}

.type-active a:hover {
  border-top: 4px solid #eb0000;
}

.search-query {
  width: 95% !important;
  height: 33px;
  border: 1px solid #efefef;
  background-color: #fff !important;
  -moz-box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  -webkit-box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
}

.search-item h4 a {
  color: #21562e;
  text-decoration: underline !important;
}

.search-item h4 a:hover {
  text-decoration: none !important;
}

.title-search-separator {
  display: none;
}

.title-search-result tr th,
.title-search-fader {
  display: none !important;
}

.table.title-search-result {
  width: 100%;
}
.title-search-result {
  background-color: #fff;
}
table.title-search-result tr.title-search-selected a {
  color: #000 !important;
}

table.title-search-result td.title-search-item a b {
  color: #21562e;
}

.title-search-result {
  width: 300px !important;
  left: 682px !important;
}

.title-search-item a img {
  float: none;
}
.title-search-item a {
  padding: 3px;
  color: #000;
}

table.title-search-result tr.title-search-selected td,
table.title-search-result tr.title-search-selected a,
table.title-search-result tr.title-search-selected a,
table.title-search-result tr.title-search-selected td.title-search-more a {
  background-color: #eee;
}

.form-group-vacancy input,
.form-group-vacancy textarea {
  border: 1px solid #efefef;
  background-color: #fff;
  -moz-box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  -webkit-box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
}

.form-group-vacancy input:focus,
.form-group-vacancy textarea:focus,
.form-group-vacancy input:active,
.form-group-vacancy textarea:active {
  outline: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #efefef;
}

.form-group-vacancy .form-control {
  margin-bottom: 15px;
}

.file-selectdialog-switcher {
  color: #21562e;
}

.file-selectdialog-switcher:hover {
  color: #21562e;
}

.form-group-vacancy .form-group.text,
.form-group-vacancy .form-group.textarea {
  width: 50%;
}

.div.news-detail {
  text-align: justify;
}

#ORDER_CONFIRM_BUTTON {
  width: 240px;
  height: 38px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  float: right;
}

.bx_item_container.item_container .col-md-3 {
  position: static;
}

.pop_reg_form .form-group {
  display: block;
  margin-top: 10px;
}

.pop_reg_form .see-more {
  float: right;
}

.popup_reg .gb-close {
  top: -30px !important;
  right: -30px !important;
}

.drop-menu li a:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cont_text {
  padding-left: 0 !important;
}

.b_sum {
  float: left;
  margin-right: 5px;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer img {
  max-width: 225px;
}

.be-partner:hover {
  color: #434343;
  cursor: pointer;
}

.free-place,
.free-place_drop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.dropdown-modal .hide-list {
  z-index: 1070;
}

.free-place_drop {
  z-index: 1060;
}
.up-top span {
  font-size: 13px;
}
.up-top {
  width: 50px;
  height: 50px;
  padding: 5px 0;
  text-align: center;
  position: fixed;
  right: 25px;
  bottom: 100px;
  background: rgba(33, 86, 46, 0.5);
  color: #fff;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transform: translatey(300%);
  -ms-transform: translatey(300%);
  -o-transform: translatey(300%);
  -webkit-transform: translatey(300%);
  transform: translatey(300%);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.up-top:hover {
  background: rgba(33, 86, 46, 1);
}

.bx_filter .bx_filter_btn_color_icon {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-header {
  border-bottom: 0;
}

.color_label {
  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nshow {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: translatey(0%);
  -ms-transform: translatey(0%);
  -o-transform: translatey(0%);
  -webkit-transform: translatey(0%);
  transform: translatey(0%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.bx_filter .bx_filter_param_btn {
  border: 1px solid transparent;
}

.bx_filter .bx_filter_param_text {
  line-height: 32px;
}

.modal-footer {
  border-top: 0;
}

.m-buy-one {
  display: none;
}

.modal-content.popup_reg {
  width: 460px;
  margin: 0 auto;
}

.to-listing {
  margin-top: 15px;
  display: block;
}

.gid-list {
  padding-left: 15px;
}

.gid-list a,
.news a,
.vacancy a,
.social a,
.exhib a,
.news-listing a,
.large-new.guide a {
  color: black;
  text-decoration: none;
}

.gid-list a:hover,
.vacancy a:hover,
.social a:hover,
.news a:hover,
.exhib a:hover,
.news-listing .large-new:hover a,
.large-new.guide a:hover {
  text-decoration: underline;
}

.c-group {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.c-group input[name="NAME"] {
  margin-bottom: 37px;
}

.u-form p,
.u-form p a {
  color: #555;
  font-weight: normal;
  font-size: 12px;
}

.lic {
  cursor: pointer;
}

.lic input {
  display: none;
}

.lic span {
  padding-left: 30px;
  font-weight: normal;
}

.lic input + span {
  background: url(../images/cb-sp.png) no-repeat 0 -36px;
  display: inline-block;
}

.lic input:checked + span {
  background: url(../images/cb-sp.png) no-repeat 0 1px;
  display: inline-block;
}

.u-form hr {
  border-color: #000;
}

.u-form h3 {
  font-size: 16px;
  font-weight: bold;
}

.rating {
  margin-bottom: 25px;
  color: #565656;
  font-size: 14px;
}

.s-rating {
  display: inline-block;
  width: 137px;
  height: 25px;
  background: red;
  vertical-align: middle;
}
/*FOOTER*/

.modal-content input[type="text"],
.modal-content input[type="password"],
.modal-content textarea {
  border: 1px solid #efefef;
  background-color: #fff;
  -moz-box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  -webkit-box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  box-shadow: inset 0 0 5px rgba(109, 109, 109, 0.08);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.modal-content .pop_log_form input[type="text"],
.modal-content .pop_log_form input[type="password"],
.one_click input[type="text"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color ease-in-out 0.15s,
    -moz-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, -o-box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s,
    -moz-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, -o-box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.pop_log_form .see-more {
  float: right;
}

.pop_log_form label {
  font-weight: normal;
}

.modal_feedback .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.pop_log_form .gb-close {
  top: -50px !important;
}

.modal_form .dropdown-modal .hide-list {
  width: 215px;
  text-align: left;
  margin-left: -1px;
}

.modal_form .dropdown-modal .hide-list li {
  padding-left: 10px;
}

.modal_feedback .form-control textarea {
  width: 100%;
  height: 110px;
  resize: none;
}

.modal-title {
  font-weight: bold;
}

.control-label,
.pop_reg_form label {
  font-weight: normal;
}

nav .menu .drop-menu.too_many li {
  font-size: 0;
}

nav .menu .drop-menu.too_many li a {
  width: 25%;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

footer {
  background: url(../images/middle-bg.png);
}

.f-wrapper ul li a:hover {
  text-decoration: underline;
}

.f-top {
  background: #21562e;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-title {
  margin-bottom: 13px;
}

.footer-title h5 {
  color: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.we-work {
  margin-top: 35px;
}

.contacts ul li {
  line-height: 22px;
}

.contacts ul li i {
  color: #fff;
  font-size: 17px;
}

.contacts ul li span {
  color: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  padding-left: 5px;
}

.contacts ul li a {
  vertical-align: top;
  width: 90%;
  padding-left: 5px;
  text-decoration: none;
}

.contacts ul li a:hover {
  text-decoration: underline;
}

.contacts ul li div p a,
.contacts ul li div p a:hover {
  text-decoration: none;
}

.contacts ul li p {
  margin-left: 30px;
}

.contacts ul li p a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px dotted #fff;
  width: auto;
  padding-left: 0;
}

.contacts ul li p a:hover {
  border-bottom: 1px dotted transparent;
}

.we-work li {
  display: inline-block;
  color: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  vertical-align: top;
  margin-right: 5px;
}

.we-work li a {
  color: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.be-partner {
  width: 170px;
  height: 40px;
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: url(../images/btn-bg.png) no-repeat;
  text-align: center;
  color: #434343;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 40px;
  margin-top: 23px;
}

.modal {
  position: fixed;
  top: 0;
  /* right: 0; */

  bottom: 0;
  /* left: 0; */

  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.be-partner:visited {
  color: #434343;
}

.pop_log_form .soc_log {
  width: 168px;
  margin: 0 auto;
}

.f-hide li a {
  color: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.f-hide li {
  margin-bottom: 8px;
}

.app {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.f-wrapper {
  padding-top: 25px;
  padding-bottom: 20px;
}

.download {
  color: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  margin-bottom: 6px;
}

.copyright {
  color: #ddd;
  position: relative;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 11px;
  text-align: center;
  margin-top: 22px;
}

.copyright p a {
  color: #ddd;
  font-family: "Open Sans", "Arial", sans-serif;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}

.for-c {
  /*padding-right: 25px;*/
}

.copyright .frst {
  margin-right: 0;
}

.copyright p a.for-space {
  /*margin-left: 15px;*/
  margin-right: 0;
}

.copyright p a:hover {
  text-decoration: underline;
}

#bx-composite-banner {
  position: absolute;
  bottom: -21px;
}

.cosialn {
  float: left;
}

.cosialn a:first-child {
  margin-right: 0;
}

.cosialn a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.cosialn a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.fb {
  background: url(../images/soc-sprite.png) no-repeat 0 0;
}

.yt {
  background: url(../images/soc-sprite.png) no-repeat -46px 0;
}

.vk {
  background: url(../images/soc-sprite.png) no-repeat -91px 0;
}

.gp {
  background: url(../images/soc-sprite.png) no-repeat -136px 0;
}

.ins {
  background: url(../images/soc-sprite.png) no-repeat -180px 0;
}

.f-top form,
.f-top p {
  display: inline-block;
  vertical-align: top;
}

.f-top p {
  color: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.f-top form input[type="text"] {
  width: 360px;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 15px;
}

.f-top form input {
  display: inline-block;
  vertical-align: top;
}

.f-top form input[type="button"] {
  height: 40px;
  border: 2px solid #fff;
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  width: 160px;
  font-size: 17px;
}

.form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: none;
}

.form-control:focus {
  outline: 0;
}

.copyright p.avocado_technologies a {
  margin-left: 0;
  position: relative;
  text-decoration: none;
}
.copyright p.avocado_technologies a:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 32px;
  background-image: url(../images/icons/logo_avocad.svg);
  bottom: -50%;
  right: -70%;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.copyright p.avocado_technologies a:hover::after {
  background-position: left;
}
.copyright p.avocado_technologies {
  /*margin-top: 15px*/
}
/*FOOTER-END*/

div.title-search-result {
  border: 1px solid #c6c6c6;
  display: none;
  overflow: hidden;
  z-index: 205;
  top: 33px !important;
  left: 0 !important;
}

.search {
  margin-bottom: 18px;
}

.gb-close {
  font-size: 16px;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
}

#myFeedback4 .dropdown-modal,
#myFeedback4 .hide-list {
  width: 60px;
}

.bx_filter_parameters_box_container input {
  font-size: 13px;
}

.bx_filter_parameters_box_container input.bx_filter_search_reset:active,
.bx_filter_parameters_box_container input.bx_filter_search_reset:focus {
  color: #2e703f !important;
  background-color: white;
}

.bx_filter_parameters_box_container input.bx_filter_search_button:focus {
  background: #35a14f;
}

.gallery-block {
  overflow: visible !important;
}

.gallery-block .gb-close {
  line-height: 25px;
}

.furniture .item-block img {
  cursor: zoom-in;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
}

.big-img {
  top: 0;
  /*left: 20%;*/
  /*right: 20%;*/

  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  z-index: 999;
  /*padding: 25px;*/

  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.big-img .gb-close {
  line-height: 25px;
}

.big-img img {
  max-width: 90%;
  max-height: 95%;
  vertical-align: middle;
  display: inline-block;
  border: 5px solid #21562e;
  background: #fff;
}

.big-img .pop_up {
  z-index: 100;
  margin-right: 5%;
  margin-left: 5%;
  top: 20px;
}

.wc {
  vertical-align: top;
  width: 86%;
  text-decoration: none;
  display: inline-block;
}

.wc a {
  padding-left: 0 !important;
}

.large-new.guide img {
  margin: 0 auto;
  margin-bottom: 9px;
}

.zoomContainer {
  z-index: 9999;
  position: relative;
}

.for-gall ul li img {
  margin-top: 1px;
  max-width: 255px;
  cursor: pointer;
}

.g-next {
  position: absolute;
  right: -19px;
}

.g-prev {
  position: absolute;
  left: -19px;
}

.big-i {
  max-height: 500px;
}

.left-slide {
  width: 30%;
  top: 0;
  left: 0;
}

.right-slide {
  width: 30%;
  top: 0;
  right: 0;
}

.left-slide,
.right-slide {
  position: absolute;
  height: 100%;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

.left-slide i,
.right-slide i {
  font-size: 24px;
  color: #21562e;
  position: absolute;
  top: 50%;
}

.right-slide i {
  right: 0;
}

.left-slide i {
  left: 0;
}

.left-slide:hover > i,
.right-slide:hover > i {
  color: #35a14f;
}

.left-slide:hover {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
}

.right-slide:hover {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
}

.informer {
  position: fixed;
  cursor: pointer;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 750px;
  left: 50%;
  margin-left: -375px;
  z-index: 9999;
  top: 30px;
  color: #000;
  padding: 20px;
  display: none;
}

.informer .gb-close {
  line-height: 25px;
}

.for-gall .main-slider li {
  width: 270px;
}

.i-info {
  width: 19px;
  height: 21px;
  background: url(../images/info.png) no-repeat;
  display: inline-block;
  position: absolute;
  right: -24px;
  bottom: -4px;
  cursor: pointer;
}

.i-info:hover {
  background: url(../images/hover-info.png) no-repeat -2px 0;
}

.ln-title .i-info {
  bottom: 0;
}

#characteristics ul li {
  background: #f6f6f6;
  padding: 5px;
}

#characteristics ul li:nth-child(2n) {
  background: #fff;
}

#construction img {
  margin: 0 auto;
}

.gb-pre,
.gb-next {
  width: 60px !important;
  height: 60px !important;
}

.ocb-form-field {
  margin: 0;
  margin-bottom: 10px;
}

.ocb-form .see-more {
  width: auto;
  padding: 0 10px;
}

.see-more.content_link {
  width: auto;
  height: auto;
  font-size: 20px;
  margin-top: 15px;
  padding: 5px 35px;
}
.process {
  margin-bottom: 30px;
}

#order_form_content .see-more {
  margin-top: 30px;
}

.part-three {
  margin-bottom: 15px;
}

.errortext {
  color: red;
  font-style: italic;
}

.large-new img {
  margin: 0 auto;
  margin-bottom: 9px;
  margin-top: 15px;
}
/*.nb-title {*/
/*text-align: center;*/
/*}*/

div.news-detail img.detail_picture {
  float: none;
  margin: 0 auto;
}

.txt-al p {
  text-align: justify;
}

.avard {
  margin-bottom: 30px;
  margin-top: 30px;
}

.avard li {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  text-align: center;
  width: 160px;
}

.avard li img {
  text-align: center;
  max-width: 160px;
  margin: 0 auto;
}

span.pluso-wrap a {
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}

span.pluso-wrap a:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.form-group-vacancy .for-icon {
  vertical-align: middle;
}

.nav-b {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.grac-text {
  float: left;
}

.nav-b a {
  padding: 0 10px;
  width: auto;
}

.nav-b a.go {
  padding: 0 35px;
  width: auto;
}

.informer-body img {
  float: left;
  margin-right: 20px;
  max-width: 300px;
}

.btn-group .btn {
  text-align: left;
}

.handles_modifications h3 {
  position: relative;
}

.furn_count h3:after {
  right: auto;
  cursor: pointer;
  margin-left: 7px;
  top: 0;
}

.cluster {
  cursor: pointer;
  position: absolute;
  top: 90px;
  left: 513px;
}

.cluster img {
  clip: auto !important;
  top: 15px !important;
  left: 1px !important;
  height: 36px !important;
}

.grac-text {
  font-weight: bold;
  font-size: 16px;
}

.grac-text span {
  color: #21562e;
  font-size: 22px;
  margin-right: 10px;
}

.informer-body {
  margin-top: 15px;
}

.ib-name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.ib-param {
  display: inline-block;
}

.ib-param .prm_name {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.param-name {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ib-param .vl {
  padding-right: 30px;
}

.informer-body p {
  margin-bottom: 5px;
}

.stickers {
  position: absolute;
  top: 0;
  right: -7px;
  padding-top: 20px;
}

.stickers img {
  width: auto;
  height: 23px !important;
  margin-bottom: 7px;
  display: block;
  float: right;
  clear: both;
}

.gallery {
  position: relative;
}

.cluster div {
  line-height: 56px !important;
  text-align: center !important;
  width: 56px !important;
}

.l-mobile {
  display: none;
}

.bx_item_slider {
  position: relative;
}

.bx_filter_parameters_box {
  position: relative;
}

.smartfilter .bx_filter_parameters_box .bx_filter_parameters_box_title:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  color: #fff;
  top: 14px;
  right: 12px;
}

.smartfilter
  .bx_filter_parameters_box.active
  .bx_filter_parameters_box_title:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  color: #fff;
  top: 14px;
  right: 12px;
}

.bx_filter_block.active {
  -moz-transition: height 3s;
  -o-transition: height 3s;
  -webkit-transition: height 3s;
  transition: height 3s;
  /*height: auto !important;*/
}

.bx_filter_block.active {
  -moz-transition: height 3s;
  -o-transition: height 3s;
  -webkit-transition: height 3s;
  transition: height 3s;
  /*height: 0 !important;*/
}

.hgroup {
  width: 32.57%;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.hgroup input {
  display: block;
  width: 100%;
}

.part-one input {
  font-size: 14px;
}

.gb-content a {
  text-decoration: none;
}

.title-search-result a {
  display: block !important;
  width: 280px !important;
  padding-right: 0;
  overflow: hidden !important;
  -ms-text-overflow: ellipsis !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.part-three + p {
  text-align: right;
}

.bx_item_detail {
  display: inline-block;
}

.for-gall {
  margin-left: -18px;
}

.door_types li:nth-child(2),
.door_types li:nth-child(4) {
  padding-left: 11px;
}

.gallery-block p {
  display: block;
  position: absolute;
  z-index: 99999;
  color: #aeaeae;
  bottom: 0;
  text-align: center;
  width: 90%;
  padding-bottom: 10px;
}

.drop-more + i {
  cursor: pointer;
}

.app img,
.be-partner {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.app img:hover,
.be-partner:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.news-list.row.map-section .small-new:hover > .nb-title {
  text-decoration: underline;
}

a[href="/map/kiev/"] {
  color: #21562e;
  font-weight: bold;
}

.edt_area .page_form li {
  list-style: none;
}

#bx-composite-banner a {
  margin: 0 auto;
  margin-top: 5px;
  display: block;
  width: 190px;
  font-size: 11px !important;
}

.for-partners .file-load-img {
  width: 90px !important;
}

.news-detail iframe {
  width: 100%;
  height: 500px;
}

iframe[name="google_conversion_frame"] {
  display: none;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: red;
}

.we-work img {
  width: 16px;
  height: 14px;
  padding-bottom: 3px;
}

img[src="/upload/medialibrary/151/1515aacf1c201e6972bf2edfab0139f5.png"] {
  width: 20px !important;
  height: 20px !important;
  max-width: none !important;
}

img[src="/upload/medialibrary/33e/33e5e63320b0ff4c7cc1205aff56f455.jpg"] {
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.gig-detail table img {
  width: 100%;
  height: auto;
  display: block;
}

.edt_area font {
  /*display: block;*/

  width: 100%;
}

.fr-part img {
  margin: 0 auto;
}

span.req_star {
  position: absolute;
  top: 5px;
  right: 10px;
  color: red;
  font-size: 18px;
}

#bx-composite-banner a {
  opacity: 0.7;
}

#bx-composite-banner a:hover {
  opacity: 1;
}

.pop_up img {
  max-width: 100%;
}

.m404 img {
  margin: 0 auto;
  max-width: 320px;
}

.m404 p {
  padding: 15px 0;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.m404 a {
  width: 300px;
  height: 50px;
  line-height: 50px;
}
.m404 {
  text-align: center;
}
.col-md-7.we-work-inside {
  padding-right: 5px;
}
p.seo-text u:hover {
  text-decoration: none;
}
p.seo-text a:hover {
  text-decoration: none;
}
p.seo-text a {
  font-weight: inherit;
  color: inherit;
}
/*.gallery-block p:after {*/
/*content: '';*/
/*position: absolute;*/
/*top: 0;*/
/*right: 0;*/
/*width: 30px;*/
/*height: 30px;*/
/*background: url("../images/search.png") no-repeat;*/
/*}*/

/* mini calatog carousel start */
.catalog-carousel-mini {
  position: relative;
  width: 870px;
  height: 85px;
  float: right;
  margin: 0 auto;
  margin-bottom: 20px;
}

.catalog-mini__caption {
  position: absolute;
  display: block;
  top: 10px;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: left;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.catalog-mini__subcaption {
  position: absolute;
  display: block;
  top: 45px;
  left: 50%;
  z-index: 3;
  padding-top: 3px;
  color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  font-weight: lighter;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.catalog-mini__image-link {
  display: block;
  position: relative;
  height: 85px;
}

.catalog-carousel-mini .carousel-control.right {
  opacity: 0;
}

.catalog-carousel-mini .carousel-control.right:hover {
  opacity: 0.8;
}

.catalog-carousel-mini .carousel-control.left {
  opacity: 0;
}

.catalog-carousel-mini .carousel-control.left:hover {
  opacity: 0.8;
}

.catalog-carousel-mini .carousel-indicators {
  width: auto;
  right: 5px;
  bottom: 1px;
  margin: 0;
  padding: 0;
  text-align: right;
}

.catalog-carousel-mini .carousel-inner > .item {
  overflow: hidden;
  transition: 0.6s ease-in-out;
}

#mini-catalog-carousel .item img {
  max-width: 875px;
  max-height: 85px;
}

@media screen and (max-width: 1200px) {
  .catalog-carousel-mini {
    float: none;
  }
}

@media screen and (max-width: 992px) {
  .catalog-carousel-mini {
    display: none;
    /*width: 100%;*/
    /*height: 85px;*/
    /*float: none;*/
    /*margin: 10x auto;*/
  }
}

#mini-catalog-carousel .glyphicon-chevron-right {
  right: 20% !important;
}
#mini-catalog-carousel .glyphicon-chevron-left {
  left: 20% !important;
}
#mini-catalog-carousel .glyphicon {
  margin-top: -21px;
}
/* mini catalog carousel end */

/* No longer produced styles start */
.recommended-product__heading,
.recommended-product__subheading {
  text-align: center;
}
.recommended-product__heading {
  margin-bottom: 20px;
  color: #000;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  background: #fff
    url(/local/templates/standart/images/recommended_heading_bg.png) center
    repeat-x;
}

.recommended-product__span {
  padding: 0 5px;
  background: #fff;
}

.recommended-product__subheading {
  color: #000;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.recommended-products-carousel {
  padding: 0 15px;
  margin-bottom: 30px;
}

.recommend__item-block {
  width: 200px;
  margin: 0 auto;
  padding: 5px 20px;
  margin-top: 10px;
  text-align: center;
  position: relative;
}

.recommend__for-img {
  position: relative;
  display: block;
  height: 335px;
  border: 0;
}

.recommend__item-name {
  text-align: center;
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
  height: 60px;
  overflow: hidden;
}

.recommend__item-price {
  color: #eb0000;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.recommend__act-price {
  color: #eb0000;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.recommend__block-img {
  display: block;
  position: absolute;
  max-height: 305px;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto 25px;
}

#recommended-carousel .owl-prev {
  position: absolute;
  top: 40%;
  left: -15px;
  background: transparent;
}
#recommended-carousel .owl-next {
  position: absolute;
  top: 40%;
  right: -15px;
  background: transparent;
}
.no_production {
  opacity: 0.4;
}

.catalog-carousel-mini .carousel-control span {
  top: 45%;
}
.catalog-carousel-mini .carousel-control .glyphicon-chevron-right {
  right: 30%;
}

.catalog-carousel-mini .carousel-control .glyphicon-chevron-left {
  left: 30%;
}

/*УБРАТЬ!!!!!*/
.bx_item_detail {
  display: block;
}

/* Partners forms styles start*/
.partners__form {
  margin-top: 10px;
  padding: 35px 40px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .partners__form {
    padding: 20px 5px;
  }
}
.partners-form__description {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #7f7f7f;
}
.form-group-vacancy .form-group.text,
.form-group-vacancy .form-group.textarea {
  width: 100%;
}
/* Partners forms styles end*/

.page_form a.see-more.send_form {
  margin-top: 20px;
  margin-left: 15px;
  height: 50px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 700;
}
.for-partners .dropdown-modal {
  width: 100% !important;
  text-align: left;
}

.for-partners .dropdown-modal ul {
  width: 100%;
}
.for-partners .form-group.dropdown {
  width: 100%;
}
.for-partners .form-group.dropdown span {
}

.for-partners .form-group.dropdown i {
  float: right;
  margin-right: 10px;
  position: absolute;
  right: 0;
}
.page_form a.see-more.send_form {
  margin-top: 20px;
  margin-left: 15px;
  height: 50px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 700;
}

/* Gid-carousel styles start*/
.gid-carousel .large-new .img-responsive {
  margin: 0 auto;
  margin-bottom: 9px;
}
.gid-carousel .owl-controls .owl-buttons .owl-prev,
.gid-carousel .owl-controls .owl-buttons .owl-next {
  content: "";
  position: absolute;
  top: 30%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  padding: 0;
  color: #888;
  background-color: transparent;
  line-height: 30px;
}
.gid-carousel .owl-buttons .owl-prev {
  left: -20px;
}
.gid-carousel .owl-buttons .owl-next {
  right: -20px;
}
.gid-list .gid__big-heading {
  margin-bottom: 20px;
}
nav .menu {
  min-height: 52px;
}
/* Gid-carousel styles end*/

@keyframes phone-ring {
  0% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(15deg);
  }
  66% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*NEW HEADER STYLES*/
/* Header top start */
.header {
  font-family: "OpenSans", sans-serif;
}
.header.with-padding-bottom {
  padding-bottom: 134px;
}
.header.with-double-padding {
  padding-bottom: 50px;
}

.header-top {
  background: #e5e5e5;
  height: 44px;
  font-size: 0;
  white-space: nowrap;
}
.header__lang,
.header__top-nav,
.header-top__info {
  display: inline-block;
  vertical-align: middle;
}
.header__lang {
  width: 17%;
}
.header-top__info {
  width: 30%;
}
.header-fixed .header-top__info {
  width: 32%;
}
.header-top__login-box {
  display: inline-block;
  vertical-align: middle;
  width: 16%;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.header__lang .header-lang__link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  height: 44px;
  line-height: 44px;
  padding: 0 5px;
  color: #363;
  font-weight: 400;
  font-family: "OpenSans", sans-serif;
  font-size: 11px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.header__lang .header-lang__link.active,
.header__lang .header-lang__link:hover {
  border-bottom: 3px solid #ed3439;
  color: #464646;
}
.header__lang .header-lang__link:last-child {
  margin-right: 0;
}
.header__top-nav {
  width: 37%;
  height: 44px;
  line-height: 44px;
}
.header__top-nav__item {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 25%;
  cursor: pointer;
  text-align: center;
}
.header__top-nav .header__top-nav__item:first-child {
  text-align: left;
}
.header__top-nav .header__top-nav__item:last-child {
  text-align: right;
}
.header__top-nav__link,
.header__top-nav__link:visited {
  display: block;
  height: 100%;
  color: #464646;
  font-family: "OpenSans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.header__top-nav__link:hover,
.header__top-nav__link:active,
.header__top-nav__link:focus {
  color: #2a6f3b;
}
.header__top-nav .header-top__customers {
  background-color: #e5e5e5 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.header-top__customers-item .header-top__customers-link,
.header-top__customers-item .header-top__customers-link:visited {
  text-decoration: none;
  padding: 5px 20px;
  display: block;
  height: 100%;
}
.header-top__login,
.header-top__login:visited {
  display: block;
  height: 100%;
  color: #464646;
  font-family: OpenSans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.header-top__login:hover,
.header-top__login:active,
.header-top__login:focus {
  text-decoration: none;
  color: #2a6f3b;
}
.header-top__login-img {
  width: 22px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}

.header-top__login:hover > .header-top__login-img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.header-top__address,
.header-top__address:visited {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 44px;
  line-height: 44px;
  color: #2a6f3b;
  font-family: "OpenSans", sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-top__address:hover {
  color: #db2b2f;
}
.header-fixed .header-top__address,
.header-fixed .header-top__address:visited {
  height: 60px;
  line-height: 60px;
}
.header-top__address-img {
  width: 24px;
  height: 24px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.header-top__address:hover > .header-top__address-img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.header__master-link,
.header__master-link:visited,
.header__master-link:active,
.header__master-link:focus {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 44px;
  border: 2px solid transparent;
  line-height: 40px;
  color: #fff;
  font-family: "OpenSans", sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #db2b2f;
}
.header__master-link:hover {
  color: #fff;
  background-color: #ba2528;
}
/* Header top end */

/* Header middle start */
.header__middle {
  background-color: #fff;
  font-size: 0;
}
.header__middle.header-fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  height: 60px;
  /*border-bottom: 2px solid rgba(0, 0, 0, 0.2);*/
  -webkit-transform: translateY(-65px);
  -moz-transform: translateY(-65px);
  -o-transform: translateY(-65px);
  transform: translateY(-65px);
  -webkit-box-shadow: 0 2px 2px #bbb;
  -moz-box-shadow: 0 2px 2px #bbb;
  box-shadow: 0 2px 2px #bbb;
}
.header__middle.header-fixed.header-transformed {
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.header-fixed__hamburger {
  display: none;
}
.header-fixed .header-fixed__hamburger {
  display: inline-block;
  vertical-align: top;
  width: 5%;
}
.header-fixed__hamburger-outer {
  display: block;
  position: relative;
  z-index: 2;
  height: 60px;
  background-color: #235530;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-fixed__hamburger-line {
  position: absolute;
  z-index: 3;
  left: 50%;
  width: 22px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-fixed__hamburger-line.line--one {
  top: 20px;
}
.header-fixed__hamburger-line.line--two {
  top: 28px;
}
.header-fixed__hamburger-line.line--three {
  top: 36px;
}
.header-fixed__hamburger-outer:hover {
  background-color: #16361f;
}
/*.header-fixed__hamburger-outer:hover > .header-fixed__hamburger-line {*/
/*background-color: #235530;*/
/*}*/
.header-middle__logo-box {
  display: inline-block;
  vertical-align: middle;
  width: 17%;
  height: 90px;
  line-height: 80px;
  padding: 5px;
}
.header-middle__logo {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.header-fixed .header-middle__logo-box {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  line-height: 50px;
  width: 13%;
  text-align: center;
}
.header-middle__search-wrap {
  position: relative;
  z-index: 1;
}

.header-middle__search-box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 37%;
  height: 90px;
  padding-top: 20px;
}
.header-middle__search-input {
  display: block;
  width: 100%;
  height: 50px;
  padding-right: 60px;
  padding-left: 20px;
  color: #000;
  font-size: 12px;
  border: 2px solid #e5e5e5;
}
.header-middle__search-input:focus {
  background-color: #fafafa;
}
.header-middle__search-submit {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background: transparent url("../images/icons/search.svg") center no-repeat;
  background-size: 25px 25px;
}
.header-middle__search-submit:hover,
.header-middle__search-submit:focus {
  background-color: #e5e5e5;
}
.header-fixed .header-middle__search-box {
  display: none;
}
.header-middle__phone-box {
  display: inline-block;
  vertical-align: middle;
  width: 16%;
  height: 90px;
  padding-top: 20px;
  padding-left: 3px;
  text-align: center;
}
.header-fixed .header-middle__phone-box {
  display: none;
  text-align: center;
}
.middle-header__phone,
.middle-header__phone:visited {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #464646;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.middle-header__phone:hover,
.middle-header__phone:active,
.middle-header__phone:focus {
  text-decoration: none;
  color: #db2b2f;
}

.header-fixed .header-middle__phone-box {
  height: 60px;
}
.header-fixed__phone {
  padding-left: 10px;
}
.header-fixed__phone-box {
  display: none;
}
.header-fixed .header-fixed__phone-box {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  width: 15%;
  font-size: 12px;
}
.header-fixed__phone {
  height: 60px;
}
.header-fixed__phone-link,
.header-fixed__phone-link:visited {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-fixed__phone-link:hover,
.header-fixed__phone-link:active,
.header-fixed__phone-link:focus {
  color: #db2b2f;
}

.header-fixed__phone.fixed-phone__hidden {
  display: none;
  height: 40px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.fixed-phone__hidden .header-fixed__phone-link {
  height: 36px;
  line-height: 36px;
  padding-right: 10px;
}
.header-fixed__phone-link .icon-angle-down {
  color: #2a6f3b;
}
.header-middle__callback-box {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  height: 90px;
  padding-top: 20px;
  font-size: 12px;
}
.header-fixed .header-middle__callback-box {
  height: 60px;
  padding-top: 18px;
}
.header-middle__callback-btn-wrap {
  line-height: 24px;
}
.header-middle__callback-btn,
.header-middle__callback-btn:visited,
.header-middle__callback-btn:active,
.header-middle__callback-btn:focus {
  display: block;
  font-size: 11px;
  padding-left: 2px;
  color: #2a6f3b;
  font-weight: 700;
  font-family: "OpenSans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.3s;
}
.header-middle__callback-btn:hover {
  color: #db2b2f;
}
.header-middle__callback-comment {
  font-size: 11px;
  padding-left: 2px;
  color: #999;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.header-fixed .header-middle__callback-comment {
  display: none;
}
.header-middle__phone-img {
  width: 20px;
  height: 18px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
.header-mobile .header-middle__phone-img,
.header-fixed .header-middle__phone-img {
  vertical-align: middle;
}
.header-middle__callback-btn:hover > .header-middle__phone-img {
  -webkit-animation-name: phone-ring;
  -moz-animation-name: phone-ring;
  -o-animation-name: phone-ring;
  animation-name: phone-ring;
  -webkit-animation-duration: 0.15s;
  -moz-animation-duration: 0.15s;
  -o-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-iteration-count: 4;
  -moz-animation-iteration-count: 4;
  -o-animation-iteration-count: 4;
  animation-iteration-count: 4;
}
.header-middle__clock-img {
  width: 22px;
  height: 24px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
}
.header-middle__cart {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  height: 90px;
  font-family: "Open Sans", sans-serif;
  padding-top: 16px;
  padding-bottom: 22px;
}
.header-fixed .header-middle__cart {
  width: 20%;
  height: 60px;
  padding: 0;
}
.header-middle__cart-wrap {
  position: relative;
  display: block;
  height: 100%;
  color: #333;
  background-color: #3a9e52;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-middle__cart-wrap:hover {
  background-color: #2a6f3b;
}
.header-middle__cart-wrap.cart-empty {
  color: #333;
  background-color: rgba(0, 0, 0, 0.1);
}
.header-middle__cart-wrap.cart-empty:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.header-middle__cart-icon {
  display: block;
  height: 100%;
  width: 60px;
  float: left;
  background: transparent url("../images/icons/cart.svg") center no-repeat;
  background-size: 28px;
}
.cart-empty .header-middle__cart-icon {
  background-image: url("../images/icons/cart-empty.svg");
}
.header-middle__cart-caption {
  display: block;
  font-size: 12px;
  color: #fff;
  font-family: "OpenSans", sans-serif;
  padding-top: 4px;
  padding-bottom: 2px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}
.header-fixed .header-middle__cart-caption {
  padding-top: 9px;
}
.cart-empty .header-middle__cart-caption {
  color: #2a6f3b;
}
.header-middle__cart-summ {
  display: block;
  font-size: 12px;
  color: #eee;
  font-weight: 400;
}
.cart-empty .header-middle__cart-summ {
  display: none;
}
.header-middle__cart-summ.summ-empty {
  display: none;
}
.cart-empty .header-middle__cart-summ.summ-empty {
  display: block;
  color: #333;
}
.header-middle__cart-quant {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 30px;
  width: 17px;
  height: 17px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  border: 1px solid #3a9e52;
  border-radius: 50%;
  background-color: #d51521;
}
.cart-empty .header-middle__cart-quant {
  display: none;
}
.header__middle .header-top__info {
  display: none;
}
.header-fixed .header-top__info {
  display: inline-block;
}
.header-fixed .header__master-link,
.header-fixed .header__master-link:visited {
  height: 60px;
  line-height: 57px;
  color: #fff;
}
.header__menu.menu-fixed {
  position: fixed;
  z-index: 99;
  top: 62px;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.header__menu.menu-fixed.menu-transformed {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.header__middle .title-search-result {
  font-size: 12px;
}
/* Header middle end */

/* New mobile header start */
.header-mobile {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 62px;
  font-size: 0;
  /*border-bottom: 2px solid #ccc;*/
  -webkit-box-shadow: 0 2px 2px #bbb;
  -moz-box-shadow: 0 2px 2px #bbb;
  box-shadow: 0 2px 2px #bbb;
  background-color: #fff;
}
.header-mobile__content {
  position: relative;
}
.header-mobile__logo-box {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  height: 60px;
}
.header-mobile__logo-link {
  display: block;
  height: 60px;
  line-height: 50px;
  padding: 5px;
}
.header-mobile__logo {
  max-width: 100%;
  max-height: 100%;
}
.header-mobile__search-box {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  width: 40%;
  height: 60px;
  padding-top: 10px;
}
.header-mobile__search-form {
  position: relative;
}
.header-mobile__search-input {
  display: block;
  width: 100%;
  height: 40px;
  padding-right: 50px;
  padding-left: 10px;
  font-size: 12px;
  border: 2px solid #e5e5e5;
}
.header-mobile__search-submit {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  background: transparent url("../images/icons/search.svg") center no-repeat;
  background-size: 25px 25px;
}
.header-mobile__search-submit:hover,
.header-mobile__search-submit:focus {
  background-color: #e5e5e5;
}
.header-mobile__callback-box {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  width: 40%;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.header-mobile__callback-link,
.header-mobile__callback-link:visited {
  font-size: 16px;
  font-weight: 400;
  color: #1f7534;
  text-decoration: none;
}
.header-mobile__callback-link:hover {
  color: #1f7534;
  font-weight: 700;
  text-decoration: underline;
}
.header-mobile__info {
  display: inline-block;
  vertical-align: top;
  /* 180px when using the CART in header | 120px when it is not */
  width: 180px;
  /* width: 120px; */
  height: 60px;
}
.header-mobile__address-box {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  /* 33% when using the CART in header | 50% when it is not */
  width: 33.3333333333%;
  /* width: 50%; */
  height: 60px;
  background-color: #e5e5e5;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header-mobile__address-box:hover {
  background-color: #fff;
  border: 2px solid #235530;
}
.header-mobile__address-link {
  display: block;
  height: 100%;
  line-height: 60px;
  background: url(../images/icons/location.svg) center no-repeat;
  background-size: 33px;
}
.header-mobile__hamburger {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  /* 33% when using the CART in header | 50% when it is not */
  width: 33.3333333333%;
  /* width: 50%; */
  height: 60px;
  background-color: #22562f;
}
.header-mobile__hamburger-outer {
  display: block;
  position: relative;
  z-index: 2;
  height: 60px;
  background-color: #235530;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-mobile__hamburger-line {
  position: absolute;
  z-index: 3;
  left: 50%;
  width: 22px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-mobile__hamburger-line.line--one {
  top: 20px;
}
.header-mobile__hamburger-line.line--two {
  top: 28px;
}
.header-mobile__hamburger-line.line--three {
  top: 36px;
}
.header-mobile__hamburger-outer:hover,
.header-mobile__hamburger-outer.active {
  background-color: #16361f;
}
/*.header-mobile__hamburger-outer:hover > .header-mobile__hamburger-line,*/
/*.header-mobile__hamburger-outer.active > .header-mobile__hamburger-line {*/
/*background-color: #235530;*/
/*}*/
.header__mobile-menu {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 103;
  top: -200%;
  left: 0;
  width: 100%;
  height: auto;
  padding-bottom: 35px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header__mobile-menu.open {
  position: fixed;
  overflow-y: auto;
  height: 100%;
  opacity: 1;
  top: 0;
  z-index: 303;
}
.header__mobile-menu .header__top-nav {
  width: 100%;
  height: auto;
  line-height: normal;
}
.header__mobile-menu .header__top-nav .header__top-nav__item {
  display: block;
  width: 100%;
  height: auto;
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
}
.header-mobile.display-none {
  display: none;
  overflow-y: auto;
}
.mobile-menu__content {
  position: relative;
}
.mobile-menu__close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
.mobile-menu__close-link {
  display: block;
  position: relative;
  height: 100%;
}
.mobile-menu__close-link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.mobile-menu__close-link .mobile__close-stripe-one,
.mobile-menu__close-link .mobile__close-stripe-two {
  position: absolute;
  top: 30px;
  left: 17px;
  z-index: 2;
  height: 2px;
  width: 25px;
  background-color: #fff;
}
.mobile-menu__close-link .mobile__close-stripe-one {
  transform: rotate(45deg);
}
.mobile-menu__close-link .mobile__close-stripe-two {
  transform: rotate(-45deg);
}
.mobile-menu-search-box {
  height: 62px;
  padding-right: 65px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
.mobile-menu-search-form {
  display: block;
  width: 100%;
  height: 100%;
}
.mobile-menu-search-input {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  color: #fff;
  border: none;
  background-color: transparent;
}
.mobile-menu-search-submit {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 60px;
  padding-left: 10px;
  background: transparent
    url("http://dveri.lenal.net/local/templates/standart/css/../images/icons/search.svg")
    center no-repeat;
  background-size: 25px 25px;
}
.mobile-menu__category-box {
  display: block;
}
.mobile-menu__category-item {
  display: block;
}
.mobile-menu__category-link,
.mobile-menu__category-link:visited {
  display: block;
  padding: 15px 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "OpenSans", sans-serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-menu__category-link:hover,
.mobile-menu__category-link.active {
  background-color: #296c3a;
}
.mobile-menu__address-box {
  height: 44px;
}
.mobile-menu__address-link,
.mobile-menu__address-link:visited {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 290px;
  height: 44px;
  line-height: 44px;
  color: #eee;
  font-family: "OpenSans", sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mobile-menu__address-link:hover,
.mobile-menu__address-link:active,
.mobile-menu__address-link:focus {
  background-color: #296c3a;
  color: #eee;
}
.mobile-menu__master-box {
  height: 44px;
}
.mobile-menu__master-link,
.mobile-menu__master-link:visited {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 290px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-family: "OpenSans", sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #db2b2f;
}
.mobile-menu__master-link:hover,
.mobile-menu__master-link:active,
.mobile-menu__master-link:focus {
  color: #fff;
  background-color: #ba2528;
}
.mobile-menu__address-box {
  padding: 0 15px;
  margin: 5px 0;
}
.mobile-menu__master-box {
  padding: 0 15px;
  margin: 5px 0;
}
.header__mobile-menu .header-top__customers {
  background-color: #296c3a !important;
}
.header__mobile-menu .header-top__customers-item .header-top__customers-link {
  color: #ddd;
}
.header__mobile-menu .header__top-nav__link:hover,
.header__mobile-menu .header__top-nav__link:active,
.header__mobile-menu .header__top-nav__link:focus {
  border: none;
  background-color: #296c3a;
}
#top-header__customers {
  display: none;
  line-height: normal;
  position: absolute;
  z-index: 5;
  top: 44px;
  left: 0;
  text-align: left;
}
.header__mobile-menu #top-header__customers {
  position: static;
}
#top-header__customers .icon-angle-down {
  font-size: 14px;
}
.header__mobile-menu #top-header__customers {
  line-height: normal;
}
.header-top__customers-item .header-top__customers {
  margin: 0;
}
.header-top__customers-item .header-top__customers-link {
  padding: 10px 7px;
  font-size: 11px;
  overflow: hidden;
  color: #464646;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-fixed__phone.fixed-phone__hidden {
  border-top: 0;
}
.header-fixed .header-middle__callback-btn {
}
.header-fixed .header-fixed__phone-link {
  line-height: 58px;
}
.header-fixed .fixed-phone__hidden .header-fixed__phone-link {
  line-height: 36px;
}
.header__top-nav__item.has-dropdown {
  position: relative;
  height: 100%;
  color: #464646;
  font-family: "OpenSans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.header__top-nav__item.has-dropdown:hover {
  color: #2a6f3b;
}
.menu .header-menu__actions {
  background-color: #3a9e52;
  border-top: 2px solid #3a9e52;
}
.menu .header-menu__actions:hover {
  background-color: #2a6f3b;
  color: #fff;
}
.menu .header-menu__actions:hover > a {
  color: #fff;
}
.header__mobile-menu .mobile-menu__actions {
  background-color: #3a9e52;
}
.header-top .header-top__customers-item {
  min-width: 150px;
  background-color: #fff;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.header-top .header-top__customers-item:last-child {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.header-top .header-top__customers-item:hover {
  background-color: #f2f2f2;
}
.header-top .header-top__customers-item:hover .header-top__customers-link {
  color: #2a6f3b;
}
.header__mobile-menu .header__top-nav__item.has-dropdown {
  padding: 15px;
  padding-right: 0;
  color: #bbb;
}
.header__mobile-menu .header__top-nav__item.has-dropdown:hover,
.header__mobile-menu .header__top-nav__item.has-dropdown:active {
  background-color: #296c3a;
}

.header__mobile-menu .header__top-nav__item .header-top__customers-link:hover {
  color: #fff;
}
/* New header adaptive styles start */
@media screen and (max-width: 1200px) {
  .header-top__address {
    font-size: 10px;
  }
  .header__master-link {
    font-size: 10px;
  }
  .header-middle__callback-btn {
    font-size: 10px;
  }
  .header__top-nav__item.has-dropdown .icon-angle-down {
    font-size: 10px;
  }
  .header__top-nav__item.has-dropdown .icon-angle-down:before {
    margin-right: 0;
    margin-left: 0;
  }
}
/* New header adaptive styles end */

/* Mobile header adaptive styles start */
@media screen and (max-width: 992px) {
  body {
    padding-top: 62px;
  }
  .header-top {
    display: none;
  }
  .header__middle {
    display: none;
  }
  .header__menu {
    display: none;
  }
  .header__mobile-menu {
    display: block;
    background-color: #22562f;
    width: 100%;
  }
  .header-mobile {
    display: block;
  }
  .header-mobile__content {
    padding-right: 120px;
  }
  .header-mobile__info {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .mobile-menu__category-link,
  .mobile-menu__category-link:visited {
    text-align: center;
    color: #fff;
  }
  .mobile-menu__category-link:hover {
    color: #fff;
  }
  .header__mobile-menu .header__top-nav__link,
  .header__mobile-menu .header__top-nav__link:visited {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #bbb;
    text-align: center;
  }
  .mobile-menu__address-box {
    text-align: center;
  }
  .mobile-menu__master-box {
    text-align: center;
  }
  .header__mobile-menu .header__top-nav__item.has-dropdown {
    text-align: center;
  }
  .header__mobile-menu .header-top__customers-item {
    text-align: center;
  }
  .header__mobile-menu .header-top__customers-link {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-mobile__search-box {
    display: none;
  }

  .header-mobile__logo-box {
    width: 30%;
    padding-left: 5px;
  }

  /* .header-mobile__callback-box {
    width: 70%;
  } */

  .header-mobile__callback-box .header-mobile__callback-link {
    white-space: nowrap;
  }

  .header-mobile__callback-link,
  .header-mobile__callback-link:visited,
  .header-mobile__callback-link:active,
  .header-mobile__callback-link:focus {
    font-size: 14px;
  }
  .mobile-menu__category-link,
  .mobile-menu__category-link:visited {
    text-align: left;
    color: #fff;
  }
  .mobile-menu__category-link:hover {
    color: #fff;
  }
  .header__mobile-menu .header__top-nav__link,
  .header__mobile-menu .header__top-nav__link:visited {
    padding-left: 15px;
    color: #ddd;
    text-align: left;
  }
  .header__mobile-menu .header__top-nav__link {
    padding-left: 15px;
  }
  .mobile-menu__address-box {
    text-align: left;
  }
  .mobile-menu__master-box {
    text-align: left;
  }
  .header__mobile-menu .header__top-nav__item.has-dropdown {
    text-align: left;
    color: #ddd;
  }
  .header__mobile-menu .header-top__customers-item {
    text-align: left;
  }
}
@media screen and (min-width: 500px) and (max-width: 992px) {
  .header-mobile__callback-box {
    width: 30%;
  }
}

@media screen and (max-width: 400px) {
  .header-mobile__callback-box {
    line-height: normal;
  }

  .header-mobile__callback-box .header-mobile__callback-item {
    height: 100%;
  }

  .header-mobile__callback-box .header-mobile__callback-link {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
@media screen and (max-width: 350px) {
  .header-mobile__callback-box .header-mobile__callback-link {
    font-size: 10px;
  }
}
/* Mobile header adaptive styles end */
/* New mobile header end */
.modal.fade.in.modal_feedback {
  z-index: 505;
}
#header-middle-search-box div.title-search-result {
  top: 69px !important;
  width: 100% !important;
  border: 2px solid #e5e5e5 !important;
}
#header-middle-search-box table.title-search-result {
  width: 100% !important;
}
#header-middle-search-box div.title-search-result a {
  width: 100% !important;
}

.reg-modal__propose-box .reg-modal__caption {
  color: #777;
  font-weight: 700;
  font-size: 18px;
}
.reg-modal__propose-box {
  margin-top: 10px;
}
.reg-modal__propose-box .reg-modal__link,
.reg-modal__propose-box .reg-modal__link:visited {
  color: #2a6f3b;
  font-weight: 400;
  font-size: 14px;
}
.reg-modal__propose-box .reg-modal__link:hover,
.reg-modal__propose-box .reg-modal__link:active,
.reg-modal__propose-box .reg-modal__link:focus {
  text-decoration: none;
  color: #2a6f3b;
}
nav .menu {
  min-height: 52px;
}

/* BASKET FIX */

#bxdynamic_basket_basket {
  display: inline-block;
  width: 15%;
}
.header-fixed #bxdynamic_basket_basket {
  width: 20%;
}
#bxdynamic_basket_basket .header-middle__cart {
  width: 100%;
}
#bxdynamic_basket_basket .header-fixed .header-middle__cart {
  width: 100%;
}
nav .menu > li.active,
nav .menu > li:hover {
  border-top: 2px solid #21562e;
}
#bxdynamic_top_menu {
  display: none;
}

@media screen and (min-width: 1200px) {
  .header__lang {
    padding-left: 25px;
  }
  .header-middle__logo-box {
    padding-right: 30px;
    padding-left: 30px;
  }
  .header-fixed .header-middle__logo-box {
    padding-left: 0;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .header-middle__logo-box {
    padding-right: 40px;
  }
  .header-top__address-img {
    height: 20px;
    width: 20px;
    margin-right: 0;
  }
  .header-middle__phone-img {
    height: 16px;
    width: 18px;
    margin-right: 0;
  }
  .header-middle__clock-img {
    margin-right: 0;
  }
  .header__top-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .header__top-nav__item {
    width: auto;
  }
}
/*NEW HEADER STYLES END*/

.content .ocb-form {
  z-index: 505;
}
.large-new a,
.large-new a:visited,
.large-new a:active,
.large-new a:focus {
  color: #000;
  text-decoration: none;
}
.large-new a:hover {
  text-decoration: underline;
}
/* Modal fix because of new fixed header */
@media screen and (min-width: 768px) {
  .modal .modal-dialog {
    margin: 70px auto 30px;
  }
}

.special_doors .mobile-only__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .special_doors .mobile-only__btn {
    display: block;
    margin: 5px auto;
  }
}

.news-detail.gig-detail h2 {
  font-size: 15px;
  font-weight: 700;
  color: #005824;
}

/* Socials carousel fixes start */
.socials-carousel__old-price {
  font-size: 16px;
  display: block;
}
.socials-carousel__price-box {
  height: 50px;
}
.owl-carousel .recommend__item-name {
  margin-bottom: 0;
}
.owl-carousel .recommend__item-price {
  font-size: 16px;
}
.owl-carousel .socials-carousel__stickers {
  right: 5px;
}
.owl-carousel .socials-carousel__stickers img {
  margin-bottom: 7px;
}
/* Socials carousel fixes end */

/* Left and Right Stickers start */
.stickers-left {
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 0;
}
.left-sticker__wrap {
  text-align: left;
}
.left-sticker__outer {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
  padding-right: 15px;
  position: relative;
  -webkit-box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.left-sticker__inner {
  font-size: 14px;
  position: relative;
  padding: 2px 5px 2px 5px;
}
.left-sticker__icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: #000;
}
.left-sticker--blue .left-sticker__icon {
  background: url("../images/icons/left-sticker-house.png") center no-repeat;
}
.left-sticker--green .left-sticker__icon {
  background: url("../images/icons/left-sticker-news.png") center no-repeat;
}
.left-sticker--yellow .left-sticker__icon {
  background: url("../images/icons/left-sticker-star.png") center no-repeat;
}
.left-sticker--gray .left-sticker__icon {
  background: url("../images/icons/left-sticker-circle.png") center no-repeat;
}
.left-sticker--red .left-sticker__icon {
  background: url("../images/icons/left-sticker-coins.png") center no-repeat;
}
.left-sticker__name {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  cursor: default;
}
.left-sticker__name:before,
.left-sticker__name:after {
  content: "";
  position: absolute;
  right: -12px;
  width: 0;
  height: 0;
}
.left-sticker__name:before {
  top: 0;
}
.left-sticker__name:after {
  bottom: 0;
}
.left-outer--red .left-sticker--red {
  padding-left: 6px;
  padding-right: 6px;
}
.left-sticker--red .left-sticker__name {
  font-size: 9px;
}
.left-sticker--blue .left-sticker__name:before {
  border-top: 15px solid #0f9fc5;
  border-right: 12px solid transparent;
}
.left-sticker--blue .left-sticker__name:after {
  border-bottom: 15px solid #028ab4;
  border-right: 12px solid transparent;
}
.left-sticker--green .left-sticker__name:before {
  border-top: 15px solid #21b26a;
  border-right: 12px solid transparent;
}
.left-sticker--green .left-sticker__name:after {
  border-bottom: 15px solid #00b45c;
  border-right: 12px solid transparent;
}
.left-sticker--yellow .left-sticker__name:before {
  border-top: 15px solid #ffc549;
  border-right: 12px solid transparent;
}
.left-sticker--yellow .left-sticker__name:after {
  border-bottom: 15px solid #ffb302;
  border-right: 12px solid transparent;
}
.left-sticker--gray .left-sticker__name:before {
  border-top: 15px solid #d7d7d7;
  border-right: 12px solid transparent;
}
.left-sticker--gray .left-sticker__name:after {
  border-bottom: 15px solid #cbcbcb;
  border-right: 12px solid transparent;
}
.left-sticker--red .left-sticker__name:before {
  border-top: 15px solid #c04a4b;
  border-right: 12px solid transparent;
}
.left-sticker--red .left-sticker__name:after {
  border-bottom: 15px solid #ab3135;
  border-right: 12px solid transparent;
}
.left-sticker__inner.left-sticker--blue {
  background: #08a8c4; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #08a8c4 0%,
    #028aaa 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #08a8c4 0%,
    #028aaa 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #08a8c4 0%,
    #028aaa 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.left-sticker__inner.left-sticker--green {
  background: #21b26a; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #21b26a 0%,
    #00b45c 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #21b26a 0%,
    #00b45c 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #21b26a 0%,
    #00b45c 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.left-sticker__inner.left-sticker--yellow {
  background: #ffc549; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffc549 2%,
    #ffb302 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffc549 2%,
    #ffb302 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffc549 2%,
    #ffb302 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.left-sticker__inner.left-sticker--gray {
  background: #d7d7d7; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #d7d7d7 2%,
    #cbcbcb 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #d7d7d7 2%,
    #cbcbcb 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #d7d7d7 2%,
    #cbcbcb 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.left-sticker__inner.left-sticker--red {
  background: #c04a4b; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #c04a4b 2%,
    #ab3135 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #c04a4b 2%,
    #ab3135 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #c04a4b 2%,
    #ab3135 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.left-sticker__outer.left-outer--blue:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid #028aaa;
  border-right: 10px solid transparent;
}
.left-sticker__outer.left-outer--green:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid #00b45c;
  border-right: 10px solid transparent;
}
.left-sticker__outer.left-outer--yellow:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid #ffb302;
  border-right: 10px solid transparent;
}
.left-sticker__outer.left-outer--gray:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid #cbcbcb;
  border-right: 10px solid transparent;
}
.left-sticker__outer.left-outer--red:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid #ab3135;
  border-right: 10px solid transparent;
}

.left-sticker--gray .left-sticker__name {
  font-size: 9px;
}

.stickers-right {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 20px;
  cursor: default;
}
.right-sticker__wrap {
  position: relative;
}
.right-sticker__outer {
  width: 50px;
  height: 50px;
}
.right-sticker__inner.right-sticker__red {
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 2px #7c0b07;
  background: url("../images/icons/right-sticker-red.png") center no-repeat;
}
.right-sticker__numb {
  font-size: 15px;
}
.right-sticker__comm {
  font-size: 11px;
}

/* Left and Right Stickers end */

#map.saloon__map {
  height: 434px;
}
.saloon-map-container {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  #map.saloon__map {
    height: 250px;
  }
  .saloon-map-container {
    padding-left: 10px;
  }
}
.saloon__right-column {
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  .saloon__right-column {
    display: none;
  }
}
.map-bottom-container {
  padding-right: 10px;
}
.map-bottom-container .bestseller {
  margin-bottom: 0;
  margin-left: 0;
}

.saloon-slider .owl-buttons .owl-prev {
  left: -30px;
}
.saloon-slider .owl-buttons .owl-next {
  right: -23px;
}
.saloon-slider .owl-controls .owl-buttons .owl-prev,
.saloon-slider .owl-controls .owl-buttons .owl-next {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 18px;
  padding: 0;
  color: #888;
  background-color: transparent;
  line-height: 30px;
}
.saloon-slider .owl-item {
  overflow: hidden;
}
.saloon-slider .owl-item img {
  display: block;
  margin: 0 auto;
}
.saloon-slider .owl-item {
  padding-right: 8px;
}
.saloon-slider__img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.saloon-aside__table {
  width: 100%;
  border: 1px solid #d0d0d0;
}
.saloon-table__heading {
  height: 55px;
  vertical-align: middle;
  border: 1px solid #d0d0d0;
  background-color: #fafafa;
}
.saloon-heading--first {
  width: 80%;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 53px;
  color: #000;
}
.saloon-heading--second {
  width: 20%;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.saloon-table__data {
  height: 54px;
  vertical-align: middle;
  border: 1px solid #d0d0d0;
}
.saloon-data__left-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 15px;
  text-decoration: none;
  color: #333;
}
.saloon-data__left-link span {
  display: inline-block;
}
.saloon-data__left-link:visited,
.saloon-data__left-link:active,
.saloon-data__left-link:focus {
  text-decoration: none;
  color: #333;
}
.saloon-data__left-link:hover {
  text-decoration: none;
  color: #469657;
  background-color: rgba(161, 225, 172, 0.1);
}
.saloon-data__right-link {
  display: block;
  width: 100%;
  height: 100%;
}
.saloon--in-link {
  background-image: url(../images/icons/saloon-in-stock.png);
  background-position: center;
  background-repeat: no-repeat;
}
.saloon--out-link {
  background-image: url(../images/icons/saloon-out-of-stock.png);
  background-position: center;
  background-repeat: no-repeat;
}
.saloon-data__right-link:hover {
  background-color: rgba(161, 225, 172, 0.1);
}
.saloon-data--first {
}
.saloon-data--second {
  text-align: center;
}
.saloon-heading__section {
  font-size: 0;
  padding-bottom: 20px;
}
.saloon__main-heading {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: top;
  width: 35%;
  min-height: 60px;
}
@media screen and (max-width: 1199px) {
  .saloon__main-heading {
    width: 100%;
    padding: 10px 0 25px;
    text-align: center;
  }
}
.saloon__main-heading-txt {
  color: #2b2b2b;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.saloon__main-heading-comment {
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.saloon-heading__hours {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  padding: 0 10px;
  border-right: 1px solid #d0d0d0;
}
@media screen and (max-width: 1199px) {
  .saloon-heading__hours {
    width: 30%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .saloon-heading__hours {
    width: 100%;
    text-align: center;
    border: none;
  }
}
.saloon-heading__phones-wrap {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 1199px) {
  .saloon-heading__phones-wrap {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .saloon-heading__phones-wrap {
    width: 100%;
    padding: 10px 0;
  }
}
.saloon-heading__phones {
  display: inline-block;
  vertical-align: bottom;
  width: 49%;
  padding-left: 20px;
}
@media screen and (max-width: 1199px) {
  .saloon-heading__phones {
    display: block;
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
}
.saloon-phones__heading {
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .saloon-heading__phones {
    text-align: center;
  }

  .tab-content .tab-pane iframe {
    width: 100%;
  }
}
.saloon-phones__link,
.saloon-phones__link:visited,
.saloon-phones__link:active,
.saloon-phones__link:focus {
  text-decoration: none;
  color: #333;
}
.saloon-phones__link:hover {
  text-decoration: none;
  color: #469657;
}
.saloon-heading__metro {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  text-align: center;
  border-left: 1px solid #d0d0d0;
}
@media screen and (max-width: 1199px) {
  .saloon-heading__metro {
    width: 30%;
    padding: 10px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .saloon-heading__metro {
    width: 100%;
  }
}
.saloon-icon-hours,
.saloon-icon-phone,
.saloon-icon-metro,
.saloon-icon-photo {
  display: inline-block;
  vertical-align: bottom;
  width: 22px;
  height: 20px;
  background-image: url(../images/icons/saloon-new-icons.png);
  background-repeat: no-repeat;
}
.saloon-icon-hours {
  background-position: -12px -11px;
}
.saloon-icon-phone {
  background-position: -112px -11px;
}
.saloon-icon-metro {
  margin-right: 3px;
  background-position: -163px -11px;
}
.saloon-icon-photo {
  background-position: -63px -11px;
}

.saloon-hours__heading,
.saloon-phones__heading,
.saloon-metro__heading,
.saloon-slider__heading {
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 5px;
}
.saloon-slider__heading {
  padding-bottom: 0;
}
.saloon-heading__hours,
.saloon-heading__phones-wrap,
.saloon-heading__metro {
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  .saloon-heading__hours,
  .saloon-heading__phones-wrap,
  .saloon-heading__metro {
    text-align: center;
    margin-bottom: 10px;
    border: none;
  }
}
.saloon-hours__heading .saloon-icon-hours {
  margin-left: -3px;
}
.saloon-phones__heading .saloon-icon-phone {
  margin-left: -3px;
}
.saloon-metro__heading {
  padding-left: 15px;
}
.saloon-metro__txt {
  padding-left: 15px;
}
@media screen and (max-width: 1199px) {
  .saloon-metro__txt {
    padding-left: 0;
  }
}
.saloon-slider__heading {
  margin: 24px 0;
}
@media screen and (max-width: 992px) {
  .saloon-slider__heading {
    text-align: center;
  }
}
.saloon-table__bottom-comment {
  margin-top: 10px;
  color: #469657;
}
.saloon-table__bottom-icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.saloon-towns__available-table .saloon-heading--first {
  line-height: 1;
}
.saloon-towns__available-table .saloon-table__heading {
  height: 40px;
}
.saloon-towns__available-table .saloon-table__data {
  height: 40px;
}
.section_description li {
  list-style: initial;
  margin-left: 30px;
}
.section_description ol li {
  list-style-type: decimal;
}

/* Mini saloon table start */
.mini-saloon-table {
  width: 100%;
}
.mini-saloon-table__row {
}
.mini-saloon-table__heading {
  padding: 10px 0;
}
.mini-saloon-table__data {
}
.mini-saloon-table__data--left {
  width: 60%;
}
.mini-saloon-table__data--right {
  width: 40%;
}
.mini-saloon-table__link {
  display: block;
  height: 100%;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}
.mini-saloon-table__link:hover {
  text-decoration: underline;
}
.mini-saloon-table__link--left {
  color: #333;
}
.mini-saloon-table__link--left:hover {
  color: #333;
}
.mini-saloon-table__link--right,
.mini-saloon-table__link--right:visited,
.mini-saloon-table__link--right:active,
.mini-saloon-table__link--right:focus {
  color: #2c6339;
}
.mini-saloon-table__link--right:hover {
  color: #2c6339;
}
@media screen and (max-width: 992px) {
  .mini-saloon-table {
    display: none;
  }
}
/* Mini saloon table end */

/* Prevent header from messing up in "edit mode" start*/
.header #bx_incl_area_1,
.header #bx_incl_area_3,
.header #bx_incl_area_6 {
  display: inline;
}
/* Prevent header from messing up in "edit mode" end*/

a.radio-inline,
a.radio-inline:visited {
  text-decoration: none;
  margin-bottom: 5px;
}
a.radio-inline:hover {
  text-decoration: none;
  color: #2c6339;
}
.card-other-colors__heading {
  width: 100%;
}

.card-other-colors__link {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
}
.card-other-colors__img {
  display: block;
  width: 40px;
  height: 40px;
  padding: 2px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.card-other-colors__img:hover {
  border-color: #eee;
}
.card-other-colors__img.active {
  border-color: #21562e;
}
.card__inline-wrap .radio-inline {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .card-other-colors__wrap {
    display: block !important;
    text-align: center;
  }
  .card-other-colors__box {
    margin-bottom: 8px;
  }
  .card__inline-wrap {
    display: block;
    width: 250px;
    padding-left: 78px;
    margin: 0 auto;
    text-align: left;
  }
  .attrs .col-md-6 {
    padding-right: 0;
  }
}

/* CATALOG COLORS STYLES */
.edit-color-select {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 6px;
  height: 20px;
}
.edit-color-select__link {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.edit-color-select .edit-color-select__link img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0;
}

.edit-mobile-filter__left,
.edit-mobile-filter__right {
  cursor: pointer;
  color: #134f22;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  padding-right: 15px;
  background: url(../images/icons/edit-mobile-arrow.svg) no-repeat right center;
  display: none;
}

.edit-mobile-filter__left:first-letter {
  text-transform: uppercase;
}

.edit-mobile-filter__left {
  float: left;
}
.edit-mobile-filter__right {
  float: right;
}
.edit-sort-list__close-btn {
  display: none;
}
.listing-wrapper .item-block .item-name {
  margin-bottom: 3px !important;
  margin-top: 8px;
}
.listing-wrapper .item-block .item-name:hover {
  text-decoration: underline;
}
.listing-wrapper .item-block {
  /* height: auto !important; */
}

@media only screen and (max-width: 992px) {
  .listing-wrapper .item-block {
    height: auto !important;
  }

  .header-middle__cart.mobile {
    padding: 0;
    height: 60px;
    width: 33.3333333333%;
  }
}

.name.item-name {
  text-decoration: none;
  color: #000;
}
/* CATALOG COLORS STYLES */

.edit-load-more__btn {
  display: inline-block;
  text-decoration: none;
  width: 326px;
  height: 64px;
  padding: 0 40px;
  text-align: left;
  line-height: 64px;
  border: 1px solid #2e703f;
  border-radius: 5px;
  background-color: transparent;
  color: #2e703f;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  position: relative;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.edit-load-more__btn:hover {
  color: white !important;
  background-color: #2e703f;
}
.edit-load-more__btn:hover .edit-load-more__icon {
  background: url(../images/icons/edit-load-more__btn--white.svg) no-repeat
    center/cover;
}
.edit-load-more__icon {
  position: absolute;
  margin-top: -12px;
  top: 50%;
  right: 40px;
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/icons/edit-load-more__btn.svg) no-repeat
    center/cover;
}

.edit-load-more__icon.is-animated {
  animation: edit-icon-spin 1s linear infinite;
}

@-webkit-keyframes edit-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes edit-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.large-new a,
.large-new a:visited,
.large-new a:active,
.large-new a:focus {
  color: #000;
  text-decoration: none;
}

.large-new a.name {
  display: block;
  position: relative;
}

.large-new a.name:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 57, 61, 0.4);
  transition: opacity 100ms ease-in-out;
  opacity: 0;
}

/*.large-new a.name:hover:before {*/
/*opacity: 1;*/
/*}*/

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

.articles-counter {
  font-size: 11px;
  display: block;
  margin-bottom: 13px;
  color: #787878;
}

.articles-counter svg {
  margin-right: 5px;
}

.articles-counter.articles-counter--inner {
  color: #fff;
  /*opacity: 0;*/
  position: absolute;
  left: 10px;
  bottom: -4px;
  /*transition: opacity 100ms ease-in-out;*/
}

.large-new:hover a.name:before {
  opacity: 1;
}

.gid-list .large-new:hover a {
  text-decoration: underline;
}
/*additional styles from 16.02.2017 start*/
.ocb-form-field input[type="text"] {
  border: 1px solid #ddd !important;
}
#ocb-form .modal-footer {
  text-align: center;
}
/*additional styles from 16.02.2017 end*/

/*additional styles from 17.02.2017 start*/
.header__mobile-menu {
  padding-bottom: 0;
}
.mobile-menu__master-link {
  margin-bottom: 35px;
}
/*additional styles from 17.02.2017 start*/

/* style for IOS 11 modal*/
@media screen and (max-width: 767px) {
  .ocb-form {
    position: absolute !important;
  }
}
/* eof style for IOS 11 modal*/

/*mobile lang switcher start*/
.header__lang-mob {
  display: flex;
  padding: 0 15px;
  color: #fff;
}
.header__lang-mob .header-lang__link {
  color: #fff;
  padding: 10px 0;
  margin: 10px 0;
  padding-right: 40px;
  font-size: 11px;
}
/*mobile lang switcher end*/
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-body img {
  max-width: 100%;
  height: auto;
}
.header-top__banner-mobile img,
.header-top__banner img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.header-mobile {
  display: none;
  height: 0;
}
@media screen and (max-width: 992px) {
  .header-top__banner {
    display: none;
  }
  .header-top__banner-mobile + .container {
    background: #ffffff;
  }
  .header-mobile {
    position: static;
    display: block;
    height: auto;
    top: -50px;
  }
  body {
    padding-top: 0;
  }
  .header.with-padding-bottom {
    padding-bottom: 0;
  }
  .fixed-head .header-mobile {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999;
    transition: top 0.3s;
  }
  .fixed-head .header-top__banner-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .title-wrapper .seo-text {
    display: block !important;
  }
}

/* Flooring catalog */
.flooring .row > .items_container {
  display: flex;
  flex-wrap: wrap;
}

/* Catalog item_cell */
@media only screen and (min-width: 992px) {
  .items_container .item_cell {
    margin: 2rem 0;
  }
}

/* SLIDING-WALLS CATALOG */
.sliding-walls .col-md-3 .bx_filter,
.sliding-walls .col-md-3 .cat-tiles,
.sliding-walls #mini-catalog-carousel,
.sliding-walls .listing-wrapper > .col-md-3 {
  display: none;
}

.sliding-walls .listing-wrapper > .col-md-9 {
  width: 100%;
}

.sliding-walls .items_container .item-block > .m-hide {
  margin-top: 5px;
}
