/* main variables */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Futura PT", "Open Sans", Arial, sans-serif;
  background-color: #fff;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 1rem !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*MAIN*/
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%;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: "Futura PT", "Open Sans", Arial, sans-serif;
  font-size: 16px;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  border: none;
}

input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

td {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

form {
  padding: 0px;
  margin: 0px;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

a,
span,
div,
button {
  outline: none !important;
}

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

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

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

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

.clearfix:after,
.wrapper:after,
.row:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.flex {
  display: flex;
}

.flex.wrap {
  flex-wrap: wrap;
}

.flex.align-center {
  align-items: center;
}

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

.mb80 {
  margin-bottom: 80px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}



@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?z28fpa?v=2");
  src: url("../fonts/icomoon.eot?z28fpa#iefix?v=2") format("embedded-opentype"), url("../fonts/icomoon.ttf?z28fpa?v=2") format("truetype"), url("../fonts/icomoon.woff?z28fpa?v=2") format("woff"), url("../fonts/icomoon.svg?z28fpa#icomoon?v=2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-arrow-2:before {
  content: "\e901";
}

.icon-arrow-3:before {
  content: "\e902";
}

.icon-calendar:before {
  content: "\e904";
}

.icon-caret:before,
.scroll-up:before,
.nav__caret:before,
.mod-languages .chosen-container-multi .chosen-single div b:before,
.filter-item .chosen-container-multi .chosen-single div b:before {
  content: "\e905";
}

.icon-check:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e908";
}

.icon-download:before {
  content: "\e909";
}

.icon-fb:before {
  content: "\e90a";
}

.icon-heart:before {
  content: "\e90b";
}

.icon-insta:before {
  content: "\e90c";
}

.icon-more:before {
  content: "\e90d";
}

.icon-pin:before {
  content: "\e90e";
}

.icon-search:before {
  content: "\e90f";
}

.icon-cart:before {
  content: "\e903";
}

.icon-whatsapp:before {
  content: "\e906";
}

.icon-pin1:before {
  content: "\e911";
}

.icon-internet:before {
  content: "\e910";
}

.icon-tel:before {
  content: "\e912";
}


@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-Heavy.eot");
  src: local("Futura PT Heavy"), local("FuturaPT-Heavy"), url("../fonts/FuturaPT-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Heavy.woff") format("woff"), url("../fonts/FuturaPT-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-Medium.eot");
  src: local("Futura PT Medium"), local("FuturaPT-Medium"), url("../fonts/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Medium.woff") format("woff"), url("../fonts/FuturaPT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-MediumObl.eot");
  src: local("Futura PT Medium Oblique"), local("FuturaPT-MediumObl"), url("../fonts/FuturaPT-MediumObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-MediumObl.woff") format("woff"), url("../fonts/FuturaPT-MediumObl.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Futura PT Cond';
  src: url("../fonts/FuturaPTCond-Medium.eot");
  src: local("Futura PT Cond Medium"), local("FuturaPTCond-Medium"), url("../fonts/FuturaPTCond-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTCond-Medium.woff") format("woff"), url("../fonts/FuturaPTCond-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-LightObl.eot");
  src: local("Futura PT Light Oblique"), local("FuturaPT-LightObl"), url("../fonts/FuturaPT-LightObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-LightObl.woff") format("woff"), url("../fonts/FuturaPT-LightObl.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Futura PT Book';
  src: url("../fonts/FuturaPT-Book.eot");
  src: local("Futura PT Book"), local("FuturaPT-Book"), url("../fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT Cond';
  src: url("../fonts/FuturaPTCond-Bold.eot");
  src: local("Futura PT Cond Bold"), local("FuturaPTCond-Bold"), url("../fonts/FuturaPTCond-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTCond-Bold.woff") format("woff"), url("../fonts/FuturaPTCond-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT Book';
  src: url("../fonts/FuturaPT-BookObl.eot");
  src: local("Futura PT Book Oblique"), local("FuturaPT-BookObl"), url("../fonts/FuturaPT-BookObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-BookObl.woff") format("woff"), url("../fonts/FuturaPT-BookObl.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Futura PT Cond Extra';
  src: url("../fonts/FuturaPTCond-ExtraBoldObl.eot");
  src: local("Futura PT Cond Extra Bold Oblique"), local("FuturaPTCond-ExtraBoldObl"), url("../fonts/FuturaPTCond-ExtraBoldObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTCond-ExtraBoldObl.woff") format("woff"), url("../fonts/FuturaPTCond-ExtraBoldObl.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-Light.eot");
  src: local("Futura PT Light"), local("FuturaPT-Light"), url("../fonts/FuturaPT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Light.woff") format("woff"), url("../fonts/FuturaPT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-BoldObl.eot");
  src: local("Futura PT Bold Oblique"), local("FuturaPT-BoldObl"), url("../fonts/FuturaPT-BoldObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-BoldObl.woff") format("woff"), url("../fonts/FuturaPT-BoldObl.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Futura PT Demi';
  src: url("../fonts/FuturaPT-DemiObl.eot");
  src: local("Futura PT Demi Oblique"), local("FuturaPT-DemiObl"), url("../fonts/FuturaPT-DemiObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-DemiObl.woff") format("woff"), url("../fonts/FuturaPT-DemiObl.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Futura PT Cond Extra';
  src: url("../fonts/FuturaPTCond-ExtraBold.eot");
  src: local("Futura PT Cond Extra Bold"), local("FuturaPTCond-ExtraBold"), url("../fonts/FuturaPTCond-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTCond-ExtraBold.woff") format("woff"), url("../fonts/FuturaPTCond-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT Demi';
  src: url("../fonts/FuturaPT-Demi.eot");
  src: local("Futura PT Demi"), local("FuturaPT-Demi"), url("../fonts/FuturaPT-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Demi.woff") format("woff"), url("../fonts/FuturaPT-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-HeavyObl.eot");
  src: local("Futura PT Heavy Oblique"), local("FuturaPT-HeavyObl"), url("../fonts/FuturaPT-HeavyObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-HeavyObl.woff") format("woff"), url("../fonts/FuturaPT-HeavyObl.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Futura PT Extra';
  src: url("../fonts/FuturaPT-ExtraBoldObl.eot");
  src: local("Futura PT Extra Bold Oblique"), local("FuturaPT-ExtraBoldObl"), url("../fonts/FuturaPT-ExtraBoldObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-ExtraBoldObl.woff") format("woff"), url("../fonts/FuturaPT-ExtraBoldObl.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Futura PT Cond Book';
  src: url("../fonts/FuturaPTCond-Book.eot");
  src: local("Futura PT Cond Book"), local("FuturaPTCond-Book"), url("../fonts/FuturaPTCond-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTCond-Book.woff") format("woff"), url("../fonts/FuturaPTCond-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/FuturaPT-Bold.eot");
  src: local("Futura PT Bold"), local("FuturaPT-Bold"), url("../fonts/FuturaPT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Bold.woff") format("woff"), url("../fonts/FuturaPT-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT Extra';
  src: url("../fonts/FuturaPT-ExtraBold.eot");
  src: local("Futura PT Extra Bold"), local("FuturaPT-ExtraBold"), url("../fonts/FuturaPT-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-ExtraBold.woff") format("woff"), url("../fonts/FuturaPT-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT Cond';
  src: url("../fonts/FuturaPTCond-BoldObl.eot");
  src: local("Futura PT Cond Bold Oblique"), local("FuturaPTCond-BoldObl"), url("../fonts/FuturaPTCond-BoldObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTCond-BoldObl.woff") format("woff"), url("../fonts/FuturaPTCond-BoldObl.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Futura PT Cond';
  src: url("../fonts/FuturaPTCond-MediumObl.eot");
  src: local("Futura PT Cond Medium Oblique"), local("FuturaPTCond-MediumObl"), url("../fonts/FuturaPTCond-MediumObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTCond-MediumObl.woff") format("woff"), url("../fonts/FuturaPTCond-MediumObl.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Futura PT Cond Book';
  src: url("../fonts/FuturaPTCond-BookObl.eot");
  src: local("Futura PT Cond Book Oblique"), local("FuturaPTCond-BookObl"), url("../fonts/FuturaPTCond-BookObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTCond-BookObl.woff") format("woff"), url("../fonts/FuturaPTCond-BookObl.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}



/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*::-moz-selection {
  color: #fff;
  background: #242424;
}

*::selection {
  color: #fff;
  background: #242424;
}

.main-wrapper {
  padding: 0 0 0 0;
  min-width: 320px;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  color: #262626;
}

.wrapper {
  max-width: -webkit-calc(1620px + 20px * 2);
  max-width: calc(1620px + 20px * 2);
  padding: 0 20px 0 20px;
  margin: 0 auto;
  position: relative;
}

/* text position */
.text-left {
  text-align: left !important;
}

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

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

.nowrap {
  white-space: nowrap !important;
}

/* loader */
.loaded .main-wrapper {
  opacity: 0;
}

.icon-load {
  background: #000 url(../images/img/logo_white.svg) no-repeat center/300px;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 25;
  text-align: center;
}

.loaded .icon-load {
  display: block;
}

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.scrollDisabled {
  overflow: hidden;
  position: fixed !important;
  margin-top: 0;
  width: 100%;
  z-index: 0;
}

@media (min-width: 992px) {
  .scrollDisabled {
    padding-right: 17px;
  }
}

.scrollDisabled .ios {
  padding-right: 0;
}

.content {
  min-width: 320px;
  text-align: left;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-order: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  background: #fff;
}

.logo {
  display: inline-block;
  width: 100%;
  max-width: 240px;
}

.logo-vector {
  width: 75px;
}

@media (min-width: 992px) {
  .main .logo-vector {
    width: 140px;
  }
}

.logo-text {
  -webkit-transition: fill .5s;
  -o-transition: fill .5s;
  transition: fill .5s;
}

.logo-hexagon {
  fill: transparent;
  stroke: #242424;
}

@media (min-width: 992px) {
  .main .logo-hexagon {
    stroke: #fff;
  }
}

.logo-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.burger {
  cursor: pointer;
  display: inline-block;
}

.burger__line {
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  background: #fff;
}

.main .sticky .burger__line {
  background: #fff;
}

.main .burger__line {
  background: #fff;
}

.burger__line:nth-child(1) {
  -webkit-transition: width 0.1s ease-in, opacity 0.2s -webkit-calc(0.2s + 0.07 * 1s) ease-in, -webkit-transform 0.2s -webkit-calc(0.22s + 0.07 * 1s) ease-in;
  transition: width 0.1s ease-in, opacity 0.2s calc(0.2s + 0.07 * 1s) ease-in, -webkit-transform 0.2s calc(0.22s + 0.07 * 1s) ease-in;
  -o-transition: width 0.1s ease-in, transform 0.2s calc(0.22s + 0.07 * 1s) ease-in, opacity 0.2s calc(0.2s + 0.07 * 1s) ease-in;
  transition: width 0.1s ease-in, transform 0.2s calc(0.22s + 0.07 * 1s) ease-in, opacity 0.2s calc(0.2s + 0.07 * 1s) ease-in;
  transition: width 0.1s ease-in, transform 0.2s calc(0.22s + 0.07 * 1s) ease-in, opacity 0.2s calc(0.2s + 0.07 * 1s) ease-in, -webkit-transform 0.2s calc(0.22s + 0.07 * 1s) ease-in;
}

.burger__line:nth-child(2) {
  -webkit-transition: width 0.1s ease-in, opacity 0.2s -webkit-calc(0.2s + 0.07 * 2s) ease-in, -webkit-transform 0.2s -webkit-calc(0.22s + 0.07 * 2s) ease-in;
  transition: width 0.1s ease-in, opacity 0.2s calc(0.2s + 0.07 * 2s) ease-in, -webkit-transform 0.2s calc(0.22s + 0.07 * 2s) ease-in;
  -o-transition: width 0.1s ease-in, transform 0.2s calc(0.22s + 0.07 * 2s) ease-in, opacity 0.2s calc(0.2s + 0.07 * 2s) ease-in;
  transition: width 0.1s ease-in, transform 0.2s calc(0.22s + 0.07 * 2s) ease-in, opacity 0.2s calc(0.2s + 0.07 * 2s) ease-in;
  transition: width 0.1s ease-in, transform 0.2s calc(0.22s + 0.07 * 2s) ease-in, opacity 0.2s calc(0.2s + 0.07 * 2s) ease-in, -webkit-transform 0.2s calc(0.22s + 0.07 * 2s) ease-in;
}

.burger__line:nth-child(3) {
  -webkit-transition: width 0.1s ease-in, opacity 0.2s -webkit-calc(0.2s + 0.07 * 3s) ease-in, -webkit-transform 0.2s -webkit-calc(0.22s + 0.07 * 3s) ease-in;
  transition: width 0.1s ease-in, opacity 0.2s calc(0.2s + 0.07 * 3s) ease-in, -webkit-transform 0.2s calc(0.22s + 0.07 * 3s) ease-in;
  -o-transition: width 0.1s ease-in, transform 0.2s calc(0.22s + 0.07 * 3s) ease-in, opacity 0.2s calc(0.2s + 0.07 * 3s) ease-in;
  transition: width 0.1s ease-in, transform 0.2s calc(0.22s + 0.07 * 3s) ease-in, opacity 0.2s calc(0.2s + 0.07 * 3s) ease-in;
  transition: width 0.1s ease-in, transform 0.2s calc(0.22s + 0.07 * 3s) ease-in, opacity 0.2s calc(0.2s + 0.07 * 3s) ease-in, -webkit-transform 0.2s calc(0.22s + 0.07 * 3s) ease-in;
}

.nav-shown .burger__line {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
}

.burger__line:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .burger:hover .burger__line:nth-child(1) {
    width: 16px;
  }

  .burger:hover .burger__line:nth-child(2) {
    width: 22px;
  }
}

.slick-slide {
  display: block;
}

.arrow {
  color: #ffffff;
  cursor: pointer;
}

.arrow_prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.arrow_col-2 {
  color: #242424;
  opacity: 0.5;
}

.arrow_col-2.slick-disabled {
  opacity: 0.2;
}

.close {
  cursor: pointer;
}

.title,
.text-container h1,
.text-container h2 {
  font-size: 60px;
  padding: 10px 0 20px 0;
  position: relative;
  font-weight: 300;
}

.title::before,
.text-container h1::before,
.text-container h2::before {
  width: 234px;
  height: 5px;
  top: 35px;
  -webkit-transform: translateX(-webkit-calc(-100% + 60px));
  -ms-transform: translateX(calc(-100% + 60px));
  transform: translateX(calc(-100% + 60px));
  position: absolute;
  background: -o-linear-gradient(45deg, transparent 0%, #000 100%);
  background: linear-gradient(45deg, transparent 0%, #000 100%);
}

.title::after,
.text-container h1::after,
.text-container h2::after {
  width: 234px;
  height: 2px;
  top: 48px;
  -webkit-transform: translateX(-webkit-calc(-100% + 60px));
  -ms-transform: translateX(calc(-100% + 60px));
  transform: translateX(calc(-100% + 60px));
  position: absolute;
  background: -o-linear-gradient(45deg, transparent 0%, #000 100%);
  background: linear-gradient(45deg, transparent 0%, #000 100%);
}

.title_md {
  font-size: 36px;
  padding: 10px 0 20px 50px;
}

.title_md:before {
  width: 120px;
  top: 25px;
}

.title_md:after {
  width: 120px;
  top: 35px;
}

.title_xs,
.text-container h1,
.text-container h2 {
  font-size: 32px;
  padding: 10px 0 20px 10px;
}

.title_xs::before,
.text-container h1::before,
.text-container h2::before {
  -webkit-transform: translateX(-webkit-calc(-100%));
  -ms-transform: translateX(calc(-100%));
  transform: translateX(calc(-100%));
  width: 30px;
  top: 26px;
}

.title_xs:after,
.text-container h1:after,
.text-container h2:after {
  -webkit-transform: translateX(-webkit-calc(-100%));
  -ms-transform: translateX(calc(-100%));
  transform: translateX(calc(-100%));
  width: 30px;
  top: 20px;
}

.title_short-pseudo {
  padding-left: 100px;
  position: relative;
}

.title_short-pseudo::before {
  content: '';
  width: 70px;
  height: 5px;
  right: 100%;
  top: .33em;
  -webkit-transform: translateX(-webkit-calc(100%));
  -ms-transform: translateX(calc(100%));
  transform: translateX(calc(100%));
  position: absolute;
  background: -o-linear-gradient(45deg, transparent 0%, #000 100%);
  background: linear-gradient(45deg, transparent 0%, #000 100%);
}

.title_short-pseudo::after {
  content: '';
  width: 70px;
  height: 2px;
  right: 100%;
  top: .63em;
  -webkit-transform: translateX(-webkit-calc(100%));
  -ms-transform: translateX(calc(100%));
  transform: translateX(calc(100%));
  position: absolute;
  background: -o-linear-gradient(45deg, transparent 0%, #000 100%);
  background: linear-gradient(45deg, transparent 0%, #000 100%);
}

.input {
  height: 40px;
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid #0A0A0A;
  background: #fff;
  color: #262626;
}

textarea {
  resize: vertical;
  min-height: 40px;
  max-height: 240px;
  height: 120px;
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid #0A0A0A;
  background: #fff;
  color: #262626;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  font-size: 14px;
}

.checkbox label {
  position: relative;
  cursor: pointer;
}

.checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  background: #DFDFDF;
  padding: 8px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  -webkit-box-shadow: inset 1px 2px 4px 0px rgba(36, 36, 36, 0.2);
  box-shadow: inset 1px 2px 4px 0px rgba(36, 36, 36, 0.2);
}

.checkbox input:checked+label:after {
  content: '\e907';
  font-family: 'icomoon';
  color: #242424;
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 15px;
  height: 20px;
}

.radio input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  position: relative;
  font-size: 14px;
}

.radio label {
  position: relative;
  cursor: pointer;
}

.radio label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  background: #DFDFDF;
  padding: 8px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  -webkit-box-shadow: inset 1px 2px 4px 0px rgba(36, 36, 36, 0.2);
  box-shadow: inset 1px 2px 4px 0px rgba(36, 36, 36, 0.2);
}

.radio input:checked+label:after {
  content: '';
  background: #242424;
  padding: 4px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
}

.btn {
  padding: 15px 15px;
  min-width: 224px;
  border: 1px solid #191919;
  line-height: 18px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
}

.btn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #191919;
  opacity: 0.5;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  -o-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  z-index: -1;
}

.btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0.5;
  border: 1px solid #191919;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  -o-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  z-index: -1;
}

@media (min-width: 992px) {
  .btn:hover:after {
    -webkit-transform: translate(10px, 8px);
    -ms-transform: translate(10px, 8px);
    transform: translate(10px, 8px);
  }

  .btn:hover:before {
    -webkit-transform: translate(-10px, -8px);
    -ms-transform: translate(-10px, -8px);
    transform: translate(-10px, -8px);
  }
}

.btn_col-2 {
  background-color: #191919;
  border-color: #191919;
  color: #efefef;
}

.btn_effects {
  background: #191919;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  -o-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  color: #efefef;
}

.btn_effects:after {
  -webkit-transform: translate(15px, 12px);
  -ms-transform: translate(15px, 12px);
  transform: translate(15px, 12px);
  border: 1px solid #191919;
}

.btn_effects:before {
  border: 1px solid #191919;
}

@media (min-width: 992px) {
  .btn_effects:hover {
    -webkit-transform: translate(-15px, -12px);
    -ms-transform: translate(-15px, -12px);
    transform: translate(-15px, -12px);
  }

  .btn_effects:hover:after {
    -webkit-transform: translate(30px, 24px);
    -ms-transform: translate(30px, 24px);
    transform: translate(30px, 24px);
  }

  .btn_effects:hover:before {
    -webkit-transform: translate(15px, 12px);
    -ms-transform: translate(15px, 12px);
    transform: translate(15px, 12px);
  }
}

.btn_var-2 {
  background: transparent;
  border-color: #fff;
  color: #ffffff;
  padding: 10px 15px;
  min-width: 180px;
}

.btn_var-2:after {
  border: 1px solid #ffffff;
}

.btn_var-2:before {
  border: 1px solid #ffffff;
}

.btn_var-3 {
  color: #262626;
  font-family: "Futura PT Book", "Open Sans", Arial, sans-serif;
  border-color: rgba(36, 36, 36, 0.2);
  background: transparent;
  text-transform: uppercase;
  min-width: 240px;
  font-size: 14px;
  padding: 12px 15px;
}

.btn_var-3:before {
  border-color: rgba(36, 36, 36, 0.4);
}

.btn_var-3:after {
  border-color: rgba(36, 36, 36, 0.4);
}

@media (min-width: 992px) {
  .btn_var-3:hover:after {
    -webkit-transform: translate(10px, 8px);
    -ms-transform: translate(10px, 8px);
    transform: translate(10px, 8px);
  }

  .btn_var-3:hover:before {
    -webkit-transform: translate(-10px, -8px);
    -ms-transform: translate(-10px, -8px);
    transform: translate(-10px, -8px);
  }
}

.form-box {
  margin: 0px auto;
  max-width: 580px;
}

.contact {
  color: #555555;
  display: block;
  margin-bottom: 10px;
}

.contact:last-child {
  margin: 0;
}

.contact_mail {
  font-size: 16px;
}

.contact_tel {
  font-size: 24px;
  margin-bottom: 20px;
}

.social {
  padding: 20px 0;
}

.social-icon span {
  font-size: 14px;
  display: block;
  padding-bottom: 7px;
}

.social-icon {
  font-size: 36px;
  color: #555555;
  margin-right: 14px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.social-icon:last-child {
  margin-right: 0;
}

.social-icon_var-2 {
  font-size: 28px;
  margin-right: 10px;
}

.scroll-up {
  width: 40px;
  height: 30px;
  position: fixed;
  right: -webkit-calc(50% - 1620px / 2 - 100px);
  right: calc(50% - 1620px / 2 - 100px);
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #646464;
  opacity: 0.8;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 25px;
  font-weight: 800;
}

.scroll-up:before {
  font-family: "icomoon";
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.pagination {
  padding: 20px 0 10px;
}

.pagination-nav {
  margin: 0px auto;
}

.pagination-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-item {
  font-size: 16px;
  padding: 10px;
}

.pagination-item.current {
  color: #daaf7c;
  text-decoration: underline;
}

.pagination-arrow {
  font-size: 25px;
  font-weight: 100;
}

.jshop_pagination {
  padding: 10px 0;
}

.pagination_result_counter {
  margin: 0px auto;
  text-align: center;
  padding: 5px 0 10px;
  font-size: 13px;
  color: #7e7e7e;
}

.text-container {
  padding: 30px 15px;
}

.text-container ul {
  padding-left: 25px;
}

.text-container ol {
  padding-left: 25px;
}

.text-container p {
  padding: 8px 0;
}

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
.header {
  padding: 12px 0;
  width: 100%;
  min-width: 250px;
  text-align: left;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-order: 1;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: background-color .1s ease-in, padding-top .2s linear, padding-bottom .2s linear;
  -o-transition: background-color .1s ease-in, padding-top .2s linear, padding-bottom .2s linear;
  transition: background-color .1s ease-in, padding-top .2s linear, padding-bottom .2s linear;
  background: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main .header {
  padding: 12px 0;
  border-bottom: none;
  background-color: transparent;
  color: #ffffff;
}

.main .header.sticky {
  background-color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .main .header {
    padding: 20px 0;
  }

  .header.sticky {
    padding: 10px 0 0;
  }
}

@media (min-width: 992px) {
  .scrollDisabled .header {
    padding-right: 17px;
  }
}

.header__wrapper {
  max-width: 1790px;
}

.header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__content-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33.333%;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%;
}

.header__content-box_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.header__content-box_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.header__logo {
  max-height: 200px;
  max-width: 240px;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  -o-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  -webkit-transition-property: max-height;
  -o-transition-property: max-height;
  transition-property: max-height;
  overflow: hidden;
}

.header__logo .header__logo-img {
  display: block;
}

.main .header__logo {
  max-width: 160px;
}

.header.sticky .header__logo {
  max-width: 240px;
}

.sticky .header__content-box_center {
  align-self: flex-end;
}

.header.sticky {
  padding: 12px 0;
}


@media (min-width: 768px) {
  .main .sticky .header__logo {
    display: block;
    max-width: 240px;
  }
}

.main .header__logo-img {
  display: none;
}

.main .sticky .header__logo-img {
  display: block;
}

.header__main-logo {
  display: none;
}

.main .header__main-logo {
  display: block;
}

.main .sticky .header__main-logo {
  display: none;
}

.cart {
  margin-left: auto;
  display: inline-block;
  color: #fff;
}

.main .sticky .cart {
  color: #fff;
}

.main .cart {
  color: #fff;
}

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

.cart-text {
  padding-left: 5px;
}

#JLSitemap {
  margin: 100px auto 50px auto;
  max-width: calc(1620px + 20px* 2);
  padding: 0 20px 0 20px;
}

#JLSitemap li {
  padding: 5px 0;
}

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
.footer {
  text-align: left;
  width: 100%;
  min-width: 320px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-order: 3;
  background: #000;
  font-weight: 300;
  position: relative;
  color: #fff;
  z-index: 8;
  font-family: "Futura PT Book", "Open Sans", Arial, sans-serif;
}

.footer-title {
  font-size: 12px;
  text-transform: uppercase;
  padding: 20px 0;
  position: relative;
  margin-bottom: 5px;
  color: #fff;
  font-family: "Futura PT Book", "Open Sans", Arial, sans-serif;
}

.footer-title:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 1px;
  width: 44px;
  background: #555555;
  opacity: 0.7;
}

.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 75px 70px 50px;
}

.footer-nav {
  padding-right: 12px;
}

.footer-nav__item a {
  display: inline-block;
  padding: 8px 0;
  font-size: 14px;
  position: relative;
}

@media (min-width: 992px) {
  .footer-nav__item a:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 1px;
    background: -o-radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 95%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 95%);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  .footer-nav__item a:hover::before {
    left: -20px;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
  }
}

.footer__nav-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 17%;
  -ms-flex: 1 1 17%;
  flex: 1 1 17%;
  max-width: 17%;
}

.footer__logo {
  opacity: 0.8;
  max-width: 359px;
}

.footer__logo-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 32%;
  -ms-flex: 1 1 32%;
  flex: 1 1 32%;
  max-width: 32%;
  padding: 0px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__contacts {
  padding-top: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 17%;
  -ms-flex: 1 1 17%;
  flex: 1 1 17%;
  max-width: 17%;
  font-family: "Futura PT Book", "Open Sans", Arial, sans-serif;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__bottom-content {
  padding: 0px 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

.footer__social {
  width: 200px;
}

.footer__btn {
  margin-top: 30px;
}

.copyrights {
  text-align: center;
  color: #fff;
  opacity: 0.4;
  font-family: "Futura PT Book", "Open Sans", Arial, sans-serif;
}

.main-slider {
  opacity: 0;
  background-color: #000;
}

.main-slider.slick-initialized {
  -webkit-transition: opacity .1s .2s;
  -o-transition: opacity .1s .2s;
  transition: opacity .1s .2s;
  opacity: 1;
}

.main-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-slider-section {
  position: relative;
}

.main-slider__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  height: auto;
  position: relative;
}

/*.snowContainer { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1;}
#snow {width: 100%; height: 100%; background-image: url("/images/new_year/snow1.png"), url("/images/new_year/snow2.png"), url("/images/new_year/snow3.png"); -webkit-animation: snow 10s linear infinite;-moz-animation: snow 10s linear infinite;-ms-animation: snow 10s linear infinite;animation: snow 10s linear infinite;}
@keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-moz-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-webkit-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-ms-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}*/



.main-slider__image {
  min-height: 1080px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 5;
  padding-top: 60px;
}

.main-slider__image.cyber_week {
  background-position: right bottom;
}

.main-slider__image.shkatulka {
  background-position: right bottom;
}

.main-slider__image.ny {
  height: 100%;
}

.main-slider__info {
  max-width: -webkit-calc(1620px + 20px * 2);
  max-width: calc(1620px + 20px * 2);
  padding: 100px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  margin: 0px auto;
  color: #ffffff;
}

.main-slider__title {
  font-size: 88px;
  z-index: 2;
  font-weight: 300;
  will-change: transform;
  max-width: 54%;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.slides-anim .slick-current .main-slider__title {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.31, 1, 0.62);
  -o-transition: all 0.5s cubic-bezier(0, 0.31, 1, 0.62);
  transition: all 0.5s cubic-bezier(0, 0.31, 1, 0.62);
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.main-slider__text {
  max-width: 50%;
  font-size: 48px;
  padding: 30px 0;
  font-weight: 100;
  opacity: 0;
}

.main-slider__text_small {
  font-size: .7em
}

.slides-anim .slick-current .main-slider__text {
  opacity: 1;
  -webkit-transition: all 0.9s cubic-bezier(0, 0.31, 1, 0.62);
  -o-transition: all 0.9s cubic-bezier(0, 0.31, 1, 0.62);
  transition: all 0.9s cubic-bezier(0, 0.31, 1, 0.62);
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.main-slider__btn {
  background: #ffffff;
  color: #262626;
}

.main-slider__btn:after {
  border-color: #ffffff;
  opacity: 0.5;
}

.main-slider__btn:before {
  border-color: #ffffff;
  opacity: 0.5;
}

.main-slider__btn-box {
  opacity: 0;
}

.slides-anim .slick-current .main-slider__btn-box {
  opacity: 1;
  -webkit-transition: all 0.9s cubic-bezier(0, 0.31, 1, 0.62);
  -o-transition: all 0.9s cubic-bezier(0, 0.31, 1, 0.62);
  transition: all 0.9s cubic-bezier(0, 0.31, 1, 0.62);
  -webkit-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.main-slider-arrows {
  position: absolute;
  right: 0;
  top: 50%;
}

.main-slider-arrow,
.products-slider__arrow {
  width: 67px;
  height: 67px;
  border: 1px solid #242424;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
}

.main-slider-arrow:nth-child(2),
.products-slider__arrow:nth-child(2) {
  background: #242424;
  border-color: #242424;
}

.main-slider-arrow:nth-child(2):before,
.products-slider__arrow:nth-child(2):before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background: #242424;
}

.main-slider-arrow:nth-child(2):after,
.products-slider__arrow:nth-child(2):after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background: #242424;
}

.main-slider-arrow:nth-child(2):hover::before,
.products-slider__arrow:nth-child(2):hover::before {
  -webkit-transform: translate(-webkit-calc(-100% - 20px), -webkit-calc(-100% - 20px)) rotate(0);
  -ms-transform: translate(calc(-100% - 20px), calc(-100% - 20px)) rotate(0);
  transform: translate(calc(-100% - 20px), calc(-100% - 20px)) rotate(0);
}

.main-slider-arrow:nth-child(2):hover:after,
.products-slider__arrow:nth-child(2):hover:after {
  -webkit-transform: translate(-webkit-calc(100% + 20px), -webkit-calc(100% + 20px)) rotate(0);
  -ms-transform: translate(calc(100% + 20px), calc(100% + 20px)) rotate(0);
  transform: translate(calc(100% + 20px), calc(100% + 20px)) rotate(0);
}

.main-slider-arrow:before,
.products-slider__arrow:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  background: #242424;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  -o-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  -webkit-transform: translate(-webkit-calc(-100% - 20px), -webkit-calc(-100% - 20px)) rotate(0);
  -ms-transform: translate(calc(-100% - 20px), calc(-100% - 20px)) rotate(0);
  transform: translate(calc(-100% - 20px), calc(-100% - 20px)) rotate(0);
  z-index: -1;
}

.main-slider-arrow:after,
.products-slider__arrow:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200%;
  height: 200%;
  background: #242424;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  -o-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  -webkit-transform: translate(-webkit-calc(100% + 20px), -webkit-calc(100% + 20px)) rotate(0);
  -ms-transform: translate(calc(100% + 20px), calc(100% + 20px)) rotate(0);
  transform: translate(calc(100% + 20px), calc(100% + 20px)) rotate(0);
  z-index: -1;
}

.main-slider-arrow:hover:before,
.products-slider__arrow:hover:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.main-slider-arrow:hover:after,
.products-slider__arrow:hover:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.navigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 65%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  -o-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 15;
  will-change: transform;
}

.nav-shown .navigation {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.navigation-close {
  position: relative;
  z-index: 2;
  color: #555555;
}

.navigation__content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.navigation__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.navigation__center {
  padding: 16px 30px 16px 16px;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navigation__logo .logo-hexagon {
  fill: #000;
}

.navigation__contacts {
  padding: 40px 0px 20px;
}

.navigation__social {
  border-top: 1px solid rgba(241, 229, 212, 0.5);
  margin-top: 20px;
  padding: 30px 0px 10px;
}

.langswitcher {
  font-size: 18px;
  text-transform: uppercase;
}

.currency {
  padding: 4px;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.current-cur .currency {
  color: #555555;
  cursor: auto;
  text-decoration: underline;
}

.currency__text {
  font-size: 14px;
}

.currency-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 25px;
}

.currency__list {
  padding: 2px 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav {
  padding: 30px 0 0;
  text-align: center;
}

.nav__item {
  overflow: hidden;
}

.nav__item.parent {
  position: relative;
}

.nav__item:nth-child(odd) {
  background: rgba(244, 244, 244, 0.5);
}

.nav__item>a,
.nav__item>.nav-header {
  font-weight: 300;
  font-size: 36px;
  display: block;
  padding: 20px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.1s 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  transition: -webkit-transform 0.1s 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  -o-transition: transform 0.1s 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  transition: transform 0.1s 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  transition: transform 0.1s 0.2s cubic-bezier(0, 0.31, 1, 0.62), -webkit-transform 0.1s 0.2s cubic-bezier(0, 0.31, 1, 0.62);
}

.nav__item.nav__item-312>a {
  font-weight: 400
}

.nav-shown .nav__item>a,
.nav-shown .nav__item>.nav-header {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0.1s cubic-bezier(0, 0.31, 1, 0.62);
  transition: -webkit-transform 0.5s 0.1s cubic-bezier(0, 0.31, 1, 0.62);
  -o-transition: transform 0.5s 0.1s cubic-bezier(0, 0.31, 1, 0.62);
  transition: transform 0.5s 0.1s cubic-bezier(0, 0.31, 1, 0.62);
  transition: transform 0.5s 0.1s cubic-bezier(0, 0.31, 1, 0.62), -webkit-transform 0.5s 0.1s cubic-bezier(0, 0.31, 1, 0.62);
  position: relative;
  cursor: pointer;
}

@media (min-width: 992px) {

  .nav-shown .nav__item>a:before,
  .nav-shown .nav__item>.nav-header:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 2px;
    background: -o-radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 95%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 95%);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }

  .nav-shown .nav__item>a:hover::before,
  .nav-shown .nav__item>.nav-header:hover::before {
    left: -webkit-calc(25% + 20px);
    left: calc(25% + 20px);
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
  }

  .checkout__fixed-box__content.bottom {
    top: auto;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    position: absolute;
  }

  .checkout__fixed-box__content.fixed {
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
  }
}

.nav__caret {
  position: absolute;
  cursor: pointer;
  width: 60px;
  height: 30px;
  right: 0;
  top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav__caret:before {
  font-family: "icomoon";
  font-size: 20px;
}

.nav-child {
  max-height: 0;
  overflow: hidden;
}

.nav-child .nav__item.parent>.nav-child {
  columns: 4;
}

.nav-child .nav__item.parent>.nav-child .nav__item {
  background: transparent;

}

.nav-child .nav__item.parent>.nav-child a {
  font-weight: 300;
  font-size: 24px;
  line-height: 31px;
  padding: 2px 4px 6px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.nav-child .nav__item.parent>.nav-child a:before {
  content: none;
}

.nav__item.parent.active>.nav-child {
  max-height: 900px;
  background: #fafafa;
  position: relative;
}

.nav>.nav__item.parent.active>.nav-child:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, #000000 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, #000000 100%);
}

.nav>.nav__item.parent.active>.nav-child:after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, #000000 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, #000000 100%);
}

.nav-child .nav__item>a,
.nav-child .nav__item>.nav-header {
  font-size: 30px;
  text-align: left;
  width: 70%;
  margin-left: auto;
}

.page-404 {
  text-align: center;
  padding: 70px 0px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.page-404__title {
  font-weight: 600;
  font-size: 12rem;
  text-transform: uppercase;
  color: #555555;
  margin-bottom: 10px;
}

.page-404__text {
  font-weight: 600;
  font-size: 1.85rem;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.page-404__logo {
  margin-bottom: 30px;
}

.page-404__logo .logo-img {
  width: 160px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  color: #555555;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab {
  padding: 4px 0;
  margin-right: 25px;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  text-align: center;
}

.tab:last-child {
  margin: 0;
}

.tab.active {
  position: relative;
}

.tab.active:before {
  content: '';
  position: absolute;
  left: -30px;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  bottom: 0;
  height: 2px;
  background: -o-radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 95%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 95%);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.tabs-content {
  padding: 10px 0;
}

.tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.tab-content.active {
  opacity: 1;
  height: auto;
  position: static;
}

.static-info-section {
  padding: 100px 0;
}

.static-info__wrapper {
  max-width: 900px;
}

.static-info__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0;
  border-top: 1px solid #bbbbbb;
}

.static-info__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  padding: 0 20px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.static-info__col:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 300px);
  -ms-flex: 0 0 calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  border-left: 1px solid #bbbbbb;
}

.static-info__col .accent {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0px 3px;
}

.static-info__col .accent:before {
  content: '';
  border-radius: 4px;
  background: #eeeeee;
  position: absolute;
  width: 100%;
  height: -webkit-calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 0;
  z-index: -1;
}

.static-info__col ul {
  padding: 10px 0;
}

.static-info__col li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}

.static-info__col li:last-child {
  margin: 0;
}

.static-info__col li:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #555555;
}

.static-info__topic {
  color: #555555;
  font-size: 18px;
  line-height: 24px;
}

.popular-products {
  background: #f4f4f4;
  padding: 50px 0;
}

.popular-products.pb0 {
  padding-bottom: 0;
}

.list-products__top {
  max-width: 50%;
}

.popular-products__top,
.list-products__top {
  display: -webkit-box;
  /*display: -webkit-flex; */
  display: -ms-flexbox;
  /*display: flex; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popular-products__btn-box,
.list-products__btn-box {
  margin: 0px auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  min-width: 290px;
  padding: 0 20px;
  text-align: center;
}

.popular-products__btn-wrapp,
.list-products__btn-wrapp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px 0;
}

.popular-products__btn-wrapp::before,
.list-products__btn-wrapp::before {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: -o-linear-gradient(45deg, transparent 0%, #000 100%);
  background: linear-gradient(45deg, transparent 0%, #000 100%);
  height: 3px;
  width: 100%;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.popular-products__btn-wrapp::after,
.list-products__btn-wrapp::after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: -o-linear-gradient(45deg, transparent 0%, #000 100%);
  background: linear-gradient(45deg, transparent 0%, #000 100%);
  height: 3px;
  width: 100%;
}

.collections-section {
  padding: 70px 0;
}

.collections {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.collection {
  padding: 15px;
  flex: 0 0 33.333%;
  display: block;
}

.collection__img-box {
  margin-bottom: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.collection__img {
  display: block;
}

.collection__name {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.collection__name:after {
  content: '';
  flex: 1 1 auto;
  height: 1px;
  padding-left: 20px;
  display: block;
  background: linear-gradient(270deg, #000000 0%, rgba(255, 255, 255, 0) 90%)
}

.collection__name:before {
  content: '';
  flex: 1 1 auto;
  height: 1px;
  padding-right: 20px;
  display: block;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 10%, #000000 100%)
}


.products,
.category-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.products-slider {
  padding-top: 10px;
  margin: 0px -15px;
}

.products-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.products-slider__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}

.products-slider__arrow:nth-child(1) {
  background: #242424;
}

.products-slider__arrow:nth-child(2) {
  background: transparent;
  color: #242424;
}

.product,
.category-card {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.333%;
  padding: 40px 15px;
  font-family: "Futura PT Book", "Open Sans", Arial, sans-serif;
}

.product__content,
.category-card__content {
  text-align: center;
  padding: 5px 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
}

@media (min-width: 992px) {

  .product__content,
  .category-card__content {
    -webkit-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
    -o-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
    transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  }

  .product__content:hover,
  .category-card__content:hover {
    -webkit-box-shadow: 7px 7px 40px 6px rgba(19, 19, 19, 0.08);
    box-shadow: 7px 7px 40px 6px rgba(19, 19, 19, 0.08);
  }
}

.product-title {
  font-size: 20px;
  padding: 16px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-transform: uppercase;
}

.product-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.product-img__link {
  position: relative;
  display: block;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.product-img__img {
  will-change: transform;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.product-img-img,
.product-img-hover {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: .6s
}

.product-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.product-img__link:hover .product-img-img {
  opacity: 0;
  visibility: hidden;
}

.product-img__link:hover .product-img-hover {
  opacity: 1;
  visibility: visible;
}

.product-price {
  padding: 30px 0;
  font-size: 26px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.old_price {
  text-decoration: line-through;
  font-size: 18px;
  padding: 5px 0;
}

.product__slide {
  padding: 30px 15px;
  height: auto;
}

.product__slide .product__content:hover,
.product__slide .category-card__content:hover {
  -webkit-box-shadow: 4px 3px 12px 2px rgba(19, 19, 19, 0.08);
  box-shadow: 4px 3px 12px 2px rgba(19, 19, 19, 0.08);
}

.single-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Futura PT Book", "Open Sans", Arial, sans-serif;
  padding: 80px 0;
}

.single-product__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  -o-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  will-change: transform;
}

.single-product__img-wrapp {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 850px;
  -ms-flex: 0 0 850px;
  flex: 0 0 850px;
  max-width: 850px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.single-product__discount-label {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.single-product__img-box {
  -webkit-box-shadow: 7px 7px 40px 6px rgba(19, 19, 19, 0.08);
  box-shadow: 7px 7px 40px 6px rgba(19, 19, 19, 0.08);
  overflow: hidden;
  height: 675px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #ffffff;
}

.single-product__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 850px);
  -ms-flex: 0 0 calc(100% - 850px);
  flex: 0 0 calc(100% - 850px);
  max-width: -webkit-calc(100% - 850px);
  max-width: calc(100% - 850px);
  padding-left: 45px;
}

.single-product__info {
  padding: 20px 0px 50px;
}

.single-product__info-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-product__title {
  width: 100%;
  padding-right: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}

.single-product__title:before {
  top: .6em;
}

.single-product__title:after {
  top: 1em;
}

.single-product__price {
  font-size: 36px;
  line-height: 30px;
  padding: 18px 0 18px;
  white-space: nowrap;
}

.single-product__attributes {
  padding: 15px 0;
}

.single-product__attribute {
  padding: 15px 0;
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
}

.single-product__attribute:last-child {
  border-bottom: none;
}

.single-product__attribute:not(:nth-child(-n+5)) {
  display: none;
}

.show-more-attributes {
  display: block;
  max-width: max-content;
  position: relative;
  padding: 15px 20px 15px 0;
  text-transform: uppercase;
}

.show-more-attributes:before,
.show-more-attributes:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 6px;
  height: 2px;
  background: #262626;
  transition: all 0.3s ease-out;
  transform: translate(-2px, -50%) rotate(45deg);
}

.show-more-attributes:after {
  transform: translate(2px, -50%) rotate(-45deg);
}

.show-more-attributes.open:before {
  transform: translate(-2px, -50%) rotate(-45deg);
}

.show-more-attributes.open:after {
  transform: translate(2.5px, -50%) rotate(45deg);
}


.single-product__attribute-parameters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.single-product__attribute-parameter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
  padding: 5px;
  line-height: initial;
}

.single-product__attribute-parameter:last-child {
  margin: 0;
}

.single-product__description {
  padding: 10px 0 15px;
}

.single-product__label {
  min-width: 104px;
  max-width: 210px;
  margin-right: 10px;
  padding: 5px 0;
  font-size: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.single-product__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0 0;
  gap: 25px;
}

.single-product__button {
  padding: 12px 40px;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 15px;
  font-family: "Futura PT Book", "Open Sans", Arial, sans-serif;
  min-width: 180px;
  margin-bottom: 20px;
}

.single-product__buttons .not-aliable {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 15px 20px 0;
}

.single-product__button:last-child {
  margin-right: 0;
}

.single-product__slider-wrapper {
  margin: -10px;
  width: 175px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.single-product__slider-box {
  max-width: 650px;
}

.single-product__slider .arrow {
  padding: 5px 10px;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: -webkit-calc(100% + 20px);
  left: calc(100% + 20px);
  right: auto;
  z-index: 4;
  width: 40px;
  height: 40px;
  background: #242424;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-product__slider .arrow_prev {
  bottom: 64px;
}

.single-product__slider .arrow_prev i {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  display: block;
}

.single-product__slide {
  display: block;
  padding: 10px;
}

.single-product__slide-img {
  height: 117px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  cursor: pointer;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 14px 0 rgba(36, 36, 36, 0.08);
  box-shadow: 0px 3px 14px 0 rgba(36, 36, 36, 0.08);
}

.current .single-product__slide-img {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 14px 0 rgba(36, 36, 36, 0.25);
  box-shadow: 0px 3px 14px 0 rgba(36, 36, 36, 0.25);
}

.category-section {
  background: #f4f4f4;
}

.category-card__image-box {
  width: 100%;
  overflow: hidden;
}

.category-card__img {
  will-change: transform;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  -o-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
}

.category-card__name {
  font-size: 20px;
  padding: 16px 10px;
}

.category-card__short-description {
  padding: 30px 0;
  font-size: 16px;
}

.list-products-section {
  padding: 150px 0;
}

.shop-page .list-products-section {
  background: #f4f4f4;
}

.item-page {
  background: #f4f4f4;
}

.inner-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 170px;
}

.inner-top__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset 0 11px 11px 9px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 11px 11px 9px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.inner-top__bg_product {
  background-image: url(../img/inner-bg_product.jpg);
}

.inner-top__title {
  text-align: center;
  font-size: 36px;
  font-family: "Futura PT Demi", "Open Sans", Arial, sans-serif;
  color: #ffffff;
}

.inner-top__title_col-2 {
  color: #262626;
}

.about {
  padding: 15px 0 130px;
}

.about-section {
  position: relative;
  padding: 5px 0px 40px;
}

.about-section:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 30px;
  background: -o-linear-gradient(45deg, transparent 0%, #000 100%);
  background: linear-gradient(45deg, transparent 0%, #000 100%);
}

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

.about__info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.about__info_var-1 {
  padding: 50px 0px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about__info_var-2 {
  padding: 140px 80px 120px 280px;
  position: relative;
  z-index: 1;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.about__info_var-2:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background: #f4f4f4;
}

.about-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 125px 25px 105px;
  -webkit-box-shadow: 7px 7px 40px 6px rgba(19, 19, 19, 0.08);
  box-shadow: 7px 7px 40px 6px rgba(19, 19, 19, 0.08);
}

.about-quote__text {
  font-size: 30px;
  font-family: "Futura PT Demi", "Open Sans", Arial, sans-serif;
  max-width: 710px;
  margin: 0px auto;
  padding: 15px 0;
}

.about-quote__author {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -.2px;
  max-width: 710px;
  margin: 0px auto;
  width: 100%;
  text-align: right;
  padding: 5px 0;
}

.about-zoom {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 2;
  height: 464px;
  width: 374px;
  overflow: hidden;
  -webkit-box-shadow: 11px 11px 40px 6px rgba(19, 19, 19, 0.1);
  box-shadow: 11px 11px 40px 6px rgba(19, 19, 19, 0.1);
  will-change: transform;
}

.about-zoom__img {
  -o-object-fit: initial;
  object-fit: initial;
  -o-object-position: calc(50% + 20px) center;
  object-position: -webkit-calc(50% + 20px) center;
  object-position: calc(50% + 20px) center;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  -o-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  will-change: transform;
}

.about-zoom__img-box {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.22);
  -ms-transform: scale(1.22);
  transform: scale(1.22);
  -webkit-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  -o-transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  transition: all 0.2s cubic-bezier(0, 0.31, 1, 0.62);
  will-change: transform;
}

.about__img-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
}

.about-accent {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-accent__text {
  max-width: 750px;
  width: 100%;
  position: relative;
  font-family: "Futura PT Book", "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 30px 20px 30px 32px;
}

.about-accent__text:before {
  content: '';
  position: absolute;
  height: 100px;
  width: 2px;
  top: 30px;
  left: 0;
  background: -o-linear-gradient(45deg, transparent 0%, #000 100%);
  background: linear-gradient(45deg, transparent 0%, #000 100%);
}

.about-accent__text strong {
  font-size: 32px;
  font-weight: 500;
}

.about-title {
  font-size: 30px;
  line-height: 38px;
  font-family: "Futura PT Demi", "Open Sans", Arial, sans-serif;
}

.about-caption {
  font-size: 30px;
  font-weight: 400;
  font-family: "Futura PT Book", "Open Sans", Arial, sans-serif;
}

.about-text {
  font-family: "Futura PT Book", "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 45px 0;
}

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

.contacts-page-section {
  padding: 65px 0px 105px;
  position: relative;
}

.contacts-page-section:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 50%;
  height: 16px;
  background: -o-linear-gradient(45deg, transparent 0%, #000 100%);
  background: linear-gradient(45deg, transparent 0%, #000 100%);
}

.contacts-page__contacts {
  padding: 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-page__contacts .contact_mail {
  font-size: 20px;
}

.contacts-page__social {
  padding: 35px 0;
}

.contacts-page__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contacts-page__col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background: #fff;
}

.contacts-page__col-content {
  padding: 30px 10px 30px 40px;
  max-width: -webkit-calc(1620px / 2);
  max-width: calc(1620px / 2);
  text-align: left;
}

.contacts-page__info {
  line-height: 1.4;
  padding: 5px 0 15px;
}

.contacts-page__info .caption {
  color: #5e5b5b;
}

.map {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.checkout-section {
  padding: 80px 0px 60px;
  background: #f4f4f4;
}

.checkout__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0;
}

.checkout__finish-btn {
  padding: 50px 0px 10px;
  text-align: center;
}

.checkout__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.checkout__col {
  padding: 10px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.checkout__col:nth-child(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.checkout__col:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.checkout__col .title:before,
.checkout__col .text-container h1:before,
.text-container .checkout__col h1:before,
.checkout__col .text-container h2:before,
.text-container .checkout__col h2:before,
.checkout__col .title:after,
.checkout__col .text-container h1:after,
.text-container .checkout__col h1:after,
.checkout__col .text-container h2:after,
.text-container .checkout__col h2:after {
  content: '';
  left: 0;
}

.checkout__fixed-box {
  position: relative;
}


.checkout__inputs-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.checkout__inputs-box_divider {
  margin-top: 15px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
}

.checkout__input-box {
  padding: 5px 0px;
}

.checkout__input-box_half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px 10px;
}

#tr_field_f_name {
  margin-right: 1px;
}

.checkout__box {
  margin-top: 20px;
}

.checkout__box:first-child {
  margin-top: 0;
}

.checkout__info-textarea {
  max-width: 100%;
  width: 100%;
}

.thank-u-section {
  padding: 100px 0;
  background: #f4f4f4;
}

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

.thank-u-text {
  padding: 30px 0 10px;
}

.cart-page-section {
  padding: 80px 0px 40px;
}

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

.cart-page__empty-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}

.cart-page__buttons {
  padding: 40px 0px 10px;
  text-align: center;
}

.mod-languages .chosen-single span,
.filter-item .chosen-single span {
  font-size: 18px;
  width: 100%;
}

.mod-languages .chosen-container .chosen-results li.highlighted,
.filter-item .chosen-container .chosen-results li.highlighted {
  background-image: none;
  background: -o-linear-gradient(45deg, transparent 0%, #000 100%);
  background: linear-gradient(45deg, transparent 0%, #000 100%);
  color: #262626;
}

.mod-languages .chosen-container-multi .chosen-single,
.filter-item .chosen-container-multi .chosen-single {
  border: none;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 4px;
}

.mod-languages .chosen-container-multi .chosen-single div b,
.filter-item .chosen-container-multi .chosen-single div b {
  background: none;
  padding-left: 4px;
  text-align: center;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mod-languages .chosen-container-multi .chosen-single div b:before,
.filter-item .chosen-container-multi .chosen-single div b:before {
  font-family: "icomoon";
}

.mod-languages .chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mod-languages .chosen-container .chosen-drop,
.filter-item .chosen-container .chosen-drop {
  border: none;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.filter-item .uf_options {
  border: none;
}

.filter-item .uf_chosen {
  max-width: 340px;
  height: 32px;
}

.filter-item .chosen-container-active.chosen-with-drop .chosen-single {
  border-width: 2px;
}

.filter-item .chosen-container-multi .chosen-single div {
  width: auto;
  height: auto;
  right: 10px;
  top: 4px;
}

.filter-item .chosen-container-multi .chosen-single {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid;
}

.filter-item .chosen-container-multi .chosen-single span {
  font-size: 14px;
  text-transform: uppercase;
}

.filter-item .chosen-container-multi .chosen-single {
  padding: 5px 28px;
}

.filter-item .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  border: 1px solid #7e7e7e;
  background: #ffffff;
}

.filter-item .chosen-container .chosen-drop {
  width: -webkit-calc(100%);
  width: calc(100%);
  top: 100%;
  margin: 0;
}

.filter-item .chosen-container-multi .chosen-single abbr {
  top: 11px;
  right: 32px;
}

.filter-item select.uf_chosen {
  outline: none;
  border-radius: 0;
  border-width: 2px;
  border-color: #242424;
  color: #242424;
  font-size: 16px;
  background: #f4f4f4;
  padding: 2px 10px;
}

.filter-item select.uf_chosen option {
  outline: none;
}

.filter-item:nth-child(1) .chosen-container-multi .chosen-single {
  background: #242424;
  border-color: #242424;
  color: #ffffff;
}

.filter-item:nth-child(2) .chosen-container-multi .chosen-single {
  background: #ffffff;
  border-color: #ffffff;
}

.filter-item:nth-child(3) .chosen-container-multi .chosen-single {
  background: transparent;
  border-color: #7e7e7e;
}

.filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px -2px 0 -2px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  /*justify-content: flex-end; max-width: 50%;*/
  justify-content: center;
  width: 100%;
}

.filters-section {
  /*height: 0; */
  background: #f4f4f4;
  /*margin-top:50px;*/
}

#uf_prices_label {
  display: none;
}

#uf_prices span {
  line-height: 25px;
}

#uf_prices #price_from,
#uf_prices #price_from,
#uf_prices .uf_inputreset {
  height: 28px;
}

.filters-form {
  position: relative;
  z-index: 3;
}

.filters-form__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: space-between;
}

.filter-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  max-width: 340px;
  padding: 2px;
  min-width: 184px;
}

.button_buy {
  transition: .3s;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  background: #242424;
  margin: 0 auto 15px;
  max-width: max-content;
}

.button_buy:hover {
  transform: scale(1.05);
  box-shadow: 0 0 5px #242424;
}
.jshop_filters #amount{
  color: #777777;
  font: 11px tahoma;
}
#uf_prices{
  position: relative;
}
.jshop_filters #slider-range{
  width: 9px;
  height: 8px;
  line-height: 17px;
  background: none repeat scroll 0 0 #ddd;
  width: calc(100% - 70px);
  border-radius: 0;
  margin: 10px 0px 10px 35px;
}
.jshop_filters #uf_prices_trackbar{
  width: 100%;
}
.jshop_filters .ui-slider-horizontal .ui-slider-handle {
	cursor: pointer;
	width: 7px;
	height: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background: rgb(242,245,246);
	background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1)));
	background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
	background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
	background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
	background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
	border: 1px solid #aaa;
  margin: 0;
  padding-top: 0;
}
.jshop_filters .ui-slider-horizontal .ui-slider-range {
  background: none repeat scroll 0 0 #000;
  height: 8px;
  margin-left: 3px;
}

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

