/* Fonts */

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/opensanslight.woff2') format('woff2'), url('../fonts/opensanslight.woff') format('woff'), url('../fonts/opensanslight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url('../fonts/opensanslightitalic.woff2') format('woff2'), url('../fonts/opensanslightitalic.woff') format('woff'), url('../fonts/opensanslightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans'), local('OpenSans'), url('../fonts/opensans.woff2') format('woff2'), url('../fonts/opensans.woff') format('woff'), url('../fonts/opensans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/opensansitalic.woff2') format('woff2'), url('../fonts/opensansitalic.woff') format('woff'), url('../fonts/opensansitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../fonts/opensanssemibold.woff2') format('woff2'), url('../fonts/opensanssemibold.woff') format('woff'), url('../fonts/opensanssemibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('../fonts/opensanssemibolditalic.woff2') format('woff2'), url('../fonts/opensanssemibolditalic.woff') format('woff'), url('../fonts/opensanssemibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/opensansbold.woff2') format('woff2'), url('../fonts/opensansbold.woff') format('woff'), url('../fonts/opensansbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/opensansbolditalic.woff2') format('woff2'), url('../fonts/opensansbolditalic.woff') format('woff'), url('../fonts/opensansbolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('../fonts/opensansextrabold.woff2') format('woff2'), url('../fonts/pensansextrabold.woff') format('woff'), url('../fonts/opensansextrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url('../fonts/opensansextrabolditalic.woff2') format('woff2'), url('../fonts/opensansextrabolditalic.woff') format('woff'), url('../fonts/opensansextrabolditalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: local('Lora'), local('Lora-Regular'), url('../fonts/lora.woff2') format('woff2'), url('../fonts/lora.woff') format('woff'), url('../fonts/lora.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: local('Lora Italic'), local('Lora-Italic'), url('../fonts/loraitalic.woff2') format('woff2'), url('../fonts/loraitalic.woff') format('woff'), url('../fonts/loraitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: local('Lora Bold'), local('Lora-Bold'), url('../fonts/lorabold.woff2') format('woff2'), url('../fonts/lorabold.woff') format('woff'), url('../fonts/lorabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: local('Lora Bold Italic'), local('Lora-BoldItalic'), url('../fonts/lorabolditalic.woff2') format('woff2'), url('../fonts/lorabolditalic.woff') format('woff'), url('../fonts/lorabolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Null */

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
  font-weight: 400;
}

ol,
ul {
  list-style-position: outside;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table,
.tbl {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tbl {
  display: table;
  width: 100%;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
}

img {
  border: none;
}

p {
  margin: 1em 0 0;
  line-height: 1.6em;
}

p:first-child {
  margin: 0;
}


* {
  margin: 0;
  padding: 0;
  outline: none;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

html {
  font-family: 'Lora', 'sans-serif';
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


a {
  background: transparent;
  outline:none !important;
}

a:focus {
  outline:none;
}

a:active,
a:hover {
  outline: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

s{
  text-decoration: none;
    position: relative;
}

s::before{
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: calc( 50% - 0.5px );
    border-bottom: 1px solid rgba(0,0,0,0.8);
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/*sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}*/

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
  font-size: 0;
  line-height: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
select {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/* Common */

html,
body {
  background: #fff;
}

body {
  color: #333;
  font-size: 1rem;
  line-height: 1.4em;
  overflow-x: hidden;
  font-family: 'Lora', 'Open Sans';
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: visible !important;
}

/* Links */

a {
  position: relative;
  z-index: 50;
}

a:link,
a:visited {
  color: #dbb459;
  text-decoration: underline;
}

a:active,
a:hover {
  color: #dbb459;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
div.h1,
div.h2,
div.h3,
div.h4
{
  line-height: normal;
  position: relative;
  font-family: 'Lora';
  font-weight: 400;
}

h1 {
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.2em;
}

h4,
.h4 {
  font-size: 1em;
}

h5 {
  font-size: .8em;
}

h6 {
  font-size: .8em;
}

select,
input,
textarea {
  position: relative;
  font-size: 1rem;
  line-height: 1.2em;
  box-sizing: border-box;
  vertical-align: middle;
  color: #333;
  padding: 1em;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  background: #fff;
  font-family: 'Lora', 'Open Sans';
/*  text-transform: uppercase; */
  width: 100%;
}

select,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"] {

}

input[type="submit"] {
  width: auto;
}

select {
  display:-webkit-box;
  -webkit-appearance: default-button;
}

input:focus,
textarea:focus {
  border-bottom: 1px solid #e3d0a3;

}

input[type="radio"],
input[type="checkbox"] {
  background: #fff !important;
  padding: 0 !important;
  display: inline-block;
  vertical-align: middle;
  border: none !important;
  position: relative;
  height: 20px !important;
  width: 20px !important;
}

label {
  display: inline-block;
  position: relative;
}


input[type=checkbox] + label {
  cursor: pointer;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}

input[type=checkbox] + label {
  position: relative;
  padding: 0.2em 0 0 35px;
  min-height: 20px;
  text-align: left !important;
}

input[type=checkbox] + label.nocb:before {
  content: '';
  position: relative;
  /*display: block;*/
  top: 0px;
  left: 0;
  width: 0px;
  height: 0px;
  border: none;
}

input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  /*display: block;*/
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  background: #fff;
}

input[type=checkbox] + label:after {
  content:'';
  display: block;
  width: 13px;
  height: 10px;
  background: url("../i/ico_btn/arr_check.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
  transition: all .2s;
}

input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.clear {
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.ov_hid {
  overflow: hidden;
}


.fulltextnull,
.nav_top .menu_add ul,
.select_goods .buttons,
#form-filter .buttons,
.responces ul,
footer .salons ul,
.catalog_tales .list ul,
.brands .brands_block .list ol,
.list_img ul,
.allnews .list ul,
.page_news .photogallery,
.carousel_preview ul,
.brands .brands_block .brands_tales.list li,
.menu_main .menu_dropdown ul,
.brand_new .central_block .list ul,
.brands_new.brands .central_block .carousel,
.select_goods .inpt2,
#form-filter .parameters .inpt2,
.select_goods .row,
#form-filter .parameters .row,
.fullpage .reasons .list ul,
.fullpage .catalog_tales .list ul,
.fullpage .page_inspiration .carousel_img ul {
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  word-spacing: -1px;
}

.fulltextnormal,
.nav_top .menu_add ul li,
.nav_top .menu_add a.more,
.select_goods .buttons input,
#form-filter .buttons input,
.responces ul li,
footer .salons ul li,
.catalog_tales .list ul li,
.brands .brands_block .list li,
.list_img li,
.allnews .list ul > li,
.popup.popup_product .carousel_preview span,
.brands .brands_block .brands_tales.list li p,
.menu_main .menu_dropdown ul li,
.brand_new .central_block .list li,
.brands_new.brands .central_block .carousel li,
.popup_photogallery .image .carousel li .article,
.select_goods .inpt2 .clearfix,
#form-filter .parameters .inpt2 .clearfix,
.select_goods .inpt2 span,
.select_goods .row .col,
#form-filter .parameters .inpt2 span,
#form-filter .parameters .row .col,
.fullpage .reasons .list li,
.fullpage .catalog_tales .list li,
.fullpage .page_inspiration .carousel_img li {
  font-size: 1rem;
  line-height: 1.4em;
  letter-spacing: normal;
  word-spacing: normal;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.underline {
  text-decoration: underline !important;
}

.al-r {
  text-align: right!important;
}

.al-l {
  text-align: left!important;
}

.al-c {
  text-align: center!important;
}

.m-0 {
  margin: 0px!important;
}

.pbot-0 {
  padding-bottom: 0px!important;
}

.pbot-1 {
  padding-bottom: 1em!important;
}

.txt-black {
  color: black!important;
}

.mbot-0 {
  margin-bottom: 0px!important;
}

.text-transform-none {
  text-transform: none!important;
}

.pl-20 {
  padding-left: 20px!important;
}

textarea {
  white-space:pre-wrap;
}

.position-relative {
  position: relative!important;
}

.no-border {
  border: none!important;
}

a.nostyle {
  cursor: default!important;
  text-decoration: none!important;
}

a.nostyle:hover {
  color: inherit!important;
}

textarea[type="pac"]::placeholder
, textarea[type="pac"]::-webkit-input-placeholder
, input[type="text"].pac::placeholder
, input[type="text"].pac::-webkit-input-placeholder
, input[type="text"].wide::placeholder
, input[type="text"].wide::-webkit-input-placeholder
{
  text-align:center;
  font-size: 10px;
}

.ui-widget {
  font-family: "Open Sans"!important;
}

.p-0 {
  padding: 0px!important;
}
.p-1 {
  padding: 1em!important;
}
.pt-1 {
  padding-top: 1em!important;
}
.mt-0 {
  margin-top: 0px!important;
}
.pr-0 {
  padding-right: 0px!important;
}

.tt-none {
  text-transform: none!important;
}

.text-bold {
    font-weight: bold!important;
}

.text-italic {
    font-style: italic!important;
}

.d-inline {
    display: inline-block!important;
}