@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700&subset=latin,cyrillic-ext);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a, span, input {
  outline: none !important;
}

body {
  overflow-x: hidden;
}

#wrapper {
  max-width: 1680px;
  margin: 0 auto;
  background-color: #ededed;
  overflow: hidden;
}
#wrapper .contayner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 0px;
  height: 100%;
}
.contayner > h1 {
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 45px 0 37px 0;
  background: url("images/line.png") bottom center no-repeat;
}


header {
  height: 100px;
  max-width: 1680px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  top: 10px;
  z-index: 999;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
#wrapper header .contayner {
  position: relative;
  max-width: 1020px;
}
ul.products li.product .images-shadow{
 /* margin-top: -10px;*/
}
@media (min-width: 240px) and (max-width: 959px) {

  header .contayner {
    padding: 0 !important;
  }
}
header #logo {
  position: absolute;
  left: 10px;
}
@media (min-width: 240px) and (max-width: 959px) {
  header #logo {
    left: 50%;
    margin-left: -134px;
  }
}
header #logo a {
  display: block;
  height: 99px;
  width: 267px;
  background: url("images/logo.png") top center;
}
header #open-menu {
  width: 23px;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 107px;
  cursor: pointer;
  background: url("images/top-menu.png") top center;
}
@media (min-width: 240px) and (max-width: 959px) {
  header #open-menu {
    display: block;
  }
}
@media (min-width: 960px) {
  header #open-menu {
    display: none !important;
  }
}
header nav {
  max-width: 730px;
  position: absolute;
  right: 10px;
  padding-top: 27px;
 
}
@media (min-width: 240px) and (max-width: 959px) {
  header nav {
    padding: 0;
    width: 100%;
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
    padding: 30px 0;
    display: none;
    max-width: 100%;
    box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
  }

}
@media (min-width: 960px) and (max-width: 1259px) {
  header nav {
    padding-top: 17px;
  }
}
@media (min-width: 960px) {
  header nav {
    display: block !important;
  }
}
header nav #close-menu {
  display: none;
}
@media (min-width: 240px) and (max-width: 959px) {
  header nav #close-menu {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    background: url("images/close_menu.png") top center no-repeat;
    background-size: 100%;
    cursor: pointer;
    opacity: 0.7;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
}
header nav #close-menu:hover {
  opacity: 1;
}
header nav #sound {
  position: absolute;
  top: 26px;
  cursor: pointer;
  background: url("images/voce.png") top center;
  width: 16px;
  height: 15px;
}
@media (min-width: 240px) and (max-width: 1259px) {
  header nav #sound {
    display: none;
  }
}
header nav ul {
  text-align: right;
  margin-bottom: 16px;
  max-width: 780px;
}
@media (min-width: 960px) and (max-width: 1259px) {
  header nav ul {
    max-width: 560px;
  }
}
@media (min-width: 240px) and (max-width: 959px) {
  header nav ul {
    margin: 0 auto;
  }
}
header nav ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
}
@media (min-width: 960px) and (max-width: 1259px) {
  header nav ul li {
    margin-bottom: 12px;
  }
}
@media (min-width: 240px) and (max-width: 959px) {
  header nav ul li {
    display: block;
    text-align: center;
    padding: 6px 0;
  }
}
header nav ul li:hover .sub-menu {
  opacity: 1;
  height: auto;
}
header nav ul li:hover > a {
  color: #ffdd00;
}
header nav ul li .sub-menu {
  top: 16px;
  height: 0;
  right: -85px;
  overflow: hidden;
  z-index: 99999;
  padding: 0px 20px 0 20px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  max-width: 300px;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 240px) and (max-width: 959px) {
  header nav ul li .sub-menu {
    padding-top: 20px;
  }
}
@media (min-width: 240px) and (max-width: 959px) {
  header nav ul li .sub-menu {
    height: auto;
    top: 10px;
    opacity: 1;
    position: relative;
    right: auto;
    left: auto;
    background: none;
    padding-bottom: 20px;
  }
  header nav ul li .sub-menu li {
    padding: 0 !important;
  }
  header nav ul li .sub-menu a {
    background: none !important;
    font-size: 14px;
    padding: 5px 0 !important;
    color: #ccc;
  }
}
header nav ul li .sub-menu li {
  display: block;
  margin: 0;
}
header nav ul li .sub-menu li:last-child a {
  background: none;
}
header nav ul li .sub-menu li a {
  border: none !important;
  width: 100%;
  margin: 0%;
  text-align: center;
  width: 100%;
  padding: 10px 0!important;
  height: auto;
  line-height: 20px;
  background: url("images/level2-border.png") bottom center no-repeat;
  min-width: 230px;
  text-transform:none;
}
header nav ul li a {
  text-align: right;
  padding: 0 5px 0 1px;
  font-family: 'PT Sans', sans-serif;
  border-right: 1px dotted #ededed;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  display: block;
  height: 15px;
  line-height: 15px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header nav ul li a:hover {
  color: #ffdd00;
  text-shadow: 0px 0px 40px #ffdd00;
}
@media (min-width: 960px) and (max-width: 1259px) {
  header nav ul li a {
    border: none;
    padding-right: 0;
    padding-left: 19px;
    width: auto !important;
    font-size: 16px;
  }
}
@media (min-width: 240px) and (max-width: 959px) {
  header nav ul li a {
    border: none;
    text-align: center;
    margin: 0 auto;
    height: auto;
    width: 100% !important;
    padding: 0 0 20px 0;
    background: url("images/level2-border.png") bottom center no-repeat;
  }
}
header nav ul li:first-child a, header nav ul li:nth-child(7) a {
  width: 63px;
}
header nav ul li:nth-child(2) a, header nav ul li:nth-child(8) a {
  width: 75px;
}
header nav ul li:nth-child(3) a, header nav ul li:nth-child(9) a {
  width: 137px;
}
header nav ul li:nth-child(4) a, header nav ul li:nth-child(10) a {
  width: 114px;
}
header nav ul li:nth-child(5) a, header nav ul li:nth-child(11) a {
  width: 142px;
}
header nav ul li:nth-child(6) a, header nav ul li:last-child a {
  border: none;
  width: 91px;
  padding-right: 0;
}

header nav ul li:last-child a {
padding: 0 4px 0 1px;
}
body:last-child header nav ul li:last-child a, x:-moz-any-link{
padding: 0 0 0 1px;
}

_:-o-prefocus, body:last-child header nav ul li:last-child a{
padding: 0 0 0 1px;
}

#top-slider {
  height: 499px;
  position: relative;
  overflow: hidden;
}
#top-slider .contayner {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  left: 50%;
  margin-left: -630px;
  height: 265px;
}
@media (min-width: 240px) and (max-width: 1259px) {
  #top-slider .contayner {
    left: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    z-index: 998;
    height: 200px;
  }
}
#top-slider .swiper-slide, #top-slider .swiper-container, #top-slider #slider-full, #top-slider .swiper-wrapper {
  width: 100% !important;
  min-height: 499px;
}
#top-slider .swiper-slide {
  background-position: center top;
  background-repeat: no-repeat;
  width: 100% !important;
}
#top-slider .swiper-slide img {
  opacity: 0;
}
#top-slider .swiper-button-next {
  background: rgba(0, 0, 0, 0.5);
  z-index: 444 !important;
  -moz-transition: background 0.6s ease;
  -o-transition: background 0.6s ease;
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
@media (min-width: 960px) and (max-width: 1259px) {
  #top-slider .swiper-button-next {
    z-index: 99 !important;
  }
}
@media (min-width: 240px) and (max-width: 639px) {
  #top-slider .swiper-button-next {
    margin-top: -80px !important;
  }
}
#top-slider .swiper-button-next:after {
  background: url("images/next.png") center center no-repeat;
  opacity: 0.5;
  content: "";
  width: 32px;
  height: 32px;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  display: block;
  z-index: 999;
}
#top-slider .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.9);
}
#top-slider .swiper-button-next:hover:after {
  opacity: 1;
}
#top-slider .swiper-button-prev {
  z-index: 444 !important;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: background 0.6s ease;
  -o-transition: background 0.6s ease;
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
@media (min-width: 240px) and (max-width: 639px) {
  #top-slider .swiper-button-prev {
    margin-top: 4px !important;
  }
}
#top-slider .swiper-button-prev:after {
  z-index: 999;
  background: url("images/prev.png") center center no-repeat;
  opacity: 0.5;
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
#top-slider .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.9);
}
#top-slider .swiper-button-prev:hover:after {
  opacity: 1;
}
#top-slider .swiper-pagination {
  height: 10px;
  z-index: 111;
}
@media (min-width: 640px) and (max-width: 1259px) {
  #top-slider .swiper-pagination {
    left: 0;
    margin-left: 20px;
  }
}
@media (min-width: 240px) and (max-width: 639px) {
  #top-slider .swiper-pagination {
    display: none;
  }
}
#top-slider #articles {
  padding-top: 9px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 240px) and (max-width: 1259px) {
  #top-slider #articles {
    left: auto;
    right: 0;
  }
}
#top-slider article {
  padding-bottom: 16px;
  width: 25.1%;
  display: inline-block;
  min-height: 257px;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  top: 256px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 240px) and (max-width: 1259px) {
  #top-slider article.active {
    min-height: 257px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 222;
  }
}
@media (min-width: 640px) and (max-width: 1259px) {
  #top-slider article {
    padding-bottom: 0;
    width: 400px;
    right: 0;
    float: right;
    clear: both;
    max-height: 50px;
    overflow: hidden;
    min-height: 0;
    top: 0;
    display: block;
    margin: 0 10px 1px 0 !important;
  }
}
@media (min-width: 240px) and (max-width: 639px) {
  #top-slider article {
    padding-bottom: 0;
    width: 100%;
    right: 0;
    float: right;
    clear: both;
    max-height: 50px;
    overflow: hidden;
    min-height: 0;
    top: 0;
    display: block;
    margin: 0 0px 1px 0 !important;
  }
}
#top-slider article:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 9px;
  z-index: 11;
  background: url("images/arrow.png") top center no-repeat;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#top-slider article:hover {
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 222;
}
#top-slider article:hover:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#top-slider article:nth-child(2) {
  margin: 0 2%;
}
#top-slider article h3 {
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  text-shadow: 0px 0px 5px #fff;
  display: block;
  padding: 17px 0px 15px 0px;
  border-bottom: 1px solid #888889;
  margin: 0 20px;
  margin-bottom: 10px;
}
#top-slider article div {
  padding: 0 20px;
}
@media (min-width: 240px) and (max-width: 380px) {
  #top-slider article div {
    padding: 0 10px;
  }
}
#top-slider article div p {
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  text-align: left;
  line-height: 26px;
  margin-bottom: 10px;
  clear: both;
}
@media (min-width: 240px) and (max-width: 380px) {
  #top-slider article div p {
    font-size: 13px;
  }
}
#top-slider article div p a {
  text-decoration: none;
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #888889;
  display: inline-block;
  float: right;
  line-height: 21px;
  padding: 0 3px;
  font-size: 13px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#top-slider article div p a:hover {
  -moz-box-shadow: 0px 0px 10px #ffdd00;
  -webkit-box-shadow: 0px 0px 10px #ffdd00;
  box-shadow: 0px 0px 10px #ffdd00;
  color: #ffdd00;
  border: 1px solid #ffdd00;
}