.jshop_subtotal td {
  padding: 3px;
}

.row_agb a {
  color: #555555;
}

.jshop_payment_method td {
  padding: 3px 0;
}

.jshop_payment_method table {
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
}

#table_payments {
  width: 100%;
}

.jshop_cart_attribute,
.jshop_cart_extra_field {
  font-size: 14px;
  color: #7e7e7e;
}

.minicart {
  margin-bottom: 37px;
}

.extern_wrap .summ_total {
  color: #555555;
}

.modal__error-box {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal__error-box .modal_err {
  margin: 0;
  padding: 10px 0px 30px;
  color: #ee7676;
}

#table_shippings {
  width: 100%;
}

.extern_wrap .extern_empty,
.extern_wrap .extern_empty_jq {
  color: #000;
}

.extern_wrap {
  max-height: 500px;
  overflow-y: scroll;
}

.checkout-section .policy {
  text-decoration: underline;
}

.static-info-section a {
  text-decoration: underline;
}

.page-sitemap .scroll-up {
  display: none;
}

.birthday .main-slider__info {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 100px rgba(0, 0, 0, .5);
}

.birthday .main-slider__title,
.birthday .main-slider__text {
  text-shadow: 0 0 3px #000;
}

.main-slider__image.friday {
  height: 100%;
  background-position: left bottom;
}

