.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
header {
  padding: 20px 0;
  align-items: center;
}
.h-cont {
  text-align: right;
}
.h-cont p:first-child {
  font-weight: bold;
  font-size: 123.1%;
}
.menu-wrap {
  background: #ff0000;
}
.menu > li {
  position: relative;
}
.menu > li > a {
  color: #fff;
  font-weight: bold;
  font-size: 123.1%;
  display: block;
  padding: 10px 10px;
}
.menu > li:hover > a {
  color: #e8e8e8;
}
.menu-s {
  display: none;
  background: #f5f5f5;
  border: #c2c2c2 1px solid;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-s > li {
  position: relative;
}
.menu-s > li .menu-s {
  left: 100%;
  top: 0px;
}
.menu-s > li a {
  color: #444;
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
}
.menu-s > li:hover > a {
  background: #fff;
}
.menu-s > li:not(:last-child) {
  border-bottom: #fff 1px solid;
}
.menu-s > li:not(:first-child) {
  border-top: #c2c2c2 1px solid;
}
.sklady-wrap {
  background: #f5f5f5;
  padding-bottom: 10px;
}
.sklady {
  width: 100%;
  padding: 0px;
  margin: 0px auto;
}
.sklady li {
  display: inline-block;
  vertical-align: top;
}
.sklady li p {
  padding: 5px 0 5px 10px;
  margin: 0;
  color: #000;
}
.sklady li p:first-child {
  font-weight: bold;
  color: #404040;
}
.sklady li:not(:first-child) p:first-child:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 11px;
  height: 14px;
  background: url(../img/marker.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.sklady li:first-child {
  width: 100%;
}
.slider-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slider {
  height: 310px;
  text-align: center;
}
.slider > * {
  max-height: 310px;
  display: inline-block;
}
.slider > * img {
  width: 100%;
  height: 100%;
}
.slider-dots {
  position: absolute;
  bottom: 5px;
  z-index: 300;
  width: 100%;
  text-align: center;
}
.slider-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px / 2;
  background: #acacac linear-gradient(to bottom, #acacac 0%, #fff 100%);
  margin: 0 5px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  cursor: pointer;
}
.slider-dots li:after {
  content: "";
  display: block;
  position: absolute;
  left: 4.8px / 2;
  top: 4.8px / 2;
  width: 15.2px;
  height: 15.2px;
  border-radius: 15.2px / 2;
  background: #fff linear-gradient(to bottom, #fff 0%, #a0a0a0 100%);
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}
.slider-dots li.active:after {
  background: #fff linear-gradient(to bottom, #fff 0%, #4ea34b 100%);
}
.indx-3 > li {
  width: 300px;
}
.indx-3 > li p {
  font-weight: bold;
}
.indx-3 > li .im {
  width: 100%;
  height: 150px;
  display: block;
  margin: 10px 0 ;
}
.indx-3 > li .more {
  text-align: right;
}
.indx-3 > li .more a {
  display: inline-block;
  text-decoration: underline;
}
.partner-form-wrap {
  background: #eee;
  padding: 20px 0;
}
.indx-faq-news .faq-list li:first-child {
  border-top: #c2c2c2 1px dotted;
}
.indx-faq-news .-blk h3 .btn {
  float: right;
  padding: 3px 5px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  margin-left: 5px;
}
.faq-list li {
  margin-bottom: 15px;
  padding-top: 15px;
}
.faq-list li:not(:first-child) {
  border-top: #c2c2c2 1px dotted;
}
.faq-list li > a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  display: block;
}
.faq-list li > a:hover {
  text-decoration: underline;
}
.faq-list li .-m {
  color: #4673ab;
}
.faq-list li .-m a {
  color: inherit;
}
.faq-list li .-f {
  margin-top: 10px;
}
.faq-list li .-f em {
  color: #666666;
  font-size: 90%;
}
.news-list li a {
  display: block;
  font-size: 110%;
}
.news-list li .-d {
  display: inline-block;
  margin: 10px 0;
  font-size: 90%;
  padding: 2px 5px;
  background: #eee;
}
.news-list li .-more {
  text-align: right;
}
footer {
  background: #363839;
  padding: 20px 5px;
  margin-top: 30px;
  border-top: #eee 10px solid;
}
.ftr-menu p {
  font-weight: bold;
  color: #eee;
  font-size: 110%;
}
.ftr-menu a {
  display: block;
  margin: 5px 0;
  color: #eee;
}
.ftr-btm {
  border-top: #4f5253 1px solid;
  background: #282A2B;
  color: #eee;
  padding: 15px 0;
}
.ftr-btm ul li {
  margin: 5px 15px;
}
.ftr-btm a {
  color: inherit;
}
/*.sidebar {
  //.mTop(20px);
}*/
.content {
  width: 100%;
}
.crumbs-wrap {
  margin: 20px auto;
}
.cat-menu a {
  display: block;
  color: #000;
  padding: 8px 10px;
  border: #c2c2c2 1px solid;
  /*.bt(@borderColor);
    .br(@borderColor);
    .bl(@borderColor);*/
  text-decoration: none;
  margin-top: -1px;
  transition: padding 0.2s ease;
}
.cat-menu a:hover {
  color: #333;
  padding-left: 20px;
}
.cat-menu a.act {
  background: #8f8f8f;
}
.cat-menu li > a {
  background: #eee;
  font-weight: bold;
}
.cat-menu li.act .cat-menu-sub {
  display: block;
}
.cat-menu-sub {
  display: none;
}
.plist > li {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  border: #eee 1px solid;
  margin-bottom: 10px;
  padding: 10px 10px;
}
.plist > li .-l {
  width: 40%;
  text-align: center;
}
.plist > li .-l > * {
  display: block;
}
.plist > li .-r {
  width: 58%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.plist > li .-r ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.plist > li .-r ul li {
  margin: 5px 0;
}
.plist > li .-r ul li:before {
  display: inline-block;
  float: left;
  content: "\25C9";
  color: #ff0000;
  margin-right: 10px;
}
.plist > li .-n {
  color: #000;
  font-size: 16px;
}
.plist > li .-im {
  position: relative;
  width: 100%;
  height: 200px;
  margin-top: 15px;
}
.plist > li .-im img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.plist > li .-fp span {
  font-weight: bold;
  font-size: 14px;
}
.plist > li .-more {
  text-align: right;
}
.plist > li:hover {
  border: #c2c2c2 1px solid;
}
.prod-top .-img .-gnrl {
  display: block;
  width: 100%;
  height: 300px;
  padding: 5px;
  border: #eee 1px solid;
}
.prod-top .-img .-gnrl:before {
  line-height: 300px;
}
.prod-top .-img a.zoom:hover:before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: block;
  content: "\1F50D";
  font-size: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.prod-top .-info ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.prod-top .-info ul li {
  margin: 5px 0;
}
.prod-top .-info ul li:before {
  display: inline-block;
  float: left;
  content: "\25C9";
  color: #ff0000;
  margin-right: 10px;
}
.prod-top .-price {
  margin-bottom: 30px;
}
.prod-top .-price span {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.prod-buy {
  position: relative;
  display: inline-block;
  background: #4673ab;
  border-radius: 3px;
  padding: 5px 20px 5px 30px;
  font-size: 16px;
  color: #fff;
}
.prod-buy svg {
  fill: #ffffff;
  vertical-align: middle;
  margin-right: 5px;
}
.prod-buy div {
  position: absolute;
  top: 99%;
  left: 0;
  min-width: 100%;
  background: #375b87;
  white-space: nowrap;
  display: none;
}
.prod-buy div a,
.prod-buy div button {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  text-decoration: none;
}
.prod-buy div a:hover,
.prod-buy div button:hover {
  background: #4673ab;
  cursor: pointer;
}
.prod-buy div button {
  border: 0;
  background: #375b87;
}
.prod-buy div button:hover {
  background: #4673ab;
  cursor: pointer;
}
.prod-buy:hover {
  background: #375b87;
  cursor: default;
  border-radius: 3px 3px 0 0;
}
.prod-buy:hover div {
  display: block;
}
.prod-gal > a {
  display: inline-block;
  margin: 5px;
  border: #eee 1px solid;
  width: 135px;
  height: 135px;
}
.prod-gal > a:before {
  line-height: 135px;
}
.prod-tabs {
  border-bottom: #c2c2c2 1px solid;
}
.prod-tabs li {
  border: #c2c2c2 1px solid;
  border-bottom: none;
  padding: 10px 30px;
  margin-right: 5px;
  color: #000;
  font-size: 107.7%;
}
.prod-tabs li:hover,
.prod-tabs li.act {
  background: #8f8f8f;
  color: #fff;
  cursor: pointer;
}
.prod-tab-cont > div {
  padding-top: 20px;
}
.art-list li {
  border: #eee 1px solid;
  padding: 10px 20px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.art-list li .-im {
  width: 30%;
}
.art-list li .-im > * {
  display: block;
  width: 100%;
  height: 150px;
}
.art-list li .-i {
  width: 68%;
}
.art-list li .-i .-t {
  font-weight: bold;
  display: block;
}
.art-list li .-i .-d {
  font-size: 90%;
  margin: 10px 0;
}
.art-list li .-f {
  text-align: right;
  margin-top: 10px;
}
.art-list li:hover {
  border: #c2c2c2 1px solid;
}
.news-full .im {
  display: inline-block;
  float: left;
  margin: 5px 20px 20px 0;
  width: 300px;
  height: 300px;
}
.news-full .-d {
  margin: 10px 0;
  font-size: 90%;
}
.news-full .-d span {
  padding: 2px 5px;
  background: #eee;
}
.cat-list li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  border: #eee 1px solid;
  padding: 10px 10px;
  margin: 5px 1%;
}
.cat-list li .-im {
  width: 96%;
  height: 150px;
  display: block;
}
.cat-list li .-n {
  display: block;
  margin-bottom: 20px;
}
.cat-list li:hover {
  border: #c2c2c2 1px solid;
}
.faq-form {
  background: #eee;
  padding: 10px 20px;
}
.faq-question > div {
  margin-bottom: 30px;
}
.faq-question .-q > * {
  margin-top: 10px;
  font-weight: normal;
  font-size: 16px;
}
.faq-question .-a > div {
  margin-top: 20px;
  padding: 10px 20px;
  border: #eee 1px solid;
}
/*# sourceMappingURL=style.css.map */