#sentence {
  background: url("images/bg-content.jpg") top center no-repeat;
}
#sentence h1 {
  margin-bottom: 35px;
}
#sentence .contayner {
  padding: 0;
}
#sentence #categories {
  text-align: center;
  position: relative;
  min-height: 530px;
}
@media (min-width: 240px) and (max-width: 959px) {
  #sentence #categories {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (min-width: 240px) and (max-width: 639px) {
  #sentence #categories {
    padding-bottom: 20px;
  }
}
#sentence .category {
  vertical-align: top;
  position: relative;
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 46px;
  width: 23.6%;
  max-height: 186px;
  overflow: hidden;
}
@media (min-width: 960px) and (max-width: 1259px) {
  #sentence .category {
    width: 32.9%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  #sentence .category {
    width: 49.7%;
  }
}
@media (min-width: 240px) and (max-width: 639px) {
  #sentence .category {
    width: 310px;
    margin: 0 auto;
  }
}
@media (min-width: 1260px) {
  #sentence .category:hover {
    z-index: 444;
    overflow: inherit;
  }
}
@media (min-width: 1260px) {
  #sentence .category:hover .img {
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 10;
    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 2px #000;
    box-shadow: 0px 0px 2px #000;
  }
}
@media (min-width: 1260px) {
  #sentence .category:hover .img a:after {
    opacity: 1;
  }
}
@media (min-width: 1260px) {
  #sentence .category:hover .more-info {
    opacity: 1;
  }
}
@media (min-width: 240px) and (max-width: 1259px) {
  #sentence .category.active {
    z-index: 444;
    overflow: inherit;
  }
}
@media (min-width: 240px) and (max-width: 1259px) {
  #sentence .category.active .img {
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 10;
    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 2px #000;
    box-shadow: 0px 0px 2px #000;
  }
}
@media (min-width: 240px) and (max-width: 1259px) {
  #sentence .category.active .img a:after {
    opacity: 1;
  }
}
@media (min-width: 240px) and (max-width: 1259px) {
  #sentence .category.active .more-info {
    opacity: 1;
  }
}
#sentence .category .img {
   background-position: center center;
   background-repeat: no-repeat;
}
#sentence .category h2 {
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-size: 20px;
  text-align: center;
  margin-bottom: 8px;
  z-index: 10;
  position: relative;
}
#sentence .img {
  z-index: 333;
  max-width: 232px;
  max-height: 140px;
  min-width: 222px;
  min-height: 140px;
  border: 3px solid #fff;
  margin: 0 auto;
  -moz-box-shadow: 0px 0px 8px #333;
  -webkit-box-shadow: 0px 0px 8px #333;
  box-shadow: 0px 0px 8px #333;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sentence .img a {
  display: block;
  width: 100%;
  min-height: 144px;
}
#sentence .img a:after {
  opacity: 0;
  content: "";
  left: 50%;
  top: 50%;
  display: block;
  width: 41px;
  height: 41px;
  margin: -28px 0 0 -20px;
  position: absolute;
  background: url("images/lupa.png") center center no-repeat;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#sentence .more-info {
  min-height: 120px;
  padding-top: 200px;
  opacity: 0;
  display: block;
  width: 100%;
  -moz-box-shadow: 0px 0px 8px #333;
  -webkit-box-shadow: 0px 0px 8px #333;
  box-shadow: 0px 0px 8px #333;
  position: absolute;
  background-color: #fff;
  padding-bottom: 0px;
  top: 0px;
  left: 0%;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#sentence .more-info ul {
  padding-left: 14px;
  position: relative;
  padding-bottom: 10px;
}
#sentence .more-info ul li {
  text-align: left;
}
#sentence .more-info ul li a {
  position: relative;
  text-align: left;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  padding-left: 15px;
  background: url("images/list-style-lupa.jpg") left center no-repeat;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 111;
}
#sentence .more-info ul li a:hover {
  margin-left: 30px;
  font-weight: bold;
}

