@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;
}
/*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: #bc4a43;
  border: 1px solid #bc4a43;
  cursor: pointer; 
  transform: rotate(47deg);
  -webkit-transform: rotate(47deg);
  -moz-transform: rotate(47deg);
  -o-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
}
.ui-slider .ui-slider-range {
  position: absolute;
  background-color: #e5e5e5;
  height: 100%; 
}   
/*Common CSS*/
.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.hidden {
  display: none!important;
}
.center_align {
  text-align: center;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  text-align: left;
}
.table th,
.table td {
  padding: 8px;
  vertical-align: top;
  border: 1px solid #e5e5e5;
}
.table_bordered {
  border: 1px solid #e5e5e5;
}
.table_bordered th,
.table-bordered td {
  border: 1px solid #e5e5e5;
}
.table_bordered thead th,
.table_bordered thead td {
  border-bottom-width: 2px;
}
.table_striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table_hover tbody tr:hover {
  background-color: #f5f5f5;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*Формы*/
* ::-webkit-input-placeholder {
  font-family: inherit;
  color: #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 {
    position: relative;
    margin-bottom: 20px;
}
.form_input {
    line-height: 44px;
    height:44px;
    background-color: #fff;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    padding: 0 15px;
    width: 100%;
    font-family: inherit;
    font-size: 12px;
}
.form_textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 8px;
} 
#fn-callback .form_textarea {
  display: block;
}
.input_captcha {
  width: calc(100% - 90px);
  border: 1px solid #e5e5e5;
  vertical-align: top;
  margin-bottom: 5px;
}
.captcha img {
  float: right;
  margin: -6px 0 0;
}
#sm_logo {
  float: right;
  margin-left: 25px;
  font-size: 0!important;
} 
.promo_img {
  position: absolute;
  max-width: 60px;
  max-height: 60px;
  top: 0;
  left: 0;
}
#fn-map {
  width:100%;
  height: 400px;
  margin-top: 20px;
}
/*Theme CSS*/
body {
  min-width: 240px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Roboto",Helvetica,sans-serif;
  color: #707070;
  letter-spacing: 0.5px;
  background-color: #fff;
}
p {
  margin: 0 0 10px;
}
.h1 {
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  font-weight: bold;
  font-size: 18px;
  color: #1f2022;
  text-transform: uppercase;
  background: url(../images/heading_bg.png) no-repeat 0 1px;
}
.h2 {
  display: block;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 18px;
  color: #1f2022;
  text-transform: uppercase;
}
.h3 {
  display: block;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 15px;
  color: #1f2022;
  text-transform: uppercase;
}
a {
  color: #1f2022;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
#main {
  padding-bottom: 40px;
}
#fn-content {
  padding-top: 12px;
}
.home #fn-content {
  padding-top: 0;
}
.popup_block {
  min-width: 250px;
  border: 1px solid #e5e5e5;
  padding: 15px;
  text-align: center;
  font-size: 14px;
}
.popup_block .h3 {
  text-align: center;
}
.block {
  margin-bottom: 25px;
}
.fright {
  float: right;
}
/*Header*/
#top_nav {
  background: #f0f0f0;
  padding: 7px 0;
  position: relative;
}
.top_select {
  float: right;
	position: relative;
}
.dropdown {
  display: none;
}
.top_select .dropdown {
	position: absolute;
	top: 26px;
	right: -10px;
	min-width: 100%;
	background: #f0f0f0;
	padding: 3px 10px;
}
.top_select .dropdown_item {
	display: block;
	padding: 5px 0;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	color: #707070;
	text-align: center;
}
.top_select .dropdown_item:hover {
	color: #bc4a43;
}
.nav_link {
  text-decoration: none;
  text-transform: uppercase;
  color: #707070;
}
.nav_link:hover {
  color: #bc4a43;
}
.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: 10px 15px 10px;
  background-color: #8053a1;
  color: #ffffff;
  text-transform: uppercase;
  font: 15px/24px "Roboto";
  position: relative;
}
.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: calc(100% - 54px);
  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: 155px;
}
.cart_info {
  display:block;
  padding: 9px 0 5px;
  text-align: center;
  background-color: #bc4a43; 
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.5s ease;
}
.cart_info span {
  display: inline-block;
  padding: 6px 0 6px 25px;
  background-image: url(../images/header-cart.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.cart_info:hover,
.account:hover {
  background-color: #8053a1;
  -webkit-transition: all 0.5s ease;
}
.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;
  background: url(../images/plane.png) no-repeat right 3px;
  padding-right: 85px;
  text-transform: uppercase;
}
#free_shipping span {
  display: block;
}
.ship_heading {
  color: #bc4a43;
  font-size: 14px;
  font-weight: 700;
}
#top_phones a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  color: #707070;
  font-weight: 300;
  margin-bottom: 2px;
}
#top_phones a:hover {
  color: #1f2022;
}
.fn-callback {
  display: inline-block;
  margin: 0px 0 15px;
  color: #bc4a43;
  background: url(../images/get-in-tuch.png) no-repeat 0 0;
  padding: 1px 0 3px 23px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
.fn-callback span {
  border-bottom: 1px dotted;
}
.fn-callback:hover span{
  border-color: transparent;
}
#comparison,
#wishlist {
  display: inline-block; 
}
#wishlist {
  /*border-left: 1px solid #707070;*/
  padding-left: 10px;
  margin-left:5px;
}
.comparison_info,
.wishlist_info {
  text-decoration: none;
}
#menu_icon {
  float: left;
  width: 28px;
  height: 28px;
  background: url(../images/sprite.svg) no-repeat 1px -198px;
  cursor: pointer;
  margin-top: -6px;
  margin-bottom: -6px;
}
/*Footer*/
footer {
  background-color: #252525;
  color: #777777;
  padding: 30px 0 20px;
  line-height: 1.8;
}
footer a {
  color: #777777;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
.foot_heading {
  font-size: 16px;
  font-weight: 500;
  color: #d9d9d9;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.foot_block {
  margin-bottom: 20px;
}
.subscribe_input {
  width: 100%;
  background: transparent;
  border: 1px solid #404040;
  height: 33px;
  padding: 0 8px;
  margin-bottom: 10px;
}
.subscribe_button {
  width: 100%;
  height: 33px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  background: #bc4a43;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.subscribe_button:hover {
  background: #ac3129;
  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_fb a:hover {
  color: #3b5998;
}
.foot_social_vk a:hover {
  color: #5281b7;
}
.foot_social_tw a:hover {
  color: #1da1f2;
}
.foot_social_yout a:hover {
  color: #ba0202;
}
.foot_social_googleplus a:hover {
  color: #dc4a38;
}
.foot_social_inst a:hover {
  color: #c43c71;
}
.social_icon {
  width: 28px;
  height: 28px;
}
.foot_payments > div {
  display: inline-block;
  height: 30px;
  width: 46px;
  background-image: url(../images/payments.png);
  margin-right: 3px;
}
.payment_1 {
  background-position: 0 0;
}
.payment_2 {
  background-position: 0 -30px;
}
.payment_3 {
  background-position: 0 -60px;
}
.payment_4 {
  background-position: 0 -90px;
}
.payment_5 {
  background-position: 0 -120px;
}
.foot_address,
.foot_mail,
.foot_phone {
  padding-left: 20px;
  position: relative;
}
.foot_address::before,
.foot_mail::before,
.foot_phone::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
}
.foot_address::before {
  background-position: -150px -50px;
  left: 2px;
  top: 4px;
}
.foot_mail::before {
  background-position: -50px -50px;
  left: 0;
  top: 5px;
}
.foot_phone::before {
  background-position: -200px -50px;
  left: -1px;
  top: 5px;
}
#copyright {
  padding: 20px 0 0;
  border-top: 1px solid #3d3d3d;
}
/*Кнопки*/
.button {
  display: inline-block;
  padding: 7px 19px;
  font-size: 13px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  border: none;
  background: #bc4a43;
  text-decoration: none;
}
.button:hover,
.buy:hover,
.fn-comparison:hover,
.fn-wishlist:hover {
  background: #1f2022;
}
.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: #bc4a43;
  text-align: center;
}
.fn-comparison span,
.fn-wishlist span {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat; 
}
.fn-comparison span{
  background-position: -97px -97px;
}
.fn-wishlist span {
  background-position: 2px -99px;
}
/*Превью товара*/
.fn-product .image {
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 25px 5px 60px;
  line-height: 200px;
  font-size: 0;
  background: #fff;
}
.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: #bc4a43;
}
.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: 82.5%;
  font-size: 13px;
  line-height: 18px;
}
.buy span {
  display: inline-block;
  padding: 0 0 0 25px;
  background: url(../images/sprite.svg) no-repeat -150px 0;
}
.hover_block .fn-comparison,
.hover_block .fn-wishlist {
  width: 17.5%;
  font-size: 0;
  line-height: 35px;
  border-left: 1px solid #fff;
}
.product_info {
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-top: none;
  text-align: center;
}
.product_name a {
  text-decoration: none;
  color: #707070;
  font-size: 14px;
  line-height: 20px;
}
.product_name a:hover {
  color: #1f2022;
}
.price_container {
  margin: 5px 0;
}
.price {
  white-space: nowrap;
  font-weight: bold;
  color: #1f2022;
  /* margin-right: 10px; */
}
.old_price {
  white-space: nowrap;
  font-weight: 300;
  color: #b5b5b5;
  text-decoration: line-through;
}
.inner .fn-variant {
  opacity: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 165px;
  height: 32px;
  padding: 0 6px;
  background: rgba(255,255,255,0.8);
  border: 1px solid #e5e5e5;
  color: #1f2022;
  font-size: 13px;
  -ms-transform: translate(-50%, -50%); 
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inner:hover .fn-variant,
.inner.hover .fn-variant {
  opacity: 1;
}
.inner:hover .fn-variant:hover,
.inner.hover .fn-variant:hover,
.inner .fn-variant:focus {
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  border-color: rgba(0,0,0,0.5);
  cursor: pointer;
}
/*Меню каталога*/
#catalog_menu > ul {
  background-color: #fff;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
}
.home #catalog_menu > ul {
  margin: 0;
}
#catalog_menu li {
  position: relative;
}
#catalog_menu a {
  display: block;
  text-decoration: none;
  color: #707070;
  position: relative;
}
#catalog_menu a:hover {
  color: #bc4a43;
}
#catalog_menu > ul > li > a {
  text-transform: uppercase;
}
.submenu ul {
  margin: 0;
  padding: 0;
}
.cat_icon img {
  vertical-align: top;
  margin-top: -6px;
  margin-right: 5px;
}
.banner_item {
  font-size: 0;
} 
.banner_item img,
#main_banners img {
  width: 100%;
}   
/*Блоки на главной*/
#featured_products,
#new_products {
  margin: 20px 0;
}
#discounted_products {
  padding: 20px 0;
  background-color: #f8f8f8;
}
#all_brands {
  padding: 10px 0;
}
#all_brands .fn-slick-carousel {
  padding: 0 10%;
}
#all_brands .brand_item  {
  padding: 10px;
}
#all_brands a,
.brand_list a {
  display: block;
  font-size: 0;
  height: 100px;
  text-decoration: none;
  text-align: center; 
}
.brand_list {
  margin-bottom: 20px;
  padding: 0 10px;
}
#all_brands img,
#all_brands span,
.brand_list span, 
.brand_list img {
  display: inline-block;
  position: relative;
  top: 50%;
  max-height: 100%;
  -ms-transform: translateY(-50%); 
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}
#last_news {
  margin: 15px 0 25px;
}
.news_item {
  padding: 0 10px;
}
.news_img {
  height: 200px;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hover_news {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  overflow: hidden;
  background: #bc4a43;
  padding: 10px;
  color: #fff;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
}
.news_item:hover .hover_news {
  bottom: 0;
}
.news_data {
  float: left;
}
.news_more {
  float: right;
  text-decoration: none;
  color: #fff;
  padding-left: 20px;
  background: url(../images/sprite.svg) -200px -100px no-repeat;
}
.news_more:hover span {
  border-bottom: 1px dotted;
}
.news_name {
  margin-bottom: 6px;
}
.news_name a {
  text-decoration: none;
  color: #1f2022;
  font-weight: bold;
  font-size: 14px;
}
.news_name a:hover {
  text-decoration: underline;
}
.news_annotation {
  height: 40px;
  overflow: hidden;
}
/*Хлебные крошки*/
#breadcrumb {
  margin: 0 0 10px 0;
  padding: 10px 0;
  list-style: none;
  color: #707070;
  font-size: 11px;
  text-transform: uppercase;
}
#breadcrumb li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 4px;
  background: url(../images/breadSep.png) no-repeat 100% 3px;
}
.home_bread_icon {
  vertical-align: top;
  margin-top: -4px;
}
#breadcrumb a {
  color: #707070;
  text-decoration: none;
}
#breadcrumb a:hover {
  color: #1f2022;
}
#breadcrumb li:last-child {
  background: none;
  color: #bc4a43;
}
#breadcrumb li:last-child a{
 color: #bc4a43;
 cursor: default;
}
/* Блог */
.blog_list {
  margin-bottom: 25px;
}
.blog_list .h2 a {
  color: #1f2022;
  text-decoration: none;
}
.blog_list .h2 a:hover {
  color: #bc4a43;
}
.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: #bc4a43;
}
.remove_icon {
  width: 14px;
  height:14px;
  vertical-align: middle;
}
.body_row .purchase_image,
.body_row .purchase_amount {
  font-size: 0;
}
.fn-product-amount {
  width: 86px;
  display: inline-block;
}
.plus,
.minus {
  font-size: 14px;
  float: left;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  cursor: pointer;
}
.plus:hover,
.minus:hover {
  color: #1f2022;
}
.input_amount {
  display: block;
  float: left;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  padding: 0;
  margin: 0;
  height: 28px;
  width: 30px;
  text-align: center;
}
.fn-coupon {
  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: #bc4a43;
  font-size: 18px;
  font-weight: bold;
}
.purchase_price,
.purchase_sum {
  white-space: nowrap;
}   
.deliveries {
  margin-top: 20px;
  margin-bottom: 25px;
  border: 1px solid #e5e5e5;
  padding: 20px 20px 15px 20px;
  list-style: none;
}
.delivery_list {
  margin-bottom: 10px;
}
.delivery_description {
  margin-left: 22px;
  display: none;
}
.active + .delivery_description {
  display: block;
}
.delivery_list input {
  margin: 3px 5px 0 0;
}
.delivery_name  img {
   vertical-align: middle;
   margin-right: 3px;
}
.delivery_label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
} 
.nowrap {
  white-space: nowrap;
}
.delivery_label.active {
  font-weight: bold;
}
.order_details {
  margin-bottom: 25px;
}
.order_details .table {
  margin: 0 0 25px 0;
}
.order_details .button {
  margin: 10px 0;
}
.method_name {
  font-weight: bold;
  font-size: 14px;
}
/* @group Постраничная навигация */
.pagination {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
}
.page-item {
  display: inline-block;
  margin-right: 3px;
}
.page-link {
  display: block;
  padding:4px;
  min-width: 28px;
  text-align: center;
  text-decoration: none;
  color: #707070;
  border: 1px solid #e5e5e5;
}
.page-link:hover,
.active .page-link {
  color: #1f2022;
  background-color: #f6f6f6;
}  
.disabled .page-link:hover {
  background-color: transparent;
}
.side_heading {
  display: block;
  position: relative;
  font-size: 15px;
  color: #fff;
  background: #1f2022;
  padding: 12px 20px;
  text-transform: uppercase;
}
/* @group Сортировка */
#fn-products_sort {
  padding: 5px 0;
  margin: 0 0 10px;
}
.sort {
  display: inline-block;
}
.sort a {
  text-decoration: none;
  margin-right: 5px;
}
.sort a:hover,
.sort a.active_up {
  color: #bc4a43;
}
/*Товар*/
#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: 30px;
}
#product .fn-price {
  font-size: 32px;
}
#product .old_price {
  font-size: 16px;
}
.select_container {
  margin-bottom: 10px;
}
#product .fn-variant {
  height: 35px;
  padding: 0 6px;
  border: 1px solid #e5e5e5;
  min-width: 170px;
}
#product .fn-product-amount {
  width: 110px;
}
#product .input_amount {
  height: 35px;
  width: 40px;
}
#product .plus,
#product .minus {
  height: 35px;
  width: 35px;
  line-height: 33px;
}
.product_var,
.product_num {
  display: inline-block;
  vertical-align: top;
}
.product_num  {
  margin: 0 5px 10px 0;
}
#product .fn-comparison,
#product .fn-wishlist {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: top;
  line-height: 33px;
}
#product .fn-wishlist {
  margin-right: 5px;
}
#product .button {
  height: 35px;
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 200px;
}
#product .button span {
  display: inline-block;
  padding: 0 0 0 25px;
  background: url(../images/sprite.svg) no-repeat -150px 0;
}
 .features {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.features li {
  padding: 10px 5px 10px 5px;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
}
.features li:nth-child(odd){
  background-color: #f7f7f7;
}
.features label {
  font-style: normal;
  display: block;
  width: 30%;
  float: left;
}
.features span {
  float: left;
  display: block;
  width: 70%;
  padding-left: 15px;
}
.tabs {
  margin-bottom: 25px;
}
.tab_navigation {  
  overflow: hidden;
  z-index: 1;
}
.tab_navigation a {
  display: block;
  float: left;
  margin: 0 3px 0 0;
  border: 1px solid #e5e5e5;
  color: #1f2022; 
  padding: 0px 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 10px !important;
}
.tab_navigation a:hover,
.tab_navigation a.selected {
  background-color: #8053a1;
  border-color: #8053a1;
  color: #fff;
}
.tab_container {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0;
  font-size: 12px;
  height: auto !important;
}
.tab {
  display: none;
  padding: 15px;
} 

/* @group Комментарии */
#comments {
  margin: 0 0 30px 0;
}
.comment_list {
  margin-bottom: 15px;
}
.comment_list .comment_list {
  margin-top: 10px;
}
.author {
  color: #1f2022;
  font-weight:bold;
  font-size: 16px;
}  
.comment_text {
  padding-left: 20px;
}  
.feedback_form,
.user_form {
  margin: 20px 0;
}
.comment_form {
  margin: 20px 0 0;
}
.user_form {
  max-width: 420px;
}
.register_form  {
  max-width: 420px;
  margin-bottom: 30px;
}
.register_form .captcha {
  float: left;
  width: 245px;
  margin: 0 10px 10px 0;
}
.reg_link {
  text-decoration: none;
  color: #bc4a43;
}
.reg_link:hover {
  color: #1f2022;
}
.label {
  display: block;
  margin: 0 0 2px;
}
.social_share {
  margin: 15px 0 0;
}
.share_label {
  float: left;
  font-weight: bold;
  margin: 2px 10px 2px 0;
  color: #1f2022;
}
.change_pass {
  margin-bottom: 3px;
}
.change_pass span {
  cursor: pointer;
  border-bottom: 1px dotted;
}
.change_pass span:hover {
  border-color: transparent;
}
.user_logout {
  margin-bottom: 30px;
} 
.related_posts {
  margin: 25px 0;
}
/*Кнопка вверх*/
#move_up {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 70px;
  right: 19px;
  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: #8053a1;
}   
/*Фильтры*/
#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; 
}   
/* Рамка при получении фокуса */
input:focus,
textarea:focus {
    border: 1px solid #8053a1;
 	transition: 0.5s;
}
input,
textarea:focus {
 	transition: 0.5s;
}
/* Preloader */
#p_prldr {
position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