.main-slider__slide.prices .main-slider__image.mob {
  display: none;
}


@media screen and (max-width: 768px) {
  .main-slider__image.friday {
    background-size: 200%;
    background-position: left 30%;
    background-color: #141414;
  }
}



@media screen and (max-width: 1800px) {
  .scroll-up {
    right: 10px;
  }
}

@media screen and (max-width: 1435px) {
  .main-slider__title {
    font-size: 80px;
    max-width: 70%;
  }

  .single-product__img-wrapp {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }

  .single-product__content {
    max-width: 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding-left: 30px;
  }

  .single-product__img-box {
    height: 590px;
  }

  .popular-products {
    padding: 90px 0;
  }

  .list-products-section {
    /* padding: 90px 0; */
    padding: 0;
  }

  .filters-form {
    /*-webkit-transform: translateY(120px); -ms-transform: translateY(120px); transform: translateY(120px); */
  }

  .single-product {
    padding: 20px 0 20px;
  }

  .single-product__slide-img {
    height: 130px;
  }

  .single-product__title {
    padding-left: 75px;
    font-size: 30px;
  }

  .footer__nav-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
  }

  .footer__logo-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
  }

  .footer__contacts {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
  }

  .filters-section {
    margin-top: 0;
  }

  .main-slider__title {
    font-size: 70px;
    max-width: 57%;
  }
}

