@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  font-size: 16px;
}

body {
  font-size: 1em;
  line-height: 1.25;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  color: #333333;
  margin-bottom: 0em;
}

h1 {
  font-size: 2rem;
  line-height: 1.3125;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 0.46875rem; }

h2 {
  font-size: 1.75rem;
  line-height: 1.28571;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  color: #2b2b2b;
  margin-bottom: 0.53571rem; }

h3 {
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  color: #333333;
  margin-bottom: 0.625rem;
  text-transform: uppercase; }

h4 {
  font-size: 1.375rem;
  line-height: 1;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  color: #333333;
  margin-bottom: 0.68182rem; }

p {
  font-size: 1rem;
  line-height: 1.25;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  color: #333333;
  margin-bottom: 0.625rem; }

  a {

    font-weight: normal;
    color: #000;
   }

.layout__container,
.menu,
.menu--sticky,
.header-bar__title,
.single-product,
.similar-products {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

html,
body {
  min-height: 100%;
}

body {
  font-size: 16px;
  line-height: 20px;
}

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

.layout__container {
  max-width: 120rem;
  background-color: #ffffff;
}

img {
  max-width: 100%;
}

.media {
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
  padding: 1.25em 0em 0.625em 0em;
}

.media__caption {
  text-align: center;
  font-style: italic;
  margin-top: 0.3125em;
}

.media--full {
  width: 100%;
  margin: 0 0 0.625em 0;
}

.media--full .media__item {
  width: 100%;
}

.double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 600px) {
  .double {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.double__element {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media only screen and (min-width: 600px) {
  .double__element {
    width: 50%;
  }
}

.double__element__body {
  padding: 15% 5%;
}

@media only screen and (min-width: 600px) {
  .double__element__body {
    padding: 22.5% 15%;
  }
}

.double__element__body__title {
  font-size: 1.5rem;
  font-weight: 700;
}

@media only screen and (min-width: 600px) {
  .double__element__body__title {
    font-size: 3rem;
  }
}

.double__element__body__title--gold {
  -webkit-transform: uppercase;
  transform: uppercase;
  color: #85623c;
  font-size: 1.125rem;
  font-weight: 500;
}

@media only screen and (min-width: 600px) {
  .double__element__body__title--gold {
    font-size: 1.75rem;
  }
}

.double__element__body__content p {
  font-size: 1rem;
  line-height: 1.5625rem;
  text-align: justify;
}

.double__element--marked {
  background: #ececec;
}

@media only screen and (min-width: 600px) {
  .double__element--md-marked {
    background: #ececec;
  }
}

.double__element__media {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10%;
  background: #2b2b2b;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products__product {
  background: white;
  position: relative;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.products__product__icon {
  display: block;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  cursor: pointer;
  font-size: 2rem;
}

.btn {
  display: inline-block;
  background: black;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 0.625rem;
  font-size: 0.625rem;
  padding: 0.625rem 1.25rem;
  margin-top: 0.625rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: none;
  cursor: pointer;
}

@media only screen and (min-width: 1000px) {
  .btn {
    margin-top: 3.75rem;
    padding: 1.25rem 3.75rem;
    font-size: 0.8rem;
  }
}

.btn:hover {
  background: #383838;
}

.btn--white {
  color: black;
  background: white;
}

.btn--white:hover {
  background: #eee;
}

.btn--sm {
  padding: 0.8rem 1rem;
  width: 12rem;
  font-size: 0.6rem;
}

.full-image {
  height: 31.25rem;
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media only screen and (min-width: 600px) {
  .full-image {
    height: 62.5rem;
  }
}

.full-image__card {
  background: #2b2b2b;
  color: white;
  display: block;
  position: absolute;
  padding: 5% 5%;
  bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 62.5rem) {
  .full-image__card {
    width: 60%;
    z-index: 999;
    position: absolute;
    bottom: -5.85938rem;
    padding: 9.375rem 6.875rem;
  }
}

.full-image__card__title {
  color: white;
}

.full-image__card__content {
  color: white;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
}

@media only screen and (min-width: 600px) {
  .footer {
    background: #ececec;
  }
}

.footer__logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3.125rem 0rem;
}

@media only screen and (min-width: 600px) {
  .footer__logo {
    padding: 4.375rem 0rem;
  }
}

.footer__logo img {
  height: auto;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
  height: 5rem;
  padding: 0rem 2.5rem;
  color: rgba(0, 0, 0, 0.3);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 600px) {
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4.375rem;
  }
}

.footer__links {
  display: none;
}

@media only screen and (min-width: 600px) {
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer__links__element {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .footer__links__element__link {
    color: #2b2b2b;
    text-decoration: none;
  }
  .footer__links__element__link:hover {
    color: #2b2b2b;
  }
}

.jumbotron {
  height: 31.25rem;
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media only screen and (min-width: 62.5rem) {
  .jumbotron {
    height: 62.5rem;
  }
}

.jumbotron__logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 4.375rem;
}

.jumbotron__logo img {
  height: 6.25rem;
}

@media only screen and (min-width: 62.5rem) {
  .jumbotron__logo img {
    margin-top: 0;
    height: 100%;
  }
}

@media only screen and (max-width: 31.25rem) {
  .jumbotron__logo img {
    display: none;
  }
}

.jumbotron__card {
  background: #2b2b2b;
  color: white;
  display: block;
  position: absolute;
  padding: 5% 5%;
  text-align: right;
  bottom: 0px;
  margin: 0 auto;
  left: 10%;
  right: 10%;
}

.jumbotron__card__title {
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.9375rem;
}

@media only screen and (min-width: 31.25rem) {
  .jumbotron__card__title {
    font-size: 2.1875rem;
  }
}

.jumbotron__card__content {
  color: white;
}

@media only screen and (min-width: 62.5rem) {
  .jumbotron__card {
    bottom: 5.625rem;
    padding: 5.625rem 10%;
    right: 5.625rem;
    left: unset;
  }
  .jumbotron__card::after {
    content: "";
    background: white;
    display: block;
    width: 100%;
    left: 0px;
    height: 5.625rem;
    position: absolute;
    bottom: -5.625rem;
  }
  .jumbotron__card::before {
    content: "";
    background: white;
    display: block;
    width: 100%;
    right: -5.625rem;
    height: 5.625rem;
    position: absolute;
    bottom: -5.625rem;
  }
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 0rem;
  font-size: 1.2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-media__element {
  display: inline-block;
  padding: 0.3125rem;
  color: #2b2b2b;
}

.social-media__element__link {
  cursor: pointer;
  color: #2b2b2b;
  text-decoration: none;
}

.hideme {
  opacity: 0;
}

.menu {
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  position: relative;
  z-index: 100;
  max-width: 120rem;
}

@media only screen and (min-width: 1200px) {
  .menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background: transparent;
  }
  .menu--home {
    position: fixed;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.menu--shadow {
  -webkit-box-shadow: 0 13px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.03);
  box-shadow: 0 13px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.03);
}

.menu__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu__logo img {
  height: 2.5rem;
}

.menu--sticky {
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.13);
  background: white;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 120rem;
}

.menu--sticky .menu__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__list {
  display: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .menu__list--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 20.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    background: white;
    max-width: 20.625rem;
    top: 3.75rem;
    margin: 0;
    right: 0;
    z-index: 233;
    padding: 1.25rem 0.625rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
}

@media only screen and (min-width: 1200px) {
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu__list__element {
  position: relative;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.menu__list__element:hover .submenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0px;
}

.menu__list__element__link {
  line-height: 3.125rem;
  color: #2b2b2b;
  text-decoration: none;
  font-weight: 600;
  display: block;
}

@media only screen and (min-width: 1200px) {
  .menu__list__element__link {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}

.menu__list__element__link:after {
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.menu__list__element__link:hover {
  color: #383838;
}

@media only screen and (min-width: 1200px) {
  .menu__list__element__link:hover:after {
    content: "";
    width: 100%;
    background: #2b2b2b;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 10px;
  }
}

.submenu__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  margin-left: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 1200px) {
  .submenu__list {
    position: absolute;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin: 0;
    padding: 0.3125rem;
  }
}

.submenu__list__element {
  position: relative;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.submenu__list__element:hover .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.submenu__list__element__link {
  color: #2b2b2b;
  text-decoration: none;
  font-weight: 600;
  line-height: 3.125rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.submenu__list__element__link:hover {
  color: #383838;
}

@media only screen and (min-width: 1200px) {
  .submenu__list__element__link:hover:after {
    content: "";
    width: 100%;
    background: #2b2b2b;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 10px;
  }
}

.small-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.small-menu__element {
  margin-left: 0.625rem;
  z-index: 9;
}

.small-menu__element__link {
  cursor: pointer;
}

.small-menu__element__link--flag img {
  height: 1.125rem;
}

.small-menu__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 1.875rem;
  height: 1.25rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 1200px) {
  .small-menu__burger {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .menu.menu--home .menu__logo--hide {
    display: none;
  }
}

.designer {
  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;
  margin-top: 1.5rem;
}

.designer__figure {
  margin: 0;
  padding: 0 1.5rem;
  width: 100%;
}

.designer__figure__img {
  display: block;
  width: 100%;
  height: 100%;
}

.designer__card {
  background-color: #2b2b2b;
  display: block;
  margin: 0 0.5rem;
  padding: 4rem 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.designer__card__title {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
}

.designer__card__content {
  color: #f2f2f2;
  font-size: 0.8rem;
}

@media only screen and (min-width: 700px) {
  .designer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin: 4.5rem 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .designer__figure {
    width: 55%;
    padding: 0;
  }
  .designer__card {
    position: absolute;
    width: 55%;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 5vw;
    margin: 0;
  }
  .designer__card__title {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2rem;
  }
  .designer--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .designer--reverse .designer__card {
    left: 0;
  }
}

.header-bar {
  background: #ececec;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem;
}

@media only screen and (min-width: 700px) {
  .header-bar {
    padding: 0.5rem 1rem;
  }
}

.product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
}

.product-gallery__cover {
  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;
  border: 1px solid #ececec;
}

@media only screen and (min-width: 700px) {
  .product-gallery__cover {
    padding: 4rem;
  }
}

.product-gallery__cover__img {
  display: block;
  width: 100%;
}

.product-gallery__figure-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -0.5rem;
}

.product-gallery__figure-list__figure {
  width: calc(25% - 1rem);
  border: 1px solid #ececec;
  margin: 0 0.5rem;
  margin-top: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
}

.product-gallery__figure-list__figure__img {
  display: block;
  width: 100%;
  height: auto;
}

.single-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-product__info__category {
  color: #85623c;
  font-size: 1.1rem;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 700px) {
  .single-product__info__category {
    font-size: 1.8rem;
  }
}

.single-product__info__namebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin: 1rem 0;
}

.single-product__info__namebar__name {
  font-weight: 800;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  margin-right: 1rem;
}

@media only screen and (min-width: 700px) {
  .single-product__info__namebar__name {
    font-size: 2rem;
    margin-right: 2rem;
  }
}

.single-product__info__short-description,
.single-product__info__description {
  font-size: 0.8rem;
  text-align: justify;
  line-height: 1.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-product__info__header {
  margin: 1rem 0;
  padding: 0;
  font-size: 1.5rem;
  text-transform: none;
  font-weight: 800;
}

@media only screen and (min-width: 700px) {
  .single-product__info__header {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 700px) {
  .single-product__info {
    padding: 1rem;
    padding-left: 3rem;
  }
  .single-product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .single-product .product-gallery {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .single-product .single-product__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.product-details {
  border: 1px solid #ececec;
  border-radius: 0.3rem;
  max-width: 20rem;
  padding: 1.8rem 2.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1rem;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-details__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}

.product-details__stats__element {
  margin-right: 1rem;
}

.product-details__list__element__name {
  font-weight: 800;
  width: 50%;
  display: inline-block;
}

.similar-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 700px) {
  .similar-products {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1200px;
    margin-top: 5rem;
    padding-top: 5rem;
    border-top: 1px solid #ececec;
  }
}

.similar-products__header {
  margin: 1rem 0;
  padding: 0;
  font-size: 1.5rem;
  text-transform: none;
  font-weight: 800;
}

@media only screen and (min-width: 700px) {
  .similar-products__header {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 700px) {
  .similar-products__list {
    margin: 0 1rem;
  }
}

.similar-products__list__element {
  margin-top: 1rem;
  margin-bottom: 5rem;
  border: 1px solid #ececec;
  border-radius: 0.1rem;
  position: relative;
  color: black;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: block;
}

.similar-products__list__element:hover {
  color: #85623c;
}

.similar-products__list__element__name {
  font-weight: 600;
  bottom: -3rem;
  text-transform: uppercase;
  position: absolute;
}

.similar-products__list__element__name:before {
  display: block;
  background: #2b2b2b;
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 2rem;
  left: 1rem;
  top: -3rem;
}

.tag {
  border: 1px solid #ececec;
  color: #85623c;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0.5rem;
  line-height: 1.8rem;
  height: 1.8rem;
  font-size: 0.8rem;
  padding: 0 0.4rem;
}

@media only screen and (min-width: 700px) {
  .tag {
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  overflow: auto;
  max-height: 100%;
  padding: 1rem;
}

.modal--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__card {
  background: white;
  padding: 1rem 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1rem;
  position: relative;
  display: block;
  max-width: 600px;
  margin: auto;
}

.modal__card__title {
  font-size: 1.1rem;
  font-weight: 700;
  border-bottom: 0.1rem solid #ececec;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.modal__card__close {
  background: black;
  display: block;
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1rem;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 0.8rem;
  text-align: center;
}

@media only screen and (min-width: 700px) {
  .modal-wrap {
    overflow-y: scroll;
  }
  .modal__card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form__input {
  background: #ececec;
  margin-bottom: 0.5rem;
  border: none;
  padding: 1rem;
  font-size: 0.6rem;
  width: 100%;
}

.form__input::-webkit-input-placeholder {
  color: black;
}

.form__input:-ms-input-placeholder {
  color: black;
}

.form__input::-ms-input-placeholder {
  color: black;
}

.form__input::placeholder {
  color: black;
}

.form__input--textarea {
  min-height: 10rem;
}

.form__checkbox__group {
  font-size: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form__input--checkbox {
  position: relative;
  display: none;
  width: 1rem;
  position: absolute;
  opacity: 0;
}

.form__input--checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.form__input--checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  background: #ececec;
}

.form__input--checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.form__input--checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.form__input--checkbox:disabled + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

.form__input--checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  background: #000000;
  top: 12px;
  width: 0.19rem;
  height: 0.19rem;
  -webkit-box-shadow: 2px 0 0 #000000, 4px 0 0 #000000, 4px -2px 0 #000000, 4px -4px 0 #000000, 4px -6px 0 #000000,
    4px -8px 0 #000000;
  box-shadow: 2px 0 0 #000000, 4px 0 0 #000000, 4px -2px 0 #000000, 4px -4px 0 #000000, 4px -6px 0 #000000,
    4px -8px 0 #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-md-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 700px) {
  .form-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -0.25rem;
  }
  .form-md-row .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    padding: 0 0.25rem;
  }
}

@media only screen and (max-width: 700px) {
  .item-sm-center {
    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;
    width: 100%;
  }
}

.category__header {
  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;
  border-bottom: 0.1rem solid #ececec;
  padding: 1rem 0;
  margin: 1rem;
}

@media only screen and (min-width: 700px) {
  .category__header {
    margin-top: 2.4rem;
    line-height: 1.9rem;
  }
}

.category__header__text {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 700px) {
  .category__header__text {
    font-size: 1.3rem;
  }
}

.category__header__btn {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 1.3rem;
}

@media only screen and (min-width: 700px) {
  .category__header__btn {
    display: none;
  }
}

.category__header__btn:after {
  font-family: "icomoon";
  content: "\e905";
}

.category__header__btn--open:after {
  font-family: "icomoon";
  content: "\e906";
}

.category-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}

@media only screen and (min-width: 700px) {
  .category-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.category-nav--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category-nav__list {
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.category-nav__list__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  color: #000000;
}

.category-nav__list__element ul {
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.category-nav__list__element ul li {
  padding: 0.2rem 0;
}

.category-nav__list__element a {
  color: #2b2b2b;
  text-decoration: none;
}

.category-nav__list__element a:hover {
  color: #85623c;
}

.category-nav__list__element__link {
  text-decoration: none;
  color: #000000;
  font-weight: 800;
  padding: 0.3rem 0;
  width: 100%;
  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;
  border-bottom: 0.1rem solid #ececec;
}

.category-nav__list__element__link:hover {
  color: #85623c;
}

.category-nav__list__element__arrow {
  border: none;
  background: transparent;
  color: #2b2b2b;
  cursor: pointer;
  padding: 1rem;
  display: block;
}

.category-nav__list__element__arrow:after {
  font-family: "icomoon";
  content: "\e901";
}

.category-nav__list__element__arrow:hover {
  color: #85623c;
}

.category-nav__list__element__subnav {
  display: none;
  border-bottom: 0.1rem solid #ececec;
}

.category-nav__list__element--active .category-nav__list__element__link a {
  color: #85623c;
}

.category-nav__list__element--active .category-nav__list__element__arrow {
  color: #85623c;
}

.category-nav__list__element--active .category-nav__list__element__arrow:after {
  font-family: "icomoon";
  content: "\e902";
}

.category-nav__list__element--active .category-nav__list__element__subnav {
  display: block;
}

.catalog-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem;
}

@media only screen and (min-width: 700px) {
  .catalog-product-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 10rem;
  }
}

.catalog-product-list__product .catalog-product-list__product__link {
  text-decoration: none;
  color: #2b2b2b;
}

.catalog-product-list__product .catalog-product-list__product__link:hover {
  color: #85623c;
}

.catalog-product-name {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 700px) {
  .catalog-product-name {
    margin-bottom: 1rem;
  }
}
.catalog-product-list__product {
  height: 305px;
  margin-bottom: 4rem;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .catalog-product-list__product {
    margin: 0.5rem;
    width: calc(33% - 1rem);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 4rem;
    height: 205px;
  }
}
@media only screen and (min-width: 1200px) {
  .catalog-product-list__product {
    height: 355px;
  }
}

.catalog-product-list__product .catalog-product-list__product__content {
  position: relative;
  border: 0.1rem solid #ececec;
  margin-bottom: 1rem;
  height: 100%;
}

.catalog-product-list__product .like_product {
  padding: 10px;
}
.catalog-product-list__product .product_count_likes {
  margin-left: -10px;
}

.catalog-product-list__product__content {
  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: 0 0.5rem;
}

.catalog-product-list__product__content__icon {
  position: absolute;
  top: 1rem;
  right: 0.8rem;
  color: #000000;
  font-size: 1.5rem;
}

@media only screen and (min-width: 700px) {
  .catalog-product-list__product__content__icon {
    font-size: 1.2rem;
  }
}

.catalog-product-list__product__content:hover .catalog-product-list__product__content__icon {
}

.catalog-product__mask {
  background: #2b2b2b;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #ffffff;
  font-size: 1.2rem;
}

.catalog-product__mask__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}

.catalog-product__mask__details__stats {
  padding: 0 0.5rem;
  font-size: 0.9rem;
}

.catalog-product__mask:hover {
  opacity: 0.7;
}

.catalog-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 700px) {
  .catalog-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.catalog-layout__sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (min-width: 700px) {
  .catalog-layout__sidebar {
    max-width: 300px;
  }
}

.catalog-layout__main {
  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-line-pack: center;
  align-content: center;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.catalog-layout__main__sort {
  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: 1rem 0;
}

@media only screen and (min-width: 700px) {
  .catalog-layout__main__sort {
    margin: 1rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 0.5rem;
    border-bottom: 0.1rem solid #ececec;
  }
}

.catalog-layout__main__sort__name {
  padding: 0 0.5rem;
  font-weight: 600;
}

.catalog-layout__main__sort__select {
  position: relative;
}

.catalog-layout__main__sort__select select {
  border: 0.1rem solid #ececec;
  background: transparent;
  padding: 0.8rem 1rem;
  color: #2b2b2b;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  padding-right: 2rem;
  cursor: pointer;
  color: #999999;
}

.catalog-layout__main__sort__select::after {
  content: "▾";
  position: absolute;
  display: block;
  color: #999999;
  right: 1rem;
  top: 0;
  pointer-events: none;
  padding: 0.8rem 0;
}

.flex-center-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*# sourceMappingURL=screen.css.map */

/* KONTAKT */

.kontakt-page .column {
  flex: 100%;
}
@media only screen and (min-width: 700px) {
  .kontakt-page .column {
    flex: 50%;
  }
  .kontakt-page .row {
    display: flex;
    align-items: center;
  }
}
.kontakt-page .map {
  line-height: 0;
  height: 100vh;
}
.kontakt-page .kontakt-info {
  padding: 5rem 3rem;
  background-color: #2b2b2b;
  color: #fff;
}
.kontakt-page .kontakt-info p {
  color: #fff;
}

.partners-page .column {
  flex: 100%;
}
@media only screen and (min-width: 700px) {
  .partners-page .column {
    flex: 50%;
  }
  .partners-page .column-big {
    flex: 75%;
  }

  .partners-page .column-sm {
    flex: 25%;
    height: 90vh;
    overflow-y: scroll;
    word-break: break-all;
  }

  .partners-page .row {
    display: flex;
    align-items: center;
  }
}
.partners-page .map {
  line-height: 0;
  height: 90vh;
}
.partners-page .kontakt-info {
  padding: 5rem 3rem;
  background-color: #2b2b2b;
  color: #fff;
}
.partners-page .kontakt-info p {
  color: #fff;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-content: center;
}

.header-bar .btn {
  margin-top: unset;
}