/* Страница "Контакты" */
.text_p_head {
    text-align: center;
    margin: 0px auto 20px auto;
    font-weight: bold;
}
.text_support_hello {
    font-size: 15px;
    margin-bottom: 9px;
}
.support_main_page .img_block .box_img .text_on_img_1 {
    font-family: ubuntu;
    font-size: 45px;
    color: #333333;
    text-align: center;
    font-weight: 500;
}
.support_main_page .img_block .text_on_img_2 {
    font-family: ubuntu;
    font-size: 35px;
    color: #777777;
    text-align: center;
}
.support_main_page .block .head {
    font-size: 32px;
    color: #333333;
    font-family: "Fira Sans", Helvetica, Arial, sans-serif;
    padding-left: 60px;
    font-weight: 500;
}
.support_main_page .block .box_1 .head {
    background: url("../images/support-call.png") no-repeat;
}
.support_main_page .block .box_2 .head {
    background: url("../images/support-write.png") no-repeat;
}
.support_main_page .block .text {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    font-family: arial;
    margin-top: 8px;
}
.support_main_page .block .orang_block, .support_main_page .block .orang_block a {
    font-size: 23px;
    color: #519aed;
    font-family: arial;
}
.support_main_page .block {
    width: 100%;
    margin: 0px auto 73px auto;
}
.support_main_page .block .box_1 {
    margin-bottom: 40px;
}
.support_main_page .block .box_2 {
    margin-bottom: 20px;
}
.support_main_page .block .box_1, .support_main_page .block .box_2 {
}
.box_1_description {
    display: flex;
    justify-content: space-between;
}
.box_1_description .text {
    width: 100%;
}
.box_1_phone {
    padding-top: 5px;
}
.box_1_phone span {
    display: block;
}
.phone_number a {
    font-size: 33px !important;
    letter-spacing: -1px;
 	text-decoration: none !important;
}
.phone_number a:active {
    text-decoration: none !important;
}
.phone_text {
    font-size: 12px;
    color: #939292;
    letter-spacing: 1px;
}
.support_social_container a {
 	display: inline-block;
}
.support_social_container2 {
width: 100% !important;
}
.social_block {
    display: block;
    border-radius: 5px;
    color: #fff;
    padding: 14px 0 16px 10px;
    width: 160px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.social_block::after {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 18px;
 	color: #fff;
}
.e-mail_block {
    background: #ff8400;
 	width: 190px;
 	color: #fff !important;
 	text-decoration: none !important;
 	margin-top: 5px;
}
.e-mail_block:hover {
    background: #cb6600;
 	color: #fff !important;
 	text-decoration: none !important;
}
.e-mail_block::after {
    width: 22px;
    height: 18px;
    background: url("../images/e-mail-icon.png") center no-repeat;
    left: 5px;
 	color: #fff !important;
 	text-decoration: none !important;
}
.messenger_block {
    background: #0084ff;
 	width: 160px;
 	color: #fff !important;
 	text-decoration: none !important;
 	margin-top: 5px;
}
.messenger_block:hover {
    background: #0054a8;
 	color: #fff !important;
 	text-decoration: none !important;
}
.messenger_block::after {
    width: 22px;
    height: 22px;
    background: url("../images/messenger-icon.png") center no-repeat;
 	color: #fff !important;
 	text-decoration: none !important;
}
.telegram_block {
    background: #2ca5e0;
 	width: 160px;
 	color: #fff !important;
 	text-decoration: none !important;
 	margin-top: 5px;
}
.telegram_block:hover {
    background: #237ca8;
 	color: #fff !important;
 	text-decoration: none !important;
}
.telegram_block::after {
    width: 21px;
    height: 18px;
    background: url("../images/telegram-icon.png") center no-repeat;
 	color: #fff !important;
 	text-decoration: none !important;
}
.viber_block {
    background: #7c529d;
 	width: 160px;
 	color: #fff !important;
 	text-decoration: none !important;
 	margin-top: 5px;
}
.viber_block:hover {
    background: #56376f;
 	color: #fff !important;
 	text-decoration: none !important;
}
.viber_block::after {
    width: 23px;
    height: 24px;
    background: url("../images/viber-icon.png") center no-repeat;
    top: 11px;
 	color: #fff !important;
 	text-decoration: none !important;
}
.whatsapp_block {
    background: #42c253;
 	width: 160px;
 	color: #fff !important;
 	text-decoration: none !important;
 	margin-top: 5px;
}
.whatsapp_block:hover {
    background: #23a937;
 	color: #fff !important;
 	text-decoration: none !important;
}
.whatsapp_block::after {
    width: 23px;
    height: 24px;
    background: url("../images/whatsapp-icon.png") center no-repeat;
    top: 11px;
 	color: #fff !important;
 	text-decoration: none !important;
}
.skype_block {
    background: #00aff0;
 	width: 160px;
 	color: #fff !important;
 	text-decoration: none !important;
 	margin-top: 5px;
}
.skype_block:hover {
    background: #018ec2;
 	color: #fff !important;
 	text-decoration: none !important;
}
.skype_block::after {
    width: 23px;
    height: 24px;
    background: url("../images/skype-icon.png") center no-repeat;
    top: 11px;
 	color: #fff !important;
 	text-decoration: none !important;
}
#main_content_support {
    padding: 18px 63px 0px 63px;
    min-height: 655px;
}