@media screen and (max-width: 1279px) {
  .main-slider__title {
    font-size: 62px;
    max-width: 57%;
  }

  .main-slider__info {
    padding: 85px 20px 100px;
  }

  .about {
    padding: 15px 0px 100px;
  }

  .nav-child .nav__item>a,
  .nav-child .nav__item>.nav-header {
    width: 85%;
  }

  .nav-child .nav__item.parent>.nav-child a {
    width: 100%;
  }

  .about__info_var-1 {
    padding: 25px 0px 10px;
  }

  .about__img-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .about__info {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .about-quote {
    padding: 85px 25px 55px;
  }

  .about-zoom {
    height: 340px;
    width: 245px;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    top: 180px;
  }

  .about-title {
    font-size: 28px;
    line-height: 35px;
  }

  .about-caption {
    font-size: 26px;
  }

  .about__info_var-2 {
    padding: 95px 30px 70px 170px;
  }

  .about-text {
    padding: 30px 0;
  }

  .single-product__info-top {
    display: block;
  }

  .single-product__img-box {
    height: 440px;
  }

  .single-product__info {
    padding: 90px 0px 50px;
  }

  .footer__contacts .contact_tel {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .popular-products .title,
  .popular-products .text-container h1,
  .text-container .popular-products h1,
  .popular-products .text-container h2,
  .text-container .popular-products h2,
  .list-products-section .title,
  .list-products-section .text-container h1,
  .text-container .list-products-section h1,
  .list-products-section .text-container h2,
  .text-container .list-products-section h2 {
    padding-bottom: 80px;
  }

  .filters-form {
    /*-webkit-transform: translateY(220px); -ms-transform: translateY(220px); transform: translateY(220px); */
  }

  .filters {
    max-width: 100%;
  }

  .list-products__back-btn {
    margin-bottom: 90px;
  }

  .list-products__top {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding: 5px 0;
  }

  .header.sticky {
    padding: 10px 0;
  }

  .logo-text {
    fill: #262626;
  }

  .logo-hexagon {
    stroke: #262626;
  }

  .logo-vector {
    width: 80px;
  }

  .main-slider__title {
    font-size: 42px;
    max-width: 60%;
  }

  .main-slider__text {
    font-size: 30px;
    max-width: 50%;
  }

  .nav-child .nav__item.parent>.nav-child a {
    font-size: 21px;
    line-height: 25px;
  }

  .nav__caret {
    width: 36px;
  }

  .nav-child .nav__item.parent>.nav-child {
    columns: 3;
  }

  .nav-child .nav__item>a,
  .nav-child .nav__item>.nav-header {
    width: 100%;
  }

  .nav-child .nav__item.parent>.nav-child a {
    width: 100%;
  }

  .product,
  .category-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .single-product {
    display: block;
  }

  .single-product__img-wrapp {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .single-product__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .single-product__img-box {
    margin: 0px auto;
    height: 550px;
  }

  .single-product__slide-img {
    height: 122px;
  }

  .single-product__info {
    padding: 50px 0;
  }

  .single-product__info-top {
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .single-product__title:before {
    right: -webkit-calc(100% + 40px);
    right: calc(100% + 40px);
  }

  .single-product__title:after {
    right: -webkit-calc(100% + 40px);
    right: calc(100% + 40px);
  }

  .single-product__attribute {
    padding-left: 20px;
  }

  .single-product__slider-box {
    max-width: 100%;
  }

  .products-slider {
    margin: 0px -10px;
  }

  .product__slide {
    padding: 15px 10px;
  }

  .about-section {
    padding: 0;
  }

  .about {
    padding: 10px 0;
  }

  .about_bottom {
    padding: 50px 0;
  }

  .about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about__img-box {
    max-width: initial;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 -20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .about__img-box_bottom {
    max-width: 75%;
  }

  .about-zoom {
    top: 50%;
    -webkit-transform: translate(60%, -50%);
    -ms-transform: translate(60%, -50%);
    transform: translate(60%, -50%);
    width: 200px;
    height: 270px;
  }

  .about-img {
    width: 100%;
  }

  .about__info {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .about__info_var-1 {
    padding: 0;
  }

  .about__info_var-2 {
    padding: 40px 0;
  }

  .about-accent {
    padding: 30px 0px 30px;
  }

  .about_bottom {
    background: #f4f4f4;
  }

  .list-products__back-btn {
    display: none;
  }

  .footer__top {
    padding: 75px 30px 50px;
  }

  .footer__bottom-content {
    padding: 0px 30px;
  }

  .footer__nav-box {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    max-width: 22%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    padding: 0px 5px;
  }

  .footer__nav-box:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__nav-box:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer__logo-box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    max-width: 34%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 34%;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    padding: 17px 6px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__contacts {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .text-container {
    padding: 20px 0;
  }

  .contacts-page__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contacts-page__col-content {
    padding: 30px 10px;
  }

  .map {
    min-height: 300px;
  }

  .main-slider__slide.prices {
    display: flex;
  }

  .main-slider__slide.prices .main-slider__image {
    display: none;
  }

  .main-slider__slide.prices .main-slider__image.mob {
    display: block;
  }

}

@media screen and (max-width: 767px) {

  .nav-child .nav__item>a,
  .nav-child .nav__item>.nav-header {}

  .title,
  .text-container h1,
  .text-container h2 {
    font-size: 40px;
    padding: 10px 0px 20px 40px;
  }

  .title_xs,
  .text-container h1,
  .text-container h2 {
    font-size: 26px;
    padding: 10px 0 20px 10px;
  }

  .title_xs:before,
  .text-container h1:before,
  .text-container h2:before {
    -webkit-transform: translateX(-webkit-calc(-100%));
    -ms-transform: translateX(calc(-100%));
    transform: translateX(calc(-100%));
    top: 24px;
  }

  .title_xs:after,
  .text-container h1:after,
  .text-container h2:after {
    -webkit-transform: translateX(-webkit-calc(-100%));
    -ms-transform: translateX(calc(-100%));
    transform: translateX(calc(-100%));
    top: 18px;
  }

  .filters-form {
    /* -webkit-transform: translateY(150px); -ms-transform: translateY(150px); transform: translateY(150px); */
  }

  .single-product__title {
    font-size: 26px;
  }

  .single-product__price {
    padding-top: 8px;
    padding-left: 5px;
  }

  .navigation {
    width: 60%;
  }

  .navigation__center {
    padding: 15px 0;
  }

  .main-slider__image {
    min-height: 700px;
  }

  .popular-products,
  .list-products-section {
    padding: 50px 0;
  }

  .inner-top {
    min-height: 120px;
  }

  .products,
  .category-cards {
    margin: 0px -10px;
  }

  .product,
  .category-card {
    padding: 20px 10px;
  }

  .popular-products .title,
  .popular-products .text-container h1,
  .text-container .popular-products h1,
  .popular-products .text-container h2,
  .text-container .popular-products h2,
  .list-products-section .title,
  .list-products-section .text-container h1,
  .text-container .list-products-section h1,
  .list-products-section .text-container h2,
  .text-container .list-products-section h2 {
    padding-bottom: 80px;
  }

  .collections {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px;
  }

  .collection {
    padding: 5px;
    flex: 0 0 50%;
  }

  .collection__name {
    font-size: 18px;
    line-height: 22px;
  }

  .nav-child .nav__item.parent>.nav-child {
    columns: 2;
  }

  .products-slider-wrapper {
    position: relative;
  }

  .products-slider__arrow {
    width: 45px;
    height: 45px;
  }

  .product__slide .product__content,
  .product__slide .category-card__content {
    padding-bottom: 15px;
  }

  .products-slider__arrows {
    position: absolute;
    bottom: 15px;
    right: 0;
  }

  .single-product__img-box {
    height: 410px;
  }

  .main-slider__image {
    min-height: 500px;
  }

  .main-slider__title {
    font-size: 40px;
  }

  .footer__top {
    padding: 40px 20px 40px;
  }

  .footer__nav-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }

  .footer__nav-box:nth-child(2) {
    display: none;
  }

  .static-info__row {
    display: block;
  }

  .static-info__col:nth-child(2) {
    margin-top: 10px;
  }

  .tabs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0;
  }

  .tab {
    font-size: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 15px 12px;
    margin-right: 0;
  }

}

@media screen and (max-width: 567px) {
  .navigation__top {
    padding: 0px 5px;
  }

  .currency-box {
    padding: 0px 20px;
  }

  .navigation__content {
    padding: 25px 0 5px;
  }

  .navigation__logo {
    padding: 20px 0;
  }

  .navigation__logo .logo-img {
    width: 170px;
  }

  .title,
  .text-container h1,
  .text-container h2 {
    font-size: 30px;
  }

  .nav__caret {
    top: 12px;
  }

  .nav-shown .nav__item>a,
  .nav-shown .nav__item>.nav-header {
    font-size: 24px;
    padding: 15px;
  }

  .nav-child .nav__item>a,
  .nav-shown .nav__item>.nav-header {
    font-size: 20px;
  }

  .navigation__contacts .contact_tel {
    font-size: 18px;
  }

  .main-slider-arrows {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }

  .main-slider__title {
    max-width: -webkit-calc(55%);
    max-width: calc(55%);
  }

  .main-slider__text {
    max-width: -webkit-calc(52%);
    max-width: calc(52%);
  }

  .main-slider-arrow,
  .products-slider__arrow {
    width: 50px;
    height: 50px;
  }

  .navigation {
    width: 100%;
  }

  .main-slider__slide {
    display: block;
  }

  .main-slider__image {
    min-height: 320px;
  }

  .inner-top {
    min-height: 78px;
  }

  .about-quote {
    padding: 35px 15px;
  }

  .about-quote__text {
    font-size: 24px;
  }

  .about-accent {
    padding: 10px 0;
  }

  .about__img-box_bottom {
    max-width: 85%;
  }

  .about-zoom {
    width: 166px;
    height: 206px;
    -webkit-transform: translate(55%, -50%);
    -ms-transform: translate(55%, -50%);
    transform: translate(55%, -50%);
  }

  .about-title,
  .about-caption {
    font-size: 24px;
    line-height: 28px;
  }

  .about-text {
    padding: 25px 0;
  }

  .contacts-page-section {
    padding: 20px 0px 30px;
  }

  .contacts-page-section:after {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    left: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .products,
  .category-cards {
    display: block;
    margin: 0;
  }

  .product,
  .category-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0;
  }

  .collection__name {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
  }

  .collections-section {
    padding: 30px 0;
  }

  .single-product__info-top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-product__img-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .single-product__slider-wrapper {
    margin: 0px -10px;
    width: auto;
  }

  .single-product__price {
    padding: 18px 0;
    font-size: 24px;
  }

  .single-product__slide-img {
    height: 116px;
    width: auto;
  }

  .single-product__slider .arrow {
    bottom: -webkit-calc(100% + 20px);
    bottom: calc(100% + 20px);
    left: -webkit-calc(50% + 2px);
    left: calc(50% + 2px);
  }

  .single-product__slider .arrow_prev {
    left: auto;
    right: -webkit-calc(50% + 2px);
    right: calc(50% + 2px);
  }

  .single-product__img-box {
    height: auto;
    width: 100%;
  }

  .single-product__slide-img {
    -webkit-box-shadow: 0px 3px 14px 0 rgba(36, 36, 36, 0.08);
    box-shadow: 0px 3px 14px 0 rgba(36, 36, 36, 0.08);
    opacity: 0.9;
  }

  .current .single-product__slide-img {
    opacity: 1;
  }

  .single-product__button {
    min-width: 140px;
    padding: 12px 20px;
    margin-right: 7px;
    margin-bottom: 10px;
  }

  .single-product__slider .slick-list {
    margin-right: -30px;
  }

  .footer__logo-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__nav-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 50%;
  }

  .footer__contacts {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0px auto;
  }

  .footer__top {
    padding: 40px 0px 40px;
  }

  .footer__bottom-content {
    padding: 0px 5px;
  }

  .social-icon_var-2 {
    font-size: 26px;
  }

  .footer__contacts .contact_tel {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .scroll-up {
    bottom: 80px;
  }

  .static-info-section {
    padding: 40px 0;
  }

  .text-container {
    padding: 10px 0;
  }
}

@media screen and (max-width: 419px) {
  .navigation__top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px 15px;
  }

  .navigation__top-left {
    display: block;
  }

  .popular-products .title,
  .popular-products .text-container h1,
  .text-container .popular-products h1,
  .popular-products .text-container h2,
  .text-container .popular-products h2,
  .list-products-section .title,
  .list-products-section .text-container h1,
  .text-container .list-products-section h1,
  .list-products-section .text-container h2,
  .text-container .list-products-section h2 {
    padding-bottom: 50px;
  }

  .filters-form {
    /*-webkit-transform: translateY(125px); -ms-transform: translateY(125px); transform: translateY(125px);*/
  }

  .currency-box {
    padding: 12px 0;
  }

  .currency__list {
    padding: 2px 10px 0;
  }

  .currency__item {
    margin-right: 7px;
  }

  .currency__item:last-child {
    margin-right: 0;
  }

  .main-slider__title {
    font-size: 30px;
  }

  .main-slider__text {
    font-size: 22px;
  }

  .main-slider__image.cyber_week {
    background-position: 90% bottom;
  }

  .logo-vector {
    width: 65px;
  }

  .cart-text {
    font-weight: 800;
    font-family: 'Futura PT Book';
  }

  .about-caption {
    font-size: 20px;
    line-height: 28px;
  }

  .title,
  .text-container h1,
  .text-container h2 {
    font-size: 27px;
    padding: 10px 0px 20px 0;
  }

  .title_xs,
  .text-container h1,
  .text-container h2 {
    font-size: 24px;
    padding: 10px 0 20px 10px;
  }

  .title_xs:after,
  .text-container h1:after,
  .text-container h2:after {
    -webkit-transform: translateX(-webkit-calc(-100%));
    -ms-transform: translateX(calc(-100%));
    transform: translateX(calc(-100%));
  }

  .title_xs::before,
  .text-container h1::before,
  .text-container h2::before {
    -webkit-transform: translateX(-webkit-calc(-100%));
    -ms-transform: translateX(calc(-100%));
    transform: translateX(calc(-100%));
  }

  .copyrights {
    font-size: 12px;
  }

  .single-product {
    padding-bottom: 50px;
  }

  .single-product__price {
    padding: 14px 0;
  }

  .single-product__info {
    padding: 30px 0px;
  }

  .single-product__title {
    font-size: 24px;
    padding-left: 0;
    padding-right: 10px;
  }

  .single-product__title:before {
    right: 100%;
    -webkit-transform: translateX(-webkit-calc(-20%));
    -ms-transform: translateX(calc(-20%));
    transform: translateX(calc(-20%));
  }

  .single-product__title:after {
    right: 100%;
    -webkit-transform: translateX(-webkit-calc(-20%));
    -ms-transform: translateX(calc(-20%));
    transform: translateX(calc(-20%));
  }
}

#showSearch {
  margin-right: 15px;
  cursor: pointer;
  color: #fff;
}

.jshop_ajaxsearch {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 450px;
  top: 100%;
  right: 0;
}

.jshop_ajaxsearch .wrapper {
  position: relative;
}

.jshop_ajaxsearch .search-form {
  display: flex;
}

.jshop_ajaxsearch .search-form .inputbox {
  height: 40px;
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #000;
  font-size: 16px;
}

.jshop_ajaxsearch .icon-close {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
}

#search-result {
  width: calc(100% - 40px);
  border: 1px solid #000;
  border-top: none;
}

#search-result table.ajaxsearch {
  border: none;
  width: 100%;
}

#search-result .itemsearch:hover {
  background: #000;
}

