 @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,cyrillic);

@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


@font-face {
	font-family: 'Conv_PTSansRegular';
	src: url('../fonts/PTSansRegular.eot');
	src: local('☺'), url('../fonts/PTSansRegular.woff') format('woff'), url('../fonts/PTSansRegular.ttf') format('truetype'), url('../fonts/PTSansRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fn_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fn_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/fn_blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fn_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
      background-image: url('../images/fn_sprite@2x.png');
      background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
      background-image: url('../images/fn_loading@2x.gif');
      background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*Baloon CSS*/
#baloon {
  width: 187px;
  top: 0px;
  left: 0px;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  z-index: 64999;
  filter: Alpha(Opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.8;
}
#baloonHeader {
  width: 187px;
  height: 19px;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  background-repeat: no-repeat;
  display: block;
}
.baloonHeaderDirect {
  background-image: url(../images/fn_baloon_header.gif);
}
.baloonHeaderFlip {
  background-image: url(../images/fn_baloon_flip.gif);
}
#baloonFooter {
  width: 187px;
  height: 3px;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  background-image: url(../images/fn_baloon_footer.gif);
  background-repeat: no-repeat;
  display: block;
}
#baloonBody {
  padding: 10px;
  background-color: #D0D0D0;
  width: 187px;
  width: expression('187px');
  margin: 0;
  font: normal normal 10px/14px Verdana, Arial, serif;
  line-height: 140%;
  background-image: url(../images/fn_baloon_body.gif);
  background-repeat: repeat-y;
  display: block;
}
/* Autocomplete CSS */
.autocomplete-suggestions {
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  border: 0.0625rem solid #e0e0e0;
  display: table;
}
.autocomplete-suggestion {
  display: table-row;
  width: 100%;
}
.autocomplete-suggestion:nth-child(even) {
  background-color: #fbfbfb;
}
.autocomplete-suggestions .autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #ffb400;
}
.autocomplete-suggestion div  {
  width: 40px!important;
}
.autocomplete-suggestion div ,
.autocomplete-suggestions span,
.autocomplete-suggestions a {
  padding: 0.125rem 0.3125rem;
  display: table-cell;
  vertical-align: middle;
}
.autocomplete-suggestions span {
  white-space: nowrap;
}
/*Ui-slider CSS*/
.ui-slider {
  position: relative;
  height: 6px;
  border: none;
  background: #939393;
  margin: 10px 8px;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  width: 19px;
  height: 19px;
  margin-left: -8px;
  top: -7px;
  background: #fff;
  border: 5px solid;
  border-radius: 50%;
  cursor: pointer;
}
.ui-slider .ui-slider-range {
  position: absolute;
  background-color: #9d9d9d;
  height: 100%;
} 
/* Slick slider  v1.5.9 */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.fn-slick-banner .slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url('../images/fn_loading.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
  font-size: 0;
  position: absolute;
  width: 20px;
  height: 28px;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  background-color: transparent;
}
.comparison_page .slick-prev,
.comparison_page .slick-next {
  top: 150px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.slick-prev {
  left: -9px;
  background-position: 3px -252px;
}
.slick-prev:hover {
  background-position: -97px -252px;
}
.slick-next {
  right: -10px;
  background-position: -45px -252px;
}
.slick-next:hover {
  background-position: -145px -252px;
}
.fn-slick_brands .slick-prev,
.fn-slick_brands .slick-next,
.fn-slick_browsed .slick-prev,
.fn-slick_browsed .slick-next,
.fn-slick_related .slick-prev,
.fn-slick_related .slick-next {
  height: 28px;
  left: auto;
  top: -59px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
}
.fn-slick_brands .slick-prev,
.fn-slick_browsed .slick-prev,
.fn-slick_related .slick-prev {
  width: 35px;
  right: 20px;
  background-position: 20px -252px;
}
.fn-slick_brands .slick-prev:hover,
.fn-slick_browsed .slick-prev:hover,
.fn-slick_related .slick-prev:hover {
  background-position: -80px -252px;
}
.fn-slick_brands .slick-next,
.fn-slick_browsed .slick-next,
.fn-slick_related .slick-next  {
  width: 20px;
  right: 0;
  background-position: -45px -252px;
}
.fn-slick_brands .slick-next:hover,
.fn-slick_browsed .slick-next:hover,
.fn-slick_related .slick-next:hover {
  background-position: -145px -252px;
}
.fn-slick_brands {
  margin: 0 -5px 30px;
}
.fn-slick_brands .slick-slide {
  padding: 0 5px;
}
.fn-slick_brands a {
  display: block;
  position: relative;
  height: 125px;
  padding: 0 10px;
  text-align: center;
  border: 1px solid #e0e0e0;
} 
.fn-slick_brands a img,
.fn-slick_brands a span {
  display: inline-block;
  position: relative;
  top: 50%;
  max-height: 100%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  font-size: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  padding-right: 20px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  outline: none;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: #d3d3d3;
  cursor: pointer;
  color: transparent;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background-color: #09389a;
}
#main_banner .slick-dots {
  bottom: 20px;
  text-align: right;
  padding-right: 20px;
}
#main_banner .slick-dots li {
  margin: 0 4px;
}
#main_banner .slick-dots li button{
  width: 16px;
  height: 16px;
}
/*Common CSS*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}
*,
*:before,
*:after{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row:after,
.container:after,
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  color: #303030;
}
p {
  margin-top: 0;
  margin-bottom: 15px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.hidden {
  display: none!important;
}
.center_align {
  text-align: center;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.table th,
.table td {
  padding: .75rem;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid #e0e0e0;
  text-align: left;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e0e0e0;
}
.table_striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table_hover tbody tr:hover {
  background-color: #f5f5f5;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
* ::-webkit-input-placeholder {
  font-family: inherit;
  color: #999;
  opacity: 1;
}
* :-moz-placeholder {
  font-family: inherit;
  color: #999;
  opacity: 1;
}
* ::-moz-placeholder {
  font-family: inherit;
  color: #999;
  opacity: 1;
}
* ::-ms-input-placeholder {
  font-family: inherit;
  color: #999;
  opacity: 1;
}
* ::placeholder {
  font-family: inherit;
  color: #999;
  opacity: 1;
}
ul, 
ol  {
  list-style: inside;
}
.nowrap {
  white-space: nowrap;
}
 /* @group Формы */