blockquote {
  margin: 0;
  background: #FBF8F8;
  color: #5F5F5F;
  padding: 30px 30px 30px 80px;
  position: relative;
  font-family: 'Lato', sans-serif;
  border-radius: 3px;
}
blockquote:before {
  content: "\1F676";
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  color: #F2EAD7;
  font-size: 50px;
  background: rgba(188,231,250, .7);
}
blockquote:after {
  content: "";
  position: absolute;
  left: 34px;
  top: 19px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(242,124,176, .7);
}
blockquote p {
font-size: 22px;
letter-spacing: .05em;
line-height: 1.4;
margin: 0 0 16px;
position: relative;
z-index: 3;
font-family: 'Caveat', cursive;
margin-left: 30px;
}
blockquote footer1 {
margin-left: 30px;
}
blockquote cite {
font-style: normal;
font-weight: 300;
font-family: 'Caveat', cursive;
font-size: 20px;
}

/* Заказ в 1 клик */
.various.oneclick2,.various.oneclick {
 display:block;
 font-size:13px;
 text-align:center;
 text-decoration:none;
 float:left;
 color:#777;
 border:1px solid #D5D5D5;
 width:201px;
 box-sizing:border-box;
 padding:5.7px;
 border-radius:2px;
}
.various.oneclick2:hover,.various.oneclick2:focus,.various.oneclick:hover,.various.oneclick:focus {
 color:#778788;
 border:1px solid #778788;
}


