/* @include linx(white, blue, green, red); */
/* @include box-sizing(border-box); */
/* @include opacity(0.5); */
/* @include font-size(14px); */
/* @include box-shadow(8px, 8px); */
/* @include vertical-align(); */
/* @include flexbox(); */
/* @include flex(1, 2); */
/* @include border-radius(3px); */
/* @include flex-order(3); */
/* @include flex-direction(column); */
/* @include gradient(#ff00ff, #ff00cc, vertical); */
/* @include break-point(tablet) { margin:2em; } */
/* @include clearfix; */
/* @include rotate( 10deg ); */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

@-webkit-keyframes flipZ {
  from {
    -webkit-transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(-360deg); } }

@keyframes flipZ {
  from {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  to {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg); } }

.flipZ {
  -webkit-animation-name: flipZ;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 6s;
  animation-name: flipZ;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fields-inline {
  font-size: 0; }
  .fields-inline > .form-group {
    margin-bottom: 6px; }
    @media screen and (min-width: 768px) {
      .fields-inline > .form-group {
        margin-bottom: 0;
        display: inline-block;
        vertical-align: top;
        width: 33%;
        padding: 0 3px;
        box-sizing: border-box; }
        .fields-inline > .form-group:first-child {
          padding-left: 0; }
        .fields-inline > .form-group:last-child {
          padding-right: 0; } }
    .fields-inline > .form-group:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .fields-inline__text {
      display: inline-block;
      vertical-align: middle;
      width: 75%;
      box-sizing: border-box; }
      .fields-inline__text .form-group {
        margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .fields-inline__text {
      width: 82%;
      display: table-cell;
      vertical-align: middle;
      padding-left: 20px; } }
  .fields-inline__link {
    display: none;
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    width: 25%; }
    @media screen and (min-width: 768px) {
      .fields-inline__link {
        display: inline-block;
        vertical-align: middle; } }
    @media screen and (min-width: 1024px) {
      .fields-inline__link {
        width: 18%;
        display: table-cell;
        vertical-align: middle; } }
  @media screen and (min-width: 1024px) {
    .fields-inline .form-label {
      display: table-cell;
      vertical-align: middle;
      margin-bottom: 0;
      white-space: nowrap; } }

.form-group {
  margin-bottom: 18px; }

.form-control {
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  border: 1px solid #dcdcdc;
  height: 49px;
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 15px 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .form-control ::-webkit-input-placeholder {
    color: #303030;
    opacity: 1;
    filter: alpha(opacity=100); }
  .form-control :-moz-placeholder {
    color: #303030;
    opacity: 1;
    filter: alpha(opacity=100); }
  .form-control ::-moz-placeholder {
    color: #303030;
    opacity: 1;
    filter: alpha(opacity=100); }
  .form-control :-ms-input-placeholder {
    color: #303030;
    opacity: 1;
    filter: alpha(opacity=100); }
  textarea.form-control {
    height: 158px;
    resize: vertical; }
  .form-control:focus {
    border-color: #f57b60;
    outline: none; }
  .form-control_md {
    margin-bottom: 28px; }

.form-label {
  margin-bottom: 12px;
  font-size: 17px;
  font-size: 1.0625rem;
  display: block; }

.error-field-msg {
  color: #fa0c0c;
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 15px;
  margin-top: 6px; }

h1, h2, h3, h4, h5 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 17px;
  text-transform: uppercase; }

h1 {
  font-size: 20px;
  line-height: 23px; }

h2 {
  font-size: 20px;
  line-height: 23px; }

h3 {
  font-size: 22px;
  line-height: 24px; }

h4 {
  font-size: 22px;
  line-height: 24px; }

body, html {
  height: 100%;
  min-width: 996px; }

body {
  background-color: #fff;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  min-height: 100%;
  color: #2f3030; }

.main-container {
  /*width: 100%;*/ }

.container {
  margin: 0 auto;
  box-sizing: border-box;
  width: 996px; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

button {
  cursor: pointer; }

a {
  color: #3887ae;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.btn {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  border: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
  padding: 12px 20px; }
  .btn:hover {
    text-decoration: none; }
  .btn_default {
    color: white;
    background-color: #f36747;
    border-radius: 3px; }
    .btn_default:hover {
      background-color: #fcae4a; }
  .btn_block {
    display: block;
    width: 100%; }

.text-uppercase {
  text-transform: uppercase; }

.text-center {
  text-align: center; }

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

.text-right {
  text-align: right; }

p {
  margin-top: 0;
  margin-bottom: 20px; }

.thin-text {
  font-weight: 300; }

.intro {
  background: url("../img/base/img-intro.jpg") no-repeat 50% 0;
  color: white;
  text-align: center;
  text-transform: uppercase; }
  .intro__table {
    width: 100%;
    /*height: 267px;*/
	height: 219px;
    display: table; }
  .intro__table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle; }
  .intro h1, .intro h2 {
    font-weight: 700;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 470px; }
  .intro h1 {
    font-size: 35px;
    line-height: 37px;
    margin-bottom: 15px; }
  .intro h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0; }

.map {
  height: 300px; }
  .map iframe {
    width: 100%;
    height: 100%; }

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

.date-pointer {
  color: #a7a7a7;
  margin-bottom: 5px; }

.sidebar {
  float: left;
  width: 235px; }

.maincol {
  margin-left: 264px; }

.events {
  margin-bottom: 25px; }

.event-unit {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px dotted #9f9f9f; }
  .event-unit:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none; }

.read-more {
  margin-top: 16px;
  font-size: 12px;
  line-height: 14px; }
  .read-more a {
    color: #777; }

.b-stock__header {
  text-align: center;
  color: white;
  text-transform: unset;
  background-color: #7aba59;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  padding: 10px; }

.b-stock__body {
  border: 2px solid #e3e3e3;
  border-top: none; }

.b-stock__photo {
  height: 150px;
  overflow: hidden; }
  .b-stock__photo img {
    display: block;
    max-width: 100%; }

.b-stock__description {
  background-color: #428aaf;
  padding: 15px 10px;
  text-align: center;
  color: white; }

.b-stock__btn {
  margin-top: 15px; }
  .b-stock__btn a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid white;
    color: white;
    padding: 8px 16px; }
    .b-stock__btn a:hover {
      color: #428aaf;
      background-color: white;
      text-decoration: none; }

.b-stock .sm-size,
.b-stock .md-size,
.b-stock .lg-size {
  display: block;
  font-weight: 700; }

.b-stock .sm-size {
  font-size: 17px;
  line-height: 23px; }

.b-stock .md-size {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase; }

.b-stock .lg-size {
  font-size: 30px;
  line-height: 33px; }

.products {
  margin-bottom: 10px;
  margin-left: -17px;
  font-size: 0; }

.product-unit {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  height: 206px;
  box-sizing: border-box;
  margin: 0 0 26px 17px;
  border: 1px solid transparent;
  font-size: 14px;
  position: relative; }
  .product-unit:hover {
    border-color: #e3e3e3;
    color: #7aba59;
    text-decoration: none; }
  .product-unit__photo {
    display: block;
    height: 132px;
    line-height: 132px;
    text-align: center; }
    .product-unit__photo img {
      display: inline-block;
      vertical-align: middle;
      max-width: 100%; }
  .product-unit__text {
    text-align: center;
    display: table;
    width: 100%;
    height: 74px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box; }
  .product-unit__text-inside {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%; }

.sticker {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  padding: 8px 5px 8px 12px; }
  .sticker_new {
    background-color: #b6da4c; }
    .sticker_new:before {
      border-color: #b6da4c transparent transparent transparent; }
    .sticker_new:after {
      border-color: transparent transparent transparent #b6da4c; }
  .sticker_order {
    background-color: #f4723e; }
    .sticker_order:before {
      border-color: #f4723e transparent transparent transparent; }
    .sticker_order:after {
      border-color: transparent transparent transparent #f4723e; }
  .sticker_first {
    background-color: #f8a504; }
    .sticker_first:before {
      border-color: #f8a504 transparent transparent transparent; }
    .sticker_first:after {
      border-color: transparent transparent transparent #f8a504; }
  .sticker:before, .sticker:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 94%; }
  .sticker:before {
    border-width: 26px 26px 0 0;
    top: 0; }
  .sticker:after {
    border-width: 26px 0 0 26px;
    bottom: 0; }

.main-header__top {
  padding-top: 14px;
  /*padding-top: 24px;*/
  /*padding-bottom: 24px;*/
  padding-bottom: 12px;  }

.main-header__middle {
  background-color: #3887ae;
  height: 44px; }

.main-header__bottom {
  background-color: #f5f5f5;
  padding-top: 20px; }

.main-nav {
  float: left;
  width: 728px; }
  .main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .main-nav ul:after {
      content: "";
      display: table;
      clear: both; }
    .main-nav ul > li {
      float: left;
      position: relative; }
      .main-nav ul > li > a {
        color: white;
        text-decoration: none;
        display: block;
        padding: 0 20px;
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        height: 44px;
        line-height: 44px;
        position: relative; }
        .main-nav ul > li > a:before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          width: 0;
          height: 18px;
          margin-top: -9px;
          border-left: 1px dotted #91b6cc; }
        .main-nav ul > li > a:hover, .main-nav ul > li.active {
          text-decoration: none;
          background-color: #7aba59; }
		  
          .main-nav ul > li > a:hover:before, .main-nav ul > li > a.active:before {
            display: none; }
      .main-nav ul > li:hover ul {
        display: block; }
      .main-nav ul > li > ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 224px;
        background-color: #f5f5f5;
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
		border: 1px dotted #9f9f9f;
		}


		
        .main-nav ul > li > ul > li {
          display: block;
          float: none;
		  
		  }
          .main-nav ul > li > ul > li a {
            display: block;
            position: relative;
            color: #2f3030;
            font-size: 14px;
            line-height: 16px;
            padding: 10px 12px;
            margin-left: 14px;
            margin-right: 14px;
            height: auto;
            font-weight: 400;
			border-bottom: 1px dotted #9f9f9f;
             }
            .main-nav ul > li > ul > li a:hover {
              margin-left: 0;
              margin-right: 0;
              padding-left: 26px;
              padding-right: 26px;
              background-color: #3887ae;
              color: white;
              text-decoration: none; }
              .main-nav ul > li > ul > li a:hover:before {
                left: 14px;
                border-color: transparent transparent transparent #fff; }
            .main-nav ul > li > ul > li a:before {
              content: "";
              position: absolute;
              left: 0;
              top: 50%;
              margin-top: -4px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 4px 0 4px 4px;
              border-color: transparent transparent transparent #79ba59;
			   color: white;
			  }
          .main-nav ul > li > ul > li:last-child a {
            border-bottom: none; }

			
			
.search-form {
  float: right;
  position: relative;
  width: 268px;
  margin: 8px 0; }
  .search-form__field {
    background-color: white;
    border: none;
    padding: 5px 40px 5px 14px;
    box-sizing: border-box;
    width: 100%;
    height: 28px; }
    .search-form__field:focus {
      outline: none; }
  .search-form__btn {
    position: absolute;
    padding: 0;
    border: none;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    background: url("../img/base/btn-search.png") no-repeat 50% 50%; }
    .search-form__btn:hover {
      background-image: url("../img/base/btn-search-hover.png"); }

.tagline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5%;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 16px;
  width: 45%; }

.b-logo {
  float: left;
  width: 48%;
  font-size: 0; }

.logo {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 0 6px 97px;
  background: url("../img/base/logo.png") no-repeat 0 50%;
  text-decoration: none;
  font-weight: 700;
  width: 50%;
  box-sizing: border-box; }
  .logo:hover {
    text-decoration: none; }
  .logo span {
    display: block; }
  .logo__name {
    color: #156a8d;
    font-size: 20px;
    line-height: 21px; }
  .logo__city {
    color: #7aba59;
    font-size: 25px;
    line-height: 26px; }

.b-user-controls {
  float: right;
  width: 50%; }

.feedback-call,
.basket-user {
  margin-top: 10px;
  float: left; }
  .feedback-call .icn,
  .basket-user .icn {
    position: absolute;
    left: 0;
    top: -4px; }

.feedback-call {
  padding-left: 50px;
  position: relative;
  box-sizing: border-box;
  width: 260px; }
  .feedback-call a {
    text-decoration: none; }
    .feedback-call a:hover {
      text-decoration: underline; }
  .feedback-call__number {
    color: #2f3030;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 3px; }
    .feedback-call__number a {
      color: #2f3030; }
  .feedback-call__link {
	  margin:5px 0 0 0;
    color: #a7a7a7; }
    .feedback-call__link a {
      color: #a7a7a7; }

.basket-user {
  padding-left: 50px;
  position: relative;
  box-sizing: border-box;
  color: #a7a7a7; }
  .basket-user__title {
    color: #3887ae;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 3px; }
    .basket-user__title a {
      color: #3887ae; }

.cat-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0; }
  .cat-menu ul li {
    display: inline-block;
    vertical-align: top;
    width: 199px;
    margin-bottom: 20px; }
    .cat-menu ul li a {
      text-decoration: none;
      color: #2f3030; }
      .cat-menu ul li a:hover {
        color: #3887ae;
        text-decoration: none; }

.cat-menu__icon {
  width: 28px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 10px;
  /*display: inline-block;
		vertical-align: middle;*/
  float: left; }

.cat-menu__text {
  font-size: 14px;
  /*display: inline-block;
		vertical-align: middle;*/
  float: left;
  margin-top: 4px; }

.main-footer__top {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: #2f3030; }

.main-footer__bottom {
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #191919; }

.main-footer .feedback-call {
  float: right;
  margin: 0;
  width: auto; }
  .main-footer .feedback-call__number {
    color: white;
    margin: 0; }
    .main-footer .feedback-call__number a {
      color: white; }
  .main-footer .feedback-call .icn_tel {
    top: 50%;
    margin-top: -15px; }

.copyright {
  color: #aeaeae;
  float: left; }

.developers {
  color: #aeaeae;
  float: right; }

.footer-nav {
	margin:15px 0 0 0;
  float: left; }
  .footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0; }
    .footer-nav ul li {
      display: inline-block;
      vertical-align: middle; }
      .footer-nav ul li + li {
        margin-left: 45px; }
      .footer-nav ul li a {
        text-decoration: none;
        color: white;
        font-weight: 700;
        font-size: 16px; }
        .footer-nav ul li a:hover {
          text-decoration: underline; }

.icn {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }
  .icn_tel {
    background-image: url("../img/icons/icn-tel.png");
    width: 36px;
    height: 35px; }
    .icn_tel-wh {
      background-image: url("../img/icons/icn-tel-wh.png");
      width: 30px;
      height: 29px; }
  .icn_basket {
    background-image: url("../img/icons/icn-basket.png");
    width: 36px;
    height: 35px; }
  .menu-12 {
    background-image: url("../img/icons/icn-bolts.png");
    width: 20px;
    height: 26px; }
  .menu-13 {
    background-image: url("../img/icons/icn-washers.png");
    width: 22px;
    height: 22px; }
/*	
  .icn_washers {
    background-image: url("../img/icons/icn-washers.png");
    width: 22px;
    height: 22px; }
*/
  .menu-14 {
    background-image: url("../img/icons/icn-screws.png");
    width: 15px;
    height: 29px; }
  .menu-15 {
    background-image: url("../img/icons/icn-pins.png");
    width: 10px;
    height: 27px; }
  .icn_anchor {
    background-image: url("../img/icons/icn-anchor.png");
    width: 12px;
    height: 29px; }
  .menu-16 {
    background-image: url("../img/icons/icn-nut.png");
    width: 24px;
    height: 21px; }
  .menu-17 {
    background-image: url("../img/icons/icn-screws.png");
    width: 15px;
    height: 28px; }
  .menu-18 {
    background-image: url("../img/icons/icn-studs.png");
    width: 11px;
    height: 28px; }
  .menu-19 {
    background-image: url("../img/icons/icn-key.png");
    width: 8px;
    height: 28px; }

  .menu-37 {
    background-image: url("../img/icons/icn-anchor.png");
    width: 12px;
    height: 29px; }

.menu-177 {
    background-image: url("../img/icons/icn-dubel.png");
    height: 33px;
    width: 21px;
}

.menu-187 {
    background-image: url("../img/icons/icn-zaklepka.png");
    height: 33px;
    width: 21px;
}	

.menu-213 {
    background-image: url("../img/icons/icn-takelag.png");
    height: 31px;
    width: 33px;
}

	

table {
width:100%;
border-collapse:collapse;
}	
	
table td {
border:1px solid #e3e3e3;
border-collapse:collapse;
padding:10px 5px 5px 10px;
}	
	
.form-zakaz .input-text {
width:70%;
border:1px solid #ccc;
padding: 5px;
}

.form-zakaz .bttn-zakaz {
    background-color: #428aaf;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-family: "Verdana",sans-serif;
    font-size: 13px;
    line-height: 16px;
    padding: 9px 16px 10px;
    text-decoration: none;
    vertical-align: top;
}

.form-zakaz .bttn-zakaz:hover {
	background-color: #436f8a;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 5px;
    width: 40%;
}


.contact-form textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 5px;
    width: 40%;
	height: 100px;
	    display: block;
}


.contact-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 7px;
	cursor: text;
}

.contact-form input[type="submit"] {
    background-color: #428aaf;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-family: "Verdana",sans-serif;
    font-size: 13px;
    line-height: 16px;
    padding: 9px 16px 10px;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer;
    overflow: visible;	
}

.contact-form input[type="submit"]:hover {
	background-color: #436f8a;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.contact-form .head {
font-size:16px;
font-weight:bold;
padding:0 0 15px 0;
}

select {
border:1px solid #ccc;
padding:3px 5px;
width:220px;
}

.pagination .current {
    background-color: #428aaf;
    /*border: 1px solid #6f7b1a;*/
    color: #fff;
    /*margin: 2px;*/
    padding: 2px 4px;
}


.pagination .page {
    padding: 2px 2px;
}

.ul {
padding:0 0 0 30px;
}

.ul li {
line-height:25px;
}

.item_related .zag2 {
font-size:16px;
font-weight:bold;
}

.item_related ul {
padding:0 0 0 20px;
margin: -10px 0 0 0;
}

.item_related ul li {
line-height:25px;
}


.footer_table td {
	color: #aeaeae;
	border:0px solid #000;
	border-collapse: collapse;
}

/*
#calcTable select {
	width:150px;
}
*/


#calcTable {
	margin:0 0 35px 0;
}

.type_sel {
	width:200px;
}

.name_sel {
	width:200px;
}

.diametr_sel {
	width:70px;
}


.dlina_sel {
	width:70px;
}

.count_inp {
	border: 1px solid #ccc;
	padding: 3px 5px;
	width: 130px;
}

.weight_inp {
	border: 1px solid #ccc;
	padding: 3px 5px;
	width: 130px;
}

.noedit {
	border: 1px solid #ccc;
	padding: 3px 5px;
	width: 130px;
}

.head_calc td {
	font-size:12px;
}



.addrow {
	background-color: #428aaf;
	border: medium none;
	color: #fff;
	display: inline-block;
	font-family: "Verdana",sans-serif;
	font-size: 13px;
	/*line-height: 16px;*/
	padding: 5px 11px;
	text-decoration: none;
	vertical-align: top;
}

.addrow:hover {
	background-color: #436f8a;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.delrow {
	background-color: #428aaf;
	border: medium none;
	color: #fff;
	display: inline-block;
	font-family: "Verdana",sans-serif;
	font-size: 13px;
	/*line-height: 16px;*/
	padding: 5px 11px;
	text-decoration: none;
	vertical-align: top;
	margin:5px 0 0 0;
}

.delrow:hover {
	background-color: #436f8a;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}


.rekviz {
	padding:5px 0 0 0;
}

.rekviz a {
	color:#aeaeae;
	text-decoration:underline;
}



.table-price td {
	border:0px;
}

.table-price2 td {
	border: 1px solid #e3e3e3;
}



.reg-form input {
width: 80%;
border: 1px solid #ccc;
padding: 5px;
}

.reg-form .btn-submit {
background-color: #428aaf;
border: medium none;
color: #fff;
display: inline-block;
font-family: "Verdana",sans-serif;
font-size: 13px;
line-height: 16px;
padding: 9px 16px 10px;
text-decoration: none;
vertical-align: top;
width:200px !important;
cursor:pointer;
}

.reg-form .btn-submit:hover {
background-color: #436f8a;
color: #fff;
text-decoration: none;
cursor: pointer;
}

#user_orders {
margin:20px 0 0 0;
}

#filter input[type="text"] {
	border: 1px solid #ccc;
	padding: 3px 5px;
	width: 220px;
}
