@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;
}
/* 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: #25aef5;
  border: 1px solid #25aef5;
  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: 13px;
  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: #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;
}
.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%;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 8px;
} 
.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: 100px;
  max-height: 100px;
  top: 0;
  left: 0;
}
#fn-map {
  width:100%;
  height: 400px;
  margin-top: 20px;
}
/*Theme CSS*/
body {
  min-width: 240px;
  font-size: 14px;
  -line-height: 1.4;
  font-weight: 400;
  font-family: "Roboto",Helvetica,sans-serif;
  color: #52555b;
  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: 21px;
  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: #0a3a7a;
  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: #E5EBFF;
  padding: 12px 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: #ff9c00;
}
.nav_link {
  text-decoration: none;
  text-transform: uppercase;
  color: #707070;
}
.nav_link:hover {
  color: #ff9c00;
}
.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;
}
#catalog_nav {
  position: relative;
}
#nav_heading {
  padding: 13px 5px 13px;
  background-color: #7188D4;
  color: #fff;
  text-transform: uppercase;
  font: 15px/24px "Roboto";
  position: relative;
  border-radius: 7px;
  margin: 10px 0 0;
}
.catalog_switch {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  cursor: pointer;
}
.catalog_switch::after {
  content: "";
  width: 24px;
  height: 24px;
  float: right;
  vertical-align: top;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  background-position: -100px -1px;
  margin: 10px 15px 0 0;
}
#fn-search {
  width: 100%;
  float: left;
  border: 1px solid #666666;
  background: #52555b;
  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: 175px;
}
.cart_info {
  display:block;
  padding: 0px 0 0px;
  text-align: center;
  -background-color: #0a3a7a; 
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #7288d1;
}
.cart_info span {
  display: inline-block;
  padding: 34px 0 34px 75px;
  background-image: url(/_sys/templates/123456.svg);
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: 0px 1px;
  padding-left: 55px;
  padding-right: 11px;
}
a.cart_info:hover,
.account:hover {
  background-color: #fff;
}
.account {
  height: 44px;
  width: 44px;
  float: right;
  margin: 0 0 0 10px;
  background-color: #52555b;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  background-position: 16px -36px;
}
#logo {
  text-align: center;
}
#free_shipping {
  float: left;
  
  text-transform: uppercase;
}
#free_shipping span {
  display: block;
}
.ship_heading {
  color: #00592b;
  font-size: 16px;
  font-weight: 500;
}
#top_phones a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  color: #181918;
  font-weight: 400;
  margin-bottom: 1px;
}
#top_phones a:hover {
  color: #1f2022;
}
.fn-callback {
  display: inline-block;
  margin: 0px 0 15px;
  color: #0a3a7a;
  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 #ffffff;
  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: #e5ebfe;
  color: #060606a8;
  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;
}
.subscribe_button {
  width: 100%;
  height: 33px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  background: #ff9c00;
  border: none;
  color: #252525;
  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: #25aef5;
  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: #ff9c00;
}
.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 #adadad;
}
/*РљРЅРѕРїРєРё*/
.button {
  display: inline-block;
  padding: 8px 19px;
  font-size: 14px;
  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: #7188d4d6;
  text-decoration: none;
}
.button:hover,
.buy:hover,
.fn-comparison:hover,
.fn-wishlist:hover {
  background: #7188d4d4;
}
.buy,
.fn-comparison,
.fn-wishlist,
.hover_block  .fn-not_preorder {
  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: #7188d4;
  text-align: center;
}
.fn-comparison span,
.fn-wishlist span {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 16px;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat; 
}
.fn-comparison span{
  background-position: -98px -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: 0;
  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;
  -background-color: #0a3a7a;
}
.inner:hover .hover_block {
  bottom: 0;
}
.buy,
.hover_block .fn-comparison,
.hover_block .fn-wishlist,
.hover_block  .fn-not_preorder {
  float: left;
}
.hover_block  .fn-not_preorder {
  margin: 0;
  width: 65%;
  font-size: 13px;
  line-height: 35px;
}
.buy {
  width: 100%;
  font-size: 19px;
  line-height: 19px;
  border-radius: 7px;
  text-align: center;
}
.buy span {
  display: inline-block;
  padding: 0 0 0 25px;
  background: url(../images/sprite.svg) no-repeat -150px 0;
  border-radius: 7px;    
}
.hover_block .fn-comparison,
.hover_block .fn-wishlist {
  width: 18.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: 15px;
  line-height: 20px;
}
.product_name a:hover {
  color: #1f2022;
}
.price_container {
  margin: 5px 0;
}
.price {
  white-space: nowrap;
  font-weight: bold;
  color: #1f2022;
  margin-right: 10px;
}
.old_price {
  white-space: nowrap;
  font-weight: 400;
  color: #000000;
}
.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: #000000;
  position: relative;
}
#catalog_menu a:hover {
  color: #7188d4;
}
#catalog_menu > ul > li > a {
  text-transform: uppercase;
}
.submenu ul {
  margin: 0;
  padding: 0;
}
.banner_item {
  font-size: 0;
} 
.banner_item img,
#main_banners img {
  width: 100%;
  max-height: 255px;
}   
/*Р‘Р»РѕРєРё РЅР° РіР»Р°РІРЅРѕР№*/
#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: #0a3a7a;
  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: 14px;
  -text-transform: uppercase;
}
#breadcrumb li {
  display: inline-block;
  padding-right: 0px;
  margin-right: 5px;
}

