* {
  margin: 0;
  padding: 0; }

nav,
section,
header,
footer,
.main-content,
.wrap {
  margin: 0 auto;
  min-width: 1280px; }

.row {
  margin: 0; }

body {
  font-size: 14px;
  line-height: 1.2;
  min-width: 320px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  /*color: #373737;*/ }

html * {
  max-height: 1000000px; }

.clear {
  clear: both; }

input {
  border: none; }

*::-webkit-input-placeholder {
  color: #949494;
  opacity: 1; }

*:-moz-placeholder {
  color: #949494;
  opacity: 1; }

*::-moz-placeholder {
  color: #949494;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #949494;
  opacity: 1; }

a:link,
a:visited,
a:hover,
a:focus,
a:active {
  outline: 0;
  text-decoration: none;
  color: inherit; }

div.news-elem-descr-preview a:link,
div.news-elem-descr-preview a:visited,
div.news-elem-descr-preview a:focus,
div.news-elem-descr-preview a:active {
  outline: 0;
  text-decoration: underline;
  color: inherit; }
div.news-elem-descr-preview a:hover{
  text-decoration: none;
}
input:focus,
button,
button:active,
button:focus,
span:focus {
  outline: 0; }

textarea,
textarea:focus,
textarea:active {
  border: 0;
  outline: 0;
  resize: none; }

button {
  border: none;
  cursor: pointer; }

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: none; }

