@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500italic,700,500,700italic&subset=latin,cyrillic);


@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Normalize.css v4.1.1 */
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; 
  -webkit-text-decoration-skip: objects; 
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; 
  text-decoration: underline; 
  text-decoration: underline dotted; 
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; 
  font-size: 1em; 
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; 
  height: 0; 
  overflow: visible; 
}
button,
input,
select,
textarea {
  font: inherit; 
  margin: 0; 
}
optgroup {
  font-weight: bold;
}
button,
input { 
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"], 
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; 
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; 
  color: inherit; 
  display: table; 
  max-width: 100%; 
  padding: 0; 
  white-space: normal; 
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; 
  outline-offset: -2px; 
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; 
  font: inherit; 
}
/* 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: 45px!important;
  text-align: center;
}
.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 #d34539;
  margin: 12px 8px 10px;
  border-radius: 2px; 
}
.ui-slider .ui-slider-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  top: -7px;
  background: #fff;
  border: 3px solid #e36d63;
  border-radius: 100%;
  cursor: pointer; 
}
.ui-slider .ui-slider-range {
  position: absolute;
  background-color: #d34539;
  height: 100%; 
}   
/* Slick slider  v1.5.9 */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.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: 26px;
  height: 26px;
  top: 50%;
  margin-top: -15px;
  display: block;
  padding: 0;
  z-index: 10;
  cursor: pointer;
  color: transparent;
  border: 1px solid #e5e5e5;
  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: #fff;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
}
.slick-prev {
  left: 0px;
  background-position: 5px -103px;
}
.slick-next {
  background-position: -40px -103px;
  right: 0px;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #eee;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  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 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  outline: none; 
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
  color: transparent;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background-color: #e36d63;
}
.carousel .slick-prev,
.carousel .slick-next {
  top: -70px;
  margin: 0;
}
.carousel .slick-next {
  right: 15px;
}
.carousel .slick-prev {
  left: auto;
  right: 45px;
}
/*Common CSS*/
*,
*: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;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.hidden {
  display: none!important;
}
.center {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
*:focus,
.button:focus {
  outline: none;
}
img {
  max-width: 100%;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  text-align: left;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 8px;
  vertical-align: top;
  border: 1px solid #e5e5e5;
}       
.table_stripped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.popup {
  width: 280px;
  max-width: 100%;
  border: 1px solid #e5e5e5;
  padding: 15px;
  text-align: center;
}
.popup_heading {
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #d34539;
}
/*Формы*/
::-webkit-input-placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  text-overflow:ellipsis;
}
:-moz-placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  text-overflow:ellipsis;
}
::-moz-placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  text-overflow:ellipsis;
}
:-ms-input-placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  text-overflow:ellipsis;
}
:focus::-webkit-input-placeholder {opacity: 0;}
:focus::-moz-placeholder {opacity: 0;}
:focus:-moz-placeholder {opacity: 0;}
:focus:-ms-input-placeholder {opacity: 0;}

::-moz-placeholder { text-overflow:ellipsis; } 
:-moz-placeholder { text-overflow:ellipsis; } 
input:-ms-input-placeholder {text-overflow: ellipsis;}6
[placeholder] {text-overflow:ellipsis;}