#search-result .img-block img {
  width: 70px;
  height: auto;
}

#search-result .detailsearch {
  display: flex;
}

#search-result .titlesearch {
  font-size: 12px;
  text-transform: uppercase;
  flex: 1;
}

#search-result .pricesearch {
  width: 80px;
  margin-left: 10px;
  flex-shrink: 0;
  font-size: 14px;
}

#search-result .aj_no_result {
  padding: 12px 14px;
}

.ajax-search-more-results {
  width: calc(100% - 20px);
  margin: 15px 10px 10px;
}

.footer-collection .footer-nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.footer-collection .footer-nav__item {
  width: calc(33.3% - 40px);
  margin: 0 20px;
}

@media screen and (max-width: 1199px) {
  .footer-collection .footer-nav__item {
    width: calc(50% - 40px);
  }
}

.partners-page .title {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .partners-page .title {
    font-size: 48px;
  }
}

.partners-page .shops-block .content-box {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
}

.partners-page .shop-tabs {
  display: flex;
}

.partners-page .shop-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
  border: 1px solid #262626;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #262626;
  cursor: pointer;
  padding: 5px;
}

.partners-page .shop-tab:hover,
.partners-page .shop-tab.active {
  background: #262626;
  color: #F4F4F4;
}

.partners-page .shop-tabs-content {
  flex: 1;
}