.label {
  display: block;
  margin-bottom: 2px;
}
.form_group {
  margin-bottom: 12px;
}
.form_input {
  display: inline-block;
  padding: 0 8px;
  font-size: 13px;
  line-height: 20px;
  color: #555555;
  vertical-align: top;
  height: 37px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
}
.form_textarea {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
  padding: 6px 8px;
}
.captcha {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 10px;
}
.input_captcha {
  width: 150px;
}
.popup {
  min-width: 260px;
  border: 1px solid #e0e0e0;
  padding: 12px 15px;
  text-align: center;
  font-size: 14px;
}
#subscribe_error {
  margin: 0;
}
.popup_heading {
  font-size: 16px;
  text-align: center;
  color: #2185d1;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px;
}
img {
  max-width: 100%;
}
.image img {
  max-height: 100%;
  vertical-align: middle;
}
.promo_img {
  position: absolute;
  max-width: 80px;
  max-height: 80px;
  top: 0;
  left: 0;
}
#fn-map {
  width:100%;
  height: 400px;
  margin-top: 15px;
}
#main {
  flex: 1 0 auto;
  position: relative;
  z-index: 1;  
}
header,
footer {
  flex-shrink: 0; 
}
#sm_logo {
  float: right;
  margin-left: 25px;
  font-size: 0!important;
}
/*Theme CSS*/
body {
  color: #5d5d5d;
  background-color: #fff;
  overflow-x: hidden;
  font-size: 16px;
  font-family: 'Conv_PTSansRegular';
}
#main {
  padding-top: 25px;
  padding-bottom: 30px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight:600;
  line-height: 1.1;
  margin-bottom: 10px;
}
.h1 {
  font-size: 30px;
  letter-spacing: -1px;
  color: #3d3d3d;
}
h2.uderline {
  border-bottom: 1px solid #e0e0e0;
  line-height: 50px; 
}
.h2 {
  font-size:28px;
  color: #3d3d3d;
}
p { 
  margin: 0 0 10px; 
}
a { 
  color: #0e53a5;
  cursor: pointer;
  text-decoration:none; 
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}        
/*Верхняя строка*/
header a {
  color: #393939;
}
#top {
  background-color: #36309b;
  border-bottom: 1px solid #eaf2f4;
  padding: 10px 0 9px;
  
}
#menu_button {
  float: left;
  font-size: 13px;
  cursor: pointer;
}
.menu_icon {
  vertical-align: top;
  margin-top: -3px;
}
#account {
  float: right;
  overflow: hidden;
}
#top ul {
  list-style: none;
}
#account li {
  display: inline-block;
}
#account li + li {
  border-left: 1px solid #e0e0e0;
}
#account > li:last-child a {
  padding: 0 0 0 16px;
}
#top a {
  padding: 0 12px 0 16px; 
  font-size: 16px;
  line-height: 15px;
  display: block;
}
/* HEADER */
#header {
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}
#logo {
  text-align: center;
}
#logo a,
#footer_logo a {
  font-size: 56px;
  line-height: 1em;
  letter-spacing: -3px;
  font-weight: bold;
}
#logo a span,
#footer_logo span {
  color:  #000;
  font-size: 22px;
  vertical-align: 14px;
  text-transform: lowercase;
  margin-left: 2px;
  letter-spacing: -2px;
}
#right_header {
  text-align: center;
}
#wish_compare {
  line-height: 26px;
  font-size: 13px;
  display: inline-block;
  vertical-align: top; 
  margin: 3px 30px 5px;
  text-align: center;
} 
.wish_icon {
  color: #c6c6c6;
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  margin: 0 3px 0 1px;
}
.compare_icon {
  color: #c6c6c6;
  width: 17px;
  height: 18px;
  vertical-align: -5px;
  margin-right: 3px;
}
/*Карт-информер*/ 
#cart_informer {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 185px;
  text-align: center;
  margin: 6px 30px 0;
}
#cart_informer a {
  display: block;
}
#cart_items {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#cart_items span{
  display: block;
  position: absolute;
  color: #fff;
  top: 5px;
  right: 12px;
  border-radius: 100px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
