@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500italic,700,500,700italic&subset=latin,cyrillic);
/* Normalize CSS v4.0.0 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
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;
}
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: 85%;
}
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;
  max-width: 100%;
  height: auto;
}
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;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-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;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
*:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
*: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;
}
.m-b-2{
    margin-bottom: 20px;
}
/* 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_loader.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
  font-size: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -15px;
  display: block;
  padding: 0;
  z-index: 10;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  background-image: url(../images/carousel_nav.png);
  background-repeat: no-repeat;
}
.slick-prev {
  left: 0px;
  background-position: 5px 2px;
}
.slick-next {
  background-position: -13px 2px;
  right: 0px;
}
.slick-prev:hover {
  background-position: 5px -31px;
}
.slick-next:hover {
  background-position: -13px -31px;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  font-size: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  outline: none;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: #51b1ec;
  cursor: pointer;
  color: transparent;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background-color: #ff6a83;
}
#main_banner .slick-dots {
  bottom: 15px;
  text-align: right;
  padding-right: 15px;
}
.products_slider .slick-prev,
.products_slider .slick-next {
  top: -44px;
  margin: 0;
}
.products_slider .slick-next {
  right: 7px;
}
.products_slider .slick-prev {
  left: auto;
  right: 30px;
}
/* FancyBox CSS v2.1.5  */
.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_loader.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;
}
.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;
}
.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;
  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);
}
@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;
  }
  #fancybox-loading div {
    background-image: url('../images/fn_loader@2x.gif');
    background-size: 24px 24px; /
  }
}
/*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: 4px;
  border: 1px solid #e5e5e5;
  margin: 12px 5px 7px;
  border-radius: 2px;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  top: -4px;
  background: #860f89;
  border: 1px solid #860f89;
  cursor: pointer;
  transform: rotate(47deg);
  -webkit-transform: rotate(47deg);
  -moz-transform: rotate(47deg);
  -o-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
}
.ui-slider .ui-slider-range {
  position: absolute;
  background-color: #e5e5e5;
  height: 100%;
}
/*Common CSS*/
.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.hidden {
  display: none!important;
}
.center_align {
  text-align: center;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  text-align: left;
}
.table th,
.table td {
  padding: 8px;
  vertical-align: top;
  border: 1px solid #e5e5e5;
}
.table_bordered {
  border: 1px solid #e5e5e5;
}
.table_bordered th,
.table-bordered td {
  border: 1px solid #e5e5e5;
}
.table_bordered thead th,
.table_bordered thead td {
  border-bottom-width: 2px;
}
.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: inherit;
  opacity: .7;
}
* :-moz-placeholder {
  font-family: inherit;
  color: inherit;
  opacity: .7;
}
* ::-moz-placeholder {
  font-family: inherit;
  color: inherit;
  opacity: .7;
}
* ::-ms-input-placeholder {
  font-family: inherit;
  color: inherit;
  opacity: .7;
}
* ::placeholder {
  font-family: inherit;
  color: inherit;
  opacity: .7;
}
.form_input:disabled,
.disabled {
    cursor: default;
}
.form_label {
  margin-bottom: 2px;
}
.form_group {
    margin-bottom: 15px;
}
.form_input {
  color: #707070;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  height: 32px;
  padding: 0 8px;
  width: 100%;
}
.form_textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 8px;
}
#fn-callback .form_textarea {
  display: block;
}
.input_captcha {
  width: calc(100% - 90px);
  border: 1px solid #e5e5e5;
  vertical-align: top;
  margin-bottom: 5px;
}
.captcha img {
  float: right;
  margin: -6px 0 0;
}
#sm_logo {
  float: right;
  margin-left: 25px;
  font-size: 0!important;
}
.promo_img {
  position: absolute;
  max-width: 60px;
  max-height: 60px;
  top: 0;
  left: 0;
}
#fn-map {
  width:100%;
  height: 400px;
  margin-top: 20px;
}
/*Theme CSS*/
body {
  min-width: 240px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Roboto",Helvetica,sans-serif;
  color: #707070;
  letter-spacing: 0.5px;
  background-color: #fff;
}
p {
  margin: 0 0 10px;
}
.h1 {
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  font-weight: bold;
  font-size: 18px;
  color: #1f2022;
  text-transform: uppercase;
  background: url(../images/heading_bg.png) no-repeat 0 1px;
}
.h2 {
  display: block;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 18px;
  color: #1f2022;
  text-transform: uppercase;
}
.h3 {
  display: block;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 15px;
  color: #1f2022;
  text-transform: uppercase;
}
a {
  color: #1f2022;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
#main {
  padding-bottom: 40px;
}
#fn-content {
  padding-top: 12px;
}
.home #fn-content {
  padding-top: 0;
}
.popup_block {
  min-width: 250px;
  border: 1px solid #e5e5e5;
  padding: 15px;
  text-align: center;
  font-size: 14px;
}
.popup_block .h3 {
  text-align: center;
}
.block {
  margin-bottom: 25px;
}
.fright {
  float: right;
}
/*Header*/
#top_nav {
  background: #ddbbf1;
  padding: 7px 0;
  position: relative;
}
.top_select {
  float: right;
	position: relative;
}
.dropdown {
  display: none;
}
.top_select .dropdown {
	position: absolute;
	top: 26px;
	right: -10px;
	min-width: 100%;
	background: #f0f0f0;
	padding: 3px 10px;
}
.top_select .dropdown_item {
	display: block;
	padding: 5px 0;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	color: #707070;
	text-align: center;
}
.top_select .dropdown_item:hover {
	color: #000;
}
.nav_link {
  text-decoration: none;
  text-transform: uppercase;
  color: #1f1e1e;
}
.nav_link:hover {
  color: #000;
}
.top_select .switch {
  padding: 0 14px 0 10px;
  line-height: 15px;
  position: relative;
  cursor: pointer;
}
.switch::after {
  content: "";
  width: 9px;
  height: 10px;
  position: absolute;
  top: 2px;
  right: 0;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  background-position: 0px -2px;
}
.active.switch::after {
  transform: rotate(180deg);
}
#currencies .switch {
  padding: 0 12px 0 10px;
 /* border-left: 1px solid #707070;*/
  margin-left: 10px;
}
#nav_heading {
  padding: 11px 15px 9px;
  background-color: #860f89;
  color: #ffffff;
  text-transform: uppercase;
  font: 16px/24px "Roboto";
  font-weight: 500;
  position: relative;
  cursor: pointer;

  box-shadow: inset 0 0 0 1px #860f89;
}
#nav_heading::before {
  float: right;
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  background-position: -100px -1px;
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
}
#fn-search {
  /*width: calc(100% - 54px);*/
  width: calc(100% - 180px);
  float: left;
  border: 1px solid #860f89;
  background: #860f89;
  position: relative;
}
.fn-search {
  width: 100%;
  padding: 0 48px 0 12px;
  height: 42px;
  border: none;
  font-size: 13px;
  color: #fff;
  background: none;
}
.search_button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #fff;
  background-color: transparent;
  width: 43px;
  height: 43px;
  line-height: 41px;
  font-size: 0;
  text-align: center;
}
.search_button:hover {
  color: #a9a9a9;
}
.search_icon {
  width: 15px;
  height: 16px;
  vertical-align: middle;
}
#cart_informer {
  width: 155px;
}
.cart_info {
  display:block;
  padding: 8px 0 6px;
  text-align: center;
  background-color: #860f89;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
a.cart_info:hover {
  background-color: #ff075e;
}
.cart_info span {
  display: inline-block;
  padding: 6px 0 6px 25px;
  background-image: url(../images/header-cart.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.account:hover {
  background-color: #ff075e;
}
.account {
  position: relative;
  height: 44px;
  /*width: 44px;*/
  width: 170px;
  color: #fff;
  padding-left: 40px;
  line-height: 44px;
  text-decoration: none;
  float: right;
  margin: 0 0 0 10px;
  background-color: #860f89;
  border: 1px solid #860f89;
  /*background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  background-position: 15px -36px;*/
}
.account:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  background-position: 15px -36px;
}
#logo {
  text-align: center;
}
#free_shipping {
  float: left;
  background: url(../images/plane.png) no-repeat right 3px;
  padding-right: 85px;
  text-transform: uppercase;
}
#free_shipping span {
  display: block;
}
.ship_heading {
  color: #860f89;
  font-size: 14px;
  font-weight: 700;
}
#top_phones a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  color: #707070;
  font-weight: 300;
  margin-bottom: 2px;
}
#top_phones a:hover {
  color: #1f2022;
}
.fn-callback {
  display: inline-block;
  margin: 0px 0 15px;
  color: #860f89;
  background: url(../images/get-in-tuch.png) no-repeat 0 0;
  padding: 1px 0 3px 23px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
.fn-callback span {
  border-bottom: 1px dotted;
}
.fn-callback:hover span{
  border-color: transparent;
}
#comparison,
#wishlist {
  display: inline-block;
}
#wishlist {
  border-left: 1px solid #707070;
  padding-left: 10px;
  margin-left:5px;
}
.comparison_info,
.wishlist_info {
  text-decoration: none;
}
#menu_icon {
  float: left;
  width: 28px;
  height: 28px;
  background: url(../images/sprite.svg) no-repeat 1px -198px;
  cursor: pointer;
  margin-top: -6px;
  margin-bottom: -6px;
}
/*Footer*/
footer {
  background-color: #252525;
  color: #777777;
  padding: 30px 0 20px;
  line-height: 1.8;
}
footer a {
  color: #777777;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
.foot_heading {
  font-size: 16px;
  font-weight: 500;
  color: #d9d9d9;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.foot_block {
  margin-bottom: 20px;
}
.subscribe_input {
  width: 100%;
  background: transparent;
  border: 1px solid #404040;
  height: 33px;
  padding: 0 8px;
  margin-bottom: 10px;
  color: #fff;
}
.subscribe_button {
  width: 100%;
  height: 33px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  background: #a811ff;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.subscribe_button:hover {
  background: #860f89;
  color: #fff;
}
.subscribe_text {
  line-height: normal;
}
.foot_social {
  margin-bottom: 20px;
}
.foot_social a {
  text-decoration: none;
  color: #505050;
  margin-right: 2px;
}
.foot_social a:hover {
  color: #ab19fe;
}
.social_icon {
  width: 28px;
  height: 28px;
}
.foot_payments > div {
  display: inline-block;
  height: 30px;
  width: 46px;
  background-image: url(../images/payments.png);
  margin-right: 3px;
}
.payment_1 {
  background-position: 0 0;
}
.payment_2 {
  background-position: 0 -30px;
}
.payment_3 {
  background-position: 0 -60px;
}
.payment_4 {
  background-position: 0 -90px;
}
.payment_5 {
  background-position: 0 -120px;
}
.foot_address,
.foot_mail,
.foot_phone {
  padding-left: 20px;
  position: relative;
}
.foot_address::before,
.foot_mail::before,
.foot_phone::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
}
.foot_address::before {
  background-position: -150px -50px;
  left: 2px;
  top: 4px;
}
.foot_mail::before {
  background-position: -50px -50px;
  left: 0;
  top: 5px;
}
.foot_phone::before {
  background-position: -200px -50px;
  left: -1px;
  top: 5px;
}
#copyright {
  padding: 20px 0 0;
  border-top: 1px solid #3d3d3d;
}
/*Кнопки*/
.button {
  display: inline-block;
  padding: 7px 19px;
  font-size: 13px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  border: none;
  background: #860f89;
  text-decoration: none;
}
.button:hover,
.buy:hover,
.fn-comparison:hover,
.inform_back_in_stock:hover,
.fn-wishlist:hover {
  background: #b63bfe;
}
.buy,
.fn-comparison,
.fn-wishlist,
.hover_block  .fn-not_preorder,
.hover_block  .inform_back_in_stock {
  height: 35px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  border: none;
  background-color: #860f89;
  text-align: center;
}
.fn-comparison span,
.fn-wishlist span {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
}
.fn-comparison span{
  background-position: -97px -97px;
}
.fn-wishlist span {
  background-position: 2px -99px;
}
/*Превью товара*/
.fn-product .image {
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 25px 5px 60px;
  line-height: 200px;
  font-size: 0;
}
.inner .image img {
  vertical-align: middle;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.hover_block {
  position: absolute;
  left: 0;
  right: -1px;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.inner:hover .hover_block {
  bottom: 0;
}
.buy,
.hover_block .fn-comparison,
.hover_block .fn-wishlist,
.hover_block .inform_back_in_stock,
.hover_block  .fn-not_preorder {
  float: left;
}
.hover_block  .fn-not_preorder {
  margin: 0;
  width: 65%;
  font-size: 13px;
  line-height: 35px;
}
.buy {
  width: 65%;
  font-size: 13px;
  line-height: 18px;
}
.inform_back_in_stock{
    width: 65%;
    font-size: 13px;
    line-height: 11px;
}
.buy span {
  display: inline-block;
  padding: 0 0 0 25px;
  background: url(../images/sprite.svg) no-repeat -150px 0;
}
.hover_block .fn-comparison,
.hover_block .fn-wishlist {
  width: 17.5%;
  font-size: 0;
  line-height: 35px;
  border-left: 1px solid #fff;
}
.product_info {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-top: none;
  text-align: center;
}
.product_name a {
  text-decoration: none;
  color: #707070;
  font-size: 14px;
  line-height: 20px;
}
.product_name a:hover {
  color: #1f2022;
}
.price_container {
  margin: 5px 0;
}
.alt_amount_name,
.price {
  white-space: nowrap;
  font-weight: bold;
  color: #1f2022;
  margin-right: 10px;
}
.old_price {
  white-space: nowrap;
  font-weight: 300;
  color: #b5b5b5;
  text-decoration: line-through;
}
.inner .fn-variant {
  opacity: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 165px;
  height: 32px;
  padding: 0 6px;
  background: rgba(255,255,255,0.8);
  border: 1px solid #e5e5e5;
  color: #1f2022;
  font-size: 13px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner:hover .fn-variant,
.inner.hover .fn-variant {
  opacity: 1;
}
.inner:hover .fn-variant:hover,
.inner.hover .fn-variant:hover,
.inner .fn-variant:focus {
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  border-color: rgba(0,0,0,0.5);
  cursor: pointer;
}
/*Меню каталога*/
#catalog_menu > ul {
  background-color: #fff;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
}
.home #catalog_menu > ul {
  margin: 0;
}
#catalog_menu li {
  position: relative;
}
#catalog_menu a {
  display: block;
  text-decoration: none;
  color: #860f89;
  position: relative;
}
#catalog_menu a:hover {
  color: #ab19fe;
}
#catalog_menu > ul > li > a {
  text-transform: uppercase;
}
.submenu ul {
  margin: 0;
  padding: 0;
}
.cat_icon img {
  vertical-align: top;
  margin-top: -6px;
  margin-right: 5px;
}
.banner_item {
  font-size: 0;
}
.banner_item img,
#main_banners img {
  width: 100%;
}
/*Блоки на главной*/
#featured_products,
#new_products {
  margin: 20px 0;
}
#discounted_products {
  padding: 20px 0;
  background-color: #f8f8f8;
}
#all_brands {
  padding: 10px 0;
}
#all_brands .fn-slick-carousel {
  padding: 0 10%;
}
#all_brands .brand_item  {
  padding: 10px;
}
#all_brands a,
.brand_list a {
  display: block;
  font-size: 0;
  height: 100px;
  text-decoration: none;
  text-align: center;
}
.brand_list {
  margin-bottom: 20px;
  padding: 0 10px;
}
#all_brands img,
#all_brands span,
.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;
}
#last_news {
  margin: 15px 0 25px;
}
.news_item {
  padding: 0 10px;
}
.news_img {
  height: 200px;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hover_news {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  overflow: hidden;
  background: #0b8383;
  padding: 10px;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
}
.news_item:hover .hover_news {
  bottom: 0;
}
.news_data {
  float: left;
}
.news_more {
  float: right;
  text-decoration: none;
  color: #fff;
  padding-left: 20px;
  background: url(../images/sprite.svg) -200px -100px no-repeat;
}
.news_more:hover span {
  border-bottom: 1px dotted;
}
.news_name {
  margin-bottom: 6px;
}
.news_name a {
  text-decoration: none;
  color: #1f2022;
  font-weight: bold;
  font-size: 14px;
}
.news_name a:hover {
  text-decoration: underline;
}
.news_annotation {
  height: 40px;
  overflow: hidden;
}
/*Хлебные крошки*/
#breadcrumb {
  margin: 0 0 10px 0;
  padding: 10px 0;
  list-style: none;
  color: #707070;
  font-size: 11px;
  text-transform: uppercase;
}
#breadcrumb li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 4px;
  background: url(../images/breadSep.png) no-repeat 100% 3px;
}
.home_bread_icon {
  vertical-align: top;
  margin-top: -4px;
}
#breadcrumb a {
  color: #707070;
  text-decoration: none;
}
#breadcrumb a:hover {
  color: #1f2022;
}
#breadcrumb li:last-child {
  background: none;
  color: #860f89;
}
#breadcrumb li:last-child a{
 color: #860f89;
 cursor: default;
}
/* Блог */
.blog_list {
  margin-bottom: 25px;
}
.blog_list .h2 a {
  color: #1f2022;
  text-decoration: none;
}
.blog_list .h2 a:hover {
  color: #0b8383;
}
.blog_image {
  display: block;
  height: 0;
  padding-bottom: 55%;
  position: relative;
  margin-bottom: 10px;
}
.blog_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Сообщение с ошибкой */
.message_error{
  clear: both;
  padding: 10px 20px;
  margin-bottom: 15px;
  margin-top: 10px;
  overflow: hidden;
  color: #f00;
  background-color: #ffcaca;
  border: 1px dotted #ff4545;
}
/* @group Корзина */
#fn-purchases,
#order_purchase {
margin: 20px 0 25px;
text-align: center;
}
.purchase_row > div {
padding: 5px;
}
.purchase_row {
border: 1px solid #e5e5e5;
margin-bottom: 15px;
padding: 5px;
}
.total_row  > span {
  display: inline-block;
  padding: 5px;
}
.purchase_name a {
  color: #1f2022;
  text-decoration: none;
}
.purchase_remove a {
  text-decoration: none;
  color: #707070;
}
.purchase_remove a:hover {
  color: #EB4B0C;
}
.purchase_name a:hover {
color: #0b8383;
}
.remove_icon {
  width: 14px;
  height:14px;
  vertical-align: middle;
}
.body_row .purchase_image,
.body_row .purchase_amount {
  font-size: 0;
}
.fn-product-amount {
  width: 86px;
  display: inline-block;
}
.plus,
.minus {
  font-size: 14px;
  float: left;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  cursor: pointer;
}
.plus:hover,
.minus:hover {
  color: #1f2022;
}
.input_amount {
  display: block;
  float: left;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  padding: 0;
  margin: 0;
  height: 28px;
  width: 30px;
  text-align: center;
}
.fn-coupon, .fn-bonus {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 0 10px;
  width: 200px;
  height: 36px;
  margin: 0 5px 5px 0;
}
.coupon {
  border: 1px solid #e5e5e5;
  padding: 10px 10px 5px;
  margin-bottom: 15px;
}
#total {
  border: 1px solid #e5e5e5;
  padding: 15px;
  overflow: hidden;
}
.price_total {
  font-size: 16px;
}
.price_total .total_sum {
  color: #0b8383;
  font-size: 18px;
  font-weight: bold;
}
.purchase_price,
.purchase_sum {
  white-space: nowrap;
}
.deliveries {
  margin-top: 20px;
  margin-bottom: 25px;
  border: 1px solid #e5e5e5;
  padding: 20px 20px 15px 20px;
  list-style: none;
}
.delivery_list {
  margin-bottom: 10px;
}
.delivery_description {
  margin-left: 22px;
  display: none;
}
.active + .delivery_description {
  display: block;
}
.delivery_list input {
  margin: 3px 5px 0 0;
}
.delivery_name  img {
   vertical-align: middle;
   margin-right: 3px;
}
.delivery_label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.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;
}
/* @group Постраничная навигация */
.pagination {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
}
.page-item {
  display: inline-block;
  margin-right: 3px;
}
.page-link {
  display: block;
  padding:4px;
  min-width: 28px;
  text-align: center;
  text-decoration: none;
  color: #707070;
  border: 1px solid #e5e5e5;
}
.page-link:hover,
.active .page-link {
  color: #1f2022;
  background-color: #f6f6f6;
}
.disabled .page-link:hover {
  background-color: transparent;
}
.side_heading {
  display: block;
  position: relative;
  font-size: 15px;
  color: #fff;
  background: #860f89;
  padding: 12px 20px;
  text-transform: uppercase;
}
/* @group Сортировка */
#fn-products_sort {
  padding: 5px 0;
  margin: 0 0 10px;
}
.sort {
  display: inline-block;
}
.sort a {
  text-decoration: none;
  margin-right: 5px;
}
.sort a:hover,
.sort a.active_up {
  color: #860f89;
}
/*Товар*/
#fn-products_content .fn-product,
.fn-wishlist-page .fn-product,
.relatet_by_type .fn-product {
  margin: 0 0 20px;
}
#gallery,
#product_info {
  margin-bottom: 30px;
}
#gallery .image {
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 10px;
  font-size: 0;
}
#gallery img {
  vertical-align: middle;
}
.images {
  margin: 10px 0 0;
  padding: 0 20px;
}
.images .slick-slide {
  padding: 0 5px;
}
.images a {
  display: block;
  border: 1px solid #e5e5e5;
  font-size: 0;
  line-height: 95px;
}
.brand,
.sku,
.availble {
  margin: 0 0 9px;
}
.available span {
  display: inline-block;
  padding: 4px 8px;
  background-color: #e5e5e5;
}
.available .fn-in_stock {
  background-color: #72bb7a;
  color: #fff;
}
.fn-not_stock {
  color: #EB4B0C;
}
#product .price_container {
  margin: 15px 0;
}
#product .price {
  font-size: 20px;
}
#product .fn-price {
  font-size: 32px;
}
#product .old_price {
  font-size: 16px;
}
.select_container {
  margin-bottom: 10px;
}
#product .fn-variant {
  height: 35px;
  padding: 0 6px;
  border: 1px solid #e5e5e5;
  min-width: 170px;
}
#product .fn-product-amount {
  width: 110px;
}
#product .input_amount {
  height: 35px;
  width: 40px;
}
#product .plus,
#product .minus {
  height: 35px;
  width: 35px;
  line-height: 33px;
}
.product_var,
.product_num {
  display: inline-block;
  vertical-align: top;
}
.product_num  {
  margin: 0 5px 10px 0;
}
#product .fn-comparison,
#product .fn-wishlist {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: top;
  line-height: 33px;
}
#product .fn-wishlist {
  margin-right: 5px;
}
#product .button {
  height: 35px;
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 200px;
}
#product .button span {
  display: inline-block;
  padding: 0 0 0 25px;
  background: url(../images/sprite.svg) no-repeat -150px 0;
}
 .features {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.features li {
  padding: 10px 5px 10px 5px;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
}
.features li:nth-child(odd){
  background-color: #f7f7f7;
}
.features label {
  font-style: normal;
  display: block;
  width: 30%;
  float: left;
}
.features span {
  float: left;
  display: block;
  width: 70%;
  padding-left: 15px;
}
.tabs {
  margin-bottom: 25px;
}
.tab_navigation {
  overflow: hidden;
  z-index: 1;
}
.tab_navigation a {
  display: block;
  float: left;
  margin: 0 3px 0 0;
  border: 1px solid #860f89;
  color: #860f89;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
}
.tab_navigation a:hover,
.tab_navigation a.selected {
  background-color: #860f89;
  border-color: #860f89;
  color: #fff;
}
.tab_container {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0;
  font-size: 12px;
}
.tab {
  display: none;
  padding: 10px;
}

/* @group Комментарии */
#comments {
  margin: 0 0 30px 0;
}
.comment_list {
  margin-bottom: 15px;
}
.comment_list .comment_list {
  margin-top: 10px;
}
.author {
  color: #1f2022;
  font-weight:bold;
  font-size: 16px;
}
.comment_text {
  padding-left: 20px;
}
.feedback_form,
.user_form {
  margin: 20px 0;
}
.comment_form {
  margin: 20px 0 0;
}
.user_form {
  max-width: 420px;
}
.register_form  {
  max-width: 420px;
  margin-bottom: 30px;
}
.register_form .captcha {
  float: left;
  width: 245px;
  margin: 0 10px 10px 0;
}
.reg_link {
  text-decoration: none;
  color: #0b8383;
}
.reg_link:hover {
  color: #1f2022;
}
.label {
  display: block;
  margin: 0 0 2px;
}
.social_share {
  margin: 15px 0 0;
}
.share_label {
  float: left;
  font-weight: bold;
  margin: 2px 10px 2px 0;
  color: #1f2022;
}
.change_pass {
  margin-bottom: 3px;
}
.change_pass span {
  cursor: pointer;
  border-bottom: 1px dotted;
}
.change_pass span:hover {
  border-color: transparent;
}
.user_logout {
  margin-bottom: 30px;
}
.related_posts {
  margin: 25px 0;
}
/*Кнопка вверх*/
#move_up {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 35px;
  right: 12px;
  z-index: 9999;
  display: block;
  margin-bottom: 7px;
  background: url(../images/back-top.png) no-repeat center center #333;
  cursor: pointer;
}
#move_up:hover {
  background-color: #0b8383;
}
/*Фильтры*/
#filters {
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  margin-bottom: 25px;
}
.filter_heading {
  margin-bottom: 5px;
}
.switcher {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  padding-top: 14px;
}
.filter_group {
  margin-bottom: 15px;
}
.filter_heading {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #1f2022;
  margin: 0 0 5px;
}
.filter_list {
  padding: 4px 0;
}
.filter_input {
  float: left;
  margin: 1px 0 0 0;
}
.filter_label span {
  display: block;
  padding: 0 0 0 20px;
}
.price_labels {
  overflow: hidden;
}
#fn-slider-min,
#fn-slider-max {
  width: 90px;
  padding: 0 3px;
  border: none;
}
#fn-slider-min {
  float: left;
  text-align: left;
}
#fn-slider-max {
  float: right;
  text-align: right;
}
/*Просмотренные товары*/
.browsed_list {
  margin: 5px -5px 25px;
  overflow: hidden;
}
.browsed_item {
  padding: 5px;
  float: left;
  width: 25%;
}
.browsed_item a {
  display: block;
  height: 56px;
  padding: 2px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e5e5e5;
  font-size: 0;
  overflow: hidden;
}
.browsed_item img {
  vertical-align: middle;
  max-height: 100%;
}
/* Рейтинг товара */
.products .rating {
  margin-bottom: 10px;
}
#products .rating {
  margin-bottom: 8px;
}
.product_rating {
  position:relative;
  margin: 0px 0 10px;
}
.rating_starOff,
.rating_starOn {
  display:inline-block;
  vertical-align: top;
  width: 90px;
  height:18px;
  background:url(../images/rating.png) repeat-x left top;
}
.rating_starOn {
  display: block;
  background-position: left bottom;
}
/* Сравнение */
.comparison_page {
  margin-bottom: 30px;
}
.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 .fn-product{
  padding: 0 10px;
}
.fn-comparison_product .button {
  width: 100%;
  padding: 10px 0 11px;
  margin-bottom: 10px;
}
.cell {
  padding: 7px;
  border-bottom: 1px solid #eee;
}
.cprs_rating {
  padding: 7px 0 10px;
  border-bottom: 1px solid #eee;
}
.fn-comparison_product .image {
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  height: 220px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #fff;
}
.fn-comparison_product .price_container {
  margin-bottom: 5px;
}
.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 #eee;
  padding: 5px 10px;
  color: #000;
}
.fn-show a span {
  border-bottom: 1px dashed;
}
.fn-show a:hover span,
.fn-show .active span {
  border-color: transparent;
}
#header_bottom {
  position: relative;
}
#catalog_nav {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 112px;
  left: 0;
  width: 100%;
}
.products_page {
  padding-top: 12px;
}
.side_catalog {
  background-color: #fff;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
  margin: 0 0 25px;
}
.side_catalog a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.side_catalog a.selected {
  color: #ff3b7d;
}