.partners-page .shop-tab-content {
  padding: 50px 80px;
  height: 100%;
}

.partners-page .shop-tab-content .logo {
  width: 175px;
  margin-right: 24px;
  flex-shrink: 0;
}

.partners-page .content-title {
  font-weight: 450;
  font-size: 20px;
  text-transform: uppercase;
  color: #262626;
  margin-bottom: 30px;
  max-width: max-content;
}

.partners-page .content-title:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
}

.partners-page .site_adressBlock {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.partners-page .site_adressBlock a:first-child {
  margin-bottom: 10px;
}

.partners-page .address {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.partners-page .address:before {
  font-size: 32px;
  margin-right: 8px;
}

.partners-page .icon-tel {
  display: flex;
  align-items: center;
}

.partners-page .icon-tel:before {
  font-size: 32px;
  margin-right: 8px;
}

.partners-page .icon-internet {
  display: flex;
  align-items: center;
}

.partners-page .icon-internet:before {
  font-size: 32px;
  margin-right: 8px;
}

.partners-page .map-box {
  width: 50%;
}

.partners-page .tab-map {
  height: 100%;
}

.partners-page .partner-item {
  display: flex;
  margin-bottom: 30px
}

.partners-page .partner-item .content-box {
  width: calc(50% + 15px);
  background: #fff;
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.partners-page .partner-item .logo-box {
  width: 290px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-page .partner-item .logo-box img {
  width: 80%;
}

.partners-page .partner-item .text-box {
  width: calc(100% - 310px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partners-page .partner-item .icon-tel {
  margin-right: 24px;
}

.partners-page .partner-item .map-box {
  width: calc(50% - 15px);
}

.instructions-section {
  padding: 7% 0 25%;
  background: #f4f4f4;
}

.instr-flex .item {
  width: calc(33.3% - 20px);
}

.instr-flex .ttl {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.instr-flex select {
  width: 100%;
}

.instr-flex .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  border: none;
  border-radius: 0;
  height: 68px;
  background: #fff;
  color: #000;
}

.instr-flex .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  color: #000;
}

.instr-flex .select2-container--default .select2-selection--single .select2-selection__arrow {
  bottom: 1px;
  margin: auto 0;
}

.select2-dropdown {
  border: none;
}

.select2-results__option {
  border-bottom: 4px solid #f4f4f4;
  padding-left: 20px;
  position: relative;
}

.select2-results__option:not(last-child) {
  border-bottom: 2px solid #f4f4f4;
}

.select2-results__option:before {
  position: absolute;
  left: 10px;
  top: 10px;
  content: '';
  border: 3px solid transparent;
  border-left: 5px solid #000;
  margin-right: 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #fff;
  color: #000;
  box-shadow: 7px 11px 17px rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-results__option--selected {
  display: none;
}

#showInstruction {
  display: flex;

}

#showInstruction span {
  display: flex;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 25px;
  border: 1px solid #000;
  background: #fff;
}

#showInstruction span:before {
  content: '';
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin-right: 10px;
  background: url(/images/instr/pdf.svg) no-repeat center / contain;
}

#showInstruction:after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  background: #000;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e909";
  color: #fff;
  font-size: 21px;
}

.checkoutCreditButton {
  display: flex;
  justify-content: center;
  margin: 10px auto 15px;
}
.cartajax-module{
  margin: 0!important;
}
.cartajax-module.cartajax-module-modal{
  position: absolute;
  top: 100%;
  width: 300px;
  max-height: 500px;
  min-height: 30px;
  overflow-y: auto;
  background: #fff;
}
.no-products-msg{
  color: #666;
  font-size: 18px;
  padding: 6px;
  text-align: center;
}
.cartajax-module.cartajax-module-modal .module-item-image img{
  max-width: 90px;
}
.cartajax-module.cartajax-module-modal .module-item{
  position: relative;
  display: block;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  min-height: 100px;
  text-align: left;
  margin: 0;
  padding: 5px;
  background: #fff;
  display: flex;
  font-size: 12px;
  color: #666;
  gap: 10px;
}
.cartajax-module.cartajax-module-modal .module-bottom {
  background-color: #f0f0f0;
  border: solid #bbbbbb;
  border-width: 0 1px 1px 1px;
}
.cartajax-module.cartajax-module-modal .module-bottom .result span{padding: 0;}
.cartajax-module.cartajax-module-modal .module-bottom .result{padding: 10px;}
.cartajax-module.cartajax-module-modal .module-bottom .module-count,
.cartajax-module.cartajax-module-modal .module-bottom .module-total{
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #333;
  padding: 5px 8px;
}

.icon-arrow-check_mark,
.icon-arrow-check_mark_close {
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: inline-block;
  cursor: pointer;
}
.cartajax-module.cartajax-module-modal .module-item-remove{
  background: unset;
}
.cartajax-module.cartajax-module-modal .module-item-remove:hover{
  background: unset;
}

.cartajax-module.cartajax-module-modal .module-item .module-item-price  {
  color: #777;
  font-size: 14px;
  position: unset;
}
.cartajax-module.cartajax-module-modal .module-item .price_block{
  margin-top: 10px;
}
.cartajax-module.cartajax-module-modal .module-item .name{
  max-width: 85%;
  line-height: 24px;
}
.cartajax-module.cartajax-module-modal .module-item  .module-item-remove{
  position: absolute;
  display: block;
  max-width: 155px;
  color: #242424;
  top: 10px;
  right: 10px;
  z-index: 999;
  margin: 0;
  padding: 0 3px;
}
.cartajax-module.cartajax-module-modal .module-checkout{
  display: block;
    text-align: center;
    padding: 0 7px 3px;
    font-size: 16px;
    line-height: 18px;
    border-top: 1px solid #bbbbbb;
    padding: 7px 5px;
    cursor: pointer;
}
.cartajax-module.cartajax-module-modal .module-checkout a{
  color: #262626;
}
.cartajax-module .module-item-label {
  font-weight: 400;
  display: block;
  line-height:24px;
  font-size: 12px;
  color: #666;
}
.icon-arrow-check_mark {
  transform: rotate(135deg);
  margin-left: 10px;
}

.icon-arrow-check_mark_close {
  transform: rotate(-45deg);
  margin-left: 10px;
}

#uf_prices_trackbar {
  display: none;
  z-index: 2;
  position: absolute;
}

.trackbar {
  width: 300px;
}

.main-slider .caption {
  color: rgba(255, 255, 255, 0.5);
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 30px;
}


@media (max-width: 340px) {

  .uf_trackbar_inputs input,
  .uf_inputreset {
    max-width: 27%;
  }
}

.pays-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.pays-list img {
  max-height: 40px;
  max-width: 80px;
  margin: 0 5px 10px;
}

.footer .pays-list {
  justify-content: flex-start;
  width: 200px;
}

.footer .pays-list img {
  margin: 0 0 10px 10px;
}



.birthday.ny {
  background-image: url(/images/slider/ny.jpg);
}

.birthday.ny .main-slider__title,
.birthday.ny .main-slider__text {
  font-weight: 450;
  text-shadow: none;
}

.birthday.ny .main-slider__title {
  font-size: 70px;
  line-height: 1.3;
  text-transform: uppercase;
  background: linear-gradient(97.36deg, #D7D6C6 -1.77%, #B87D4A 70.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.birthday.ny .main-slider__text {
  color: #B88F5C;
  padding: 20px 0 40px;
}

.main-slider__image.slide0 {
  background-image: url(/images/slider/ny24.jpg)
}

.main-slider__image.slide1 {
  background-image: url(/images/slider/profit2.jpg)
}

.main-slider__image.slide2 {
  background-image: url(/images/slider/slide-d2.jpg)
}

.main-slider__image.slide3 {
  background-image: url(/images/slider/slide-d3.jpg)
}

.main-slider__image.slide4 {
  background-image: url(/images/slider/slide-d4.jpg)
}

.main-slider__image.slide5 {
  background-image: url(/images/slider/slide-d5.jpg)
}

.main-slider__image.slide6 {
  background-image: url(/images/slider/fri_2023.jpg)
}

.new .main-slider__title {
  max-width: 58%;
  font-size: 70px;
  text-transform: uppercase;
}
.filters-section .chosen-container .chosen-results li.disabled-result{
  display: none;
}
.uf_inputreset {
	width:10%;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	border-bottom-color: #a2a2a2;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);

  display: inline-block;
  height: 18px;
  max-width: 30%;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #ccc;
  vertical-align: top;
}
header .cartajax-module-icon .module-count{
  background: unset;
  font-size: 9px;
  position: absolute;
  left: -2px;
  top: 0;
}
header .cartajax-module .module-checkout .inner{
  display: flex;
  position: relative;
  color: #fff;
  width: 100%;
}
#cartajaxCartModal,
#cartajaxWishlistModal{
  display: none;
}
#cartajaxCartModal{
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  padding: 40px 25px;
  width: max-content;
  max-width: 550px;
  border-radius: 0;
  z-index: 20;
  display: none;
    width: 350px;
}
#cartajaxCartModal .cart_popup_item{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}
#cartajaxCartModal .modal-footer{text-align: center;}
#cartajaxCartModal .modal-footer .text_link{
  color: #7e7e7e;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
}
#cartajaxCartModal .btn-close,
#cartajaxCartModal .cart_popup_item .price,
#cartajaxCartModal .cart_popup_item .descr,
#cartajaxCartModal .cart_popup_item .img{
  display: none;
}

