/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* 
*, body {
	font-family: "Raleway", sans-serif !important;
} */
html {
    line-height: 1.15;

    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    font-size: 1em;
    font-family: monospace, monospace;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;

    -webkit-text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-size: 1em;
    font-family: monospace, monospace;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    max-width: 100%;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;

    -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;

    -webkit-appearance: button;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: inherit;
    font-size: 16px;
    line-height: 1.3;
}
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-family: "Lato", sans-serif;

    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    color: #2f2f2f;
    text-decoration: none;
    font-weight: 400;
}
.h1,
h1 {
    margin-bottom: 25px;
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 1.05;
}
.h2,
h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.05;
}
.h3,
h3 {
    font-size: 16px;
    line-height: 1.38;
}
.h4,
h4 {
    font-size: 14px;
    line-height: 1.38;
}
.h5,
h5 {
    font-size: 13px;
}
.h6,
h6 {
    font-size: 12px;
}
.small,
small {
    font-size: 14px;
    line-height: 1.2;
}
p {
    margin: 0 0 20px 0;
    line-height: 24px;
}
.em,
.i,
em,
i {
    font-style: italic;
}
.b,
.strong,
b,
strong {
    font-weight: 700;
}
hr {
    clear: both;
    margin: 10px 0 30px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
}
.link,
a {
    outline: 0;
    color: #a58a63;
    text-decoration: underline;
    -webkit-transition: color 0.35s, background 0.35s, border 0.35s;
    transition: color 0.35s, background 0.35s, border 0.35s;
}
.link:hover,
a:hover {
    outline: 0;
    color: #ae8244;
    text-decoration: none;
    text-decoration: underline;
}
.link:active,
.link:focus,
a:active,
a:focus {
    outline: 0;
}
.link__up {
    position: fixed;
    right: 50px;
    bottom: 40px;
    z-index: 100;
    display: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #a58a63;
}
.link__up .iconArrowUp {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 18px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.link--reverse {
    text-decoration: none;
}
.link--reverse:hover {
    text-decoration: underline;
}
.link--black {
    color: #000;
}
.link--black:hover {
    color: #a58a63;
}
.link .iconArrowLeft,
.link .iconArrowRight {
    margin-right: 11px;
    width: 21px;
    height: 10px;
}
.container {
    margin: 0 auto;
    padding: 0 15px;
    width: 1176px;
}
.text--center,
.text-center {
    text-align: center !important;
}
.text--left,
.text-left {
    text-align: left !important;
}
.text--right,
.text-right {
    text-align: right !important;
}
.text--upper,
.text-upper {
    text-transform: uppercase !important;
}
.text--lower,
.text-lower {
    text-transform: lowercase !important;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    background-color: #fff;
}
.loader__block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 4em;
    background: #a58a63;
    color: #a58a63;
    text-indent: -9999em;
    font-size: 11px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader__block:after,
.loader__block:before {
    width: 1em;
    height: 4em;
    background: #a58a63;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
}
.loader__block:after,
.loader__block:before {
    position: absolute;
    top: 0;
    content: "";
}
.loader__block:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader__block:after {
    left: 1.5em;
}
@-webkit-keyframes load1 {
    0%,
    100%,
    80% {
        height: 4em;
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
    }
    40% {
        height: 5em;
        -webkit-box-shadow: 0 -2em;
        box-shadow: 0 -2em;
    }
}
@keyframes load1 {
    0%,
    100%,
    80% {
        height: 4em;
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
    }
    40% {
        height: 5em;
        -webkit-box-shadow: 0 -2em;
        box-shadow: 0 -2em;
    }
}
.img--responsive,
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img--round,
.img-round {
    border-radius: 50%;
}
.section {
    padding: 50px 0;
}
.container .section {
    min-width: inherit;
}
ul li {
    list-style-type: disc;
}
ol li {
    list-style-type: decimal;
}
.bg--pink {
    background-color: pink !important;
}
.bg--white {
    background-color: #fff !important;
}
.bg--black {
    background-color: #000 !important;
}
.no--p {
    padding: 0 !important;
}
.no--p-top {
    padding-top: 0 !important;
}
.no--p-bottom {
    padding-bottom: 0 !important;
}
.no--p-left {
    padding-left: 0 !important;
}
.no--p-right {
    padding-right: 0 !important;
}
.no--m {
    margin: 0 !important;
}
.no--m-top {
    margin-top: 0 !important;
}
.no--m-bottom {
    margin-bottom: 0 !important;
}
.no--m-left {
    margin-left: 0 !important;
}
.no--m-right {
    margin-right: 0 !important;
}
.no--b {
    background: 0 0 !important;
}
.no--b-image {
    background-image: none !important;
}
.no--border {
    border: 0 !important;
}
.icon {
    display: block;
}
.iconUser {
    fill: none;
}
.iconUser .path-fill {
    fill: #a58a63;
}
.iconUser .path-stroke {
    stroke: #a58a63;
    stroke-miterlimit: 10;
}
.iconSearch {
    fill: none;
}
.iconSearch .path-fill {
    fill: #a58a63;
}
.iconSearch .path-stroke {
    stroke: #a58a63;
}
.iconClose {
    fill: none;
}
.iconClose .path-stroke {
    stroke: #fff;
    stroke-width: 2;
}
.iconArrowList {
    fill: none;
}
.iconArrowList .path-stroke {
    stroke: #a58a63;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.iconSertificate {
    fill: none;
}
.iconSertificate .path-stroke {
    stroke: #fff;
    stroke-width: 2;
}
.iconArrowUp {
    fill: none;
}
.iconArrowUp .path-stroke {
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.iconArrowRight {
    fill: none;
}
.iconArrowRight .path-stroke {
    stroke: #000;
    stroke-width: 2;
    stroke-linecap: round;
}
.iconArrowUp2 {
    fill: none;
}
.iconArrowUp2 .path-stroke {
    stroke: #a58a63;
    stroke-width: 2;
}
.iconArrowLeft {
    fill: none;
}
.iconArrowLeft .path-stroke {
    stroke: #000;
    stroke-width: 2;
    stroke-linecap: round;
}
.iconArrowFilter {
    fill: none;
}
.iconArrowFilter .path-fill {
    fill: #cecdcd;
}
.iconCheck {
    fill: none;
}
.iconCheck .path-stroke {
    stroke: #a58a63;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.iconHeart {
    fill: none;
}
.iconHeart .path-stroke {
    stroke: #a58a63;
}
.iconAdvertAdd {
    fill: none;
}
.iconAdvertAdd .path-fill {
    fill: #c4c4c4;
}
.iconEdit {
    fill: none;
}
.iconEdit .path-fill {
    fill: #000;
}
.iconEye {
    fill: none;
}
.iconEye .path-fill {
    fill: #000;
}
.iconEye .path-stroke {
    stroke: #000;
}
.iconStar {
    fill: none;
}
.iconStar .path-fill {
    fill: rgba(0, 0, 0, 0.5);
}
.iconStop {
    fill: none;
}
.iconStop .path-fill {
    fill: rgba(0, 0, 0, 0.5);
}
.iconTrash {
    fill: none;
}
.iconTrash .path-fill {
    fill: rgba(0, 0, 0, 0.5);
}
.iconExit {
    fill: none;
}
.iconExit .path-fill {
    fill: #a58a63;
}
.iconRemoveFavorite {
    fill: none;
}
.iconRemoveFavorite .path-fill {
    fill: #a58a63;
    stroke: #a58a63;
    stroke-width: 2;
}
.iconRemoveFavorite .path-stroke {
    stroke: #fff;
    stroke-width: 2;
}
.iconMail {
    fill: none;
}
.iconMail .path-stroke {
    stroke: #fff;
}
.iconPhone {
    fill: none;
}
.iconPhone .path-fill {
    fill: #fff;
}
.iconAttache {
    fill: none;
}
.iconAttache .path-fill {
    fill: #000;
}
.iconLike {
    fill: none;
}
.iconLike .path-stroke {
    stroke-width: 2;
    stroke: #fff;
}
.color--black {
    color: #000 !important;
}
.color--white {
    color: #fff !important;
}
.color--777 {
    color: #777 !important;
}
.color--link {
    color: #a58a63 !important;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.visible {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.width--100perc {
    width: 100% !important;
}
.width--165px {
    width: 165px !important;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 25px;
    min-width: 233px;
    height: 48px;
    border: 2px solid #a58a63;
    border-radius: 30px;
    background-color: transparent;
    background-image: none;
    color: #a58a63;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 47px;
    cursor: pointer;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;

    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:hover {
    outline: 0;
    border-color: #a58a63;
    background-color: #a58a63;
    color: #fff;
    text-decoration: none;
}
.btn:active,
.btn:focus {
    outline: 0 !important;
    text-decoration: none;
}
.btn--color {
    border-color: #a58a63;
    background-color: #a58a63;
    color: #fff;
}
.btn--color:hover {
    border-color: #937a55;
    background-color: #937a55;
    color: #fff;
}
.btn .iconMail {
    margin-right: 12px;
    width: 16px;
    height: 13px;
    vertical-align: -1px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    outline: 0;
    color: inherit;
    font: inherit;
}
button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
optgroup:active,
optgroup:focus,
optgroup:hover,
select:active,
select:focus,
select:hover,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    outline: 0;
    cursor: pointer;

    -webkit-appearance: button;
}
.form-group,
.form__group {
    margin-bottom: 32px;
}
.form-group--remember,
.form__group--remember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}
.form-group--remember > div,
.form__group--remember > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.form-group--captcha,
.form__group--captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.form-group--password,
.form__group--password {
    position: relative;
}
.form-group--password input,
.form__group--password input {
    padding-right: 120px;
}
.form-group--password input ~ button,
.form__group--password input ~ button {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 110px;
    border: 0;
    border-left: 1px solid #cecdcd;
    background: 0 0;
    color: #a9a6a6;
    text-align: center;
    font-size: 16px;
}
.form-group.has-error .form-error,
.form-group.has-error .form__error,
.form__group.has-error .form-error,
.form__group.has-error .form__error {
    display: block;
}
.form-group__text,
.form__group__text {
    font-size: 14px;
    line-height: 17px;
}
.form-group__text .iconEye,
.form__group__text .iconEye {
    margin-right: 5px;
    width: 16px;
    height: 7px;
    vertical-align: 2px;
}
.form-group--file,
.form__group--file {
    position: absolute;
    right: 18px;
    bottom: 12px;
    margin: 0;
    background: 0 0;
}
.form-group--file .inputfile,
.form__group--file .inputfile {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
}
.form-group--file .inputfile + label,
.form__group--file .inputfile + label {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    color: #000;
    cursor: pointer;
}
.form-group--file .inputfile + label .iconAttache,
.form__group--file .inputfile + label .iconAttache {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
}
.form-group--file .inputfile + label span,
.form__group--file .inputfile + label span {
    display: none;
    overflow: hidden;
    max-width: 350px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form-group--file .inputfile + label a,
.form__group--file .inputfile + label a {
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 10;
    display: none;
}
.form-group--file .inputfile + label .iconClose,
.form__group--file .inputfile + label .iconClose {
    display: block;
    width: 18px;
    height: 18px;
}
.form-group--file .inputfile + label .iconClose .path-stroke,
.form__group--file .inputfile + label .iconClose .path-stroke {
    stroke: #000;
}
.form-group--file.has-file,
.form__group--file.has-file {
    right: inherit;
    left: 0;
}
.form-group--file.has-file .inputfile + label,
.form__group--file.has-file .inputfile + label {
    padding-right: 25px;
    padding-left: 31px;
    width: auto;
}
.form-group--file.has-file .inputfile + label span,
.form__group--file.has-file .inputfile + label span {
    display: block;
}
.form-group--file.has-file .inputfile + label a,
.form__group--file.has-file .inputfile + label a {
    display: block;
}
.form-control,
.form__control {
    display: block;
    padding: 6px 10px;
    width: 100%;
    height: 48px;
    border: 1px solid #cecdcd;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
	font-weight: 400;
    font-size: 16px;
    line-height: 1.42857143;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.form-control--border0,
.form__control--border0 {
    border-color: transparent;
}
.form-checkbox,
.form__checkbox {
    position: relative;
    margin: 0;
    padding-left: 0;
    min-height: 20px;
}
.form-checkbox::after,
.form__checkbox::after {
    display: block;
    clear: both;
    content: "";
}
.form-checkbox input[type="checkbox"],
.form__checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.form-checkbox input[type="checkbox"] ~ span,
.form__checkbox input[type="checkbox"] ~ span {
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #cecdcd;
    background: #fff;
}
.form-checkbox input[type="checkbox"] ~ span .iconCheck,
.form__checkbox input[type="checkbox"] ~ span .iconCheck {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    visibility: hidden;
    width: 10px;
    height: 8px;
    opacity: 0;
}
.form-checkbox input[type="checkbox"] ~ span ~ label,
.form__checkbox input[type="checkbox"] ~ span ~ label {
    position: relative;
    z-index: 1;
    margin: 0;
    padding-left: 20px !important;
    cursor: pointer;
}
.form-checkbox input[type="checkbox"] ~ span ~ label ~ sup,
.form__checkbox input[type="checkbox"] ~ span ~ label ~ sup {
    position: absolute;
    top: 0;
    right: 0;
    color: #777;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
}
.form-checkbox input[type="checkbox"]:checked ~ span .iconCheck,
.form__checkbox input[type="checkbox"]:checked ~ span .iconCheck {
    visibility: visible;
    opacity: 1;
}
.form-checkbox--noText,
.form__checkbox--noText {
    padding-left: 12px;
    min-height: 12px;
    line-height: normal;
}
.form-checkbox--noText input[type="checkbox"] ~ span,
.form__checkbox--noText input[type="checkbox"] ~ span {
    top: 0;
}
.form-checkbox--color input[type="checkbox"] ~ span,
.form__checkbox--color input[type="checkbox"] ~ span {
    border-color: #a58a63;
}
.form-checkbox--color input[type="checkbox"]:checked ~ span,
.form__checkbox--color input[type="checkbox"]:checked ~ span {
    background: #a58a63;
}
.form-checkbox--color input[type="checkbox"]:checked ~ span .iconCheck .path-stroke,
.form__checkbox--color input[type="checkbox"]:checked ~ span .iconCheck .path-stroke {
    stroke: #fff;
}
.form-checkbox--toggle input[type="checkbox"] ~ span,
.form__checkbox--toggle input[type="checkbox"] ~ span {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 14px;
    border: 0;
    border-radius: 10px;
    background: rgba(34, 31, 31, 0.26);
    cursor: pointer;
}
.form-checkbox--toggle input[type="checkbox"] ~ span::before,
.form__checkbox--toggle input[type="checkbox"] ~ span::before {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f1f1f1;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
    content: "";
}
.form-checkbox--toggle input[type="checkbox"]:checked ~ span,
.form__checkbox--toggle input[type="checkbox"]:checked ~ span {
    background: rgba(165, 138, 99, 0.5);
}
.form-checkbox--toggle input[type="checkbox"]:checked ~ span::before,
.form__checkbox--toggle input[type="checkbox"]:checked ~ span::before {
    left: 20px;
    background: #a58a63;
}
.form-checkbox--no-checkbox input[type="checkbox"] ~ span,
.form__checkbox--no-checkbox input[type="checkbox"] ~ span {
    display: none;
}
.form-checkbox--no-checkbox input[type="checkbox"] ~ span ~ label,
.form__checkbox--no-checkbox input[type="checkbox"] ~ span ~ label {
    padding-left: 12px !important;
}
.form-radio,
.form__radio {
    position: relative;
    margin: 0;
    padding-left: 24px;
    min-height: 20px;
}
.form-radio::after,
.form__radio::after {
    display: block;
    clear: both;
    content: "";
}
.form-radio input[type="radio"],
.form__radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.form-radio input[type="radio"] ~ span,
.form__radio input[type="radio"] ~ span {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #cecdcd;
    border-radius: 50%;
    background: #fff;
}
.form-radio input[type="radio"] ~ span::after,
.form__radio input[type="radio"] ~ span::after {
    position: absolute;
    top: 3px;
    left: 3px;
    display: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    content: "";
}
.form-radio input[type="radio"]:checked ~ span::after,
.form__radio input[type="radio"]:checked ~ span::after {
    display: block;
}
.form-radio label,
.form__radio label {
    margin: 0;
    margin: 0 !important;
    line-height: normal !important;
    cursor: pointer;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.form-error,
.form__error {
    display: none;
    margin-top: 12px;
    color: #e31e26;
	font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}
textarea.form-control,
textarea.form__control {
    height: 150px;
    resize: none;
}
textarea.form-control[rows],
textarea.form__control[rows] {
    height: auto;
}
textarea.form-control--message,
textarea.form__control--message {
    height: 180px;
    border-color: #f5f5f5;
    background: #f5f5f5;
}
label {
    display: block !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
    max-width: 100% !important;
    text-align: left !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    font-family: "Lato", sans-serif !important;
    line-height: 24px !important;
}
label.label--small {
    font-size: 12px !important;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .form-control {
    border-color: #e31e26;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-success .control-label {
    color: #3c763d;
}
.has-warning .control-label {
    color: #8a6d3b;
}
.has-error .control-label {
    color: #e31e26;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
fieldset legend {
    display: block;
    margin-bottom: 44px;
    border: 0;
	font-weight: 500;
    font-size: 24px;
    line-height: 24px;
}
[role="navigation"] ul {
    margin: 0;
    padding: 0;
}
[role="navigation"] ul li {
    margin: 0;
    list-style: none;
}
.navigation > .container {
    position: relative;
}
.navigation nav {
    position: relative;
    overflow: hidden;
    padding-right: 362px;
    height: 540px;
    background-color: #000;
    background-image: url(/desktop/img/navigation.png);
    background-position: bottom center;
    background-repeat: no-repeat;
	font-weight: 500;
    font-size: 16px;
}
.navigation nav ul {
    margin: 0;
    padding: 0;
}
.navigation__li {
    float: left;
    margin: 0;
    margin-bottom: -1px;
    padding: 0;
    width: 25%;
    height: 181px;
    border-right: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
    list-style: none;
}
.navigation__li > a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.navigation__li > a:hover {
    color: #a58a63;
}
.navigation__li > a > span img {
    display: block;
    margin: 20px auto 8px;
    width: 39px;
    height: 30px;
}
.navigation__li > a > span > span {
    display: inline-block;
    padding: 0 15px;
    height: 47px;
}
.navigation__li--sale {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 362px;
    border: 0;
    border-top: 1px solid #2f2f2f;
}
.navigation__li--stock {
    position: absolute;
    top: 0;
    right: 0;
    width: 362px;
    height: 360px;
    border: 0;
}
.nav-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
	font-weight: 500;
    font-size: 24px;
}
.nav-tab li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    list-style: none;
}
.nav-tab li + li {
    border-left: 1px solid #cecdcd;
}
.nav-tab li > a,
.nav-tab li > span {
    display: block;
    height: 65px;
    border-top: 4px solid transparent;
    border-bottom: 1px solid #cecdcd;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 61px;
}
.nav-tab li.active > a,
.nav-tab li.active > span {
    border-top-color: #a58a63;
    border-bottom-color: transparent;
}
.nav-tab--links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -40px -30px 20px -30px;
    padding: 0 30px;
    border-bottom: 1px solid #cecdcd;
	font-weight: 400;
    font-size: 16px;
}
.nav-tab--links li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 0;
}
.nav-tab--links li + li {
    border: 0;
}
.nav-tab--links li + li::before {
    position: absolute;
    top: 30px;
    left: 0;
    width: 1px;
    height: 13px;
    background: #cecdcd;
    content: "";
}
.nav-tab--links li > a,
.nav-tab--links li > span {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    border: 0;
    color: #000;
    line-height: 75px;
}
.nav-tab--links li > a::after,
.nav-tab--links li > span::after {
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    display: none;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #cecdcd;
    border-left: 1px solid #cecdcd;
    background: #f1f1f1;
    content: "";
    -webkit-transform: translate(-50%, -6px) rotate(-45deg);
    transform: translate(-50%, -6px) rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.nav-tab--links li.active > a,
.nav-tab--links li.active > span {
    color: #a58a63;
}
.nav-tab--links li.active > a::after,
.nav-tab--links li.active > span::after {
    display: block;
}
.nav-tab--once {
    padding-top: 37px;
}
.nav-tab--once li > span {
    height: auto;
    border: 0;
    line-height: 24px;
}
.nav-tab--v2 li {
    position: relative;
}
.nav-tab--v2 li > span {
    border-top: 0;
    border-bottom-width: 4px;
    color: #cecdcd;
    line-height: 66px;
}
.nav-tab--v2 li.active > span {
    border-top-color: transparent;
    border-bottom-color: #a58a63;
    color: #a58a63;
}
.nav-tab--v2 li + li {
    border-left: 0;
}
.nav-tab--v2 li + li::before {
    position: absolute;
    top: 19px;
    left: 0;
    width: 1px;
    height: 24px;
    background: #cecdcd;
    content: "";
}
.header {
    position: relative;
    z-index: 950;
    height: 116px;
}
.header__top {
    height: 24px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
	font-weight: 900;
    font-size: 10px;
    line-height: 25px;
}
.header__top ul {
    margin: 0;
    padding: 0;
}
.header__top ul li {
    float: left;
    margin: 0 0 0 42px;
    list-style: none;
}
.header__top ul li:first-child {
    margin: 0;
}
.header__top a {
    color: #fff;
    text-decoration: none;
}
.header__top a:hover {
    color: #a58a63;
    text-decoration: none;
}
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 36px;
    height: 56px;
}
.header__wrapper > div {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header__wrapper > div:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header__wrapper > div + div {
    padding-left: 40px;
}
.header__search {
    position: relative;
    z-index: 20;
    width: 48px;
}
.header__search .iconSearch {
    display: block;
    margin: 13px;
    width: 19px;
    height: 20px;
}
.header__search .iconClose {
    display: block;
    margin: 8px 9px;
    width: 30px;
    height: 30px;
}
.header__search .iconClose path {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.header__search-btn {
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: 1px solid #a58a63;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.header__search-btn:hover {
    background: #a58a63;
}
.header__search-btn:hover .iconSearch .path-fill {
    fill: #fff;
}
.header__search-btn:hover .iconSearch .path-stroke {
    stroke: #fff;
}
.header__search-input {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 60px;
    padding-left: 26px;
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 30px;
    background: 0 0;
    color: #000;
	font-weight: 500;
    font-size: 16px;
}
.header__search-form {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    overflow: hidden;
    width: 0;
    border-radius: 30px;
    background: #eee;
}
.header__search-form form {
    display: block;
}
.header__search-form .header__search-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #a58a63;
}
.header__search.is-active .header__search-form {
    display: block;
    width: 852px;
}
.header__profile .iconUser {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
}
.header__profile-icon {
    margin-bottom: 0;
}
.header__profile-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.header__profile-wrapper {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.header__profile-wrapper > div + div {
    padding-left: 6px;
}
.header__profile-wrapper .header__profile-link {
    position: relative;
    padding-right: 18px;
}
.header__profile-wrapper .header__profile-link span {
    display: block;
    overflow: hidden;
    max-width: 310px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header__profile-popup {
    position: absolute;
    visibility: hidden;
    margin-top: -48px;
    margin-left: -16px;
    padding: 57px 17px 17px 17px;
    width: 200px;
    background: #fff;
    -webkit-box-shadow: 0 15px 19px rgba(165, 138, 99, 0.3);
    box-shadow: 0 15px 19px rgba(165, 138, 99, 0.3);
	font-weight: 500;
    font-size: 16px;
    opacity: 0;
}
.header__profile-popup ul {
    margin: 0;
    padding: 0;
}
.header__profile-popup ul li {
    margin: 0 0 12px 0;
    list-style: none;
}
.header__profile-popup ul li.separator {
    height: 1px;
    background: #cecdcd;
}
.header__profile-popup ul li > a,
.header__profile-popup ul li > span {
    display: block;
    padding-left: 30px;
    color: #000;
    text-decoration: none;
    line-height: 24px;
}
.header__profile-popup ul li > a:hover {
    color: #a58a63;
}
.header__profile-popup ul li:last-child {
    margin-bottom: 0;
}
.header__profile .iconExit {
    position: absolute;
    margin-left: -30px;
    width: 19px;
    height: 24px;
}
.header__profile .iconArrowFilter {
    position: absolute;
    top: 8px;
    right: 0;
    width: 13px;
    height: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.header__profile .iconArrowFilter .path-fill {
    fill: #000;
}
.header__profile.is-active .header__profile-popup {
    visibility: visible;
    opacity: 1;
}
.header__profile.is-active .iconArrowFilter {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.header__logo a {
    display: inline-block;
    vertical-align: middle;
}
.header__logo img {
    display: block;
}
.header__favorites {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    height: 26px;
    color: #000;
    text-decoration: none;
	font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.header__favorites svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 26px;
}
.header__favorites i {
    position: absolute;
    left: 0;
    display: block;
    width: 28px;
    height: 26px;
    color: #a58a63;
    text-align: center;
    font-style: normal;
    font-size: 9px;
    line-height: 26px;
}
.footer {
    padding-bottom: 70px;
    color: #777;
    font-size: 14px;
}
.footer a {
    color: #777;
    text-decoration: none;
}
.footer a:hover {
    color: #a58a63;
    text-decoration: underline;
}
.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    padding-bottom: 40px;
}
.footer__top > div {
    padding: 0 15px;
    width: 25%;
}
.footer__center {
    padding: 19px 0;
    border-top: 1px solid #f1f1f1;
    font-size: 14px;
}
.footer__nav ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.footer__nav ul li {
    display: block;
    list-style: none;
}
.footer__nav ul li a {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    line-height: 24px;
}
.footer__nav ul li a svg {
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
}
.footer__links {
    text-align: center;
}
.footer__links ul {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.footer__links ul li {
    float: left;
    margin: 0 23px 0 0;
    list-style: none;
    line-height: 20px;
}
.footer__links ul li::after {
    display: block;
    clear: both;
    content: "";
}
.footer__links ul li::before {
    float: left;
    margin-right: 23px;
    content: "|";
}
.footer__links ul li:first-child::before {
    display: none;
}
.footer__links ul li .iconArrowList {
    position: absolute;
}
.footer__bottom {
    padding-top: 22px;
    border-top: 1px solid #f1f1f1;
    font-size: 14px;
}
.footer__bottom::after {
    display: block;
    clear: both;
    content: "";
}
.footer__copyright {
    float: left;
}
.footer__development {
    float: right;
}
.footer__logo {
    margin-bottom: 25px;
}
.footer__logo img {
    display: block;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    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: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
    height: 100%;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.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;
}
.catalog {
    padding-bottom: 95px;
}
.catalog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid transparent;
}
.catalog__wrapper--row4 .catalog__block {
    width: 25%;
}
.catalog__block {
    position: relative;
    margin: -1px -1px 0 0;
    width: 20%;
    height: 276px;
    border: 1px solid #c4c4c4;
    background: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    color: #302e2e;
    font-size: 14px;
}
.catalog__block:hover {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.catalog__block:hover .catalog__block-img img {
    opacity: 0.7;
}
.catalog__block-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 167px;
    background: #f1f1f1;
}
.catalog__block-img a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.catalog__block-img img {
    display: block;
    max-width: 195px;
    max-height: 167px;
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;

    -o-object-fit: cover;
    object-fit: cover;
}
.catalog__block-city {
    color: #a58a63;
	font-weight: 700;
    font-size: 16px;
}
.catalog__block-price {
    color: #a58a63;
	font-weight: 700;
    font-size: 16px;
}
.catalog__block-price s {
    display: block;
    color: #302e2e;
    font-size: 12px;
}
.catalog__block-content {
    padding: 12px;
}
.catalog__block-title {
    margin-bottom: 16px;
    height: 42px;
    line-height: 17px;
}
.catalog__block-title a {
    color: #302e2e;
    text-decoration: none;
}
.catalog__block-title a:focus,
.catalog__block-title a:hover {
    color: #a58a63;
    text-decoration: none;
}
.catalog__block-sale {
    position: absolute;
    bottom: 0;
    left: 11px;
    z-index: 5;
    padding: 0 5px;
    height: 17px;
    background: #a58a63;
    color: #fff;
	font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}
.catalog__block-sertificate {
    position: absolute;
    top: 0;
    left: 11px;
    z-index: 5;
    width: 43px;
    height: 39px;
    background: #a58a63;
}
.catalog__block-sertificate .iconSertificate {
    display: block;
    margin: 3px auto 0;
    width: 21px;
    height: 33px;
}
.catalog__block-sertificate + .catalog__block-checked {
    margin-top: 39px;
}
.catalog__block-top {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5;
}
.catalog__block-top .iconStar {
    width: 24px;
    height: 24px;
}
.catalog__block-top .iconStar .path-fill {
    fill: #a58a63;
}
.catalog__block-favorite {
    position: absolute;
    right: 16px;
    bottom: 17px;
    z-index: 10;
}
.catalog__block-favorite .iconRemoveFavorite {
    display: block;
    width: 24px;
    height: 24px;
}
.catalog__block-favorite:hover .catalog__block-tooltip {
    visibility: visible;
    opacity: 1;
}
.catalog__block-checked {
    position: absolute;
    top: 0;
    left: 11px;
    z-index: 5;
    width: 43px;
    height: 39px;
    background: #a58a63;
}
.catalog__block-checked .iconLike {
    display: block;
    margin: 8px auto 0;
    width: 22px;
    height: 22px;
}
.catalog__block-tooltip {
    position: absolute;
    bottom: calc(100% + 5px);
    left: -11px;
    visibility: hidden;
    padding: 13px 15px;
    background: #fff;
    color: #000;
    white-space: nowrap;
    opacity: 0;
    -webkit-filter: drop-shadow(0 6px 5px rgba(165, 138, 99, 0.5));
    filter: drop-shadow(0 6px 5px rgba(165, 138, 99, 0.5));
}
.catalog__block-tooltip::before {
    position: absolute;
    bottom: -5px;
    left: 19px;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}
.catalog__block--paid {
    background: #fffbf3;
}
.catalog__not-found {
    text-align: center;
}
.catalog__not-found .iconCatalogNotFound {
    display: block;
    margin: 0 auto -30px;
}
.social > a {
    display: inline-block;
}
.social > a + a {
    margin-left: 10px;
}
.social svg {
    display: block;
    width: 30px;
    height: 30px;
}
.content {
    padding-top: 28px;
    padding-bottom: 47px;
}
.content__wrapper {
    position: relative;
    background: #f1f1f1;
}
.content__wrapper::after {
    display: block;
    clear: both;
    content: "";
}
.content__wrapper-title {
    padding: 0 34px;
    height: 65px;
    border-bottom: 1px solid #cecdcd;
	font-weight: 700;
    font-size: 24px;
    line-height: 65px;
}
.content__wrapper-body {
    padding: 36px 32px;
}
.content__wrapper-body p:last-child {
    margin-bottom: 0;
}
.content__wrapper-body::after {
    display: block;
    clear: both;
    content: "";
}
.content__main {
    padding: 48px 83px 70px;
}
.content__seo-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    height: 120px;
    color: #686565;
    font-size: 14px;
}
.content__seo-wrapper::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 96px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 241, 241, 0)), color-stop(54.7%, rgba(241, 241, 241, 0.88)), to(#f1f1f1));
    background: linear-gradient(180deg, rgba(241, 241, 241, 0) 0, rgba(241, 241, 241, 0.88) 54.7%, #f1f1f1 100%);
    content: "";
    opacity: 1;
    pointer-events: none;
}
.content__seo-wrapper p {
    line-height: 17px;
}
.content__seo.is-active .content__seo-wrapper {
    height: 100%;
}
.content__seo.is-active .content__seo-wrapper::after {
    opacity: 0;
}
.content__seo-btn {
    text-align: center;
}
.content__head--blog .h1,
.content__head--blog h1 {
    margin-bottom: 10px;
}
.content__document {
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 50px;
    max-width: 754px;
}
.content__document .h1,
.content__document h1 {
    margin-bottom: 13px;
}
.content__document img {
    display: block;
    margin: 0 auto 8px;
    max-width: 100%;
    height: auto;
}
.content__document img + small {
    display: block;
    margin-bottom: 35px;
    color: #777;
    font-size: 16px;
}
.content__document-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}
.content__document-share > div + div {
    padding-left: 35px;
}
.content__close {
    position: absolute;
    top: 0;
    right: 0;
}
.content__close > a {
    display: block;
    width: 60px;
    height: 60px;
    border-bottom: 1px solid #cecdcd;
    border-left: 1px solid #cecdcd;
}
.content__close > a .iconClose {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.content__close > a .iconClose .path-stroke {
    stroke: #cecdcd;
    stroke-width: 2;
}
.content__row-left {
    position: relative;
    padding: 25px 15px 84px 33px;
}
.content__row-left::after {
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    width: 1px;
    background: #cecdcd;
    content: "";
}
.content__row-center {
    position: relative;
    padding: 25px 30px 84px 46px;
}
.content__row-center::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16px;
    width: 1px;
    background: #cecdcd;
    content: "";
}
.content__payment,
.content__profile {
    margin: 36px auto 47px;
    max-width: 620px;
    background: #f1f1f1;
}
.content__payment-wrapper,
.content__profile-wrapper {
    padding: 40px 30px 48px 30px;
}
.content__payment--width100per,
.content__profile--width100per {
    max-width: inherit;
}
.content__payment-back,
.content__profile-back {
    margin-bottom: -8px;
    padding-top: 30px;
    border-top: 1px solid #cecdcd;
}
.content__help,
.content__stock {
    padding: 26px 33px 60px 33px;
}
.content__help-form,
.content__stock-form {
    padding-left: 33px;
}
.content__product::after {
    display: block;
    clear: both;
    content: "";
}
.content__product-left {
    position: relative;
    padding-top: 36px;
    padding-bottom: 50px;
}
.content__product-left::after {
    display: block;
    clear: both;
    content: "";
}
.content__product-left::before {
    position: absolute;
    top: 0;
    right: -31px;
    bottom: 0;
    width: 1px;
    height: auto;
    background: #cecdcd;
    content: "";
}
.content__product-right {
    position: relative;
    padding: 36px 15px 50px 15px;
}
.content__product-right::after {
    display: block;
    clear: both;
    content: "";
}
.content__product-right::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: auto;
    background: #cecdcd;
    content: "";
}
.content__payment {
    max-width: 754px;
}
.content__payment-wrapper {
    padding-left: 196px;
}
.content__payment-wrapper .iconPaymentOrder {
    position: absolute;
    margin-left: -110px;
}
.scene {
    position: absolute;
    z-index: 10;
    overflow: hidden;
    min-height: 1000px;
    width: 100%;
    pointer-events: none;
}
.scene__img {
    position: absolute;
    top: 0 !important;
}
.scene__img--1 {
    top: 329px !important;
    left: -140px !important;
}
.scene__img--2 {
    top: 233px !important;
    right: -140px !important;
    left: inherit !important;
}
.scene__img--3 {
    top: 353px !important;
    right: -70px !important;
    left: inherit !important;
}
.scene__img--4 {
    top: 158px !important;
    right: -41px !important;
    left: inherit !important;
}
.scene__img--5 {
    top: 419px !important;
    right: -107px !important;
    left: inherit !important;
}
.scene__img--6 {
    top: 435px !important;
    left: -126px !important;
}
.scene__img--7 {
    top: 80px !important;
    left: -147px !important;
}
.scene__img--8 {
    top: 250px !important;
    left: -88px !important;
}
.info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 95px;
}
.info-widget > div {
    padding: 7px 0;
    height: 60px;
}
.info-widget > div + div {
    margin-left: 34px;
    padding-left: 50px;
    border-left: 1px solid #a58a63;
}
.info-widget__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.info-widget__block p {
    margin: 0;
    line-height: 24px;
}
.info-widget__block > div + div {
    padding-left: 30px;
}
.row {
    margin: 0 -15px;
}
.row--m30 {
    margin: 0 -30px;
}
.row::after {
    display: block;
    clear: both;
    content: "";
}
.row > [class*="__col"] {
    float: left;
    padding: 0 15px;
}
.row__col-1 {
    width: calc(100% / 12);
}
.row__col-2 {
    width: calc(100% / 12 * 2);
}
.row__col-3 {
    width: calc(100% / 12 * 3);
}
.row__col-4 {
    width: calc(100% / 12 * 4);
}
.row__col-5 {
    width: calc(100% / 12 * 5);
}
.row__col-6 {
    width: calc(100% / 12 * 6);
}
.row__col-7 {
    width: calc(100% / 12 * 7);
}
.row__col-8 {
    width: calc(100% / 12 * 8);
}
.row__col-9 {
    width: calc(100% / 12 * 9);
}
.row__col-10 {
    width: calc(100% / 12 * 10);
}
.row__col-11 {
    width: calc(100% / 12 * 11);
}
.row__col-12 {
    width: 100%;
}
.breadcrumbs {
    margin-bottom: 20px;
    color: #a58a63;
	font-weight: 400;
    font-size: 16px;
}
.breadcrumbs::after {
    display: block;
    clear: both;
    content: "";
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    margin: 0 0 10px 0;
    list-style: none;
}
.breadcrumbs ul li:not(:first-child)::before {
    display: inline-block;
    margin: 0 6px 0 3px;
    color: #000;
    content: "/";
}
.breadcrumbs ul li a {
    color: #000;
    text-decoration: none;
}
.breadcrumbs ul li a:hover {
    color: #ae8244;
    text-decoration: underline;
}
.breadcrumbs--leftCol {
    margin-top: 43px;
    margin-left: 48px;
}
.breadcrumbs--document {
    margin-bottom: 0;
    padding-left: 32px;
    height: 60px;
    border-bottom: 1px solid #cecdcd;
    line-height: 60px;
}
.breadcrumbs--document ul {
    overflow: hidden;
    padding-right: 90px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumbs--document ul li {
    margin: 0;
}
.blog__block {
    margin-bottom: 24px;
    background: #f1f1f1;
}
.blog__block-wrapper {
    padding: 20px 25px 20px 27px;
	font-weight: 500;
    font-size: 12px;
}
.blog__block-wrapper p {
    margin-bottom: 5px;
    line-height: 18px;
}
.blog__block-head {
    padding: 16px 25px 14px 27px;
    border-bottom: 1px solid #cecdcd;
    color: #777;
	font-weight: 500;
    font-size: 12px;
}
.blog__block-title a {
    color: #000;
    text-decoration: none;
}
.blog__block-title a:hover {
    color: #a58a63;
    text-decoration: underline;
}
.blog__block-more {
    display: inline-block;
    color: #777;
    line-height: 18px;
}
.pagination {
    display: block;
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
}
.pagination::after {
    display: block;
    clear: both;
    content: "";
}
.pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.pagination ul li {
    float: left;
    margin: 0;
    list-style: none;
}
.pagination ul li > a,
.pagination ul li > span {
    display: inline-block;
    padding: 0 5px;
    color: #000;
    text-decoration: none;
    line-height: 24px;
}
.pagination ul li > a:hover {
    color: #a58a63;
}
.pagination ul li.active > a,
.pagination ul li.active > span {
    color: #a58a63;
}
.pagination ul li[disabled] {
    display: none;
}
.pagination .iconArrowLeft,
.pagination .iconArrowRight {
    width: 21px;
    height: 10px;
}
.calendar__block {
    display: block;
    margin-left: auto;
    width: 362px;
    font-size: 12px;
}
.calendar__block + div {
    margin-top: -35px;
}
.calendar__block:nth-child(odd) {
    margin-right: auto;
    margin-left: inherit;
}
.calendar__block-info {
    font-size: 16px;
    line-height: 24px;
}
.calendar__block-time {
    margin-bottom: 8px;
}
.calendar__block-time div {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    padding: 4px 12px 0 12px;
    min-width: 132px;
    height: 84px;
    background: #a58a63;
    color: #fff;
	font-weight: 500;
    font-size: 40px;
}
.calendar__block-time div::before {
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 12px solid #a58a63;
    border-right: 12px solid transparent;
    content: "";
}
.calendar__block-time div small {
    display: block;
    font-size: 16px;
}
.calendar__block-title {
    display: block;
    margin-bottom: 12px;
	font-weight: 500;
    font-size: 40px;
    line-height: 41px;
}
.calendar__block-title a {
    color: #000;
    text-decoration: none;
}
.calendar__block-title a:hover {
    color: #a58a63;
    text-decoration: none;
}
.sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}
.sorting > div:first-child {
    padding-right: 10px;
}
.sorting__link,
.sorting__span {
    display: inline-block;
    line-height: 24px;
}
.sorting__link {
    padding-right: 13px;
    padding-left: 13px;
    background: 0 0;
    color: #000;
    text-decoration: none;
}
.sorting__link.is-active {
    background: #cecdcd;
}
.tab-pane {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.tab-pane::after {
    display: block;
    clear: both;
    content: "";
}
.tab-pane.active {
    visibility: visible;
    overflow: visible;
    height: auto;
    opacity: 1;
}
.advert__add {
    padding: 20px 0 36px 0;
    text-align: center;
}
.advert__add .iconAdvertAdd {
    display: block;
    margin: 0 auto 24px;
    width: 96px;
    height: 96px;
}
.advert__add-text {
    margin-bottom: 30px;
	font-weight: 500;
    font-size: 24px;
    line-height: 24px;
}
.advert__wrapper {
    padding: 0 65px;
}
.advert__wrapper-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
}
.advert__block {
    position: relative;
    display: table;
    margin-bottom: 36px;
    width: 100%;
    height: 168px;
    border: 1px solid #cecdcd;
    background: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    table-layout: fixed;
    -webkit-transition: -webkit-box-shadow 0.35s;
    transition: -webkit-box-shadow 0.35s;
    transition: box-shadow 0.35s;
    transition: box-shadow 0.35s, -webkit-box-shadow 0.35s;
}
.advert__block > div {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}
.advert__block > div:first-child {
    width: 165px;
}
.advert__block:nth-last-child(1) {
    margin-bottom: 0;
}
.advert__block:hover {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.advert__block:hover .advert__block-close {
    visibility: visible;
    opacity: 1;
}
.advert__block:hover .advert__block-info__date {
    visibility: hidden;
    opacity: 0;
}
.advert__block:hover .advert__block-info__links {
    visibility: visible;
    opacity: 1;
}
.advert__block-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 165px;
    height: 166px;
    border-right: 1px solid #cecdcd;
    background: #f1f1f1;
}
.advert__block-img a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.advert__block-img img {
    display: block;
    max-width: 195px;
    max-height: 167px;
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;

    -o-object-fit: cover;
    object-fit: cover;
}
.advert__block-close {
    position: absolute;
    top: 5px;
    right: 8px;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
}
.advert__block-close .iconClose {
    width: 25px;
    height: 25px;
}
.advert__block-close .iconClose .path-stroke {
    stroke: #000;
}
.advert__block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.advert__block-info {
    padding: 30px 30px 20px 30px;
    height: 106px;
}
.advert__block-info__row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.advert__block-info__row1 > div:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}
.advert__block-info__row1 > div + div {
    padding-left: 15px;
}
.advert__block-info__row2 {
    margin-top: 17px;
    height: 17px;
    font-size: 14px;
}
.advert__block-info__date {
    position: absolute;
    color: #777;
    line-height: 17px;
}
.advert__block-info__links {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    opacity: 0;
}
.advert__block-info__links > div + div {
    padding-left: 15px;
}
.advert__block-info__links a {
    display: inline-block;
    text-decoration: none;
    line-height: 17px;
}
.advert__block-info__links a svg {
    margin-right: 5px;
    vertical-align: middle;
}
.advert__block-info__links a:hover {
    color: #a58a63;
}
.advert__block-info__links a .iconEdit {
    width: 15px;
    height: 15px;
}
.advert__block-info__links a .iconEye {
    width: 16px;
    height: 7px;
    vertical-align: 2px;
}
.advert__block-info__links a .iconCheck {
    width: 17px;
    height: 12px;
    vertical-align: -1px;
}
.advert__block-info__links a .iconCheck .path-stroke {
    stroke-linecap: inherit;
    stroke-linejoin: inherit;
}
.advert__block-info__links a .iconArrowUp2 {
    width: 11px;
    height: 13px;
    vertical-align: 0;
}
.advert__block-info__links a .iconClose {
    width: 22px;
    height: 22px;
}
.advert__block-info__links a .iconClose path {
    stroke-width: 3;
    stroke: #a58a63;
}
.advert__block-info__links a .iconArrowFilter {
    margin-right: 0;
    margin-left: 5px;
    width: 14px;
    height: 8px;
}
.advert__block-info__links a .iconArrowFilter path {
    fill: #000;
}
.advert__block-price {
    position: relative;
    white-space: nowrap;
    font-size: 16px;
}
.advert__block-price s {
    position: absolute;
    left: 0;
    margin-top: 25px;
	font-weight: 700;
    font-size: 12px;
}
.advert__block-price .catalog__block-sale {
    bottom: inherit;
    left: 0;
    margin-top: 25px;
}
.advert__block-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.advert__block-title a {
    display: inline-block;
    color: #000;
    text-decoration: none;
}
.advert__block-title a:hover {
    color: #a58a63;
}
.advert__block-moderate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.advert__block-statistic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 10px 0 30px;
    height: 60px;
    border-top: 1px solid #cecdcd;
    font-size: 14px;
}
.advert__block-statistic > div:first-child {
    min-width: 0;
}
.advert__block-statistic > div + div {
    padding-left: 40px;
}
.advert__block-statistic > div + div span {
    display: inline-block;
    padding-right: 5px;
}
.advert__block-statistic > div + div a {
    color: #000;
    text-decoration: none;
}
.advert__block-statistic > div + div a:hover {
    color: #a58a63;
}
.advert__block-tariff {
    position: relative;
}
.advert__block--message {
    margin-bottom: 20px !important;
    height: 96px;
    background: #eee;
}
.advert__block--message:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.advert__block--message .advert__block {
    font-size: 14px;
}
.advert__block--message .advert__block-img {
    height: 96px;
}
.advert__block--message .advert__block-info {
    padding-top: 20px;
    height: 96px;
}
.advert__block--message .advert__block-title {
    margin-bottom: 9px;
}
.div-table {
    display: table;
}
.div-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.div-table-cell[valign="top"] {
    vertical-align: top;
}
.div-table-cell + div {
    padding-left: 24px;
}
.div-table--w100perc {
    width: 100%;
}
.message__wrapper {
    padding: 0 40px;
}
.message__list {
    min-height: 300px;
    border: 1px solid #cecdcd;
    background: #fff;
    font-size: 16px;
}
.message__list-table {
    width: 100%;
    border-collapse: collapse;
}
.message__list-table thead > tr > th {
    padding: 10px;
    height: 60px;
    border-bottom: 1px solid #cecdcd;
    color: #777;
    font-weight: 400;
}
.message__list-table thead > tr > th .form-checkbox {
    display: inline-block;
}
.message__list-table thead > tr > th .iconArrowFilter {
    width: 12px;
    height: 7px;
    vertical-align: 1px;
}
.message__list-table thead > tr > th .iconArrowFilter .path-fill {
    fill: #777;
}
.message__list-table tbody > tr > td {
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
}
.message__list-table tbody > tr > td .form-checkbox {
    display: inline-block;
    vertical-align: -1px;
}
.message__list-table tbody > tr > td a {
    color: #000;
    text-decoration: none;
}
.message__list-table tbody > tr > td a:hover {
    color: #a58a63;
}
.message__list-table tbody > tr:hover > td {
    background: #eee;
}
.message__list-table tbody > tr:hover > td .message__list-date {
    visibility: hidden;
    opacity: 0;
}
.message__list-table tbody > tr:hover > td .message__list-nav {
    visibility: visible;
    opacity: 1;
}
.message__list-table tbody > tr.separator td {
    height: 0;
    font-size: 0;
}
.message__list-table tbody > tr.separator:hover td {
    background: 0 0;
}
.message__list-nav {
    position: absolute;
    visibility: hidden;
    margin-top: -4px;
    white-space: nowrap;
    opacity: 0;
}
.message__list-nav a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 0;
}
.message__list-nav a + a {
    margin-left: 24px;
}
.message__list-nav .iconStar {
    width: 21px;
    height: 21px;
}
.message__list-nav .iconStop {
    width: 24px;
    height: 24px;
}
.message__list-nav .iconTrash {
    width: 24px;
    height: 24px;
}
.message__document {
    padding: 40px 30px;
}
.message__document-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.message__document-form > div {
    position: relative;
    width: 50%;
}
.message__document-right {
    padding-top: 12px;
    padding-left: 15px;
}
.message__document-right::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: #cecdcd;
    content: "";
}
.message__document-left {
    padding-right: 15px;
}
.message__document-left::after {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 1px;
    background: #cecdcd;
    content: "";
}
.message__document-textarea {
    position: relative;
    padding-bottom: 50px;
    background: #f5f5f5;
}
.message__document-textarea .form-control {
    border: 0;
    background: 0 0;
}
.message__comments::after {
    display: block;
    clear: both;
    content: "";
}
.message__comments-title {
    margin-bottom: 4px;
    font-size: 10px;
}
.message__comments-text {
    display: inline-block;
    margin-bottom: 4px;
    padding: 11px 13px 11px 20px;
    min-width: 360px;
    background: #f4ece4;
    font-size: 16px;
}
.message__comments-date {
	font-weight: 700;
}
.message__comments-answer,
.message__comments-question {
    margin-bottom: 22px;
}
.message__comments-answer::after,
.message__comments-question::after {
    display: block;
    clear: both;
    content: "";
}
.message__comments-answer {
    float: right;
}
.message__comments-answer .message__comments-title {
    float: left;
    color: #a58a63;
}
.message__comments-answer .message__comments-date {
    float: right;
    color: #777;
	font-weight: 400;
    font-size: 10px;
}
.message__comments-answer .message__comments-text {
    background: #eee;
}
.settings__title {
    padding: 0 34px;
    height: 65px;
    border-bottom: 1px solid #cecdcd;
	font-weight: 500;
    font-size: 24px;
    line-height: 65px;
}
.settings__wrapper {
    padding: 43px 20px 33px 20px;
}
.settings__wrapper-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
}
.settings__wrapper-row > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.settings__wrapper-row > div:first-child {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 166px;
}
.settings__wrapper-row > div + div {
    padding-left: 30px;
}
.settings__wrapper-right {
    padding-left: 98px;
}
.settings__wrapper-left legend {
    padding-left: 13px;
}
.settings__image {
    position: relative;
    margin: 0;
    padding-top: 5px;
    width: 166px;
    text-align: center;
}
.settings__image-div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 8px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #f3f4f7;
    cursor: pointer;
}
.settings__image-div img {
    display: block;
    width: 96px;
    height: 96px;

    -o-object-fit: contain;
    object-fit: contain;
}
.settings__file-upload {
    display: none !important;
}
.settings__file-link {
    right: 0;
    bottom: 0;
    display: inline-block;
    color: #000;
    white-space: nowrap;
    line-height: 24px;
    cursor: pointer;
}
.faq {
    max-width: 492px;
}
.faq__block {
    font-size: 16px;
}
.faq__block.is-active .faq__block-title {
    background: #fafafa;
    -webkit-box-shadow: 0 0 0 rgba(227, 30, 38, 0.74);
    box-shadow: 0 0 0 rgba(227, 30, 38, 0.74);
    color: #000;
}
.faq__block.is-active .faq__block-title i::before {
    display: none;
}
.faq__block p {
    margin-bottom: 10px;
    line-height: 22px;
}
.faq__block p:last-child {
    margin-bottom: 0;
}
.faq__block.is-active {
    margin-bottom: 10px;
}
.faq__block-answer {
    display: none;
    padding: 20px 0 0 0;
	font-weight: 400;
}
.faq__block-answer p {
    margin-bottom: 15px;
    line-height: 24px;
}
.faq__block-answer p:last-child {
    margin-bottom: 0;
}
.faq__block-title {
    position: relative;
    padding: 19px 60px 17px 23px;
    min-height: 60px;
    background: #fff;
    color: #000;
	font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    -webkit-transition: background 0.35s;
    transition: background 0.35s;
}
.faq__block-title i {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 20px;
    height: 20px;
}
.faq__block-title i::after,
.faq__block-title i::before {
    position: absolute;
    background: #000;
    content: "";
}
.faq__block-title i::after {
    top: 8px;
    left: 0;
    width: 20px;
    height: 4px;
}
.faq__block-title i::before {
    left: 8px;
    width: 4px;
    height: 20px;
}
.faq__block + .faq__block {
    margin-top: 36px;
}
.category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.category__li {
    -ms-flex-preferred-size: 192.2px;
    flex-basis: 192.2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 0;
    height: 181px;
    border: 1px solid #fff;
    list-style: none;
}
.category__li > a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: #000;
    text-align: center;
    text-decoration: none;
}
.category__li > a:hover {
    background: #fff;
    color: #000;
}
.category__li > a > span img {
    display: block;
    margin: 20px auto 8px;
    width: 39px;
    height: 30px;
}
.category__li > a > span > span {
    display: inline-block;
    padding: 0 15px;
    height: 47px;
}
.category--tab {
    margin: 0 -31px 0 -31px;
}
.stock__content {
    padding: 23px 21px;
    background: #fff;
}
.stock__menu {
    font-size: 16px;
}
.stock__menu::after {
    display: block;
    clear: both;
    content: "";
}
.stock__menu ul {
    margin: 0;
    padding: 0;
}
.stock__menu ul li {
    float: left;
    list-style: none;
}
.stock__menu ul li > a,
.stock__menu ul li > span {
    display: block;
    width: 242px;
    height: 37px;
    background: 0 0;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 37px;
}
.stock__menu ul li > a:hover {
    color: #a58a63;
}
.stock__menu ul li.active > a,
.stock__menu ul li.active > span {
    background: #fff;
}
.table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #cecdcd;
    color: #000;
	font-weight: 500;
    font-size: 12px;
}
.table > thead > tr > th {
    padding: 10px;
    border-right: 1px solid #cecdcd;
    border-bottom: 0;
    border-left: 1px solid #cecdcd;
    background: #a58a63;
    color: #fff;
    font-weight: 400;
}
.table > thead > tr > th:first-child {
    border-left-color: #a58a63;
}
.table > thead > tr > th:last-child {
    border-right-color: #a58a63;
}
.table > thead > tr > th a {
    color: #fff;
    text-decoration: none;
}
.table > tbody > tr:first-child > td {
    border-top: 0;
}
.table > tbody > tr > td {
    padding: 10px;
    border-right: 1px solid #cecdcd;
    border-left: 1px solid #cecdcd;
    vertical-align: middle;
}
.table > tbody > tr:hover > td {
    background-color: #eee;
}
.table .table-badge {
    color: #a58a63;
}
.table .brilliantIcon {
    display: block;
    margin: 0 auto;
}
.product__about {
    text-align: center;
}
.product__about-btn {
    padding-bottom: 5px;
}
.product__about-btn .btn {
    margin-bottom: 24px;
}
.product__price {
    margin-bottom: 24px;
    text-align: center;
	font-weight: 500;
    font-size: 24px;
    line-height: 24px;
}
.product__price small {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
}
.product__phone {
    display: inline-block;
    margin-bottom: 0;
    margin-bottom: 24px;
    padding: 0 5px;
    min-width: 233px;
    height: 48px;
    border-color: #a58a63;
    border-radius: 30px;
    background-color: #a58a63;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 51px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;

    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product__phone a {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    vertical-align: 1px;
    text-transform: lowercase;
    font-size: 12px;
}
.product__phone a:hover {
    text-decoration: none;
}
.product__phone .iconPhone {
    margin-right: 12px;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
}
.product__favorite {
    margin-bottom: 30px;
    text-align: center;
}
.product__favorite svg {
    width: 20px;
    height: 20px;
}
.product__favorite .header__favorites {
    padding-left: 30px;
    height: 20px;
    line-height: 22px;
}
.product__profile {
    text-align: center;
}
.product__profile-title {
    margin-bottom: 5px;
	font-weight: 500;
    font-size: 24px;
    line-height: 24px;
}
.product__profile-date {
    margin-bottom: 20px;
    color: #686565;
    font-size: 16px;
    line-height: 24px;
}
.product__profile-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 5px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
}
.product__profile-icon img {
    width: 48px;
    height: 48px;

    -o-object-fit: contain;
    object-fit: contain;
}
.product__profile-icon img[src*="icon-user.svg"] {
    width: 24px;
    height: 24px;
}
.product__content {
    padding: 24px 26px 0 33px;
}
.product__content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product__content-top > div:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product__content-top > div + div {
    padding-left: 15px;
}
.product__content-top .iconShare {
    width: 16px;
    height: 18px;
}
.product__content-title .h1,
.product__content-title h1 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
}
.product__content-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
}
.product__content-label > div + div {
    padding-left: 24px;
}
.product__content-label .iconHeart {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: -7px;
}
.product__content-label .iconHeart .path-stroke {
    stroke-width: 2;
}
.product__content-statistic {
    margin-bottom: 24px;
}
.product__content-statistic > span {
    display: inline-block;
    padding-right: 10px;
}
.product__content-statistic a {
    color: #000;
    text-decoration: none;
}
.product__content-statistic a:hover {
    color: #a58a63;
}
.product__content-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product__content-gallery > div:first-child {
    width: 655px;
}
.product__content-gallery > div + div {
    padding-left: 30px;
}
.product__content-favorite {
    position: relative;
    z-index: 10;
}
.product__content-favorite .catalog__block-tooltip {
    left: -14px;
}
.product__content-favorite:hover .catalog__block-tooltip {
    visibility: visible;
    opacity: 1;
}
.product__gallery {
    position: relative;
}
.product__gallery-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 655px;
    height: 408px;
    background: #cecdcd;
}
.product__gallery-block img {
    max-width: 655px;
    max-height: 408px;

    -o-object-fit: contain;
    object-fit: contain;
}
.product__gallery .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 15;
    padding: 0;
    width: 50px;
    border: 0;
    background: 0 0;
}
.product__gallery .slick-arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 18px;
    height: 31px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product__gallery .slick-next {
    right: 0;
}
.product__gallery .slick-prev {
    left: 0;
}
.product__gallery-vertical {
    overflow: hidden;
    width: 166px;
    height: 408px;
}
.product__gallery-vertical .slick-slide {
    margin-bottom: 12px;
    width: 140px !important;
    height: 110px !important;
}
.product__gallery-vertical .slick-slide:focus {
    outline: 0;
}
.product__gallery-vertical .slick-slide img {
    display: block;
    width: 140px;
    height: 110px;
    cursor: pointer;

    -o-object-fit: cover;
    object-fit: cover;
}
.product__label {
    display: inline-block;
    text-transform: lowercase;
    font-size: 16px;
}
.product__label--new {
    padding: 0 10px;
    height: 24px;
    background: #cecdcd;
    color: #000;
    line-height: 24px;
}
.similar__carousel .catalog__block {
    margin-top: 1px;
    width: 195px;
}
.similar__carousel .slick-next,
.similar__carousel .slick-prev {
    position: absolute;
    top: -101px;
    right: -32px;
    padding: 0;
    width: 132px;
    height: 64px;
    border: 0;
    border-left: 1px solid #cecdcd;
    background: 0 0;
    text-align: center;
}
.similar__carousel .slick-next svg,
.similar__carousel .slick-prev svg {
    display: inline-block;
    width: 8px;
    height: 14px;
    vertical-align: -3px;
}
.similar__carousel .slick-prev {
    right: 100px;
}
.mfp-bg.custom.mfp-ready {
    background: #fff;
}
.popup {
    position: relative;
    margin: 20px auto;
    width: 618px;
    background: #f1f1f1;
}
.popup__header {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #cecdcd;
}
.popup__footer {
    position: relative;
    height: 60px;
    border-top: 1px solid #cecdcd;
    text-align: center;
    line-height: 57px;
}
.popup__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-left: 1px solid #cecdcd;
    cursor: pointer;
}
.popup__close svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popup__close svg .path-stroke {
    stroke: #cecdcd;
}
.popup__close:hover svg .path-stroke {
    stroke: #000;
}
.popup__wrapper {
    padding: 70px 10px 50px 10px;
}
.popup__wrapper p:last-child {
    margin-bottom: 0;
}
.popup__wrapper-title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 24px;
}
.filter__block {
    padding-bottom: 30px;
    border-bottom: 1px solid #cecdcd;
}
.filter__block ul {
    margin: 0;
    padding: 0;
}
.filter__block-head {
    margin-bottom: 16px;
    padding-top: 30px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.filter__block-head > .span {
    position: relative;
    cursor: pointer;
}
.filter__block-head > .span svg {
    position: absolute;
    top: 8px;
    right: 0;
    width: 14px;
    height: 8px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.filter__block-head > .div {
    position: relative;
    margin-top: 5px;
    padding: 5px 12px;
    background: #cecdcd;
    line-height: 20px;
}
.filter__block-head > .div + .div {
    margin-top: 12px;
}
.filter__block-head > .div img {
    position: absolute;
    top: 7px;
    left: 5px;
    width: 20px;
    height: 15px;
}
.filter__block-head > .div img + span {
    display: inline-block;
    padding-left: 20px;
}
.filter__block-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.filter__block-price > div {
    width: 50%;
}
.filter__block-price > div input {
    padding: 0;
    width: 100%;
    height: 36px;
    border: 1px solid #cecdcd;
    background: 0 0;
    color: #000;
    text-align: center;
	font-weight: 400;
    font-size: 16px;
}
.filter__block-price > div + div input {
    border-left: 0;
}
.filter__block-range {
    margin-bottom: 12px;
    padding: 5px 0;
}
.filter__block-range .ui-slider-horizontal {
    height: 0;
    background: #a58a63;
}
.filter__block-range .ui-widget.ui-widget-content {
    border-color: #a58a63;
}
.filter__block-range .ui-slider .ui-slider-handle {
    top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
}
.filter__block-range .ui-slider .ui-slider-handle:focus {
    outline: 0;
}
.filter__block-wrapper .form-checkbox {
    margin-bottom: 5px;
}
.filter__block-wrapper .form-checkbox:last-child {
    margin-bottom: 0;
}
.filter__block-wrapper .form-checkbox input[type="checkbox"] ~ span {
    left: 12px;
    background: #f1f1f1;
}
.filter__block-wrapper .form-checkbox input[type="checkbox"] ~ span ~ label {
    padding-left: 36px;
}
.filter__block-wrapper .form-checkbox input[type="checkbox"]:checked ~ span {
    background: #a58a63;
}
.filter__block-li {
    margin: 0 0 11px 0;
    list-style: none;
}
.filter__block-li:last-child {
    margin-bottom: 0;
}
.filter__block-li > a,
.filter__block-li > span {
    position: relative;
    display: block;
    padding-left: 37px;
    min-height: 24px;
    color: #000;
    text-decoration: none;
    line-height: 24px;
}
.filter__block-li > a img,
.filter__block-li > span img {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 15px;
}
.filter__block-li > a:hover {
    color: #a58a63;
}
.filter__block.is-hidden {
    padding-bottom: 0;
}
.filter__block.is-hidden .filter__block-wrapper {
    overflow: hidden;
    height: 0;
}
.filter__block.is-hidden .filter__block-head {
    margin-bottom: 0;
    padding: 30px 0;
}
.filter__block.is-hidden .filter__block-head > .span svg {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.filter__more {
    padding-top: 10px;
    padding-left: 14px;
}
.has-hide {
    overflow: hidden;
}
.additional__row {
    margin-bottom: 30px;
}
.additional__row-title {
    margin-bottom: 10px;
	font-weight: 700;
    font-size: 16px;
}
.additional__row-list {
    overflow: hidden;
    margin: 0;
    padding: 20px 0;
    border: 1px solid #a58a63;
}
.additional__row-list > li {
    float: left;
    margin: -1px 0 0 0;
    padding: 0 15px;
    width: 33.3%;
    list-style: none;
}
.additional__row-list > li > span {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 1px solid #cecdcd;
    border-bottom: 1px solid #cecdcd;
}
.additional__row-list > li > span > span {
    display: block;
    line-height: 34px;
}
.additional__row-list > li > span > span:first-child {
    float: left;
}
.additional__row-list > li > span > span:last-child {
    float: right;
}
.additional__row-list > li > span a {
    color: #000;
    text-decoration: none;
}
.additional__row-list > li > span a:hover {
    color: #a58a63;
}
.additional__row-list > li > span strong {
    font-weight: 400;
}
.additional__row-list > li:first-child > span,
.additional__row-list > li:nth-child(2) > span,
.additional__row-list > li:nth-child(3) > span {
    border-top-color: transparent;
}
.additional__row-list > li:last-child > span,
.additional__row-list > li:nth-last-child(2) > span,
.additional__row-list > li:nth-last-child(3) > span {
    border-bottom-color: transparent;
}
.tariff__row {
    margin: 0;
}
.tariff__row > div {
    margin: 0;
    padding: 0;
}
.tariff__row > div:nth-child(odd) .tariff__block-top {
    background: rgba(165, 138, 99, 0.8);
}
.tariff__row > div:last-child .tariff__block {
    border-right: 1px solid #cecdcd;
}
.tariff__block {
    margin: 0 auto 25px;
    border: 1px solid #cecdcd;
    border-right: 0;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.tariff__block-top {
    padding: 0 14px;
    background: #a58a63;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-size: 14px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.tariff__block-top > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 190px;
    height: 70px;
    line-height: 17px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.tariff__block-forms {
    padding: 0 20px;
}
.tariff__block-forms > div {
    padding: 30px 0;
}
.tariff__block-button {
    padding: 0 20px 36px 20px;
    text-align: center;
}
.tariff__block-button .btn {
    min-width: 211px;
}
.tariff__block-btn {
    display: block;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #68c37a;
    border-bottom-width: 2px;
    border-radius: 7px;
    background: #fff;
    color: #68c37a;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 38px;
}
.tariff__block-btn:hover {
    background: #68c37a;
    color: #fff;
}
.tariff__block-label {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding-left: 24px !important;
    width: 100%;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1 !important;
    cursor: pointer;
}
.tariff__block-label + .tariff__block-label {
    margin-top: 16px;
}
.tariff__block-label-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #cecdcd;
    border-radius: 50%;
    background: #fff;
}
.tariff__block-label-input::after {
    position: absolute;
    top: 3px;
    left: 3px;
    display: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    content: "";
}
.tariff__block-label input {
    display: none;
}
.tariff__block-label input:checked ~ .tariff__block-label-input {
    border-color: #cecdcd;
    background: #a58a63;
    -webkit-box-shadow: 0 0 0 3px #fff inset;
    box-shadow: 0 0 0 3px #fff inset;
}
.tariff__block-label input:checked ~ .tariff__block-label-name,
.tariff__block-label input:checked ~ .tariff__block-label-price {
    color: #a58a63;
}
.tariff__block-label-name {
    float: left;
}
.tariff__block-label-price {
    float: right;
}
.tariff__block-label-price s {
    display: inline-block;
    margin-right: 15px;
    font-style: italic;
    font-size: 12px;
}
.tariff__block-label b {
    font-weight: 400;
}
.tariff-senks {
    margin: 0 auto 20px;
    max-width: 555px;
    color: #444;
}
.tariff-senks__title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.tariff-senks__body {
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
}
.tariff-senks__body p {
    line-height: 22px;
}
.tariff-senks__info {
    padding: 5px 0;
    border-bottom: 1px solid #e7e7e7;
    color: #999;
    text-align: center;
    font-size: 14px;
}
.tariff-senks__info > div {
    display: inline-block;
    max-width: 420px;
    line-height: 22px;
}
.tariff-senks__info .fa {
    margin-right: 5px;
}
.tariff-senks__info a {
    text-decoration: underline;
}
.tariff-senks__info a:hover {
    text-decoration: none;
}
.tariff-senks__bottom {
    padding: 20px 0;
    text-align: center;
}
.tariff-senks__bottom a {
    display: block;
    display: inline-block;
    width: 145px;
    height: 36px;
    border: 1px solid #cfcfcf;
    border-bottom-width: 2px;
    border-radius: 5px;
    background: #fff;
    color: #666;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 33px;
}
.tariff-senks__bottom a + a {
    margin-left: 40px;
}
.tariff-senks__bottom a:hover {
    background: #cfcfcf;
    color: #666;
}
.tariff__popup {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 100;
    display: none;
    padding: 23px;
    min-width: 588px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0 3px 19px rgba(165, 138, 99, 0.3);
    box-shadow: 0 3px 19px rgba(165, 138, 99, 0.3);
    font-size: 14px;
}
.tariff__popup.is-active {
    display: block;
}
.tariff__popup .btn {
    line-height: 47px;
}
.tariff__popup .btn:hover {
    color: #fff;
}
.tariff__popup .btn + .btn {
    margin-left: 20px;
}
.tariff__popup-title {
    margin-bottom: 20px;
    color: #a58a63;
}
.tariff__popup p {
    white-space: nowrap;
}
.tariff__popup p > .span {
    display: inline-block;
}
.tariff__popup p > .span + span {
    margin-left: 10px;
}
.tariff__popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    cursor: pointer;
}
.tariff__popup-close svg {
    width: 24px;
    height: 24px;
}
.tariff__popup-close svg .path-stroke {
    stroke: #000;
}
.clear,
.clear-hr,
.clear1,
.clear10,
.clear100,
.clear11,
.clear12,
.clear13,
.clear14,
.clear15,
.clear16,
.clear17,
.clear18,
.clear19,
.clear2,
.clear20,
.clear21,
.clear22,
.clear23,
.clear24,
.clear25,
.clear26,
.clear27,
.clear28,
.clear29,
.clear3,
.clear30,
.clear31,
.clear32,
.clear33,
.clear34,
.clear35,
.clear36,
.clear37,
.clear38,
.clear39,
.clear4,
.clear40,
.clear41,
.clear42,
.clear43,
.clear44,
.clear45,
.clear46,
.clear47,
.clear48,
.clear49,
.clear5,
.clear50,
.clear51,
.clear52,
.clear53,
.clear54,
.clear55,
.clear56,
.clear57,
.clear58,
.clear59,
.clear6,
.clear60,
.clear61,
.clear62,
.clear63,
.clear64,
.clear65,
.clear66,
.clear67,
.clear68,
.clear69,
.clear7,
.clear70,
.clear71,
.clear72,
.clear73,
.clear74,
.clear75,
.clear76,
.clear77,
.clear78,
.clear79,
.clear8,
.clear80,
.clear81,
.clear82,
.clear83,
.clear84,
.clear85,
.clear86,
.clear87,
.clear88,
.clear89,
.clear9,
.clear90,
.clear91,
.clear92,
.clear93,
.clear94,
.clear95,
.clear96,
.clear97,
.clear98,
.clear99 {
    display: block !important;
    clear: both !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    border: 0 !important;
    background: 0 0 !important;
    font-size: 0 !important;
}
.clear1 {
    height: 1px !important;
}
.clear2 {
    height: 2px !important;
}
.clear3 {
    height: 3px !important;
}
.clear4 {
    height: 4px !important;
}
.clear5 {
    height: 5px !important;
}
.clear6 {
    height: 6px !important;
}
.clear7 {
    height: 7px !important;
}
.clear8 {
    height: 8px !important;
}
.clear9 {
    height: 9px !important;
}
.clear10 {
    height: 10px !important;
}
.clear11 {
    height: 11px !important;
}
.clear12 {
    height: 12px !important;
}
.clear13 {
    height: 13px !important;
}
.clear14 {
    height: 14px !important;
}
.clear15 {
    height: 15px !important;
}
.clear16 {
    height: 16px !important;
}
.clear17 {
    height: 17px !important;
}
.clear18 {
    height: 18px !important;
}
.clear19 {
    height: 19px !important;
}
.clear20 {
    height: 20px !important;
}
.clear21 {
    height: 21px !important;
}
.clear22 {
    height: 22px !important;
}
.clear23 {
    height: 23px !important;
}
.clear24 {
    height: 24px !important;
}
.clear25 {
    height: 25px !important;
}
.clear26 {
    height: 26px !important;
}
.clear27 {
    height: 27px !important;
}
.clear28 {
    height: 28px !important;
}
.clear29 {
    height: 29px !important;
}
.clear30 {
    height: 30px !important;
}
.clear31 {
    height: 31px !important;
}
.clear32 {
    height: 32px !important;
}
.clear33 {
    height: 33px !important;
}
.clear34 {
    height: 34px !important;
}
.clear35 {
    height: 35px !important;
}
.clear36 {
    height: 36px !important;
}
.clear37 {
    height: 37px !important;
}
.clear38 {
    height: 38px !important;
}
.clear39 {
    height: 39px !important;
}
.clear40 {
    height: 40px !important;
}
.clear41 {
    height: 41px !important;
}
.clear42 {
    height: 42px !important;
}
.clear43 {
    height: 43px !important;
}
.clear44 {
    height: 44px !important;
}
.clear45 {
    height: 45px !important;
}
.clear46 {
    height: 46px !important;
}
.clear47 {
    height: 47px !important;
}
.clear48 {
    height: 48px !important;
}
.clear49 {
    height: 49px !important;
}
.clear50 {
    height: 50px !important;
}
.clear51 {
    height: 51px !important;
}
.clear52 {
    height: 52px !important;
}
.clear53 {
    height: 53px !important;
}
.clear54 {
    height: 54px !important;
}
.clear55 {
    height: 55px !important;
}
.clear56 {
    height: 56px !important;
}
.clear57 {
    height: 57px !important;
}
.clear58 {
    height: 58px !important;
}
.clear59 {
    height: 59px !important;
}
.clear60 {
    height: 60px !important;
}
.clear61 {
    height: 61px !important;
}
.clear62 {
    height: 62px !important;
}
.clear63 {
    height: 63px !important;
}
.clear64 {
    height: 64px !important;
}
.clear65 {
    height: 65px !important;
}
.clear66 {
    height: 66px !important;
}
.clear67 {
    height: 67px !important;
}
.clear68 {
    height: 68px !important;
}
.clear69 {
    height: 69px !important;
}
.clear70 {
    height: 70px !important;
}
.clear71 {
    height: 71px !important;
}
.clear72 {
    height: 72px !important;
}
.clear73 {
    height: 73px !important;
}
.clear74 {
    height: 74px !important;
}
.clear75 {
    height: 75px !important;
}
.clear76 {
    height: 76px !important;
}
.clear77 {
    height: 77px !important;
}
.clear78 {
    height: 78px !important;
}
.clear79 {
    height: 79px !important;
}
.clear80 {
    height: 80px !important;
}
.clear81 {
    height: 81px !important;
}
.clear82 {
    height: 82px !important;
}
.clear83 {
    height: 83px !important;
}
.clear84 {
    height: 84px !important;
}
.clear85 {
    height: 85px !important;
}
.clear86 {
    height: 86px !important;
}
.clear87 {
    height: 87px !important;
}
.clear88 {
    height: 88px !important;
}
.clear89 {
    height: 89px !important;
}
.clear90 {
    height: 90px !important;
}
.clear91 {
    height: 91px !important;
}
.clear92 {
    height: 92px !important;
}
.clear93 {
    height: 93px !important;
}
.clear94 {
    height: 94px !important;
}
.clear95 {
    height: 95px !important;
}
.clear96 {
    height: 96px !important;
}
.clear97 {
    height: 97px !important;
}
.clear98 {
    height: 98px !important;
}
.clear99 {
    height: 99px !important;
}
.clear100 {
    height: 100px !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.clear-hr {
    border-bottom: 1px solid #000 !important;
}