#categories{
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
#yellow-panel {
  padding: 0 10px;
  background-color: rgba(249, 227, 83, 0.7);
  height: 50px;
  position: relative;
  max-width: 1660px;
  margin: 0 auto;  
  overflow: hidden;

}
@media (min-width: 240px) and (max-width: 959px) {
  #yellow-panel {
    height: auto;
    padding: 0;
  }
}
#yellow-panel:after {
  content: "";
  display: block;
  position: absolute;
  top: 51px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: none;
}
@media (min-width: 750px) and (max-width: 1259px) {
  #yellow-panel:after {
    display: block;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  #yellow-panel {
    height: 100px;
    padding: 0;
  }
}
#yellow-panel .contayner {
  position: relative;
  padding: 0 0px 0 20px;
  max-width: 1260px;
  margin: 0 auto;
}
@media (min-width: 960px) and (max-width: 1259px) {
  #yellow-panel .contayner {
    padding-left: 10px;
  }
}
@media (min-width: 240px) and (max-width: 959px) {
  #yellow-panel .contayner {
    padding: 0;
  }
}
#yellow-panel ul {
  padding-top: 0px;
}
#yellow-panel ul li {
  display: inline-block;
  padding-right: 48px;
  padding-top: 6px;
  height: 44px;
}
@media (min-width: 240px) and (max-width: 749px) {
  #yellow-panel ul li#ye-priz {
    border: none !important;
  }
}
@media (min-width: 240px) and (max-width: 749px) {
  #yellow-panel ul li {
    display: block;
    border-bottom: 1px solid #fff;
    padding-right: 0 !important;
    padding-left: 20px;
  }
}
@media (min-width: 240px) and (max-width: 440px) {
  #yellow-panel ul li {
    padding-left: 10px;
  }
}
@media (min-width: 750px) and (max-width: 959px) {
  #yellow-panel ul li {
    padding-right: 0 !important;
    padding-left: 10px;
  }
}
@media (min-width: 750px) and (max-width: 1259px) {
  #yellow-panel ul li {
    width: 36%;
    min-width: 350px;
  }
}
@media (min-width: 1260px) and (max-width: 1679px) {
  #yellow-panel ul li {
    padding-left: 0;
    padding-right: 38px;
  }
}
#yellow-panel ul li a {
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  height: 100%;
  line-height: 38px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 240px) and (max-width: 439px) {
  #yellow-panel ul li a {
    font-size: 14px;
  }
}
#yellow-panel ul li a:hover {
  color: #000;
  text-shadow: 0px 0px 14px #CDAF95;
}
#yellow-panel ul li a:hover img {
  opacity: 1;
}
#yellow-panel ul li a img {
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.8;
  float: left;
  display: block;
  margin-right: 10px;
}

.home #bottom-slider {
  display: block;
}

#bottom-slider {
  display: none;
  position: relative;
  z-index: 10;
}
#bottom-slider h1 {
  margin-bottom: 26px;
  padding: 29px 0 27px 0;
}
@media (min-width: 240px) and (max-width: 799px) {
  #bottom-slider h1 {
    padding: 40px 0 20px 0 !important;
    margin-bottom: 0;
    background: none !important;
  }
}