#basket {
  display: inline-block;
  margin-left:  5px;
  vertical-align: top;
  text-align: left;
  color:#ee3123;
}
.cartinfo_label {
  font-size: 14px;
  line-height: 21px;
  display: block;
}
.cartinfo_sum {
  font-size: 21px;
  font-weight: bold;
}
/*Поиск и контакты*/                           
#contact_top {
  line-height: 20px;
  text-align: center;
  font-size:16px;
}
.phone {
  display: inline-block;
  white-space: nowrap;
  margin-right: 30px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Conv_PTSansRegular";
}
.phone_icon,
.call_icon {
  vertical-align: -4px;
}
#search_contact {
  margin: 25px 0 0; 
}
#search {
  overflow: hidden;
  margin:5px 0;
}
#fn-search {
  position:relative;
}
.button_search {
  position: absolute;
  width:54px;
  height:53px;
  top: 0;
  right: 0;
  border: none;
  border-radius: 0 5px 5px 0;
  color:#fff;
  text-align:center;
  cursor:  pointer;
}
.button_search:hover {
  background-color: #9d9d9d;
}
.input_search {
  float:left;
  height:53px;
  width: 100%;
  margin:0;
  padding:12px 60px 12px 12px;
  background:#fff;
  border: 3px solid #c6c6c6;
  border-right: none;
  border-radius: 5px;
}
.search_icon {
  vertical-align: middle;
}
/* Меню каталога */
.catalog_heading {
  margin: 0;
  padding: 14px 12px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  border: 1px solid #e7e7e7;
}
.catalog_icon {
  vertical-align: -5px;
  margin-right: 4px;
}
.catalog_menu  {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 0 5px 5px;
  background: #fff;
}
.catalog_menu  li {
  list-style: none;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #fff;
}






.catalog_menu > ul > li:nth-child(2n) {
  background-color: #f9f9f9;
}
.catalog_menu > ul > li:last-child {
  border-radius: 0 0 5px 5px;
}
.arrow_down {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 26px;
  height: 26px;
  color: #fff;
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  -ms-transition: transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  cursor:  pointer;
}
.active .arrow_down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.catalog_menu  a {
  padding: 11px 32px 11px 12px;
  display: block;
  color: #636363;
  font-weight: 600;
  position: relative;
}
.catalog_menu > ul > li > a.selected,
.catalog_menu > ul > li.open > a,
.catalog_menu  > ul > li > a:hover{
  color: #fff;
}
.catalog_menu .submenu a:hover {
  color: #636363;
}                