#breadcrumb li .fa.fa-chevron-right {
    color: #0a3a7a;
    margin-left: 5px;
    opacity: .5;
}

#breadcrumb li .fa.fa-home {
	font-size: 16px;
}

.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: #0a3a7a;;
}
#breadcrumb li:last-child a{
 color: #25aef5;;
 cursor: default;
}
/* Р‘Р»РѕРі */
.blog_list {
  margin-bottom: 25px;
}
.blog_list .h2 a {
  color: #1f2022;
  text-decoration: none;
}
.blog_list .h2 a:hover {
  color: #ff9c00;
}
.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: #ff9c00;
}
.remove_icon {
  width: 14px;
  height:14px;
  vertical-align: middle;
}
.body_row .purchase_image,
.body_row .purchase_amount {
  font-size: 0;
}
.purchase_amount { min-width: 110px; }
.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 {
  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: #0a3a7a;
  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;
  vertical-align: top;
  vertical-align: middle;
}
.delivery_name {
  display: block;
}
.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: #fff;
  background-color: #0a3a7a;
}  
.disabled .page-link:hover {
  background-color: transparent;
}
.side_heading {
  display: block;
  position: relative;
  font-size: 15px;
  color: #fff;
  background: #1f2022;
  padding: 20px 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: #ff9c00;
}
/*РўРѕРІР°СЂ*/
#fn-products_content .fn-product,
.fn-wishlist-page .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;
}
.fn-in_stock {
  color: #1f2022;
}
.fn-not_stock {
  color: #EB4B0C;
}
#product .price_container {
  margin: 15px 0;
}
#product .price {
  font-size: 20px;
}
#product .fn-price {
  font-size: 39px;
}
#product .old_price {
  font-size: 21px;
}
.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;
  border-radius: 7px;
}
#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: 30px;
}
.tab_navigation {  
  overflow: hidden;
  z-index: 1;
}
.tab_navigation a {
  display: block;
  float: left;
  margin: 0 3px 0 0;
  border: 1px solid #e5e5e5;
  color: #1f2022; 
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 7px;
}
.tab_navigation a:hover,
.tab_navigation a.selected {
  background-color: #889bdb63;
  border-color: #d1d8f1;;
  color: #000;
  border-radius: 7px;
}
.tab_container {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0;
  font-size: 15px;
  border-radius: 7px;
}
.tab {
  display: none;
  padding: 10px;
} 