#trida-slider {
  max-height: 400px;
  background-color: #000;
  position: relative;
}
@media (min-width: 240px) and (max-width: 599px) {
  #trida-slider {
    max-height: 800px;
  }
}
#trida-slider .swiper-container:after, #trida-slider .swiper-container:before {
  content: "";
  display: block;
  width: 33.3333333%;
  height: 100%;
  z-index: 10;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
}
@media (min-width: 240px) and (max-width: 599px) {
  #trida-slider .swiper-container:after, #trida-slider .swiper-container:before {
    display: none;
  }
}
#trida-slider .swiper-container:after {
  right: 0;
}
#trida-slider .swiper-container:before {
  left: 0;
}
#trida-slider .swiper-slide img {
  display: block;
  width: 100%;
}
#trida-slider .swiper-button-next {
  background: url("images/arrow-next.png") center center no-repeat;
  opacity: 0.5;
  width: 29px;
  height: 109px;
  z-index: 999;
  margin-top: -55px;
  right: 26%;
  opacity: 0.5;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (min-width: 240px) and (max-width: 599px) {
  #trida-slider .swiper-button-next {
    right: 6%;
  }
}
#trida-slider .swiper-button-next:hover {
  opacity: 1;
}
#trida-slider .swiper-button-prev {
  background: url("images/arrow-prev.png") center center no-repeat;
  opacity: 0.5;
  width: 29px;
  height: 109px;
  z-index: 999;
  margin-top: -55px;
  left: 26%;
  opacity: 0.5;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (min-width: 240px) and (max-width: 599px) {
  #trida-slider .swiper-button-prev {
    left: 6%;
  }
}
#trida-slider .swiper-button-prev:hover {
  opacity: 1;
}

#search {
  position: absolute;
  right: 20px;
  height: 50px !important;
  min-width: 50px !important;
  z-index: 1;
  padding: 0 !important;
  top: 0;
  width: 50px !important;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: none !important;
  padding: 0 !important;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
@media (min-width: 240px) and (max-width: 759px) {
  #search {
    min-height: 50px;
  }
}
@media (min-width: 760px) and (max-width: 959px) {
  #search {
    padding-left: 0 !important;
  }
}
@media (min-width: 240px) and (max-width: 1259px) {
  #search {
    height: 48px !important;
    bottom: 0;
    top: auto;
    right: 0;
  }
}
@media (min-width: 1260px) and (max-width: 1679px) {
  #search {
    right: 10px;
  }
}
#search.active:hover {
  background: none !important;
}
#search:hover {
  background: rgba(0, 0, 0, 0.9);
}
#search:after {
  background: url("images/search.png") center center no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  content: "";
}
#search #search-open {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  width: 333px;
  height: 40px;
  padding: 5px;
  position: absolute;
  right: 0;
}
@media (min-width: 240px) and (max-width: 439px) {
  #search #search-open {
    width: 293px;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  #search #search-open {
    top: 0px;
  }
}
#search #search-open .search-input {
  display: block;
  width: 208px;
  height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 0 0 10px;
  float: left;
  margin-right: 5px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none !important;
  appearance: none !important;
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  -ms-border-radius: 1px !important;
}
@media (min-width: 240px) and (max-width: 439px) {
  #search #search-open .search-input {
    width: 168px;
  }
}
#search #search-open #search-close {
  float: left;
  width: 40px;
  height: 40px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 5px;
}
#search #search-open #search-close:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  float: left;
  opacity: 0.5;
  background: url("images/search-close.png") center center no-repeat;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#search #search-open #search-close:hover:before {
  opacity: 1;
}
#search #search-open .search-submit {
  outline: none;
  border: none;
  display: block;
  width: 65px;
  height: 40px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  float: left;
  text-align: center;
  line-height: 38px;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#search #search-open .search-submit:hover {
  color: #ffdd00;
}

footer {
  background: url("images/bg-content-bottom.jpg") bottom center no-repeat;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 240px) and (max-width: 799px) {
  footer {
    background: none;
  }
}
footer #shops .contayner {
  min-height: 388px;
  max-width: 1008px;
  margin: 0 auto;
}
@media (min-width: 1259px) {
  footer #shops .contayner {
    padding: 0;
  }
}
@media (min-width: 240px) and (max-width: 799px) {
  footer #shops .contayner {
    padding: 0;
    min-height: 300px;
  }
}
footer #shops .contayner h1 {
  margin-bottom: 48px;
  padding: 29px 0 30px 0;
}
@media (min-width: 240px) and (max-width: 799px) {
  footer #shops .contayner h1 {
    padding: 40px 0 20px 0;
    margin-bottom: 0;
    background: none;
  }
}
footer #shops .contayner #regions {
  text-align: center;
 
}
@media (min-width: 800px) and (max-width: 1259px) {
  footer #shops .contayner #regions {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 80px;
  }
}
@media (min-width: 240px) and (max-width: 799px) {
  footer #shops .contayner #regions {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 0px;
  }
}
footer .swiper-button-next2 {
  display: none;
  background: url("images/arrow-next.png") center center no-repeat;
  opacity: 0.5;
  width: 29px;
  height: 109px;
  z-index: 999;
  margin-top: -84px;
  right: 0;
  opacity: 0.5;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (min-width: 240px) and (max-width: 1259px) {
  footer .swiper-button-next2 {
    display: block;
  }
}
footer .swiper-button-next2:hover {
  opacity: 1;
}
@media (min-width: 240px) and (max-width: 799px) {
  footer .swiper-button-next2 {
    right: 8%;
  }
}
footer .swiper-button-prev2 {
  display: none;
  background: url("images/arrow-prev.png") center center no-repeat;
  opacity: 0.5;
  width: 29px;
  height: 109px;
  z-index: 999;
  margin-top: -84px;
  left: 0;
  opacity: 0.5;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (min-width: 240px) and (max-width: 1259px) {
  footer .swiper-button-prev2 {
    display: block;
  }
}
@media (min-width: 240px) and (max-width: 799px) {
  footer .swiper-button-prev2 {
    left: 8%;
  }
}
footer .swiper-button-prev2:hover {
  opacity: 1;
}
footer .region {
  display: inline-block;
  margin-bottom: 41px;
}

@media (min-width: 240px) and (max-width: 799px) {
  footer .region {
    width: 100% !important;
    margin-bottom: 0px;
  }
}
@media (min-width: 1260px) {
  footer .region {
    width: 24.6%!important;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  footer .region {
    width: 44.6%;
  }
}
@media (min-width: 240px) and (max-width: 1259px) {
  footer .region {
    display: block;
  }
}
footer .region h2 {
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 240px) and (max-width: 799px) {
  footer .region h2 {
    display: none;
  }
}

footer .region .img {
  max-width: 220px; /* max-width: 292px;*/
  max-height: 144px;
  min-width: 220px; /* min-width: 292px;*/
  min-height: 144px;
  border: 3px solid #fff;
  margin: 0 auto;
  -moz-box-shadow: 0px 0px 10px #333;
  -webkit-box-shadow: 0px 0px 10px #333;
  box-shadow: 0px 0px 10px #333;
  clear: both;
  margin-bottom: 15px;
}



@media (min-width: 240px) and (max-width: 799px) {
  footer .region .img {
    max-width: 270px;
  }
}
footer .region .img:hover a:after {
  opacity: 1;
  -moz-box-shadow: 0px 0px 50px #ffdd00;
  -webkit-box-shadow: 0px 0px 50px #ffdd00;
  box-shadow: 0px 0px 50px #ffdd00;
}
footer .region .img a {
  display: block;
  width: 100%;
  height: 144px;
}
footer .region .img a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url("images/lupa.png") center 50px no-repeat;
}
footer .region .more {
  height: 30px;
  max-width: 250px;
  margin: 0 auto;
}
footer .region .more a,.logo_pr .more a {
  display: inline-block;
  float: right;
  font-family: 'PT Sans', sans-serif;
  color: #3b3b3b;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffdd00;
  border: 1px solid #3b3b3b;
  line-height: 21px;
  padding: 0 3px;
  cursor: pointer;
  margin-right: 10px;
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer .region .more a:hover {
  -moz-box-shadow: 0px 0px 10px #fff;
  -webkit-box-shadow: 0px 0px 10px #fff;
  box-shadow: 0px 0px 10px #fff;
  color: #333;
  border: 1px solid #fff;
  background-color: #fff;
}
footer #contacts {
  background: rgba(0, 0, 0, 0.8);
  min-height: 190px;
  position: relative; 
  margin: 0 auto;
}
@media (min-width: 240px) and (max-width: 530px) {
  footer #contacts {
    height: auto;
    min-height: inherit;
  }
}
footer #contacts #top-scroll {
  position: absolute;
  width: 24px;
  height: 27px;
  border: 1px solid #fff;
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  top: 50%;
  right: 0;
  margin-top: -12px;
  padding: 0;
  cursor: pointer;
  z-index: 999;
  background: url("images/top-scroll.png") #000 center center no-repeat;
}
@media (min-width: 240px) and (max-width: 959px) {
  footer #contacts #top-scroll {
    display: none !important;
  }
}
footer #contacts .contayner > div p.mail{b mn
  font-size: 14px;
}
footer #contacts .contayner {
  position: relative;
  padding-bottom: 50px;
  left:2px; /* left:2px;  */
  text-align: center;
  max-width: 1008px;
  margin: 0 auto;
}