/* Футер */
footer {
  padding-top:35px;
  clear: both;
  overflow: hidden;
  background-color: #09389a;
  border-top: 1px solid #e0e0e0;
  color: #fff;
}
.foot_block .block_head {
  display: block;
  font-size: 17px;
  letter-spacing: -1px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 11px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 10px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer li {
  padding:5px 0;
  list-style: none;
}
footer a {
  color: #fff;
  line-height:20px;
}
.foot_block {
  margin-bottom: 10px;  
}
.contact_foot,
.work {
  line-height:30px;
}
.work {
  margin-bottom: 12px;
}
footer .social {
  overflow: hidden;
  margin-bottom: 10px;
}
footer .social a {
  float: left;
  margin-right: 10px;
}
.social_icon {
  background-color: #fff;
  border-radius: 50%;
}
.payments {
  float: right;
  margin: 0 70px 0 0;
  padding: 0;
  list-style: none;
}
.payments li {
  display: inline-block;
  width: 50px;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0px 5px;
}
.payments img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  vertical-align: middle;6
}
.payments li:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
#copyright {
  position: relative;
  background-color: #093878;
  padding:10px 0;
  margin-top: 15px;
  line-height: 30px;
  color: #fff;
}
/*Товары в футере*/
.footer_products {
  width: 33.33333%;
  float:  left;
  padding-right: 15px;
  padding-left: 15px;
}
.bottom_heading {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -1px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #303030;
}
.footer_product {
  margin-bottom: 20px;
}
.footer_product_image {
  width: 90px;
  padding-right: 15px;
  float: left;
}
.footer_product_image img {
  max-height: 100%;
  vertical-align: middle;
}
.footer_product_info {
  width:  calc(100% - 90px);
  float: right;
}
.footer_product_image a{
  display: block;
  width: 75px;
  height: 75px;
  line-height: 65px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  text-align: center;
  padding: 4px;
  font-size: 0;
}
.footer_product_name a {
  line-height: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #0e53a5;
}
.footer_product .compare_price {
  display: inline-block;
  color: #afafaf;
  font-weight: normal;
  margin-right: 5px;
}
.footer_products .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #3d3d3d;
  float: none;
}
#footer_logo {
  margin: 15px 0 35px;
  position: relative;
  z-index: 200;
}
#footer_logo div {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  height: 70px;
  background-color: #fff;
  text-align: center;
}
#footer_logo:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #e0e0e0;
  z-index: -1;
}
#main_banner {
  margin-bottom: 25px;
}
/*Бренды*/   
.title_nav span {
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  font-weight: 600;
  line-height: 40px;
  background-color: #fff;
  padding: 0 23px 0 0;
  margin: 0;
  letter-spacing: -1px;
  color: #303030;
}
.title_nav {
  margin: 0 0 25px 0;
  position:  relative;
} 
.title_nav::after {
  z-index: -1;
  top: 21px;
  position: absolute;
  left: 0;
  content: "";
  height: 1px;
  right: 0;
  margin: 0 auto;
  background-color: #e0e0e0;
}
/*Просмотренные товары*/
.fn-slick_browsed {
  margin: 0 0 30px 0;
  box-shadow: -1px 0px 0px 0px #e0e0e0;
} 
.browsed_item {
  border: 1px solid #e0e0e0;
  border-left: none;
  text-align: center;
  padding: 10px;
} 
.browsed_item:hover {
  box-shadow: inset 0px 0px 2px 0px #c6c6c6;
}
.browsed_image {
  height: 200px;
  line-height: 200px;
  margin-bottom: 15px;
} 
.browsed_image img {
  max-height: 100%;
  vertical-align: middle;
}  
.browsed_name {
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  font-weight: bold;
}  
.browsed_name a {
  text-decoration: none;
}                                    
/*Табы в карточке*/
.tab_container {
  margin:  0 0 20px;
}
.tab {
  display: none;
  border: 1px solid #e0e0e0;
  padding: 20px; 
  overflow: hidden;
}
#description p:last-child {
  margin: 0;
}
.tab_navigation .selected {
  padding: 13px 20px;
  color: #fff;
  font-size: 18px;
}
.tab_navigation a {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #3d3d3d;
  background-color: #f9f9f9;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 20px;
  margin-right: 4px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  vertical-align: bottom;
}
.tab_navigation a:hover {
  background-color: #ececec;
  color: #3d3d3d;
}
.tab_navigation .selected:hover {
  color: #fff;
}   
.accordion-tabs {
  margin: 0 0 30px;  
  padding: 0; 
  list-style:none; 
}
.tab-head-cont {
  display: inline;
}        
.tab-nav {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #3d3d3d;
  background-color: #f9f9f9;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 20px;
  margin-right: 4px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  vertical-align: bottom;
  text-transform: uppercase;
  cursor: pointer;
}
.tab-nav:hover {
  background-color: #ececec;
  color: #3d3d3d;
}
.accordion-tabs .is-active {
  padding: 13px 20px;
  color: #fff;
  font-size: 18px;
}
.accordion-tabs .is-active:hover {
  color: #fff;  
}
.accordion-tabs section {
  display: none;
  float: left;
  width: 100%;
}            
/* @group Сортировка */
.category_toolbar {
  overflow: hidden;
  line-height: 32px;
  background-color: #f9f9f9;
  padding: 12px;
  border-radius: 5px;
}
.sort {
  float: left;
}
.sort label {
  margin-right: 5px;
  font-size: 13px;
}
.sort-select {
  vertical-align: middle;
  height: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 0 5px;
}    
.view {
  float:right;
}
.view span {
  float:left;
  display:block;
  width:32px;
  height:32px;
  margin-left:6px;
  cursor: pointer;
  color: #c6c6c6;
}
.view svg {
  vertical-align: middle;
} 
/*Каталоги*/
.cat_description {
  margin-bottom: 25px;
}
.cat_img {
  text-align: center;
  margin-bottom: 5px;
}
#products {
  margin-top: 25px; 
  margin-bottom: 60px;
}
.box .product,
.grid .product {
  position: relative;
  border: 1px solid #ececec;
  margin: 0 0 15px;
  text-align: center;
}
.box .product .inner,
.grid .product .inner {
  background-color: #fff;
}
.box .product:hover .inner,
.grid .product:hover .inner  {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
  padding-bottom: 10px;
  border: 1px solid #09389a;
  
}
.products .image {
  height: 230px;
  line-height: 200px;
  padding: 15px;
}  
.image {
  text-align: center;
} 
.image img {
  max-height: 100%;
  vertical-align: middle;
}                        
.list .product {
  overflow: hidden;
  padding: 0; 
  border: 1px solid #ececec;
  margin: 0 0 15px;
} 
.list .product:hover {
  box-shadow: 0px 0px 5px 0px #c6c6c6;
} 
.product_name {
  line-height: 1.3;
  border-bottom: 1px solid #ececec;
  text-decoration:none;
  font-weight: bold;
}   
.products .product_name {
  padding-bottom: 10px;
}
.box .product_info,
.grid .product_info,
.fn-comparison_product .product_info,
#related .product_info,
.box .variants,
.grid .variants,
.fn-comparison_product .variants,
#related .variants {
  padding: 0 20px;
}
.box .price_container,
.grid .price_container,
.fn-comparison_product .price_container,
#related .price_container {
  padding: 11px 0;
  overflow: hidden;
}                           
.list .product_info {
  padding: 15px 10px;
}
.list .variants {
  padding: 15px 0 15px 10px;
  text-align: center;
}
.list .buy {
  margin: 15px 0;
}
.price {
  color: #2A1051;
  font-weight: 700;
  font-size: 17px;
  white-space: nowrap;
}
.box .compare_price,
.grid .compare_price,
.fn-comparison_product .compare_price,
#related .compare_price {
  margin-right: 20px;
}
.list .price {
  font-size: 18px;
  line-height: 33px;
  display: block;
}
.compare_price {
  white-space: nowrap;
  display: inline-block;
  font-size: 14px;
  color: #d3d3d3;
  font-weight: bold;
  text-decoration: line-through;
}
.list .compare_price {
  display: block;
}
.grid .annotation {
  display: none;
}
.annotation p {
  margin-bottom: 5px; 
}
.list .annotation {
  margin: 10px 0 5px;
  overflow: hidden;
  font-size: 12px;
}
.grid .hover_box,
.box .hover_box {
  display: none;
}
.grid .product:hover .hover_box,
.box .product:hover .hover_box {
  display: block;
}
.fn-variant {
  height: 28px;
  padding: 0 5px;
  margin-bottom: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}