.search-result-title {
    color: #333;
    font-size: 1.76923em;
    font-weight: 400;
    letter-spacing: -.004em;
    margin-bottom: .3em;
}


/* Преимущества натуральных волос */
.advantages_natural_hair {
    margin: 20px 0 0 0;
}
.natural_hair_head {
    width: 95px;
    height: 98px;
    margin: 0 15px 15px 0;
    float: left;
}
.natural_hair_img {
    height: 65px;
    width: 89px;
    position: relative;
}

.natural_hair_text {
    color: #5a2b21;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
}











#pluses {
    margin-top: 3.75rem;
    font-size: 0.875rem;
    background: #f4f3f3;
    color: #4d4d4d
}
#pluses .slogan {
    padding: 1.25rem 0.9375rem 0rem
}
#pluses li {
    position: relative;
    display: inline-block;
    width: 25%;
    margin-right: -0.1875rem;
    padding: 0.4375rem 0.9375rem 0rem 1.25rem;
    vertical-align: top;
    line-height: 1
}
#pluses li>i {
    float: left;
    width: 4.375rem;
    height: 4.375rem;
    border: 5px solid #eee;
    line-height: 3.75rem;
    font-size: 1.875rem;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center
}
#pluses li>span {
    display: block;
    margin-top: 0.625rem;
    margin-left: 5.3125rem
}
#pluses li:hover>i {
    color: #fff;
    border-color: #ccc;
    background-color: #8053a1
}
#pluses li:first-child::before,
#pluses li:after {
    position: absolute;
    top: 0.625rem;
    height: 3.8125rem;
    border-right: 1px dotted gray;
    content: ''
}
#pluses li:first-child::before {
    left: 0
}
#pluses li:after {
    right: 0
}
@media (max-width: 1319px) {
    #pluses li {
        width: 50%
    }
}
@media (max-width: 991px) {
    #pluses li:first-child::before,
    #pluses li:after {
        border-color: transparent
    }
}
@media (max-width: 767px) {
    #pluses li {
        width: 100%
    }
}