_:-o-prefocus, body:last-child footer #contacts .contayner {
 position: relative;
 left:124px!important;
}

@media (min-width: 240px) and (max-width: 1259px) {
  footer #contacts .contayner {
    text-align: center;
    margin: 0 auto;
  }
}
@media (min-width: 240px) and (max-width: 530px) {
  footer #contacts .contayner {
    padding-bottom: 0px;
  }
}
footer #contacts .contayner > div {
  width: 24.6%;  /* width: 24%;*/
  display: inline-block;
  padding-top: 52px;
  vertical-align: top;  
}
footer #contacts .contayner > div > div{
	max-width:235px;
	display:inline-block;
}

@media (min-width: 240px) and (max-width: 959px) {
  footer #contacts .contayner > div {
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 240px) and (max-width: 530px) {
  footer #contacts .contayner > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
footer #contacts .contayner > div:nth-child(3), footer #contacts .contayner > div:nth-child(4) {
  display: none;
}
@media (min-width: 1260px) {
  footer #contacts .contayner > div:nth-child(3), footer #contacts .contayner > div:nth-child(4) {
    display: inline-block;
  }
}
footer #contacts .contayner > div:nth-child(2) {
  display: none;
}
@media (min-width: 530px) {
  footer #contacts .contayner > div:nth-child(2) {
    display: inline-block;
  }
}
footer #contacts .contayner > div p,footer #contacts .contayner > div p a {
  display: block;
  width: 285px;
  font-family: 'PT Sans', sans-serif;
  color: #ccc;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
footer #contacts .contayner > div p.map {
  text-decoration: underline;
  cursor: pointer;
  padding-left: 14px;
  background: url("images/marker-map.png") left center no-repeat;
}
footer #contacts .contayner > div p.map {
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
footer #contacts .contayner > div p.map:hover {
  text-decoration: none;
  color: #ffdd00;
}
footer .wrap-cont {
  position: relative;
}
footer .maps {
  position: relative;
  height: 0px;
  overflow: hidden;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
footer .maps.open-map {
  height: 460px;
  z-index: 888;
}
footer .close-map {
  z-index: 222;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -20px;
  background: url("images/close_menu.png") #000 center center no-repeat;
  width: 40px;
  height: 40px;
  background-size: 60%;
  cursor: pointer;
  opacity: 0.7;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
footer .close-map:hover {
  opacity: 1;
}
footer #right-info {
  padding-top: 48px;
  float: left;
  width: 420px;
  position: relative;
  left: 3px;
}
@media (min-width: 700px) and (max-width: 959px) {
  footer #right-info {
    width: 38%;
    padding-right: 20px;
  }
}
@media (min-width: 960px) and (max-width: 1259px) {
  footer #right-info {
    max-width: 400px;
  }
}
@media (min-width: 240px) and (max-width: 799px) {
  footer #right-info {
    max-width: 100%;
    width: 100%;
    float: none;
    text-align: center;
    clear: both;
    padding-top: 30px;
  }
}
footer #right-info p#slogan {
  font-family: 'Roboto', sans-serif;
  color: #666;
  font-size: 14px;
  padding-bottom: 8px;
}
footer #right-info p#sdrom {
  font-family: 'Roboto', sans-serif;
  color: #494949;
  font-size: 12px;
}
footer #right-info p#sdrom a {
  font-family: 'Roboto', sans-serif;
  color: #494949;
  font-size: 12px;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