.list .fn-variant {
  margin: 5px 0 0;
}
.box .button,
.grid .button,
.fn-comparison_product .button,
#related .button {
  position: relative;
  z-index: 1;
}
.box .buy,
.grid .buy,
.fn-comparison_product .buy,
#related .buy {
   position: relative;
   margin-bottom: 10px; 
}
.box .buy::before,
.grid .buy::before,
.fn-comparison_product .buy::before,
#related .buy::before {
  display: block;
  z-index: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}
.fn-wishlist, 
.fn-comparison {
  margin: 0 5px; 
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  color: #5d5d5d;
}
.fn-wishlist {
  padding-left: 19px;
  background: url(../images/sprite.svg) 0 4px no-repeat;
} 
.fn-comparison {
  padding-left: 22px;
  background: url(../images/sprite.svg) 0px -22px no-repeat;
}           
/*Карточка товара*/
#flypage {
  margin: 0 0 20px;
}
#gallery,
#flypage .product_info  {
  margin-bottom:20px;
}                                
#gallery .image {
  background-color:#fff;
  border: 1px solid #e0e0e0;
  text-align: center;
  padding: 30px 15px;
}  
.images {
  padding: 20px 5px 0;
}
.images_item {
  padding: 0 5px;
}
.images a {
  text-align: center;
  display: block;
  height: 112px;
  line-height: 100px;
  padding: 5px;
  border: 1px solid #e0e0e0; 
  font-size: 0;   
} 
.images img {
  max-height: 100%;
  vertical-align: middle;
}     
.availability {
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  color: #707070;
  font-weight: 700;
}
.fn-in_stock {
  color: #59B210;
}
.fn-no_stock{
  color: #F94E2E;
}
#flypage .h1 {
  margin: 0;
  line-height: 45px;
}
.brand {
  display: block;
  line-height: 22px;
  padding-bottom: 7px;
  font-size: 10px;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
  text-decoration: none;
}
.add_social {
  margin: 15px 0;
}
.add_btn  {
  display: inline-block;
  vertical-align: top;
}
#flypage .ya-share2 {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 0;
}       
.add_btn .fn-wishlist {
  margin: 0 12px 0 0;
}
.add_btn .fn-comparison {
  margin: 0;
}
#flypage .price_container {
  margin: 10px 0;
}
#flypage .price {
  font-size: 30px;
  display: inline-block;
}
#flypage .fn-price {
  font-size: 40px;
  font-weight: 700;
  color: #28124A;
}
#flypage .compare_price {
  font-size: 20px;
  font-weight: 600;
  color: #e0e0e0;
  text-decoration: line-through;
  margin: 0 0 0 16px;
  display: inline-block;
}                          
.minus,
.plus {
  width: 30px;
  height: 54px;
  line-height: 52px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  color: #3d3d3d;
  font-size: 24px;
  text-align: center;
  display: block;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.minus:hover,
.plus:hover {
  background-color: #f6f6f6;
}
#flypage .product_rating {
  display: inline-block;
  margin: 0 20px 0 0;
}
#flypage .sku {
  float:right;
}
#flypage .fn-variant {
  height: 54px;
  padding: 0 10px;
  margin: 0 0 15px 0;
}
#flypage .product_amount {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 15px 0;
}   
#flypage .product_var {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px 0;
}                       
#flypage .button {
  padding: 15px 33px;
}      
.features {
  list-style: none;
  margin: 0;
  padding: 0;
}
.features li {
  padding: 9px 5px;
  overflow: hidden;
  font-size: 14px;
}  
.features li:nth-child(even) {
  background-color: #f8f8f8;
}                                   
.features label {
  font-weight: bold;
  display: block;
  width: 30%;
  float: left;
}
.features span {
  float: left;
  display: block;
  width: 70%;
  padding-left: 15px;
}   
.sku { 
  margin-bottom: 5px;
}  
.sku label {
  font-weight: bold;
}  
/*Связанные товары*/ 
#related {
  margin: 20px 0;
}
#related .products {
  border-left: 1px solid #ececec;
  margin-left: -1px;
}
#related .product {
  border: 1px solid #ececec;
  margin-left: -1px;
  padding-bottom: 10px;
}
#related .product:hover {
  box-shadow: inset 0px 0px 5px 0px #c6c6c6;
}
#related .product_name a {
  display: block;
  max-height: 36px;
  overflow: hidden;
}
/* Кнопки */
.more {
  border-radius: 4px;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  line-height: 20px;
  border: none;
  font-size: 15px;
  color: #fff;
}  
.button svg {
vertical-align: -7px;
}
.button {
  display: inline-block;
  border-radius: 4px;
  font-weight: bold;
  padding: 10px 20px;
  line-height: 20px;
  border: none;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button:hover {
  color: #fff;
}  
.button.no_stock_btn,
.button.no_stock_btn:hover {
  cursor: default;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  color: #de0000;
}                          
/* Хлебные крошки */
#breadcrumb {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  color: #5d5d5d;
  font-size: 13px;
  letter-spacing: -0.5px;
  line-height: 1.5;
}
#breadcrumb li {
  display: inline-block;
}
#breadcrumb > li + li::before {
  padding-right: 3px;
  padding-left: 3px;
  content: "/"; 
}
.home_bread_icon {
  vertical-align: top;
  margin-top: -1px;
  margin-right: -1px;
}
#breadcrumb a {
  color: #5d5d5d;
  text-decoration: none;
}
/* @group Постраничная навигация */
.pagination {
  margin: 17px 0;
  padding: 0;
  list-style: none;
}
.page-item {
  display: inline-block;
}
.page-link,
.disabled .page-link:hover {
  display: block;
  background-color: #fff;
  text-align: center;
  border: 1px solid #e6e6e6;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #3d3d3d;
  padding: 9px 17px;
  font-size: 18px;
}
/*Блог*/
#blog {
  padding-left: 70px;
}
.blog_item{
  position: relative;
  margin-bottom: 50px;
}
.date_wrapper {
  text-align: center;
  position: absolute;
  top: 6px;
  left: -70px;
  border-radius: 4px;
  width: 52px;
  padding: 11px 0 12px;
  background-color: #59b210;
  line-height: 24px;
  color: #fff;
}
.month {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
}
.day {
  font-size: 18px;
  display: block;
}
.post_title{
  color: #434343;
  line-height: 1.2;
  font-weight: 400 !important;
}
.post_content {
  color: #747474;
  font-size: 14px;
  line-height: 24px;
}  
.blog_image {
  margin: 0 0 10px;
}
#blog .more {
  padding: 18px 52px;
  margin: 10px 0 0 0;
} 
#blog iframe {
  width: 100%;
  border: 0;
}
iframe,
#player {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
  overflow: hidden;
}
.video {
  position: relative;
  padding-top: 0px;
  padding-bottom: 53.5%; 
  height: 0; 
  overflow: hidden;
  background: url(../images/video_bg.png) no-repeat !important;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.date {
  color: #9f9f9f;
} 
.post_social_share {
  margin: 0 0 15px;
}       
/* login page */
.regular_customer, 
.new_customer {     
  border:1px solid #e0e0e0;
  padding:30px;
  margin-bottom:20px;
}
.login_heading {
  overflow:hidden;
  border-bottom:1px solid #e0e0e0;
  padding-bottom:10px;
  margin-bottom:20px;
}
.login_content > p{
  padding-bottom:20px;
}
.login_icon {
  float:left;
  margin-right:14px;
}
.login_heading .h2 {
  margin: 0 0 2px;
  font-size: 17px;
}
.login_heading b {
  font-size: 13px;
  color: #737373;
  font-style: italic;
  font-weight: normal;
}
.login_buttons {
  border-top:1px solid #e0e0e0;
  padding-top:20px;
  margin-top: 10px;
}
.login_form  .form_group {
  margin-bottom: 5px;
}
.login_form  label {
  float: left;
  text-align: right;
  width: 40%;
  padding-right: 15px;
  padding-top: 7px;
  font-weight: bold;
}
.login_form  .form_group input {
  width: 60%;
}
.pass_remind {
  text-decoration: underline;
  float: right;
  margin-top: 10px;
}
.pass_remind:hover {
  text-decoration: none;
}
.passremind_form {
  max-width: 390px;
} 
input.input_captcha {
  width: 130px;
  height: 42px;
  vertical-align: top;
}
.register_form input.input_captcha {
  width: 150px;
  margin-left: 5px;
}
.captcha{
display: inline-block;
  margin-right: 12px;
}
.register_form {
  max-width: 460px;
}  
.user_form {
  max-width: 450px;
  margin-bottom: 25px;
}
.change_pass span {
  border-bottom: 1px dotted;
  cursor: pointer;
} 
.change_pass span:hover {
  border-color: transparent;
}                        
/* Комментарии */
#comments .h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.feedback_form,
.comment_form {
  max-width: 650px;
}
.comment_list,
.comment_block {
  margin-bottom: 20px;
}
.avatar {
  width: 70px;
  float: left;
}
.comment_item {
  position: relative;
  padding: 21px;
  border: 1px solid #e0e0e0;
  margin-top: 15px;
  color: #747474;
  font-size: 14px;
  line-height: 22px;
}
.comment_header {
  margin-bottom:  15px;
}
.author {
  font-size: 15px;
  font-weight: 600;
}
.no_comments {
  margin: 0 0 15px;
}
.brand_list {
  margin-bottom: 20px;
  padding: 0 10px;
}
.brand_list a {
  display: block;
  font-size: 0;
  height: 100px;
  text-decoration: none;
  text-align: center; 
}
.brand_list span, 
.brand_list img {
  display: inline-block;
  position: relative;
  top: 50%;
  max-height: 100%;
  -ms-transform: translateY(-50%); 
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}
/* @group Корзина */
#fn-purchases,
#order_purchase {
  margin: 20px 0 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.purchase_row > div {
  padding: 5px;
}
.purchase_row {
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  padding: 10px;
}
.total_row  > span {
  display: inline-block;
  padding: 5px;
}
.purchase_image a {
  display: inline-block;
  border: 1px solid #e0e0e0;
  width: 72px;
  height: 72px;
  line-height: 50px;
  font-size: 0;
  padding: 10px;
  text-align: center;
}
.purchase_name a {
  text-decoration: none;
}
.body_row .purchase_image,
.body_row .purchase_amount {
  font-size: 0;
}
.fn-product-amount {
  width: 106px;
  display: inline-block;
}
.input_amount {
  float: left;
  width: 44px;
  text-align: center;
  height: 54px;
  outline: none;
  background-color: #fff;
  border: none;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
}
.close {
  vertical-align: middle;
  color: #3d3d3d;
}
.close:hover {
  color: #EB4B0C;
}
.fn-coupon {
  width: 152px;
  float: left;
  border-radius: 3px 0 0 3px;
  font-size: 13px;
  background-color: #ececec;
  border: none;
  color: #3d3d3d;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 20px;
}
.fn-coupon:hover {
  background-color: #e0e0e0;
}
.fn-sub-coupon {
  width: 100px;
  border: none;
  outline: none;
  color: #fff;
  padding: 10px;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 20px;
  font-size: 13px;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.coupon {
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 10px 10px 0;
  margin-bottom: 10px;
}
.coupon .message_error {
  display: inline-block;
  vertical-align: bottom;
  padding: 8px 10px;
  margin: 5px;
}
.coupon_wrap {
  width: 252px;
  display: inline-block;
  margin-bottom: 5px;
}
.coupon_label {
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 13.4px;
}
#total {
  padding: 10px 0 0;
  overflow: hidden;
}
.price_total {
  font-size: 25px;
  font-weight: 600;
}
.price_total .total_sum {
  color: #0e53a5;
}
.purchase_price,
.purchase_sum {
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
}   
.delivery {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 20px 20px 0 20px;
}
.delivery_item {
  margin-bottom: 10px;
}
.delivery_description {
  margin-left: 22px;
  display: none;
}
.active + .delivery_description {
  display: block;
}
.delivery_item input {
  margin: 5px 5px 0 0;
  float: left;
}
.delivery_name {
  display: block;
  padding-left:20px;
  line-height: 24px;
}
.delivery_name img {
  margin-right: 5px;
  vertical-align: middle;
}
.delivery_label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 24px;
} 
.nowrap {
  white-space: nowrap;
}
.delivery_label.active {
  font-weight: bold;
}
.order_details {
  margin-bottom: 25px;
}
.order_details .table {
  margin: 0 0 25px 0;
}
.order_details .button {
  margin: 10px 0;
}
.method_name {
  font-weight: bold;
  font-size: 14px;
}   
#sidebar .catalog_nav {
  margin-bottom: 30px;
}                                                              
/*SM Фильтр*/
#filters {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px;
  margin: 0 0 30px;
} 
.filter_heading {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -1px;
  font-weight: 600;
}   
.filter_heading::after {
  content: "";
  display: block;
  margin: 5px 0;
  border: 0;
  height: 0;
  border-top: 1px solid #e0e0e0;
}
.filter_input {
  -webkit-appearance: none;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  margin: 0px 8px 0 0;
  vertical-align: middle;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  cursor: pointer;
}
.price_labels {
  overflow: hidden;
  margin-bottom: 10px;
}
.filter_label {
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  margin: 0 0 3px;
  line-height: 20px;
}                          
.filter_group {
  padding: 2px 2px 5px;
}                                
#fn-slider-min, 
#fn-slider-max {
  float: left;
  border: none;
  background: none;
  font-size: 14px;
  padding: 0;
  width: 50%;
  height: auto;
  margin: 0;
}
#fn-slider-max  {
  text-align: right;
}
/**Кнопка вверх**/
#move_up {
  width: 42px;
  height: 26px;
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 9999;  
  display: block;
  margin-bottom: 7px;
  background: url(../images/up-arrow.png) no-repeat left 0px;
  cursor: pointer;
}
#move_up:hover {
  background-position: left bottom;
}
/* Сообщение с ошибкой */
.message_error{
  clear: both;
  padding: 10px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
  color: #f00;
  background-color: #ffcaca;
  border: 1px dotted #ff4545;
}
.download_attachment{
  white-space: nowrap;
  border-bottom: 1px dotted green;
  background-color: #ccff72;
}
/* Рейтинг товара */
.products .rating {
  margin-bottom: 8px;
}
.grid .rating,
.box .rating {
  text-align: center;
}
.product_rating {
  position:relative;
  margin: 0px 0 15px;
}
.rating_starOff, 
.rating_starOn {
  display:inline-block; 
  vertical-align: top;
  width: 100px; 
  height:20px; 
  background:url(../images/stars.png) repeat-x left top;
}
.rating_starOn {
  display: block;
  background-position: left bottom;
}  
/* Сравнение */
.comparison_left {
  float: left;
  width: 30%;
}
.fn-comparison_products {
  float: right;
  width: 70%;
  position: relative;
  margin: 0;
}
.comparison_left .fn-product {
  position: relative;
}
.fn-show {
  position: absolute;
  left: 0;
  bottom: 0;
}
.fn-comparison_product {
  text-align: center;
}
.fn-comparison_product .inner {
  padding: 0 10px;
}
.fn-comparison_product .fn-transfer {
  border: 1px solid #e0e0e0;
}
.fn-comparison_product .wish_compare {
  margin-bottom: 5px;
}
.cell {
  padding: 8px;
  line-height: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cprs_rating {
  padding: 10px 0 8px;
  border-bottom: 1px solid #e0e0e0;
}
.fn-comparison_product .image {
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  height: 220px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #fff;
}
.cell:nth-child(odd) { 
  background: #efefef; 
}
.fn-show a{
  display: inline-block;
  padding: 6px 11px;
  text-decoration: none;
  margin: 0 5px 5px 0;
}
.fn-show a:hover,
.fn-show .active {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
  color: #303030;
}
.fn-show a span { 
  border-bottom: 1px dashed;
}
.fn-show a:hover span,
.fn-show .active span { 
  border-color: transparent; 
}
#subscribe_container {
  position: relative;
  max-width: 270px;
  margin-bottom: 15px;
}
.subscribe_input {
  height: 35px;
  padding: 0 115px 0 10px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  width: 100%;
  background-color: #fff;
}
.subscribe_button {
  height: 35px;
  width: 110px;
  border: none;
  background-color: #ee3123;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  cursor: pointer;
}
.subscribe_button:hover {
  background-color: #bb2c22;
}
.ajax_wait{
    background: rgba(255, 255, 255, 0.52) url('../images/ajax_wait.gif') no-repeat;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background-position: 400px 400px;
}
.admin_note{
    background-color: #fffac4;
    border: 1px dotted #ffc539;
    padding: 3px;
}

