@charset "UTF-8";
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 1.5em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #222; }

a {
  color: #1eaedb; }
  a:hover {
    color: #1b9cc5; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Modules */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    width: 100%;
    padding: 0; } }

@media (min-width: 550px) {
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 0%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .one.column,
  .one.columns {
    width: 8.33333%; }
  .two.columns {
    width: 16.66667%; }
  .three.columns {
    width: 25%; }
  .four.columns {
    width: 33.33333%; }
  .five.columns {
    width: 41.66667%; }
  .six.columns {
    width: 50%; }
  .seven.columns {
    width: 58.33333%; }
  .eight.columns {
    width: 66.66667%; }
  .nine.columns {
    width: 75%; }
  .ten.columns {
    width: 83.33333%; }
  .eleven.columns {
    width: 91.66667%; }
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .one-third.column {
    width: 33.33333%; }
  .two-thirds.column {
    width: 66.66667%; }
  .one-half.column {
    width: 50%; }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.33333%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 16.66667%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 33.33333%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 41.66667%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 50%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 58.33333%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 66.66667%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 75%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 83.33333%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 91.66667%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 33.33333%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 66.66667%; }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 50%; } }

@media (min-width: 1000px) {
  .container {
    width: 100%; } }

@media (min-width: 1400px) {
  .container {
    width: 100%; } }

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