.form_input:disabled,
.disabled {
    cursor: default;
}
.form_label {
  display: block;
  margin-bottom: 5px;
}
.form_group {
  margin-bottom: 15px;
}
.form_input {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  height: 38px;
  padding: 0 8px;
  width: 100%;
}
.form_textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 8px;
} 
.captcha {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 10px 0;
}
.input_captcha {
  width: 150px;
  vertical-align: top;
  margin: 0 0 0 5px;
}
/* Сообщение с ошибкой */
.message_error{
  clear: both;
  padding: 10px 20px;
  margin-bottom: 15px;
  margin-top: 10px;
  overflow: hidden;
  color: #f00;
  background-color: #ffcaca;
  border: 1px dotted #f00;
}
.message_success{
  padding: 10px 20px;
  margin-bottom: 15px;
  margin-top: 10px;
  overflow: hidden;
  color: #ffffff;
  background-color: #e36d63;
  border: 2px dotted #12ff02;
  text-transform: uppercase;
}
.promo_img {
  position: absolute;
  max-width: 60px;
  max-height: 60px;
  top: 0;
  left: 0;
}
#fn-map {
  width:100%;
  height: 400px;
  margin: 20px 0 30px;
}
/*Theme CSS*/
body {
  min-width: 320px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  font-family: "Roboto", Arial, sans-serif;
  color: #212121;
  background-color: #fff;
}
p {
  margin: 0 0 10px;
}
.h1 {
  display: block;
  border-bottom: 1px solid #e5e5e3;
  margin: 0 0 30px;
  padding: 0 0 11px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #3075b4;
}
.h1::before {
  content: '';
  width: 60px;
  height: 3px;
  background: #3075b4;
  position: absolute;
  bottom: -2px;
  left: 0; 
}
.h1_2 {
  display: block;
  border-top: 1px solid #e5e5e3;
  margin: 0 0 30px;
  padding: 25px 0 11px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.h1_2::before {
  content: '';
  width: 60px;
  height: 3px;
  background: #3075b4;
  position: absolute;
  top: -2px;
  left: 0; 
}
.h1_2 .col-md-4{
	border-right:1px dashed #ddd;
	padding-left:30px;
}
.h1_2 .col-md-4:first-child{
	padding-left:0;
}
.h1_2 .col-md-4:last-child{
	border-right:0px solid #ddd;
}

.contacts_bottom {
    padding: 20px;
	margin:40px 0 30px;
	border:5px solid #3075b4;
	
}
.contacts_bottom .col-md-6:last-child{
	padding-left:40px;
}
.contacts_bottom_promo {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    max-width: 1130px;
    padding-left: 20px;
    padding-right: 20px;
}
.contacts_bottom_wrapper {
    width: 47%; 
	float:left;
}

.contacts_bottom_wrapper_title{
    border-right: 2px dashed #e36d63;
	padding-right: 25px;
}

.contacts_bottom_title {
    padding-bottom: 0;
    width: 100%;
	font-size: 22px;
	line-height: 1.4em;
    color: #3075b4;
}

.contacts_bottom_wrapper_description{
	padding:2px 0 0 25px;
}

.contacts_bottom_description{
	width: 100%;
	font-size: 16px;
	line-height: 24px;
    font-weight: 300;
    color: #3075b4;
}

#description table,#annotation table  {
	width: 100%;
	border-collapse: collapse;
	font-size:12px;
}

#description tr:first-child, #annotation tr:first-child{
	background-color:#ddd;
}

#description th,
#description td,
#annotation th,
#annotation td{
	padding: 5px 10px 5px;
	vertical-align: center;
	border: 1px solid #d2d2d2;
	line-height: 18px;
}
#description thead td,
#description thead th,
#annotation thead td,
#annotation thead th {
	text-align: center;
}

#annotation p {
	margin:0;
	padding:0;
}

#annotation h4 {
    display: block;
    border-bottom: 1px solid #e5e5e3;
    margin: 20px 0 20px;
    padding: 0 0 5px;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #3075b4;
}

#annotation .item01{
	margin:15px 0 0;
}
#annotation .item01 a{
	color:#3075b4;
	padding:4px 0 6px 25px;
	background-image: url('../images/file-download.png');
	background-size: 20px 20px;
    background-repeat: no-repeat;
}


#description img {
	max-width: 100%;
	height: auto;
}

.contacts_bottom_wrapper_contact{
	display: flex;
	flex-wrap: wrap;
}
.contacts_bottom_wrapper_contact_telephone,.contacts_bottom_wrapper_contact_email{
	padding-bottom: 0;
	position: relative;
    padding-left: 27px;
	font-size: 18px;
    line-height: normal;
    font-weight: 500;
    color: #e36d63;
}
.contacts_bottom_wrapper_contact_telephone:before {
    height: 17px;
    background-image: url('../images/b_phone.png');
	background-size: 100% 100%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 17px;
}
.contacts_bottom_wrapper_contact_email:before {
    top: 5px;
    height: 17px;
    background-image: url('../images/b_email.png');
	background-size: 100% 100%;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 17px;
}
.h2 {
  display: block;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}
