@import url('<a href="http://fonts.googleapis.com/css?family=Exo+2:400,700,400italic,700italic|Open+Sans:400,400italic,700,700ita">http://fonts.googleapis.com/css?family=Exo+2:400,700,400italic,700italic|Open+Sans:400,400italic,700...</a>lic&amp;subset=latin,cyrillic');
* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
  font-size: 14px;
  color: #444444;
}
a {
  color: #444444;
  text-decoration: none;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
  opacity: 0;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  background: url('../img/bg.png');
}
.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  position: relative;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background: #ffffff;
}
@media (max-width: 1002px) {
  .wrap {
    border: none;
  }
}
header {
  z-index: 3;
}
header .top {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #cccccc;
}
header .top .block {
  float: left;
  width: 33.3%;
  text-align: center;
  border-left: 1px solid #cccccc;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  margin-left: -1px;
}
@media (max-width: 800px) {
  header .top .block {
    width: 90% !important;
    height: auto;
    line-height: 20px;
    padding: 13px 5%;
  }
}
header .top .block:first-child {
  border-left: none;
  margin-left: 0px;
}
header .top .block.social a {
  padding: 0px 2px;
}
header .top .block.contacts {
  font-weight: 600;
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  font-size: 14px;
  width: 66.7%;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


@media (max-width: 800px) {
  header .top .block.contacts {
    border-top: 1px solid #cccccc;
  }
}



@media (max-width: 768px) {
header .top .block.contacts {
  font-size: 26px;
  line-height: 1.5;
	}
.contact_element {
    display: none;
  }

.telm{
display: block;
}

#whatsappimg{
margin-top: -5px;
}

}

header .logos {
  width: 100%;
  height: 180px;
  position: relative;
  z-index: 2;
}
header .logos .logo {
  float: left;
  width: 33.3%;
  height: 175px;
  background: #ffffff center top no-repeat;
  position: relative;
  border-left: 1px solid #cccccc;
  margin-left: -1px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  header .logos .logo {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    background-position: center;
  }
}
@media (max-width: 600px) {
  header .logos .logo {
    width: 100% !important;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
  }
}
header .logos .logo:first-child {
  width: 33.4%;
  border-left: none;
  margin-left: 0px;
}
header .logos .logo:hover {
  height: 205px;
  margin-top: -15px;
  margin-bottom: -25px;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
header .logos .logo:hover span {
  top: 170px;
}
header .logos .logo span {
  position: absolute;
  left: 0px;
  top: 205px;
  width: 100%;
  height: 35px;
  text-align: center;
  color: #ffffff;
  line-height: 35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .logos .logo.logo1 {
  border-top: 5px solid #f6921e;
}
header .logos .logo.logo1 span {
  background: #f6921e;
}
header .logos .logo.logo2 {
  border-top: 5px solid #7aaa18;
}
header .logos .logo.logo2 span {
  background: #7aaa18;
}
header .logos .logo.logo3 {
  border-top: 5px solid #8d4900;
}
header .logos .logo.logo3 span {
  background: #8d4900;
}
header .header {
  height: 180px;
  position: relative;
  z-index: 2;
}
header .header .logo {
  display: block;
  float: left;
  width: 33.3%;
  height: 180px;
  position: relative;
  overflow: hidden;
  background: #ffffff center center no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  header .header .logo {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
}
@media (max-width: 600px) {
  header .header .logo {
    width: 100%;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
  }
}
header .header .logo:hover {
  height: 205px;
  margin-top: -15px;
  margin-bottom: -25px;
  -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
header .header .logo:hover span {
  top: 170px;
}
header .header .logo span {
  position: absolute;
  left: 0px;
  top: 205px;
  width: 100%;
  height: 35px;
  text-align: center;
  color: #ffffff;
  line-height: 35px;
  background: #f6921e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header .img {
  width: 66.7%;
  height: 180px;
  overflow: hidden;
  position: absolute;
  left: 33.3%;
  margin-left: -1px;
  border-left: 1px solid #cccccc;
  background: #ffffff center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
header .header .img a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  header .header .img {
    display: none;
  }
}
header nav {
  display: table;
  width: 100%;
  border-top: 1px solid #cccccc;
}
header nav .item {
  display: table-cell;
  padding: 0px 15px;
  text-align: center;
  border-left: 1px solid #cccccc;
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 800px) {
  header nav .item {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  header nav .item {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  header nav .item {
    display: block;
    border-left: none;
    border-top: 1px solid #cccccc;
  }
}
header nav .item:first-child {
  border-left: none;
  border-top: none;
}
header nav .item:hover {
  background: #efefef;
}
header nav .item.active {
  background: #f6921e;
  color: #ffffff;
}
header .search {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: -1px;
}
header .search [name=q] {
  padding: 0px 20px;
  height: 50px;
  line-height: 50px;
  border: none;
  float: left;
  width: 91%;
  position: relative;
background-color: #fdfbd4;
  z-index: 1;
}
header .search [name=submit] {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  border: none;
  background: #f6921e url('../img/icon-search.png') center center no-repeat;
  border-left: 1px solid #cccccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .search [name=submit]:hover {
  background-color: #444444 !important;
}
#slider {
  position: relative;
  z-index: 2;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #ffffff;
  max-height: 360px;
  margin-bottom: 40px;
}
#slider .gallery-cell {
  width: 1002px;
  background: #cccccc;
  counter-increment: gallery-cell;
  opacity: 0.5;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
@media (max-width: 1000px) {
  #slider .gallery-cell {
    width: 100%;
  }
}
#slider .gallery-cell img {
  width: 100%;
}
#slider .gallery-cell a {
  display: none;
}
#slider .gallery-cell.is-selected {
  opacity: 1;
}
#slider .gallery-cell.is-selected a {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#slider .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}
#slider .flickity-prev-next-button:hover {
  background: transparent;
}
#slider .flickity-prev-next-button.no-svg {
  color: #ffffff;
}
#slider .flickity-prev-next-button:disabled {
  display: none;
}
#slider .flickity-prev-next-button .arrow {
  fill: #ffffff;
}
@media (min-width: 1160px) {
  #slider .flickity-prev-next-button.next {
    right: 50%;
    margin-right: -580px;
  }
  #slider .flickity-prev-next-button.previous {
    left: 50%;
    margin-left: -580px;
  }
}
#slider .flickity-page-dots {
  bottom: -28px;
}
#slider .flickity-page-dots .dot {
  background: #cccccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider .flickity-page-dots .dot:hover {
  background: #444444;
}
@media (max-width: 1000px) {
  #slider .flickity-page-dots {
    bottom: 13px;
  }
}
#slider:after {
  content: '';
  display: block;
  width: 100%;
  max-width: 1000px;
  height: 40px;
  background: #ffffff;
  margin: 0px auto;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