.menus {
color:#fff;
font-weight:bold;
}

.menus:hover {
text-decoration:underline;

}

@media (max-width: 920px)  {
.mob {
display:none;
}
}

.shap {
width:100%;
float:left;
}

.shap1 {
width:50%;
float:left;
}

.shap2 {
width:50%;
float:left;
}

@media (min-width: 920px)  {
.full {
display:none;
}
}

.klaww {
    background-color: #ee3123;
    color:#fff;
    padding-left:30px;
    padding-right:30px;
    padding-top:15px;
    padding-bottom:15px;
    font-size:14px;
	font-weight:bold;
    white-space: nowrap;
    border-bottom: 2px solid #9c3c35;
    border-radius: 4px;
	margin-left: 32%;
    
}

.klaww:hover {
     background-color: #c9352a;
     color:#fff;
}

@media (min-width: 920px) {
.tt1{width:30%;float:left;text-align:center;min-height:190px;border:2px solid #e9e9e9;padding:0px; margin-left:10px;border-radius: 6px; margin-bottom:10px;}
.tt2{height:120px;max-width:180px;transition:all 0.2s ease-in-out 0s}
.tt2:hover{transition:all 0.2s ease-in-out 0s;height:120px;max-width:180px;}
.tt1:hover{border:2px solid #09389a;}
}

@media (max-width: 920px) {
.tt1{width:100%;float:left;text-align:center;min-height:190px;border:2px solid #e9e9e9;padding:0px; border-radius: 6px; margin-bottom:10px;}
.tt2{height:120px;max-width:180px;transition:all 0.2s ease-in-out 0s}
.tt2:hover{transition:all 0.2s ease-in-out 0s;height:120px;max-width:180px;}
.tt1:hover{border:2px solid #09389a;}
}


.wrapper { background:#fff;box-shadow: 0 0px 5px #999;}

@media (min-width: 667px) {
.fuls {display:block;}
.fuls2 {display:none;}
.fuls3 {display:block;}
}

@media (max-width: 667px) {
.fuls {display:none;}
.fuls2 {display:block;}
.fuls3 {display:none;}
}

.knoopp {
    border: medium none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 210px;
    background-color: #ee3123;
    border-bottom: 2px solid #b7392f;
}

.knoopp:hover {
 background-color: #b7392f;
 color:#fff;
} 

#h1 {
text-align:center;
padding-top:5px;
margin-bottom:-10px;
}

.catalog_menu a:hover {
    background:#09389a;
    color:#fff!important;
}

.fn-slick_brands a:hover {
    border: 1px solid #09389a;
}

#footer a:hover {
    color:#333!important;
}
}

   