/* @group РљРѕРјРјРµРЅС‚Р°СЂРёРё */
#comments {
  margin: 0 0 30px 0;
}
.comment_list {
  margin-bottom: 15px;
}
.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: #25aef5;
}
.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;
        } 

/*РљРЅРѕРїРєР° РІРІРµСЂС…*/
#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: #25aef5;
}   
/*Р¤РёР»СЊС‚СЂС‹*/
#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; 
}   
form[name="cart"] img{
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
}
.subcat_ul{
    padding: 0;
    list-style: none;
     
}
.subcat_ul a{
    text-decoration: none;
}
.subcat_li{
    text-align: center;
    padding-bottom: 10px;
}
.subcat_ul span{
    display: block;
    text-align: center;
}

.footer-info {
	font-size: 16px;
	text-align: right;
}

.footer-info .fa {
    margin-right: 5px;
    opacity: .5;
    color: #0a3a7a;
}

.text-logo { 
    font-size: 30px;
    padding-top: 5px;
    display: inline-block;
}

@media all and (max-width: 768px) {
	.footer-info { text-align: center; font-size: 20px; }
}

#logo a { text-decoration: none; display: inline-block; }
#logo img {
    display: block;
    width: auto;
    height: 100%;
    max-height: 70px;
}

/*#search_account_container { display: none !important; }*/

.price .fa {
	font-size: 25px;
	color: #0a3a7a;
}

.price.loop-price {
	font-size: 20px;
}

.price.loop-price .fa {
	font-size: 16px;
}

.main-banners {
	padding-top: 8px;
}

.main-banner {
	display: block;
	width: 100%; height: 100%;
	text-decoration: none !important;
	margin: 0; padding: 0; border: 0;
}

.main-banner > img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0; padding: 0; border: 0;
}

.main-banners.owl-theme .owl-dots {
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.main-banners.owl-theme .owl-dots .owl-dot.active span, .main-banners.owl-theme .owl-dots .owl-dot:hover span {
	background: #0a3a7a;
}

.main-banners.owl-carousel .owl-nav button.owl-next, .main-banners.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    display: block;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
	margin-top: -25px;
    text-align: center;
    line-height: 50px;
    background: none;
    font-size: 40px;
    color: #0a3a7a;
    opacity: 0.8;
}
.main-banners.owl-carousel .owl-nav button.owl-next { left: auto; right: 0; }
.main-banners.owl-carousel .owl-nav button.owl-prev { left: 0; right: auto; }

.mainpage-margin { margin-top: 30px; }

#callback-form {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
}
.callback-form-substrate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}
.callback-form-box {
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    width: 280px;
    background: transparent;
    margin-left: -140px;
    color: #fff;
    text-align: center;
}
.callback-form-box .fa-spinner { font-size: 40px; color: #2ac074; }
.callback-form-close {
    display: none;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
    color: #2ac074;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 140px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
	opacity: 1;
	transition: all .5s ease;
}
.callback-form-close:hover {
	opacity: 0.7;
}

.callback-form-send {
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 auto 0 auto;
    background: #fbd900;
    color: #3b3b3b;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
    font-size: 20px;
}

.callback-form-input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,0.7);
    color: #3b3b3b;
    border: 2px solid #fff;
    padding: 10px 15px;
    border-radius: 5px;
	margin-bottom: 10px;
	font-size: 20px;
}

#selection-button-wrap {
    width: 85px;
    float: right;
    margin: 0px 0 0;
}

.selection-button {
    display: block;
    padding: 0px 0px 10px;
    text-align: center;
    background-color: #ff1b0d;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
	cursor: pointer;
	height: 44px;
}

.selection-button span {
    display: inline-block;
    padding: 7px 0 10px 0px;
	position: relative;
}

.selection-button span:before {
	-content: '\f002';
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	width: 20px; height: 20px;
	font-size: 20px;
	color: #333;
	top: 0; left: 0;
	opacity: .5;
}