#cartajaxCartModal .modal-title {
  font-size: 18px;
  text-align: center;

}
.jshop_filters .horizontal-list .fblock.box_category .chosen-single{
  background: #242424;
    border-color: #242424;
    color: #fff;
}
.jshop_filters .horizontal-list .fblock.filter_characteristic:nth-child(2) .chosen-single {
  background: #ffffff;
  border-color: #ffffff;
}
.jshop_filters .horizontal-list .fblock.filter_characteristic:nth-child(3) .chosen-single {
  
  background: transparent;
  border-color: #7e7e7e;
}
.jshop_filters .horizontal-list .fblock .chosen-single {
  padding: 5px 28px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid;
  border-radius: 0;
    height: auto;
    box-shadow: unset;
}
.jshop_filters .horizontal-list .fblock .chosen-single div b{
  background-image: unset!important;
  padding-top: 6px;
}
.jshop_filters .horizontal-list .fblock .chosen-single div b:before {
  content: "\e905";
    font-family: "icomoon";
}
.jshop_filters .horizontal-list .fblock .chosen-with-drop .chosen-single div b{
  transform: rotate(180deg);
  padding-left: 5px;
}

#oneStepCheckoutForm .uk-panel-box {
	background: #fff;
	color: #444;
	border: 1px solid #ddd;
	border-radius: 0;
}
/* #oneStepCheckoutForm .uk-form select,
#oneStepCheckoutForm .uk-form textarea,
#oneStepCheckoutForm .uk-form input[type="text"],
#oneStepCheckoutForm .uk-form input[type="password"],
#oneStepCheckoutForm .uk-form input[type="datetime"],
#oneStepCheckoutForm .uk-form input[type="datetime-local"],
#oneStepCheckoutForm .uk-form input[type="date"],
#oneStepCheckoutForm .uk-form input[type="month"],
#oneStepCheckoutForm .uk-form input[type="time"],
#oneStepCheckoutForm .uk-form input[type="week"],
#oneStepCheckoutForm .uk-form input[type="number"],
#oneStepCheckoutForm .uk-form input[type="email"],
#oneStepCheckoutForm .uk-form input[type="url"],
#oneStepCheckoutForm .uk-form input[type="search"],
#oneStepCheckoutForm .uk-form input[type="tel"],
#oneStepCheckoutForm .uk-form input[type="color"] {
	height: 30px;
	padding: 4px 6px;
	border: 1px solid #0A0A0A;
	background: #ffffff;
	color: #262626;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
} */

/* #oneStepCheckoutForm .uk-form label,
#oneStepCheckoutForm .uk-form input,
#oneStepCheckoutForm .uk-form select,
#oneStepCheckoutForm .uk-form textarea {
	font-family: Cuprum!important;
} */
#oneStepCheckoutForm .jshop_prod_cart td{
  padding: 3px;
}
#oneStepCheckoutForm .uk-form  .uk-form-icon input {
	padding-left: 0!important;
}
#oneStepCheckoutForm .uk-navbar {
	background: #f7f7f7;
	color: #444444;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom-color: rgba(0, 0, 0, 0.3);
	background-origin: border-box;
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
}
#onestepcheckout-overlay{
    position : fixed;
    left : 0;
    top : 0;
    z-index : 65533;
    background : url('../images/overlay.gif') no-repeat center center #FFF;
    opacity : 0.5;
    filter:alpha(opacity=50);
}