footer #right-info p#sdrom a:hover {
  color: #fff;
}
@media (min-width: 240px) and (max-width: 799px) {
  footer .yashare-auto-init {
    display: block;
    margin-left: -10px;
    padding-top: 7px;
  }
}
footer #footer-logo {
  float: left;
  position: relative;
  left: -5px;
}
@media (min-width: 240px) and (max-width: 799px) {
  footer #footer-logo {
    max-width: 100%;
    width: 100%;
    float: none;
    text-align: center;
    clear: both;
  }
}
footer #footer-logo a {
  display: block;
  width: 200px;
  height: 123px;
  background: url("images/logo-footer.png") center center no-repeat;
  background-size: 100%;
}
@media (min-width: 240px) and (max-width: 959px) {
  footer #footer-logo a {
    width: 180px;
  }
}
@media (min-width: 240px) and (max-width: 799px) {
  footer #footer-logo a {
    margin: 0 auto;
  }
}
footer #copyright {
  height: 130px;
  background: rgba(0, 0, 0, 0.9);
  padding-left: 10px;
  padding-right: 10px;
}
footer #copyright .contayner{
  max-width: 1260px;
  margin: 0 auto;
}
@media (min-width: 240px) and (max-width: 799px) {
  footer #copyright {
    height: auto;
  }
}
footer nav {
  padding-top: 55px;
  float: right;
  max-width: 600px;
}
@media (min-width: 800px) and (max-width: 959px) {
  footer nav {
    width: 34%;
  }
}
@media (min-width: 800px) and (max-width: 1259px) {
  footer nav {
    max-width: 302px;
    padding-top: 48px;
  }
}
@media (min-width: 240px) and (max-width: 799px) {
  footer nav {
    width: 100%;
    float: none;
    text-align: center;
    clear: both;
    margin: 0 auto;
    padding-top: 15px;
  }
}
footer nav ul {
  text-align: right;
  margin-bottom: 16px;
}

@media (min-width: 240px) and (max-width: 799px) {
  footer nav ul {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 16px;
  }
}
footer nav ul li {
  display: inline-block;
  margin-bottom: 12px;
}
@media (min-width: 240px) and (max-width: 639px) {
  footer nav ul li {
    display: block;
    text-align: center;
  }
}
footer nav ul li a {
  text-align: right;
  padding: 0 12px;
  font-family: 'PT Sans', sans-serif;
  border-right: 1px dotted #ededed;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  display: block;
  height: 15px;
  line-height: 15px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer nav ul li a:hover {
  color: #ffdd00;
  text-shadow: 0px 0px 40px #ffdd00;
}
@media (min-width: 800px) and (max-width: 1259px) {
  footer nav ul li a {
    border: none;
    padding: 0 0 0 15px;
  }
}
@media (min-width: 240px) and (max-width: 959px) {
  footer nav ul li a {
    font-size: 16px;
    border: none;
  }
}
@media (min-width: 240px) and (max-width: 639px) {
  footer nav ul li a {
    display: inline-block;
  }
}
footer nav ul li:last-child a {
  padding-right: 0;
  border: none;
}

#content-area {
  background: url("images/bg-content.jpg") top center no-repeat;

}
#content-area .contayner {
  position: relative;
  max-width: 1008px;
}
#content-area #catalog-icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: none;
  position: fixed;
  top: 50%;
  left: -28px;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #ffdd00;
  cursor: pointer;
  padding-top: 15px;
  text-transform: uppercase;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 10px 10px 0px 0px;
  z-index: 0;
}
@media (min-width: 240px) and (max-width: 639px) {
  #content-area #catalog-icon {
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }
}
#content-area #catalog-icon.icon-hide {
  left: -78px;
}
@media (min-width: 639px) and (max-width: 1023px) {
  #content-area #catalog-icon.icon-hide {
    top: -40px;
  }
}
@media (min-width: 240px) and (max-width: 639px) {
  #content-area #catalog-icon {
    display: block;
    z-index: 998;
  }
}
@media (min-width: 639px) and (max-width: 1023px) {
  #content-area #catalog-icon {
    top: -1px;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-radius: 0px 0px 10px 10px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    font-size: 18px;
    padding-top: 10px;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
  }
}

#content{
display: inline-block;
vertical-align: top;
margin:0 auto;

}

#content-area #catalog-icon:hover {
  text-shadow: 0 0 5px #ffdd00;
  -webkit-text-shadow: 0 0 5px #ffdd00;
}

#content-area #content.inner{max-width: 650px;}
#content-area #content {
 max-width: 645px;
  position: relative;
  padding: 50px 0px 30px 40px;
  min-height: 400px;
  -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
}
@media (min-width: 240px) and (max-width: 1023px) {
  #content-area #content {
    max-width: 96%;
    width: 96%;
    padding: 50px 2% 30px 2%;
  }
}
#content-area #content h1 {
  color: #333;
  font-size: 36px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 20px;
}

#content-area #content h1.page-title{  
  margin-bottom: 0px;
}
#content-area #content h2 {
  color: #333;
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 10px;
  line-height: 22px;
  font-weight: bold;
}

#content-area #content h3{
color: #333;
font-family: 'PT Sans', sans-serif;
margin-bottom: 10px;
line-height: 22px;
font-weight: bold;
}
#content-area #content strong {
  font-weight: bold;
  line-height: 40px;
}
#content-area #content a{
  color: #333;
}
.list li:before {
    color: #FFDD00; 
    content: "•"; 
    padding-right: 10px; 
}
#content li {
  color: #333;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 10px;
  line-height: 22px;
}
#content-area #content p {
  color: #333;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 10px;
  line-height: 22px;
}
#content-area #sidebar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 111;
  top: 0;
  left: 0px;
  width: 286px;
  padding: 20px 15px;
  background: rgba(0, 0, 0, 0.0);
  -moz-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
@media (min-width: 480px) and (max-width: 1023px) {
  #content-area #sidebar {
    position: absolute;
    left: -316px;
    -webkit-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media (min-width: 240px) and (max-width: 479px) {
  #content-area #sidebar {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
    left: -100%;
    width: 96%;
    padding: 20px 2%;
  }
}
#content-area #sidebar.show-catalog {
  left: -0px;
}
#content-area #sidebar h2 {
  color: #333;
  font-size: 20px;
  font-weight:700;
  font-family: 'PT Sans', sans-serif;
  padding: 16px 0;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #9C9C9C;

}
@media (min-width: 240px) and (max-width: 1023px) {
  #content-area #sidebar h2 {
    color: #fff;
  }
}
#content-area #sidebar li {
  border-bottom: 1px solid #BEBEBE;
}
#content-area #sidebar li a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  padding: 10px 0 10px 16px;
  display: block;
  left: 0;
  background: url("images/list-cat.png") 5px center no-repeat;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
@media (min-width: 240px) and (max-width: 1023px) {
  #content-area #sidebar li a {
    color: #fff;
  }
}
#content-area #sidebar li a:hover {
  left: 30px;
  font-weight: bold;
  color: #000;
}
@media (min-width: 240px) and (max-width: 1023px) {
  #content-area #sidebar li a:hover {
    color: #fff !important;
    -webkit-text-shadow: 0 0 10px #fff;
    text-shadow: 0 0 10px #fff;
  }
}