.filter__block
{
}
.filter__block .title
{
	color: #fff;
	font-family: ProximaNova-Semibold;
	font-size: 30px;
	margin-bottom: 34px;
	text-align: center;
	text-transform: uppercase;
}
.filter__body
{
	padding: 0 0 0 0px;
 	margin-top:10px;
}
.filter__name
{
	color: #fff;
	float: left;
	margin: 5px 0 0 16px;
	width: 152px;
}
.filter__block-row a
{
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	line-height: 15px;
	margin: 0 13px 10px 0;
	padding: 5px 15px;
	text-decoration: none;
}
.filter__block-row a:hover
{
	background: #93b2ba;
	border: 1px solid #93b2ba;
}
.filter__block-row
{
	padding-bottom: 11px;
}
.filter__block-row .color
{
	border: medium none;
	height: 38px;
	padding: 0;
	width: 38px;
}
.filter__block-row .color:hover
{
	border: none;
}
.red-color
{
	color: #d70019;
}
.color_1
{
	background-color: #f655a0!important;
}
.color_2
{
	background-color: #fa917a!important;
}
.color_3
{
	background-color: #9dd298!important;
}
.color_4
{
	background-color: #68cef8!important;
}
.color_5
{
	background-color: #8392cb!important;
}
.color_6
{
	background-color: #bd8cc1!important;
}
.color_7
{
	background-color: #fa917a!important;
}
.color_8
{
	background-color: #68cef8!important;
}
.color_9
{
	background-color: #8392cb!important;
}
.color_10
{
	background-color: #bd8cc1!important;
}
.color_11
{
	background-color: #fa917a!important;
}
.color_12
{
	background-color: #68cef8!important;
}
.color_13
{
	background-color: #8392cb!important;
}
.container1
	{
		width: 100%;
	}
