@charset "UTF-8";

@font-face {
  font-family: 'GilroyLight';
  src: url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Light.otf') format('opentype'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype'), url('../fonts/Gilroy-Light.svg#Gilroy-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoLight';
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PTSansRegular';
  src: url('../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-Regular.woff') format('woff'), url('../fonts/PTSans-Regular.ttf') format('truetype'), url('../fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GilroyExtraBold';
  src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
embed,
figcaption,
output,
ruby,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

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

html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
}

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

ol,
ul {
  list-style: none;
}

a:hover,
a:active {
  outline: none;
}

blockquote,
q {
  quotes: none;
  margin: 1em 40px;
}

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

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

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

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

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

audio[controls],
canvas,
video {
  display: inline-block;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

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

figure {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

[tabindex] {
  outline: none;
}

input,
button {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

[required] {
  text-shadow: none;
}

body {
  background: #ffffff;
  background-image: url("../img/bg.svg");
  background-position: top left;
  background-repeat: repeat;
  position: relative;
  font: 16px/1.2 'GilroyLight';
  min-height: 100vh;
  background-size: 300px 300px;
}

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

[data-fancybox] {
  outline: none;
}

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

p.fancybox-share__links {
  margin-right: -10px;
}

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  vertical-align: middle;
  display: block;
  font: 17px/1 'GilroyLight';
  color: #fff;
}

.select2-container--open {
  z-index: 99999;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 14px 19px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 5px;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  border: 1px solid #948581;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  background: #212530;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 10px 8px 10px 8px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.select2-results__option:after {
  content: '';
  width: 8px;
  height: 8px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 2px;
  border: 1px solid #776e6c;
}

.select2-results__option.select2-results__option--highlighted:after {
  background: #d0b8ab;
  background-clip: content-box;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #91847f;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  display: block;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 19px;
  height: 10px;
  display: block;
  background-image: url("../img/ico/arrow-4.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  position: relative;
  top: -2px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e8e8e8;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.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);
  transform: translate3d(0, 0, 0);
}

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

.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-initialized .slick-slide {
  display: block;
}

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

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

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

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 25px;
}

.slick-dots li {
  margin: 0 7px;
  padding: 0;
  font-size: 0;
  width: 17px;
  height: 17px;
  background: none;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  cursor: pointer;
}

.slick-dots button {
  padding: 0;
}

.slick-dots .slick-active {
  background: #9e8070;
  padding: 3px;
}

.slick-dots .slick-active button {
  background: #9e8070;
  border: 2px solid #fff;
  display: inline-block;
  width: 11px;
  height: 11px;
}

.slick-arrow {
  background-image: url("../img/ico/arrow.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 14px;
  height: 27px;
  font-size: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  z-index: 10;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about {
  background-image: url("../img/about.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 661px;
  position: relative;
  z-index: 2;
}

.about * {
  position: relative;
  z-index: 2;
}

.about:after {
  content: '';
  width: 362px;
  height: 362px;
  border: 12px solid rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
}

.about:before {
  content: '';
  height: 10px;
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  top: 0;
  left: 0;
  width: 100%;
}

.about_content {
  padding: 0 90px 0 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  min-height: 661px;
}

.about_content:after {
  position: absolute;
  content: '';
  top: 0;
  left: -10px;
  right: -10px;
  bottom: 0;
  background: #000;
  opacity: .1;
  pointer-events: none;
  display: none;
}

.about_left {
  width: 44.9%;
  padding-top: 90px;
}

.about_right {
  width: 35.9%;
  padding-top: 112px;
}

.about_text-title {
  font: 22px 'GilroyLight';
  color: #ffffff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.about_text-title:after {
  width: 55px;
  height: 1px;
  background: #b9b9ba;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
}

.about_title {
  font: 42px 'GilroyLight';
  color: #d0b8ab;
  margin-bottom: 38px;
}

.about_text {
  font: 16px/24px 'PTSansRegular';
  color: #ffffff;
  margin-bottom: 53px;
}

.about_item {
  background-image: url("../img/indicator.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 65px;
  min-height: 51px;
  position: relative;
}

.about_item.__1 {
  margin-bottom: 119px;
}

.about_item.__2 {
  margin-bottom: 96px;
  margin-left: 118px;
}

.about_item.__3 {
  padding-right: 62px;
}

.about_i-title {
  color: #d0b8ab;
  font: 19px 'GilroyLight';
  margin-bottom: 8px;
}

.about_i-text {
  font: 16px 'GilroyLight';
  color: #ffffff;
}

.about_text-2 {
  position: absolute;
  font: 13px 'GilroyLight';
  color: #d0b8ab;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50%;
  left: -65px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -5px;
}

.about_text-2:before {
  width: 70px;
  background: #998274;
  height: 1px;
  content: '';
  margin-right: 17px;
}

.about_text-2:after {
  content: '';
  width: 70px;
  height: 1px;
  background: #998274;
  margin-left: 17px;
}

.about_num {
  position: absolute;
  font: 105px/1 'GilroyLight';
  color: rgba(208, 184, 171, 0.1);
  right: 0;
  top: -10px;
}

.about_item.__1 .about_num {
  right: 60px;
}

.about_item.__2 .about_num {
  right: 20px;
}

.about_item.__3 .about_num {
  right: 80px;
}

.about_button.__mobile-only {
  display: none;
  margin-top: 35px;
}

.action {
  height: 510px;
  overflow: hidden;
}

.action.slick-initialized {
  height: auto;
}

.action .wrapper {
  max-width: 1125px;
  position: relative;
  height: 100%;
}

.action_item {
  height: 510px;
  background-size: cover;
  background-position: top right;
  position: relative;
}

.action_item:after {
  content: '';
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.action_item:before {
  content: '';
  width: 125px;
  height: 125px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -61px;
  left: 50%;
  -webkit-transform: translateX(-55px) rotate(45deg);
  transform: translateX(-55px) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
}

.action_content {
  width: 42%;
  margin-left: auto;
  padding-top: 13px;
  padding-right: 40px;
}

.action_inner {
  padding-top: 83px;
  padding-bottom: 83px;
  position: relative;
  z-index: 2;
}

.action_inner * {
  position: relative;
  z-index: 2;
}

.action_inner:after {
  content: '';
  width: 318px;
  height: 318px;
  border: 12px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
}

.action_text {
  font: 22px 'GilroyLight';
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 22px;
  margin-bottom: 25px;
  position: relative;
}

.action_text:after {
  content: '';
  position: absolute;
  width: 56px;
  height: 1px;
  background: #b4afac;
  bottom: 0;
  left: 0;
}

.action_text-2 {
  text-transform: uppercase;
  font: 42px 'GilroyLight';
  color: #ffffff;
}

.action_text-3 {
  font: 103px/1 'GilroyLight';
  color: #d4b99b;
}

.action_text-4 {
  font: 21px/24px 'GilroyLight';
  color: #ffffff;
  margin-left: 10px;
}

.action_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.action_button {
  text-align: right;
}

.action_text-right {
  position: absolute;
  font: 13px 'GilroyLight';
  color: #d0b8ab;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50%;
  right: -156px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg) translateX(23px);
  transform: rotate(-90deg) translateX(23px);
}

.action_text-right:before {
  width: 70px;
  background: #998274;
  height: 1px;
  content: '';
  margin-right: 17px;
}

.action_text-right:after {
  content: '';
  width: 70px;
  height: 1px;
  background: #998274;
  margin-left: 17px;
}

.action .slick-dots li {
  width: 28px;
  height: 28px;
  padding: 4px;
  margin: 0 11px;
}

.action .slick-dots .slick-active button {
  width: 19px;
  height: 19px;
  border: 3px solid #fff;
}

.banners.__bg {
  background: #303541;
  border-bottom: 1px solid #8b7971;
}

.banners_content {
  padding: 17px 20px;
}

.banners_item {
  height: 470px;
  background-size: cover;
  background-position: center center;
  width: 415px;
  padding: 12px;
  margin: 0 auto;
}

.banners.__type-2 .banners_item {
  width: 615px;
  height: 340px;
  position: relative;
}

.banners.__type-2 .banners_item:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 11px;
  background-image: url("../img/bg/light-2.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.banners.__type-3 .banners_item {
  width: 100%;
  height: 340px;
}

.banners_inner {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.banners.__type-2 .banners_inner {
  padding-left: 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0;
}

.banners.__type-3 .banners_inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 40px;
}

.banners_text {
  padding: 20px 0;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.banners_text * {
  position: relative;
  z-index: 2;
}

.banners_text:after {
  content: '';
  width: 88px;
  height: 88px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
}

.banners.__type-2 .banners_text,
.banners.__type-3 .banners_text {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.banners.__type-2 .banners_text *,
.banners.__type-3 .banners_text * {
  position: relative;
  z-index: 2;
}

.banners.__type-2 .banners_text:after,
.banners.__type-3 .banners_text:after {
  content: '';
  width: 100px;
  height: 100px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
}

.banners_text-1 {
  font: 22px/1 'GilroyLight';
  color: #ffffff;
  margin-bottom: 5px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), -3px -3px 3px rgba(0, 0, 0, 0.2);
}

.banners_text-1.__no-shadow {
  text-shadow: none;
}

.banners_text-1.__colored {
  color: #9e8070;
}

.banners_text-2 {
  font: 43px/1 'GilroyLight';
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), -3px -3px 3px rgba(0, 0, 0, 0.2);
}

.banners_text-2.__no-shadow {
  text-shadow: none;
}

.banners_text-2.__colored {
  color: #9e8070;
}

.banners_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font: 20px 'GilroyLight';
  color: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banners_link.__colored {
  color: #9e8070;
}

.banners_link span {
  border-bottom: 1px solid transparent;
}

.banners_link:hover span {
  border-bottom: 1px solid #fff;
}

.banners_link.__colored:hover span {
  border-bottom: 1px solid #9e8070;
}

.banners_link:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
}

.banners_link:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  margin-left: 10px;
}

.banners_link.__colored:before,
.banners_link.__colored:after {
  background: #9e8070;
}

.banners .slick-dots {
  bottom: 27px;
}

.banners .slick-dots li {
  background: #9e8070;
}

.basket {
  margin-bottom: 40px;
}

.basket_title {
  font: 18px 'GilroyLight';
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.basket_item {
  border: 1px solid #b39f97;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.basket_image {
  width: 27%;
  text-align: center;
  padding: 30px 80px;
  position: relative;
  z-index: 2;
}

.basket_image * {
  position: relative;
  z-index: 2;
}

.basket_image:after {
  content: '';
  width: 233px;
  height: 233px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
  background-image: url("../img/bg/light-8.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.basket_content {
  width: 40.7%;
  padding-right: 20px;
}

.basket_content p {
  font: 17px 'GilroyLight';
  color: #ffffff;
  margin-bottom: 8px;
}

.basket_content p a {
  color: #d0b8ab;
  border-bottom: 1px solid #d0b8ab;
  text-decoration: none;
}

.basket_content p a:hover {
  border-bottom-color: transparent;
}

.basket_heading {
  font: 24px/27px 'GilroyLight';
  color: #d0b8ab;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 16px;
}

.basket_heading:hover {
  color: #ffffff;
}

.basket_options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket_price {
  font: 18px 'GilroyLight';
  color: #d0b8ab;
  width: 52.6%;
  overflow: hidden;
}

.basket_price span {
  font: 20px 'GilroyExtraBold';
  color: #ffffff;
}

.basket_count {
  text-align: center;
  width: 35%;
  padding-right: 50px;
}

.basket_count-top {
  background-image: url("../img/ico/arrow.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 14px;
  height: 27px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0 auto;
  cursor: pointer;
}

.basket_count-bottom {
  background-image: url("../img/ico/arrow.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 14px;
  height: 27px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0 auto;
  cursor: pointer;
}

.basket_count-text {
  font: 18px 'GilroyLight';
  color: #ffffff;
}

.basket_delete {
  background-image: url("../img/ico/close-2.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border: 2px solid #d0b8ab;
  border-radius: 50%;
}

.basket_total {
  text-align: center;
}

.basket_total-inner {
  border: 1px solid #b19d95;
  display: inline-block;
  padding: 17px 50px;
}

.basket_total-text {
  font: 20px 'GilroyLight';
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 4px;
}

.basket_total-price {
  font: 20px 'GilroyExtraBold';
  color: #ffffff;
}

.basket_total-text-2 {
  font: 18px 'GilroyLight';
  color: #d0b8ab;
}

.bread-crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.bread-crumbs.__min {
  margin-bottom: 30px;
}

.bread-crumbs a {
  font: 18px 'GilroyLight';
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  margin-right: 6px;
}

.bread-crumbs a:last-child {
  margin-right: 0;
}

.bread-crumbs a:before {
  content: '/';
  margin-right: 6px;
}

.bread-crumbs a:first-child:before {
  content: none;
}

.bread-crumbs a:last-child,
.bread-crumbs a:hover {
  color: #d0b8ab;
}

.button {
  background: url('../img/bg/light-3.png') no-repeat top -3px center, -webkit-gradient(linear, left top, right top, from(#d4b99b), to(#f1e8de));
  background: url('../img/bg/light-3.png') no-repeat top -3px center, linear-gradient(to right, #d4b99b, #f1e8de);
  text-transform: uppercase;
  font: 15px 'PTSansRegular';
  color: #3c3124;
  text-decoration: none;
  display: inline-block;
  padding: 3px;
}

.button span {
  padding: 12px 15px 12px 29px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.button span:after {
  content: '';
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 4px solid #3c3124;
  margin-left: 14px;
  -webkit-transition: .3s;
  transition: .3s;
}

.button:hover span:after {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.cart {
  text-align: center;
  padding-top: 45px;
}

.cart_image {
  height: 194px;
  display: block;
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}

.cart_image * {
  position: relative;
  z-index: 2;
}

.cart_image:after {
  content: '';
  width: 319px;
  height: 319px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
  background-image: url("../img/bg/light-4.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.cart_image img {
  margin: 0 auto;
}

.cart_title {
  font: 19px 'GilroyLight';
  color: #d0b8ab;
  margin-bottom: 3px;
  display: block;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.cart_title:hover {
  color: #f0e8e3;
}

.cart_info {
  font: 13px 'GilroyLight';
  color: #ffffff;
  margin-bottom: 29px;
}

.cart_line {
  width: 58px;
  height: 1px;
  background: #948782;
  margin: 0 auto 30px;
}

.cart_more {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 18px 'GilroyLight';
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.cart_more:hover {
  color: #edcb81;
}

.cart_more:before {
  content: '';
  width: 4px;
  height: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 25px;
}

.cart_more:after {
  content: '';
  width: 4px;
  height: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 50%;
  margin-left: 25px;
}

.catalog {
  padding: 40px 0 60px;
  overflow: hidden;
}

.catalog_inner {
  padding: 0 90px;
}

.catalog_title {
  font: 18px 'GilroyLight';
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

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

.catalog_left {
  width: 290px;
  padding-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog_right {
  width: 1%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.catalog_nav {
  position: relative;
}

.catalog_nav:after {
  width: 20px;
  height: 20px;
  border: 4px solid #d0b8ab;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  position: absolute;
  background: #1f232d;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
}

.catalog_nav:before {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#93786a), color-stop(50%, #fff), color-stop(#fff), to(#93786a));
  background: linear-gradient(to right, #93786a, #fff 50%, #fff, #93786a 100%);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.catalog_nav-img {
  width: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog_list {
  background: -webkit-gradient(linear, left top, right top, from(#1d212b), to(#20242f));
  background: linear-gradient(to right, #1d212b, #20242f);
  padding: 19px 0 30px;
}

.catalog_list a {
  min-height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 11px 'GilroyLight';
  color: #ffffff;
  text-decoration: none;
  padding-left: 30px;
}

.catalog_list a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#413f41), to(#4a4d54));
  background: linear-gradient(to right, #413f41, #4a4d54);
}

.catalog_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.catalog_item {
  width: 33.33%;
}

.catalog_more {
  text-align: center;
}

.catalog_more a {
  font: 14px 'PTSansRegular';
  color: #ffffff;
  padding: 15px 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}

.catalog_more a:hover {
  background: #ffffff;
  color: #3c3124;
}

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

.category_inner {
  background: #151822;
  padding: 20px 0 20px;
}

.category_content {
  padding: 0 90px 20px;
  position: relative;
  overflow: hidden;
}

.category_content:before {
  content: '';
  width: 190px;
  height: 190px;
  background: #25242b;
  position: absolute;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 0;
}

.category_content:after {
  content: '';
  width: 190px;
  height: 190px;
  background: #25242b;
  position: absolute;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  right: 0;
}

.category_heading {
  padding: 22px 0 35px;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 10px;
}

.category_heading * {
  position: relative;
  z-index: 2;
}

.category_heading:after {
  content: '';
  width: 78px;
  height: 78px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
}

.category_heading-1 {
  font: 18px 'GilroyLight';
  color: #ffffff;
  margin-bottom: 4px;
}

.category_heading-2 {
  font: 31px 'GilroyLight';
  color: #ffffff;
}

.category_items {
  padding: 0 40px;
}

.category_item {
  text-align: center;
  text-decoration: none;
}

.category_image {
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category_image img {
  margin: 0 auto;
}

.category_text {
  font: 18px 'GilroyLight';
  color: #ffffff;
}

.category_item:hover .category_text {
  color: #d4b99b;
}

.category .slick-arrow {
  top: 0;
  margin-top: 0;
}

.category .slick-prev {
  left: 2px;
}

.category .slick-next {
  top: -5px;
}

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

.checkbox_area {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 14px;
}

.checkbox_input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkbox_ui {
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #6f6666;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkbox_ui span {
  width: 8px;
  height: 8px;
}

.checkbox_input:checked + .checkbox_ui span {
  background: #d0b8ab;
}

.checkbox_content {
  width: 1%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contact {
  padding: 30px 0 40px;
}

.contact_inner {
  padding: 0 90px;
}

.contact_title {
  text-transform: uppercase;
  font: 18px 'GilroyLight';
  color: #ffffff;
  margin-bottom: 25px;
}

.contact_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

.contact_item.__1 {
  width: 37%;
  padding-right: 10px;
}

.contact_item.__2 {
  padding-left: 34px;
}

.contact_address {
  background-image: url("../img/ico/placeholder.png");
  background-position: left center;
  background-repeat: no-repeat;
  font: 18px 'GilroyLight';
  color: #ffffff;
  padding-left: 30px;
  margin-bottom: 13px;
}

.contact_email {
  background-image: url("../img/ico/message.png");
  background-position: left center;
  background-repeat: no-repeat;
  font: 18px 'GilroyLight';
  color: #d0b8ab;
  padding-left: 30px;
  margin-bottom: 13px;
  text-decoration: none;
  display: block;
}

.contact_email span {
  border-bottom: 1px solid #d0b8ab;
}

.contact_email span:hover {
  border-bottom-color: transparent;
}

.contact_tels {
  background-image: url("../img/ico/tel.png");
  background-position: left 3px center;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.contact_tel {
  font: 24px 'RobotoLight';
  color: #d0b8ab;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact_tel:hover {
  color: #ffffff;
}

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

.contact_question {
  margin-top: -22px;
  text-align: center;
}

.contact_question-title {
  font: 20px/25px 'GilroyLight';
  color: #ffffff;
  text-align: center;
  padding: 22px 0;
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}

.contact_question-title * {
  position: relative;
  z-index: 2;
}

.contact_question-title:after {
  content: '';
  width: 67px;
  height: 67px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
}

.contact_question-button {
  background: url('../img/bg/light-3.png') no-repeat top -3px center, -webkit-gradient(linear, left top, right top, from(#d4b99b), to(#f1e8de));
  background: url('../img/bg/light-3.png') no-repeat top -3px center, linear-gradient(to right, #d4b99b, #f1e8de);
  text-transform: uppercase;
  font: 14px 'PTSansRegular';
  color: #3c3124;
  text-decoration: none;
  display: inline-block;
  padding: 3px;
}

.contact_question-button span {
  padding: 10px 28px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_question-button:hover {
  background: #d4b99b url('../img/bg/light-3.png') no-repeat top -3px center;
}

.contact_map {
  height: 360px;
  position: relative;
}

.contact_map:before {
  height: 4px;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#9e8070), color-stop(50%, #fff), color-stop(#fff), to(#9e8070));
  background: linear-gradient(to right, #9e8070, #fff 50%, #fff, #9e8070 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.contact_map:after {
  height: 4px;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#9e8070), color-stop(50%, #fff), color-stop(#fff), to(#9e8070));
  background: linear-gradient(to right, #9e8070, #fff 50%, #fff, #9e8070 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.content {
  padding: 30px 0 150px;
}

.content_wrap {
  padding: 0 90px;
}

.filter_main,
.filter_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter_other {
  display: none;
  margin-top: 40px;
}

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

.filter_item {
  margin: 0 6px 10px;
}

.filter_item.__1 {
  width: 28%;
}

.filter_item.__2 {
  width: 20.7%;
}

.filter_item.__3 {
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.filter_other .filter_item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.filter .select2-container .select2-selection--single .select2-selection__rendered,
.filter .select2-results__option {
  padding-left: 8px;
}

.filter_all {
  font: 14px 'GilroyLight';
  color: #ffffff;
  padding-left: 40px;
  display: block;
  text-decoration: none;
  background-image: url("../img/ico/filter.png");
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 23px;
  -webkit-transition: .3s;
  transition: .3s;
}

.filter_all:hover {
  color: #bfb8b5;
}

.footer {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.footer * {
  position: relative;
  z-index: 2;
}

.footer:after {
  content: '';
  width: 212px;
  height: 212px;
  border: 10px solid rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
}

.footer:after {
  left: auto;
  right: -120px;
  bottom: -173px;
  top: auto;
}

.footer * {
  position: static;
}

.footer:before {
  content: '';
  height: 10px;
  background: #ffffff;
  opacity: .05;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.footer_content {
  padding: 50px 0 60px 87px;
  position: relative;
}

.footer_content > * {
  position: relative;
  z-index: 2;
}

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

.footer_item.__1 {
  width: 233px;
}

.footer_item.__2 {
  width: 260px;
}

.footer_item.__3 {
  width: 165px;
}

.footer_item.__4 {
  width: 230px;
  text-align: right;
}

.footer_item.__5 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  padding-right: 36px;
  margin-top: -14px;
}

.footer_heading {
  font: 15px 'GilroyLight';
  color: #d0b8ab;
  text-transform: uppercase;
  margin-bottom: 19px;
}

.footer_list a {
  font: 15px 'PTSansRegular';
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 2px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer_list a:hover {
  color: #d4b99b;
}

.footer_tel {
  font: 24px/27px 'GilroyLight';
  color: #d0b8ab;
  text-decoration: none;
  background-image: url("../img/ico/tel.png");
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 33px;
  display: inline-block;
  margin-bottom: 4px;
}

.footer_tel:hover {
  color: #ffffff;
}

.footer_recall-block {
  text-align: right;
  margin-bottom: 42px;
}

.footer_recall {
  font: 15px 'GilroyLight';
  color: #ffffff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_recall span {
  text-decoration: underline;
}

.footer_recall:hover span {
  text-decoration: none;
}

.footer_recall:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 3px;
}

.footer_socials {
  padding-left: 30px;
}

.footer_socials.__cloned {
  display: none;
}

.footer_socials img {
  width: 30px;
}

.footer_socials-text {
  font: 13px 'PTSansRegular';
  color: #ffffff;
  margin-bottom: 5px;
  text-align: left;
}

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

.footer_socials-item {
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer_socials-item:hover {
  opacity: .7;
}

.footer_bg {
  width: 1000px;
  background: #1f222c;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  pointer-events: none;
  z-index: 1;
}

.footer_bg:after {
  width: 265px;
  height: 265px;
  background: #1f222c;
  position: absolute;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  left: -77px;
}

.footer_logo {
  padding-bottom: 25px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.footer_logo * {
  position: relative;
  z-index: 2;
}

.footer_logo:after {
  content: '';
  width: 305px;
  height: 305px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
  background-image: url("../img/bg/light-5.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.footer_logo:after {
  opacity: .2;
}

.footer_logo:before {
  width: 40px;
  content: '';
  height: 1px;
  display: block;
  background: #ffffff;
  opacity: .1;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
}

.footer_copy {
  text-align: center;
  font: 13px 'PTSansRegular';
  color: #d0b8ab;
}

.header {
  background-image: url("../img/header-bg.svg");
  background-position: bottom left;
  background-repeat: repeat;
  height: 260px;
  position: relative;
  background-size: 300px 300px;
}

.header:after {
  width: 218px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#93786a), color-stop(50%, #fff), color-stop(#fff), to(#93786a));
  background: linear-gradient(to right, #93786a, #fff 50%, #fff, #93786a 100%);
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  content: '';
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-47%);
  transform: translateX(-47%);
}

.header_top .wrapper {
  max-width: 1125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 260px;
}

.header_left {
  width: 28.5%;
  padding-right: 36px;
  padding-top: 55px;
}

.header_center {
  width: 44.8%;
  position: relative;
}

.header_center:after {
  position: absolute;
  top: -70%;
  width: 306px;
  height: 371px;
  background-image: url("../img/bg/light.png");
  background-position: top left;
  background-repeat: no-repeat;
  content: '';
  left: 18%;
  pointer-events: none;
}

.header_right {
  width: 26.7%;
  padding-top: 10px;
  text-align: right;
}

.header_slogan {
  margin-bottom: 28px;
}

.header_slogan p {
  font: 25px/1 'GilroyLight';
  color: #d0b8ab;
  margin-bottom: 2px;
}

.header_slogan span {
  font: 16px/1 'GilroyLight';
  color: #ffffff;
  display: block;
}

.header_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  border: 1px solid #3e424c;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.header_search:before {
  content: '';
  background-image: url("../img/bg/search.png");
  background-position: top left;
  background-repeat: no-repeat;
  height: 35px;
  position: absolute;
  width: 3px;
  top: -1px;
  left: -1px;
}

.header_input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  border: none;
  background: transparent;
  font: 13px 'PTSansRegular';
  color: #fff;
  padding: 8px 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header_input::-webkit-input-placeholder {
  color: #7f7f7f;
}

.header_input:-moz-placeholder {
  color: #7f7f7f;
}

.header_input::-moz-placeholder {
  color: #7f7f7f;
}

.header_input:-ms-input-placeholder {
  color: #7f7f7f;
}

.header_button {
  width: 33px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
  background: transparent;
  background-image: url("../img/ico/search.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 33px;
}

.header_logo {
  width: 340px;
  height: 340px;
  background: #1f222c;
  margin: 0 auto;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -60px;
}

.header_logo.__hidden {
  opacity: 0;
}

.header_logo:after {
  position: absolute;
  top: -28%;
  width: 306px;
  height: 371px;
  background-image: url("../img/bg/light.png");
  background-position: top left;
  background-repeat: no-repeat;
  content: '';
  left: -16%;
  pointer-events: none;
  display: none;
}

.header_logo-inner {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  padding-top: 63px;
  padding-left: 48px;
}

.header_auth {
  display: inline-block;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 30px;
  font: 13px 'GilroyLight';
  color: #b2b2b2;
  background-image: url("../img/ico/auth.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 32px;
}

.header_auth a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #b2b2b2;
  -webkit-transition: .3s;
  transition: .3s;
}

.header_auth a:hover {
  border-bottom: 1px solid #6e6f73;
  color: #ffffff;
}

.header_tel {
  font: 24px/27px 'GilroyLight';
  color: #d0b8ab;
  text-decoration: none;
  background-image: url("../img/ico/tel.png");
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 33px;
  display: inline-block;
  margin-bottom: 4px;
}

.header_tel:hover {
  color: #ffffff;
}

.header_recall {
  font: 15px 'GilroyLight';
  color: #ffffff;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 31px;
}

.header_recall span {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.header_recall span:hover {
  border-bottom: 1px solid #afb0b4;
}

.header_recall:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 3px;
}

.header_basket {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-decoration: none;
}

.header_basket-text {
  font: 18px 'RobotoLight';
  color: #d0b8ab;
  margin-right: 6px;
}

.header_basket-data {
  font: 15px/1 'GilroyLight';
  color: #ffffff;
  text-decoration: none;
}

.header_basket-data span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #bfa88f;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 4px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: relative;
  top: -2px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header_basket-data span i {
  font-style: normal;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 3px;
}

.header_basket-data:hover span {
  border-color: #ffffff;
}

.header_nav {
  position: absolute;
  height: 57px;
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.header_nav.active {
  -webkit-transform: none;
  transform: none;
}

.header_nav .wrapper {
  max-width: 1125px;
}

.header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 4px solid #b59e92;
  position: relative;
}

.header_list > li.has-menu > a:before {
  content: '';
  background-image: url("../img/ico/arrow-3.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 10px;
  height: 19px;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.header_list > li.has-menu.show > a {
  position: relative;
}

.header_list > li.has-menu.show > a:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #cdbeb6;
  position: absolute;
  left: 42%;
  top: 91%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_list > li.has-menu.show > a:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 30%;
}

.header_list > li > a {
  text-transform: uppercase;
  font: 15px 'GilroyLight';
  color: #d0b8ab;
  text-decoration: none;
  display: block;
  padding: 19px 0 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header_list > li.active > a,
.header_list > li > a:hover {
  color: #ffffff;
}

.header_list > li:hover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeInUp .5s;
  animation: fadeInUp .5s;
  opacity: 1;
  pointer-events: auto;
}

.header_list ul {
  width: 100%;
  background: #191919;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 25px 40px 3px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 3px solid #c9b9b0;
  -webkit-animation: fadeInDown .5s;
  animation: fadeInDown .5s;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_list ul li {
  width: 20%;
  margin-bottom: 22px;
}

.header_list ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.header_list ul a span:nth-child(1) {
  width: 53px;
}

.header_list ul a span:nth-child(2) {
  font: 13px 'GilroyLight';
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.header_list ul a:hover span {
  color: #e8ccbc;
}

.header_mobile {
  display: none;
  z-index: 10;
  position: relative;
}

.header_menu {
  position: absolute;
  top: 14px;
  left: 10px;
  cursor: pointer;
}

.header_menu i {
  width: 55px;
  height: 10px;
  background: #d0b8ab;
  margin-bottom: 10px;
  display: block;
  border-radius: 5px;
}

.header_mobile-auth {
  background-image: url("../img/ico/auth-mobile.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 14px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 19px;
}

.header_mobile-basket {
  background-image: url("../img/ico/basket.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 29px;
  height: 30px;
  position: absolute;
  right: 48px;
  top: 19px;
}

.header_mobile-search {
  background-image: url("../img/ico/search-2.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
  position: absolute;
  right: 102px;
  top: 19px;
}

.header_close {
  background-image: url("../img/ico/close.svg");
  background-position: top left;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  display: none;
  cursor: pointer;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    display: block;
  }

  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    display: none;
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    display: block;
  }

  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    display: none;
  }
}

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

.hit.__bg {
  background: rgba(0, 0, 0, 0.2);
}

.hit_header {
  padding: 0 88px 0 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hit_header-left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hit_header-left:before {
  content: '';
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#93786a), color-stop(50%, #fff), color-stop(#fff), to(#93786a));
  background: linear-gradient(to right, #93786a, #fff 50%, #fff, #93786a 100%);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 1%;
}

.hit_header-left:after {
  content: '';
  height: 1px;
  background: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 1%;
  background: -webkit-gradient(linear, left top, right top, from(#93786a), color-stop(50%, #fff), color-stop(#fff), to(#93786a));
  background: linear-gradient(to right, #93786a, #fff 50%, #fff, #93786a 100%);
}

.hit_header-right {
  padding-top: 33px;
}

.hit_all {
  font: 15px 'GilroyLight';
  color: #ffffff;
  margin-left: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.hit_all:hover {
  color: #d0b8ab;
}

.hit_all:before {
  content: '';
  width: 4px;
  height: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 50%;
  margin-top: 7px;
  margin-right: 7px;
}

.hit_heading {
  padding: 22px 0 35px;
  position: relative;
  z-index: 2;
  margin: 0 30px;
}

.hit_heading * {
  position: relative;
  z-index: 2;
}

.hit_heading:after {
  content: '';
  width: 78px;
  height: 78px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
}

.hit_heading-1 {
  font: 18px 'GilroyLight';
  color: #ffffff;
  margin-bottom: 4px;
}

.hit_heading-2 {
  font: 31px 'GilroyLight';
  color: #ffffff;
}

.hit_content {
  padding: 0 90px;
}

.hit_items {
  margin-top: -45px;
}

.hit .slick-arrow {
  top: 125px;
}

.hit_all-mobile {
  width: 210px;
  font: 16px 'GilroyLight';
  color: #ffffff;
  border: 1px solid #fff;
  text-decoration: none;
  padding: 12px 0;
  text-align: center;
  margin: 0 auto;
  margin-top: 28px;
  display: none;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.hit_all-mobile:before {
  content: '';
  position: absolute;
  width: 90px;
  height: 8px;
  background-image: url("../img/bg/light-3.png");
  background-position: top 0 center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hit_all-mobile:hover {
  background: #ffffff;
  color: #000;
}

.inner {
  background: #212530;
  padding: 35px 0 80px;
  overflow: hidden;
}

.inner_content {
  padding: 0 90px;
}

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

.inner_left {
  width: 34.4%;
  padding-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.inner_right {
  width: 49.7%;
}

.inner_right p {
  font: 18px 'GilroyLight';
  color: #ffffff;
  margin-bottom: 10px;
}

.inner_right p a {
  font: 17px 'GilroyLight';
  color: #d0b8ab;
  text-decoration: none;
  border-bottom: 1px solid #d0b8ab;
}

.inner_right p a:hover {
  border-bottom-color: transparent;
}

.inner_image {
  height: 320px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.inner_image * {
  position: relative;
  z-index: 2;
}

.inner_image:after {
  content: '';
  width: 507px;
  height: 507px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
  background-image: url("../img/bg/light-6.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.inner_image:after {
  opacity: .4;
}

.inner_image:before {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#93786a), color-stop(50%, #fff), color-stop(#fff), to(#93786a));
  background: linear-gradient(to right, #93786a, #fff 50%, #fff, #93786a 100%);
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}

.inner_new {
  position: relative;
  z-index: 2;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.inner_new * {
  position: relative;
  z-index: 2;
}

.inner_new:after {
  content: '';
  width: 47px;
  height: 47px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
}

.inner_new span {
  font: 18px/1 'GilroyLight';
  color: #ffffff;
}

.inner_images-text {
  font: 18px 'GilroyLight';
  color: #ffffff;
  text-align: center;
  margin-bottom: 4px;
}

.inner_images-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner_images-items a {
  width: 100px;
  text-align: center;
  padding: 5px 20px;
}

.inner_images-items a.active {
  position: relative;
  z-index: 2;
}

.inner_images-items a.active * {
  position: relative;
  z-index: 2;
}

.inner_images-items a.active:after {
  content: '';
  width: 86px;
  height: 86px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
  background-image: url("../img/bg/light-7.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.inner_images-items a.active:after {
  opacity: .3;
}

.inner_title {
  font: 36px 'GilroyLight';
  color: #d0b8ab;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 32px;
}

.inner_title.__cloned {
  display: none;
}

.inner_title:after {
  content: '';
  width: 57px;
  background: #b0b1b5;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.inner_select {
  width: 293px;
  margin: 23px 0;
}

.inner_buttons {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner_button {
  background: url('../img/bg/light-3.png') no-repeat top -3px center, -webkit-gradient(linear, left top, right top, from(#d4b99b), to(#f1e8de));
  background: url('../img/bg/light-3.png') no-repeat top -3px center, linear-gradient(to right, #d4b99b, #f1e8de);
  text-transform: uppercase;
  font: 14px 'PTSansRegular';
  color: #3c3124;
  text-decoration: none;
  display: inline-block;
  padding: 3px;
  margin-right: 15px;
}

.inner_button span {
  padding: 12px 10px 12px 10px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner_button:hover {
  background: #d4b99b url('../img/bg/light-3.png') no-repeat top -3px center;
}

.inner_button-2 {
  font: 14px 'PTSansRegular';
  color: #ffffff;
  padding: 15px 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.inner_button-2:hover {
  background: #ffffff;
  color: #3c3124;
}

.input {
  position: relative;
}

.input input {
  font: 17px 'GilroyLight';
  color: #ffffff;
  border: 1px solid #91847f;
  background: none;
  outline: none;
  padding: 12px 44px 13px 9px;
  width: 100%;
}

.input_reset {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-image: url("../img/ico/close.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.order_heading {
  padding: 22px 0 35px;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 20px;
}

.order_heading * {
  position: relative;
  z-index: 2;
}

.order_heading:after {
  content: '';
  width: 78px;
  height: 78px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
}

.order_heading-1 {
  font: 18px 'GilroyLight';
  color: #ffffff;
  margin-bottom: 4px;
}

.order_heading-2 {
  font: 31px 'GilroyLight';
  color: #ffffff;
}

.order_heading-top {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 170px;
}

.order_heading-top:before {
  content: '';
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#93786a), color-stop(50%, #fff), color-stop(#fff), to(#93786a));
  background: linear-gradient(to right, #93786a, #fff 50%, #fff, #93786a 100%);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 1%;
}

.order_heading-top:after {
  content: '';
  height: 1px;
  background: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 1%;
  background: -webkit-gradient(linear, left top, right top, from(#93786a), color-stop(50%, #fff), color-stop(#fff), to(#93786a));
  background: linear-gradient(to right, #93786a, #fff 50%, #fff, #93786a 100%);
}

.order_types {
  padding: 0 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -15px;
  margin-bottom: 50px;
}

.order_type {
  text-align: center;
}

.order_type.__1 {
  width: 234px;
  position: relative;
  z-index: 2;
}

.order_type.__1 * {
  position: relative;
  z-index: 2;
}

.order_type.__1:after {
  content: '';
  width: 233px;
  height: 233px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
  background-image: url("../img/bg/light-8.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.order_type.__1:after {
  top: 25%;
}

.order_type.__2 {
  width: 300px;
  position: relative;
  right: -35px;
}

.order_type-btn {
  background: url('../img/bg/light-3.png') no-repeat top -3px center, -webkit-gradient(linear, left top, right top, from(#d4b99b), to(#f1e8de));
  background: url('../img/bg/light-3.png') no-repeat top -3px center, linear-gradient(to right, #d4b99b, #f1e8de);
  text-transform: uppercase;
  font: 15px 'PTSansRegular';
  color: #3c3124;
  text-decoration: none;
  display: inline-block;
  padding: 3px;
  cursor: default;
  margin-bottom: 15px;
}

.order_type-btn span {
  padding: 12px 48px 12px 48px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order_type-btn-2 {
  text-transform: uppercase;
  font: 15px 'PTSansRegular';
  text-decoration: none;
  display: inline-block;
  padding: 15px 49px;
  margin-bottom: 15px;
  border: 1px solid #d0b8ab;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.order_type-btn-2:hover {
  color: #3c3124;
  background: #ffffff;
}

.order_type p {
  font: 14px/1.3 'PTSansRegular';
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}

.order_type-arrow {
  width: 15px;
  height: 27px;
  background-image: url("../img/ico/arrow.png");
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0 auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.order_title {
  font: 24px 'GilroyLight';
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.tab_item.__min .order_title {
  padding-right: 150px;
}

.order_base-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
  padding-top: 10px;
}

.order_base-check-text {
  font: 14px/18px 'PTSansRegular';
  color: #ffffff;
}

.order_input-block {
  position: relative;
  margin-bottom: 15px;
}

.order_input-block span {
  position: absolute;
  height: 100%;
  color: #999999;
  top: 0;
  left: 0;
  width: 100%;
  font: 14px/46px 'PTSansRegular';
  padding-left: 30px;
  pointer-events: none;
}

.order_input-block span i {
  font-style: normal;
  color: #d0b8ab;
}

.order_input-block span.active {
  font-size: 0;
}

.order_input {
  border: 2px solid #d0b8ab;
  width: 100%;
  font: 14px 'PTSansRegular';
  color: #000;
  padding: 12px 30px;
  outline: none;
}

.order_input.__area {
  min-height: 120px;
  min-width: 100%;
  max-width: 100%;
}

.order_button {
  text-align: center;
  padding-top: 15px;
  position: relative;
}

.order_button.__2 {
  padding-top: 0;
}

.order_button.__2 .button span {
  padding-left: 25px;
  padding-right: 25px;
}

.order_button.__2 .button span:after {
  display: none;
}

.order_button .button span {
  padding-left: 45px;
  padding-right: 17px;
}

.order_button .button span:after {
  margin-left: 25px;
}

.order_info {
  font: 14px 'PTSansRegular';
  color: #ffffff;
  margin-bottom: -15px;
  position: relative;
  top: 30px;
}

.order_row {
  margin-bottom: 25px;
}

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

.order_col.__select {
  width: 390px;
}

.order_check-title {
  display: block;
  font: 24px/1 'GilroyLight';
  color: #9e8070;
  margin-bottom: 10px;
}

.order_check-text {
  display: block;
  font: 18px 'GilroyLight';
  color: #fff;
}

.order_price {
  font: 14px 'PTSansRegular';
  color: #ffffff;
  padding: 14px 40px;
  border: 2px solid #9e8070;
  margin-left: 25px;
  display: inline-block;
}

.order_select-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order_select-type {
  margin-right: 15px;
  font: 24px 'GilroyLight';
  color: #9e8070;
  display: block;
}

.order_total {
  padding-top: 45px;
}

.order_total-text {
  font: 20px 'GilroyLight';
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}

.order_total-text span {
  font: 20px 'GilroyExtraBold';
}

.order_total-text i {
  font: 18px 'GilroyLight';
  color: #d0b8ab;
  font-style: normal;
}

.tab_item.__min .order_total {
  padding-right: 150px;
}

.order .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: #1d212b;
}

.payment {
  background: #151822;
}

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

.payment_left {
  width: 48.2%;
}

.payment_right {
  padding: 55px 60px 0 45px;
  width: 49%;
  position: relative;
  z-index: 2;
}

.payment_right * {
  position: relative;
  z-index: 2;
}

.payment_right:after {
  content: '';
  width: 315px;
  height: 315px;
  border: 10px solid rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  z-index: 1;
}

.payment_right:after {
  left: auto;
  right: -277px;
  top: 46%;
  display: none;
}

.payment_right:before {
  background-image: url("../img/bg/light-5.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 305px;
  height: 305px;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  opacity: .3;
  display: none;
}

.payment_header {
  margin-bottom: 25px;
}

.payment_header img {
  float: right;
  margin-top: 4px;
  margin-right: 38px;
}

.payment_header h3 {
  font: 27px/1.2 'GilroyLight';
  color: #9e8070;
}

.payment_header p {
  font: 15px 'GilroyLight';
  color: #ffffff;
}

.payment_item:nth-child(2) .payment_header img {
  margin-right: 78px;
}

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

.payment_item {
  width: 50%;
}

.payment_item:nth-child(2) {
  padding-left: 14px;
}

.payment_text {
  font: 16px/25px 'PTSansRegular';
  color: #ffffff;
  margin-bottom: 24px;
}

.payment_link {
  font: 17px 'GilroyLight';
  color: #9e8070;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment_link:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #9e8070;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 7px;
  position: relative;
  top: 7px;
}

.payment_link span {
  text-decoration: underline;
}

.payment_link:hover span {
  text-decoration: none;
}

.popup {
  background: #1d212b;
  padding: 50px 30px;
  width: 500px;
  display: none;
}

.popup_title {
  font: 24px 'PTSansRegular';
  color: #ffffff;
  margin-bottom: 25px;
  text-align: center;
}

.popup_input-block {
  position: relative;
  margin-bottom: 15px;
}

.popup_input-block span {
  position: absolute;
  height: 100%;
  color: #999999;
  top: 0;
  left: 0;
  width: 100%;
  font: 14px/46px 'PTSansRegular';
  padding-left: 30px;
  pointer-events: none;
}

.popup_input-block span i {
  font-style: normal;
  color: #d0b8ab;
}

.popup_input-block span.active {
  font-size: 0;
}

.popup_input {
  border: 2px solid #d0b8ab;
  width: 100%;
  font: 14px 'PTSansRegular';
  color: #000;
  padding: 12px 30px;
  outline: none;
}

.popup_input.__area {
  min-height: 120px;
  min-width: 100%;
  max-width: 100%;
}

.popup_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px;
}

.popup_text {
  font: 14px 'PTSansRegular';
  color: #ffffff;
  display: block;
}

.popup_button {
  text-align: center;
}

.popup_button span {
  padding-left: 45px;
  padding-right: 17px;
}

.popup_button span:after {
  margin-left: 25px;
}

.popup .fancybox-close-small {
  background-image: url(../img/ico/close-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border: 2px solid #d0b8ab;
  border-radius: 50%;
  top: 10px;
  right: 10px;
}

.popup .fancybox-close-small:after {
  display: none;
}

.tab {
  position: relative;
}

.tab:after {
  width: 20px;
  height: 20px;
  border: 4px solid #d0b8ab;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  position: absolute;
  background: #1f232d;
  bottom: -9px;
  left: 50%;
  margin-left: -10px;
}

.tab:before {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#93786a), color-stop(50%, #fff), color-stop(#fff), to(#93786a));
  background: linear-gradient(to right, #93786a, #fff 50%, #fff, #93786a 100%);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 160px;
  right: 160px;
}

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

.tab_header-item {
  width: 33.33%;
  text-align: center;
  border: 1px solid #d0b8ab;
  font: 14px 'PTSansRegular';
  color: #ffffff;
  text-decoration: none;
  padding: 13px 5px;
  background: #1e222c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab_header-item span {
  width: 100%;
}

.tab_header-item.active {
  background: url('../img/bg/light-3.png') no-repeat top -3px center, -webkit-gradient(linear, left top, right top, from(#d4b99b), to(#f1e8de));
  background: url('../img/bg/light-3.png') no-repeat top -3px center, linear-gradient(to right, #d4b99b, #f1e8de);
  color: #3c3124;
  padding: 3px;
  margin: -1px;
}

.tab_header-item.active span {
  border: 1px solid #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab_content {
  background: #1d212b;
  padding: 25px 0 60px;
}

.tab_item {
  padding: 0 150px;
  display: none;
}

.tab_item.active {
  display: block;
}

.tab_item.__min {
  padding-right: 40px;
}

.tab_main {
  padding-left: 100px;
}

.wrapper {
  max-width: 1345px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 1325px) {
  .about:after {
    left: 200px;
  }

  .about_content:after {
    display: block;
  }

  .about_content {
    padding: 0;
  }

  .about_left {
    padding-top: 50px;
    width: 50.4%;
  }

  .about_right {
    padding-top: 290px;
    width: 46.7%;
  }

  .about_title {
    margin-bottom: 28px;
  }

  .about_text {
    margin-bottom: 64px;
  }

  .about_item.__1 {
    margin-bottom: 50px;
  }

  .about_item.__2 {
    margin-bottom: 50px;
    margin-left: 0;
  }

  .about_item.__3 {
    padding-right: 0;
  }

  .about_i-text br {
    display: none;
  }

  .about_text-2 {
    left: auto;
    right: -154px;
    top: 190px;
  }

  .action_item:before {
    display: none;
  }

  .action_content {
    width: 65%;
  }

  .action_text-right {
    right: -120px;
  }

  .banners_content {
    padding: 15px 0;
  }

  .banners.__type-2 .banners_items {
    margin: 0 35px;
  }

  .banners_item {
    height: 406px;
    width: 360px;
    margin: 0 auto;
  }

  .banners_text {
    position: relative;
    z-index: 2;
  }

  .banners_text * {
    position: relative;
    z-index: 2;
  }

  .banners_text:after {
    content: '';
    width: 72px;
    height: 72px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    pointer-events: none;
    z-index: 1;
  }

  .banners_text-1 {
    font-size: 18px;
  }

  .banners_text-2 {
    font-size: 36px;
  }

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

  .basket_image {
    padding: 20px;
  }

  .basket_content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .basket_options {
    width: 100%;
    padding-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .basket_price {
    width: auto;
  }

  .basket_count {
    padding: 0 25px;
  }

  .catalog_inner {
    padding: 0;
  }

  .catalog_left {
    width: 250px;
    padding-right: 20px;
  }

  .catalog_item {
    width: 50%;
  }

  .category .wrapper {
    padding: 0;
  }

  .category_content {
    padding: 0 25px 20px;
  }

  .category_content:before {
    width: 88px;
    height: 88px;
    top: 50%;
    margin-top: -60px;
  }

  .category_content:after {
    width: 88px;
    height: 88px;
    top: 50%;
    margin-top: -60px;
  }

  .category .slick-prev {
    left: 0;
  }

  .category .slick-next {
    top: 0;
  }

  .contact_inner {
    padding: 0;
  }

  .contact_item.__2 {
    padding-left: 10px;
  }

  .content_wrap {
    padding: 0;
  }

  .filter_main,
  .filter_other {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .filter_item {
    margin: 0 0 10px;
  }

  .filter_item.__1 {
    width: 48%;
  }

  .filter_item.__2 {
    width: 48%;
  }

  .filter_item.__3 {
    width: 48%;
    margin-left: 0;
  }

  .filter_other .filter_item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .footer_content {
    padding: 40px 0 30px;
  }

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

  .footer_item.__1 {
    width: 170px;
  }

  .footer_item.__2 {
    width: 200px;
  }

  .footer_item.__3 {
    width: 130px;
  }

  .footer_item.__4 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .footer_item.__5 {
    padding-right: 0;
  }

  .footer_tel {
    margin-bottom: 8px;
    font-size: 26px;
  }

  .footer_socials {
    padding-left: 0;
    display: none;
  }

  .footer_socials.__cloned {
    display: block;
    padding-top: 25px;
  }

  .footer_bg {
    display: none;
  }

  .footer_logo {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .footer_logo:before {
    display: none;
  }

  .footer_copy {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .header:after {
    width: auto;
    left: 15px;
    right: 15px;
    -webkit-transform: none;
    transform: none;
  }

  .header_left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    z-index: 3;
    width: 30%;
    padding: 71px 0 0 0;
    margin-left: -22px;
  }

  .header_center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: -69px;
  }

  .header_center:after {
    display: none;
  }

  .header_right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .header_slogan p {
    font-size: 20px;
  }

  .header_logo:after {
    display: block;
  }

  .header_tel {
    margin-bottom: 8px;
  }

  .header_list ul li {
    width: 25%;
  }

  .hit_header {
    padding: 0 12px;
  }

  .hit_header-left:before {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }

  .hit_content {
    padding: 0 35px;
  }

  .inner {
    background: none;
  }

  .inner_content {
    padding: 0;
  }

  .inner_left {
    width: 370px;
  }

  .inner_right {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .inner_title {
    font-size: 24px;
  }

  .order_heading-top {
    padding: 0;
  }

  .order_types {
    padding: 0;
  }

  .order_type.__2 {
    right: 0;
    width: 240px;
  }

  .order_type br {
    display: none;
  }

  .tab_item.__min .order_title {
    padding-right: 0;
  }

  .tab_item.__min .order_total {
    padding-right: 0;
  }

  .payment .wrapper {
    display: block;
    padding: 0;
    overflow: hidden;
  }

  .payment_left {
    max-width: 770px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
  }

  .payment_right {
    width: 100%;
    padding: 30px 100px 50px;
    position: relative;
  }

  .payment_right:before {
    display: block;
  }

  .tab_item {
    padding: 0 20px 0 20px;
  }

  .tab_item.__min {
    padding-right: 20px;
  }

  .tab_main {
    padding-left: 0;
  }
}

@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

@media screen and (max-width: 767px) {
  html.blocked {
    overflow: hidden;
  }

  .slick-arrow {
    background-image: url("../img/ico/arrow-2.png");
    background-position: top left;
    background-repeat: no-repeat;
    width: 26px;
    height: 48px;
  }

  .about:after {
    display: none;
  }

  .about_content {
    display: block;
  }

  .about_left {
    width: 100%;
    padding-top: 20px;
  }

  .about_right {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .about_title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .about_text {
    margin-bottom: 0;
  }

  .about_text-2 {
    display: none;
  }

  .about_item.__1 .about_num {
    right: 0;
  }

  .about_item.__3 .about_num {
    right: 0;
  }

  .about_button {
    text-align: center;
  }

  .about_button {
    display: none;
  }

  .about_button.__mobile-only {
    display: block;
  }

  .action_content {
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
  }

  .action_inner {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    position: relative;
    z-index: 2;
  }

  .action_inner * {
    position: relative;
    z-index: 2;
  }

  .action_inner:after {
    content: '';
    width: 210px;
    height: 210px;
    border: 9px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    pointer-events: none;
    z-index: 1;
  }

  .action_text {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .action_text:after {
    display: none;
  }

  .action_text-2 {
    font-size: 28px;
  }

  .action_text-3 {
    margin-bottom: 18px;
  }

  .action_block {
    display: block;
    margin-bottom: 59px;
  }

  .action_button {
    text-align: center;
  }

  .action_text-right {
    display: none;
  }

  .banners.__type-2 .banners_items {
    margin: 0;
  }

  .banners_item {
    height: 470px;
    width: 300px;
  }

  .banners.__type-2 .banners_item {
    width: 100%;
  }

  .banners_inner {
    padding-bottom: 65px;
  }

  .banners.__type-2 .banners_inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }

  .banners.__type-3 .banners_inner {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .basket_image {
    width: 100%;
  }

  .basket_content {
    padding: 0 10px;
  }

  .basket_total-inner {
    padding: 15px 20px;
  }

  .bread-crumbs {
    margin-bottom: 25px;
  }

  .bread-crumbs a {
    font-size: 16px;
    margin-right: 4px;
  }

  .bread-crumbs a:before {
    margin-right: 4px;
  }

  .cart_info {
    margin-bottom: 10px;
  }

  .cart_line {
    display: none;
  }

  .catalog_content {
    display: block;
  }

  .catalog_left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .catalog_right {
    width: 100%;
  }

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

  .catalog_list li {
    width: 33.33%;
    padding: 0 10px;
  }

  .catalog_list a {
    padding: 0 5px;
  }

  .category_content {
    padding: 0 18px 20px;
  }

  .category_content:before {
    width: 113px;
    height: 113px;
    margin-top: -54px;
  }

  .category_content:after {
    width: 113px;
    height: 113px;
    margin-top: -54px;
  }

  .category .slick-arrow {
    top: 14px;
    width: 20px;
  }

  .category .slick-prev {
    left: 9px;
  }

  .category .slick-next {
    top: 14px;
    right: 12px;
  }

  .contact {
    background: rgba(0, 0, 0, 0.2);
  }

  .contact_title {
    font-size: 25px;
  }

  .contact_items {
    display: block;
  }

  .contact_item.__1 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .contact_item.__2 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .contact_question {
    margin-right: 0;
    width: 200px;
    margin: 0 auto;
  }

  .contact_question-button {
    margin-right: 0;
    margin-bottom: 9px;
    width: 100%;
  }

  .contact_question-button span {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact_map {
    height: 200px;
  }

  .content {
    padding: 30px 0;
  }

  .footer:after {
    top: 180px;
    left: 50%;
    bottom: auto;
    right: auto;
  }

  .footer_content {
    padding-bottom: 0;
  }

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

  .footer_item {
    text-align: center;
  }

  .footer_item.__1 {
    width: 100%;
    margin-bottom: 42px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer_item.__2 {
    width: 100%;
    margin-bottom: 35px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer_item.__3 {
    width: 100%;
    margin-bottom: 35px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer_item.__4 {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .footer_item.__5 {
    width: auto;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 0;
    padding-right: 0;
  }

  .footer_heading {
    font-size: 24px;
    margin-bottom: 22px;
  }

  .footer_list a {
    font-size: 20px;
    padding: 3px 0;
  }

  .footer_recall-block {
    text-align: center;
    margin-bottom: 18px;
  }

  .footer_recall {
    margin-bottom: 0;
    font-size: 20px;
  }

  .footer_recall:before {
    display: none;
  }

  .footer_socials {
    display: block;
    background: #2a2e39;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 33px;
    padding-bottom: 55px;
  }

  .footer_socials.__cloned {
    display: none;
  }

  .footer_socials img {
    width: 50px;
  }

  .footer_socials-text {
    text-align: center;
    font-size: 24px;
  }

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

  .footer_logo {
    position: relative;
    background: #2a2e39;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 40px;
  }

  .footer_logo img {
    width: 140px;
  }

  .footer_copy {
    position: static;
    background: #2a2e39;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 18px;
    padding-bottom: 40px;
  }

  .header {
    height: auto;
    background: #212530;
  }

  .header:after {
    left: 10px;
    right: 10px;
  }

  .header_top .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header_top .wrapper {
    height: auto;
  }

  .header_left {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }

  .header_center {
    width: 100%;
    margin-left: 0;
  }

  .header_right {
    background: #1e2128;
    text-align: center;
    padding: 10px 0 13px;
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: 4px solid #b59e92;
  }

  .header_slogan {
    text-align: center;
  }

  .header_slogan p {
    font-size: 25px;
  }

  .header_search {
    display: none;
  }

  .header_logo img {
    width: 223px;
  }

  .header_logo {
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    height: auto;
    background: none;
    padding-top: 65px;
    margin-bottom: 30px;
  }

  .header_logo:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 210px;
    height: 211px;
    background-image: url("../img/bg/light-mobile.png");
    background-position: top left;
    background-repeat: no-repeat;
  }

  .header_logo-inner {
    -webkit-transform: none;
    transform: none;
    padding: 0;
    text-align: center;
  }

  .header_auth {
    display: none;
  }

  .header_recall {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }

  .header_recall:before {
    display: none;
  }

  .header_basket {
    display: none;
  }

  .header_nav {
    position: fixed;
    top: 80px;
    left: 0;
    background: #212530;
    height: auto;
    z-index: 15;
    right: auto;
    padding: 50px 0 0;
    width: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: auto;
  }

  .header_nav .wrapper {
    padding: 0;
  }

  .header_list {
    display: block;
    border-bottom: none;
  }

  .header_list > li.has-menu > a {
    position: relative;
  }

  .header_list > li.has-menu > a:before {
    display: block;
  }

  .header_list > li.has-menu.show > a {
    background: #151822;
  }

  .header_list > li.has-menu.show > a:after {
    display: none;
  }

  .header_list > li > a {
    padding: 10px 12px;
  }

  .header_list > li:hover ul {
    display: none;
  }

  .header_list > li.has-menu.show ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header_list ul {
    display: none;
    position: static;
    padding: 25px 10px 3px;
    background: #151822;
    border-top: none;
  }

  .header_list ul li {
    width: 33.3%;
  }

  .header_mobile {
    display: block;
  }

  .header_close {
    display: block;
  }

  .hit.__bg {
    background: #151822;
  }

  .hit_header {
    padding: 0;
  }

  .hit_header-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hit_header-left:before {
    display: none;
  }

  .hit_header-left:after {
    display: none;
  }

  .hit_all {
    display: none;
  }

  .hit_heading {
    margin: 0;
  }

  .hit_heading-1 {
    font-size: 28px;
  }

  .hit_heading-2 {
    font-size: 40px;
  }

  .hit_content {
    padding: 0;
  }

  .hit_all-mobile {
    display: block;
  }

  .inner {
    background: rgba(0, 0, 0, 0.3);
    padding: 30px 0 70px;
  }

  .inner_item {
    display: block;
  }

  .inner_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .inner_right {
    width: 100%;
  }

  .inner_right p br {
    display: none;
  }

  .inner_title {
    font-size: 32px;
    display: none;
  }

  .inner_title {
    padding-bottom: 0;
    margin-bottom: 15px;
    text-align: center;
  }

  .inner_title.__cloned {
    display: block;
  }

  .inner_title:after {
    display: none;
  }

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

  .inner_button {
    margin-right: 0;
    margin-bottom: 9px;
    width: 100%;
  }

  .inner_button span {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .inner_button-2 {
    width: 100%;
    text-align: center;
  }

  .order_heading {
    margin: 0;
  }

  .order_heading-1 {
    font-size: 28px;
  }

  .order_heading-2 {
    font-size: 40px;
  }

  .order_heading-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .order_heading-top:before {
    display: none;
  }

  .order_heading-top:after {
    display: none;
  }

  .order_types {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .order_type {
    margin: 0 auto 10px;
  }

  .order_type.__1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order_type.__2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order_title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .order_base-check br {
    display: none;
  }

  .order_info {
    top: 0;
    margin-bottom: 0;
    text-align: center;
  }

  .order_row-2 {
    display: block;
  }

  .order_col.__select {
    width: 100%;
  }

  .order_col {
    display: block;
    margin-bottom: 10px;
  }

  .order_check-title {
    font-size: 18px;
  }

  .order_check-title br {
    display: none;
  }

  .order_check-text {
    font-size: 16px;
  }

  .order_check-text br {
    display: none;
  }

  .order_price {
    margin-left: 0;
    padding: 7px 0;
    width: 100%;
    text-align: center;
  }

  .order_select-block {
    display: block;
  }

  .order_select-type {
    font-size: 18px;
    margin-right: 0;
  }

  .order_select-type br {
    display: none;
  }

  .order_total {
    padding-top: 20px;
  }

  .payment .wrapper {
    padding: 0 10px;
  }

  .payment_left {
    padding: 0;
  }

  .payment_right {
    padding: 35px 0;
  }

  .payment_right:after {
    display: block;
  }

  .payment_right:before {
    display: none;
  }

  .payment_header img {
    margin-right: 70px;
  }

  .payment_items {
    display: block;
  }

  .payment_item {
    width: auto;
  }

  .payment_item:nth-child(1) {
    margin-bottom: 50px;
  }

  .payment_item:nth-child(2) {
    padding-left: 47px;
  }

  .popup {
    width: 90%;
    padding: 50px 20px 20px;
  }

  .popup_title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .popup_input-block {
    margin-bottom: 10px;
  }

  .popup_checkbox {
    margin-bottom: 20px;
  }

  .popup_checkbox br {
    display: none;
  }

  .popup_text {
    font-size: 12px;
  }

  .tab:before {
    left: 0;
    right: 0;
  }

  .tab_header-item {
    font-size: 12px;
    padding: 7px 5px;
  }

  .tab_header-item.active {
    background: -webkit-gradient(linear, left top, right top, from(#d4b99b), to(#f1e8de));
    background: linear-gradient(to right, #d4b99b, #f1e8de);
  }

  .tab_content {
    padding-bottom: 30px;
  }

  .tab_item {
    padding: 0 10px 0 10px;
  }

  .tab_item.__min {
    padding-right: 10px;
  }
}

@media screen and (max-width: 481px) {
  .slick-dots {
    bottom: 40px;
  }

  .catalog_nav-img {
    margin: 0 auto 10px;
  }

  .catalog_list li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .catalog_list a {
    padding: 0 3px;
    display: block;
  }

  .catalog_list a span {
    display: block;
    text-align: center;
  }

  .catalog_item {
    width: 100%;
  }

  .header_list ul li {
    margin-bottom: 0;
  }

  .header_list ul a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 15px 10px;
    border: 1px solid transparent;
  }

  .header_list ul a:hover {
    border: 1px solid #d0b8ab;
  }

  .header_list ul a span:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}