@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.eot?") format("eot"), url("../fonts/Montserrat-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.eot?") format("eot"), url("../fonts/Montserrat-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSans";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans-Regular.eot?") format("eot"), url("../fonts/OpenSans-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSans";
  font-display: swap;
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/OpenSans-Bold.eot?") format("eot"), url("../fonts/OpenSans-Bold.ttf") format("truetype"); }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover, a:active, a:focus {
    color: #F16A38;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

button {
  outline: none;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  cursor: pointer; }

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

h1 {
  font-size: inherit;
  margin: 0; }

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

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

.contact-text {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 24px;
  line-height: 31.2px; }

.text-title {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 28px;
  line-height: 36px; }
  .text-title.white {
    color: #FFF; }

.text-suptitle {
  margin-bottom: 5px; }
  .text-suptitle.white {
    color: #FFF; }

.h1 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #35261E;
  margin: 0; }

.h2 {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: inherit;
  margin: 0; }

.section-subtitle {
  font-family: 'OpenSans';
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: var(--text); }

.section-suptitle {
  font-family: 'OpenSans';
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--text); }

.telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.3s ease-in-out;}
 .telephone::before {
    content: '';
    background-image: url("../icon/call.svg");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 12px;
    transition: all 0.3s ease-in-out;
    transition-duration: 0.96s;}
 .telephone:hover::before {
    background-image: url("../icon/call-primary.svg");
    transition: all 0.3s ease-in-out;}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none; }