.filter__block-row a
{
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	line-height: 13px;
	margin: 0 13px 10px 0;
	padding: 5px 15px;
	text-decoration: none;
}
.filter__block-row a:hover
{
	background: #93b2ba;
	border: 1px solid #93b2ba;
}
.filter__block-row
{
	padding-bottom: 11px;
}
.filter__block-row .color
{
	border: medium none;
	height: 38px;
	padding: 0;
	width: 38px;
}
.filter__block-row a
	{
		border: 2px solid #6d929b;
		color: #587980;
		font-size: 18px;
		margin: 0 3px 8px 0;
		padding: 11px 15px;
	}
.filter__block-row a:hover
	{
		border: 2px solid #93b2ba;
	}
.filter__block-row .color
	{
		float: left;
		margin: 0 26px 15px 0;
	}
.filter__block-row .color:nth-child(10n+10)
	{
		margin-right: 0;
	}
.filter__block-row .color,.filter__block-row .color:nth-child(10n+10)
	{
		margin-right: 25px;
	}
.filter__block-row .color:nth-child(7n+7)
	{
		margin-right: 0;
	}
.filter__block-row a
	{
		border: 1px solid #6d929b;
		color: #587980;
		font-size: 13px;
		margin: 0 3px 8px 0;
		padding: 5px 9px;
     	transition: 0.2s;
	}