a {
  color: #212121;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
#main {
  padding-bottom: 20px;
}
/*Header*/
.header_top {
  color: #777;
}
.top_notice {
  position: relative;
  white-space: nowrap;
}
.top_notice_title {
  position: absolute;
  top: 7px;
  left: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 36px;
  z-index: 10;
}
.top_notice_new {
  line-height: 50px;
  white-space: nowrap;
}
.top_notice_new span {
  padding: 0 15px;
}
.rss_icon {
  vertical-align: -2px;
  margin-right: 7px;
}
.logo {
  text-align: center;
}
.header_top a {
  color: #777;
  text-decoration: none;
  -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;
}
.header_top a:hover {
  color: #d34539;
}
.top_item {
  position: relative;
  float: right;
  height: 50px;
  padding: 15px 15px 0;
  border-right: 1px solid #e5e5e5;
  text-transform: capitalize;
  color: #777;
}
#wishlist.top_item {
  border-left: 1px solid #e5e5e5;
}
.top_item:last-child {
  border-left: 1px solid #e5e5e5;
  float: left;
}
.top_item svg {
  vertical-align: middle;
  margin: -3px 2px 0 0;
}
#wishlist svg {
  margin-top: -4px;
}
.dropdown {
  display: none;
}
.top_item .dropdown {
	position: absolute;
	top: 100%;
	right: -1px;
	min-width: calc(100% + 2px);
	background: #fff;
	padding: 8px 0;
  border: 1px solid #e5e5e5;
  z-index: 20;
}
.top_item .drop_item {
	display: block;
	padding: 8px 5px;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
}
.top_item .switch {
  position: relative;
  cursor: pointer;
}
.top_item .switch::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #888 transparent transparent transparent;
  display: inline-block;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.active.switch::after {
  transform: rotate(180deg);
}
.header_phones {
	text-align: right;
}
.header_middle {
  padding: 20px 0 18px;
}
.header_phone {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.phone1 {margin-left:10px;}
.phone2 {margin-left:21px;}
.phone3 {margin-left:15px;}
.fn-callback {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #d34539;
}
.fn-callback span {
  border-bottom: 1px dotted;
}
.fn-callback:hover span{
  border-color: transparent;
}
#menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  -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;
}
.menu_link:hover {
  color: #d34539;
}
.icon_bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #333;
} 
.icon_bar + .icon_bar {
  margin-top: 4px;
}       
#menu_icon {
  display: inline-block;
  cursor: pointer;
}
/*Меню каталога*/
.catalog_nav {
  position: relative;
}
#catalog_menu {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-top: none;
  padding: 5px 0 15px;
}
#catalog_menu li {
  position: relative;
}
#catalog_menu a {
  display: block;
  padding: 10px 27px 10px 0;
  text-decoration: none;
  position: relative;
  border-bottom: 1px dashed #e5e5e5;
  -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;
}
#catalog_menu a:hover {
  color: #d34539;
}  
.submenu {
  display: none;
}
.nav_heading {
  line-height: 50px;
  background-color: #d34539;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  -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;
}
.nav_heading:hover {
  background-color: #e36d63;
}
.catalog_icon {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  background-position: 20px 12px;
}     
#fn-search {
  position: relative;
  background: #fff;
}
.fn-search {
  width: 100%;
  padding: 0 50px 0 15px;
  height: 38px;
  border: none;
  background: none;
}
.search_button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #d34539;
  background-color: transparent;
  width: 45px;
  line-height: 38px;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}