.show_container {
  max-height: 260px;
  overflow: hidden;
}
.show_more_feat {
  position: relative;
  width: 110px;
  margin: 5px auto;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  color: #1a9b9b;
}
.show_switch {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  margin-left: 3px;
  margin-top: 2px;
}
.active .show_switch {
  transform: rotate(180deg);
  margin-top: 3px;
}
.show_switch svg {
  vertical-align: top;
}
.sh_all,
.sh_hide {
  border-bottom: 1px dashed;
}
.show_more_feat:hover .sh_all,
.show_more_feat:hover .sh_hide {
  border-color: transparent;
  color: #0b8383;
}
.sh_all {
  display: inline-block;
}
.active .sh_all {
  display: none;
}
.sh_hide {
  display: none;
}
.active .sh_hide {
  display: inline-block;
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 100%;
  background: none;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: none;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap{
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #860f89;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3x;
  border-radius: 3px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus{
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/*reviews*/
.comment_list{
  list-style: none;
  padding-left: 0;
}
.review_name{
  font-size: 1.5rem;
  font-weight: 300;
}
.videoreview{
  display: block;
  position: relative;
  width: 100px;
  height:auto;
}
.videoreview:before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/play_button.png) no-repeat 50% 50%;
}
.input_captcha,
.captcha_img{
  display: inline-block;
}
.captcha_img{
  width: 20%;
}
.input_captcha{
  width: 77%;
}
.input_name{

}
.review_form{
  overflow: hidden;
}
/*/reviews*/

.pseudo_checkbox {
    display: block;
    padding: 0 0 0 20px;
    color: #707070;
    text-decoration: none;
    position: relative;
}
.pseudo_checkbox:before {
    height: 13px;
    border-radius: 3px;
    border: 1px solid #a7a7a7;
    background: #eaeaea;
}
.pseudo_checkbox.selected:after {
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI2IDI2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNiAyNiIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CiAgPHBhdGggZD0ibS4zLDE0Yy0wLjItMC4yLTAuMy0wLjUtMC4zLTAuN3MwLjEtMC41IDAuMy0wLjdsMS40LTEuNGMwLjQtMC40IDEtMC40IDEuNCwwbC4xLC4xIDUuNSw1LjljMC4yLDAuMiAwLjUsMC4yIDAuNywwbDEzLjQtMTMuOWgwLjF2LTguODgxNzhlLTE2YzAuNC0wLjQgMS0wLjQgMS40LDBsMS40LDEuNGMwLjQsMC40IDAuNCwxIDAsMS40bDAsMC0xNiwxNi42Yy0wLjIsMC4yLTAuNCwwLjMtMC43LDAuMy0wLjMsMC0wLjUtMC4xLTAuNy0wLjNsLTcuOC04LjQtLjItLjN6IiBmaWxsPSIjMDAwMDAwIi8+Cjwvc3ZnPgo=) no-repeat 50% / 10px;
}
.pseudo_checkbox:before,
.pseudo_checkbox.selected:after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 2px;
    left: 0;
}
/**********************************************************************************************bonus_block*/
.bonus_block{
  font-size: 1.2rem;
  padding: 0 0 15px 0;
}
.bonus_strong_span{
  font-weight: bold;
}
.bonus_ico{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.2rem;
  color: #0b6363;
  border: 2px solid #0b6363;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.bonus_ico:hover .bonus_text{
  height: auto;
  border: 1px solid #0b6363;
  padding: 10px;
}
.bonus_text{
  position: absolute;
  z-index: 99;
  background: #fff;
  top: -5px;
  right: -5px;
  height: 0;
  border-radius: 5px;
  color: #0b6363;
  width: 310px;
  box-shadow: 2px 0 5px 0 rgba(0,0,0,.3);
  transition: height .3s;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 300;
}
@media(max-width: 768px){
  .bonus_block{
    font-size: 1rem;
  }
  .bonus_text{
    position: fixed;
    top: 20px;
    right: auto;
    left:calc(50% - 155px);
  }
}
/********************/
.sku_block{
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