input[type='email'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #33c3f0;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }

ul {
  padding-left: 0;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 0px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/*
Light
Regular
Semibold
Bold
*/
/*
для мобильника без медиа
для смарта > 360
для планшета >750
для ноутбука > 1000
для mac > 1390
для 1920 > 1500
 */
body {
  color: #4c4c4c;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  background: #fff; }
  @media (min-width: 1000px) {
    body {
      font-size: 15px; } }

body * {
  box-sizing: border-box; }

.container {
  padding: 0 15px; }

@media (max-width: 500px) {
  .phablet-container {
    width: 100%;
    padding: 0; } }

.phablet-container__inside {
  padding: 0 15px; }
  @media (min-width: 550px) {
    .phablet-container__inside {
      padding: 0; } }

.in-mobile {
  display: inline; }
  @media (min-width: 550px) {
    .in-mobile {
      display: none; } }

.in-desktop {
  display: none; }
  @media (min-width: 550px) {
    .in-desktop {
      display: inline; } }

p {
  line-height: 150%;
  margin: 16px 0;
  font-size: 14px; }
  @media (min-width: 400px) {
    p {
      font-size: 15px; } }

a {
  color: #FF8A5F;
  outline: none;
  text-decoration: none; }
  a:hover {
    color: #FF8A5F;
    text-decoration: underline; }

label, legend {
  font-weight: normal; }

.header {
  min-height: 667px;
  background-repeat: no-repeat;
  background-position: -667px top;
  position: relative; }
  @media (min-width: 550px) {
    .header {
      min-height: 700px;
      background-repeat: no-repeat;
      background-position: center top; } }
  .header:after {
    content: "";
    display: inline-block;
    background: linear-gradient(109.73deg, rgba(166, 127, 104, 0.65) 0%, rgba(89, 60, 50, 0.65) 100.69%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .header__grid {
    padding-top: 23px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center; }
  @media (min-width: 550px) {
    .header__logo {
      margin-left: 30px; } }
  @media (min-width: 1200px) {
    .header__logo {
      margin-left: 0; } }
  .header__contacts {
    margin-left: auto;
    display: none; }
    @media (min-width: 550px) {
      .header__contacts {
        display: block; } }
  .header__phone {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #F2F2F2;
    white-space: nowrap; }
  .header__callback {
    text-align: right; }
  .header__callback-link {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: #FFA787;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.3, 0, 0.2, 1); }
    .header__callback-link:hover {
      color: #FBFBFB; }
  .header__burger {
    width: 38px;
    height: 60px;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    position: relative;
    margin-left: auto; }
    @media (min-width: 550px) {
      .header__burger {
        margin-right: 30px;
        margin-left: 45px;
        width: 60px; } }
    @media (min-width: 1200px) {
      .header__burger {
        display: none; } }
    .header__burger span {
      position: absolute;
      width: 28px;
      margin-top: 2px;
      margin-bottom: 2px;
      height: 2px;
      display: inline-block;
      background-color: #fff;
      top: 28px;
      left: 10px;
      border-radius: 1px; }
      @media (min-width: 550px) {
        .header__burger span {
          width: 28px; } }
      .header__burger span:before {
        position: absolute;
        content: "";
        display: inline-block;
        height: 2px;
        left: 0;
        right: 0;
        top: -10px;
        background-color: #fff;
        border-radius: 1px; }
      .header__burger span:after {
        position: absolute;
        content: "";
        display: inline-block;
        height: 2px;
        left: 0;
        right: 0;
        bottom: -10px;
        background-color: #fff;
        border-radius: 1px; }
  .header__slider {
    position: relative;
    z-index: 3; }

.topmenu {
  width: 100%;
  display: none; }
  @media (min-width: 1200px) {
    .topmenu {
      display: block; } }
  .topmenu__list {
    list-style-type: none;
    margin: 0;
    justify-content: center;
    display: flex; }
    .topmenu__list li {
      margin: 0 9px; }
      .topmenu__list li.active a:before {
        opacity: 1;
        width: 100%; }
  .topmenu a {
    color: #FBFBFB;
    text-decoration: none;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em; }
    .topmenu a:before {
      opacity: 0;
      transition: all 0.2s cubic-bezier(0.3, 0, 0.2, 1);
      content: "";
      display: inline-block;
      background: linear-gradient(0deg, #FF8A5F, #FF8A5F);
      position: absolute;
      bottom: -4px;
      left: 50%;
      transform: translateX(-50%);
      height: 1px;
      width: 0; }
    .topmenu a:hover:before {
      opacity: 1;
      width: 100%; }

.btn {
  max-width: 209px;
  height: 46px;
  width: 100%;
  display: block;
  background: #FF8A5F;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 46px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.3, 0, 0.2, 1);
  border: 1px solid #FF8A5F; }
  .btn:hover {
    color: #FFFFFF;
    text-decoration: none;
    box-shadow: 0 0 14px 0px rgba(0, 0, 0, 0.5); }
  .btn span {
    line-height: 21px; }

.slider-top__panel {
  text-align: center;
  max-width: 720px; }

.slider-top__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 40px; }
  @media (min-width: 550px) {
    .slider-top__text {
      font-size: 48px;
      line-height: 56px;
      margin-bottom: 50px; } }

.slider-top__btn {
  margin-left: auto;
  margin-right: auto; }

.slider-top__item {
  display: none; }
  .slider-top__item:first-child {
    display: block; }

.slider-top__box {
  height: 500px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex; }

.slider-top .slick-dots li {
  width: auto; }
  .slider-top .slick-dots li button {
    width: 30px;
    height: 5px;
    padding: 5px 0;
    background: transparent; }
    .slider-top .slick-dots li button:before {
      width: 30px;
      height: 5px;
      padding: 0;
      background: #654E44;
      display: block;
      opacity: 1;
      font-size: 0; }
  .slider-top .slick-dots li.slick-active button:before {
    background: #F2F2F2; }

.section-header {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #262626;
  margin-bottom: 41px; }
  @media (min-width: 550px) {
    .section-header {
      font-size: 36px;
      line-height: 42px;
      margin-bottom: 51px; } }
  .section-header span {
    position: relative;
    padding-bottom: 13px; }
    .section-header span:after {
      display: inline-block;
      content: '';
      width: 50%;
      height: 1px;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      background: #D17E5E; }

.advantages {
  background-color: #fdfdfd;
  padding: 50px 0 30px; }
  @media (min-width: 550px) {
    .advantages {
      padding: 60px 0 30px; } }
  .advantages__card {
    height: 161px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.14);
    background-color: #fff;
    padding: 7px;
    display: flex;
    flex-direction: column;
    border: 1px solid transparent;
    transition: all 0.2s cubic-bezier(0.3, 0, 0.2, 1); }
    @media (min-width: 550px) {
      .advantages__card {
        height: 306px;
        padding: 35px 35px 35px 35px; } }
    .advantages__card:hover {
      border: 1px solid #D9A78B; }
    .advantages__card--own-production img {
      margin-left: 12px; }
      @media (min-width: 550px) {
        .advantages__card--own-production img {
          margin-left: 26px; } }
    .advantages__card--high-quality img {
      margin-left: -25px; }
      @media (min-width: 550px) {
        .advantages__card--high-quality img {
          margin-left: -60px; } }
    .advantages__card--big-choice img {
      margin-left: -10px; }
      @media (min-width: 550px) {
        .advantages__card--big-choice img {
          margin-left: -20px; } }
    .advantages__card--fast-customization img {
      margin-left: -25px; }
      @media (min-width: 550px) {
        .advantages__card--fast-customization img {
          margin-left: -65px; } }
    .advantages__card--return-exchange img {
      margin-left: -10px; }
      @media (min-width: 550px) {
        .advantages__card--return-exchange img {
          margin-left: -20px; } }
    .advantages__card--buy-shoelaces img {
      margin-left: 12px; }
      @media (min-width: 550px) {
        .advantages__card--buy-shoelaces img {
          margin-left: 30px; } }
  .advantages__grid {
    margin-left: -9px;
    margin-right: -9px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 550px) {
      .advantages__grid {
        margin-left: -15px;
        margin-right: -15px; } }
  .advantages__item {
    width: 50%;
    padding: 0px 9px 18px; }
    @media (min-width: 550px) {
      .advantages__item {
        max-width: 375px;
        padding: 0px 15px 30px;
        width: 100%; } }
    @media (min-width: 1000px) {
      .advantages__item {
        max-width: 400px; } }
  .advantages__image {
    text-align: center;
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 5px; }
    @media (min-width: 550px) {
      .advantages__image {
        margin-bottom: 20px; } }
    .advantages__image img {
      max-height: 64px; }
      @media (min-width: 550px) {
        .advantages__image img {
          max-height: none; } }
  .advantages__text {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #4A4A4A;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    margin-bottom: 18px;
    flex-direction: column; }
    @media (min-width: 550px) {
      .advantages__text {
        font-size: 22px;
        line-height: 26px;
        height: 56px;
        margin-bottom: 0; } }
  .advantages__btn {
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    max-width: 132px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 550px) {
      .advantages__btn {
        font-size: 18px;
        line-height: 46px;
        height: 46px;
        max-width: none; } }
    .advantages__btn span {
      line-height: 16px; }
      @media (min-width: 550px) {
        .advantages__btn span {
          line-height: 21px; } }

.catalog {
  background-color: #fff;
  padding: 50px 0 30px; }
  @media (min-width: 550px) {
    .catalog {
      padding: 60px 0 30px; } }

.xtab-initialized .xtab {
  display: none; }
  .xtab-initialized .xtab.active {
    display: block; }

.catalog-box__nav {
  text-align: center;
  margin-bottom: 25px; }

.catalog-box__link {
  border: 1px solid #FFEEE7;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 130px;
  font-size: 14px;
  color: #47352F;
  display: inline-block;
  text-decoration: none;
  margin: 0 6px 15px; }
  @media (min-width: 374px) {
    .catalog-box__link {
      width: 157px; } }
  @media (min-width: 750px) {
    .catalog-box__link {
      margin: 0 6px 15px; } }
  @media (min-width: 1000px) {
    .catalog-box__link {
      margin: 0 15px 15px; } }
  .catalog-box__link:hover {
    text-decoration: none;
    background: linear-gradient(0deg, #FFEEE7, #FFEEE7), linear-gradient(0deg, rgba(255, 238, 231, 0.5), rgba(255, 238, 231, 0.5)), #FF8A5F; }
  .catalog-box__link.active {
    background: linear-gradient(0deg, #FFEEE7, #FFEEE7), linear-gradient(0deg, rgba(255, 238, 231, 0.5), rgba(255, 238, 231, 0.5)), #FF8A5F; }

.catalog-box__grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  justify-content: center; }

.catalog-box__item {
  padding: 0 9px 18px;
  width: 50%; }
  @media (min-width: 550px) {
    .catalog-box__item {
      padding: 0 15px 30px; } }
  @media (min-width: 750px) {
    .catalog-box__item {
      width: auto; } }
  .catalog-box__item.hidden {
    display: none; }

.catalog-box__more {
  margin-left: auto;
  margin-right: auto; }
  .catalog-box__more.hidden {
    display: none; }

.product-card {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FCFCFC;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  transition: all 0.2s cubic-bezier(0.3, 0, 0.2, 1); }
  @media (min-width: 550px) {
    .product-card {
      width: 270px; } }
  .product-card:hover {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FCFCFC, #FCFCFC), #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    cursor: pointer; }
  .product-card__info {
    padding: 8px 11px 14px; }
    @media (min-width: 550px) {
      .product-card__info {
        padding: 8px 18px 24px; } }
  .product-card__image {
    height: 186px;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 550px) {
      .product-card__image {
        height: 300px; } }
  .product-card__meta {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 550px) {
      .product-card__meta {
        flex-direction: row; } }
  .product-card__name {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #554948; }
    @media (min-width: 550px) {
      .product-card__name {
        font-size: 18px;
        line-height: 21px; } }
  .product-card__description {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #C4C4C4;
    margin-bottom: 7px; }
    @media (min-width: 550px) {
      .product-card__description {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 18px; } }
  .product-card__price {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FF8A5F;
    margin-bottom: 15px; }
    @media (min-width: 550px) {
      .product-card__price {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 0; } }
  .product-card__btn {
    height: 28px;
    padding: 2px 13px 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #554948;
    background: #fff;
    border: 1px solid #FFE5D9; }
    .product-card__btn:after {
      display: inline-block;
      content: '';
      background-image: url(/assets/template/css/sprites/sprite.png);
      background-position: -18px -16px;
      width: 6px;
      height: 6px;
      margin-left: 10px;
      vertical-align: middle; }

.footer {
  background: linear-gradient(0deg, rgba(89, 60, 50, 0.25), rgba(89, 60, 50, 0.25)), #262626;
  min-height: 100px; }

.order {
  background-color: #fdfdfd;
  padding: 50px 0 30px; }
  @media (min-width: 550px) {
    .order {
      padding: 60px 0 30px; } }

.order-table__row {
  border-top: 1px solid #D7D4D5;
  padding: 9px 0 1px; }
  @media (min-width: 1000px) {
    .order-table__row {
      padding: 25px 0 36px; } }

.order-row {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap; }
  @media (min-width: 350px) {
    .order-row {
      flex-wrap: nowrap; } }
  .order-row__left {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding-top: 15px; }
    @media (min-width: 1000px) {
      .order-row__left {
        padding-top: 0; } }
  .order-row__center {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
    padding: 0 15px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 374px) {
      .order-row__center {
        padding: 0 23px; } }
    @media (min-width: 1000px) {
      .order-row__center {
        max-width: none;
        align-items: center;
        flex-direction: row;
        padding: 0 100px 0 140px; } }
  .order-row__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 10px;
    right: 0; }
    @media (min-width: 350px) {
      .order-row__right {
        top: auto;
        right: auto;
        position: relative; } }
  .order-row__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%; }
    @media (min-width: 1000px) {
      .order-row__item {
        width: auto;
        flex-direction: column;
        align-items: center; } }
  .order-row__num {
    width: 25px;
    text-align: left;
    font-size: 16px;
    padding-left: 2px; }
    @media (min-width: 1000px) {
      .order-row__num {
        padding-left: 0;
        width: 50px;
        text-align: center; } }
  .order-row__image {
    width: 79px; }
    @media (min-width: 1000px) {
      .order-row__image {
        width: 100px; } }
    .order-row__image img {
      width: 100%; }
  .order-row__delete {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0 none; }
  .order-row__key {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 38px;
    color: #554948;
    margin-bottom: 8px;
    text-align: left;
    width: 54%; }
    @media (min-width: 1000px) {
      .order-row__key {
        text-align: center;
        width: auto;
        line-height: 19px;
        margin-bottom: 23px; } }
  .order-row__value {
    font-size: 16px;
    color: #75777B;
    text-align: center;
    min-height: 38px;
    line-height: 38px; }

.incrementer {
  position: relative;
  width: 85px;
  height: 38px;
  display: inline-block;
  padding: 1px;
  border: 1px solid #a8958e; }
  .incrementer span {
    position: absolute;
    top: 1px;
    height: 34px;
    display: block;
    width: 24px;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
    cursor: pointer;
    outline: none;
    z-index: 1;
    background: linear-gradient(0deg, rgba(255, 138, 95, 0.1), rgba(255, 138, 95, 0.1)), #F0E9E7;
    transition: all 0.2s ease 0s;
    color: #554948; }
    .incrementer span.minus {
      left: 1px;
      line-height: 34px;
      border-right: 0 none; }
    .incrementer span.plus {
      right: 1px;
      line-height: 32px;
      border-left: 0 none; }
    .incrementer span:hover {
      background: #fff; }
  .incrementer input {
    display: block;
    margin-left: 24px;
    width: 33px;
    height: 34px;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    line-height: 19px;
    border: 0 none;
    padding: 0; }

.jq-selectbox.color .placeholder {
  display: none; }

.jq-selectbox.color .jq-selectbox__select {
  padding-left: 0;
  background: #fff;
  border-radius: 0;
  border: 1px solid #a8958e;
  width: 85px;
  height: 38px;
  box-shadow: none; }

.jq-selectbox.color .jq-selectbox__trigger {
  width: 20px;
  background: #fff;
  border: 0 none; }

.jq-selectbox.color .jq-selectbox__trigger-arrow {
  border: 0 none;
  width: 12px;
  height: 7px;
  right: 4px;
  top: 15px; }
  .jq-selectbox.color .jq-selectbox__trigger-arrow:before {
    display: inline-block;
    content: '';
    background-image: url(/assets/template/css/sprites/sprite.png);
    background-position: -18px -10px;
    width: 10px;
    height: 6px;
    vertical-align: top;
    line-height: 100%;
    width: 11px; }

.jq-selectbox.color .jq-selectbox__dropdown li {
  margin-bottom: 0;
  height: 30px; }

.jq-selectbox.color .jq-selectbox__dropdown .color--green {
  background-color: green; }

.jq-selectbox.color .jq-selectbox__dropdown .color--blue {
  background-color: blue; }

.jq-selectbox.color .jq-selectbox__dropdown .color--black {
  background-color: black; }

.jq-selectbox.color.color--green .jq-selectbox__select {
  background-color: green; }

.jq-selectbox.color.color--black .jq-selectbox__select {
  background-color: black; }

.jq-selectbox.color.color--blue .jq-selectbox__select {
  background-color: blue; }

.jq-selectbox.select-length .jq-selectbox__select {
  background: #fff;
  border-radius: 0;
  border: 1px solid #a8958e;
  width: 85px;
  height: 38px;
  padding-right: 30px;
  box-shadow: none; }

.jq-selectbox.select-length .jq-selectbox__select-text {
  line-height: 38px;
  margin-left: auto;
  margin-right: auto;
  width: auto !important; }

.jq-selectbox.select-length .jq-selectbox__trigger {
  width: 20px;
  background: #fff;
  border: 0 none; }

.jq-selectbox.select-length .jq-selectbox__trigger-arrow {
  border: 0 none;
  width: 12px;
  height: 7px;
  right: 4px;
  top: 15px; }
  .jq-selectbox.select-length .jq-selectbox__trigger-arrow:before {
    display: inline-block;
    content: '';
    background-image: url(/assets/template/css/sprites/sprite.png);
    background-position: -18px -10px;
    width: 10px;
    height: 6px;
    vertical-align: top;
    line-height: 100%;
    width: 11px; }

.jq-selectbox.select-length .jq-selectbox__dropdown li {
  margin-bottom: 0;
  height: 30px; }

.order-info {
  border-top: 1px solid #D7D4D5; }
  @media (min-width: 550px) {
    .order-info {
      padding-top: 6px; } }
  .order-info__caption {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #554948;
    width: 274px;
    flex-shrink: 0;
    margin-bottom: 12px; }
    @media (min-width: 550px) {
      .order-info__caption {
        margin-bottom: 0; } }
  .order-info__item {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #75777B;
    width: 280px;
    padding-top: 8px;
    padding-bottom: 7px; }
    @media (min-width: 550px) {
      .order-info__item {
        padding-top: 5px;
        padding-bottom: 5px; } }
    .order-info__item label {
      margin: 0; }
  .order-info__grid {
    display: flex;
    border-bottom: 1px solid #eae8e9;
    flex-direction: column;
    padding: 20px 7px 13px; }
    @media (min-width: 550px) {
      .order-info__grid {
        padding: 20px 7px;
        flex-direction: row; } }
  .order-info__variants {
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
    .order-info__variants textarea {
      border: 1px solid #E3AE9A;
      height: 115px;
      width: 100%;
      padding: 15px 25px;
      font-size: 16px; }
  .order-info__comment {
    margin-bottom: 20px; }
    .order-info__comment .order-info__grid {
      border-bottom: 0 none; }

.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px; }

.radio__text {
  position: relative;
  padding:2px 5px 0 20px;
  cursor: pointer; }

.radio__text:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #75777B;
  border-radius: 50%;
  background: #FFF;
  box-sizing: border-box; }

.radio__text:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF8A5F;
  opacity: 0;
  transition: .2s; }

.radio input:checked + .radio__text:after {
  opacity: 1; }

.order-summary {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #4E4F53;
  margin-bottom: 30px; }
  @media (min-width: 550px) {
    .order-summary {
      margin-bottom: 40px; } }
  .order-summary__cost {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FF8A5F; }

.order-actions .btn {
  margin-left: auto;
  margin-right: auto;
  max-width: none; }
  @media (min-width: 550px) {
    .order-actions .btn {
      max-width: 209px; } }

.about {
  background: #fff;
  padding: 50px 0 27px; }
  @media (min-width: 550px) {
    .about {
      padding: 60px 0 40px; } }
  .about__grid {
    padding-top: 15px; }
  @media (min-width: 1000px) {
    .about__row {
      display: flex;
      margin-bottom: 15px; }
      .about__row:nth-of-type(2n) {
        flex-direction: row-reverse; } }
  .about__image {
    width: 100%;
    text-align: center; }
    .about__image img {
      max-width: 100%; }
      @media (min-width: 1000px) {
        .about__image img {
          width: 100%; } }
  .about__text {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #75777B; }
    @media (min-width: 1000px) {
      .about__text {
        padding: 0 20px 0 45px; } }
    .about__text h3 {
      font-style: normal;
      font-weight: normal;
      font-size: 24px;
      line-height: 23px;
      letter-spacing: 0.01em;
      color: #554948; }
    .about__text p {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 23px;
      color: #75777B; }

.testimonials {
  background: #fff url("/assets/template/images/about-bg.jpg") center top no-repeat;
  padding: 17px 0 30px;
  position: relative;
  background-size: auto 746px; }
  @media (min-width: 550px) {
    .testimonials {
      background-size: auto;
      padding: 60px 0 60px; } }
  .testimonials .section-header {
    color: #fff;
    margin-bottom: 52px; }
    @media (min-width: 550px) {
      .testimonials .section-header {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 51px; } }
    .testimonials .section-header span:after {
      background-color: #fff; }
  .testimonials__list {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap; }
  .testimonials__item {
    padding-top: 43px;
    padding-left: 15px;
    padding-right: 15px; }
  .testimonials__card {
    background-color: #fff;
    max-width: 368px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 67px;
    padding-bottom: 40px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.14);
    position: relative; }
    .testimonials__card:before {
      display: inline-block;
      content: '';
      background-image: url(/assets/template/css/sprites/sprite.png);
      background-position: -18px 0px;
      width: 14px;
      height: 10px;
      position: absolute;
      left: 12px;
      top: 27px; }
  .testimonials__image {
    position: absolute;
    top: -43px;
    left: 50%;
    transform: translateX(-50%);
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden; }
  .testimonials__text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #75777B;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 23px; }
  .testimonials__author {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #4E4F53;
    text-align: center; }

.testimonials-slider .slick-dots li {
  width: auto; }
  .testimonials-slider .slick-dots li button {
    width: 30px;
    height: 5px;
    padding: 5px 0;
    background: transparent; }
    .testimonials-slider .slick-dots li button:before {
      width: 30px;
      height: 5px;
      padding: 0;
      background: #654E44;
      display: block;
      opacity: 1;
      font-size: 0; }
  .testimonials-slider .slick-dots li.slick-active button:before {
    background: #F2F2F2; }

.testimonials-slider.slick-slider.slick-dotted {
  padding-bottom: 19px;
  margin-bottom: 54px; }
  @media (min-width: 550px) {
    .testimonials-slider.slick-slider.slick-dotted {
      margin-bottom: 60px;
      padding-bottom: 23px; } }

.testimonials-form {
  padding: 40px 15px;
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15); }
  @media (min-width: 550px) {
    .testimonials-form {
      padding: 50px 30px; } }
  .testimonials-form__header {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #4F4F4F;
    text-align: center;
    margin-bottom: 30px; }
    .testimonials-form__header br {
      display: inline; }
      @media (min-width: 550px) {
        .testimonials-form__header br {
          display: none; } }
  .testimonials-form__box {
    max-width: 538px;
    margin-left: auto;
    margin-right: auto; }
  .testimonials-form__item {
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 550px) {
      .testimonials-form__item {
        margin-bottom: 17px; } }
    @media (min-width: 750px) {
      .testimonials-form__item {
        padding: 0 15px; } }
  .testimonials-form__row {
    display: flex;
    flex-direction: column; }
    @media (min-width: 750px) {
      .testimonials-form__row {
        flex-direction: row;
        margin-left: -15px;
        margin-right: -15px; } }
    .testimonials-form__row input[type="text"] {
      border: 1px solid #E3AE9A;
      width: 100%;
      height: 41px;
      line-height: 41px;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      padding-left: 20px;
      padding-right: 20px;
      color: #262626; }
    .testimonials-form__row textarea {
      font-size: 16px;
      padding: 11px 20px;
      border: 1px solid #E3AE9A;
      width: 100%;
      height: 120px;
      color: #262626; }
  .testimonials-form__actions {
    padding-top: 10px;
    margin-bottom: 20px; }
    @media (min-width: 550px) {
      .testimonials-form__actions {
        padding-top: 15px; } }
    .testimonials-form__actions .btn {
      max-width: 100%; }
  .testimonials-form__policy {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;
    color: #69676A; }

.delivery {
  background: #fff;
  padding: 20px 0 10px; }
  @media (min-width: 550px) {
    .delivery {
      padding: 60px 0 30px; } }
  .delivery .section-header {
    margin-bottom: 46px; }
    @media (min-width: 550px) {
      .delivery .section-header {
        margin-bottom: 64px; } }
  .delivery__header {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    display: none; }
    @media (min-width: 550px) {
      .delivery__header {
        display: block; } }
  .delivery__grid {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
    flex-wrap: wrap; }
    @media (min-width: 550px) {
      .delivery__grid {
        margin-bottom: 36px; } }
  .delivery__item {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 386px;
    margin-bottom: 27px; }
    @media (min-width: 550px) {
      .delivery__item {
        width: 100%; } }
    @media (min-width: 1000px) {
      .delivery__item {
        margin-bottom: 0;
        width: 33.33%; } }
    .delivery__item--cash .delivery__image img {
      left: -28px; }
      @media (min-width: 550px) {
        .delivery__item--cash .delivery__image img {
          left: 0; } }
    .delivery__item--card .delivery__image img {
      left: 4px;
      top: -8px; }
      @media (min-width: 550px) {
        .delivery__item--card .delivery__image img {
          left: 30px;
          top: 0; } }
    .delivery__item--online .delivery__image img {
      left: -28px;
      top: -14px; }
      @media (min-width: 550px) {
        .delivery__item--online .delivery__image img {
          left: 0;
          top: -12px; } }
    .delivery__item--pick .delivery__image img {
      left: -26px;
      top: 0; }
      @media (min-width: 550px) {
        .delivery__item--pick .delivery__image img {
          left: 0;
          top: 0; } }
    .delivery__item--courier .delivery__image img {
      left: 0;
      top: -7px; }
      @media (min-width: 550px) {
        .delivery__item--courier .delivery__image img {
          left: 31px;
          top: 0; } }
      @media (min-width: 1000px) {
        .delivery__item--courier .delivery__image img {
          left: 0;
          top: 0; } }
    .delivery__item--service .delivery__image img {
      left: -32px;
      top: -7px; }
      @media (min-width: 550px) {
        .delivery__item--service .delivery__image img {
          left: 0;
          top: 0; } }
  .delivery__card {
    display: flex; }
  .delivery__image {
    width: 92px;
    height: 92px;
    flex-shrink: 0;
    position: relative; }
    @media (min-width: 550px) {
      .delivery__image {
        width: 130px;
        height: 100px; } }
    .delivery__image img {
      position: absolute;
      left: 0;
      top: 0; }
  .delivery__info {
    padding-top: 10px; }
  .delivery__caption {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #554948;
    margin-bottom: 10px; }
  .delivery__text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #69676A; }
  .delivery__nav {
    text-align: center;
    margin-bottom: 14px;
    display: block; }
    @media (min-width: 550px) {
      .delivery__nav {
        display: none; } }
  .delivery__link {
    border: 1px solid #FFEEE7;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 130px;
    font-size: 16px;
    color: #4E4F53;
    display: inline-block;
    text-decoration: none;
    margin: 0 6px 15px; }
    @media (min-width: 374px) {
      .delivery__link {
        width: 157px; } }
    @media (min-width: 750px) {
      .delivery__link {
        margin: 0 6px 15px; } }
    @media (min-width: 1000px) {
      .delivery__link {
        margin: 0 15px 15px; } }
    .delivery__link:hover {
      text-decoration: none;
      background: linear-gradient(0deg, #FFEEE7, #FFEEE7), linear-gradient(0deg, rgba(255, 238, 231, 0.5), rgba(255, 238, 231, 0.5)), #FF8A5F; }
    .delivery__link.active {
      background: linear-gradient(0deg, #FFEEE7, #FFEEE7), linear-gradient(0deg, rgba(255, 238, 231, 0.5), rgba(255, 238, 231, 0.5)), #FF8A5F; }
  .delivery .xtab {
    display: none; }
    @media (min-width: 550px) {
      .delivery .xtab {
        display: block; } }
    .delivery .xtab.active {
      display: block; }

.action {
  background: #fff;
  padding: 14px 0 30px;
  position: relative; }
  @media (min-width: 550px) {
    .action {
      padding: 60px 0 30px; } }
  .action .section-header {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.01em;
    color: #262626;
    margin-bottom: 53px; }
    @media (min-width: 550px) {
      .action .section-header {
        margin-bottom: 65px; } }
  .action__box {
    background: #fff url("/assets/template/images/action-bg.jpg") center top no-repeat;
    background-size: cover;
    padding: 30px 0 40px;
    position: relative; }
    .action__box:before {
      background: linear-gradient(0deg, rgba(142, 117, 103, 0.35), rgba(142, 117, 103, 0.35)), linear-gradient(117.16deg, rgba(166, 127, 104, 0.15) 0%, rgba(89, 60, 50, 0.15) 134.54%), linear-gradient(117.16deg, rgba(166, 127, 104, 0.65) 0%, rgba(89, 60, 50, 0.65) 134.54%), linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), url(2469581.jpg), url(2469581.jpg);
      background-blend-mode: color, lighten, normal, normal, normal, normal;
      transform: matrix(-1, 0, 0, 1, 0, 0);
      display: inline-block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      @media (min-width: 550px) {
        .action__box:before {
          display: none; } }
    @media (min-width: 550px) {
      .action__box {
        padding: 60px 0; } }

.action-panel {
  max-width: 470px;
  width: 100%;
  background-color: #fff;
  padding: 40px 25px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 550px) {
    .action-panel {
      padding: 50px; } }
  @media (min-width: 1000px) {
    .action-panel {
      margin-left: 0;
      margin-right: 0;
      position: relative;
      left: 50%; } }
  .action-panel__header {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #554948;
    margin-bottom: 20px; }
  .action-panel__value-box {
    text-align: center;
    margin-bottom: 20px; }
  .action-panel__value {
    padding: 9px 56px;
    border: 1px solid #FF8A5F;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #554948;
    display: inline-block; }
  .action-panel__text {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #554948;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  .action-panel__hint {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: rgba(105, 103, 106, 0.75);
    margin-bottom: 30px; }
  .action-panel .btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 174px; }

.helpful {
  background: #fff;
  padding: 14px 0 30px;
  position: relative; }
  @media (min-width: 550px) {
    .helpful {
      padding: 30px 0 60px; } }
  .helpful .section-header {
    margin-bottom: 54px; }
    @media (min-width: 550px) {
      .helpful .section-header {
        margin-bottom: 64px; } }
  .helpful__nav {
    text-align: center;
    margin-bottom: 16px; }
    @media (min-width: 550px) {
      .helpful__nav {
        margin-bottom: 23px; } }
  .helpful__link {
    border: 1px solid #FFEEE7;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 167px;
    font-size: 16px;
    color: #47352F;
    display: inline-block;
    text-decoration: none;
    margin: 0 6px 15px; }
    @media (min-width: 550px) {
      .helpful__link {
        width: auto;
        padding: 0 46px;
        margin: 0 15px 15px; } }
    .helpful__link:hover {
      text-decoration: none;
      background: linear-gradient(0deg, #FFEEE7, #FFEEE7), linear-gradient(0deg, rgba(255, 238, 231, 0.5), rgba(255, 238, 231, 0.5)), #FF8A5F; }
    .helpful__link.active {
      background: linear-gradient(0deg, #FFEEE7, #FFEEE7), linear-gradient(0deg, rgba(255, 238, 231, 0.5), rgba(255, 238, 231, 0.5)), #FF8A5F; }

.calculator__grid {
  display: flex;
  justify-content: center; }

@media (min-width: 1200px) {
  .calculator__form {
    margin-right: 46px; } }

.calculator__image {
  width: 100%;
  padding-top: 36px;
  display: none; }
  @media (min-width: 1200px) {
    .calculator__image {
      display: block; } }

.calculator-form {
  background: rgba(217, 167, 139, 0.03);
  padding: 30px 14px 10px 14px;
  width: 100%;
  flex-shrink: 0; }
  @media (min-width: 550px) {
    .calculator-form {
      padding: 52px 30px 30px 30px;
      width: 455px; } }
  .calculator-form__caption {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FF8A5F;
    text-align: center;
    margin-bottom: 19px; }
    @media (min-width: 550px) {
      .calculator-form__caption {
        margin-bottom: 40px; } }
  .calculator-form__row {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    width: 100%; }
  .calculator-form__key {
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #554948; }
    .calculator-form__key br {
      display: none; }
      @media (min-width: 550px) {
        .calculator-form__key br {
          display: inline; } }
  .calculator-form__value {
    width: 109px;
    display: flex;
    align-items: center;
    flex-shrink: 0; }
    .calculator-form__value input {
      width: 80px;
      height: 40px;
      border: 1px solid #E3AE9A;
      border-radius: 5px;
      text-align: center; }
    .calculator-form__value .unit {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 21px;
      color: #C4C4C4;
      margin-left: 5px; }
  .calculator-form__total {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #554948; }
  .calculator-form__row-total {
    border-top: 1px solid rgba(112, 113, 117, 0.25);
    width: 100%;
    margin-top: 25px;
    padding-top: 30px; }
    @media (min-width: 550px) {
      .calculator-form__row-total {
        margin-top: 39px;
        padding-top: 40px; } }
    .calculator-form__row-total .unit {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 23px;
      color: #554948; }
    .calculator-form__row-total .calculator-form__value {
      text-align: center;
      justify-content: flex-end; }
      @media (min-width: 550px) {
        .calculator-form__row-total .calculator-form__value {
          justify-content: center; } }

.color-choice__grid {
  display: flex;
  flex-direction: column; }
  @media (min-width: 550px) {
    .color-choice__grid {
      flex-direction: row; } }

.color-choice__panel {
  width: 100%;
  margin-right: 20px;
  height: 378px;
  overflow-x: scroll;
  position: relative;
  margin-bottom: 38px; }
  @media (min-width: 550px) {
    .color-choice__panel {
      height: 500px;
      margin-bottom: 0; } }

.color-choice__image {
  flex-shrink: 0; }
  @media (min-width: 550px) {
    .color-choice__image {
      width: 370px; } }
  .color-choice__image img {
    max-width: 100%; }

.color-choice__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0; }

.color-choice__item {
  padding: 0 9px 18.5px;
  display: inline-block; }
  @media (min-width: 550px) {
    .color-choice__item {
      padding: 0 15px 10px; } }

.color-choice__card {
  background: #fbfaf9;
  padding: 10px 15px;
  width: 164px;
  height: 67.5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #FAF8F7; }
  @media (min-width: 550px) {
    .color-choice__card {
      width: 170px;
      height: 70px; } }
  .color-choice__card.active {
    border: 1px solid #D9A78B; }

.color-choice__color {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 10px; }

.color-choice__info {
  width: 100%; }

.color-choice__name {
  font-style: normal;
  font-weight: normal;
    font-size: 15px;
    line-height: 17px;
  color: #554948; }

.color-choice__code {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #69676A; }

.nodes__item {
  display: inline-block;
  padding: 25px 15px 30px; }

.nodes__card {
  width: 164px;
  height: 164px;
  background: #FBF9F7;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.14);
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 750px) {
    .nodes__card {
      width: 270px;
      height: 270px; } }

.nodes__image {
  height: 104px; }
  @media (min-width: 750px) {
    .nodes__image {
      height: 170px; } }
  .nodes__image img {
    max-width: 100%; }

.nodes__name {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #707175; }
  @media (min-width: 750px) {
    .nodes__name {
      height: 100px;
      font-size: 18px;
      line-height: 21px; } }

.nodes-slider-js {
  margin-top: -25px; }
  .nodes-slider-js .slick-slide {
    transition: all 0.2s cubic-bezier(0.3, 0, 0.2, 1); }
    .nodes-slider-js .slick-slide.slick-active:nth-child(1) {
      border: 1px solid red !important; }
  @media (min-width: 1520px) {
    .nodes-slider-js .slide-opacity {
      opacity: 0.5; } }
  .nodes-slider-js:hover .slide-opacity {
    opacity: 1; }

.gallery {
  background: #fff;
  padding: 14px 0 30px;
  overflow: hidden; }
  @media (min-width: 550px) {
    .gallery {
      background: #fdfdfd;
      padding: 60px 0 120px; } }
  .gallery .section-header {
    margin-bottom: 53px; }
    @media (min-width: 550px) {
      .gallery .section-header {
        margin-bottom: 51px; } }
  .gallery__grid {
    display: flex;
    flex-wrap: wrap;
    padding-left: 6px;
    padding-right: 6px; }
    @media (min-width: 400px) {
      .gallery__grid {
        padding-left: 0;
        padding-right: 0;
        margin-left: -9px;
        margin-right: -9px; } }
    @media (min-width: 1200px) {
      .gallery__grid {
        margin-left: -15px;
        margin-right: -15px; } }
  .gallery__item {
    width: 50%;
    padding: 0 9px 15px; }
    @media (min-width: 400px) {
      .gallery__item {
        width: 33.33%; } }
    @media (min-width: 1000px) {
      .gallery__item {
        width: 20%; } }
    @media (min-width: 1200px) {
      .gallery__item {
        padding: 0 15px 30px; } }
  .gallery__image {
    width: 100%; }
    .gallery__image img {
      width: 100%; }

.footer__body {
  padding: 30px 0; }

.footer__logo {
  margin-bottom: 10px;
  display: none; }
  @media (min-width: 1000px) {
    .footer__logo {
      display: block; } }

.footer__address {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #707175; }
  .footer__address br {
    display: inline; }
    @media (min-width: 400px) {
      .footer__address br {
        display: none; } }
  .footer__address p {
    margin-bottom: 10px;
    margin-top: 0; }
    @media (min-width: 1000px) {
      .footer__address p {
        margin-bottom: 4px; } }
  .footer__address a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #707175; }
    .footer__address a:hover {
      text-decoration: underline; }

.footer__grid {
  display: flex;
  justify-content: space-between; }

.footer__left .footer-bottom-line__social {
  display: flex;
  margin-top: 15px; }
  @media (min-width: 1000px) {
    .footer__left .footer-bottom-line__social {
      display: none; } }

.footer__right .footer-bottom-line__social {
  display: none; }
  @media (min-width: 1000px) {
    .footer__right .footer-bottom-line__social {
      display: flex; } }

.footer-menu {
  margin-top: 9px;
  margin-bottom: 24px;
  display: none; }
  @media (min-width: 1000px) {
    .footer-menu {
      display: block; } }
  .footer-menu__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex; }
    .footer-menu__list li {
      margin-bottom: 0; }
      .footer-menu__list li + li {
        margin-left: 25px; }
  .footer-menu a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #F2F2F2;
    transition: all 0.2s cubic-bezier(0.3, 0, 0.2, 1); }
    .footer-menu a:hover {
      color: #FF8A5F;
      text-decoration: none; }

.footer-middle-line {
  display: none; }
  @media (min-width: 1000px) {
    .footer-middle-line {
      display: block; } }

.footer-policy {
  text-align: right;
  margin-bottom: 22px; }
  .footer-policy a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    color: #707175; }

.footer-social {
  width: 30px;
  height: 30px;
  background: #403A37;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.2s cubic-bezier(0.3, 0, 0.2, 1); }
  .footer-social:hover {
    background: #707175; }
  .footer-social img {
    max-height: 20px; }
  .footer-social + .footer-social {
    margin-left: 10px; }

.footer-bottom-line {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #707175; }
  .footer-bottom-line__grid {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-direction: column; }
    @media (min-width: 1000px) {
      .footer-bottom-line__grid {
        align-items: center;
        flex-direction: row; } }
  .footer-bottom-line__social {
    display: flex; }
  .footer-bottom-line__dev {
    text-align: right; }
    .footer-bottom-line__dev a {
      color: rgba(255, 138, 95, 0.5);
      display: block; }
      @media (min-width: 400px) {
        .footer-bottom-line__dev a {
          display: inline; } }
  .footer-bottom-line__policy {
    display: block;
    margin-bottom: 20px; }
    @media (min-width: 1000px) {
      .footer-bottom-line__policy {
        display: none;
        margin-bottom: 0; } }
    .footer-bottom-line__policy .footer-policy {
      margin-bottom: 0; }
  .footer-bottom-line__copyright {
    margin-bottom: 20px; }
    @media (min-width: 1000px) {
      .footer-bottom-line__copyright {
        margin-bottom: 0; } }

.footer-top__logo {
  text-align: center;
  display: block;
  margin-bottom: 20px; }
  @media (min-width: 1000px) {
    .footer-top__logo {
      display: none; } }

.callback {
  background-color: #fff;
  max-width: 620px; }
  .callback.fancybox-content {
    padding: 40px 15px; }
    @media (min-width: 550px) {
      .callback.fancybox-content {
        padding: 60px 81px; } }
  .callback form {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto; }
  .callback .fancybox-content {
    background-color: #fcfcfc;
    width: 370px; }
  .callback__header {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    color: #262626;
    margin-bottom: 25px; }
    @media (min-width: 550px) {
      .callback__header {
        margin-bottom: 30px;
        text-align: center;
        font-size: 36px;
        line-height: 42px; } }
  .callback__lead {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #69676A;
    margin-bottom: 25px; }
    @media (min-width: 550px) {
      .callback__lead {
        margin-bottom: 30px; } }
  .callback__item {
    margin-bottom: 10px; }
  .callback input[type="text"] {
    border: 1px solid #E3AE9A;
    width: 100%;
    height: 41px;
    line-height: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    color: #262626; }
  .callback__agree {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;
    color: #69676A; }
  .callback__submit {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px; }
  .callback__submit .btn {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto; }
  .callback .ajax_form .callback__input.error {
    background-color: #F9DCDC;
    border: 1px dashed #F76363; }

body.show-slide-menu .slide-menu {
  opacity: 1;
  z-index: 300; }

.slide-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 50px 60px;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.3, 0, 0.2, 1);
  z-index: -2;
  background: linear-gradient(0deg, rgba(89, 60, 50, 0.25), rgba(89, 60, 50, 0.25)), #262626; }
  @media (min-width: 1000px) {
    .slide-menu {
      left: auto; } }
  .slide-menu__header {
    display: none; }
    @media (min-width: 1000px) {
      .slide-menu__header {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 500;
        padding-left: 55px;
        margin-bottom: 82px;
        display: block; } }
  .slide-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .slide-menu ul li {
      text-align: left;
      margin-bottom: 25px; }
      .slide-menu ul li a {
        white-space: nowrap;
        transition: all 0.2s ease 0s;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        text-align: left;
        letter-spacing: 0.02em;
        color: #FBFBFB; }
        .slide-menu ul li a:hover {
          color: #FFA787;
          text-decoration: none; }
  .slide-menu__close {
    display: inline-block;
    position: absolute;
    top: 34px;
    right: 22px;
    transition: all 0.2s ease 0s; }
    .slide-menu__close:before {
      display: inline-block;
      content: ""; }
  .slide-menu__phone {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #F2F2F2;
    margin-bottom: 10px;
    margin-top: 40px; }
    .slide-menu__phone a {
      color: #F2F2F2;
      text-decoration: none; }
  .slide-menu__callback {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: #FFA787; }
    .slide-menu__callback a {
      text-decoration: none;
      color: #FFA787; }

.product-preview.fancybox-content {
  padding: 0; }

.product-preview__grid {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1000px) {
    .product-preview__grid {
      flex-direction: row; } }

.product-preview__image {
  max-width: 470px;
  min-height: 330px;
  flex-shrink: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 1000px) {
    .product-preview__image {
      width: 470px;
      min-height: 470px;
      background-size: cover; } }

.product-preview__info {
  background-color: #fcfcfc;
  padding: 30px 15px 40px;
  z-index: 401;
  position: relative; }
  @media (min-width: 1000px) {
    .product-preview__info {
      padding: 60px 30px 50px 30px;
      width: 500px; } }

.product-preview__header {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #554948;
  margin-bottom: 15px; }

.product-preview__article {
  display: flex;
  margin-bottom: 15px; }

.product-preview__article-key {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #C4C4C4;
  margin-right: 10px; }

.product-preview__article-value {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #69676A; }

.product-preview__price {
  margin-bottom: 20px; }

.product-preview__button .btn {
  max-width: 318px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1000px) {
    .product-preview__button .btn {
      margin-left: 0;
      margin-right: 0; } }
  .product-preview__button .btn img {
    margin-right: 10px;
    vertical-align: middle; }

.product-category {
  margin-bottom: 25px; }
  .product-category__item {
    display: inline-block;
    background: linear-gradient(0deg, rgba(255, 238, 231, 0.35), rgba(255, 238, 231, 0.35)), #F2F2F2;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #69676A;
    padding: 5px 10px; }

.product-price {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FF8A5F; }

.product-option {
  min-height: 25px;
  align-items: center;
  display: flex; }
  @media (min-width: 1000px) {
    .product-option {
      min-height: 35px; } }
  .product-option + .product-option {
    margin-top: 20px; }
    @media (min-width: 1000px) {
      .product-option + .product-option {
        margin-top: 25px; } }
  .product-option__name {
    min-width: 96px;
    max-width: 160px;
    margin-right: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #C4C4C4; }
  .product-option__value {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #69676A;
    margin-bottom: 0; }

#jGrowl {
  z-index: 99999; }

.ajax_form .error {
  border: 1px solid
 #e31f25 !important; }

.policy-page {
  padding: 40px 25px; }
  @media (min-width: 550px) {
    .policy-page {
      padding: 60px; } }
  .policy-page.fancybox-content {
    max-width: 800px; }

.product-options__colors {
  min-height: 37px; }
  .product-options__colors .control-label {
    display: none; }
  .product-options__colors input[type="radio"] {
    display: none; }
  .product-options__colors label {
    cursor: pointer; }
  .product-options__colors .color-img {
    border-radius: 50%;
        border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    transition: all 0.2s cubic-bezier(0.3, 0, 0.2, 1); }
  .product-options__colors input[value="белый"] + .color-img {
    border: 1px solid #CECECE; }
  .product-options__colors input:checked + .color-img {
    width: 32px;
    height: 32px; }
  .product-options__colors .form-group {
    display: flex;
    align-items: center; 
      flex-wrap:wrap;
  }

.buyer-fields {
  width: 100%; }
  .buyer-fields__row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-direction: column; }
    @media (min-width: 750px) {
      .buyer-fields__row {
        flex-direction: row; } }
    .buyer-fields__row--address .buyer-fields__item {
      margin-bottom: 0; }
  .buyer-fields__item {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 15px; }
  .buyer-fields input[type="text"] {
    border: 1px solid #E3AE9A;
    width: 100%;
    height: 41px;
    line-height: 21px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    color: #262626; }

#msOrder input.error,
#msOrder input.textarea {
  border: 1px solid #e31f25 !important; }

.product-options__length {
  display: flex;
  flex-wrap: wrap; }
  .product-options__length label {
    cursor: pointer; }
  .product-options__length .length-circle__body {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    background: #F3E7E0;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    transition: all 0.2s cubic-bezier(0.3, 0, 0.2, 1); }
  .product-options__length input:checked + .length-circle__body {
    background: #8C7268;
    color: #fff; }

.product-option__obr {
  display: flex;
  flex-wrap: wrap; }
  .product-option__obr .radio__text {
    line-height: 22px; }

.product-option__obr label {
  margin-right: 10px; }

.product-option__group {
  margin-bottom: 40px; }

#msMiniCart {
  display: none; }
  #msMiniCart.full {
    display: block; }

.header-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 667px;
  display: none;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .header-video {
      display: block;
      height: 700px; } }
  .header-video .jquery-background-video {
    width: 100%; }

.bp-larger-than {
  position: fixed;
  bottom: 0;
  left: 0;
  border: 1px #eaeaea solid;
  padding: 5px;
  background-color: #fff;
  z-index: 1000;
  font-size: 12px; }
  .bp-larger-than-iphone5 {
    opacity: 0.5; }
    @media (min-width: 350px) {
      .bp-larger-than-iphone5 {
        opacity: 1; } }
  .bp-larger-than-iphone6 {
    opacity: 0.5; }
    @media (min-width: 374px) {
      .bp-larger-than-iphone6 {
        opacity: 1; } }
  .bp-larger-than-mobile {
    opacity: 0.5; }
    @media (min-width: 400px) {
      .bp-larger-than-mobile {
        opacity: 1; } }
  .bp-larger-than-phablet {
    opacity: 0.5; }
    @media (min-width: 550px) {
      .bp-larger-than-phablet {
        opacity: 1; } }
  .bp-larger-than-tablet {
    opacity: 0.5; }
    @media (min-width: 750px) {
      .bp-larger-than-tablet {
        opacity: 1; } }
  .bp-larger-than-desktop {
    opacity: 0.5; }
    @media (min-width: 1000px) {
      .bp-larger-than-desktop {
        opacity: 1; } }
  .bp-larger-than-desktophd {
    opacity: 0.5; }
    @media (min-width: 1200px) {
      .bp-larger-than-desktophd {
        opacity: 1; } }
  .bp-larger-than-note {
    opacity: 0.5; }
    @media (min-width: 1360px) {
      .bp-larger-than-note {
        opacity: 1; } }
  .bp-larger-than-desktopfullhd {
    opacity: 0.5; }
    @media (min-width: 1520px) {
      .bp-larger-than-desktopfullhd {
        opacity: 1; } }


.product-preview-slider{
        width: 470px;
        min-height: max-content;
}
.product-preview-slider .slick-dots li  {

    background:  #FFEEE7;
    border-radius: 50%;

}
.product-preview-slider .slick-dots li.slick-active
{
   background: #ff8a5f; 

}



@media (min-width: 1000px)
{
    .product-option + .product-option {
        margin-top: 10px;
    }    
}
@media (min-width: 400px)
{
    p {
        font-size: 14px;
        margin:10px 0 0 ;
    }    
}
.hide
{
    display:none;
}
.testimonials__list
{
    margin-bottom:20px;
}
.fancybox-slide--html .fancybox-close-small
{
    background:#fff;
}

.product-card-gallery
{
    width:470px;
}
.product-card-gallery img
{
    max-width:100%;
}
@media(max-width:768px)
{
    .product-card-gallery
    {
        width:100%;
    }    
}
.slick-dots li button
{
    background: #ff8a5f!important;
}
.slick-dots li button:before
{
    font-size: 30px !important;
    line-height: 22px !important;
    color: #fff !important;
    opacity:1 !important;
}
.slick-dots li.slick-active button:before
{
    color: #8c7268 !important;
}