input.error,
input.error:focus,
textarea.error,
textarea.error:focus,
.error input,
.error textarea {
  background-color: #e36b6b !important; }

.fancybox-opened .fancybox-skin {
  box-shadow: none; }

.fancybox-skin {
  background: #fff; }

p {
  margin: 0px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.2; }

ul {
  list-style: none;
  margin: 0; }

.val {
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle; }

span.clearfix {
  display: block; }

select::-ms-expand {
  display: none; }

@-moz-document url-prefix() {}header .container {
  position: relative; }

.header-top-line {
  position: fixed;
  top: 0;
  width: 1280px;
  max-width: 100%;
  background-color: rgba(26, 71, 152, 0.9);
  z-index: 10; }

.profile-menu {
  float: right; }
  .profile-menu ul li {
    display: inline-block;
    margin-right: 20px;
    line-height: 33px;
    font-size: 12px;
    color: #fff; }
    .profile-menu ul li a {
      display: inline-block;
      text-decoration: underline; }
      .profile-menu ul li a span.basket-count {
        display: inline-block;
        width: 17px;
        height: 17px;
        line-height: 17px;
        margin-right: 7px;
        border-radius: 50%;
        font-size: 10px;
        color: #fff;
        background-color: red;
        text-align: center; }
      .profile-menu ul li a:hover {
        text-decoration: none; }

.header-content {
  background: url(../img/bg/bg2.jpg) no-repeat center top; }

.logo {
  float: left;
  margin-top: 50px;
  margin-left: 56px; }

.header-title {
  float: left;
  margin-top: 78px;
  margin-left: 110px; }

/* tag-import */
/* исправлен стиль */
.header-title span.h1 {
    text-shadow: 0.5px 0.9px 1px #fff;
    font-size: 48px;
    font-style: italic; }

.header-feedback {
  float: right;
  margin-top: 55px;
  margin-right: 18px; }
  .header-feedback a {
    display: block;
    margin-top: 7px; }
    .header-feedback a:first-of-type {
      text-decoration: underline; }
      .header-feedback a:first-of-type:hover {
        text-decoration: none; }
    .header-feedback a:nth-of-type(2), .header-feedback a:nth-of-type(3) {
      font-size: 24px;
      font-weight: 700; }
      .header-feedback a:nth-of-type(2) span, .header-feedback a:nth-of-type(3) span {
        font-weight: 300; }
    .header-feedback a:last-of-type {
      line-height: 28px;
      border-radius: 15px;
      color: #000000;
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      -webkit-transition: .5s;
      transition: .5s; }

nav {
  margin-top: 20px;
  background-color: rgba(26, 71, 152, 0.95); }

.main-menu {
  float: left; }
  .main-menu ul li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
    line-height: 43px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
    .main-menu ul li:hover > a:after {
      width: 100%; }
    .main-menu ul li:hover .dropdown-menu,
    .main-menu ul li:hover ul {
      display: block; }
    .main-menu ul li a {
      display: inline-block;
      position: relative; }
      .main-menu ul li a:after {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 10px;
        background-color: #fff;
        -webkit-transition: .5s;
        transition: .5s; }
  .main-menu .dropdown-menu,
  .main-menu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 205px;
    background-color: #224d9a;
    display: none;
    z-index: 5; }
    .main-menu ul li ul li {
      display: block;
      margin: 10px 15px;
      font-size: 14px;
      line-height: 1.2;
      text-transform: none;
      font-weight: normal;
      color: #fff; }
      .main-menu ul li ul li a:after{
        top: 100%;
        bottom: auto;
      }

.search-field {
  float: right;
  width: 208px;
  margin-right: 18px;
  margin-top: 8px;
  position: relative;
  position:relative;}
.search-field .search-field-result{
	position:absolute;
	z-index:700;
	top:27px;
	right:0;
	padding:10px;
	box-sizing:padding-box;
	background:#ffffff;
	border:1px solid #cccccc;
	width:450px;
	height:auto;
	display:none;
}
  .search-field input {
    width: 100%;
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 13px;
    font-size: 12px;
    box-sizing: border-box; }
    .search-field input::-webkit-input-placeholder {
      font-style: italic; }
    .search-field input:-moz-placeholder {
      font-style: italic; }
    .search-field input::-moz-placeholder {
      font-style: italic; }
    .search-field input:-ms-input-placeholder {
      font-style: italic; }
  .search-field button {
    position: absolute;
    right: 10px;
    top: 3px;
    background: transparent; }

.main-content {
  margin-top: 20px; }

.main-content.without-sidebar{
  padding: 0 15px;
}

.main-content.without-sidebar .container,
.main-content.without-sidebar .content{
  width: 1250px;
  float:none;
}

aside {
  width: 205px;
  float: left; }

.download-button a {
  display: block;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;*/
  width: 100%;
  padding: 13px 0;
  background-color: #fff;
  border: 3px solid #008346;
  font-weight: 700;
  -webkit-transition: .5s;
  transition: .5s; }
  .download-button a:hover {
    border-radius: 30px; }
  .download-button a + a {
    margin-top: 10px; }
  .download-button a i {
    display: inline-block;
    margin-left: 14px;
    margin-right: 19px; }

.catalog {
  margin-top: 20px; }

.title-sm {
  padding: 12px 0;
  background-color: #1a4798; }
  .title-sm h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }

.brb {
  border-bottom: 1px solid #cfcfcf; }

.catalog-menu ul li {
  position: relative;
  font-size: 12px;
  font-weight: 700; }
  .catalog-menu ul li.open > a {
    color: #008346; }
  .catalog-menu ul li.open:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .catalog-menu ul li.dropdown:before {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(../img/arrow.png) no-repeat center center;
    -webkit-transition: .5s;
    pointer-events: none;
    transition: .5s; }
  .catalog-menu ul li i {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 12px; }
  .catalog-menu ul li a {
    display: block;
    vertical-align: middle;
    padding: 10px 0px;
    padding-left: 30px;
    border-bottom: 1px solid #cfcfcf;
    -webkit-transition: .5s;
    transition: .5s; }
    .catalog-menu ul li a:hover,
    .catalog-menu ul li a.item-selected
     {
      color: #008346; }

.catalog-menu ul.dropdown-menu {
  margin-left: 10px;
  display: none; }
  .catalog-menu ul.dropdown-menu.product-group li:not(.dropdown):before,
  .catalog-menu ul.root-item li:not(.dropdown):before {
    content: "";
    width: 12px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(../img/page.png) no-repeat center center;
    -webkit-transition: .5s;
    pointer-events: none;
    transition: .5s; }
  .catalog-menu ul.dropdown-menu.product-group li:not(.dropdown):hover:before,
  .catalog-menu ul.root-item li:not(.dropdown):hover:before{
    background: url(../img/page2.png) no-repeat center center; }
  .catalog-menu ul.dropdown-menu li {
    font-weight: normal; }
    .catalog-menu ul.dropdown-menu li.dropdown:before {
      background-image: url(../img/arrow2.png); }
    .catalog-menu ul.dropdown-menu li.dropdown:after {
      display: none; }
    .catalog-menu ul.dropdown-menu li.dropdown:hover:before {
      background-image: url(../img/arrow.png); }
    .catalog-menu ul.dropdown-menu li.open:before {
      background-image: url(../img/arrow.png); }
    .catalog-menu ul.dropdown-menu li a {
      padding-right: 0; }

.catalog-menu ul li.active{
  color: #008346;
}

.catalog-menu ul.dropdown-menu.product-group li.active:not(.dropdown):before{
  background: url(../img/page2.png) no-repeat center center;
}

.subscribe {
  margin-top: 20px; }

.button, a.button {
  display: inline-block;
  width: 123px;
  height: 30px;
  line-height: 30px;
  background-color: #008346;
  border-radius: 15px;
  color: #fefefe;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
      text-transform: uppercase;
  text-align: center; }
  .button:hover {
    background-color: #00562E; }

.button-default {
  display: inline-block;
  width: 115px;
  height: 25px;
  line-height: 25px;
  background-color: #b7b7b7;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center; }
  .button-default:hover {
    background-color: #908F8F; }

.button-primary {
  display: inline-block;
  width: 115px;
  height: 25px;
  line-height: 25px;
  background-color: #1a4798;
  border-radius: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center; }
  .button-primary:hover {
    background-color: #376AC5; }

.subscribe-form form{
	margin-top:0;
}

.subscribe-form, .analog-form {
  border: 1px solid #cfcfcf;
  border-top: none;
  padding-bottom: 20px;
  background: url(../img/subscribe.png) no-repeat bottom left;}
  .subscribe-form input, .analog-form input {
    display: inline-block;
    width: 166px;
    height: 30px;
    line-height: 28px;
    margin-top: 20px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 2px; }
    .subscribe-form input::-webkit-input-placeholder, .analog-form input::-webkit-input-placeholder {
      font-style: italic; }
    .subscribe-form input:-moz-placeholder, .analog-form input:-moz-placeholder {
      font-style: italic; }
    .subscribe-form input::-moz-placeholder, .analog-form input::-moz-placeholder {
      font-style: italic; }
    .subscribe-form input:-ms-input-placeholder, .analog-form input:-ms-input-placeholder {
      font-style: italic; }

    .subscribe-form input.error::-webkit-input-placeholder, .analog-form input.error::-webkit-input-placeholder {
      color:#ffffff; }
    .subscribe-form input.error:-moz-placeholder, .analog-form input.error:-moz-placeholder {
      color:#ffffff; }
    .subscribe-form input.error::-moz-placeholder, .analog-form input.error::-moz-placeholder {
      color:#ffffff; }
    .subscribe-form input.error:-ms-input-placeholder, .analog-form input.error:-ms-input-placeholder {
      color:#ffffff; }

  .subscribe-form button, .analog-form button {
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase; }

.analog {
  margin-top: 20px; }

.analog-form {
  background-image: url(../img/analog.png); }
  .analog-form .styled-select {
    display: inline-block;
    width: 166px;
    height: 30px;
    position: relative;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 2px; }
    .analog-form .styled-select:hover:after {
      background: url(../img/arrow2.png) no-repeat center center #a6a6a6; }
    .analog-form .styled-select:after {
      content: "";
      width: 26px;
      height: 26px;
      position: absolute;
      right: 1px;
      top: 1px;
      border-radius: 2px;
      background: url(../img/arrow2.png) no-repeat center center #cfcfcf;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      cursor: pointer;
      pointer-events: none;
      z-index: 1; }
    .analog-form .styled-select select {
      width: 100%;
      height: 100%;
      padding-left: 8px;
      background: transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      outline: none;
      border: none; }

.banner {
  position: relative;
  margin-top: 20px; }

.banner-discount {
  position: absolute;
  right: 20px;
  top: 20px; }

.banner-descr {
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  color: #fff; }
  .banner-descr h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 29px;
    font-weight: 900;
    line-height: 1.1; }

.content {
  float: right;
  width: 1055px; }

.breadcrumbs.breadcrumbs-with-button ul {
  float: left;
  width: 780px; }

.breadcrumbs.breadcrumbs-with-button ul li:last-child{
	max-width:530px;
}

.breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 12px; }
  .breadcrumbs ul li:after {
    content: ">";
    padding: 0 5px; }
  .breadcrumbs ul.ya-share2__list.ya-share2__list_direction_horizontal li:after {
    content: "";
    padding: 0 5px; }
  .breadcrumbs ul li:last-of-type {
    font-weight: normal; }
    .breadcrumbs ul li:last-of-type:after {
      display: none; }
  .breadcrumbs ul li a {
    display: inline-block;
    text-decoration: underline; }
    .breadcrumbs ul li a:hover {
      text-decoration: none; }

.breadcrumbs-backbutton {
  float: right;
  color: #fff; }
  .breadcrumbs-backbutton a {
    width: 231px; }
.news-detail-wrapper-replacer .breadcrumbs-backbutton{
	display:none;
}
.product-title {
  margin-top: 15px; }

/* tag-import */
.product-title h1 {
    font-size: 16px;
    font-weight: 700;
}
.product-title h2 {
    font-size: 16px;
    font-weight: 700;
    /* text-transform: uppercase; */
}

.product-img-wrap {
  float: left;
  width: 400px;
  margin-top: 20px; }
  .product-img-wrap.product-img-wrap-second .product-main-img {
    display: inline-block;
    vertical-align: top;
    width: 295px;
    height: 230px; }
  .product-img-wrap.product-img-wrap-second .product-img-thumb {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 90px; }
    .product-img-wrap.product-img-wrap-second .product-img-thumb a {
      width: 100%;
      height: 72px;
      margin: 1px 0;
      overflow:hidden}
      .product-img-wrap.product-img-wrap-second .product-img-thumb a img {
        max-width: 100%; }

.product-main-img {
  width: 100%;
  height: 315px; }
  .product-main-img img {
    width: 100%; }

.product-img-thumb {
  text-align: justify; }
  .product-img-thumb:after {
    content: "";
    width: 100%;
    display: inline-block; }
  .product-img-thumb a {
    display: inline-block;
    vertical-align: middle;
    width: 127px;
    height: 102px;
    border: 1px solid #cfcfcf;
    -webkit-transition: .5s;
    transition: .5s; }
    .product-img-thumb a:hover {
      border-color: #1a4798;
      box-shadow: 0 0 0 1px #1a4798; }

.product-pictograph {
  margin-top: 10px; }
  .product-pictograph ul {
    text-align: justify;
    font-size: 0; }
    /*.product-pictograph ul:after {
      content: "";
      display: inline-block;
      width: 100%; }*/
    .product-pictograph ul li {
      display: inline-block;
      position: relative; }
      .product-pictograph ul li .tooltip {
        width: 200px;
        left: 50%;
        margin-left: -100px;
        text-align: center; }
        .product-pictograph ul li .tooltip:before {
          content: "";
          position: absolute;
          left: 50%;
          bottom: -10px;
          margin-left: -10px;
          border-top: 10px solid #1a4799;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: none; }
      .product-pictograph ul li:hover .tooltip {
        display: block; }

.product-descr {
  position: relative;
  float: left;
  width: 450px;
  margin-left: 20px;
  margin-top: 20px; }
  .product-descr.product-descr-second {
    width: 630px;
    margin-left: 18px; }
    .product-descr.product-descr-second .product-descr-title h4 {
      font-size: 18px;
      text-transform: uppercase; }
    .product-descr.product-descr-second .product-descr-text {
      max-height: 75px;
      font-size: 13px; }
      .product-descr.product-descr-second .product-descr-text.open {
        max-height: 300px; }
    .product-descr.product-descr-second .product-descr-buttons a:first-of-type,
    .product-descr-buttons a.sertif_details_info_get {
      display: inline-block;
      color: #008346;
      font-size: 12px;
      font-weight: 700;
      text-decoration: underline; }
      .product-descr-buttons .sertif_details_info_get{}
      .product-descr.product-descr-second .product-descr-buttons a:first-of-type:hover {
        text-decoration: none; }
    .product-descr.product-descr-second .product-descr-buttons a:last-of-type {
      margin-top: 39px;
      color:#ffffff;
      text-decoration:none; }
    .product-descr.product-descr-second .product-descr-buttons a.compare-button{
      color:#008346;
      border-bottom:1px dashed #008346;
    }
    .product-descr.product-descr-second .product-descr-buttons a.compare-button:hover{
      border-bottom-color:transparent;
    }

.product-descr-title h4 {
  font-size: 12px;
  font-weight: 700; }

.product-descr-text {
  max-height: 98px;
  overflow: hidden;
  margin-top: 10px;
  font-size: 12px;
  -webkit-transition: .5s;
  transition: .5s; }
  .product-descr-text.open {
    max-height: 500px; }

.product-descr-more {
  margin-top: 10px;
  color: #008346;
  font-size: 12px;
  font-weight: 700; }
  .product-descr-more a {
    text-decoration: underline; }
    .product-descr-more a:hover {
      text-decoration: none; }

.product-descr-buttons {
  margin-top: 25px; }
  .product-descr-buttons a {
    display: block; }
    .product-descr-buttons a i {
      display: inline-block;
      margin-right: 15px; }
    .product-descr-buttons a:first-of-type {
      display: inline-block;
      font-weight: 700;
      text-decoration: underline; }
      .product-descr-buttons a:first-of-type:hover {
        text-decoration: none; }
    .product-descr-buttons a.button {
      width: 144px;
      margin-top: 15px;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase; }

.sertificate {
  float: right;
  width: 140px;
  margin-top: 20px;
  background-color: #f3f3f3; }
  .sertificate.sertificate-second {
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    text-align: right; }
    .sertificate.sertificate-second a .tooltip {
      width: 250px;
      left: auto;
      right: 0;
      line-height: 1.2; }
      .sertificate.sertificate-second a .tooltip:before {
        content: "";
        position: absolute;
        right: 15px;
        bottom: -10px;
        border-top: 10px solid #1a4799;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: none; }
    .sertificate.sertificate-second a:hover .tooltip {
      display: block; }
    .sertificate.sertificate-second .sertificate-title {
      display: inline-block;
      vertical-align: middle; }
      .sertificate.sertificate-second .sertificate-title h3 {
        font-size: 18px;
        font-weight: 700; }
    .sertificate.sertificate-second .sertificate-icon {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin-left: 15px;
      background-color: transparent;
      border: 1px solid #dadada;
      font-size: 0; }
      .sertificate.sertificate-second .sertificate-icon a {
        width: 46px;
        height: 41px;
        line-height: 39px;
        border: none;
        border-right: 1px solid #dadada;
        position: relative; }
        .sertificate.sertificate-second .sertificate-icon a:last-of-type {
          border-right: none; }

.sertificate-icon {
  padding: 20px 0;
  background-color: #f3f3f3;
  text-align: center; }
  .sertificate-icon a {
    display: inline-block;
    width: 96px;
    height: 84px;
    line-height: 82px;
    margin: 1px 0;
    border: 1px solid #dadada;
    background-color: #fff; }
.sertificate-icon-dummy,
.sertificate-icon-dummy a,
.sertificate-icon-dummy a span{
	border:none !important;
}
.product-info-wrap {
  margin-top: 20px;
  padding: 20px 9px;
  background-color: #fff;
  border: 1px solid #cfcfcf; }
  .product-info-wrap.product-info-wrap-second .product-info-descr h4 {
    padding-bottom: 5px;
    border-bottom: 2px solid #008346; }
  .product-info-wrap.product-info-wrap-second .product-info-descr p {
    margin-top: 10px; }

.product-info {
  display: inline-block;
  vertical-align: top;
  width: 495px;
  margin: 0 10px;
  padding: 20px;
  background-color: #f3f3f3; }

.product-info-descr {
  padding: 20px;
  background-color: #fff;
  font-size: 13px; }
  .product-info-descr h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  .product-info-descr p {
    margin-top: 20px; }

.product-tabs {
  margin-top: 20px; }
  .product-tabs .table td:first-of-type {
    width: 200px; }
    .product-tabs .table td:first-of-type:hover {
      text-decoration: none; }
    .product-tabs .table td:first-of-type a {
      color: #1a4798; }
  .product-tabs.product-tabs-second .tabs-nav a {
    margin-left: 15px; }
    .product-tabs.product-tabs-second .tabs-nav a:first-of-type {
      margin-left: 0; }
    .product-tabs.product-tabs-second .tabs-nav a:nth-of-type(3) {
      width: 270px; }
    .product-tabs.product-tabs-second .tabs-nav a:last-of-type {
      width: 197px; }
  .product-tabs.product-tabs-second .table thead {
    background-color: #f3f3f3; }
  .product-tabs.product-tabs-second .table tr:nth-of-type(even) {
    background-color: #f3f3f3; }
  .product-tabs.product-tabs-second .table td:first-of-type {
    width: 200px;
    white-space:nowrap;}
    .product-tabs.product-tabs-second .table td:first-of-type:hover {
      text-decoration: none; }
    .product-tabs.product-tabs-second .table td:first-of-type a {
      color: #1a4798; }

.tabs-nav {
  width: 100%;
  text-align: center;
  font-size: 0; }
  .tabs-nav a {
    display: inline-block;
    margin-left: 3px;
    line-height: 46px;
    background-color: #f3f3f3;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s; }
    .tabs-nav a:hover {
      background-color: #1a4798;
      color: #fff; }
    .tabs-nav a:first-of-type {
      width: 200px;
      margin-left: 0;
      box-shadow: none; }
    .tabs-nav a:nth-of-type(2) {
      width: 341px; }
    .tabs-nav a:nth-of-type(3) {
      width: 288px; }
    .tabs-nav a:last-of-type {
      width: 215px; }
    .tabs-nav a.active {
      background-color: #1a4798;
      color: #fff; }

.tab-content {
  padding: 22px;
  margin: 0 1px;
  border: 1px solid #1a4798; }

.table table {
  width: 100%;
  border: 1px solid #dadada; }
  .table table tr {
    border-bottom: 1px solid #dadada; }
  .table table tbody tr:last-of-type {
    border-bottom: none; }
  .table table th {
    padding: 15px 2px;
    font-size: 12px;
    font-weight: 700;
    border-right: 1px solid #dadada; }
    .table table th.help {
      padding-right: 30px; }
    .table table th:last-of-type {
      border-right: none; }
  .table table td {
    padding: 10px 4px;
    border-right: 1px solid #dadada;
    font-size: 12px; }
  #elect .table table td,
  .table-elect table td {
    padding: 10px 5px;}
  #elect .table table th,
  .table-elect table th {
    padding: 15px 5px;}
    .table table td:not(:first-of-type) {
      text-align: center; }
    .table table td:first-of-type {
      color: #1a4798;
      text-decoration: underline; }
    .table table td:last-of-type {
      border-right: none; }
    .table table td input {
      width: 82px;
      height: 26px;
      background-color: #fff;
      border: 1px solid #cfcfcf;
      padding-left: 7px; }
    .table table td a {
      color: #fff;
      text-align: center; }
.tab-pane.active a:not(.addToBasket) {
        color:#000;
      }
      .table table td a.button,
      .table table td a.button-primary,
      .table table td a.button-default{
       text-transform:uppercase;}
      .table table td a.button {
        width: 115px;
        height: 25px;
        line-height: 25px;}
      .table table td a.compare-button {
        color: #008346;
        font-weight: 700;
        border-bottom: 1px dashed #008346;
        text-decoration: none;
        text-transform: none; }
        .table table td a.compare-button.add-compare, .table table td a.compare-button:hover {
          border-bottom-style: solid; }

.product-tabs input{
  padding: 0 7px;
  text-align: center;
}

.help {
  position: relative;
  padding-right: 30px;
  padding-left: 10px; }

.help-icon {
  width: 16px;
  height: 16px;
  background: url(../img/help.png) no-repeat center top;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  cursor: pointer; }
  .help-icon.warning-icon {
    width: 17px;
    height: 17px;
    background-image: url(../img/warning.png); }
    .help-icon.warning-icon:hover {
      background-image: url(../img/warning.png); }
  .help-icon:hover {
    background: url(../img/help-hover.png) no-repeat center top; }
    .help-icon:hover .tooltip {
      display: block; }

.tooltip {
  display: none;
  position: absolute;
  left: 0;
  bottom: 150%;
  width: 355px;
  background-color: #1a4799;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  padding: 8px 7px 7px 10px;
  text-align: center;
  font-weight: normal;
  z-index: 1; }

.related-products {
  margin-top: 20px; }

.related-products-title {
  height: 90px;
  padding-top: 20px;
  padding-left: 24px;
  background: url(../img/bg/bg4.jpg) no-repeat center top;
  color: #fff; }
  .related-products-title h2 {
    font-size: 36px;
    font-weight: 300; }

.related-products-slider {
  padding: 20px 10px;
  background-color: #f3f3f3;
  border: 1px solid #cfcfcf;
  border-top: none; }
  .related-products-slider .item {
    padding-bottom: 20px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }
  .related-products-slider .item-title {
    margin-top: 10px;
    min-height: 40px;
    padding: 0 8px; }
    .related-products-slider .item-title h4 {
      font-size: 16px;
      font-weight: 700; }
  .related-products-slider .item-img {
    display: inline-block;
    width: 130px; }
  .related-products-slider .item-button {
    margin-top: 15px;
    text-transform: uppercase;
    color: #fff; }
    .related-products-slider .item-button a.button {
      width: 111px;
      font-weight: 600; }
  .related-products-slider .item-price p{line-height:14px;}
  .related-products-slider .item-price span {
    vertical-align: top;
    margin-top: 3px;
    display: inline-block; }
    .related-products-slider .item-price span img {
      width: 7px; }
  .related-products-slider .owl-dots .owl-dot.active span,
  .related-products-slider .owl-dots .owl-dot:hover span {
    background-color: #d55; }
  .related-products-slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 3px;
    margin-top: 15px; }

.owl-carousel .owl-item img {
  -webkit-transform-style: inherit;
          transform-style: inherit; }

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
}

.about {
  margin-top: 20px;
  padding: 17px 40px 17px 20px;
  border: 1px solid #cfcfcf;
  text-shadow: 0.5px 0.9px 1px white;
  font-size: 13px; }

.bottom-menu {
  margin-top: 20px; }
  .bottom-menu .container {
    padding: 10px 0;
    border: 1px solid #cfcfcf; }
  .bottom-menu .buttons {
    float: left;
    margin-left: 20px; }
  .bottom-menu .up-button {
    display: inline-block;
    vertical-align: middle;
    color: #fefefe;
    text-transform: uppercase;
    text-align: center; }
    .bottom-menu .up-button a {
      width: 85px;
      height: 30px;
      line-height: 30px; }
  .bottom-menu .download-button {
    display: inline-block;
    vertical-align: middle; }
    .bottom-menu .download-button i {
      margin-right: 10px; }
    .bottom-menu .download-button a {
      display: inline-block;
      width: auto;
      padding: 0;
      margin-top: 0;
      margin-left: 10px;
      border: none;
      text-decoration: underline; }
      .bottom-menu .download-button a:hover {
        text-decoration: none; }
  .bottom-menu .profile-menu ul li {
    color: #373737; }

.bottom-menu.without-sidebar .container{
  padding: 10px 15px;
  width: 1250px;
}

.filter-menu .dropdown-menu {
  margin-left: 25px;
  display: none; }

.filter-menu ul.dropdown-menu {
  margin-left: 25px;
  display: none; }

.filter-menu ul li {
  position: relative;
  font-size: 12px;
  font-weight: 700; }
  .filter-menu ul li.help {
    padding-right: 0;
    padding-left: 0; }
    .filter-menu ul li.help a {
      padding-right: 20px; }
  .filter-menu ul li.checkbox input[type="checkbox"] + label {
    font-weight: 700; }
    .filter-menu ul li.checkbox input[type="checkbox"] + label:before {
      margin-left: 10px; }
    .filter-menu ul li.checkbox input[type="checkbox"] + label span {
      display: inline-block;
      vertical-align: middle;
      width: 145px;
      margin-left: 5px; }
  .filter-menu ul li .help-icon {
    right: 2px;
    background: url(../img/help2.png) no-repeat center center; }
  .filter-menu ul li .tooltip {
    bottom: auto;
    top: 150%; }
  .filter-menu ul li.open > a {
    color: #008346; }
  .filter-menu ul li.open:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .filter-menu ul li.dropdown:before {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(../img/arrow.png) no-repeat center center;
    -webkit-transition: .5s;
    transition: .5s; }
  .filter-menu ul li i {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 12px; }
  .filter-menu ul li a {
    display: block;
    position: relative;
    vertical-align: middle;
    padding: 10px 0;
    padding-left: 30px;
    border-bottom: 1px solid #cfcfcf;
    -webkit-transition: .5s;
    transition: .5s; }
    .filter-menu ul li a:hover {
      color: #008346; }
  .filter-menu ul li input[type="checkbox"] + label {
    display: block;
    padding: 10px 0;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #cfcfcf; }
    .filter-menu ul li input[type="checkbox"] + label:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      width: 14px;
      height: 14px;
      background-color: #fff;
      border: 2px solid #008346; }
  .filter-menu ul li input[type="checkbox"]:checked + label:before {
    background: url(../img/check.png) no-repeat center center; }
  .filter-menu ul li input[type="radio"] {
    display: none; }
    .filter-menu ul li input[type="radio"] + label {
      display: block;
      padding: 10px 0;
      font-size: 12px;
      font-weight: 700;
      border-bottom: 1px solid #cfcfcf; }
      .filter-menu ul li input[type="radio"] + label:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        margin-right: 7px;
        margin-top: -3px;
        background-color: white;
        border: 1px solid #b7b7b7;
        border-radius: 50%; }
    .filter-menu ul li input[type="radio"]:checked + label:before {
      padding: 3px;
      background-color: #008346;
      background-clip: content-box; }

.slider-input {
  height: auto;
  border: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfcfcf; }
  .slider-input input {
    width: 80px;
    height: 28px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    margin-top: 25px;
    border: 1px solid #aaa;
    text-align: center; }
  .slider-input .slide-wrap {
    margin-top: 10px; }
  .slider-input .ui-slider {
    border-radius: 4px;
    border: 0;
    height: 8px;
    background: #a7a7a7; }
  .slider-input .ui-slider-range {
    height: 6px;
    background: #41ae46 url(../img/slider.png) 50% 0 repeat-x;
    top: 1px; }
  .slider-input .ui-slider-handle {
    margin-left: -5.5px;
    border: 0;
    border-radius: 0;
    width: 11px;
    height: 21px;
    background: url(../img/slider.png) 0 -20px no-repeat;
    top: -4px; }
    .slider-input .ui-slider-handle label {
      display: block;
      margin-left: -17px;
      background: #fff;
      color: #000;
      font-size: 10px;
      width: 34px;
      position: absolute;
      top: 100%;
      left: 50%; }

.filter-buttons {
  margin-top: 15px; }
  .filter-buttons a,
  .filter-buttons input {
    display: inline-block;
    text-transform:uppercase;}
    .filter-buttons a:first-of-type,
    .filter-buttons input:first-of-type {
      height: 12px;
      color: #008346;
      font-size: 12px;
      font-weight: 700;
      text-decoration: underline;
      text-transform: uppercase;
      background:none; }
      .filter-buttons a:first-of-type:hover,
      .filter-buttons input:first-of-type:hover {
        text-decoration: none; }
    .filter-buttons a.button,
    .filter-buttons input.button {
      width: 101px;
      margin-left: 10px;
      color: #fff; }

input[type="checkbox"] {
  display: none; }

.find {
  margin-top: 20px;
  padding: 17px 19px 20px 15px;
  background-color: #fff;
  border: 1px solid #cfcfcf; }
  .find h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  .find a {
    display: block;
    width: 152px;
    margin: 0 auto;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase; }

.product-items-wrap {
  position: relative;
  margin-bottom: 50px; }

.product-item {
  display: table;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #cfcfcf; }
  .product-item:first-of-type {
    border: none; }

.product-item-img {
  display: table-cell;
  vertical-align: top;
  width: 127px;
  height: 102px;
  background-color: #fff; }
  .product-item-img img {
    width: 100%;
    border: 1px solid #cfcfcf; }

.product-item-descr {
  display: table-cell;
  vertical-align: top;
  width: 740px;
  padding-left: 18px; }
  .product-item-descr h4 {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase; }
    .product-item-descr h4:hover {
      text-decoration: none; }
  .product-item-descr p {
    font-size: 13px; }
    .product-item-descr p:first-of-type {
      margin-top: 20px; }

.product-item-button {
  display: table-cell;
  vertical-align: middle;
  padding-left: 70px;
  color: #008346;
  font-weight: 700; }
  .product-item-button a {
    border-bottom: 1px dashed #008346; }
    .product-item-button a:hover {
      border-bottom-style: solid; }

.pagination {
  margin-top: 40px; }
  .pagination ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    color: #000;
    opacity: .5;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s; }
    .pagination ul li.active, .pagination ul li:hover {
      opacity: 1;
      color: #008346; }
    .pagination ul li:first-of-type, .pagination ul li:last-of-type {
      font-size: 18px;
      color: #373737;
      opacity: 1; }
      .pagination ul li:first-of-type:hover, .pagination ul li:last-of-type:hover {
        color: #008346; }
    .pagination ul li a {
      display: inline-block; }

.products-sort {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  font-weight: 700; }
  .products-sort p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .products-sort a {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 23px;
    line-height: 21px;
    margin: 0 3px;
    background-color: #fff;
    border: 1px solid #008346;
    border-radius: 11px;
    -webkit-transition: .5s;
    transition: .5s; }
    .products-sort a.active, .products-sort a:hover {
      background-color: #008346;
      color: #fff; }

.page-title {
  margin-top: 20px; }
  .page-title h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: none; }

.contacts-group {
  padding: 20px 9px;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #cfcfcf; }

.contacts-item {
  display: inline-block;
  vertical-align: top;
  width: 495px;
  margin: 0 10px;
  padding: 20px;
  background-color: #f3f3f3; }

.contacts-item-descr {
  padding: 20px;
  background-color: #fff;
  font-size: 12px; }
  .contacts-item-descr h4 {
    padding-bottom: 5px;
    border-bottom: 2px solid #008346;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  .contacts-item-descr p {
    margin-top: 20px;
    font-size: 13px; }

.requisite-group {
  margin-top: 15px; }
  .requisite-group:first-of-type {
    margin-top: 20px; }
  .requisite-group p {
    display: inline-block;
    vertical-align: top;
    margin-top: 0; }
    .requisite-group p:first-of-type {
      width: 165px; }
    .requisite-group p:last-of-type {
      width: 216px;
      margin-left: 20px; }

.phones-wrap {
  margin-top: 20px;
  font-size: 13px; }

.map-wrap {
  margin-top: 20px;
  padding: 20px;
  background-color: #f3f3f3;
  border: 1px solid #cfcfcf; }

.map {
  width: 100%;
  height: 455px; }

.feedback {
  width: 540px;
  /* margin-top: 20px; */ }

.form-group {
  /* padding: 20px; */
  background-color: #fff;
  /* border: 1px solid #cfcfcf; */ }

.form-group .form_error {
	color:#e36b6b;
	padding:10px 0; }

.fancybox-inner .form-group {
  margin: 0 !important;
  padding: 20px;
  border: 1px solid #cfcfcf; }

.fancybox-inner .form-inner {
  padding:18px;
  padding-bottom:25px;
  background:#fff; }

.form {
  padding: 20px;
  background-color: #f3f3f3; }
  .form form {
    padding: 18px;
    padding-bottom: 25px;
    background-color: #fff; }
    .form form h4,
    .profileEdit .form h4 {
      padding-bottom: 5px;
      border-bottom: 2px solid #008346;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }
    .profileEdit .cancel,
    .profileEdit input[type=submit].button{
    display:inline-block;
    margin-right:20px;}
    .profileEdit input[type=submit].cancel{
    width:147px !important;}
    .profileEdit .tolist{
        display:inline-block !important;
        margin-bottom:20px !important;
        margin-top:0 !important;
    }
    .profileEdit .tolist.tolistbottom{
        margin-top:20px !important;
        margin-bottom:0 !important;
    }
    .profileEdit.orderCancel textarea{
        margin-left: 0 !important;
        width:100% !important;
    }
  .form .button {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 147px;
    text-transform: uppercase; }

.form-elem.error {
	color:#ff2200;
	text-align:center;
	margin-top:0 !important;
}
.form-elem {
  margin-top: 15px; }
  .form-elem.textarea-field p {
    vertical-align: top;
    margin-top: 8px; }
  .form-elem:first-of-type {
    margin-top: 25px; }
  .form-elem label {
    position: relative;
    font-size: 12px;
    font-weight: 700; }
    .form-elem label p {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-left: 25px;
      text-align: right;
      width: 135px; }
    .form-elem label span {
      position: absolute;
      right: -7px;
      top: -2px;
      color: #ec0101; }
  .form-elem input {
    width: 222px;
    height: 28px;
    line-height: 26px;
    margin-left: 10px;
    padding-left: 7px;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 4px; }
  .form-elem textarea {
    width: 222px;
    height: 97px;
    margin-left: 10px;
    padding-left: 7px;
    padding-top: 5px;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 4px; }
.search-page{
	padding-top:20px;
}
.search-page input[type=text]{
	width: 100%;
    height: 28px;
    line-height: 26px;
    margin-left: 0;
    padding-left: 7px;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 4px; }

.search-page .search-advanced{
	padding:20px 0;
	font-weight:bold;
}
.search-page .search-item{
	margin-bottom:20px;
}
.search-page .search-item .search-preview{
	font-size:85%;
	padding:5px 0 0 0;
}
.search-page .search-item .search-preview b{
	font-style:italic;
	color:#008346;
	font-weight:bold;
}
.search-page .search-item h4 a b{
	font-style:italic;
	color:#008346;
}
.search-page .search-item h4 a:hover{
	color:#008346;
}
.search-page-ajax{
	font-size:12px;
	line-height:15px;
}
.search-page-ajax b{
    font-style:italic;
    color:#008346;
    font-weight:bold;
}
.search-page-ajax .showAll{
	padding-top:10px;
}
.search-page-ajax .showAll a{
	color:#808080;
}
.captcha {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px; }

.captcha img{cursor:pointer}

.product-article {
  position: absolute;
  left: 0;
  top: 15px; }

.card-buttons {
  text-align: justify; }
  .card-buttons:after {
    content: "";
    width: 100%;
    display: inline-block; }
  .card-buttons a {
    display: inline-block;
    vertical-align: middle; }
    .card-buttons a:nth-of-type(2) {
      color: #008346;
      font-size: 12px;
      font-weight: 700;
      border-bottom: 1px dashed #008346;
      -webkit-transition: .5s;
      transition: .5s; }
      .card-buttons a:nth-of-type(2).add-compare {
        border-bottom-style: solid; }
      .card-buttons a:nth-of-type(2):hover {
        border-bottom-color: transparent; }

.product-descr.product-descr-second .card-buttons a:last-of-type {
  margin-top: 0; }

.card-field {
  padding-bottom: 16px;
  background-color: #f3f3f3;
  border: 1px solid #cfcfcf; }
  .card-field button,
  .card-field .addToBasket,.card-field .ToBasket,.card-field .noToBasket {
    float: right;
    width: 115px;
    height: 25px;
    line-height: 25px;
    margin-top: 17px;
    margin-right: 10px;
    text-transform: uppercase;
    color:#fefefe; }

.card-field-price {
  float: left;
  margin-top: 18px;
  margin-left: 20px;
  font-size: 18px; }
  .card-field-price span.rub{
    margin-top: 1px;
  }
  .card-field-price span {
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
    font-size: 14px; }

.card-field-input {
  float: left;
  margin-left: 16px;
  margin-top: 16px; }
  .card-field-input p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    font-weight: 700; }
  .card-field-input input {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 28px;
    line-height: 26px;
    padding-left: 5px;
    border: 1px solid #cfcfcf; }

.card-title {
  margin-top: 20px; }

.product-param {
  font-size: 13px;
  margin-top: 20px; }
  .product-param h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  .product-param .table td:first-of-type {
    width: 193px;
    color: inherit;
    text-decoration: none; }

.product-param-item {
  margin-top: 10px; }
  .product-param-item p {
    display: inline-block;
    vertical-align: top; }
    .product-param-item p:first-of-type {
      width: 300px;
      overflow: hidden;
      white-space: nowrap; }
      .product-param-item p:first-of-type:after {
        content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
        display: inline-block;
        font-size: 10px;
        color: #abaaaa;
        margin: 0 5px; }

.product-param table {
  margin-top: 15px; }
  .product-param table thead {
    background-color: whitesmoke; }
  .product-param table th {
    white-space: nowrap;
    word-wrap: break-word; }

.terms {
  margin-top: -4px; }

.terms-elem {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  width: 505px; }
  .terms-elem:first-of-type {
    padding-right: 20px; }
  .terms-elem:last-of-type {
    padding-left: 20px;
    border-left: 1px solid #cfcfcf; }
  .terms-elem h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  .terms-elem .second-level-bullet li:before{
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    margin-top: 6px;
    /*margin-right: 5px;*/
    background-color: #373737;
  }
  .terms-elem li {
    margin-top: 10px;
    padding-left: 10px;
    position: relative;
    /*font-size: 13px;*/ }

.card-about {
  margin-top: 30px; }
  .card-about p + p {
    margin-top: 10px; }

.card-back-button {
  margin-top: 30px;
  color: #fff; }
  .card-back-button a.button {
    width: auto;
    padding-left:20px;
    padding-right:20px;
    font-weight: normal; }

.nav-buttons {
  margin-top: 20px;
  color: #fff; }
  .nav-buttons a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
    .nav-buttons a:nth-of-type(1) {
      width: 175px; }
    .nav-buttons a:nth-of-type(2) {
      width: 140px; }
    .nav-buttons a:nth-of-type(3) {
      width: 150px; }
    .nav-buttons a.active {
      color: #373737;
      background-color: #f3f3f3;
      border: 1px solid #cfcfcf; }
      .nav-buttons a.active span {
        opacity: .5; }
      .nav-buttons a.active:hover {
        background-color: #f3f3f3; }

.history-filter {
  margin-top: 20px; }
  .history-filter .styled-select {
    width: 222px;
    height: 28px;
    line-height: 26px;
    background-color: white;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    color: #949494;
    font-size: 12px; }
    .history-filter .styled-select:hover:before {
      background-color: #888; }
    .history-filter .styled-select:before {
      content: "";
      position: absolute;
      right: -1px;
      top: -1px;
      width: 33px;
      height: 28px;
      background-color: #b7b7b7;
      border: 1px solid #b7b7b7;
      border-radius: 0 4px 4px 0;
      pointer-events: none; }
    .history-filter .styled-select:after {
      content: "";
      position: absolute;
      right: 11px;
      top: 9px;
      border-top: 10px solid #fff;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: none;
      pointer-events: none; }
    .history-filter .filter-elem button {
    }
    .history-filter .filter-elem button.button {
      position:static;
      background:#008346;
    }
    .history-filter .filter-elem .cancel {
      background-color: #fff;
      border: 1px solid #008346;
      color: #008346;
    }
    .history-filter .styled-select select {
      padding-left: 7px; }



.styled-select {
  position: relative; }
.styled-select.styled-select-disabled {
	opacity: 0.4;
	-webkit-opacity: 0.4;
       -moz-opacity: 0.4;
}
  .styled-select select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    /* background: transparent; */
	background: #fff;
	border-radius: 4px;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;}

.filter-elem {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 10px; }
  .filter-elem input {
    width: 204px;
    height: 28px;
    line-height: 26px;
    padding-left: 9px;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    font-size: 12px; }
  .filter-elem button {
    position: absolute;
    right: 7px;
    top: 5px;
    background: transparent; }
    .filter-elem button img {
      width: 18px; }

.datepicker-wrap {
  position: relative; }
  .datepicker-wrap:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
    height: 28px;
    background-color: #b7b7b7;
    border: 1px solid #b7b7b7;
    border-radius: 0 4px 4px 0;
    pointer-events: none;
    z-index: 1; }
  .datepicker-wrap:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: url(../img/calendar.png) no-repeat center center;
    pointer-events: none;
    z-index: 2; }
  .datepicker-wrap:hover:before {
    background-color: #888; }

.datepicker {
  width: 259px;
  position: relative; }
  .datepicker input {
    width: 100%;
    padding-right: 30px;
    height: 28px;
    line-height: 26px;
    padding-left: 9px;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    font-size: 12px; }

.daterangepicker {
  background-color: #f3f3f3;
  display: none; }
  .daterangepicker:after {
    border-bottom-color: #f3f3f3; }
  .daterangepicker .ranges {
    float: none;
    display: block;
    text-align: center; }
  .daterangepicker .applyBtn {
    margin-top: 5px;
    padding: 6px 10px;
    background-color: #008346;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s; }
    .daterangepicker .applyBtn:hover {
      background-color: #00562E; }
    .daterangepicker .applyBtn:disabled {
      background-color: #00562E;
      cursor: no-drop; }
  .daterangepicker .cancelBtn {
    margin-top: 5px;
    padding: 6px 10px;
    background-color: #B5B5B5;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s; }
    .daterangepicker .cancelBtn:hover {
      background-color: #E0E0E0; }

.history-order .table table {
  margin-top: 30px; }

.history-order .table thead {
  background-color: #f3f3f3; }

.history-order .table th {
  padding: 20px 10px; }
  .history-order .table th .help-icon {
    right: 30px; }
  .history-order .table th:nth-of-type(6) .help-icon {
    right: 45px; }

.history-order .table tr:nth-of-type(even) {
  background-color: #f3f3f3; }

.history-order .table td {
  padding: 20px 15px; }
  .history-order .table td.status {
    color: #d00; }
  .history-order .table td:first-of-type {
    width: 142px;
    text-align: center;
    text-decoration: none; }
    .history-order .table td:first-of-type:hover span {
      border-bottom-color: transparent; }
    .history-order .table td:first-of-type span {
      border-bottom: 1px dashed #1a4798;
      cursor: pointer; }
  .history-order .table td:nth-of-type(2) {
    width: 106px; }
  .history-order .table td:nth-of-type(3) {
    width: 133px; }
  .history-order .table td:nth-of-type(4) {
    width: 156px; }
  .history-order .table td:nth-of-type(5) {
    width: 150px; }
  .history-order .table td:nth-of-type(6) {
    width: 157px; }
  .history-order .table td:nth-of-type(7) {
    width: 217px; }
  .history-order .table td:nth-of-type(8) {
    width: 211px; }

.history-order .table .doc {
  -webkit-transition: .5s;
  transition: .5s; }
  .history-order .table .doc:hover {
    opacity: .7; }

.history-order .table .order_number{
  border-bottom: 1px dashed #1a4798;
  color: #1a4798; }

.show-order {
  padding: 20px;
  border: 1px solid #dadada;
  border-top: none;
  /*display: none;*/
}
  .show-order .table {
    display: inline-block;
    vertical-align: middle;
    width: 1049px; }
    .show-order .table table {
      margin-top: 0; }
    .show-order .table th:nth-of-type(3) {
      white-space: nowrap;
      word-wrap: break-word; }
    .show-order .table th .help-icon {
      right: 18px; }
    .show-order .table th:nth-of-type(6) .help-icon {
      right: 18px; }
    .show-order .table td:nth-of-type(2) {
      width: 357px; }
      .show-order .table td:nth-of-type(2) a {
        text-decoration: underline; }
        .show-order .table td:nth-of-type(2) a:hover {
          text-decoration: none; }
    .show-order .table td:nth-of-type(3), .show-order .table td:nth-of-type(4), .show-order .table td:nth-of-type(5), .show-order .table td:nth-of-type(6), .show-order .table td:nth-of-type(7), .show-order .table td:nth-of-type(8) {
      width: auto; }
    .show-order .table td a {
      display: block;
      color: #1a4798;
      text-align: left; }
    .show-order .table td:first-of-type {
      width: auto;
      color: inherit; }
    .show-order .table td{
      padding: 20px 7px;
    }
    .show-order .table input {
      padding: 0 7px;
      text-align: center; }

.show-order-val-wrap {
  display: inline-block;
  vertical-align: top;
  width: 245px;
  margin-left: 10px;
  margin-top: 70px; }

.show-order-val {
  background-color: #f3f3f3;
  padding: 6px 0; }
  /*.show-order-val:nth-of-type(even) {
    background-color: #f3f3f3; }*/

.show-order-val-elem {
  padding: 1px 10px; }
  .show-order-val-elem p {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700; }
    .show-order-val-elem p:first-of-type {
      width: 125px; }
  .show-order-val-elem input {
    display: inline-block;
    vertical-align: middle;
    width: 63px;
    height: 26px;
    line-height: 24px;
    margin: 0 5px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    text-align: center; }

.show-order-descr {
  margin-top: 20px; }

.show-order-descr-elem {
  display: inline-block;
  vertical-align: top;
  font-size: 13px; }
  .show-order-descr-elem:nth-of-type(1) p {
    width: 290px; }
  .show-order-descr-elem:nth-of-type(2) {
    margin-left: 266px; }
    .show-order-descr-elem:nth-of-type(2) p {
      width: 400px; }
  .show-order-descr-elem h4 {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 700; }
  .show-order-descr-elem p {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px; }

.order-buttons {
  margin-top: 12px; }
  .order-buttons a {
    margin-left: 30px;
    color: #008346;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s; }
    .order-buttons a:hover {
      color: #00562E; }
      .order-buttons a:hover i {
        background: #00562E;
        border-color: #00562E; }
    .order-buttons a:first-of-type {
      margin-left: 0; }
    .order-buttons a i {
      display: inline-block;
      vertical-align: middle;
      width: 26px;
      height: 26px;
      line-height: 22px;
      margin-right: 6px;
      border-radius: 50%;
      background-color: #008346;
      border: 1px solid #008346;
      text-align: center;
      -webkit-transition: .5s;
      transition: .5s; }

.history-bottom-menu {
  margin-top: 90px; }

.profile-elem {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfcf; }

.profile-title {
  display: inline-block;
  vertical-align: top;
  width: 150px; }
  .profile-title h4 {
    font-size: 16px;
    font-weight: 700; }

.profile-descr {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-left: 30px;
  width: 1060px; }
  .profile-descr p {
    font-size: 12px;
    font-weight: 700; }

.profile-descr-buttons {
  margin-top: 12px; }
  .profile-descr-buttons a {
    margin-left: 30px;
    color: #008346;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s; }
    .profile-descr-buttons a:hover {
      color: #00562E; }
      .profile-descr-buttons a:hover i {
        background: #00562E;
        border-color: #00562E; }
    .profile-descr-buttons a:first-of-type {
      margin-left: 0; }
    .profile-descr-buttons a i {
      display: inline-block;
      vertical-align: middle;
      width: 26px;
      height: 26px;
      line-height: 22px;
      margin-right: 6px;
      border-radius: 50%;
      background-color: #008346;
      border: 1px solid #008346;
      text-align: center;
      -webkit-transition: .5s;
      transition: .5s; }

.profile-buttons {
  margin-top: 20px;
  color: #fff; }
  .profile-buttons a {
    width: 286px;
    margin-right: 10px; }

.personal-info-content .form-group {
  width: 540px;
  margin-top: 20px; }
  .personal-info-content .form-group label p {
    width: 155px;
    margin-left: 5px; }
  .personal-info-content .form-group button,
  .personal-info-content .form-group .button {
    width: 180px; }

.news-filter {
  width: 602px;
  padding: 25px 0;
  margin-top: 20px;
  background-color: #f3f3f3;
  border: 1px solid #cfcfcf; }
  .news-filter .styled-select {
    width: 222px;
    height: 28px;
    line-height: 26px;
    background-color: white;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    font-size: 13px; }
    .news-filter .styled-select:hover:before {
      background-color: #888; }
    .news-filter .styled-select.styled-select-disabled:hover:before{
      background-color: #b7b7b7;}
    .news-filter .styled-select:before {
      content: "";
      position: absolute;
      right: -1px;
      top: -1px;
      width: 33px;
      height: 28px;
      background-color: #b7b7b7;
      border: 1px solid #b7b7b7;
      border-radius: 0 4px 4px 0;
      pointer-events: none; }
    .news-filter .styled-select:after {
      content: "";
      position: absolute;
      right: 11px;
      top: 9px;
      border-top: 10px solid #fff;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: none;
      pointer-events: none; }
    .news-filter .styled-select select {
      padding-left: 7px; }

.news-filter-elem {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px; }
  .news-filter-elem p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 700; }
  .news-filter-elem .styled-select {
    display: inline-block;
    vertical-align: middle; }

.news-elem {
  margin-top: 20px; }

.news-elem-img {
  display: inline-block;
  vertical-align: top;
  width: 238px;
  height: 179px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  padding: 22px;
  margin-top: -10px;
  margin-left: -10px; }
  .news-elem-img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  .news-elem-img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s;
    width:192px;}


.news-elem-descr {
  display: inline-block;
  vertical-align: top;
  width: 793px;
  margin-left: 20px;
  font-size: 13px; }
.news-elem-descr.news-elem-descr-nopic {
	margin-left:0;
	width:auto;
}
  .news-elem-descr h4 {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase; }
    .news-elem-descr h4:hover {
      text-decoration: none; }
  .news-elem-descr .news-elem-descr-preview,
  .news-elem-descr p {
    padding-bottom: 15px; }
  .news-elem-descr span {
    display: block;
    padding: 15px 0;
    font-style: italic;
    font-size: 12px; }
  .news-elem-descr > a {
    color: #008346;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    float: right; }
    .news-elem-descr > a:hover {
      text-decoration: none; }

.news-img {
  float: left;
  width: 406px;
  height: 287px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  padding: 22px;
  margin: 20px;
  margin-bottom: 10px;
  margin-left: 0; }

.news-descr {
  margin-top: 20px;
  font-size: 13px; }
  .news-descr span {
    font-style: italic;
    font-size: 14px;
    font-weight: 700; }
  .news-descr p {
    margin-top: 10px; }

.all-news-title {
  margin-top: 35px;
  height: 90px;
  position: relative;
  background: url(../img/bg/bg5.jpg) no-repeat center top;
  color: #fff; }
  .all-news-title h2 {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase; }
  .all-news-title a {
    width: 118px;
    height: 30px;
    line-height: 28px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    border: 1px solid white;
    border-radius: 15px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s; }
    .all-news-title a:hover {
      background-color: #fff;
      color: #373737; }

.all-news-group {
  padding: 0 9px;
  padding-bottom: 20px;
  border: 1px solid #cfcfcf;
  border-top: none;
  font-size: 0; }

.all-news-elem {
  display: inline-block;
  vertical-align: top;
  width: 325px;
  margin: 0 10px;
  margin-top: 20px;
  padding-bottom: 20px;
  background-color: #f3f3f3; }

.all-news-elem .all-news-elem-img{overflow:hidden;}
.all-news-elem .all-news-elem-img img{max-width:100%;}
.all-news-elem.all-news-elem-last .all-news-elem-title h4{max-height:57px;overflow:hidden;display:block;}

.all-news-elem-descr {
  margin: 0 20px;
  margin-top: -30px;
  padding: 15px;
  position: relative;
  background-color: #fff;
  z-index: 1; }

.all-news-elem-title {
  display: table;
  width: 100%;
  min-height: 64px;
  padding-bottom: 5px;
  border-bottom: 2px solid #008346; }
  .all-news-elem-title h4 {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }

.all-news-elem-text {
  height: 70px;
  margin-top: 10px;
  font-size: 12px;
  overflow: hidden; }

.all-news-elem-info {
  margin-top: 15px;
  text-align: justify;
  font-size: 12px; }
  .all-news-elem-info:after {
    content: "";
    display: inline-block;
    width: 100%; }
  .all-news-elem-info p {
    display: inline-block;
    vertical-align: middle; }
  .all-news-elem-info a {
    display: inline-block;
    vertical-align: middle;
    color: #008346;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline; }
    .all-news-elem-info a:hover {
      text-decoration: none; }

.about-img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px; }

.about-descr {
  margin-top: 20px;
  font-size: 13px; }
  .about-descr p {
    margin-top: 10px;
    text-indent: 20px; }
    .about-descr p:first-of-type {
      margin-top: 0; }
  .about-descr a {
    text-decoration: underline; }
    .about-descr a:hover {
      text-decoration: none; }
  .about-descr h4 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700; }
  .about-descr ul {
    margin-left: 40px;
    font-size: 13px; }
    .about-descr ul.first-level-bullet {
      margin-left: 60px; }
      .about-descr ul.first-level-bullet li:before {
        content: "";
        width: 4px;
        height: 4px;
        position: absolute;
        left: -15px;
        top: 6px;
        border-radius: 50%;
        background-color: #008346; }
    .about-descr ul.second-level-bullet li:before {
      content: "";
      width: 3px;
      height: 3px;
      display: inline-block;
      vertical-align: top;
      border-radius: 50%;
      margin-top: 6px;
      background-color: #373737; }
    .about-descr ul li {
      position: relative;
      margin-top: 10px; }

.share {
  margin-top: 20px; }
  .share p,
  .share ul {
    display: inline-block;
    vertical-align: middle; }
  .share p {
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px; }
  .share ul {
    font-size: 0; }
    .share ul li {
      display: inline-block; }

.basket-order .table {
  display: inline-block;
  vertical-align: top;
  width: 992px; }
  .basket-order .table table {
    margin-top: 20px; }
  .basket-order .table thead {
    background-color: #f3f3f3; }
  .basket-order .table th {
    height: 55px;
    min-height: 55px;
    padding-top: 6px;
    padding-bottom: 6px; }
    .basket-order .table th:nth-of-type(3) {
      white-space: nowrap;
      word-wrap: break-word; }
  .basket-order .table tbody {
    counter-reset: cart; }
  .basket-order .table tbody tr {
    counter-increment: cart; }
  .basket-order .table tbody tr td:first-child::before {
    content:counter(cart); }
  .basket-order .table tr:nth-of-type(even) {
    background-color: #f3f3f3; }
  .basket-order .table td {
    padding: 15px 7px;
    white-space: nowrap;
    word-wrap: break-word;
    position: relative; }
    .basket-order .table td .warning-icon {
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -8px; }
    .basket-order .table td:nth-of-type(5) {
      padding-left: 35px;
      padding-right: 12px; }
    .basket-order .table td:nth-of-type(2) a {
      display: block;
      color: #1a4798;
      text-align: left;
      text-decoration: underline; }
      .basket-order .table td:nth-of-type(2) a:hover {
        text-decoration: none; }
    .basket-order .table td:first-of-type {
      width: auto;
      text-decoration: none;
      color: inherit; }
    .basket-order .table td .del {
      display: inline-block;
      width: 26px;
      height: 26px;
      line-height: 24px;
      border-radius: 50%;
      border: 1px solid #9da8ae;
      -webkit-transition: .5s;
      transition: .5s; }
      .basket-order .table td .del img {
        -webkit-transition: .5s;
        transition: .5s; }
      .basket-order .table td .del:hover {
        background-color: #9da8ae; }
        .basket-order .table td .del:hover img {
          -webkit-filter: invert(0) brightness(2);
          filter: invert(0) brightness(2) }
  .basket-order .table input {
    padding: 0 7px;
    text-align: center; }

.basket-discount {
  display: inline-block;
  vertical-align: top;
  width: 249px;
  margin-left: 5px;
  margin-top: 20px; }
  .basket-discount .clear-button {
    padding: 14px 9px; }
    .basket-discount .clear-button .dummy {
      display: block;
      width: 163px;
      height: 27px;
      line-height: 25px;
    }
    .basket-discount .clear-button a {
      display: block;
      width: 163px;
      height: 27px;
      line-height: 25px;
      background-color: #fff;
      border: 1px solid #9da8ae;
      border-radius: 12px;
      font-size: 12px;
      color: #919191;
      text-align: center;
      -webkit-transition: .5s;
      transition: .5s; }
      .basket-discount .clear-button a:hover {
        color: #000; }

      .discount-group {
        margin-top: 1px;
      }

.discount-elem {
  min-height: 57px;
  font-size: 12px; }
  .discount-elem > a {
    display: inline-block;
    vertical-align: middle;
    width: 61px;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 15px;
    background-color: #008346;
    border-radius: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s; }
    .discount-elem > a:hover {
      background-color: #00562E; }
  .discount-elem > p {
    display: inline-block;
    vertical-align: middle;
    width: 141px;
    margin-top: 15px;
    font-weight: 700; }

.discount-more {
  margin-top: 0;
  padding: 1px 0;
  padding-left: 20px;
  background-color: #f3f3f3;
  display: none; }

.discount-more-val {
  padding: 1px 0; }
  .discount-more-val p {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700; }
    .discount-more-val p:first-of-type {
      width: 123px; }
    .discount-more-val p:last-of-type {
      width: 20px; }
  .discount-more-val input {
    width: 63px;
    height: 25px;
    line-height: 24px;
    margin: 0 5px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    text-align: center; }

.basket-warn {
  width: 495px;
  padding: 20px;
  margin-top: 20px;
  background-color: #f3f3f3; }

.basket-warn-msg {
  padding: 20px;
  background-color: #fff;
  font-size: 13px; }
  .basket-warn-msg h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #008346; }
  .basket-warn-msg p {
    margin-top: 10px; }

.basket-info {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700; }

.basket-product-sum {
  margin-top: 15px;
  font-size: 16px; }
  .basket-product-sum span {
    font-weight: normal; }
  .basket-product-sum i {
    font-style: normal; }
    .basket-product-sum span.rub {
      display: inline-block;
      vertical-align: top;
      line-height: 1;
      margin-top: -1px; }

.basket-buttons {
  margin-top: 50px;
  color: #fff; }
  .basket-buttons a {
    display: inline-block;
    margin-left: 10px; }
    .basket-buttons a:first-of-type {
      width: 180px; }
    .basket-buttons a:last-of-type {
      width: 144px; }

.basket-select {
  width: 222px;
  height: 28px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  font-size: 13px; }
  .basket-select:hover:before {
    background-color: #888; }
  .basket-select:before {
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    width: 33px;
    height: 28px;
    background-color: #b7b7b7;
    border: 1px solid #b7b7b7;
    border-radius: 0 4px 4px 0;
    pointer-events: none; }
  .basket-select:after {
    content: "";
    position: absolute;
    right: 11px;
    top: 9px;
    border-top: 10px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
    pointer-events: none; }
  .basket-select select {
    padding-left: 7px; }

.basket-profile {
  margin-top: 15px; }
  .basket-profile h5 {
    margin-bottom: 15px;
    font-size: 13px; }
  .basket-profile p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 700; }

.basket-delivery {
  margin-top: 15px;
  margin-bottom: 40px; }
  .basket-delivery .basket-select {
    vertical-align: top; }
    .basket-delivery .basket-select a {
      display: block;
      margin-top: 20px;
      font-size: 12px;
      text-decoration: underline; }
      .basket-delivery .basket-select a:hover {
        text-decoration: none; }

.basket-delivery-comments {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px; }
  .basket-delivery-comments label.basketcom {
    white-space:nowrap;
  }
  .basket-delivery-comments label {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin-top: 8px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 700; }
  .basket-delivery-comments label span{
    font-size: 12px;
    color: #ec0101;
    font-weight: 700;
  }
  .basket-delivery-comments textarea {
    width: 451px;
    height: 82px;
    padding-left: 7px;
    padding-top: 5px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 4px; }

.basket-delivery-descr {
  margin-top: 20px;
  font-size: 13px; }

.basket-address {
  margin-bottom: 40px; }
  .basket-address label {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-right: 30px;
    width:453px }
  .basket-address > div{
    display:inline-block;
  }
  .basket-address p {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    position: relative;
    margin-right: 15px;
    font-size: 12px;
    font-weight: 700; }
    .basket-address p span {
      position: absolute;
      right: -7px;
      top: 0;
      font-size: 12px;
      color: #ec0101;
      font-weight: 700; }
  .basket-address input {
    vertical-align: top;
    width: 222px;
    height: 28px;
    line-height: 26px;
    padding-left: 7px;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    font-size: 13px; }
  .basket-address textarea {
    display: inline-block;
    width: 451px;
    height: 82px;
    padding-left: 7px;
    padding-top: 5px;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    font-size: 13px; }

.basket-payment {
  margin-top: 20px;
  margin-bottom: 40px; }

.basket-payment-radio {
  display: inline-block;
  vertical-align: middle; }
  .basket-payment-radio input[type="radio"] {
    display: none; }
    .basket-payment-radio input[type="radio"] + label {
      margin-right: 35px;
      font-size: 12px;
      font-weight: 700; }
      .basket-payment-radio input[type="radio"] + label:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        margin-right: 7px;
        margin-top: -3px;
        background-color: white;
        border: 1px solid #b7b7b7;
        border-radius: 50%; }
    .basket-payment-radio input[type="radio"]:checked + label:before {
      padding: 3px;
      background-color: #008346;
      background-clip: content-box; }

.basket-payment-datepicker {
  display: inline-block;
  vertical-align: middle; }
  .basket-payment-datepicker p {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700; }
    .basket-payment-datepicker p span {
      color: #ec0101; }
  .basket-payment-datepicker .datepicker-wrap {
    display: inline-block;
    vertical-align: middle; }

.basket-accepted {
  margin-top: 25px; }
  .basket-accepted img {
    display: inline-block;
    vertical-align: middle; }
  .basket-accepted p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 13px; }

.basket-accepted-table {
  font-size: 0; }
  .basket-accepted-table .table {
    vertical-align: middle; }
  .basket-accepted-table .basket-buttons a {
    width: 144px; }
  .basket-accepted-table .basket-order-val {
    margin-left: 0; }

.basket-order-val {
  display: inline-block;
  vertical-align: top;
  width: 244px;
  padding: 2px 0;
  margin-left: 10px;
  margin-top: 135px;
  background-color: #f3f3f3; }

.basket-order-val-elem {
  padding: 0.5px 10px; }
  .basket-order-val-elem p {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700; }
    .basket-order-val-elem p:first-of-type {
      width: 125px; }
  .basket-order-val-elem input {
    display: inline-block;
    vertical-align: middle;
    width: 63px;
    height: 26px;
    line-height: 24px;
    margin: 0 5px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    text-align: center; }

.news-accepted {
  margin: 25px; }
  .news-accepted img {
    display: inline-block;
    vertical-align: middle; }
  .news-accepted p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  .news-accepted a {
    display: block;
    margin-top: 100px;
    color: #fff;
    text-transform: uppercase; }

.hits-products-title {
  margin-top: 65px;
  height: 90px;
  background: url(../img/bg/bg6.jpg) no-repeat right top;
  color: #fff; }
  .hits-products-title h2 {
    padding-top: 20px;
    padding-left: 24px;
    font-size: 36px;
    font-weight: 300; }

.activation-error {
  margin-top: 15px; }

.error-button {
  margin-top: 15px; }
  .error-button a {
    margin-top: 20px;
    width: 149px;
    color: #fff;
    text-transform: uppercase; }

.error-icon {
  display: inline-block;
  vertical-align: top;
  width: 144px; }

.error-msg {
  display: inline-block;
  vertical-align: top;
  width: 700px;
  margin-left: 80px;
  margin-top: 70px; }

.error-title {
  width: 100%;
  padding: 27px 0;
  border: 1px solid #d95350;
  text-align: center;
  text-transform: uppercase;
  color: #d95350; }

.error-descr h4 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700; }

.error-descr ul {
  margin-left: 45px;
  list-style: disc inside; }
  .error-descr ul li {
    margin-top: 20px;
    font-size: 16px; }

.error-descr a {
  color: #2d5471;
  border-bottom: 1px dashed #2d5471;
  -webkit-transition: .5s;
  transition: .5s; }
  .error-descr a:hover {
    border-color: transparent; }

.compare-checkbox input[type="checkbox"] + label {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #008346; }
  .compare-checkbox input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 2px solid #008346; }

.compare-checkbox input[type="checkbox"]:checked + label:before {
  background: url(../img/check.png) no-repeat center center; }

.content:focus,.compare-table:focus, .compare-table .jspContainer:focus{
	outline:none !important;
}
.compare-table {
  width: 1055px;
  margin-top: 15px;
  padding-bottom: 70px !important; }
  .compare-table .table {
    width: 100%;
    position: relative; }
    .compare-table .table thead {
      background-color: #f3f3f3; }
    .compare-table .table th {
      white-space: normal;
      word-wrap: break-word; }
      .compare-table .table th:first-of-type {
        text-align: left;
        padding-left: 15px; }
      .compare-table .table th:not(:first-of-type) {
        color: #1a4798;
        text-decoration: underline;
        font-weight: normal; }
        .compare-table .table th:not(:first-of-type):hover {
          text-decoration: none; }
    .compare-table .table tbody tr:nth-of-type(even) {
      background-color: #f3f3f3; }
      .compare-table .table tbody tr:nth-of-type(even) span.fixed {
        background-color: #f3f3f3; }
    .compare-table .table td {
      white-space: normal;
      word-wrap: break-word; }
      .compare-table .table td:first-of-type {
        text-align: left;
        font-weight: 700;
        text-decoration: none;
        color: inherit;
        padding-left:15px;}
      .compare-table .table td .del {
        display: inline-block;
        width: 26px;
        height: 26px;
        line-height: 24px;
        border-radius: 50%;
        border: 1px solid #9da8ae;
        -webkit-transition: .5s;
        transition: .5s; }
        .compare-table .table td .del img {
          -webkit-transition: .5s;
          transition: .5s; }
        .compare-table .table td .del:hover {
          background-color: #9da8ae; }
          .compare-table .table td .del:hover img {
            -webkit-filter: invert(0) brightness(2);
          filter: invert(0) brightness(2); }
    .compare-table .table span.fixed {
      width: 175px;
      padding: 15px;
      display: inline-block;
      position: fixed;
      background-color: #fff; }
  .compare-table .jspHorizontalBar {
    height: 21px;
    background-color: transparent; }
  .compare-table .jspContainer {
    overflow: visible; }
  .compare-table .jspArrow {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: url(../img/arrow3.png) no-repeat center top #fff; }
    .compare-table .jspArrow.jspDisabled {
      background: url(../img/arrow3.png) no-repeat center top #fff;
      opacity: .5; }
    .compare-table .jspArrow.jspArrowRight {
      -webkit-transform: scale(-1);
              transform: scale(-1); }
  .compare-table .jspDrag {
    height: 7px;
    top: 50%;
    margin-top: -3.5px;
    background: #008346; }
  .compare-table .jspTrack {
    height: 3px;
    margin-top: 9.5px;
    background-color: #dadada; }

.compare-button.add-compare {
  border-bottom-style: solid; }

footer {
  padding-bottom: 15px;
  margin-top: 20px;
  background: url(../img/bg/bg3.jpg) no-repeat center top;
  background-size:cover;}
  footer .container {
    position: relative; }

.footer-info {
  float: left;
  margin-top: 20px;
  margin-left: 20px; }

.footer-feedback {
  width: 330px;
  text-align: justify; }
  .footer-feedback:after {
    content: "";
    width: 100%;
    display: inline-block; }

.footer-callback {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px; }
  .footer-callback a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: white; }
    .footer-callback a:last-of-type {
      line-height: 28px;
      margin-top: 15px;
      text-align: center;
      font-weight: 700;
      font-size: 18px;
      color: white;
    }
    .footer-callback a span {
      font-weight: 300; }

.footer-mail {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
  text-decoration: underline; }
  .footer-mail:hover {
    text-decoration: none; }

.footer-dev {
  margin-top: 15px;
  color: #fff; }
  .footer-dev p, .footer-dev img {
    display: inline-block;
    vertical-align: middle; }

.footer-menu-wrap {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  padding-bottom: 50px; }

.footer-menu {
  display: inline-block;
  vertical-align: top;
  width: 115px;
  margin-right: 50px;
  color: #fff; }
  .footer-menu:nth-of-type(3) {
    margin-right: 0; }
  .footer-menu h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; }
  .footer-menu ul {
    margin-top: 10px; }
    .footer-menu ul li {
      padding: 5px 0;
      font-size: 12px;
      text-decoration: underline; }
      .footer-menu ul li:hover {
        text-decoration: none; }

.footer-social {
  position: absolute;
  right: 20px;
  bottom: 0;
  color: #fff;
  text-align: right; }
  .footer-social p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .footer-social ul {
    display: inline-block;
    vertical-align: middle; }
    .footer-social ul li {
      display: inline-block;
      margin: 0 3px;
      -webkit-transition: .5s;
      transition: .5s; }
      .footer-social ul li:hover {
        opacity: .5; }
      .footer-social ul li a {
        display: inline-block; }

.basket-count-fix {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background: #888;
  z-index: 20; }
  .basket-count-fix a {
    display: block;
    padding: 15px 20px;
    -webkit-transition: .5s;
    transition: .5s; }
    .basket-count-fix a:hover span {
      text-decoration: underline; }

.popupform {
  width: 540px;
  display: none; }
  .popupform #regform{
    display: none;
  }
.popupform.popupformvisible{
	display:block;
	margin-top:20px;
}
  .popupform#reg .styled-select{
    display: inline-block;
    margin-left: 10px;
  }
  .popupform#basket-popup,
  .popupform#profile-edit {
    width: 860px; }
    .popupform#basket-popup .popup-title {
      margin-top: 20px; }
      .popupform#basket-popup .popup-title h4 {
        border-bottom: 1px solid #cfcfcf; }
    .popupform#basket-popup .form-buttons a {
      margin-left: 0;
      width: 144px; }
    .popupform#basket-popup .form-buttons{
      margin-top: 40px;
    }
    .popupform#basket-popup .form-buttons button {
      width: 144px; }
  .popupform input {
    padding-left: 7px; }
  .popupform textarea {
    padding-top: 7px;
    padding-left: 7px; }
  .popupform .title-buttons {
    padding-top: 20px;
    background-color: #fff;
    /*margin-bottom: 30px;*/ }
    .popupform .title-buttons a {
      display: inline-block;
      vertical-align: middle;
      margin: 0 20px;
      color: #008346;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      border-bottom: 1px dashed #008346; }
      .popupform .title-buttons a:hover{
        border-color: transparent;
      }
      .popupform .title-buttons a.active {
        color: inherit;
        border-bottom: none; }
  .popupform .form-buttons {
    margin-top: 25px; }
    .popupform .form-buttons a,
    .popupform .form-buttons button {
      display: inline-block;
      vertical-align: middle; }
    .popupform .form-buttons a,
    .popupform .form-buttons input[type=submit].cancel {
      width: 182px;
      height: 32px;
      margin: 0 7px;
      line-height: 30px;
      background-color: #fff;
      border: 1px solid #008346;
      border-radius: 15px;
      color: #008346;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center; }
      .popupform .form-buttons a:hover,
      .popupform .form-buttons input[type=submit].cancel:hover{
        background-color: #008346;
        color: #fff;
      }
      .popupform .form-buttons a.cancel,
      .popupform .form-buttons input[type=submit].cancel {
        background-color: #959595;
        color: #fff;
        border-color: #959595; }
    .popupform .form-buttons button {
      width: 180px;
      margin: 0 7px;
      margin-top: 0; }
  .popupform .form-elem label p {
    font-size: 12px;
    margin-left: 30px; }
  .popupform .form-elem p {
    font-size: 13px; }
  .popupform .form-elem.elem-col label {
    display: inline-block;
    vertical-align: top;
    margin-left: 34px; }
    .popupform .form-elem.elem-col label:first-of-type {
      margin-left: 0; }
    .popupform .form-elem.elem-col label input {
      display: block;
      margin-left: 0;
      margin-top: 9px; }
    .popupform .form-elem.elem-col label p {
      display: inline-block;
      width: auto;
      margin-left: 0;
      text-align: left; }
    .popupform .form-elem.elem-col label textarea {
      display: block;
      margin-top: 9px;
      width: 451px;
      height: 82px;
      padding-top: 5px;
      padding-left: 7px;
      margin-left: 0; }
  .popupform .form-elem.elem-col .styled-select {
    margin-top: 9px;
    font-weight: normal; }
  .popupform .form-elem.select-row label {
    margin-left: 28px; }
  .popupform .form-elem.row p {
    display: inline-block;
    width: auto;
    margin-left: 0;
    text-align: left; }
  .popupform .form-elem.row .styled-select {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    margin-left: 20px; }
  .popupform .form-radio input[type="radio"] {
    display: none; }
    .popupform .form-radio input[type="radio"] + label {
      display: block;
      margin-top: 10px;
      font-size: 12px;
      font-weight: 700; }
      .popupform .form-radio input[type="radio"] + label:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        margin-top: -3px;
        margin-right: 7px;
        background-color: white;
        border: 1px solid #b7b7b7;
        border-radius: 50%; }
    .popupform .form-radio input[type="radio"]:checked + label:before {
      padding: 3px;
      background-color: #008346;
      background-clip: content-box; }
  .popupform .form-radio .radio-comments input[type="radio"] + label {
    display: inline-block;
    vertical-align: top; }
  .popupform .form-radio .radio-comments textarea {
    display: inline-block;
    vertical-align: top;
    width: 274px;
    height: 76px;
    padding-top: 5px;
    padding-left: 7px; }
  .popupform .form-checkbox.text-right {
    margin-right: 23px; }
  .popupform .form-checkbox input[type="checkbox"] + label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700; }
    .popupform .form-checkbox input[type="checkbox"] + label:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      width: 15px;
      height: 15px;
      background-color: #fff;
      border: 1px solid #b7b7b7; }
  .popupform .form-checkbox input[type="checkbox"]:checked + label:before {
    background: url(../img/check.png) no-repeat center center; }
  .popupform .popup-title h4 {
    border-color: #d30000; }
  .popupform .styled-select {
    width: 222px;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    border: 1px solid #b7b7b7;
    border-radius: 4px; }
    .popupform .styled-select.lg {
      width: 270px; }
    .popupform .styled-select select {
      padding-left: 7px; }
    .popupform .styled-select:hover:before {
      background-color: #888; }
    .popupform .styled-select:before {
      content: "";
      position: absolute;
      right: -1px;
      top: -1px;
      width: 33px;
      height: 28px;
      background-color: #b7b7b7;
      border: 1px solid #b7b7b7;
      border-radius: 0 4px 4px 0;
      pointer-events: none; }
    .popupform .styled-select:after {
      content: "";
      position: absolute;
      right: 11px;
      top: 9px;
      border-top: 10px solid #fff;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: none;
      pointer-events: none; }

.fancybox-close {
  width: 26px;
  height: 26px;
  top: -14px;
  right: -14px;
  border: 1px solid #9da8ae;
  border-radius: 50%;
  background: url(../img/close2.png) no-repeat center center #fff; }

.wrap {
  width: 1280px;
  position: relative; }

.side-banner {
  height: 100%;
  overflow-y: hidden;
  display: none; }
  .side-banner.left {
    width: 200px;
    position: absolute;
    top: 0;
    left: -220px; }
  .side-banner.right {
    width: 200px;
    position: absolute;
    top: 0;
    right: -220px; }

.tpg {
  position: relative;
  border-bottom: 1px dashed #000;
  /*text-decoration: underline;*/ }
  .tpg .tooltip {
    width: 200px; }
  .tpg:hover {
    border-color: transparent;
    /*text-decoration: none;*/ }
    .tpg:hover .tooltip {
      display: block; }

.in-basket {
  position: relative; }
  .in-basket .tooltip {
    width: 200px;
    bottom: 100%; }
  .in-basket:hover .tooltip {
    display: block; }

.param-select-wrap {
  display: inline-block;
  vertical-align: top;
  width: 205px;
  padding: 20px;
  background: url(../img/param-select.png) no-repeat center top;
  background-size: cover;
  border: 1px solid #cfcfcf;
  color: #373737; }
  .param-select-wrap h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  .param-select-wrap p {
    margin-top: 20px;
    font-size: 14px; }
  .param-select-wrap a {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #19459a;
    border-bottom: 1px dashed #19459a; }
    .param-select-wrap a:hover {
      border-bottom-color: transparent; }
  .param-select-wrap button {
    width: 130px;
    margin-top: 20px;
    text-transform: uppercase; }
  .param-select-wrap .styled-select {
    width: 166px;
    height: 30px;
    line-height: 28px;
    margin-top: 5px;
    background-color: white;
    border: 1px solid #cfcfcf;
    border-radius: 2px; }
    .param-select-wrap .styled-select:hover:after {
      background: url(../img/arrow2.png) no-repeat center center #a6a6a6; }
    .param-select-wrap .styled-select:after {
      content: "";
      width: 26px;
      height: 26px;
      position: absolute;
      right: 1px;
      top: 1px;
      border-radius: 2px;
      background: url(../img/arrow2.png) no-repeat center center #cfcfcf;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      cursor: pointer;
      pointer-events: none;
      z-index: 1; }
    .param-select-wrap .styled-select select {
      padding-left: 7px; }

.main-slider {
  display: inline-block;
  vertical-align: top;
  width: 830px;
  margin-left: 16px;
  border: 3px solid #008346; }
  .main-slider-wrap > div[id^="bx_incl_area_"]{
    display:inline-block;
    width:830px;
  }
  .main-slider.owl-carousel {
    display: inline-block; }
  .main-slider .item {
    padding-bottom: 17px; }
  .main-slider .item-img {
    float: left;
    position: relative; }
  .main-slider .item-new {
    position: absolute;
    left: 25px;
    bottom: -25px; }
  .main-slider .item-descr {
    float: right;
    width: 417px;
    padding: 10px 20px 47px 40px;
    margin-top: 17px;
    margin-right: 17px;
    background-color: white;
    border: 1px solid #dadada;
    text-align: right; }
    .main-slider .item-descr h4 {
      font-size: 41px;
      font-weight: 300; }
    .main-slider .item-descr p {
      margin-top: 10px;
      font-size: 18px; }
    .main-slider .item-descr a {
      width: 144px;
      margin-top: 20px;
      color: #fff;
      text-transform: uppercase; }
  .main-slider .owl-dots {
    position: absolute;
    right: 35px;
    bottom: 20px; }
    .main-slider .owl-dots .owl-dot.active span,
    .main-slider .owl-dots .owl-dot:hover span {
      background-color: #d55; }
    .main-slider .owl-dots .owl-dot span {
      width: 15px;
      height: 15px;
      margin: 3px; }

.more-param {
  display: none; }

.main .all-news-title,
.main .hits-products-title {
  margin-top: 20px; }

.helpful-title {
  margin-top: 20px;
  height: 90px;
  position: relative;
  background: url(../img/bg/bg7.jpg) no-repeat right top;
  color: #fff; }
  .helpful-title h2 {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase; }
  .helpful-title a {
    width: 134px;
    height: 30px;
    line-height: 28px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    border: 1px solid white;
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 12px; }
    .helpful-title a:hover {
      background-color: #fff;
      color: #373737; }

.helpful-group {
  padding: 20px;
  padding-top: 0;
  background-color: #f3f3f3;
  border: 1px solid #cfcfcf;
  border-top: none; }

.helpful-item {
  display: table-cell;
  vertical-align: top;
  width: 497px;
  margin-top: 20px;
  background-color: #fff;
  font-size: 0; }
  .helpful-item:nth-of-type(even) {
    margin-left: 15px; }

.helpful-item-img {
  /*display: inline-block;
  vertical-align: top;
  width: 167px; */
  display: inline-block;
  vertical-align: top;
  width: 173px;
  height: 179px;
  padding: 22px;
  margin-top: -10px;
  margin-left: -10px;

}
  .helpful-item-img img {
    width: 100%;
    transition: 1s linear;
  }
.helpful-item-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.helpful-item-descr {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  margin-left: 20px;
  padding: 13px 0;
  font-size: 12px; }
  .helpful-item-descr h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  .helpful-item-descr p {
    margin-top: 10px; }
  .helpful-item-descr span {
    float: left;
    margin-top: 10px; }
  .helpful-item-descr a {
    float: right;
    margin-top: 10px;
    color: #008346;
    text-decoration: underline;
    font-weight: 700; }
    .helpful-item-descr a:hover {
      text-decoration: none; }
  .helpful-item-descr h4 a {
      float: none;
      margin-top: 0;
      color: black;
      text-decoration: none;
      font-weight: 700;
  }


.popup-buttons-wrap a {
  display: block;
  text-decoration: underline; }

span.rub{
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
}

.popupform .form-elem.elem-col label .main-activity input{
  display: none;
}
.catalog-section-list{

}
.catalog-section-list ul li {
	padding:0 0 3px 10px;
}
.catalog-section-list ul li ul{
	padding-top:3px;
}
.map-columns ul li ul li {
    padding:0 0 3px 10px;
}

.sertif_list{vertical-align: top;padding-top:40px;}
.sertif_list .sertif_item{
	/*display:inline-block;*/
	display:inline-table;
	width:320px;
  height: 425px;
	margin:0 40px 40px 0;
  overflow: hidden;
}
.sertif_list .sertif_item:nth-of-type(3n){
	margin-right:0;
}

.sertif_list .sertif_item .sertif_item_pic{
	width:100%;
	height:320px;
  overflow: hidden;
  position: relative;
  float: left;
}
.sertif_list .sertif_item .sertif_item_pic a img{
  position: absolute;
  clip: rect(0px 320px 320px 0px);
}
.sertif_list .sertif_item .sertif_item_info {
	padding-top:10px;
}
.sertif_list .sertif_item .sertif_item_info > a,
.sertif_list .sertif_item .sertif_item_info > span{
	display:block;
}
.sertif_list .sertif_item .sertif_item_info .sertif_item_info_name {
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:5px;
}
.sertif_list .sertif_item .sertif_item_info .sertif_item_info_type {font-size:85%;}
.sertif_list .sertif_item .sertif_item_info .sertif_item_info_section {font-size:85%;}
.sertif_list .sertif_item .sertif_item_info .sertif_item_info_section a{text-decoration:underline;}
.sertif_list .sertif_item .sertif_item_info .sertif_item_info_get {font-size:85%;text-decoration:underline;}

.sertif_details{padding-top:40px;}
.sertif_details.sertif_details_ajax_request{padding-top:5px;}
.sertif_details .sertif_details_detailtext{
	float:left;
	width:85%;
}

.sertif_details .sertif_details_pic{
	padding:40px 0;
    width: 100%;
}
.sertif_details .sertif_details_pic_ajax_request{
	padding-bottom:0;
	padding:5px 0;
}
.sertif_details .sertif_details_detailprops{
	text-align:right;
}
.sertif_details .sertif_details_detailprops_ajax_request{
	padding:0 10px;
	margin:0;
}
.sertif_details .sertif_details_detailprops a{text-decoration:underline;}

p .errortext, .alert-danger{
    display: block;
	padding:15px 0;
	color:#ff2200;
}
.alert-danger{padding-top:0;}
#order_form_content .errorWrapper{
	padding-top:20px !important;
}
#order_form_content .errorWrapper p font{
	padding:0 0 5px 0;
}

.text ul {
   margin-left: 60px;
   position: relative;
   display:inline-block;}
  .text ul li{position:relative; margin-top: 10px;}
  .text ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: -15px;
    top: 6px;
    border-radius: 50%;
    background-color: #008346; }

.text table {
  width: 100%;
  border: 1px solid #dadada; }
  .text table tr {
    border-bottom: 1px solid #dadada; }
  .text table tbody tr:last-of-type {
    border-bottom: none; }
  .text table th {
    padding: 15px 2px;
    font-size: 12px;
    font-weight: 700;
    border-right: 1px solid #dadada; }
    .text table th.help {
      padding-right: 30px; }
    .text table th:last-of-type {
      border-right: none; }
  .text table td {
    padding: 10px 4px;
    border-right: 1px solid #dadada;
    font-size: 12px; }
  #elect .text table td,
  .text-elect table td {
    padding: 10px 5px;}
  #elect .text table th,
  .text-elect table th {
    padding: 15px 5px;}

    .text table td:last-of-type {
      border-right: none; }
    .text table td input {
      width: 82px;
      height: 26px;
      background-color: #fff;
      border: 1px solid #cfcfcf;
      padding-left: 7px; }
    .text table td a {
      color: ;
      text-align: center;
      text-transform: ; }
      .text table td a.button {
        width: 115px;
        height: 25px;
        line-height: 25px; }
      .text table td a.compare-button {
        color: #008346;
        font-weight: 700;
        border-bottom: 1px dashed #008346;
        text-decoration: none;
        text-transform: none; }
        .text table td a.compare-button.add-compare, .text table td a.compare-button:hover {
          border-bottom-style: solid; }

ul.styled {
   margin-left: 60px;
   position: relative;
   display:inline-block;}
   ul.styled li{position:relative; margin-top: 10px;}
   ul.styled li:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: -15px;
    top: 6px;
    border-radius: 50%;
    background-color: #008346; }

 table.styled {
  width: 100%;
  border: 1px solid #dadada; }
   table.styled tr {
    border-bottom: 1px solid #dadada; }
   table.styled tbody tr:last-of-type {
    border-bottom: none; }
   table.styled th {
    padding: 15px 2px;
    font-size: 12px;
    font-weight: 700;
    border-right: 1px solid #dadada; }
     table.styled th.help {
      padding-right: 30px; }
     table.styled th:last-of-type {
      border-right: none; }
   table.styled td {
    padding: 10px 4px;
    border-right: 1px solid #dadada;
    font-size: 12px; }
  #elect  table.styled td,
  -elect table.styled td {
    padding: 10px 5px;}
  #elect  table.styled th,
  -elect table.styled th {
    padding: 15px 5px;}

     table.styled td:last-of-type {
      border-right: none; }
     table.styled td input {
      width: 82px;
      height: 26px;
      background-color: #fff;
      border: 1px solid #cfcfcf;
      padding-left: 7px; }
     table.styled td a {
      color: ;
      text-align: center;
      text-transform: uppercase; }
       table.styled td a.button {
        width: 115px;
        height: 25px;
        line-height: 25px; }
       table.styled td a.compare-button {
        color: #008346;
        font-weight: 700;
        border-bottom: 1px dashed #008346;
        text-decoration: none;
        text-transform: none; }
         table.styled td a.compare-button.add-compare,  table.styled td a.compare-button:hover {
          border-bottom-style: solid; }

.product-pictograph li + li {margin-left:5px !important;}
.product-pictograph li::after {display:none !important;}


.fancybox-inner{

}
.fancybox-image{

	border:20px solid #f3f3f3;
}
.history-order .basket-discount {
	margin-top: 0px;
}
.history-order .basket-discount .clear-button .dummy {
	height: 41px;
}
.history-order .discount-elem.active{
	margin-top: 1px;
}
.history-order .discount-elem.active.not-empty .discount-more{
	padding-top:6px;
	padding-bottom:6px;
}
.show-order .table .table-x-x-x{
    display: inline-block;
    vertical-align: middle;
    width: 945px;
}
.side-banner.right.px_side-banner img {
    width: 200px;
}

aside .banner img{
	max-width:100%;
	height:auto;
}

#backgroundSnowCanvas{
  width: 100%;
}