.filter__block-row a:hover
	{
		border-width: 1px;
     	color:#fff;
     	transition: 0.2s;
	}
.filter__block-row .color
	{
		float: left;
		margin: 0 6px 6px 0;
	}
.filter__block-row .color:nth-child(10n+10),.filter__block-row .color:nth-child(7n+7)
	{
		margin: 0 6px 6px 0;
	}


/* Кнопки расшаривания */
.jssocials-shares {
  margin: 0.2em 0; }
.jssocials-shares * {
  box-sizing: border-box; }
.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }
.jssocials-share:last-child {
  margin-right: 0; }
.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }
img.jssocials-share-logo {
  width: auto;
  height: 1em; }
.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }
.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }
.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }
.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }
/* Стиль кнопок расшаривания */
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }
.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }
.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }
.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }
.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }
.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }
.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }
.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }
.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd; }
.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }
.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }
  .jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b; }
.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e; }
.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc; }
.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c; }
.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }
.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

/* Font Awesome */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-vk:before {
  content: "\f189";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-whatsapp:before {
  content: "\f232";
}

.form_placeholder{
    transition: all 0.1s linear 0s;
    line-height: 1;
    display: table;
    position: absolute;
    left: 15px;
    top: 15px;
    cursor: text;
    font-family: inherit;
    color: rgb(146, 146, 146);
    font-size: 12px;
}
.form_placeholder.active,
.placeholder_focus.error + label + .form_placeholder,
.placeholder_focus:focus + .form_placeholder {
    font-size: 85%;
    background: rgb(255, 255, 255);
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: rgb(146, 146, 146);
}

.developer-icon { width: 100px !important; margin-right: 10px; opacity: .7; -webkit-transition: all 0.23s ease-in-out; transition: all 0.23s ease-in-out; }
.developer-icon:hover { opacity: 1; -webkit-transition: all 0.23s ease-in-out; transition: all 0.23s ease-in-out; }