.search_button:hover {
  color: #e36d63;
}
.search_icon {
  width: 19px;
  height: 19px;
  vertical-align: middle;
}
.cart_account {
  overflow: hidden;
}
.cart_info {
  display:block;
  line-height: 50px;
  background-color: #d34539; 
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -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;
  overflow: hidden;
}
.cartinfo_icon {
  float: left;
  width: 50px;
  height: 50px;
  background-color: #e36d63;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  background-position: -190px 11px;
  -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;
}
.cart_info span {
  float: right;
  width: calc(100% - 50px);
  text-align: center;
}
a.cart_info:hover {
  background-color: #e36d63;
}
a.cart_info:hover .cartinfo_icon,
.account:hover {
  background-color: #d34539;
}
.account {
  height: 50px;
  width: 50px;
  float: left;
  background-color: #e36d63;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  background-position: -90px 14px;
}    
.right_heading {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}  
/*Footer*/
footer {
  background-color: #b3b3b3;
  padding: 30px 0 20px;
  line-height: 22px;
}
footer a {

}
footer a:hover {
  color: #d34539;
}
.foot_heading {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
.foot,
.foot_work {
  margin-bottom: 20px;
}
.subscribe_form {
  position: relative;
  margin-bottom: 20px;
  max-width: 240px;
}
.subscribe_input {
  width: 100%;
  background: #ccc;
  border: none;
  height: 44px;
  padding: 0 58px 0 8px;
  color: #333;
}
.subscribe_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  background: #d34539;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.subscribe_button2 {
	padding:5px 10px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  background: #d34539;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sp-form button{ color: #fff;}
.subscribe_button2:hover {
  background: #e36d63;
}
.arrow_right_icon {
  width: 15px;
  height: 18px;
  vertical-align: middle;
}
.subscribe_button:hover {
  background: #e36d63;
}
.subscribe_text {
  line-height: normal;
}
.foot_social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 0;
  border: 1px solid #ffffff;
  line-height: 33px;
  text-align: center;
  text-decoration: none;
  margin-right: 2px;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
}
.foot_social a:hover {
  background-color: #fff;
}
.social_icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.foot_payments {
  padding-top: 2px;
}
.foot_payments > div {
  display: inline-block;
  height: 30px;
  width: 46px;
  background-image: url(../images/payments.png);
}
.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;
  margin-bottom: 7px;
}
.foot_address::before,
.foot_mail::before,
.foot_phone::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  top: 2px;
  left: 0;
}
.foot_address::before {
  background-position: 1px -49px;
}
.foot_mail::before {
  background-position: -100px -49px;
}
.foot_phone::before {
  background-position: -51px -49px;
  left: -1px;
}
/*Кнопки*/
.button {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 3px;
  -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: #d34539;
  text-decoration: none;
  cursor: pointer;
}
.button:hover,
.buy:hover,
.fn-comparison:hover,
.fn-wishlist:hover,
.fn-comparison.selected:hover,
.fn-wishlist.selected:hover {
  background-color: #e36d63;
  color: #fff;
}
.buy {
  display: inline-block;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  border-radius: 15px;
  -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: #d34539;
  text-decoration: none;
  margin: 0 6px 0 0;
  cursor: pointer;
}
.fn-comparison,
.fn-wishlist {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  -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: #d34539;
  border: none;
  background-color: #ededed;
  text-align: center;
  font-size: 0;
  text-decoration: none;
}
.fn-comparison {
  margin: 0 5px 0 0;
}
.fn-comparison.selected,
.fn-wishlist.selected {
  background-color: #d34539;
  color: #fff;
}
.fn-comparison svg,
.fn-wishlist svg {
  vertical-align: middle;
}
.fn-comparison.comparison_remove,
.fn-wishlist.wishlist_remove {
  display: block;
  margin: 3px 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}
.fn-comparison.comparison_remove span ,
.fn-wishlist.wishlist_remove span {
  text-decoration: underline;
  vertical-align: middle;
  font-size: 13px;
  color: #212121;
  margin-left: 2px;
}
.fn-comparison.comparison_remove:hover,
.fn-wishlist.wishlist_remove:hover  {
  background: none;
}
.fn-comparison.comparison_remove:hover span,
.fn-wishlist.wishlist_remove:hover span {
  text-decoration: none;
  color: #212121;
}
/*Баннеры*/  
.fn-slick-banner_group1 {
  margin-bottom: 30px;
  overflow: hidden;
}
.fn-slick-banner_group1 img {
  width: 100%;
}
.banner {
  margin: 0 0 35px;
  font-size: 0;
 }  
 .banner img {
  width: 100%;
 }    
.three_banners_item {
  float: left;
}
.three_banners_item:first-child,
.three_banners_item:last-child {
  width: 25%;
}
.three_banners_item:nth-child(2n) {
  width: 50%;
} 
/*Блоки на главной */ 
.block {
  margin-bottom: 30px;
 }