#oneStepCheckoutForm .jshop_register .uk-grid {
	margin-top:5px;
}
#oneStepCheckoutForm .jshop_register input {
	width: 100%;
}
#oneStepCheckoutForm .jshop_block_privacy_statement {
	border: 1px solid #ccc;
	padding:5px 15px; 
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	margin: 7px 0;
}
.onestepcheckout_message,
.onestepcheckout_warning,
.onestepcheckout_error  {
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 4px;
	text-shadow: 0 1px 0 #fff;
	background: #ebf7fd;
	color: #2d7091;
	border: 1px solid rgba(45,112,145,0.3);
}
.onestepcheckout_warning {
	background: #fffceb;
	color: #e28327;
	border-color: rgba(226,131,39,0.3);
}
.onestepcheckout_error {
	background: #fff1f0;
	color: #d85030;
	border-color: rgba(216,80,48,0.3);
}
#oneStepCheckoutForm .step-header {
	text-transform: uppercase;
	color: rgb(9, 9, 177);
}
#oneStepCheckoutForm .uk-grid:not(.uk-grid-preserve) > [class*='uk-width-'] > .uk-panel.uk-hidden + .uk-panel {
	margin-top: 0px;
}
#oneStepCheckoutForm .preview_discount {
	color: green;
}
#oneStepCheckoutForm .uk-icon-trash {
	color: #888;
}
#oneStepCheckoutForm .add_info {
	margin-top: 10px;
}
#oneStepCheckoutForm .rabatt_input {
	padding: 7px 10px;
}
#oneStepCheckoutForm input[id^=quantity] {
	width: 53px;
	height: 30px;
}
#oneStepCheckoutForm .fielderror {
	background: #fff1f0;
	border-color: #d85030;
}
#oneStepCheckoutForm  .button_order_finish {
	text-transform: uppercase;
}

.registr-success {
	background: #f2fae3;
	color: #659f13;
	border-color: #659f13;
	padding:10px 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
#oneStepCheckoutForm  .row_agb input{
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
}
#oneStepCheckoutForm  .row_agb {
	padding: 5px;
	margin-top: 24px;
}
#oneStepCheckoutForm div.quantity {
	position: relative;
	cursor: pointer;
	width: 68px;
}
#oneStepCheckoutForm div.quantity span.quantitymore,
#oneStepCheckoutForm div.quantity span.quantityless {
	display: block;
	position: absolute;
	right: 0;
	width: 15px;
	height: 50%;
	border-left: 1px solid #ddd;
}
#oneStepCheckoutForm div.quantity span.quantitymore {
	top: 0;
	border-bottom: 1px solid #ddd;
}
#oneStepCheckoutForm div.quantity span.quantityless {
	top: 50%;
}
#oneStepCheckoutForm div.quantity span.quantityless:after {
	transform: scaleY(-1);
}
#oneStepCheckoutForm div.quantity input{margin:0;}

#oneStepCheckoutForm  .jshop_nvg_register input {width:100%;}
#oneStepCheckoutForm  .jshop_nvg_register select {width:100%;}

#oneStepCheckoutForm  .requiredtext {cursor:help; font-size: 10px; padding-top: 4px;}
.finish-page .shipping_description_title, .finish-page .payment_description_title {font-size:120%;font-weight:bold;border-bottom:2px solid #ccc;}       	 	      	      	    	          	
#oneStepCheckoutForm div.quantity span.quantitymore:after,
#oneStepCheckoutForm div.quantity span.quantityless:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -3px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 6px solid #717171;
}
.uk-form select,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
    height: 40px;
    max-width: 580px;
    width: 100%;
    padding: 4px 6px;
    border: 1px solid #0A0A0A;
    background: #fff;
    color: #262626;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.uk-panel-box {
  padding: 15px;
  /* background: #fff;
  color: #444;
  border: 1px solid #ddd;
  border-radius: 0; */
}
.address_block_onestepcheckout .home_address{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.address_block_onestepcheckout .control-group{
  padding: 5px 10px;
}
.address_block_onestepcheckout .control-group .control-label{
  padding: 5px 0;
}
#oneStepCheckoutForm .payment_wrapper .nevigen-onestepcheckout-payment-name,
#oneStepCheckoutForm .shipping_wrapper .nvg_shipping_cost{
  position: relative;
}
#oneStepCheckoutForm .payment_wrapper p,
#oneStepCheckoutForm .shipping_wrapper p{
  padding-top: 5px;
  padding-bottom: 5px;
}
#oneStepCheckoutForm .shipping_wrapper .nvg_shipping_cost:after{
  content: none;
}
#oneStepCheckoutForm .shipping_wrapper.active .nvg_shipping_cost:after{
  content: '\e907';
  font-family: 'icomoon';
  color: #242424;
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 15px;
  height: 20px;
}
#oneStepCheckoutForm .shipping_wrapper .nvg_shipping_cost:before{
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  background: #DFDFDF;
  padding: 8px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  -webkit-box-shadow: inset 1px 2px 4px 0px rgba(36, 36, 36, 0.2);
  box-shadow: inset 1px 2px 4px 0px rgba(36, 36, 36, 0.2);
}

#oneStepCheckoutForm .payment_wrapper.active .nevigen-onestepcheckout-payment-name:after{
  content: '\e907';
  font-family: 'icomoon';
  color: #242424;
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 15px;
  height: 20px;
}
#oneStepCheckoutForm .payment_wrapper .nevigen-onestepcheckout-payment-name:before{
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  background: #DFDFDF;
  padding: 8px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  -webkit-box-shadow: inset 1px 2px 4px 0px rgba(36, 36, 36, 0.2);
  box-shadow: inset 1px 2px 4px 0px rgba(36, 36, 36, 0.2);
}
.nevigen-onestepcheckout-cart-edit .modal{
  display: none;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal
}
[class*='uk-icon-'] {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uk-icon-trash-o:before {
  content: "\f014";
}

.uk-table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.nevigen-onestepcheckout_finish_comment_block_add{
  margin-top: 10px;
}
.nevigen-onestepcheckout_finish_comment_block_add .nevigen-onestepcheckout_finish_comment_block_add_text{
  padding: 5px 0;
}
#system-message-container {
  max-width: calc(1620px + 20px* 2);
  padding: 0 20px 0 20px;
  margin: 0 auto;
}
#system-message-container .visually-hidden{
  visibility: hidden;
}
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

@media (max-width: 1435px) {
  .new .main-slider__title {
    font-size: 50px;
  }
}

@media (max-width: 1300px) {
  .partners-page .shop-tab-content {
    padding: 30px;
  }

  .partners-page .partner-item .icon-tel {
    width: 100%;
    margin: 0 0 15px;
  }

  .partners-page .partner-item .text-box {
    width: calc(100% - 220px);
  }

  .partners-page .partner-item .logo-box {
    width: 200px;
    height: 180px;
  }
}
@media (max-width: 1279px) {

  .checkout__col:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .checkout__col:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .checkout__col:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .checkout__col:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .checkout__col:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .checkout__col:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .partners-page .shops-block .content-box {
    width: 100%;
  }

  .partners-page .shop-tab-content {
    border: none;
  }

  .partners-page .shops-block .map-box {
    width: 100%;
    height: 250px;
  }

  .partners-page .partner-item {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .partners-page .partner-item .content-box {
    width: 100%;
  }

  .partners-page .partner-item .map-box {
    width: 100%;
    order: 2;
    height: 250px;
  }
  .instr-flex {
    flex-wrap: wrap;
  }

  .instr-flex .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .filter-item {
    min-width: 177px;
  }
}
@media (max-width: 768px) {
  .copyrights {
    width: 100%;
    order: 2;
    margin-bottom: 15px;
  }
}

@media (max-width: 567px) {
  .birthday.ny {
    background-image: url(/images/slider/ny-mob.jpg);
    background-position: center;
  }

  .birthday.ny .main-slider__info {
    justify-content: flex-end;
    padding-bottom: 50px
  }

  .birthday.ny .main-slider__title {
    font-size: 25px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }

  .birthday.ny .main-slider__text {
    font-size: 17px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 10px 0 20px
  }

  .birthday.ny .main-slider__btn-box {
    margin: 0 auto
  }

  .main-slider__image.slide1 .main-slider__info {
    justify-content: flex-start;
  }

  .main-slider__image.slide0 {
    background-image: url(/images/slider/ny24_m.jpg)
  }

  .main-slider__image.slide1 {
    background-image: url(/images/slider/profit2_mob.jpg)
  }

  .main-slider__image.slide2 {
    background-image: url(/images/slider/slide-m2.png)
  }

  .main-slider__image.slide3 {
    background-image: url(/images/slider/slide-m3.png)
  }

  .main-slider__image.slide4 {
    background-image: url(/images/slider/slide-m4.png)
  }

  .main-slider__image.slide5 {
    background-image: url(/images/slider/slide-m5.png)
  }

  .main-slider__image.slide6 {
    background-image: url(/images/slider/fri_2013_mob.jpg)
  }

  .new.main-slider__image {
    height: 100%;
    background-position: center top;
  }

  .new .main-slider__info {
    min-height: calc(100vh - 120px);
    justify-content: flex-end;
    padding-bottom: 50px
  }

  .new .main-slider__title {
    font-size: 27px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }

  .new .main-slider__text {
    font-size: 17px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 10px 0 20px
  }

  .new .main-slider__btn-box {
    margin: 0 auto
  }

  .new.slide0 .main-slider__info {
    justify-content: flex-start;
  }

  .main-slider .caption {
    font-size: 14px;
    text-align: center;
    margin: 0 auto 20px;
  }
  .checkout__input-box_half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .filter-item {
    min-width: 128px;
  }

  .filter-item .chosen-container-multi .chosen-single span {
    font-size: 12px;
    margin-right: 9px;
  }

  .filter-item .chosen-container-multi .chosen-single {
    padding: 5px 10px;
  }
}

@media (max-width: 550px) {
  .mb80 {
    margin-bottom: 40px;
  }

  .mb60 {
    margin-bottom: 30px;
  }

  .cart-icon .cart-text {
    display: none;
  }

  .partners-page .content-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .partners-page .address {
    margin-bottom: 10px;
  }

  .partners-page .shop-tab {
    font-size: 16px;
  }

  .partners-page .shop-tab-content {
    padding: 15px;
  }

  .partners-page .shop-tab-content .logo {
    width: 90px;
  }

  .partners-page .partner-item .content-box {
    padding: 15px;
    flex-wrap: wrap;
  }

  .partners-page .partner-item .logo-box {
    border: none;
    margin: 0 0 10px;
    height: auto;
    justify-content: flex-start;
  }

  .partners-page .partner-item .text-box {
    width: 100%;
  }

  .partners-page .partner-item .icon-tel {
    margin-bottom: 10px;
  }

  .partners-page .icon-internet:before,
  .partners-page .icon-tel:before,
  .partners-page .address:before {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .footer .social {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 10px 0;
  }

  .footer .social-icon {
    margin: 0 5px;
  }

  .footer .pays-list {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }

  .footer .pays-list img {
    margin: 0 5px;
  }

  .checkout__cart-table thead {
    display: none;
  }

  .checkout__cart-table .jshop_prod_cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
  }
  .checkout__cart-table .jshop_prod_cart td{
    padding: 5px;
  }
  .checkout__cart-table td {
    display: block;
    border-bottom: none;
  }

  .checkout__cart-table td:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    font-size: 18px;
  }

  .checkout__cart-table td:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 -webkit-calc(100% - 30px);
    -ms-flex: 1 1 calc(100% - 30px);
    flex: 1 1 calc(100% - 30px);
    padding-left: 20px;
  }

  .checkout__cart-table td:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .checkout__cart-table td:nth-child(4) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkout__cart-table .list_attribute,
  .checkout__cart-table .list_extra_field {
    padding-left: 10px;
  }

}
@media (max-width: 425px) {

  .partners-page .shop-tab-content>.flex {
    flex-direction: column;
    align-items: center;
  }

  .partners-page .shop-tab-content .logo {
    margin-bottom: 10px;
  }
  .filter-item {
    min-width: 94px;
  }

  .filter-item .chosen-container-multi .chosen-single {
    padding: 2px 10px;
  }

  .filter-item .chosen-container-multi .chosen-single div {
    right: 6px;
  }

  .filter-item .chosen-container-multi .chosen-single div b {
    font-size: 7px;
  }
}
@media (max-width: 365px) {
  .new .main-slider__title {
    font-size: 23px;
  }
}