@media (max-width: 1000px) {
  #slider:after {
    border: none;
  }
}
.features {
  z-index: 3;
  border-bottom: 1px solid #cccccc;
}
.features .block {
  float: left;
  width: 33.3%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 800px) {
  .features .block {
    width: 100% !important;
  }
}
.features .block .name {
  padding: 15px 20px;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  z-index: 3;
  border: 1px solid #cccccc;
  border-left: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features .block .name:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  bottom: -11px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.features .block .name:hover {
  padding: 20px 20px;
  padding-bottom: 20px;
  margin: -5px 0px;
}
.features .block .goods {
  height: 540px;
  position: relative;
  z-index: 2;
  border-right: 1px solid #cccccc;
}
.features .block .goods .good {
  border-bottom: 1px solid #cccccc;
  position: relative;
  display: block;
  height: 270px;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.features .block .goods .good h4 {
  font-size: 16px;
  white-space: nowrap;
  position: relative;
  height: 50px;
  line-height: 50px;
  z-index: 2;
}
.features .block .goods .good .img {
  width: 99%;
  height: 200px;
  text-align: center;
  position: relative;
  margin: 0px auto;
  z-index: 1;
}
.features .block .goods .good .img img {
  max-width: 100%;
  max-height: 140px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.features .block .goods .good .prices {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  padding-top: 5px;
  left: 0px;
  width: 100%;
}
.features .block .goods .good .prices .price {
  font-size: 24px;
}
.features .block .goods .good .prices .price span {
  font-size: 18px;
}
.features .block .goods .good .prices .oldprice {
  font-size: 20px;
  margin-top: -5px;
  color: #b3b3b3;
}
.features .block .goods .good .prices .oldprice span {
  font-size: 14px;
}
.features .block .goods .good .hit,
.features .block .goods .good .new {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 25px;
  height: 128px;
  z-index: 9;
  background: #f6921e url('../img/hit.png') center bottom no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features .block .goods .good .new {
  background-image: url('../img/new.png');
}
.features .block .goods .good p {
  font-size: 18px;
  font-weight: 700;
  padding-top: 100px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features .block .goods .good:hover .img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.features .block .goods .good:hover .hit,
.features .block .goods .good:hover .new {
  height: 133px;
}
.features .block .more {
  position: relative;
  z-index: 3;
  background: #444444;
  color: #ffffff;
  height: 30px;
  font-size: 20px;
  overflow: hidden;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.features .block .more .up,
.features .block .more .down {
  display: inline-block;
  width: 50%;
  height: 32px;
  margin-right: -5px;
  cursor: pointer;
  background: url('../img/icon-down.png') center 0px repeat-y;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features .block .more .up:hover,
.features .block .more .down:hover {
  background-position: center 32px;
}
.features .block .more .up {
  border-right: 1px solid #cccccc;
  background-image: url('../img/icon-up.png');
}
.features .block .more .up:hover {
  background-position: center -32px;
}
.features .block.block1 .name,
.features .block.block1 .name:after,
.features .block.block1 .more {
  background-color: #f6921e;
}
.features .block.block1 .price b {
  color: #f6921e;
}
.features .block.block1 .good:hover p {
  color: #f6921e;
}
.features .block.block2 .name,
.features .block.block2 .name:after,
.features .block.block2 .more,
.features .block.block2 .hit,
.features .block.block2 .new {
  background-color: #7aaa18 !important;
}
.features .block.block2 .price b {
  color: #7aaa18;
}
.features .block.block2 .good:hover p {
  color: #7aaa18;
}
.features .block.block3 {
  width: 33.4%;
}
.features .block.block3 .name,
.features .block.block3 .goods,
.features .block.block3 .more {
  border-right: none;
}
.features .block.block3 .name,
.features .block.block3 .name:after,
.features .block.block3 .more,
.features .block.block3 .hit,
.features .block.block3 .new {
  background-color: #8d4900 !important;
}
.features .block.block3 .price b {
  color: #8d4900;
}
.features .block.block3 .good:hover p {
  color: #8d4900;
}
.content {
  border-bottom: 1px solid #cccccc;
}
.content aside {
  float: left;
  width: 33.3%;
  border-right: 1px solid #cccccc;
  position: relative;
  z-index: 1;
  margin-left: -1px;
}
@media (max-width: 800px) {
  .content aside {
    width: 100%;
    float: none;
  }
}
.content aside .name {
  padding: 17px 20px;
  padding-left: 40px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  font-weight: 700;
  line-height: 21px;
  background: #f6921e center right no-repeat;
  position: relative;
  z-index: 3;
}
@media (max-width: 800px) {
  .content aside .name {
    background-image: url('../img/collapse.png');
    cursor: pointer;
  }
}
.content aside .list {
  list-style: none;
  margin: 0px;
}
@media (max-width: 800px) {
  .content aside .list {
    display: none;
  }
}
.content aside .list.open {
  display: block;
}
.content aside .list li a {
  font-size: 14px;
  padding: 10px 20px;
  padding-left: 40px;
  display: block;
  height: 100%;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left: 0px solid #f6921e;
}
.content aside .list li a span {
  display: block;
  font-size: 12px;
  color: #cccccc;
  text-transform: none;
}
.content aside .list li a:hover,
.content aside .list li a.active {
  background: #efefef;
  border-left: 5px solid #f6921e;
}
@media (max-width: 800px) {
  .content aside form {
    display: none;
  }
}
.content aside form.open {
  display: block;
}
.content aside form fieldset {
  padding: 20px;
  padding-left: 40px;
  border-top: 1px solid #cccccc;
}
.content aside form fieldset:first-child {
  border: none;
}
.content aside form fieldset .field {
  display: block;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 20px;
}
.content aside form fieldset .field.open {
  cursor: pointer;
}
.content aside form fieldset .field.open:after {
  content: '+';
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  font-size: 24px;
  float: right;
  color: #f6921e;
  margin-right: 15px;
}
.content aside form fieldset .field.open.minus:after {
  content: '-';
}
.content aside form fieldset .filter_list {
  margin-top: 15px;
}
.content aside form fieldset .filter_list.closed {
  display: none;
}
.content aside form fieldset select,
.content aside form fieldset input[type=text] {
  width: 93%;
  padding: 5px;
  border: 1px solid #cccccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content aside form fieldset select:focus,
.content aside form fieldset input[type=text]:focus {
  border-color: #f6921e;
}
.content aside form fieldset select.price,
.content aside form fieldset input[type=text].price {
  width: 40%;
  margin-bottom: 10px;
}
.content aside form fieldset label {
  display: block;
  line-height: 28px;
}
.content aside form fieldset .switchery {
  margin-right: 10px;
}
.content aside form fieldset input[type=submit],
.content aside form fieldset .reset {
  display: inline-block;
  width: 130px;
  height: 40px;
  background: #f6921e;
  color: #ffffff;
  font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
  border: 1px solid #cccccc;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.content aside form fieldset .reset {
  display: inline-block;
  width: 110px;
  height: 38px;
  background: #efefef;
  color: #cccccc;
  line-height: 38px;
  text-align: center;
  margin-left: 10px;
}
.content aside form fieldset .jq-selectbox {
  width: 253px;
}
.content aside form fieldset .jq-selectbox .jq-selectbox__select {
  border: 1px solid #cccccc;
  background: #ffffff;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 3px 45px 3px 10px;
}
.content aside form fieldset .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  top: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content aside form fieldset .jq-selectbox .jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f6921e;
}
.content aside form fieldset .jq-selectbox .jq-selectbox__dropdown {
  border: 1px solid #cccccc;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.content aside form fieldset .jq-selectbox .jq-selectbox__dropdown ul {
  margin-left: 0px;
  padding: 10px 5px;
}
.content aside form fieldset .jq-selectbox .jq-selectbox__dropdown ul li {
  color: #444444;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content aside form fieldset .jq-selectbox .jq-selectbox__dropdown ul li.selected,
.content aside form fieldset .jq-selectbox .jq-selectbox__dropdown ul li:hover {
  background: none;
  color: #f6921e;
}
.content .inner {
  float: left;
  border-left: 1px solid #cccccc;
  width: 66.7%;
  overflow: hidden;
  margin-left: -1px;
  position: relative;
  z-index: 2;
}
@media (max-width: 800px) {
  .content .inner {
    width: 100%;
    float: none;
  }
}
.content .inner.full {
  width: 100%;
}
.content .inner .bx_sidebar {
  display: none;
}
.content .inner .bx_content_section {
  width: 100%;
}
.content .inner .head {
  border-top: 1px solid #cccccc;
  padding: 12px 20px;
  border-bottom: none;
}
.content .inner .head.left {
  text-align: left;
}
.content .inner .head.color {
  color: #f6921e;
  border-left: 5px solid #f6921e;
  padding-left: 15px;
}
.content .inner .breadcrumbs {
  border-top: 1px solid #cccccc;
  padding: 10px 20px;
  color: #cccccc;
}
.content .inner .breadcrumbs a {
  color: #444444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .inner .breadcrumbs a:hover {
  color: #f6921e;
  text-decoration: underline;
}
.content .inner .breadcrumbs a.home {
  background: #f6921e url('../img/icon-home-invert.png') center no-repeat;
  padding: 5px 15px;
  margin-right: 5px;
  margin-left: -5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .inner .breadcrumbs a.home:hover {
  background-color: #444444 !important;
}
.content .inner .breadcrumbs span {
  color: #cccccc;
}
.content .inner .colection-img {
  border-top: 1px solid #cccccc;
}
.content .inner .colection-img img {
  width: 100%;
}
.content .inner .gallery-inner {
  border-top: 1px solid #cccccc;
  height: 320px;
}
.content .inner .gallery-inner .gallery-cell {
  width: 100%;
  height: 320px;
  background: center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.content .inner .gallery-inner .flickity-page-dots {
  bottom: 15px;
}
.content .inner .goods {
  position: relative;
  z-index: 2;
  text-align: center;
}
.content .inner .goods .good {
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  position: relative;
  display: block;
  height: 270px;
  float: left;
  width: 50%;
  margin-left: -1px;
  background: #ffffff;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
@media (max-width: 600px) {
  .content .inner .goods .good {
    width: 100%;
  }
}
.content .inner .goods .good h4 {
  font-size: 16px;
  position: relative;
  top: 15px;
  height: 65px;
  z-index: 2;
}
.content .inner .goods .good .img {
  width: 99%;
  height: 200px;
  text-align: center;
  position: relative;
  margin: 0px auto;
  z-index: 1;
}
.content .inner .goods .good .img img {
  max-width: 100%;
  max-height: 140px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.content .inner .goods .good .prices {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  padding-top: 5px;
  left: 0px;
  width: 100%;
}
.content .inner .goods .good .prices .price {
  font-size: 24px;
  color: #f6921e;
}
.content .inner .goods .good .prices .price span {
  font-size: 18px;
}
.content .inner .goods .good .prices .oldprice {
  font-size: 20px;
  margin-top: -5px;
  color: #b3b3b3;
}
.content .inner .goods .good .prices .oldprice span {
  font-size: 14px;
}
.content .inner .goods .good .hit,
.content .inner .goods .good .new {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 25px;
  height: 128px;
  z-index: 9;
  background: #f6921e url('../img/hit.png') center bottom no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .inner .goods .good .new {
  background-image: url('../img/new.png');
}
.content .inner .goods .good p {
  font-size: 18px;
  font-weight: 700;
  padding-top: 100px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .inner .goods .good:hover .img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.content .inner .goods .good:hover .hit,
.content .inner .goods .good:hover .new {
  height: 133px;
}
.content .inner .category .cat {
  display: block;
  width: 100%;
  height: 250px;
  text-align: center;
  background: #ffffff center center no-repeat;
  border-top: 1px solid #cccccc;
  -webkit-background-size: auto 280px;
  -moz-background-size: auto 280px;
  background-size: auto 280px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content .inner .category .cat:hover {
  -webkit-background-size: auto 250px;
  -moz-background-size: auto 250px;
  background-size: auto 250px;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3) inset;
}
.content .inner .category .cat:hover h3 span {
  -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3);
}
.content .inner .category .cat h3 {
  margin-top: 105px;
}
.content .inner .category .cat h3 span {
  background: #f6921e;
  padding: 10px 20px;
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content .inner .category .cat.collection {
  width: 50%;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-left: -1px;
  margin-bottom: -1px;
  float: left;
}
@media (max-width: 650px) {
  .content .inner .category .cat.collection {
    width: 100%;
  }
  .content .inner .category .cat.collection.empty {
    display: none;
  }
}
.content .inner .category .cat.collection h3 span {
  font-size: 14px;
}
.content .inner .pager {
  text-align: center;
  width: 100%;
  display: table;
  border-top: 1px solid #cccccc;
}
.content .inner .pager a,
.content .inner .pager span {
  display: table-cell;
  line-height: 40px;
}
.content .inner .pager a.page,
.content .inner .pager span.page {
  border-right: 1px solid #cccccc;
  padding: 0px 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content .inner .pager a.page:hover,
.content .inner .pager span.page:hover {
  background: #efefef;
}
.content .inner .pager a.page.current,
.content .inner .pager span.page.current {
  background: #cccccc;
  font-weight: 700;
  color: #ffffff;
}
.content .inner .pager a.next,
.content .inner .pager span.next,
.content .inner .pager a.previous,
.content .inner .pager span.previous {
  background: #f6921e;
  color: #ffffff;
  padding: 0px 10px;
  width: 110px;
}
.content .inner .pager a.next,
.content .inner .pager span.next {
  border-right: 1px solid #cccccc;
}
.content .inner .description {
  border-top: 1px solid #cccccc;
  padding: 10px 20px;
}
.content .inner .description .img {
  border-bottom: 1px solid #cccccc;
  margin: -10px -20px;
  margin-bottom: 20px;
}
.content .inner .description .img img {
  width: 100%;
}
.content .inner .description p {
  margin: 10px 0px;
}
.content .inner .good {
  border-top: 1px solid #cccccc;
}
.content .inner .good .preview {
  float: left;
  width: 33.3%;
  border-right: 1px solid #cccccc;
  margin-left: -1px;
  margin-bottom: -1px;
}
@media (max-width: 600px) {
  .content .inner .good .preview {
    width: 100%;
  }
}
.content .inner .good .preview .img {
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  background: url('../img/ajax-loader-min.gif') center no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content .inner .good .preview .img img {
  max-width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.content .inner .good .preview .thumbs .thumb {
  width: 33.3%;
  height: 100px;
  background: #ffffff center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  float: left;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-right: -1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .inner .good .preview .thumbs .thumb:nth-child(3n+1) {
  width: 33.4%;
}
.content .inner .good .preview .thumbs .thumb:hover {
  -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.5) inset;
}
.content .inner .good .preview span {
  width: 1px;
  height: 100px;
  float: left;
  border-left: 1px solid #cccccc;
}
.content .inner .good .info {
  float: left;
  width: 66.7%;
  border-left: 1px solid #cccccc;
  margin-left: -1px;
  padding: 10px 0px;
  position: relative;
}
@media (max-width: 600px) {
  .content .inner .good .info {
    width: 100%;
  }
}
.content .inner .good .info.full {
  width: 100%;
}
.content .inner .good .info .hit,
.content .inner .good .info .new {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 25px;
  height: 128px;
  z-index: 9;
  background: #f6921e url('../img/hit.png') center bottom no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .inner .good .info .new {
  background-image: url('../img/new.png');
}
.content .inner .good .info p,
.content .inner .good .info ul,
.content .inner .good .info h3 {
  padding: 10px 20px;
}
.content .inner .good .info ul {
  list-style: square;
  color: #f6921e;
  margin-left: 20px;
}
.content .inner .good .info ul li {
  padding: 2px 0px;
}
.content .inner .good .info ul b,
.content .inner .good .info ul a {
  color: #444444;
}
.content .inner .good .info ul a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .inner .good .info ul a:hover {
  color: #f6921e;
}
.content .inner .good .info h3 {
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  color: #f6921e;
  margin: 10px 20px;
  padding: 10px 0px;
  border-bottom: 1px solid #cccccc;
}
.content .inner .good .info h3 span {
  padding-bottom: 8px;
  border-bottom: 3px solid #f6921e;
}
.content .inner .good .info .prices {
  padding: 0px 20px;
  padding-bottom: 10px;
}
.content .inner .good .info .prices .price {
  font-size: 30px;
  color: #f6921e;
}
.content .inner .good .info .prices .price span {
  font-size: 20px;
}
.content .inner .good .info .prices .oldprice {
  font-size: 24px;
  margin-top: -5px;
  color: #b3b3b3;
}
.content .inner .good .info .prices .oldprice span {
  font-size: 16px;
}
.content .inner .good .info .options,
.content .inner .good .info .options2 {
  margin: 0px 25px;
  margin-top: 20px;
}
.content .inner .good .info .options .option,
.content .inner .good .info .options2 .option {
  cursor: pointer;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
  margin-right: 8px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .inner .good .info .options .option.active,
.content .inner .good .info .options2 .option.active {
  border-color: #f6921e;
  -webkit-box-shadow: 0px 0px 0px 5px #f6921e;
  -moz-box-shadow: 0px 0px 0px 5px #f6921e;
  box-shadow: 0px 0px 0px 5px #f6921e;
}
.content .inner .good .info .options .flickity-page-dots,
.content .inner .good .info .options2 .flickity-page-dots {
  display: none;
}
.content .inner .good .info .options .flickity-prev-next-button,
.content .inner .good .info .options2 .flickity-prev-next-button {
  width: 30px;
  height: 30px;
  background: none;
  right: -30px;
}
.content .inner .good .info .options .flickity-prev-next-button.previous,
.content .inner .good .info .options2 .flickity-prev-next-button.previous {
  left: -30px;
}
.content .inner .good .info form {
  padding: 5px 20px;
}
.content .inner .good .info form label {
  display: block;
  padding: 5px 0px;
}
.content .inner .good .info form input,
.content .inner .good .info form textarea {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .inner .good .info form input:focus,
.content .inner .good .info form textarea:focus {
  border-color: #f6921e;
}
.content .inner .good .info form textarea {
  width: 500px;
  max-width: 90%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.content .inner .good .info form [name=iblock_submit],
.content .inner .good .info form [name=addtocart] {
  width: 130px;
  height: 40px;
  background: #f6921e;
  color: #ffffff;
  font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
  border: 1px solid #cccccc;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.content .inner .good .info form [name=addtocart] {
  height: 38px;
}
.content .inner .good .info form .jq-selectbox__select {
  margin-top: -4px;
  border: 1px solid #cccccc;
  background: #ffffff;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 3px 45px 3px 10px;
}
.content .inner .good .info form .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  top: 18px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .inner .good .info form .jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f6921e;
}
.content .inner .good .info form .jq-selectbox__dropdown {
  border: 1px solid #cccccc;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.content .inner .good .info form .jq-selectbox__dropdown ul {
  margin-left: 0px;
  padding: 10px 5px;
}
.content .inner .good .info form .jq-selectbox__dropdown ul li {
  color: #444444;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .inner .good .info form .jq-selectbox__dropdown ul li.selected,
.content .inner .good .info form .jq-selectbox__dropdown ul li:hover {
  background: none;
  color: #f6921e;
}
article.full {
  margin: -20px -50px;
  border: none;
}
article .breadcrumbs {
  padding: 10px 20px;
  color: #cccccc;
}
article .breadcrumbs a {
  color: #444444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
article .breadcrumbs a:hover {
  color: #f6921e;
  text-decoration: underline;
}
article .breadcrumbs a.home {
  background: #f6921e url('../img/icon-home-invert.png') center no-repeat;
  padding: 5px 15px;
  margin-right: 5px;
  margin-left: -5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
article .breadcrumbs a.home:hover {
  background-color: #444444 !important;
}
article .breadcrumbs span {
  color: #cccccc;
}
article .category,
article .cblocks {
  margin-top: -1px;
}
article .category .cat,
article .cblocks .cat {
  display: block;
  width: 100%;
  height: 360px;
  text-align: center;
  background: #ffffff center center no-repeat;
  border-top: 1px solid #cccccc;
  -webkit-background-size: auto 400px;
  -moz-background-size: auto 400px;
  background-size: auto 400px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
article .category .cat:hover,
article .cblocks .cat:hover {
  -webkit-background-size: auto 360px;
  -moz-background-size: auto 360px;
  background-size: auto 360px;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3) inset;
}
article .category .cat:hover h3 span,
article .cblocks .cat:hover h3 span {
  -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3);
}
article .category .cat h3,
article .cblocks .cat h3 {
  margin-top: 175px;
}
article .category .cat h3 span,
article .cblocks .cat h3 span {
  background: #f6921e;
  padding: 10px 20px;
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
article .cblocks {
  margin: -20px -50px;
  margin-top: -21px;
}
article .article {
  border-top: 1px solid #cccccc;
}
article .article .img {
  display: block;
  width: 33.3333%;
  height: 250px;
  border-right: 1px solid #cccccc;
  background: #ffffff center no-repeat;
  float: left;
  -webkit-background-size: auto 300px;
  -moz-background-size: auto 300px;
  background-size: auto 300px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 600px) {
  article .article .img {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
}
article .article .img:hover {
  -webkit-background-size: auto 250px;
  -moz-background-size: auto 250px;
  background-size: auto 250px;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3) inset;
}
article .article .img iframe {
  width: 100%;
  height: 100%;
}
article .article .text {
  overflow: hidden;
  padding: 30px;
  text-align: left;
}
@media (max-width: 600px) {
  article .article .text {
    text-align: center;
  }
}
article .article .text h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
article .article .text h3:hover {
  color: #f6921e;
}
article .article .text p a {
  color: #f6921e;
  text-decoration: underline;
  text-transform: uppercase;
}
article .article .fullimg {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #cccccc;
}
article .article iframe.fullframe {
  width: 100%;
  height: 500px;
  border-bottom: 1px solid #cccccc;
}
article .article .fulltext {
  padding: 30px;
}
article .article .fulltext img {
  border: 1px solid #cccccc;
  max-width: 80%;
  height: auto;
}
article .article .prevnext {
  padding-bottom: 30px;
  color: #cccccc;
}
article .article .prevnext a {
  text-transform: uppercase;
  color: #f6921e;
  padding: 0px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
article .article .prevnext a:hover {
  color: #444444;
}
article .pager {
  text-align: center;
  width: 100%;
  display: table;
  border-top: 1px solid #cccccc;
}
article .pager a,
article .pager span {
  display: table-cell;
  line-height: 40px;
}
article .pager a.page,
article .pager span.page {
  border-right: 1px solid #cccccc;
  padding: 0px 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
article .pager a.page:hover,
article .pager span.page:hover {
  background: #efefef;
}
article .pager a.page.current,
article .pager span.page.current {
  background: #cccccc;
  font-weight: 700;
  color: #ffffff;
}
article .pager a.next,
article .pager span.next,
article .pager a.previous,
article .pager span.previous {
  background: #f6921e;
  color: #ffffff;
  padding: 0px 10px;
  width: 110px;
}
article .pager a.next,
article .pager span.next {
  border-right: 1px solid #cccccc;
}
article .pager-margin {
  margin: -20px -50px;
  margin-top: 10px;
}
article .wrap {
  border-left: none !important;
  border-right: none !important;
  border-top: 1px solid #cccccc !important;
}
article .wrap .gallery {
  border-bottom: none !important;
}
article .review {
  text-align: left;
}
article .review:before {
  display: block;
  content: ',,';
  width: 100px;
  float: left;
  font-size: 150px;
  font-weight: 700;
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  line-height: 1px;
  color: #f6921e;
  letter-spacing: -10px;
  margin-top: -40px;
}
article .review p {
  overflow: hidden;
  padding-left: 100px;
}
article .review p.author {
  font-style: italic;
  color: #cccccc;
}
article .partners {
  margin: -20px -50px;
  margin-right: -51px;
  margin-bottom: -21px;
  text-align: left;
}
article .partners .partner {
  display: inline-block;
  width: 33.3333%;
  height: 220px;
  background: center no-repeat;
  margin-right: -5px;
  margin-bottom: -5px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 800px) {
  article .partners .partner {
    width: 50%;
  }
}
@media (max-width: 600px) {
  article .partners .partner {
    width: 100%;
  }
}
section .head {
  padding: 25px 20px;
  margin: 0px;
  text-align: center;
  font-size: 22px;
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
}
section .gallery {
  border-bottom: 1px solid #cccccc;
}
section .gallery .gallery-cell {
  border-right: 1px solid #cccccc;
  width: 33.3333%;
  position: relative;
  min-height: 100%;
}
@media (max-width: 960px) {
  section .gallery .gallery-cell {
    width: 50%;
  }
}
@media (max-width: 560px) {
  section .gallery .gallery-cell {
    width: 100%;
  }
}
section .gallery .gallery-cell .img {
  width: 100%;
  height: 250px;
  border-bottom: 1px solid #cccccc;
  background: #ffffff center center no-repeat;
  -webkit-background-size: auto 300px;
  -moz-background-size: auto 300px;
  background-size: auto 300px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section .gallery .gallery-cell .img:hover {
  -webkit-background-size: auto 250px;
  -moz-background-size: auto 250px;
  background-size: auto 250px;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.3) inset;
}
section .gallery .gallery-cell .img iframe {
  width: 100%;
  height: 100%;
}
section .gallery .gallery-cell h5 {
  padding: 15px 20px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
section .gallery .gallery-cell p {
  font-size: 18px;
  font-weight: 700;
  padding-top: 150px;
  text-transform: uppercase;
  text-align: center;
}
section .gallery .gallery-cell:hover p {
  text-decoration: underline;
}
section .gallery .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
  margin-top: -40px;
}
section .gallery .flickity-prev-next-button:hover {
  background: transparent;
}
section .gallery .flickity-prev-next-button.no-svg {
  color: #ffffff;
}
section .gallery .flickity-prev-next-button:disabled {
  display: none;
}
section .gallery .flickity-prev-next-button .arrow {
  fill: #ffffff;
}
@media (min-width: 1160px) {
  section .gallery .flickity-prev-next-button.no-svg {
    color: #cccccc;
  }
  section .gallery .flickity-prev-next-button .arrow {
    fill: #cccccc;
  }
  section .gallery .flickity-prev-next-button.next {
    right: -80px;
  }
  section .gallery .flickity-prev-next-button.previous {
    left: -80px;
  }
}
section article {
  padding: 20px 50px;
}
section article.noborder {
  border: none;
}
section article.center {
  text-align: center;
}
section article p,
section article h5 {
  margin: 15px 0px;
}
section article h5 {
  font-size: 18px;
  font-weight: 700;
}
section article .location,
section article .phones {
  font-size: 18px;
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  font-weight: 700;
  margin: 10px 0px;
}
section article .phones {
  font-size: 22px;
}
section .blocks {
  border-top: 1px solid #cccccc;
}
section .blocks .block {
  float: left;
  width: 33.3%;
  text-align: center;
}
@media (max-width: 800px) {
  section .blocks .block {
    width: 100% !important;
  }
}
section .blocks .block .name {
  padding: 15px 20px;
  padding-bottom: 30px;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  font-weight: 700;
  line-height: 20px;
  background: url('../img/arrow.png') center bottom repeat-x;
  position: relative;
  z-index: 3;
  border-right: 1px solid #cccccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section .blocks .block .name:hover {
  padding: 20px 20px;
  padding-bottom: 35px;
  margin: -5px 0px;
}
section .blocks .block .cats {
  list-style: none;
  border-right: 1px solid #cccccc;
  padding-top: 10px;
  padding-bottom: 20px;
  margin: 0px;
}
section .blocks .block .cats li a {
  font-size: 16px;
  padding: 5px 0px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section .blocks .block .cats li a span {
  display: block;
  font-size: 12px;
  color: #cccccc;
}
section .blocks .block .cats li a:hover {
  background: #efefef;
}
section .blocks .block.block1 .name {
  background-color: #f6921e;
}
section .blocks .block.block2 .name {
  background-color: #7aaa18;
}
section .blocks .block.block3 {
  width: 33.4%;
}
section .blocks .block.block3 .name {
  border-right: none;
  background-color: #8d4900;
}
section .blocks .block.block3 .cats {
  border-right: none;
}
section .contacts {
  display: table-row;
  position: relative;
  border-top: 1px solid #cccccc;
}
@media (max-width: 800px) {
  section .contacts {
    display: block;
  }
}
section .contacts .td {
  display: table-cell;
  vertical-align: top;
  border-left: 1px solid #cccccc;
  border-top: 5px solid #f6921e;
  text-align: center;
  width: 33.3%;
}
section .contacts .td:first-child {
  border-left: none;
  width: 33.4%;
}
@media (max-width: 800px) {
  section .contacts .td {
    width: 100% !important;
    display: block;
    border-left: none;
  }
}
section .contacts .td h3 {
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f6921e;
}
section .contacts .td p {
  padding: 20px 30px;
  padding-top: 0px;
}
section .contacts .td p a {
  color: #f6921e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section .contacts .td p a:hover {
  color: #444444 !important;
  text-decoration: underline;
}
section .contacts .td.color-2 {
  border-top-color: #7aaa18;
}
section .contacts .td.color-2 h3,
section .contacts .td.color-2 p a {
  color: #7aaa18;
}
section .contacts .td.color-3 {
  border-top-color: #8d4900;
}
section .contacts .td.color-3 h3,
section .contacts .td.color-3 p a {
  color: #8d4900;
}
section .map {
  overflow: hidden;
  width: 100%;
  height: 350px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
section .map.noborder {
  border-bottom: none;
}
section .map iframe {
  width: 100%;
  margin-top: -1px;
  margin-left: -1px;
}
.search-language-guess {
  border-bottom: 1px solid #cccccc;
  padding: 30px;
  margin: -20px -50px;
  margin-bottom: 20px;
  font-size: 16px;
}
.search-language-guess a {
  background: #f6921e;
  color: #ffffff;
  padding: 2px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-language-guess a:hover {
  background: #444444;
}
.search-result {
  padding: 0px;
  margin: -20px -50px;
}
.search-result p {
  margin: 0px;
  padding: 30px;
}
.search-result .result {
  padding: 20px 30px;
  border-top: 1px solid #cccccc;
  position: relative;
}
.search-result .result:first-child {
  border: none;
}
.search-result .result h3 {
  font-size: 18px;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-result .result h3 b {
  color: #f6921e;
}
.search-result .result h3:hover {
  color: #f6921e;
}
.search-result .result .body,
.search-result .result .dots {
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
}
.search-result .result .body b,
.search-result .result .dots b {
  color: #f6921e;
}
.search-result .result .path a {
  position: relative;
  z-index: 2;
}
.search-result .result .path a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #f6921e;
}
.search-result .result .number {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 100px;
  font-weight: 700;
  line-height: 60px;
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  margin-top: -36px;
  margin-left: -30px;
  z-index: 1;
  color: #444444;
  opacity: 0.05;
}
footer {
  text-align: center;
}
@media (max-width: 960px) {
  footer {
    padding-bottom: 45px;
  }
}
footer p {
  padding: 20px;
}
footer p a {
  font-weight: 700;
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  font-size: 15px;
  border-bottom: 1px dotted #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer p a:hover {
  border-color: #444444;
}
@media (max-width: 800px) {
  footer p span {
    display: block;
  }
}
footer p .separator {
  margin: 0px 10px;
}
@media (max-width: 800px) {
  footer p .separator {
    display: none;
  }
}
.cart {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 997;
  height: 100%;
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border-left: 1px solid #cccccc;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 1200px) {
  .cart {
    overflow: hidden;
  }
}
@media (max-width: 800px) {
  .cart {
    max-width: 100%;
    position: absolute;
    height: auto;
  }
}
@media (max-height: 800px) {
  .cart {
    position: absolute;
    height: auto;
  }
}
.cart .count {
  position: absolute;
  left: 55px;
  top: 5px;
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  color: #ffffff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.cart.open {
  cursor: pointer;
  height: 50px;
  width: 85px;
  border-bottom: 1px solid #cccccc;
  background: #f6921e;
}
.cart.open .count {
  opacity: 1;
}
.cart.open .checkout-icon {
  fill: #ffffff !important;
}
.cart.open .inner:hover {
  background: rgba(0, 0, 0, 0.05);
}
.cart.open .img {
  display: none;
}
.cart .checkout-icon {
  fill: #f6921e;
}
.cart .inner {
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart .inner .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0px;
  margin-top: -30px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart .inner .wrapper.hide {
  opacity: 0;
  left: 200px;
}
.cart .inner .wrapper h3 {
  padding-left: 50px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  color: #f6921e;
}
.cart .inner .wrapper h3 span {
  font-weight: 400;
  float: right;
  font-size: 12px;
  font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
  margin-top: 7px;
  color: #cccccc;
  cursor: pointer;
  padding: 0px 10px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart .inner .wrapper h3 span:hover {
  color: #444444;
  text-decoration: underline;
}
.cart .inner .wrapper table {
  text-align: center;
  margin-top: 30px;
  vertical-align: top;
  width: 100%;
}
.cart .inner .wrapper table tbody tr.name,
.cart .inner .wrapper table tfoot {
  border-top: 1px solid #efefef;
}
.cart .inner .wrapper table tbody tr.name td {
  padding-top: 7px !important;
}
.cart .inner .wrapper table tr a {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart .inner .wrapper table tr a .img {
  position: absolute;
  top: -20px;
  right: 100%;
  width: 260px;
  padding: 5px;
  background: #ffffff;
  margin-right: 60px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart .inner .wrapper table tr a .img:after {
  display: block;
  position: absolute;
  top: 20px;
  left: 100%;
  width: 0px;
  height: 0px;
  content: " ";
  border-left: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.cart .inner .wrapper table tr a .img img {
  width: 100%;
}
@media (max-width: 800px) {
  .cart .inner .wrapper table tr a .img {
    display: none;
  }
}
.cart .inner .wrapper table tr a:hover {
  color: #f6921e;
}
.cart .inner .wrapper table tr a:hover .img {
  margin-right: 40px;
  opacity: 1;
}
.cart .inner .wrapper table tr .remove {
  background: url('../img/icon-trash.png') center no-repeat;
  cursor: pointer;
}
.cart .inner .wrapper table tr.small {
  color: #cccccc;
  font-size: 12px;
}
.cart .inner .wrapper table tr td:first-child,
.cart .inner .wrapper table tr th:first-child {
  text-align: left;
}
.cart .inner .wrapper table tr th {
  padding: 20px 10px;
}
.cart .inner .wrapper table tr td {
  padding: 3px 10px;
}
.cart .inner .wrapper table tr:first-child th {
  font-size: 16px;
}
.cart .inner .wrapper table input {
  width: 50px;
  text-align: center;
  padding: 2px 0px;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart .inner .wrapper table input:hover {
  border-color: #cccccc;
}
.cart .inner .wrapper table input:focus {
  border-color: #f6921e;
  color: #f6921e;
}
.cart .inner .wrapper table label {
  cursor: pointer;
  padding: 2px 0px;
  font-size: 12px;
}
.cart .inner .wrapper table label .jq-radio {
  border: 1px solid #cccccc;
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cart .inner .wrapper table label .jq-radio .jq-radio__div {
  background: #f6921e;
}
.cart .inner .wrapper table .price,
.cart .inner .wrapper table .goodtotal,
.cart .inner .wrapper table .total {
  white-space: nowrap;
}
.cart .inner .wrapper ol {
  color: #cccccc;
  font-size: 12px;
  margin-left: 30px;
  margin-bottom: 10px;
}
.cart .inner .wrapper p {
  padding: 5px 10px;
}
.cart .inner .wrapper form {
  padding: 10px 0px;
  padding-left: 10px;
}
.cart .inner .wrapper form label {
  display: block;
  padding: 5px 0px;
}
.cart .inner .wrapper form input {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart .inner .wrapper form input:focus {
  border-color: #f6921e;
}
.cart .inner .wrapper .order,
.cart .inner .wrapper .close {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
}
.cart .inner .wrapper .order {
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  font-size: 16px;
  background: #f6921e;
  color: #ffffff;
  text-transform: uppercase;
}
.cart .inner .wrapper .close {
  color: #cccccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart .inner .wrapper .close:hover {
  color: #444444;
  text-decoration: underline;
}
.overlay,
.overlayBox {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 996;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) center no-repeat;
  display: none;
}
#wait_orange,
.bx-core-waitwindow {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 9996 !important;
  border: none !important;
  padding: 0px !important;
  color: #000000 !important;
  background: rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#wait_orange:after,
.bx-core-waitwindow:after {
  display: block;
  content: ' ';
  position: fixed;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  background: #ffffff url('../img/loading.gif') center no-repeat;
  z-index: 9997;
  border: 1px solid #cccccc;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
#index .sweet-alert,
#page .sweet-alert,
#orange .sweet-alert,
#olive .sweet-alert,
#blue .sweet-alert {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
#index .sweet-alert .sa-icon.sa-success .sa-line,
#page .sweet-alert .sa-icon.sa-success .sa-line,
#orange .sweet-alert .sa-icon.sa-success .sa-line,
#olive .sweet-alert .sa-icon.sa-success .sa-line,
#blue .sweet-alert .sa-icon.sa-success .sa-line {
  background: #f6921e;
}
#index .sweet-alert button,
#page .sweet-alert button,
#orange .sweet-alert button,
#olive .sweet-alert button,
#blue .sweet-alert button {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background: #f6921e !important;
}
#index .sweet-overlay,
#page .sweet-overlay,
#orange .sweet-overlay,
#olive .sweet-overlay,
#blue .sweet-overlay {
  background: rgba(0, 0, 0, 0.3);
}
#green .sweet-alert .sa-icon.sa-success .sa-line {
  background: #7aaa18;
}
#green .sweet-alert button {
  background: #7aaa18 !important;
}
#blue .sweet-alert .sa-icon.sa-success .sa-line {
  background: #8d4900;
}
#blue .sweet-alert button {
  background: #8d4900 !important;
}
#green header .header .logo span,
#green header nav .item.active,
#green header .search [name="submit"],
#green .content aside .name,
#green .content .inner .breadcrumbs a.home,
#green .content .inner .category .cat h3 span,
#green .content aside form fieldset input[type="submit"],
#green .content .inner .good .info form [name="submit"],
#green .content .inner .good .info form [name="addtocart"],
#green .cart.open,
#green .cart .inner .wrapper table label .jq-radio .jq-radio__div,
#green .cart .inner .wrapper .order,
#green .content .inner .goods .good .hit,
#green .content .inner .good .info .hit,
#green .content .inner .goods .good .new,
#green .content .inner .good .info .new {
  background-color: #7aaa18;
}
#green .content aside .list li a:hover,
#green .content aside .list li a.active,
#green .content .inner .head.color {
  border-left-color: #7aaa18;
}
#green .content .inner .good .info h3 span {
  border-bottom-color: #7aaa18;
}
#green .content .inner .good .info form .jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
  border-top-color: #7aaa18;
}
#green .content .inner .goods .good .prices .price,
#green .content .inner .head.color,
#green .content .inner .good .info .prices .price,
#green .content .inner .good .info h3,
#green .content .inner .good .info form .jq-selectbox__dropdown ul li.selected,
#green .content .inner .good .info form .jq-selectbox__dropdown ul li:hover,
#green .content .inner .good .info ul,
#green .cart .inner .wrapper h3,
#green .cart .inner .wrapper table tr a:hover,
#green .cart .inner .wrapper table input:focus,
#green .review:before,
#green .content aside form fieldset .field.open:after {
  color: #7aaa18;
}
#green .cart .checkout-icon {
  fill: #7aaa18;
}
#green .cart .inner .wrapper table input:focus,
#green .cart .inner .wrapper form input:focus,
#green .content .inner .good .info form input:focus,
#green .content .inner .good .info form textarea:focus {
  border-color: #7aaa18;
}
#green .content .inner .good .info .options .option.active,
#green .content .inner .good .info .options2 .option.active {
  -webkit-box-shadow: 0px 0px 0px 5px #7aaa18;
  -moz-box-shadow: 0px 0px 0px 5px #7aaa18;
  box-shadow: 0px 0px 0px 5px #7aaa18;
  border-color: #7aaa18;
}
#brown header .header .logo span,
#brown header nav .item.active,
#brown header .search [name="submit"],
#brown .content aside .name,
#brown .content .inner .breadcrumbs a.home,
#brown .content .inner .category .cat h3 span,
#brown .content aside form fieldset input[type="submit"],
#brown .content .inner .good .info form [name="submit"],
#brown .content .inner .good .info form [name="addtocart"],
#brown .cart.open,
#brown .cart .inner .wrapper table label .jq-radio .jq-radio__div,
#brown .cart .inner .wrapper .order,
#brown .content .inner .goods .good .hit,
#brown .content .inner .good .info .hit,
#brown .content .inner .goods .good .new,
#brown .content .inner .good .info .new {
  background-color: #8d4900;
}
#brown .content aside .list li a:hover,
#brown .content aside .list li a.active,
#brown .content .inner .head.color {
  border-left-color: #8d4900;
}
#brown .content .inner .good .info h3 span {
  border-bottom-color: #8d4900;
}
#brown .content .inner .good .info form .jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
  border-top-color: #8d4900;
}
#brown .content .inner .goods .good .prices .price,
#brown .content .inner .head.color,
#brown .content .inner .good .info .prices .price,
#brown .content .inner .good .info h3,
#brown .content .inner .good .info form .jq-selectbox__dropdown ul li.selected,
#brown .content .inner .good .info form .jq-selectbox__dropdown ul li:hover,
#brown .content .inner .good .info ul,
#brown .cart .inner .wrapper h3,
#brown .cart .inner .wrapper table tr a:hover,
#brown .cart .inner .wrapper table input:focus,
#brown .review:before,
#brown .content aside form fieldset .field.open:after {
  color: #8d4900;
}
#brown .cart .checkout-icon {
  fill: #8d4900;
}
#brown .cart .inner .wrapper table input:focus,
#brown .cart .inner .wrapper form input:focus,
#brown .content .inner .good .info form input:focus,
#brown .content .inner .good .info form textarea:focus {
  border-color: #8d4900;
}
#brown .content .inner .good .info .options .option.active,
#brown .content .inner .good .info .options2 .option.active {
  -webkit-box-shadow: 0px 0px 0px 5px #8d4900;
  -moz-box-shadow: 0px 0px 0px 5px #8d4900;
  box-shadow: 0px 0px 0px 5px #8d4900;
  border-color: #8d4900;
}
.name33 {
  padding: 17px 20px;
  padding-left: 40px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  font-weight: 700;
  line-height: 21px;
  background: #7aaa18 center right no-repeat;
  position: relative;
  z-index: 3;
}
.name34 {
  padding: 17px 20px;
  padding-left: 40px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  font-weight: 700;
  line-height: 21px;
  background: #8d4900 center right no-repeat;
  position: relative;
  z-index: 3;
}
.name35 {
  padding: 17px 20px;
  padding-left: 40px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Exo 2', 'Open Sans', Tahoma, Verdana, sans-serif;
  font-weight: 700;
  line-height: 21px;
  background: #3d3d3d center right no-repeat;
  position: relative;
  z-index: 3;
}
.articleleft {
text-align: left;
}
#horizontal-multilevel-menu, #horizontal-multilevel-menu ul { font-size: 90%;}

#tel {
color: #263263;
}

#whatsapp {
  color: #006100;
}




header .top .block.contacts a:hover {
  color: #f6921e;
}