/*Превью товара*/
.card {
  border: 1px solid #e5e5e5;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.card .image {
  position: relative;
  overflow: hidden;
  padding: 30px 0px;
  line-height: 200px;
  font-size: 0;
}
.card .image img {
  vertical-align: middle;
}
.hover_block {
  min-height: 160px;
}
.hover_inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 20px 12px 0;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product_name {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}
.product_name a {
  text-decoration: none;
  color: #3b3b3b;
}
.product_name a:hover {
  color: #d34539;
}
.card_buttons {
  padding: 0 0 15px;
}
.card .price_container {
  margin: 11px 0 14px;
} 
.card .fn-variant {
  height: 32px;
  border: 1px solid #e5e5e5;
  margin: -2px 0 15px;
  padding: 0 5px;
  min-width: 160px;
}      
.price {
  white-space: nowrap;
  font-weight: bold;
  color: #d34539;
}
.old_price {
  white-space: nowrap;
  color: #999;
  text-decoration: line-through;
  margin-right: 10px;
}
.all_brands_item a,
.brand_item a {
  display: block;
  font-size: 0;
  height: 100px;
  text-decoration: none;
  text-align: center; 
}
.brand_item {
  margin-bottom: 20px;
}
.all_brands_item img,
.all_brands_item span,
.brand_item span, 
.brand_item 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;
}    
.news_item {
  padding: 15px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.news_item + .news_item {
  border-top: none;
}
.news_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.news_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_name a {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
}
.news_name a:hover {
  color: #d34539;
}
.news_annotation {
  overflow: hidden;
}
.news_annotation p {
  margin: 0;
}
/*Хлебные крошки*/
.breadcrumb {
  padding: 15px 0;
  list-style: none;
  color: #3b3b3b;
  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;
}
.breadcrumb a {
  color: #3b3b3b;
  text-decoration: none;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
}
.breadcrumb a:hover {
  color: #d34539;
}
.breadcrumb li:last-child {
  background: none;
  color: #d34539;;
}
.breadcrumb li:last-child a{
 color: #d34539;;
 cursor: default;
}
/* Блог */
.blog_item {
  margin: 0 0 30px;
  overflow: hidden;
}
.blog_item + .blog_item{
  padding: 30px 0 0;
  border-top: 1px solid #e5e5e5;
}
/* Блог 2 */
.blog_item2 {
  margin: 0 0 10px;
  overflow: hidden;
}
.blog_item2 + .blog_item2{
  padding: 10px 0 0;
}
.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;
}
.blog_name {
  margin: 5px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.blog_name a {
  text-decoration: none;
  color: #d34539;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
}
.blog_name a:hover {
  color: #3b3b3b;
}
.blog_name2 {
  margin: 5px 0;
  font-size: 14px;
}
.blog_name2 a {
  text-decoration: none;
  color: #d34539;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
}
.blog_name2 a:hover {
  color: #3b3b3b;
}
.read_more {
  display: inline-block;
  margin: 10px 0 0;
  padding: 10px 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  background-color: #ebebeb;
  -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;
}
.read_more:hover {
  background-color: #e36d63;
  color: #fff;
}
.read_more span {
  vertical-align: middle;
}
.read_more .arrow_right_icon {
  margin-left: 3px;
  width: 8px;
  height: auto;
}
/* @group Корзина */
.purchase_row > div {
  padding: 5px;
}
.purchase_row {
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding: 5px;
  text-align: center;
}
.total_row  > span {
  display: inline-block;
  padding: 5px;
}
.purchase_name a,
.purchase_remove a {
  text-decoration: none;
} 
.purchase_name a:hover,
.plus:hover,
.minus:hover {
  color: #ff9c00;
}
.purchase_remove a:hover {
  color: #EB4B0C;
}  
.remove_icon {
  width: 14px;
  height:14px;
  vertical-align: middle;
}
.purchase_image,
.purchase_amount {
  font-size: 0;
}
.fn-product-amount {
  width: 86px;
  display: inline-block;
}
.summa {
    font-size: 20px;
    line-height: 35px;
    color: #3075b4;
}
.plus,
.minus {
  font-size: 14px;
  float: left;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  cursor: pointer;
}
.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 #e5e5e5;
  border-radius: 3px;
  padding: 0 10px;
  width: 200px;
  height: 38px;
  margin: 0 5px 10px 0;
  vertical-align: top;
}
.coupon .button {
  margin-bottom: 10px;
}
.coupon {
  border: 1px solid #e5e5e5;
  padding: 10px 10px 0px;
  margin-bottom: 15px;
  text-align: center;
}
.purchase_total {
  padding: 15px;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
}
.total_name {
  text-align: right;
}
.price_total .total_sum {
  color: #ff9c00;
  font-size: 18px;
  font-weight: bold;
}
.purchase_price,
.purchase_sum {
  white-space: nowrap;
}  
.purchase_head,
.purchase_name {
  font-weight: 500;
  font-size: 15px;
} 
.delivery {
  margin-top: 20px;
  margin-bottom: 25px;
  border: 1px solid #e5e5e5;
  padding: 20px 15px 15px;
  list-style: none;
}
.delivery_item {
  margin-bottom: 15px;
}
.delivery_description {
  margin-left: 25px;
  display: none;
}
.active + .delivery_description {
  display: block;
}
.input_delivery {
  float: left;
  margin: 7px 0 0;
}
.delivery_item img {
  vertical-align: middle;
  margin-right: 4px;
}
.delivery_name {
  display: block;
  padding-left: 25px;
} 
.delivery_label {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
}
.active.delivery_label {
  font-weight: bold;
}
.method_name {
  font-weight: bold;
  font-size: 16px;
  margin: -10px 0 15px;
}
.method_description {
  margin: 15px 0;
}
/* @group Постраничная навигация */
.pagination {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
}
.page_item {
  display: inline-block;
  margin: 0 3px 3px 0;
}
.page_link {
  display: block;
  padding:5px;
  min-width: 30px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #303030;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.page_link:hover,
.active .page_link {
  color: #fff;
  background-color: #d34539;
  border-color: #d34539;
}
.pagination .disabled {
  display: none;
}  
/* @group Сортировка */
#fn-products_sort {
  margin: 0 0 15px;
  text-align: center;
}
.sort {
  display: inline-block;
}
.sort_label {
  font-weight: 500;
  font-size: 13px;
  margin-right: 3px;
}
.sort-select {
  height: 28px;
  border: 1px solid #e5e5e5;
}
/*Товар*/
.category_image {
  margin: 0 0 15px;
}
#fn-products_content .card,
.fn-wishlist-page .card {
  margin: 0 0 20px;
}
.product_info,
.gallery {
  margin-bottom: 30px;
}
.gallery .image {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 15px;
  font-size: 0;
  text-align: center;
}  
.gallery img {
  vertical-align: middle;
}  
.images {
  border-left: 1px solid #e5e5e5;
  text-align: center;
}   
.images .images_item {
  float: left;
  width:25%;
}
.images a {
  display: block;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0;
  line-height: 95px;
}
.product_rating,
.brand, 
.sku,
.available {
  margin: 0 0 8px;
}
.fn-in_stock {
  color: green;
}
.fn-not_stock {
  color: #EB4B0C;
}
.product_info .price_container {
  margin: 20px 0;
}
.product_info .price {
  font-size: 20px;
  color: #d34539;
}
.product_info .fn-price {
  font-size: 32px;
}
.product_info .old_price {
  font-size: 16px;
}
.select_container {
  margin-bottom: 15px;
}
.product_info .fn-variant {
  height: 35px;
  padding: 0 6px;
  border: 1px solid #e5e5e5;
  min-width: 170px;
  vertical-align: top;
}
.product_info .fn-product-amount {
  width: 110px;
  vertical-align: top;
  margin: 0 15px 15px 0;
}
.product_info .input_amount {
  height: 35px;
  width: 40px;
}
.product_info .plus,
.product_info .minus {
  height: 35px;
  width: 35px;
  line-height: 33px;
}
.product_info .buy {
  line-height: 42px;
  padding: 0 35px;
  border-radius: 20px;
  margin: 0 15px 15px 0;
}
.product_info .fn-wishlist,
.product_info .fn-comparison {
  line-height: 42px;
  height: 42px;
  width: 42px;
}
.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;
}
.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 5px;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  -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;
}
.tab_navigation a:hover,
.tab_navigation a.selected {
  background-color: #d34539;
  border-color: #d34539;
  color: #fff;
}
.tab_container {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0;
}
.tab {
  display: none;
  padding: 15px;
} 
/* @group Комментарии */
.comment_item {
  margin-bottom: 15px;
}
.comment_item .comment_item {
  margin-top: 10px;
}
.comment_author {
  font-weight:bold;
  font-size: 16px;
}  
.comment_text {
  padding-left: 20px;
} 
.no_comments {
  margin-bottom: 15px;
}
.comment_item + .h2 {
  margin-top: 30px;
}
.comment_form {
  margin: 20px 0 0;
}
.pager {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.pager li:nth-child(even) {
  text-align: right;
}
.pager a,
.pager a:hover span {
  text-decoration: none;
}
.pager a span {
  text-decoration: underline;
}
.pager a:hover {
  color: #d34539;
}
.social_share {
  margin: 15px 0;
}
.change_pass {
  margin-bottom: 10px;
}
.change_pass span {
  cursor: pointer;
  border-bottom: 1px dotted;
}
.change_pass span:hover {
  border-color: transparent;
}
.post {
  line-height: 1.5;
}
.post_date {
  margin: 0 0 15px;
}
.post_date span {
  display: inline-block;
  padding: 5px 7px;
  background: #e5e5e5;
}
/*Кнопка вверх*/
#move_up {
  width: 42px;
  height: 26px;
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 9999;  
  display: block;
  margin-bottom: 7px;
  background: url(../images/up-arrow.png) no-repeat left 0px;
  cursor: pointer;
}
#move_up:hover {
  background-position: left bottom;
}
/*Фильтры*/
.filters {
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin-bottom: 25px;
}
.filter_head {
  margin: 0 0 30px;
  padding: 13px 15px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #181818;
}
.filter_head .subswitch {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  background: url(../images/sprite.svg) no-repeat -182px -35px;
  cursor: pointer;
}
.filter_head .down.subswitch {
  background: url(../images/sprite.svg) no-repeat -232px -35px;
}
.filter_group {
  margin-bottom: 15px;
}
.filter_heading {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.filter_list {
  padding: 4px 0;
}
.filter_label {
  display: block;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
}
.filter_input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filter_indicator {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
input:checked + .filter_indicator {
  background: url(../images/sprite.svg) no-repeat -150px -51px;
}
.price_labels {
  overflow: hidden;
}
.fn-slider_feature_min,
.fn-slider_feature_max,
#fn-slider-min,
#fn-slider-max {
  width: 90px;
  padding: 0 3px;
  border: none;
}
.fn-slider_feature_max,
#fn-slider-max {
  text-align: right;
}
.apply_reset{
	margin:0 0 15px 0;
}
.reset{
	float:right;
}
/*Просмотренные товары*/
.browsed {
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  display: table;
  width: 100%;
  margin: 0 0 30px;
}
.browsed_item {
  display: table-row;
}
.browsed_img {
  display: table-cell;
  width: 60px;
  padding: 15px 10px 15px 0;
  font-size: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.browsed_name {
  display: table-cell;
  padding: 15px 0px 15px 10px;
  font-weight: 500;
  font-size: 14px;
  vertical-align: middle;
}
.browsed_item  ~ .browsed_item .browsed_img,
.browsed_item ~ .browsed_item .browsed_name {
  border-top: 1px solid #e5e5e5;
}
.browsed_name a {
  text-decoration: none;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
}
.browsed_name a:hover {
  color: #d34539;
}
/* Рейтинг товара */
.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;
}
.comparison_product {
  text-align: center;
}
.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;
}
.comparison_product .image {
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  height: 220px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #fff;
}
.comparison_product .price_container {
  margin-bottom: 5px;
}
.comparison_product .fn-resize {
  padding: 0 7px;
}
.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; 
}  
.userContentWrapper {
  overflow: hidden;
}
#vk_groups {
  margin-bottom: 30px;
}
.sel {
  padding: 5px; 
}
.sel select {
  border: 1px solid #e36d63;
  width: 120px;
  display:block;
}
.sel_div {
  background: #e36d63;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  color:#fff;
 }
.sel_div  .fn-is_stock {
	margin: 10px 0 0 0;
	 background: #fff;
	 color:#000;
 }
 .centr {
    padding: 10px 15px 10px 15px;
    border: 1px dashed #3075b4;
    width: 210px;
    background: url(../images/repozitorium_pic_170.png) right bottom no-repeat;
}
#news_container {
	margin:50px 0 0 0;
}
.subscribe_message {
	padding:0 20px;
}
.icons{
	padding:20px 0;
	text-align:center;
	    text-transform: uppercase;
		font-size:15px;
	color: #3075b4;
}

.form_change {
	
}

.button.small{
    display: inline-block;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 200;
    line-height: 13px;
	margin:0 0 0 20px;

}

.button.payment{
	background-image: url(../images/paycard5.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 11px 7px;
    padding-left: 40px;
	background-color: #3075b4;
}

.button.payment:hover{
	background-color: #5997cf;
}