.btn {
  font-family: 'OpenSans';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 48px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  overflow: hidden;
  border: none;
  background-color: #F16A38;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: inherit;
 }
  .btn:hover {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .btn-lang {
    border: none;
    background: transparent; }
  .btn-more {
    font-family: 'OpenSans';
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    height: 68px;
    background-image: url("../icon/roll.svg");
    background-repeat: no-repeat;
    background-position: 42% center;
    background-size: auto;
    margin-bottom: 32px; }
  .btn-apply {
    width: 100%;
    color: #F16A38;
    border: 1px solid #F16A38;
    background-color: transparent; }
    .btn-apply.active {
      color: #35261E;
      background-color: #ffffff;
      border: 1px solid #D04F1E;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .btn-apply:hover {
      color: #ffffff;
      background-color: #F16A38;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .btn-apply:active {
      color: #F16A38;
      background-color: #ffffff;
      border: 1px solid #D04F1E;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .btn-apply:focus {
      color: #F16A38;
      background-color: #ffffff;
      outline: none;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out;
      -webkit-box-shadow: 0px 0px 6px #F68960;
      box-shadow: 0px 0px 6px #F68960; }
  .btn-review {
    max-width: 232px;
    width: 100%;
    color: #F16A38;
    border: 1px solid #F16A38;
    background-color: transparent;
    margin-left: auto; }
    .btn-review.active {
      color: #35261E;
      background-color: #ffffff;
      border: 1px solid #D04F1E; }
    .btn-review:hover {
      color: #ffffff;
      background-color: #F16A38;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .btn-review:active {
      color: #F16A38;
      background-color: #ffffff;
      border: 1px solid #D04F1E;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .btn-review:focus {
      color: #F16A38;
      background-color: #ffffff;
      outline: none;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out;
      -webkit-box-shadow: 0px 0px 6px #F68960;
      box-shadow: 0px 0px 6px #F68960; }
  .btn-product-info {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #35261E;
    padding: 0 8px;
    background: transparent;
    border-radius: none;
    border: 1px solid #C7BAB2;
    margin-right: 8px;
    margin-bottom: 8px;
    height: 40px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .btn-product-info p {
      margin: 0; }
    .btn-product-info:last-child {
      margin-right: 8px; }
    .btn-product-info:hover {
      color: #F16A38;
      border: 1px solid #F16A38;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .btn-product-info:active {
      color: #F16A38;
      border: 1px solid #F16A38;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .btn-product-info:focus {
      color: #F16A38;
      border: 1px solid #F16A38;
      outline: none;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .btn-product-info:disabled {
      border: none;
      background: #F1EBE7;
      color: #C7BAB2; }
  .btn-buy {
    height: 56px;
    min-width: 232px;
    max-width: 295px;
    font-family: 'OpenSans';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #F16A38; }
    .btn-buy:hover {
      color: #F16A38;
      border: 1px solid #F16A38;
      background: #ffffff;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .btn-buy:active {
      color: #F16A38;
      border: 1px solid #F16A38;
      background: #ffffff;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .btn-buy:focus {
      color: #F16A38;
      border: 1px solid #F16A38;
      background: #ffffff;
      outline: none;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .btn-buy:disabled {
      border: none;
      background: #F1EBE7;
      color: #C7BAB2; }
  .btn-form {
    height: 56px;
    min-width: 232px;
    font-family: 'OpenSans';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #F16A38; }
    .btn-form:hover {
      color: #F16A38;
      border: 1px solid #F16A38;
      background: #ffffff;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .btn-form:active {
      color: #F16A38;
      border: 1px solid #F16A38;
      background: #ffffff;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .btn-form:focus {
      color: #F16A38;
      border: 1px solid #F16A38;
      background: #ffffff;
      outline: none;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .btn-form:disabled {
      border: none;
      background: #F1EBE7;
      color: #C7BAB2; }
  .btn-like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    width: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background: none; }
  .btn-close {
    border: none;
    background-color: transparent;
    width: 48px;
    height: 48px;
    padding: 0;
    background-image: url("../icon/close.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center; }
    .btn-close:hover {
      opacity: 0.5; }
  .btn-edit {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    display: block; }
  .btn-main {
    background-color: #F16A38;
    width: 193px;
    max-width: 100%;
    color: #ffffff; }
    .btn-main.active {
      color: #ffffff;
      background-color: #F78961; }
    .btn-main:hover {
      color: #ffffff;
      background-color: #F78961; }
    .btn-main:active, .btn-main:focus {
      color: #ffffff;
      background-color: #F16A38;
      -webkit-box-shadow: 0px 0px 6px #F68960;
      box-shadow: 0px 0px 6px #F68960;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
  .btn-subscribe {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: drop-shadow(0px 17px 12px rgba(251, 171, 65, 0.15));
    filter: drop-shadow(0px 17px 12px rgba(251, 171, 65, 0.15));
    width: 162px;
    height: 40px;
    max-width: 100%;
    color: #35261E;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    .btn-subscribe.active {
      color: #35261E;
      background-color: #ffffff;
      border: 1px solid #7C6B62; }
    .btn-subscribe:hover {
      color: #ffffff;
      background-color: #7C6B62;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out;
      border: 1px solid #7C6B62; }
    .btn-subscribe:active {
      color: #35261E;
      background-color: #ffffff;
      border: 1px solid #D04F1E;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .btn-subscribe:focus {
      color: #35261E;
      background-color: #ffffff;
      border: 1px solid #D04F1E;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out;
      -webkit-box-shadow: 0px 0px 6px #F68960;
      box-shadow: 0px 0px 6px #F68960; }
  .btn-search {
    width: 100%;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    -webkit-box-shadow: 0px 17px 12px rgba(251, 171, 65, 0.15);
    box-shadow: 0px 17px 12px rgba(251, 171, 65, 0.15);
    border-radius: 79px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 10;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    color: #FFFFFF; }
    .btn-search_mob {
      background-image: url("../icon/search-btn.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto;
      width: 45px;
      height: 45px;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-filter: none;
      filter: none; }
  .btn-nav {
    background: #DADADA;
    width: 42px;
    height: 45px;
    background-image: url("../icon/play-button-white.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center; }
  .btn-prev {
    border-radius: 79px 0px 0px 79px;
    position: absolute;
    left: 0; }
  .btn-next {
    border-radius: 79px 0px 0px 79px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: absolute;
    right: 0; }
  .btn-link {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding: 0;
    text-transform: capitalize;
    color: #595959; }
  .btn-submit {
    background-color: #F16A38;
    height: 68px;
    width: 100%;
    max-width: 100%;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 34px; }
    .btn-submit.active {
      color: #ffffff;
      background-color: #F78961; }
    .btn-submit:hover {
      color: #ffffff;
      background-color: #F78961; }
    .btn-submit:active, .btn-submit:focus {
      color: #ffffff;
      background-color: #F16A38;
      -webkit-box-shadow: 0px 0px 6px #F68960;
      box-shadow: 0px 0px 6px #F68960;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
  .btn-text {
    border: none;
    padding: 0;
    background-color: transparent;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px; }
    .btn-text::after {
      content: "";
      width: 100%;
      height: 1px;
      display: block;
      position: absolute;
      bottom: 3px;
      left: 0;
      background: transparent;
      -webkit-transition: bottom .3s ease-in-out;
      -o-transition: bottom .3s ease-in-out;
      transition: bottom .3s ease-in-out; }
    .btn-text:hover {
      position: relative;
      -webkit-transition: bottom .3s ease-in-out;
      -o-transition: bottom .3s ease-in-out;
      transition: bottom .3s ease-in-out; }
      .btn-text:hover::after {
        content: "";
        width: 100%;
        height: 1px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #7C6B62;
        -webkit-transition: bottom .3s ease-in-out;
        -o-transition: bottom .3s ease-in-out;
        transition: bottom .3s ease-in-out; }
  .btn-filter {
    background: #ffffff;
    color: #35261E;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #F1EBE7;
    border-radius: 20px;
    padding: 10px 13px;
    margin-right: 8px;
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .btn-filter:hover, .btn-filter:active, .btn-filter:focus {
      color: #ffffff;
      background-color: #F16A38;
      -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .btn-close {
    border: none;
    background-color: transparent;
    width: 48px;
    height: 48px;
    padding: 0;
    background-image: url("../icon/close.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center; }
    .btn-close:hover {
      opacity: 0.5; }
  .btn-menu {
    width: 32px;
    height: 32px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 200;
    margin-right: 16px;
    padding: 0; }
    .btn-menu span {
      display: block;
      margin-bottom: 4px;
      width: 24px;
      height: 2.5px;
      background-color: #fff;
      position: relative;
      z-index: 201;
      position: absolute;
      opacity: 1;
      left: 4px;
      top: 0;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      .btn-menu span:last-child {
        margin-bottom: 0; }
      .btn-menu span:nth-child(1) {
        top: 8px; }
      .btn-menu span:nth-child(2), .btn-menu span:nth-child(3) {
        top: 15px; }
      .btn-menu span:nth-child(4) {
        top: 22px; }
    .btn-menu.active span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%; }
    .btn-menu.active span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background-color: #F16A38;}
    .btn-menu.active span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background-color: #F16A38; }
    .btn-menu.active span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; }

.text-align-center {
  text-align: center; }

.scroll {
  overflow-y: hidden; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #7C6B62;
  font-family: 'OpenSans';
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 32px;
  margin-top: 16px; }
  .breadcrumbs-item {
    margin-right: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .breadcrumbs-item::after {
      content: "";
      display: block;
      background-image: url("../icon/shevron-right.png");
      width: 18px;
      height: 18px;
      margin-left: 4px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .breadcrumbs-item:last-child {
      margin-right: 0; }
      .breadcrumbs-item:last-child::after {
        content: none; }

html {
  height: 100%; }

body {
  font-family: 'OpenSans';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.page {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 70px; }

.header {
  background: #1D1C19;
  color: #ffffff; }
  .header-main {
    background: #35261E;
    margin-bottom: 17px; }
  .header-info {
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 14px;
    line-height: 18.4px;
    padding-top: 18px;
    margin-bottom: 22px; }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .header__menu {
    margin-bottom: 20px; }
  .header__mobile_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.lang {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .lang_item {
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .lang_item .active {
      color: #7C6B62;
      cursor: default; }
    .lang_item::after {
      content: '';
      width: 2px;
      height: 14px;
      margin-left: 8px;
      background: #7C6B62; }
    .lang_item:last-child::after {
      content: none; }

.menu-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .menu-info__item {
    margin-right: 32px; }
    .menu-info__item:last-child {
      margin-right: 0; }

.menu-account {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
    position: relative;}
.menu-account__item {
    margin-right: 14px;
    padding: 5px;
    transition: all .3s ease-in-out;
    background: none;
    border: none;
    position: relative;}
.menu-account__item:last-child {
    margin-right: 0; }
.menu-account__item:hover svg path {
    fill: #F16A38;
    transition: all .3s ease-in-out;}
.search-block:hover svg path,
.btn-lg:hover svg path {
    fill: #ffffff;
    transition: all .3s ease-in-out;}
.btn-lg:hover {
    background: #F78961;
    transition: all .3s ease-in-out;}
.menu {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0; }
  .menu-item {
    list-style: none;
    margin-right: 32px; }
    .menu-item:last-child {
      margin-right: 0; }

.slider {
  position: relative; }
  .slider-section {
    margin-top: -1px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, #1D1C19), color-stop(85%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #1D1C19 85%, rgba(255, 255, 255, 0) 85%);
    background: -o-linear-gradient(top, #1D1C19 85%, rgba(255, 255, 255, 0) 85%);
    background: linear-gradient(180deg, #1D1C19 85%, rgba(255, 255, 255, 0) 85%); }
  .slider__item_info {
    position: absolute;
    left: 160px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center; }
    .slider__item_info .btn-main {
      margin-left: auto;
      margin-right: auto; }
  .slider__suptitle {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #F16A38;
    text-transform: uppercase;
    margin-bottom: 19px; }
  .slider__title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 66px;
    line-height: 80px;
    color: #35261E;
    text-transform: uppercase;
    margin-bottom: 29px; }
  .slider__text {
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #35261E;
    max-width: 284px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 43px; }

.grid__item {
  position: relative;
  float: left;
  margin-bottom: 24px;
  overflow: hidden;
  -webkit-transition: all 2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 2s cubic-bezier(0.42, 0, 0.58, 1); }
  .grid__item img {
    -webkit-transition: all 2s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 2s cubic-bezier(0.42, 0, 0.58, 1);
    width: 100%; }
  .grid__item:hover {
    -webkit-transition: all 2s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 2s cubic-bezier(0.42, 0, 0.58, 1);
    position: relative;
    background: rgba(109, 109, 109, 0.2); }
    .grid__item:hover img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-transition: all 2s cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: all 2s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 2s cubic-bezier(0.42, 0, 0.58, 1);
      opacity: 0.8; }
    .grid__item:hover a {
      color: #F16A38; }
  .grid__item a {
    display: block; }
  .grid__item_ihfo {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 52px;
    margin-left: 40px;
    max-width: 180px;
    z-index: 10; }

@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes scale {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.width-50 {
  width: 50%; }

.width-25 {
  width: 25%; }

.section-title {
  margin-bottom: 60px;
  text-align: center; }

section {
  margin-bottom: 72px; }

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product__item {
    position: relative;
    margin-right: 24px;
    text-align: center; }
    .product__item:last-child {
      margin-right: 0; }
    .product__item_title {
      display: block;
      font-family: 'OpenSans';
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #35261E;
      text-align: center;
      margin-bottom: 12px;
      height: 72px;
      overflow: hidden;}
    .product__item:hover a {
      color: #F16A38; }
    .product__item_price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-family: 'OpenSans';
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      color: #35261E; }
      .product__item_price p {
        margin-bottom: 0; }
      .product__item_price .price-old {
        font-family: 'OpenSans';
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #7C6B62;
        -webkit-text-decoration-line: line-through;
        text-decoration-line: line-through;
        margin-right: 6px; }
      .product__item_price .price-new {
        font-family: 'OpenSans';
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #B83434; }
  .product-page .product__item:nth-child(n+3) {
    display: block; }

.sticker {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'OpenSans';
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: -webkit-right; }
  .sticker__item {
    margin-bottom: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 2px; }
    .sticker__item:last-child {
      margin-bottom: 0; }
  .sticker-sale {
    padding: 5px 12px;
    background: #F16A38; }
  .sticker-popular {
    padding: 5px 12px;
    background: #EFDEB5;
    color: #35261E; }
    .sticker-count {
    padding: 5px 12px;
    background: #F16A38;
    color: white;
    margin-bottom: 0;}
.new__nav {
  padding-top: 32px; }

.new__item {
  margin-bottom: 24px; }
  .new__item:hover a {
    color: #F16A38; }
  .new__item_title {
    display: block;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #35261E;
    margin-top: 28px;
    margin-bottom: 12px;
    height: 48px;
    overflow: hidden; }
    .new__item_title h3 {
      font-weight: inherit;
      line-height: inherit;
      font-size: inherit;
      margin-top: 0;
      margin-bottom: 0; }
  .new__item_date {
    color: #7C6B62;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px; }

.about-article {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 96px;
  column-gap: 96px;
  margin-bottom: 116px;}
.descr-category {
  margin-bottom: 116px;
  max-height: 100%;
  height: 250px;
  width: 100%;
  overflow: hidden;
  transition: height 0.3s ease-in-out;}
.descr-category.active {
  height: 100%;
  transition: height 0.3s ease-in-out; }
  .about-article a {
    display: block;
    margin-top: 16px;
    color: #F16A38; }
  .about-article p {
    margin-bottom: 27px;
    text-align: justify; }
  .about-article strong p {
    margin-bottom: 20px; }

.subscribe {
  background: #1D1C19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0; }
  .subscribe-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .subscribe-img {
    margin-right: 24px; }
  .subscribe-title {
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-right: 40px; }
    .subscribe-title p {
      text-transform: uppercase;
      margin-bottom: 2px; }
    .subscribe-title span {
      font-family: 'OpenSans';
      font-weight: 400;
      font-size: 14px;
      line-height: 18px; }
  .subscribe .text-success {
    position: absolute;
    bottom: 10px;
    color: #F16A38; }
  .subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .subscribe-form__input {
      width: 400px;
      height: 40px;
      background-color: transparent;
      border: 1px solid #7C6B62;
      color: #ffffff;
      padding: 0 16px;
      margin-right: 40px;
      border-radius: 0;}
      .subscribe-form__input::-webkit-input-placeholder {
        color: #FFFFFF;
        -webkit-transition: all 0.3s easy-in-out;
        -o-transition: all 0.3s easy-in-out;
        transition: all 0.3s easy-in-out;
        font-family: 'OpenSans';
        font-weight: 400;
        font-size: 16px;
        line-height: 40px; }
      .subscribe-form__input:-ms-input-placeholder {
        color: #FFFFFF;
        -webkit-transition: all 0.3s easy-in-out;
        -o-transition: all 0.3s easy-in-out;
        transition: all 0.3s easy-in-out;
        font-family: 'OpenSans';
        font-weight: 400;
        font-size: 16px;
        line-height: 40px; }
      .subscribe-form__input::-ms-input-placeholder {
        color: #FFFFFF;
        -webkit-transition: all 0.3s easy-in-out;
        -o-transition: all 0.3s easy-in-out;
        transition: all 0.3s easy-in-out;
        font-family: 'OpenSans';
        font-weight: 400;
        font-size: 16px;
        line-height: 40px; }
      .subscribe-form__input::placeholder {
        color: #FFFFFF;
        -webkit-transition: all 0.3s easy-in-out;
        -o-transition: all 0.3s easy-in-out;
        transition: all 0.3s easy-in-out;
        font-family: 'OpenSans';
        font-weight: 400;
        font-size: 16px;
        line-height: 40px; }
      .subscribe-form__input::-ms-input-placeholder {
        color: #FFFFFF;
        -webkit-transition: all 0.3s easy-in-out;
        -o-transition: all 0.3s easy-in-out;
        transition: all 0.3s easy-in-out;
        font-family: 'OpenSans';
        font-weight: 400;
        font-size: 16px;
        line-height: 40px; }
      .subscribe-form__input:-ms-input-placeholder {
        color: #FFFFFF;
        -webkit-transition: all 0.3s easy-in-out;
        -o-transition: all 0.3s easy-in-out;
        transition: all 0.3s easy-in-out;
        font-family: 'OpenSans';
        font-weight: 400;
        font-size: 16px;
        line-height: 40px; }
      .subscribe-form__input::-moz-placeholder {
        color: #FFFFFF;
        -webkit-transition: all 0.3s easy-in-out;
        -o-transition: all 0.3s easy-in-out;
        transition: all 0.3s easy-in-out;
        font-family: 'OpenSans';
        font-weight: 400;
        font-size: 16px;
        line-height: 40px; }
      .subscribe-form__input::-webkit-input-placeholder {
        color: #FFFFFF;
        -webkit-transition: all 0.3s easy-in-out;
        -o-transition: all 0.3s easy-in-out;
        transition: all 0.3s easy-in-out;
        font-family: 'OpenSans';
        font-weight: 400;
        font-size: 16px;
        line-height: 40px; }

textarea.form__input {
  height: 150px;
  padding: 16px; }
.select2-container {
  width: 100%;
  max-width: 490px;
  height: 200px;
  background-color: transparent;
  border: 1px solid #7C6B62;
  color: #000;
  padding: 0 16px;
overflow: hidden;}
.select2-container .selection {
  width: 100%;
  height: 100%;
  line-height: 50px;
}
.select2-container .selection>span {
  line-height: 48px !important;
  width: 100%;
}
.select2 {
  height: 50px;
}
.form__input {
  width: 400px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #7C6B62;
  color: #000;
  padding: 0 16px;
  margin-right: 24px; }

.footer {
  padding-top: 43px;
  padding-bottom: 83px; }
  .footer__logo {
    display: block; }
  .footer__menu_title {
    margin-bottom: 24px; }
  .footer__menu li {
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #7C6B62;
    margin-bottom: 12px; }
    .footer__menu li:last-child {
      margin-bottom: 0; }
  .footer__shedule {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    margin-left: auto; }
  .footer__payment {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    margin-left: auto; }
    .footer__payment p {
      text-align: right; }
  .footer__copyright {
    background: #F1EBE7;
    padding-top: 19px;
    padding-bottom: 23px; }

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .copyright p {
    color: #7C6B62;
    margin-bottom: 0; }
    .copyright p span {
      color: #35261E;
      margin-right: 6px; }

.mobile__menu {
  display: none; }

.masonary-container {
  overflow-y: auto; }

.mansonry-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
  grid-auto-columns: 1fr; }

.mansonry-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .mansonry-item::before {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(34,34,34,.35) 0%, rgba(34,34,34,.85) 75%);
	background: linear-gradient(to bottom, rgba(61,61,61,61,.35) 0%, rgba(61,61,61,0.85) 75%);
    -webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	content: '';
	opacity: 0;
  }
  .mansonry-item:hover::before {
	opacity: 1;
    -webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}
  .mansonry-item a {
    width: 100%;
    display: block;
    height: 100%; }
    .mansonry-item-img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      display: block;}
  .mansonry-item .grid__item_ihfo.white {
    color: #fff !important;
  }
  .mansonry-item:hover .grid__item_ihfo {
    color: #F16A38 !important;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;  }


    .mansonry-item:hover a {
      color: #F16A38; }
  .mansonry-item.item-2x2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1; }
  .mansonry-item.item-2x1 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 2;
    grid-row-end: span 2; }
  .mansonry-item.item-1x2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1; }

.product__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid #C7BAB2;
  border-bottom: 1px solid #C7BAB2; }
  .product__filter p {
    display: block;
    margin-bottom: 0;
    margin-right: 16px;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #7C6B62; }

.product-page {
  padding-top: 24px;
  padding-bottom: 32px; }
  .product-page .product__item {
    margin-right: 0;
    margin-bottom: 24px; }
    .product-page .product__item.outstock {
    opacity: 0.5; }

.text-xs {
  display: block;
  margin-bottom: 0;
  margin-right: 16px;
  font-family: 'OpenSans';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #7C6B62; }

.product__setting {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #C7BAB2; }
  .product__setting_sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .product__setting_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .product__setting_view button {
      display: block;
      border: none;
      background: transparent; }
  .product__setting select {
    border: none; }
    .product__setting select option:hover {
      background-color: #F16A38; }

select {
  outline: none; }

.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel:last-child {
  border-bottom: none; }

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0; }

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none; }

.panel-group .panel {
  border-radius: 0; }

.panel-group .panel + .panel {
  margin-top: 0; }

.panel-heading {
  border-radius: 0;
  border: none;
  color: #ffffff;
  padding: 0; }

.panel-title .active {
  color: #F16A38; }

.panel-title a {
  display: block;
  padding: 20px 0;
  position: relative;
  text-transform: uppercase;
  color: #35261E;
  font-family: 'OpenSans';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  width: 100%;
  border-top: 1px solid #C7BAB2; }

.panel-body {
  background: #ffffff;
  padding: 12px 0 0 0;
  margin-bottom: 40px; }
  .panel-body p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px; }

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  -webkit-transition: border-radius 0.3s linear 0.2s;
  -o-transition: border-radius 0.3s linear 0.2s;
  transition: border-radius 0.3s linear 0.2s; }

.panel:last-child .panel-heading.active {
  border-radius: 0;
  -webkit-transition: border-radius linear 0s;
  -o-transition: border-radius linear 0s;
  transition: border-radius linear 0s; }

.panel-heading a:before {
  content: '';
  position: absolute;
  background-image: url("../icon/arrow-down.svg");
  right: 5px;
  top: 10px;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

#accordion .panel-heading a:before {
  content: '';
  position: absolute;
  background-image: url("../icon/arrow-down.svg");
  width: 24px;
  height: 24px;
  display: block;
  right: 0;
  top: 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

#accordion .panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

/* Base for label styling */
.check [type="checkbox"]:not(:checked),
.check [type="radio"]:not(:checked),
.check [type="checkbox"]:checked,
.check [type="radio"]:checked {
  position: absolute;
  left: -9999px; }

.check [type="checkbox"]:not(:checked) + label,
.check [type="radio"]:not(:checked) + label,
.check [type="checkbox"]:checked + label,
.check [type="radio"]:checked + label {
  position: relative;
  padding-left: 36px;
  margin-bottom: 0;
  cursor: pointer;
  display: block; }

/* checkbox aspect */
.check [type="checkbox"]:not(:checked) + label:before,
.check [type="radio"]:not(:checked) + label:before,
.check [type="checkbox"]:checked + label:before,
.check [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #7C6B62;
  background: #fff; }

/* checked mark aspect */
.check [type="checkbox"]:not(:checked) + label:after,
.check [type="radio"]:not(:checked) + label:after,
.check [type="checkbox"]:checked + label:after,
.check [type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #F16A38;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-image: url("../icon/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 24px;
  height: 24px; }

/* checked mark aspect changes */
.check [type="checkbox"]:not(:checked) + label:after,
.check [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.check [type="radio"]:checked + label:after,
.check [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* disabled checkbox */
.check [type="radio"]:disabled:not(:checked) + label:before,
.check [type="radio"]:disabled:checked + label:before,
.check [type="checkbox"]:disabled:not(:checked) + label:before,
.check [type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

.check [type="radio"]:disabled:checked + label:after,
.check [type="checkbox"]:disabled:checked + label:after {
  color: #999; }

.check [type="radio"]:disabled + label,
.check [type="checkbox"]:disabled + label {
  color: #aaa; }

/* accessibility */
.check [type="radio"]:checked:focus + label:before,
.check [type="radio"]:not(:checked):focus + label:before,
.check [type="checkbox"]:checked:focus + label:before,
.check [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted #F16A38; }

/* Base for label styling */
.mfilter-col-input [type="checkbox"]:not(:checked),
.mfilter-col-input [type="radio"]:not(:checked),
.mfilter-col-input [type="checkbox"]:checked,
.mfilter-col-input [type="radio"]:checked {
  position: absolute;
  left: -9999px; }

.mfilter-col-input [type="checkbox"]:not(:checked) + label,
.mfilter-col-input [type="radio"]:not(:checked) + label,
.mfilter-col-input [type="checkbox"]:checked + label,
.mfilter-col-input [type="radio"]:checked + label {
  position: relative;
  padding-left: 36px;
  margin-bottom: 0;
  cursor: pointer;
  display: block; }

/* checkbox aspect */
.mfilter-col-input [type="checkbox"]:not(:checked) + label:before,
.mfilter-col-input [type="radio"]:not(:checked) + label:before,
.mfilter-col-input [type="checkbox"]:checked + label:before,
.mfilter-col-input [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #7C6B62;
  background: #fff; }

/* checked mark aspect */
.mfilter-col-input [type="checkbox"]:not(:checked) + label:after,
.mfilter-col-input [type="radio"]:not(:checked) + label:after,
.mfilter-col-input [type="checkbox"]:checked + label:after,
.mfilter-col-input [type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #F16A38;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-image: url("../icon/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 24px;
  height: 24px; }

/* checked mark aspect changes */
.mfilter-col-input [type="checkbox"]:not(:checked) + label:after,
.mfilter-col-input [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.mfilter-col-input [type="radio"]:checked + label:after,
.mfilter-col-input [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* disabled checkbox */
.mfilter-col-input [type="radio"]:disabled:not(:checked) + label:before,
.mfilter-col-input [type="radio"]:disabled:checked + label:before,
.mfilter-col-input [type="checkbox"]:disabled:not(:checked) + label:before,
.mfilter-col-input [type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

.mfilter-col-input [type="radio"]:disabled:checked + label:after,
.mfilter-col-input [type="checkbox"]:disabled:checked + label:after {
  color: #999; }

.mfilter-col-input [type="radio"]:disabled + label,
.mfilter-col-input [type="checkbox"]:disabled + label {
  color: #aaa; }

/* accessibility */
.mfilter-col-input [type="radio"]:checked:focus + label:before,
.mfilter-col-input [type="radio"]:not(:checked):focus + label:before,
.mfilter-col-input [type="checkbox"]:checked:focus + label:before,
.mfilter-col-input [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted #F16A38; }

.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-radio + .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.custom-radio + .label {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #35261E;
  padding: 0 8px;
  background: transparent;
  border-radius: none;
  border: 1px solid #C7BAB2;
  margin-right: 8px;
  margin-bottom: 8px;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.custom-radio:not(:disabled):not(:checked) + .label:hover {
  color: #F16A38;
  border: 1px solid #F16A38;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.custom-radio:not(:disabled):active + .label {
  color: #F16A38;
  border: 1px solid #F16A38;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-radio:focus + .label {
  color: #F16A38;
  border: 1px solid #F16A38;
  outline: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.custom-radio:focus:not(:checked) + .label {
  color: #F16A38;
  border: 1px solid #F16A38;
  outline: none;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.custom-radio:checked + .label {
  color: #F16A38;
  border: 1px solid #F16A38;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.custom-radio:disabled + .label {
  border: none;
  background: #F1EBE7;
  color: #C7BAB2; }

.label {
  border-radius: 0; }

.radio {
  margin-top: 0;
  margin-bottom: 0; }

.mfilter-col-input label {
  line-height: 24px; }

/* hover style just for information */
label:hover:before {
  border: 2px solid #F16A38 !important; }

.filter {
  min-width: 160px; }
  .filter label {
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #35261E; }
  .filter span {
    color: #C7BAB2; }

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  display: flex;
  margin-right: 12px;
  margin-top: 32px; }
  .pagination li.active {
    background-color: #F16A38;
    color: #ffffff;
    min-width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .pagination li .text-last {
    color: #F16A38;
    width: 100%;
    height: auto;
    background: none; }
    .pagination li .text-last::after {
      content: "";
      width: 100%;
      height: 1px;
      display: block;
      position: absolute;
      bottom: 3px;
      left: 0;
      background: transparent;
      -webkit-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .pagination li .text-last:hover {
      color: #F16A38;
      position: relative;
      -webkit-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      background: none; }
      .pagination li .text-last:hover::after {
        content: "";
        width: 100%;
        height: 1px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #F16A38;
        -webkit-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .pagination li a {
    min-width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #7C6B62;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer; }
    .pagination li a:hover {
      background-color: #F16A38;
      color: #ffffff;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .pagination li a:hover a {
        color: #ffffff; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #F16A38;
  border-color: #F16A38; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0;
  margin-left: 0;
  line-height: 1.42857143;
  color: #7C6B62;
  text-decoration: none;
  background-color: transparent;
  border: none; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #F16A38;
  border-color: #F16A38; }

.all-text {
    color: #F16A38;
  border: none;
  background: none;
  padding: 0;
  display: block;
  position: relative;
  width: fit-content;}
  .all-text::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    background: transparent;
    -webkit-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .all-text:hover {
    position: relative;
    -webkit-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .all-text:hover::after {
      content: "";
      width: 100%;
      height: 1px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #F16A38;
      -webkit-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.seo-text {
  padding-top: 48px; }
  .seo-text .section-title {
    margin-bottom: 32px;
    text-align: left; }
  .seo-text .about-article {
    -webkit-column-count: 1;
    column-count: 1;
    margin-bottom: 0; }

.star {
  position: absolute;
  width: 0;
  height: 0; }

.rating-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .rating-result span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    -webkit-clip-path: url("#star");
    clip-path: url("#star");
    background: #F1EBE7;
    color: #F16A38;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-right: 2.5px; }
    .rating-result span:last-child {
      margin-right: 0; }
    .rating-result span.active {
      background: #F16A38; }

.product-card {
  margin-bottom: 136px; }
  .product-card__block {
    height: 488px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .product-card__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;}
  .product-card__img  .thumbnail {
    width: 60px;
    height: 60px;}
    a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
        border-color: #F16A38;}
    .thumbnails {
        display: flex;
        flex-wrap: wrap;}
    .image-additional {
        display: inline;
        margin-right: 10px;}
  .product-card__info-mobile {
    display: none; }
  .product-card__info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px; }
    .product-card__info_item:last-child {
      margin-bottom: 0; }
    .product-card__info_item p {
      margin-bottom: 0; }
    .product-card__info_item img {
      margin-right: 24px; }
  .product-card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 52px; }
  .product-card__body {
    margin-bottom: 84px; }
  .product-card__tille {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    color: #35261E;
    max-width: 452px; }
  .product-card__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center; }
    .product-card__rating .rating-result {
      margin-right: 12px; }
  .product-card__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .product-card__btn .checkbox {
      display: inline; }
      .product-card__btn .checkbox label {
        margin-bottom: 8px; }
      .product-card__btn .checkbox label + input:checked {
        border: 1px solid blue; }

table {
  width: 100%; }

.title-th {
  color: #7C6B62;
  font-weight: normal;
  width: 30%;
  vertical-align: baseline; }

.info-th {
  color: #F16A38;
  font-weight: normal; }

.product-cost {
  margin-bottom: 36px; }
  .product-cost-old {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #7C6B62;
    margin-bottom: 5px; }
  .product-cost-new {
    color: #B83434; }
    .product-cost-new span {
      font-family: 'Montserrat';
      font-weight: 500;
      font-size: 24px;
      line-height: 130%; }

.product-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.product-buy__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #C7BAB2;
  margin-right: 16px;
  height: 56px; }
  .quantity_btn {
    border: none;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    padding: 0;}
  .product-buy__quantity input {
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 56px;
    color: #35261E;
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 28px;
    height: 54px;
    margin-right: 0; }

.product-about__descr {
  max-width: 708px; }

.product-about__title {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #35261E;
  margin-bottom: 4px;
  padding-top: 48px;
  border-top: 1px solid #C7BAB2; }

.product-about__subtitle {
  color: #C7BAB2;
  margin-bottom: 48px; }

.product-about__text {
  text-align: justify; }

.product-about__review {
  position: relative; }
  .product-about__review .product-card__rating {
    position: absolute;
    right: 0;
    top: 48px; }

.comment__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 28px;
  margin-bottom: 24px;
  border-bottom: 1px solid #C7BAB2; }
  .comment__body:last-child {
    margin-bottom: 48px; }

.comment-title {
  margin-right: 40px;
  min-width: 125px; }

.comment-autor {
  font-family: 'OpenSans';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #35261E; }

.comment-meta {
  white-space: nowrap;
  margin-bottom: 8px; }

.article a {
  color: #F16A38; }
  .article a::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    background: transparent;
    -webkit-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .article a:hover {
    position: relative;
    -webkit-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .article a:hover::after {
      content: "";
      width: 100%;
      height: 1px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #F16A38;
      -webkit-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: bottom 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.article h3 {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #35261E;
  margin-top: 0;
  margin-bottom: 24px; }

.article p {
  margin-bottom: 24px; }
  .article p:last-child {
    margin-bottom: 0; }

.article img {
  margin-bottom: 48px; }

.block-text {
  margin-bottom: 48px; }
  .block-text ul li {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .block-text ul li::before {
      content: '';
      width: 7px;
      height: 7px;
      background: #F16A38;
      display: block;
      border-radius: 50%;
      margin-right: 12px; }

.franchise {
  background: #F1EBE7;
  padding: 96px 0;
  margin-bottom: 0;
  text-align: center; }
  .franchise__suptitle {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #D04F1E;
    margin-bottom: 12px; }
  .franchise__title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #35261E;
    margin-bottom: 28px; }
  .franchise p {
    margin-bottom: 45px;
    padding: 0 85px; }
  .franchise .btn-form {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto; }

.cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  border-bottom: 1px solid #C7BAB2; }
  .cart__item_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cart__item_img {
    margin-right: 36px; }
  .cart__item_info {
    max-width: 438px;
    padding-top: 34px; }
    .cart__item_info-title {
      font-family: 'Montserrat';
      font-weight: 500;
      font-size: 20px;
      line-height: 26px; }
    .cart__item_info a {
      display: block;
      margin-bottom: 25px; }
    .cart__item_info tr {
      height: 30px; }
    .cart__item_info .info-th {
      color: #7C6B62; }
  .cart__item_price {
    padding-top: 36px; }
    .cart__item_price span {
      font-weight: 600; }
    .cart__item_price p {
      line-height: 30px;
      margin-bottom: 0; }
  .cart__item_close {
    margin-top: 36px; }
    .cart__item_close.btn-close {
      width: 24px;
      height: 24px;
      background-size: 16px 16px; }
  .cart__item .product-buy__quantity {
    margin-top: 36px;
    margin-left: 16px; }

.price-total {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
  line-height: 26px; }

.cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px; }
  .cart__total_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .cart__total_price {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    margin-right: 76px; }

.cart-page {
  margin-bottom: 130px; }

.form {
  text-align: center;
  margin-bottom: 160px; }
  .form__info {
    margin-bottom: 96px; }
  .form__block {
    width: 484px;
    max-width: 100%;
    margin-bottom: 96px;
    margin-right: auto;
    margin-left: auto; }
    .form__block .btn {
      width: 100%; }
    .form__block label {
      font-weight: normal; }
    .form__block p {
      margin-bottom: 24px; }
  .form__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative; }
  .form p {
    margin-bottom: 15px; }
  .form__input {
    height: 50px;
    width: 100%;
    max-width: 100%;
    padding: 0 18px; }
    .form__input_download {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      position: absolute;
      z-index: -10; }
  .form__textarea {
    width: 100%;
    max-width: 100%;
    height: 110px;
    resize: none;
    padding: 14px 18px;
    margin-bottom: 20px; }

.label-text {
  font-family: 'OpenSans';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #7C6B62;
  text-align: left;
  display: block;
  margin-bottom: 20px; }
  .label-text span {
    display: flex;
    align-items: center;}
  .label-text p {
    margin-bottom: 10px; }

textarea {
  border: 1px solid #7C6B62;
  -webkit-transition: all 0.3s easy-in-out;
  -o-transition: all 0.3s easy-in-out;
  transition: all 0.3s easy-in-out; }
  textarea:focus {
    border: 1px solid #F16A38;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    outline: none; }
  textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
  textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
  textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
  textarea::placeholder {
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
  textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
  textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
  textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
  textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
  textarea:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  textarea:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  textarea:focus::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  textarea:focus::placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  textarea:focus::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  textarea:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  textarea:focus::-moz-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  textarea:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  textarea:active::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  textarea:active:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  textarea:active::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  textarea:active::placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  textarea:active::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  textarea:active:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  textarea:active::-moz-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  textarea:active::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }

input {
  border: 1px solid #7C6B62;
  -webkit-transition: all 0.3s easy-in-out;
  -o-transition: all 0.3s easy-in-out;
  transition: all 0.3s easy-in-out; }
  input:focus {
    border: 1px solid #F16A38;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    outline: none; }
  input:hover {
    border: 1px solid #F16A38;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    outline: none; }
  input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 50px; }
  input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 50px; }
  input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 50px; }
  input::placeholder {
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 50px; }
  input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 50px; }
  input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 50px; }
  input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 50px; }
  input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 16px;
    line-height: 50px; }
  input:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  input:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  input:focus::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  input:focus::placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  input:focus::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  input:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  input:focus::-moz-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  input:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }

.form-select {
  width: 100%;
  height: 50px;
  border: 1px solid #7C6B62;
  font-size: 16px;
  padding: 0 18px;
  -webkit-transition: all 0.3s easy-in-out;
  -o-transition: all 0.3s easy-in-out;
  transition: all 0.3s easy-in-out;
  position: relative;
  background-image: url("../icon/option-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 18px top 50%, 0 0;
  background-size: 18px 10px; }
  .form-select:hover, .form-select:focus {
    border: 1px solid #F16A38;
    background-image: url("../icon/option-arrow-red.svg");
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
    outline: none; }

.cart__block_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 484px;
  margin-bottom: 64px;
  padding-top: 56px;
  border-top: 1px solid #C7BAB2;
  margin-right: auto;
  margin-left: auto; }
  .cart__block_title h2 {
    margin-top: 0;
    margin-bottom: 0; }

.order__block {
  background: #F1EBE7;
  padding: 0 30px 54px 30px; }
  .order__block .btn-buy {
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto; }
  .order__block .cart__block_title {
    border-top: none; }

.table-total {
  max-width: 484px;
  margin-left: auto;
  margin-right: auto; }
  .table-total td {
    height: 48px; }
  .table-total td:nth-child(2) {
    text-align: right; }
  .table-total td.total-td {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    height: 60px; }

#total_total .cart__total_line {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  height: 60px; }

.total-td {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  height: 60px; }

.btn__block {
  text-align: center;
  width: 482px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

.thanks__block {
  padding-top: 80px;
  width: 533px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .thanks__block .h1 {
    margin-bottom: 42px; }
  .thanks__block p {
    margin-bottom: 40px; }
  .thanks__block .btn-main {
    margin-right: auto;
    margin-left: auto;
    height: 68px;
    width: 296px;
    max-width: 100%; }

.btn-mobile {
  display: none; }

.contact__block {
  padding: 40px 30px; }
  .contact__block_item {
    margin-bottom: 20px; }
    .contact__block_item a {
      display: block; }
    .contact__block_item p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 300px; }

#form-review .product-about__title {
  border-top: none; }

.form__rating {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.3s easy-in-out;
  -o-transition: all 0.3s easy-in-out;
  transition: all 0.3s easy-in-out; }
  .form__rating label {
    margin-right: 8px; }
  .form__rating:not(:checked) > input {
    display: none; }
  .form__rating:not(:checked) > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-clip-path: url("#star");
    clip-path: url("#star");
    background: #F1EBE7;
    color: #F1EBE7;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  .form__rating:not(:checked) > label:before {
    content: " "; }
  .form__rating > input:checked ~ label {
    background: #F16A38; }
  .form__rating:not(:checked) > label:hover,
  .form__rating:not(:checked) > label:hover ~ label {
    background: #F16A38;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
  .form__rating > input:checked + label:hover,
  .form__rating > input:checked + label:hover ~ label,
  .form__rating > input:checked ~ label:hover,
  .form__rating > input:checked ~ label:hover ~ label,
  .form__rating > label:hover ~ input:checked ~ label {
    background: #F16A38; }
  .form__rating > label:active {
    position: relative; }

.cart__total_line {
  max-width: 484px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.btn-primary:hover {
  color: #fff;
  background-color: #F78961;
  border-color: #F78961; }

.align-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mfilter-heading-content {
  padding: 20px 0;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase; }

  .menu-cart {
      background: none;
      border: none;
      position: relative;
      padding: 0;
  }

  .menu-cart-item {
      position: absolute;
      top: -5px;
      right: -5px;
      display: flex;
      align-items: center;
      width: 22px;
      height: 22px;
      background: #F16A38;
      justify-content: center;
      border-radius: 50%;
  }

  .table>tbody>tr>td,
  .table>tbody>tr>th,
  .table>tfoot>tr>td,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>thead>tr>th {
      color: #000;
  }

  .table .btn-danger {
      height: 23px;
  }

.table-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    margin-left: -30px;
    top: 3px; }

.checkbox label, .radio label {
    padding-left: 30px; }

.check {
    margin-bottom: 20px;}
.dropdown-menu {
    padding: 30px 15px;
    width: 290px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;}
.dropdown-menu li {
    margin-bottom: 15px;
}
.open>.dropdown-menu {
    display: block;
    color: #35261E;
}
.table {border: 1px solid #ddd;}
.modal.in .modal-dialog {
    position: absolute;
    top: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    width: 80vw;}
.modal-content {
    color: #000;}
.modal-title {text-align: center;}
.modal-body  {text-align: center;}
.modal-header {border-bottom: none;}
.modal-footer {border-top: none;}
.mod-footer {
    display: flex;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}
.category-menu .dropdown-backdrop {
    display: none;
}
.category-menu .dropdown-menu {
    position: relative;
    float: none;
    border: none;
    box-shadow: none;}
    .category-menu .dropdown-menu>li>a {
        color: #7C6B62;
        padding: 0 16px;
        font-size: 16px;
    }
.category-menu .dropdown-menu {
    padding: 13px 16px;
    background: #ffffff;
    width: 100%;
    border-radius: 0;
    z-index: 1;}
.category-dropdown {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category-dropdown::after {
    content: "";
    background-image: url('../icon/ic_way-white.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 18px;
    height: 18px;
    display: block;
    transition: all .3s ease-in-out;
    transform: rotate(90deg);
}
.dropdown.open .category-dropdown::after {
    transform: rotate(-90deg);
    transition: all .3s ease-in-out;
}
#list-view.active svg path {fill: #35261E;}
#grid-view.active svg path {fill: #35261E;}
.menu-mob {display: none;}
.menu-mob.active {
    left: 0;
    transition: left .3s ease-in-out;
    overflow-y: scroll;;}
.menu-mob-block {
    margin-top: 50px;}
.menu-mob__item {
    padding: 13px 16px;
    color: #35261E;
    box-shadow: 0px 1px 0px #c7bab2;
}
.blog-new {display: flex;}
.dropdown-menu p {color: #000;}
.scroll {overflow-y: hidden;}
.mfilter-counter {
    background: none !important;
    color: #7C6B62 !important;
}
.mfilter-counter:after {
    content: none !important;
}
.form-control {
    padding: 6px !important;
}
.btn,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 5px !important;
}

.live-search .view-all-results {
    color: #F16A38 !important;
}
.btn-ajax {
    padding: 0;
    background: none;
    border: none;
}
.live-search ul li .product-name p {
    display: none;
}
.live-search ul li a {
    display: flex !important;
    color: #35261E;
    font-size: 16px;
    line-height: 18px;
}

.search-search {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    overflow: hidden;
    transition: height .3s ease-in-out;
}
.search-search.active {
    height: 48px;
    overflow: visible;
    transition: height .3s ease-in-out;
}
.search-block .form-control {
    width: 260px;
    height: 48px;
    padding: 5px !important;
    border: none;
}
.live-search {
    margin-top: 48px !important;
}
.search-block.active .form-control {
    width: 320px;
    height: 48px;
}
.live-search {
    margin-top: 48px;
}
.menu-flex {
    display: flex;
}
#cp-gift-accordion .section .next-step-button {
    background-color: #F16A38 !important;
    height: 48px;
    font-family: "OpenSans" !important;
}
#cp-gift-accordion .section input,
#cp-gift-accordion .section select,
#cp-gift-accordion .section textarea {
    height: 48px;
}
.block-check {
    height: 98px;
    display: flex;
    align-items: center;
}
.cart-slider {
  margin-bottom: 15px !important;
}
.cart-slider .product__item_title {
  font-size: 12px !important;
}
.cart-slider .owl-dot {
  margin: 0 2px !important;
}
.p15 {
  padding: 15px !important;
}

.popup-h2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    line-height: 1.3;
    width: 75%;
    margin-right: auto !important;
    margin-left: auto !important;
}

.free-shiping__title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

@media (min-width: 1360px) {
  .container {
    width: 1330px; } }

@media (min-width: 1536px) {
  .container {
    width: 1510px; } }

@media (max-width: 1200px) {
    .order__block {
        padding: 10px;
    }
    #simplecheckout_cart .form-control {
        min-width: 30px !important;
    }
  .btn-more {
    background-position: 40% center; }
  .telephone span {
    display: none; }
  .grid__item_ihfo {
    margin-top: 16px;
    margin-left: 16px; }
  .grid__item_ihfo {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important; } }

@media (max-width: 991px) {
    .order__block {
        padding: 0 30px 54px 30px;
    }
    .simplecheckout-step {flex-direction: column-reverse;}
    .order__block {position: relative;}
    .menu-item {
    margin-right: 20px;}
  .product__filter {
    display: none; }
  .product__setting {
    display: none; }
  .btn-mobile {
    display: block; }
  .filter {
    overflow: hidden;
    height: 0; }
    .filter.active {
      overflow: visible;
      height: auto;
      margin-bottom: 40px;
      margin-top: 40px; }
  .btn-more {
    background-position: 37% center; }
  .menu {
    font-size: 15px; }
  .header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
  .header__menu-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .slider__item_info {
    left: 10%;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content; }
  .slider__suptitle {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px; }
  .slider__title {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px; }
  .slider__text {
    font-size: 12px;
    line-height: 18px;
    max-width: 80%;
    margin-bottom: 20px; }
  .new__item {
    margin-bottom: 20px; }
  .text-title {
    font-size: 22px;
    line-height: 28px; }
  .mansonry-wrapper {
    -ms-grid-rows: 144px 144px;
    grid-template-rows: 144px 144px; }
  .mansonry-item a {
    height: 100%; }
    .mansonry-item-img {
      height: 100%; }
  .footer__logo {
    text-align: center;
    margin-bottom: 20px; }
  .footer__menu {
    display: none; }
  .footer__payment {
    margin-right: auto; }
    .footer__payment p {
      text-align: center; }
  .mansonry-wrapper {
    grid-gap: 8px; } }

@media (max-width: 830px) {
  .btn-more {
    background-position: 35% center; } }

@media (max-width: 768px) {
  .simplecheckout-button-right {
    flex-direction: column !important;
  }

  .simplecheckout-button-right .btn-buy {
    max-width: 100%;
  }
    .mansonry-item {
        width: 100%;
    }
    .mansonry-item img {
        width: 100%;
        max-height: 200px;
    }
    .sticker__item {
        margin-bottom: 1rem;
    }
    .product-cost-new {
        line-height: 56px;
    }
    .header__lang {
        margin-bottom: 0;
    }
    .search-search {
        position: fixed;
        top: 72px;
        overflow: hidden;
        height: 0px;
        z-index: -1;
        transition: height .3s ease-in-out;
    }
    .search-search .btn {
        background: #ffffff;
        border: #ffffff;
        height: 50px;
        padding: 10px 16px !important;
    }
    .search-search .btn svg  {
        width: 24px;
        height: 24px;
    }
    .search-search .btn path {
        fill: #7C6B62;
    }
    .search-block:hover svg path {
        fill: #7C6B62;
    }
    .search-search.active {
        position: fixed;
        top: 64px;
        left: 0;
        z-index: 1;
        margin-top: 0;
        overflow: visible;
        transition: height .3s ease-in-out;
    }
    .product-search {
        margin-top: 50px;
    }
    .logo img {
        width: 80px;
        height: 48px;
    }
    .header__contact {
        justify-content: space-between;
    }
    .menu-account__item.search__item {
        display: none;
    }
    .search-section {
        display: none;
    }
    .search-block .form-control {
        width: 100%;
        height: 50px;
        padding: 10px 16px !important;
        border: none;
        border-radius: 0px;
    }
    .input-group-btn .menu-account__item {
        display: block;
        width: 48px;
        height: 48px;
        background: #F16A38;
        margin-right: 0;
    }
    .container {
        width: 100%;
    }
    .modal-footer .btn {
        width: 100%;
    }
    .mansonry-item {
        margin-bottom: 10px;
    }
    .mansonry-item-img img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .subscribe {
        min-height: 270px;
    }
    .menu-mob {display: block;
    width: 100vw;
    position: absolute;
    top: 64px;
    left: -100vw;
    height: 100vh;
    background: #F1EBE7;
    transition: left .3s ease-in-out;}
    .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 10000; }
  .breadcrumbs {padding-top: 75px;}
  .slider-section {
      padding-top: 120px;}
  .form__block {
    width: 100%;
    max-width: 484px;}
  .product-card__head_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .product-card__head_info p {
      width: 50%; }
  .product-card__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 16px; }
  .product-card__tille {
    margin-bottom: 18px;
    text-align: center; }
  .product-card__rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .product-card__rating .rating-result {
      margin-right: 0;
      margin-bottom: 6px;
      margin-top: 4px; }
    .product-card__rating .text-xs {
      margin-right: 0; }
  .product-card__info {
    display: none; }
    .product-card__info-mobile {
      display: block; }
  .product-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .product-card__block {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    margin-bottom: 11px; }
  .product-card__btn {
    margin-bottom: 78px; }
    .product-card__btn p {
      display: block;
      color: #7C6B62; }
  .product-card__price {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .product-buy__quantity {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0; }
  .product-buy {
    margin-bottom: 87px; }
  .product-about__title {
    padding-top: 24px; }
  .product-about__review .product-card__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 30px; }
    .product-about__review .product-card__rating .rating-result {
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 13px; }
  .comment__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .comment-title {
    margin-right: 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .comment-title .rating-result {
      width: 100%;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  .btn-review {
    margin-right: auto; }
  .comment__body:last-child {
    margin-bottom: 24px; }
  .product-card {
    margin-bottom: 40px; }
  .product-card__body {
    margin-bottom: 40px; }
  .product-card__info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .product-card__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .subscribe-form {
    width: 100%;
    padding: 0 15px; }
  .subscribe-form__input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px; }
  .breadcrumbs {
    font-size: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .btn-more {
    background-position: 33% center; }
  .new__item {
    max-width: 360px; }
  .mansonry-wrapper {
    grid-gap: 8px; }
  .mansonry-item a {
    height: 144px;
    max-height: 100%; }
  .mansonry-item-img {
    width: 100%;
    height: 144px;
    max-height: 100%; }
  section {
    margin-bottom: 36px; }
  .section-title {
    margin-bottom: 24px; }
  .about-article {
    margin-bottom: 0; }
  .header__contact {
    padding-top: 8px;
    margin-bottom: 8px; }
  .header__menu {
    margin-bottom: 0;
    height: 0; }
  .mobile__menu {
    display: block; }
  .header-info {
    display: none; }
  .menu {
    display: none; }
    .nav.nav-tabs.menu {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .nav.nav-tabs.menu::-webkit-scrollbar {
       width: 0;}
    .hystmodal .product .product__item {
    margin-right: 0;}
    .hystmodal .product .product__item:nth-child(n+3) {
    display: block;}
    .hystmodal__window .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 100;}
  .menu-account__item {
    margin-right: 16px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;}
  .menu-search,
  .menu-profile {
    display: none; }
  .telephone span {
    display: none; }
  .slider__item_info {
    left: 20px; }
  .slider__suptitle {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px; }
  .slider__title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px; }
  .slider__text {
    font-size: 7px;
    line-height: 10px;
    max-width: 100px;
    margin-bottom: 5px; }
  .btn-slider {
    font-size: 11px;
    line-height: 15px;
    height: 30px;
    width: 100px; }
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .grid__item {
    max-height: 100%;
    height: 144px;
    margin-bottom: 8px; }
  .grid__item_ihfo {
    margin-top: 16px;
    margin-left: 16px;
    max-width: 180px; }
  .grid__item a {
    height: 100%; }
  .grid__item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%; }
  .text-title {
    font-size: 20px;
    line-height: 26px; }
  .product__item:nth-child(2) {
    margin-right: 0; }
  .product__item:nth-child(n+3) {
    display: none; }
  .new__item:nth-child(n+3) {
    display: none; }
  .new__item:nth-child(2) {
    margin-bottom: 0; }
  .new__item {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px; }
  .about-article {
    -webkit-column-count: 1;
    column-count: 1; }
  .subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .subscribe-info {
    margin-bottom: 60px;
    padding: 0 15px;}
  .form__input {
    margin-bottom: 12px;
    margin-right: 0; }
  .btn-subscribe {
    width: 100%; }
  .subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__logo {
    display: none; }
  .footer__menu {
    display: none; }
  .footer__payment {
    margin-right: auto; }
    .footer__payment p {
      text-align: center; }
  .footer {
    padding-top: 16px;
    padding-bottom: 16px; }
  .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .copyright p {
    text-align: center; }
  .footer__copyright {
    padding-top: 16px;
    padding-bottom: 16px; } }

@media (max-width: 526px) {
    .col-sm-4.col-md-6.header__logo {
        padding-left: 0;
        padding-right: 0;
    }
    .table-bordered>thead>tr>td:first-child,
    .table>tbody>tr>td:first-child,
    .table-bordered>thead>tr>td:last-child,
    .table>tbody>tr>td:last-child {
        display: none;
    }
    .order__block {padding: 15px;}
    .select2-container { width: 100% !important; }
  .btn-more {
    background-position: 24% center; }
  .subscribe-title {
    margin-right: 0; }
  .form__input {
    width: 100%; } }

@media (max-width: 360px) {
    .order__block {padding: 5px;}
  .h1 {
    font-size: 24px;
    line-height: 30px; }
  .product-card__tille {
    font-size: 24px;
    line-height: 30px; }
  .btn {
    font-size: 14px;
    line-height: 21px; }
  .btn-apply {
    height: 40px; }
  .cart__block_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .cart__block_title a {
      margin-bottom: 30px; }
  .product__item_title {
    font-size: 12px;
    line-height: 17px; } }
.select2-container--bootstrap .select2-selection {
    box-shadow: none !important;
    background-color: #fff;
    border: none !important;
    border-radius: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    outline: 0;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    box-shadow: none !important;
    border-color: none !important;
}
.select2-container .select2-selection--single {
    height: inherit !important;
}

.select2-container--bootstrap .select2-selection--single {
    line-height: 1 !important;
    padding: 0 !important;
}

.overlay {
  overflow: hidden;
  border: none;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 98;
  opacity: 0;
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease;
  background-color: #000; }

.overlay.show {
  position: fixed;
  right: 0;
  left: 0;
  opacity: .6; }

.hystmodal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 99;
  visibility: hidden; }

.hystmodal--active, .hystmodal--moved {
  pointer-events: auto;
  visibility: visible;
  opacity: 1; }

.hystmodal__wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 100%;
  min-height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.hystmodal__window {
  margin: 50px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background: #fff;
  width: 100%;
  max-width: 1064px;
  overflow: visible;
  -webkit-transition: opacity .2s ease 0s,-webkit-transform .2s ease 0s;
  transition: opacity .2s ease 0s,-webkit-transform .2s ease 0s;
  -o-transition: transform .2s ease 0s,opacity .2s ease 0s;
  transition: transform .2s ease 0s,opacity .2s ease 0s;
  transition: transform .2s ease 0s,opacity .2s ease 0s,-webkit-transform .2s ease 0s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  padding: 40px;
  position: relative; }
  .hystmodal__window .btn-close {
    position: absolute;
    top: 20px;
    right: 20px; }

.hystmodal--active .hystmodal__window {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-image: url(../image/header.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain; }

.nav-tabs {
      border-bottom: none !important;
}
.nav.nav-tabs.menu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }

.nav-tabs>li>a {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #35261E;
    padding: 8px 12px;
    border-radius: 0 !important;
    border: 1px solid #C7BAB2 !important;
    white-space: nowrap;
}
.nav-tabs>li {
    margin-bottom: 0 !important;
    margin-right: 8px;
}
.nav-tabs>li:last-child {
    margin-right: 8px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 1px solid #F16A38 !important;
    border-bottom-color: #F16A38 !important;
    color: #F16A38;
}
.tab-content {
  margin-top: 50px;
  margin-bottom: 30px; }
  .tab-content .product__item {
    width: calc( 100% / 5);
    min-width: calc( 100% / 5);
    margin-bottom: 16px; }
@media (max-width: 1200px) {
  .hystmodal__window {
    width: 90%; } }
.hystmodal .product {
  min-height: 378px;
  overflow-x: auto;
  padding-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.hystmodal .product__item {
  margin-right: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.hystmodal .product .btn.btn-primary{
    width: 120px;
    height: 34px;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
}
.hystmodal .product::-webkit-scrollbar {
    height: 5px;
    background-color: #f9f9fd;
}
.hystmodal .product::-webkit-scrollbar-thumb {
    background-color: #F16A38;
}

.nav.nav-tabs.menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
}
.nav.nav-tabs.menu::-webkit-scrollbar {
   width: 0;
   height: 0;}
.hystmodal__window__title {
    text-align: center;
    margin-bottom: 32px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 130%;
    color: #35261E;
}

.features {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 65px; }
  .features__item img {
    margin-bottom: 16px; }
  .features__item_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #35261E;
    margin-bottom: 16px;
    margin-top: 0; }
  .features__item p {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: rgba(53, 38, 30, 0.5); }

.rules__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 758px) {
    .rules__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .rules__item p {
    font-weight: normal;
    font-size: 20px;
    line-height: 100%;
    color: #35261E;
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 10px; }
    @media (max-width: 758px) {
      .rules__item p {
        margin-bottom: 12px;
        text-align: center; } }
  .rules__item a {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #35261E;
    -webkit-transition: all 0.3s easy-in-out;
    -o-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out; }
    .rules__item a:hover {
      color: #F16A38;
      -webkit-transition: all 0.3s easy-in-out;
      -o-transition: all 0.3s easy-in-out;
      transition: all 0.3s easy-in-out; }

.refferals {
  padding: 24px 35px;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.1)); }
  .refferals__suptitle {
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #7C6B62;
    margin-bottom: 6px; }
  .refferals__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px; }
    @media (max-width: 758px) {
      .refferals__copy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .refferals__copy .form__input {
      height: 56px;
      margin-right: 12px;
      color: #C7BAB2; }
    .refferals__copy .btn-buy {
      min-width: 295px; }
  .refferals__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px; }
    .refferals__social a {
      display: block;
      width: 24px;
      height: 24px;
      margin-right: 12px; }
  .refferals__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 376px) {
      .refferals__info {
        margin-right: 0;
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .refferals__info_item {
      padding: 42px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background: #FAFAFA;
      border: 1px solid rgba(0, 0, 0, 0.1);
      width: 100%;
      margin-right: 68px;
      margin-bottom: 44px; }
      @media (max-width: 758px) {
        .refferals__info_item {
          margin-right: 15px; } }
      @media (max-width: 376px) {
        .refferals__info_item {
          margin-right: 0;
          margin-bottom: 30px; } }
      .refferals__info_item .title {
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
        color: #35261E;
        margin-bottom: 16px;
        margin-top: 16px; }
      .refferals__info_item .text {
        font-weight: normal;
        font-size: 20px;
        line-height: 150%;
        text-align: center;
        color: #35261E; }
      .refferals__info_item:last-child {
        margin-right: 0; }
  .refferals__history h3 {
    margin-bottom: 24px; }
  .refferals__history .table > thead > tr > td {
    padding: 16px;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    color: #35261E; }
    @media (max-width: 758px) {
      .refferals__history .table > thead > tr > td {
        padding: 8px; } }
  .refferals__history .table > tbody > tr > td {
    padding: 16px;
    font-size: 14px; }
    @media (max-width: 758px) {
      .refferals__history .table > tbody > tr > td {
        padding: 8px; } }
    .refferals__history .table > tbody > tr > td.add {
      font-weight: bold; }
    .refferals__history .table > tbody > tr > td.email {
      text-decoration: underline;
      word-break: break-all; }

.table__wrap {
  width: 100%; }
  @media (max-width: 500px) {
    .table__wrap {
      overflow: hidden; }
      .table__wrap .table {
        overflow-x: scroll; } }
        
@media (max-width: 768px) {
    .hystmodal .product {
        min-height: 285px;
    }
    .nav.nav-tabs.menu {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        justify-content: start;
    }
    .nav.nav-tabs.menu::-webkit-scrollbar {
       width: 0;}
    .hystmodal__window {
        width: 100%;
        margin: 110px 0;
    }

    .tab-content .product__item {
       width: 45%;
       min-width: 45%;
   }
    .hystmodal .product .product__item:nth-child(n+3) {
    display: block;}
    .hystmodal__window .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 100;}
}