.ye-form {
  position: fixed;
  top: 50%;
  margin-top: -100px;
  margin-left: -310px;
  left: 50%;
  background: rgba(0, 0, 0, 0.8);
  border: 3px solid #ffdd00;
  box-shadow: 0 0 30px #ffdd00;
  -webkit-box-shadow: 0 0 30px #ffdd00;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 160px;
  width: 560px;
  padding: 30px 20px;
  z-index: 99999;
  display: none;
}
@media (min-width: 240px) and (max-width: 639px) {
  .ye-form {
    width: 240px;
    margin-left: -150px;
  }
}
.ye-form h1 {
  font-size: 30px;
  font-family: 'PT Sans', sans-serif;
  color: #ffdd00;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 240px) and (max-width: 639px) {
  .ye-form h1 {
    font-size: 22px;
    line-height: 30px;
  }
}
.ye-form p {
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  text-align: left;
  line-height: 20px;
  padding-bottom: 10px;
}
.ye-form .close-form {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 222;
  top: 5px;
  right: 5px;
  opacity: 0.7;
  cursor: pointer;
  background: url("images/close_menu.png") center center no-repeat;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.ye-form .close-form:hover {
  opacity: 1;
}

audio {
  position: absolute;
  height: 1px;
  width: 1px;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
}

#sound.hide {
  opacity: 0.7;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#sound.hide:hover {
  opacity: 1;
}

#close-catalog {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 222;
  top: 5px;
  right: 5px;
  opacity: 0.7;
  cursor: pointer;
  background: url("images/close-black.png") center center no-repeat;
  background-size: 100%;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (min-width: 1024px) {
  #close-catalog {
    display: none;
  }
}
#close-catalog:hover {
  opacity: 1;
}

#menu-catalog li {
  display: block;
  overflow: hidden;
  max-height: 38px;  
}
#menu-catalog li .sub-menu {
  position: relative;
  opacity: 0;
  
  top: -100%;
}

#menu-catalog li .sub-menu li:last-child {
  border-bottom: none !important;
}
#menu-catalog li .sub-menu li a {
  left: 22px !important;
}
#menu-catalog li .sub-menu .sub-menu li a {
  left: 40px !important;
}
#menu-catalog li .sub-menu .sub-menu li a:hover {
  left: 60px !important;
}
#menu-catalog li .sub-menu li a:hover {
  left: 40px !important;
  color: #000 !important;
  font-weight: normal !important;
}
#menu-catalog li:hover > a {
  font-weight: bold;
  color: #000;
}
@media (min-width: 1024px) {
  #menu-catalog li:hover {
  overflow: visible;
  max-height: 700px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu-catalog li:hover .sub-menu {
  opacity: 1;
  position: relative;
  top: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
}
.logo-map{
float:right;
border: 3px solid #fff;
-moz-box-shadow: 0px 0px 8px #333;
-webkit-box-shadow: 0px 0px 8px #333;
box-shadow: 0px 0px 8px #333;
}
.bold{font-weight:bold;}
#tab-reviews{
  display:none!important;
}

.woocommerce-tabs .tabs{
  display: none;
}
.woocommerce-result-count,a.product_type_simple,.related.products >h2,.woocommerce-ordering{
  display: none!important;
}

.woocommerce ul.products li.product h3{
font-size: 20px!important;
color: #333333;
font-family: 'PT Sans', sans-serif;
}

.woocommerce ul.products li.product a img{
/*min-width: 171px;*/
max-width: 171px;
-moz-box-shadow: 0px 0px 8px #333;
-webkit-box-shadow: 0px 0px 8px #333;
box-shadow: 0px 0px 8px #333!important;
border: 3px solid #fff;
cursor: zoom-in!important;
cursor: -moz-zoom-in; 
cursor: -webkit-zoom-in;
}
.woocommerce ul.products li.product .images-shadow img{
  border: :none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: box-shadow!important;
  box-shadow: none!important;
}
.woocommerce ul.products li.product .images-shadow{
  -moz-box-shadow: 0px 0px 8px #333;
  -webkit-box-shadow: 0px 0px 8px #333;
  box-shadow: 0px 0px 8px #333!important;
  border: 3px solid #fff;
  float:right;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
margin: 0 8px!important;
width: 200px;
}
.woocommerce-page ul.products li.product:last-child{
margin:0 0 0 10px!important;
}