.subcat_ul li.subcat_li 
{    margin: auto;
    vertical-align: middle;
    height: 100%;
    text-decoration: none;
    outline: none;
    display: inline-block;
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background-size: 200% auto;
    transition: .5s; 
  
}
.subcat_ul span { text-align: left; }
#catalog_menu a {
    padding-right: 10px;
}

.catpages { padding-top: 15px; text-align: center; }
.catpages .catpages-item {
    display: inline-block;
    margin: 5px 5px;
    font-size: 125%;
}

#search_account_container .select2.select2-container {
	display: block;
	width: 100% !important;
	position: relative;
	margin: 10px 0 0;
}

#search_account_container .select2-container .select2-selection--single {
	height: 49px;
}

#search_account_container .select2-container--default .select2-selection--single {
	border: 1px solid #666666;
	background: #fff;
	color: #fff;
	border-radius: 7px;
}

#search_account_container .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none !important;
}

.select2-dropdown {
	top: -45px;
}

.select2-search--dropdown {
	padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	height: 45px;
	border: 0px;
	background: #fff;
	color: #52555b;
	line-height: 45px;
}

#search_account_container .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
}

.ajax-search-result {
	display: block;
	box-sizing: border-box;
	padding: 4px;
	text-decoration: none;
	background: white;
}

.ajax-search-result:hover {
	background: #ffffcc;
	text-decoration: none;
}

.ajax-search-result img { display: block; width: 60px; height: 60px; float: left; margin-right: 10px; }
.ajax-search-result-name { display: block; }
.ajax-search-result-id, .ajax-search-result-price { display: inline-block; }
.ajax-search-result-cf { float: none; clear: both; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: white;
	color: #52555b;
}

								.ninfo-list {
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
align-items: stretch;
justify-content: flex-start;
								}
								.ninfo-item {
flex: 1 1 33.33%;
box-sizing: border-box;
padding: 15px 15px;
max-width: 33.33%;
								}
								a.ninfo {
display: block;
box-sizing: border-box;
text-decoration: none;
color: #000;
font-size: 14px;
font-weight: 400;
font-family: "Roboto",Helvetica,sans-serif;
border: 1px solid #e5e5e5;
padding: 15px 15px 45px 15px;
position: relative;
height: 100%;
								}
								a.ninfo:hover {
text-decoration: none;
								}
								.ninfo-img {
									overflow: hidden;
									text-align: center;
								}
								.ninfo-img img {
display: inline-block;
height: 200px !important;
width: auto !important;
padding: 0;
								}
								
								.ninfo-title {
font-size: 16px;
line-height: 18px;
color: #0a3a7a;
padding-top: 10px;
								}
								.ninfo-date {
color: #707070;
display: inline-block;
position: absolute;
bottom: 15px;
left: 15px;
								}
								.ninfo-short-desc {
padding-top: 10px;
								}
								.ninfo-link {
color: #707070;
display: inline-block;
position: absolute;
bottom: 15px;
right: 15px;
text-transform: uppercase;
								}
								.ninfo-link .fa {
margin-left: 5px;
color: #0a3a7a;
opacity: 0.5;
								}
								
@media all and (max-width: 1200px) {
	.ninfo-item {
		flex: 1 1 50%;
		max-width: 50%;
	}
}
@media all and (max-width: 560px) {
	.ninfo-item {
		flex: 1 1 100%;
		max-width: 100%;
	}
}


.in-stores-item {
	box-sizing: border-box;
	padding: 10px 210px 10px 10px;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}

.in-stores-title {
	display: block;
	box-sizing: border-box;
	font-size: 20px;
	color: #0a3a7a;
}

.in-stores-address {
	display: block;
	box-sizing: border-box;
}

.in-stores-count {
	position: absolute;
	right: 0; top: 50%;
	margin-top: -20px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 10px;
	width: 100%;
	max-width: 200px;
	background: #f0f0f0;
	border-radius: 4px;
}

@media all and (max-width: 700px) {
	.in-stores-item {
		padding: 10px 10px 10px 10px;
	}
	.in-stores-count {
		position: static;
		max-width: 100%;
		margin-top: 10px;
	}
}