.woocommerce div.product div.images div.thumbnails img{
max-width: 85px!important;
min-width: 85px!important;
height:75px;
cursor: zoom-in!important;
cursor: -moz-zoom-in; 
cursor: -webkit-zoom-in;
}
.woocommerce div.product div.images img{
-moz-box-shadow: 0px 0px 8px #333;
-webkit-box-shadow: 0px 0px 8px #333;
box-shadow: 0px 0px 8px #333!important;
border: 3px solid #fff;
max-width: 650px;
height: auto;
}
@media (min-width: 240px) and (max-width: 1023px) {
  #sidebar > ul > li.active {
    overflow: visible;
    max-height: 800px;
  }
}
@media (min-width: 240px) and (max-width: 1023px) {
  #sidebar > ul > li.active > a {
    font-weight: bold;
  }
}
@media (min-width: 240px) and (max-width: 1023px) {
  #sidebar > ul > li.active .sub-menu {
    opacity: 1;
    position: relative;
    top: 0;
  }
}
#sidebar li.temp-active > .sub-menu{
  opacity: 1;
  position: relative;
  top: 0;
}
#sidebar li.temp-active{
  overflow: visible;
  max-height: 800px;
}
#sidebar > ul > li.temp-active > a {
  font-weight: bold;
}
.woocommerce-breadcrumb,.woocommerce-breadcrumb a{
  font-family: 'PT Sans', sans-serif;
}
.product-category.product > a{
  width:200px;
}
.product-category.product{
  width:200px;
}
.product-category.product .more{
  color: #333;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 10px;
  line-height: 22px;
  height: 30px;
  max-width: 250px;
  margin: 0 auto;
  display: table;
}
.product-category.product .more a{
  display: inline-block;
  float: right;
  font-family: 'PT Sans', sans-serif;
  color: #3b3b3b;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffdd00;
  border: 1px solid #3b3b3b;
  line-height: 21px;
  padding: 0 3px;
  cursor: pointer;
  margin-right: 4px;
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1023px) {
  /*.prod_list{
       max-width: 290px;
       margin: 0 auto;
  }*/
.cat2 ul.products li.product-category .more{
    display: block!important;
  }
.images-shadow:after{
   background-image: none !important;
}
.images-shadow{
   display: block !important;
    max-width: 300px;
    float: left !important;
    min-width: 300px;
    width: 100%;
    max-height: 100px;
    min-height: 100px;
    height: 100%;
    margin-left: 15px;
}
.images-shadow img{
    display: block!important;
    max-width: 150px !important;
    max-height: 100px !important;
    float: left;
}
/* 
 .woocommerce-page .cat2 ul.products li.product-category img{
    float:none!important;
    display: table!important;
    margin: 0 auto!important;
  }*/
  .cat2 ul.products li.product-category > a{
    
    height: auto!important;  
  }
 /*.cat2 ul.products li.product-category img.attachment-post-thumbnail{
    display:none!important 
  }*/
  
 .woocommerce .products ul, .woocommerce ul.products{
    text-align: center;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    display: inline-block;
    float: none!important;
    text-align: left;    
  }
}
.woocommerce ul.products li.product h3{
  line-height: 15px;
  padding-bottom: 10px;
  height: 29px;
  text-align: center;
}
.product_meta{
  display: none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
  float:none!important;
  width:auto!important;
}
.wp-post-image{
  display: table;
  margin: 0 auto;
}
.temp-href > a{
  font-weight: bold;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
  float:none!important;
  width:auto!important;
}
div[itemscope] .summary{
  position: absolute;
  top: 0;
}
div[itemscope]{
  padding-top:68px; 
}
a.zoom{
  display: block;
  width:auto!important;
}
.woocommerce-page .cat2 ul.products li.product-category{
  width: 105%;
  display: block;
  clear:both;
  position: relative;
  margin:20px 0!important;
  min-height: 135px;
}
.cat2 ul.products li.product-category > a{
  display: block;
  width:100%;
  height: 144px;  
}
.cat2 ul.products li.product-category h3{
  display: none!important;
}
.cat2 ul.products li.product-category .more{
  text-align: left;
  margin:0!important;
  position: absolute;
  bottom: -9px;
  left: 0;
}
.cat2 ul.products li.product-category img{
  float:left;
  display: block;
  min-width: auto!important;
  /*max-width: 180px!important;*/
  width: auto!important;
  max-height: 80px;
  height: auto!important;
  border:0!important;
  margin: 0!important;
  min-width: 100px;
}
.cat2 ul.products li.product-category img.attachment-post-thumbnail{
  float:right;
  max-height: 130px;
  height: 100%!important;
  max-width: 200px;
}
.category .img img{
  display: none!important;
}
.related.products{
  display: none;
}
@media (min-width: 1024px){
  #sidebar > ul > li:hover .sub-menu, #sidebar > ul > .double:hover, #sidebar .sub-menu >li:hover .sub-menu {
      -webkit-transition-delay: 0.5s;
      transition-delay: 0.5s;
  }
}
.logo-left{
    position: absolute;
      margin: 6px 290px;
      
  }
@media (max-width: 959px){
  .logo-left{
    position: relative;   
     margin:20px 0; 
  }
}

#content .wpcf7 input,#content .wpcf7 textarea{
  border:1px solid #333;
  display: block;
  padding: 5px;
  outline: none!important;
  background-color: rgba(249, 227, 83, 0.3);
  max-width: 250px;
}
#content .wpcf7 input[type="submit"]{
  background-color: rgba(249, 227, 83, 1);
}
.images-shadow:after{
      background-image: url("images/shadow.png");
    content: ".";
    display: block;
    position: relative;
    background-repeat: no-repeat;
    bottom: -136px;
    left: -4px;
    background-size: 410px;
}
.left_discr{
    display: inline-block;
    width: 63%;
    vertical-align: middle;
    font-family: 'PT Sans', sans-serif;
}
.right_discr{
    display: inline-block;
    width: 36%;
    vertical-align: top;
    text-align: center;
}
.logo_pr img {
    float: left;
    margin-right: 20px;
}
.logo_pr {
    float: left;
    width: 100%;
    height: 100px;
    margin-bottom: 25px;
    margin-top: 25px;
    font-family: 'PT Sans', sans-serif;
}
.country_prod{
    max-width: 100px !important;
    max-height: 100px !important;
}
.list-style{
    max-width: 115px;
    float: left;
    margin-left: -135px;
    margin-top: 25px;
}
.prod_tittle{
    font-size: 14px !important;
    width: 115px;
    float: left;
    margin-left: 15px;
    min-width:140px;
}
@media only screen and (max-width: 575px){
  .images-shadow{
   float: none !important;
   margin-left: 0px;
  }
  .woocommerce-page .cat2 ul.products li.product-category{
    min-height: 240px;
  }
  ul.products li.product .images-shadow{
    margin-top: 15px; 
 }
 .cat2 ul.products li.product-category img{
    float: none;
 }
 .prod_list ul li img{
    float: left !important;
 }
 .prod_list .images-shadow{
    margin-top: 155px !important
 }
 
}

#content-area #content p.return a:hover{
 border-bottom: 1px solid #FFDD00;
text-decoration:none;
}
.region .img img{
  display: none;
}
.region .img {
  background-repeat: no-repeat;
  background-position: center center;
}

.faza-sotrud{
display: table;
margin-left: auto;
margin-right: auto;
}
.faza-sotrud li{list-style:none;}
.faza-sotrud span{
border: 1px solid #FFDD00;
padding: 5px;
display: table-cell;
width: 250px;
text-align: center;
}
.faza-sotrud li:after  {
content: "\2193";
display:block;
margin:0 auto;
color:#FFDD00;
text-align: center;
}
.faza-sotrud li:last-child:after{
content: "";
}
.sotrud-info{
width: 54%;
float:left;
}
.sotrud-info1{
width: 45%;
float:left;
}
.sotrud-info2{
margin: 3% 0 0px 30%;
}
.clear{clear:both;}
.sotrud-firmy-img{
float:left;
margin-right: 10px;
margin-bottom: 25px;
}
.img-right{float:right;}
.img-left{float:left; margin: 6px 15px 0 0;}
.contact{
margin-bottom: 50px;
padding-bottom: 15px;
border-bottom: 1px solid grey;
}