@import url(https://fonts.googleapis.com/css2?family=Caveat&family=Marcellus+SC&family=Montserrat:wght@400;500;600&family=Raleway&display=swap.css);/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;-o-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top;-webkit-transition:.2s transform,.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top,.2s -webkit-transform;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;-o-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left;-webkit-transition:.2s transform,.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left,.2s -webkit-transform;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;-o-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right;-webkit-transition:.2s transform,.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right,.2s -webkit-transform;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-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-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{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;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{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%;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;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .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--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{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.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__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;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 #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;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 .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__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.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:linear-gradient(to bottom, #fff 50%, #eee 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;height:26px;margin-right:20px}.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:linear-gradient(to bottom, #eee 50%, #ccc 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:linear-gradient(to bottom, #fff 0%, #eee 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:linear-gradient(to bottom, #eee 50%, #fff 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;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.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;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.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__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.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;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;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--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
@font-face {
  font-family: 'icomoon';
  src:  url(/fonts/icomoon.eot?3c849bdf6a60ddfa78d9844709d86371);
  src:  url(/fonts/icomoon.eot?3c849bdf6a60ddfa78d9844709d86371#iefix) format('embedded-opentype'),
    url(/fonts/icomoon.ttf?5cb7fa0ec8158bf41a57fd0c05a2a6bd) format('truetype'),
    url(/fonts/icomoon.woff?4808bffa269c4f76c05c94d6978dae3d) format('woff'),
    url(/fonts/icomoon.svg?c48e29bf9a159fb6687a0046f4d428c5#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-filter:before {
  content: "\E95E";
  color: #d6b461;
}
.icon-check:before {
  content: "\E928";
}
.icon-error:before {
  content: "\E931";
}
.icon-bride-dress .path1:before {
  content: "\E925";
  color: rgb(253, 249, 241);
}
.icon-bride-dress .path2:before {
  content: "\E926";
  margin-left: -0.8115234375em;
  color: rgb(214, 180, 97);
}
.icon-account:before {
  content: "\E900";
}
.icon-arrow:before {
  content: "\E901";
  color: #fdf9f1;
}
.icon-arrow_mouseover:before {
  content: "\E902";
}
.icon-arrows-next:before {
  content: "\E903";
}
.icon-bell .path1:before {
  content: "\E904";
  color: rgb(253, 249, 241);
}
.icon-bell .path2:before {
  content: "\E905";
  margin-left: -1em;
  color: rgb(214, 180, 97);
}
.icon-bell .path3:before {
  content: "\E906";
  margin-left: -1em;
  color: rgb(253, 249, 241);
}
.icon-celebration .path1:before {
  content: "\E907";
  color: rgb(214, 180, 97);
}
.icon-celebration .path2:before {
  content: "\E908";
  margin-left: -0.935546875em;
  color: rgb(214, 180, 97);
}
.icon-celebration .path3:before {
  content: "\E909";
  margin-left: -0.935546875em;
  color: rgb(214, 180, 97);
}
.icon-celebration .path4:before {
  content: "\E90A";
  margin-left: -0.935546875em;
  color: rgb(214, 180, 97);
}
.icon-celebration .path5:before {
  content: "\E90B";
  margin-left: -0.935546875em;
  color: rgb(214, 180, 97);
}
.icon-celebration .path6:before {
  content: "\E90C";
  margin-left: -0.935546875em;
  color: rgb(214, 180, 97);
}
.icon-celebration .path7:before {
  content: "\E90D";
  margin-left: -0.935546875em;
  color: rgb(214, 180, 97);
}
.icon-celebration .path8:before {
  content: "\E90E";
  margin-left: -0.935546875em;
  color: rgb(253, 249, 241);
}
.icon-celebration .path9:before {
  content: "\E90F";
  margin-left: -0.935546875em;
  color: rgb(253, 249, 241);
}
.icon-celebration .path10:before {
  content: "\E910";
  margin-left: -0.935546875em;
  color: rgb(253, 249, 241);
}
.icon-celebration .path11:before {
  content: "\E911";
  margin-left: -0.935546875em;
  color: rgb(253, 249, 241);
}
.icon-celebration .path12:before {
  content: "\E912";
  margin-left: -0.935546875em;
  color: rgb(214, 180, 97);
}
.icon-celebration .path13:before {
  content: "\E913";
  margin-left: -0.935546875em;
  color: rgb(253, 249, 241);
}
.icon-celebration .path14:before {
  content: "\E914";
  margin-left: -0.935546875em;
  color: rgb(214, 180, 97);
}
.icon-celebration .path15:before {
  content: "\E915";
  margin-left: -0.935546875em;
  color: rgb(214, 180, 97);
}
.icon-celebration .path16:before {
  content: "\E916";
  margin-left: -0.935546875em;
  color: rgb(214, 180, 97);
}
.icon-celebration .path17:before {
  content: "\E917";
  margin-left: -0.935546875em;
  color: rgb(214, 180, 97);
}
.icon-celebration .path18:before {
  content: "\E918";
  margin-left: -0.935546875em;
  color: rgb(214, 180, 97);
}
.icon-celebration .path19:before {
  content: "\E919";
  margin-left: -0.935546875em;
  color: rgb(214, 180, 97);
}
.icon-celebration .path20:before {
  content: "\E91A";
  margin-left: -0.935546875em;
  color: rgb(214, 180, 97);
}
.icon-celebration .path21:before {
  content: "\E91B";
  margin-left: -0.935546875em;
  color: rgb(214, 180, 97);
}
.icon-celebration .path22:before {
  content: "\E91C";
  margin-left: -0.935546875em;
  color: rgb(214, 180, 97);
}
.icon-congratulations .path1:before {
  content: "\E91D";
  color: rgb(253, 249, 241);
}
.icon-congratulations .path2:before {
  content: "\E91E";
  margin-left: -1em;
  color: rgb(214, 180, 97);
}
.icon-congratulations .path3:before {
  content: "\E91F";
  margin-left: -1em;
  color: rgb(214, 180, 97);
}
.icon-congratulations .path4:before {
  content: "\E920";
  margin-left: -1em;
  color: rgb(214, 180, 97);
}
.icon-congratulations .path5:before {
  content: "\E921";
  margin-left: -1em;
  color: rgb(214, 180, 97);
}
.icon-congratulations .path6:before {
  content: "\E922";
  margin-left: -1em;
  color: rgb(214, 180, 97);
}
.icon-congratulations .path7:before {
  content: "\E923";
  margin-left: -1em;
  color: rgb(214, 180, 97);
}
.icon-congratulations .path8:before {
  content: "\E924";
  margin-left: -1em;
  color: rgb(214, 180, 97);
}
.icon-fb:before {
  content: "\E927";
}
.icon-gift .path1:before {
  content: "\E929";
  color: rgb(214, 180, 97);
}
.icon-gift .path2:before {
  content: "\E92A";
  margin-left: -1em;
  color: rgb(253, 249, 241);
}
.icon-gift .path3:before {
  content: "\E92B";
  margin-left: -1em;
  color: rgb(253, 249, 241);
}
.icon-gift .path4:before {
  content: "\E92C";
  margin-left: -1em;
  color: rgb(253, 249, 241);
}
.icon-gift .path5:before {
  content: "\E92D";
  margin-left: -1em;
  color: rgb(253, 249, 241);
}
.icon-gift .path6:before {
  content: "\E92E";
  margin-left: -1em;
  color: rgb(214, 180, 97);
}
.icon-home:before {
  content: "\E92F";
}
.icon-instagram:before {
  content: "\E930";
}
.icon-magnifying-glass:before {
  content: "\E932";
}
.icon-party .path1:before {
  content: "\E933";
  color: rgb(214, 180, 97);
}
.icon-party .path2:before {
  content: "\E934";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path3:before {
  content: "\E935";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path4:before {
  content: "\E936";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path5:before {
  content: "\E937";
  margin-left: -1.009765625em;
  color: rgb(253, 249, 241);
}
.icon-party .path6:before {
  content: "\E938";
  margin-left: -1.009765625em;
  color: rgb(253, 249, 241);
}
.icon-party .path7:before {
  content: "\E939";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path8:before {
  content: "\E93A";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path9:before {
  content: "\E93B";
  margin-left: -1.009765625em;
  color: rgb(253, 249, 241);
}
.icon-party .path10:before {
  content: "\E93C";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path11:before {
  content: "\E93D";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path12:before {
  content: "\E93E";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path13:before {
  content: "\E93F";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path14:before {
  content: "\E940";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path15:before {
  content: "\E941";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path16:before {
  content: "\E942";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path17:before {
  content: "\E943";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path18:before {
  content: "\E944";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path19:before {
  content: "\E945";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path20:before {
  content: "\E946";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path21:before {
  content: "\E947";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path22:before {
  content: "\E948";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path23:before {
  content: "\E949";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-party .path24:before {
  content: "\E94A";
  margin-left: -1.009765625em;
  color: rgb(214, 180, 97);
}
.icon-phone:before {
  content: "\E94B";
}
.icon-photo .path1:before {
  content: "\E94C";
  color: rgb(253, 249, 241);
}
.icon-photo .path2:before {
  content: "\E94D";
  margin-left: -0.998046875em;
  color: rgb(253, 249, 241);
}
.icon-photo .path3:before {
  content: "\E94E";
  margin-left: -0.998046875em;
  color: rgb(214, 180, 97);
}
.icon-photo .path4:before {
  content: "\E94F";
  margin-left: -0.998046875em;
  color: rgb(214, 180, 97);
}
.icon-photo .path5:before {
  content: "\E950";
  margin-left: -0.998046875em;
  color: rgb(214, 180, 97);
}
.icon-photo .path6:before {
  content: "\E951";
  margin-left: -0.998046875em;
  color: rgb(214, 180, 97);
}
.icon-photo .path7:before {
  content: "\E952";
  margin-left: -0.998046875em;
  color: rgb(214, 180, 97);
}
.icon-photo .path8:before {
  content: "\E953";
  margin-left: -0.998046875em;
  color: rgb(214, 180, 97);
}
.icon-photo .path9:before {
  content: "\E954";
  margin-left: -0.998046875em;
  color: rgb(214, 180, 97);
}
.icon-photo .path10:before {
  content: "\E955";
  margin-left: -0.998046875em;
  color: rgb(214, 180, 97);
}
.icon-photo .path11:before {
  content: "\E956";
  margin-left: -0.998046875em;
  color: rgb(214, 180, 97);
}
.icon-photo .path12:before {
  content: "\E957";
  margin-left: -0.998046875em;
  color: rgb(214, 180, 97);
}
.icon-photo .path13:before {
  content: "\E958";
  margin-left: -0.998046875em;
  color: rgb(214, 180, 97);
}
.icon-photo .path14:before {
  content: "\E959";
  margin-left: -0.998046875em;
  color: rgb(214, 180, 97);
}
.icon-photo .path15:before {
  content: "\E95A";
  margin-left: -0.998046875em;
  color: rgb(214, 180, 97);
}
.icon-shopping-cart:before {
  content: "\E95B";
}
.icon-star:before {
  content: "\E95C";
  color: #d6b461;
}
.icon-tiktok:before {
  content: "\E95D";
}
.icon-video .path1:before {
  content: "\E95F";
  color: rgb(214, 180, 97);
}
.icon-video .path2:before {
  content: "\E960";
  margin-left: -1.0693359375em;
  color: rgb(44, 42, 44);
}
.icon-video .path3:before {
  content: "\E961";
  margin-left: -1.0693359375em;
  color: rgb(44, 42, 44);
}
.icon-video .path4:before {
  content: "\E962";
  margin-left: -1.0693359375em;
  color: rgb(44, 42, 44);
}
.icon-video .path5:before {
  content: "\E963";
  margin-left: -1.0693359375em;
  color: rgb(44, 42, 44);
}
.icon-video .path6:before {
  content: "\E964";
  margin-left: -1.0693359375em;
  color: rgb(44, 42, 44);
}
.icon-video .path7:before {
  content: "\E965";
  margin-left: -1.0693359375em;
  color: rgb(44, 42, 44);
}
.icon-video .path8:before {
  content: "\E966";
  margin-left: -1.0693359375em;
  color: rgb(44, 42, 44);
}
.icon-video .path9:before {
  content: "\E967";
  margin-left: -1.0693359375em;
  color: rgb(44, 42, 44);
}
.icon-wedding-rings .path1:before {
  content: "\E968";
  color: rgb(214, 180, 97);
}
.icon-wedding-rings .path2:before {
  content: "\E969";
  margin-left: -0.8525390625em;
  color: rgb(214, 180, 97);
}
.icon-wedding-rings .path3:before {
  content: "\E96A";
  margin-left: -0.8525390625em;
  color: rgb(214, 180, 97);
}
.icon-wedding-rings .path4:before {
  content: "\E96B";
  margin-left: -0.8525390625em;
  color: rgb(214, 180, 97);
}
.icon-wedding-rings .path5:before {
  content: "\E96C";
  margin-left: -0.8525390625em;
  color: rgb(214, 180, 97);
}
.icon-wedding-rings .path6:before {
  content: "\E96D";
  margin-left: -0.8525390625em;
  color: rgb(214, 180, 97);
}
.icon-wedding-rings .path7:before {
  content: "\E96E";
  margin-left: -0.8525390625em;
  color: rgb(253, 249, 241);
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/images/vendor/photoswipe/dist/default-skin/default-skin.png?e3f799c6dec9af194c86decdf7392405) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/images/vendor/photoswipe/dist/default-skin/default-skin.svg?b257fa9c5ac8c515ac4d77a667ce2943); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(/images/vendor/photoswipe/dist/default-skin/preloader.gif?e34aafbb485a96eaf2a789b2bf3af6fe) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
@charset "UTF-8";
html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
body {
  margin: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer;
}
*:focus {
  outline: 0 none;
}
ul {
  margin: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
button {
  border: 0;
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #d6b461;
  text-align: center;
  font-weight: 500;
  transition: all 0.2s;
}
.btn--primary {
  color: #2c2a2c;
  background: #d6b461;
  font-weight: 500;
  padding: 0 35px;
}
.btn--primary:hover {
  color: #fdf9f1;
  background: #A88D4A;
}
@media screen and (max-width: 768px) {
  .btn--primary:hover {
    background: #d6b461;
  }
}
.btn--secondary {
  font-size: 17px;
  line-height: 1.41;
  letter-spacing: 0.85px;
  color: #ffffff;
  height: 50px;
  background: #2c2a2c;
}
.btn--secondary:hover {
  color: #FFF;
  background: #121112;
}
.btn--danger {
  background: #ff3860;
}
.btn--danger:hover {
  background: #ff0537;
}
.btn--warning {
  background: #ffd324;
}
.btn--warning:hover {
  background: #f0c000;
}
.btn--outline {
  padding: 15px 36px;
  border: 1px solid #2c2a2c;
  color: #2c2a2c;
  transition: all 0.3s !important;
  background-color: transparent;
}
.btn--outline:hover {
  box-shadow: inset 156px 0px 0px #d6b461;
  color: #2c2a2c;
  border-color: #d6b461;
}
@media screen and (max-width: 380px) {
  .btn--outline:hover {
    box-shadow: inset 300px 0px 0px #d6b461;
  }
}
@media screen and (max-width: 380px) {
  .btn--outline {
    width: 100%;
  }
}
.cart .btn--outline:hover {
  box-shadow: inset 240px 0px 0px #d6b461;
}
@media screen and (max-width: 768px) {
  .cart .btn--outline:hover {
    box-shadow: none;
  }
}
.btn--gold-outline {
  padding: 15px 36px;
  border: 1px solid #d6b461;
  color: #fdf9f1;
  transition: all 0.3s !important;
  background-color: transparent;
}
.btn--gold-outline:hover {
  box-shadow: inset 200px 0px 0px #d6b461;
  color: #2c2a2c;
}
@media screen and (max-width: 768px) {
  .btn--gold-outline:hover {
    box-shadow: none;
  }
}
.search__view-more .btn--gold-outline {
  color: #2c2a2c;
}
@media screen and (max-width: 380px) {
  .footer__button .btn--outline {
    width: 216px;
  }
}
.btn--link {
  color: #d6b461;
}
.btn--link:hover {
  color: #A88D4A;
}
.btn:disabled,
.btn[disabled] {
  background-color: #605d5d;
  color: #fdf9f1;
  cursor: not-allowed;
}
.btn--block {
  display: block;
  width: 100%;
}
.btn--block + .btn--block {
  margin-top: 4px;
}
.btn--loading {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}
.btn--loading:after {
  -webkit-animation: rotating 500ms infinite linear;
          animation: rotating 500ms infinite linear;
  border: 3px solid #FFF;
  border-radius: 100%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}
.button-group {
  flex-wrap: wrap;
  display: inline-flex;
  align-items: baseline;
  margin: -0.125em;
}
.button-group .btn {
  margin: 0.125em;
}
@-webkit-keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.btn--order {
  position: relative;
  padding-left: 63px;
  padding-right: 13px;
  border: 1px solid #d6b461;
  color: #2c2a2c;
  transition: all 0.3s !important;
  background-color: #fdf9f1;
}
.btn--order::before {
  content: '\E95B';
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: 'icomoon';
  font-size: 22px;
  color: #2c2a2c;
  background-color: #d6b461;
}
.btn--order:hover {
  box-shadow: inset 266px 0px 0px #d6b461;
}
@media screen and (max-width: 768px) {
  .btn--order:hover {
    box-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  .header__button .btn--outline {
    width: 200px;
  }
}
.btn--search {
  padding: 0 20px;
}
.btn--search::before {
  content: '\E932';
  font-family: 'icomoon' !important;
  position: absolute;
  left: 24%;
  font-size: 22px;
  color: #2c2a2c;
  transform: translateX(-50%);
  transition: all 0.2s;
}
.btn--search:hover::before {
  color: #fdf9f1;
}
.btn--search span {
  margin-left: 20px;
}
.btn--filter {
  position: absolute;
  right: 10px;
  top: -8px;
  padding: 20px;
  border-radius: 20px;
  z-index: 98;
  display: none;
  border-radius: 0;
}
@media screen and (max-width: 992px) {
  .btn--filter {
    display: inline-flex;
  }
}
@media screen and (max-width: 400px) {
  .btn--filter {
    top: 5px;
  }
}
@media screen and (max-width: 350px) {
  .btn--filter {
    padding: 10px;
    right: 0;
  }
}
.btn--filter-big {
  padding-right: 0;
}
.btn--filter-icon {
  display: none;
  position: fixed;
  right: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 12px;
  background-color: #2c2a2c;
}
.btn--facebook,
.btn--google,
.btn--confirm-deactivation {
  justify-content: space-between;
  padding: 0 20px;
  height: 50px;
  font-size: 17px;
  line-height: 1.41;
  letter-spacing: 0.85px;
  color: #ffffff;
}
.btn--facebook {
  background-color: #3b5998;
}
.btn--facebook:hover {
  background: #324b81;
  color: #ffffff;
}
.btn--facebook:hover .icon-fb:before {
  color: #ffffff;
}
.btn--google {
  background-color: #ea4335;
}
.btn--google:hover {
  background-color: #e72918;
  color: #ffffff;
}
.btn--deactivate {
  margin-top: 20px;
}
.btn--confirm-deactivation {
  display: flex;
  justify-content: center;
  width: 85px;
  background-color: #ea4335;
}
.btn--decline {
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  .move-top {
    display: flex;
    top: 50px;
  }
}
@media screen and (max-width: 950px) {
  .move-top {
    top: 85px;
  }
}
.btn--disabled {
  padding: 0 15px;
  background-color: #868e96;
  color: #ffffff;
  cursor: not-allowed;
}
select,
textarea,
input[type=text],
input[type=email],
input[type=password] {
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 1.38;
  -webkit-appearance: none;
  border: none;
  font-family: 'Raleway', sans-serif;
  height: 50px;
  color: #fdf9f1;
  background-color: #2c2a2c;
}
select:focus,
textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  border-color: #d6b461;
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder {
  color: #fdf9f1;
}
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  color: #fdf9f1;
}
select::placeholder,
textarea::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder {
  color: #fdf9f1;
}
textarea {
  min-height: 125px;
}
button,
input[type=submit],
input[type=button] {
  cursor: pointer;
  font: inherit;
  background: none;
  -webkit-appearance: none;
}
input[type=checkbox],
input[type=radio] {
  overflow: hidden !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: absolute;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}
textarea {
  resize: none;
}
label {
  display: block;
  position: relative;
}
select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form__group {
  padding-bottom: 12px;
  position: relative;
}
.form__label {
  margin-bottom: 3px;
  color: rgba(56, 56, 56, 0.5);
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
}
.form__input {
  position: relative;
}
/**
 * Checkbox and radio
 */
.form__group--radio label,
.form__group--checkbox label {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.form__group--radio .form__label,
.form__group--checkbox .form__label {
  margin-bottom: 0;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(253, 249, 241, 0.6);
}
.form__group--radio .form__label:hover,
.form__group--checkbox .form__label:hover {
  color: #d6b461;
}
.form__group--radio label + label {
  margin-top: 8px;
}
.radio-text,
.checkbox-text {
  display: inline-block;
}
.form__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  background: #FFF;
  margin-top: -1px;
}
.form__group--checkbox .form__icon {
  border-radius: 0;
}
.form__group--radio input[type=radio] ~ .form__icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #d6b461;
}
.form__group--checkbox input[type=checkbox] ~ .form__icon:after {
  content: '\E928';
  font-size: 13px;
  font-family: icomoon !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  flex-shrink: 0;
  color: #d6b461;
}
.form__group--checkbox:hover input[type=checkbox] ~ .form__icon:after {
  opacity: 0.33;
  color: #d6b461;
}
.form__group--checkbox input[type=checkbox]:checked ~ .form__label {
  color: #cba139;
}
.login__form .form__group--checkbox input[type=checkbox]:checked ~ .form__label {
  color: #2c2a2c;
}
.form__group--radio input[type=radio]:checked ~ .form__icon:after,
.form__group--checkbox input[type=checkbox]:checked ~ .form__icon:after {
  opacity: 1;
}
.form__group--checkbox:hover input[type=checkbox]:checked ~ .form__icon:after {
  color: #d6b461;
}
/**
 * Errors
 */
.form__group--has-error input[type="text"],
.form__group--has-error input[type="email"],
.form__group--has-error input[type="password"],
.form__group--has-error select,
.form__group--has-error textarea {
  border-color: #ff000f;
}
.form__error,
.cart__order--error {
  margin-top: 6px;
  text-transform: uppercase;
  color: #ff000f;
  font-size: 12px;
}
.form__help {
  color: rgba(56, 56, 56, 0.5);
  margin-top: 3px;
  font-size: 12px;
}
.form__required {
  font-size: 17px;
  color: #d6b461;
}
.form__required:after {
  content: "*";
}
.form__group > .form__label {
  margin-bottom: 12px;
  display: block;
}
.form-row .form__group.form__group--text {
  width: 100%;
}
/**
 * Disabled
 */
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  color: #eee;
}
.item__variety select {
  color: rgba(56, 56, 56, 0.5);
}
.form__input--select {
  position: relative;
}
.form__input--select::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 26px;
  font-size: 11px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fdf9f1;
  transform: translateY(-50%);
  color: #fdf9f1;
  transition: all 0.2s;
  z-index: 9999999;
}
.form__input--select.rotateArrow::after {
  transform: translateY(-50%) rotate(180deg);
  color: #2c2a2c;
}
.custom-select {
  position: relative;
  font-family: Arial;
}
.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}
.select-selected {
  position: relative;
  height: 50px;
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  border: none;
  font-size: 14px;
  line-height: 2.5;
  color: rgba(56, 56, 56, 0.5);
  box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.05);
}
.cart .form__input--select::after {
  color: #2c2a2c;
}
/*style the arrow inside the select element:*/
.select-selected span {
  position: relative;
  display: block;
  width: 122px;
  height: 30px;
  margin-top: 3px;
  padding: 0 10px;
  background: rgba(56, 56, 56, 0.5);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  pointer-events: none;
}
.select-selected span::after {
  content: '\E915';
  font-family: 'icomoon';
  position: absolute;
  right: 7px;
  top: 6px;
  color: #fff;
  font-size: 8px;
  pointer-events: all;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  transform: rotate(180deg);
  top: 26%;
  color: #2c2a2c;
}
/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: rgba(56, 56, 56, 0.5);
  padding: 8px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: 'MarcellusSC', serif;
}
.select-items div {
  color: #2c2a2c;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding-right: 10px;
}
.same-as-selected {
  background-color: #f4f4f4;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  color: #d6b461;
}
input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.input-group {
  position: relative;
  display: flex;
}
@media screen and (max-width: 600px) {
  .input-group {
    margin-bottom: 20px;
  }
}
.input-group input[type='button'] {
  background-color: #2c2a2c;
  transition: all 300ms ease;
  border: none;
  color: #fdf9f1;
  width: 20px;
  justify-content: center;
  display: flex;
}
.input-group .quantity-field {
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-left: -1px;
  resize: vertical;
  width: 40px;
  height: 50px;
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(56, 56, 56, 0.5);
  background-color: #ffffff;
  line-height: 1.33;
  letter-spacing: 0.02px;
  text-align: center;
  color: #2c2a2c;
  padding: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.fast-order .form__group.form__group--has-error {
  flex-direction: column;
}
.login__form .form__group {
  padding-bottom: 20px;
}
.login__form .form__label {
  font-size: 17px;
  line-height: 1.41;
  letter-spacing: 0.85px;
  color: #2c2a2c;
}
@media screen and (max-width: 933px) {
  .login__form .form__input input {
    width: 315px;
  }
}
@media screen and (max-width: 898px) {
  .login__form .form__input input {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .login__form .form__input input {
    width: 100%;
  }
}
.login__form .form__group--checkbox .form__icon {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  border: solid 1px rgba(56, 56, 56, 0.5);
  background-color: #f4f4f4;
}
.register__info .form__group--checkbox .form__icon,
.invoice-row .form__group--checkbox .form__icon,
.register__info .form__group--checkbox-payment .form__icon {
  width: 27px;
  height: 27px;
  border: 2px solid #2c2a2c;
  background-color: transparent;
}
.register__info .form__group--checkbox-payment .form__icon {
  background-color: rgba(253, 249, 241, 0.25);
  border: none;
}
.form__group--checkbox-payment {
  padding-bottom: 0;
}
.login__form .form__group--checkbox .form__icon {
  border: solid 1px #2c2a2c;
  background-color: transparent;
}
.login__form .remember-label {
  font-size: 14px;
  color: #2c2a2c;
}
.login__form .form__group--checkbox input[type=checkbox] ~ .form__icon:after,
.login__form .form__group--checkbox:hover input[type=checkbox]:checked ~ .form__icon:after {
  color: #2c2a2c;
}
.register .form__label,
.contacts .form__label {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.41;
  letter-spacing: 0.85px;
  color: #2c2a2c;
}
@media screen and (max-width: 399px) {
  .cart .form__label--address {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .form-row {
    flex-direction: column;
    align-items: center;
  }
}
.form-row input {
  width: 527px;
}
@media screen and (max-width: 1165px) {
  .form-row input {
    width: 100%;
  }
}
.container--min-width .form-row input {
  width: 100%;
}
.form-row .form__group {
  width: 49%;
}
.fast-order .form-row input {
  padding-bottom: 0;
}
.register .form__input select {
  width: 355px;
}
@media screen and (max-width: 768px) {
  .register .form__input select {
    width: 100%;
  }
}
.form-row .form__input--smal input {
  width: 163px;
}
@media screen and (max-width: 768px) {
  .form-row .form__input--smal input {
    width: 100%;
  }
}
.form__group--actions {
  margin-top: 45px;
}
.cart .form__label,
.fast-order .form__label {
  position: absolute;
  top: 5px;
  transform: translateY(10px);
  left: 16px;
  color: #fdf9f1;
  z-index: 2;
  transition: all 0.1s;
}
.cart .form__group--filled .form__label,
.cart .form__group--focused .form__label,
.fast-order .form__group--filled .form__label,
.fast-order .form__group--focused .form__label {
  transform: scale(0.8) translateY(0);
  opacity: 0.6;
}
.cart .form-row input {
  width: 100%;
}
.cart .form-row--three-group input {
  width: 162px;
}
@media screen and (max-width: 1300px) {
  .cart .form-row--three-group input {
    width: 145px;
  }
}
@media screen and (max-width: 1270px) {
  .cart .form-row--three-group input {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .form-row .form__group {
    width: 100%;
  }
}
.form__group--radio .form__label {
  font-size: 14px;
  margin-bottom: 0;
  text-transform: none;
}
@media screen and (max-width: 480px) {
  .form__group--radio .form__label {
    font-size: 13px;
  }
}
.form__group--radio .form__icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(253, 249, 241, 0.25);
}
.cart .form__group--radio.form__group--filled .form__label,
.cart .form__group--radio.form__group--focused .form__label {
  transform: none;
  opacity: 1;
}
.row {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}
.column,
.columns {
  flex: 1 1 0px;
  padding-right: 12px;
  padding-left: 12px;
  min-width: 0;
}
.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}
.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.small-offset-0 {
  margin-left: 0%;
}
.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column,
.small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}
.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column,
.small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}
.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column,
.small-up-3 > .columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column,
.small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}
.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column,
.small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}
.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column,
.small-up-6 > .columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column,
.small-up-7 > .columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}
.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column,
.small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 12px;
  padding-left: 12px;
}
@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column,
.row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}
.column-block {
  margin-bottom: 24px;
}
.column-block > :last-child {
  margin-bottom: 0;
}
.align-right {
  justify-content: flex-end;
}
.align-center {
  justify-content: center;
}
.align-justify {
  justify-content: space-between;
}
.align-spaced {
  justify-content: space-around;
}
.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
  justify-content: center;
}
.align-top {
  align-items: flex-start;
}
.align-self-top {
  align-self: flex-start;
}
.align-bottom {
  align-items: flex-end;
}
.align-self-bottom {
  align-self: flex-end;
}
.align-middle {
  align-items: center;
}
.align-self-middle {
  -ms-grid-row-align: center;
  align-self: center;
}
.align-stretch {
  align-items: stretch;
}
.align-self-stretch {
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.small-order-1 {
  order: 1;
}
.small-order-2 {
  order: 2;
}
.small-order-3 {
  order: 3;
}
.small-order-4 {
  order: 4;
}
.small-order-5 {
  order: 5;
}
.small-order-6 {
  order: 6;
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}
.flex-child-auto {
  flex: 1 1 auto;
}
.flex-child-grow {
  flex: 1 0 auto;
}
.flex-child-shrink {
  flex: 0 1 auto;
}
.flex-dir-row {
  flex-direction: row;
}
.flex-dir-row-reverse {
  flex-direction: row-reverse;
}
.flex-dir-column {
  flex-direction: column;
}
.flex-dir-column-reverse {
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 1300px) {
  .large-2 {
    flex: 0 0 16.66667% !important;
    max-width: 16.66667% !important;
  }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
.swiper-button-next,
.swiper-button-prev,
.swiper-button-prev--decorations,
.swiper-button-next--decorations,
.swiper-button-prev--top,
.swiper-button-next--top,
.swiper-button-next--discount,
.swiper-button-prev--discount,
.swiper-button-prev--reviews,
.swiper-button-next--reviews,
.swiper-button-prev--other,
.swiper-button-next--other,
.swiper-button-prev--similar,
.swiper-button-next--similar {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: none;
  background: rgba(44, 42, 44, 0.1);
  border-radius: 100%;
  width: 62px;
  height: 62px;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-button-prev--decorations,
  .swiper-button-next--decorations,
  .swiper-button-prev--top,
  .swiper-button-next--top,
  .swiper-button-next--discount,
  .swiper-button-prev--discount,
  .swiper-button-prev--reviews,
  .swiper-button-next--reviews,
  .swiper-button-prev--other,
  .swiper-button-next--other,
  .swiper-button-prev--similar,
  .swiper-button-next--similar {
    position: static;
    transform: none;
    margin: 0 12px;
  }
}
.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-prev--decorations:hover,
.swiper-button-next--decorations:hover,
.swiper-button-prev--top:hover,
.swiper-button-next--top:hover,
.swiper-button-next--discount:hover,
.swiper-button-prev--discount:hover,
.swiper-button-prev--reviews:hover,
.swiper-button-next--reviews:hover,
.swiper-button-prev--other:hover,
.swiper-button-next--other:hover,
.swiper-button-prev--similar:hover,
.swiper-button-next--similar:hover {
  background-color: #d6b461;
}
.swiper-button-prev--decorations,
.swiper-button-prev--discount,
.swiper-button-prev--top,
.swiper-button-prev--reviews,
.swiper-button-prev--other,
.swiper-button-prev--similar,
.slider .arrows-wrapper .swiper-button-prev {
  left: calc((100% - 1350px)/2);
}
@media screen and (max-width: 1360px) {
  .swiper-button-prev--decorations,
  .swiper-button-prev--discount,
  .swiper-button-prev--top,
  .swiper-button-prev--reviews,
  .swiper-button-prev--other,
  .swiper-button-prev--similar,
  .slider .arrows-wrapper .swiper-button-prev {
    left: -5px;
  }
}
@media screen and (max-width: 1280px) {
  .swiper-button-prev--decorations,
  .swiper-button-prev--discount,
  .swiper-button-prev--top,
  .swiper-button-prev--reviews,
  .swiper-button-prev--other,
  .swiper-button-prev--similar,
  .slider .arrows-wrapper .swiper-button-prev {
    left: 4%;
  }
}
@media screen and (max-width: 1360px) {
  .slider .arrows-wrapper .swiper-button-prev {
    left: -25px;
  }
}
@media screen and (max-width: 480px) {
  .swiper-buttons .swiper-button-prev,
  .swiper-buttons .swiper-button-next {
    transform: none;
  }
}
.swiper-button-next--decorations,
.swiper-button-next--discount,
.swiper-button-next--top,
.swiper-button-next--reviews,
.swiper-button-next--other,
.swiper-button-next--similar,
.slider .arrows-wrapper .swiper-button-next {
  right: calc((100% - 1350px)/2);
}
@media screen and (max-width: 1360px) {
  .swiper-button-next--decorations,
  .swiper-button-next--discount,
  .swiper-button-next--top,
  .swiper-button-next--reviews,
  .swiper-button-next--other,
  .swiper-button-next--similar,
  .slider .arrows-wrapper .swiper-button-next {
    right: -5px;
  }
}
@media screen and (max-width: 1280px) {
  .swiper-button-next--decorations,
  .swiper-button-next--discount,
  .swiper-button-next--top,
  .swiper-button-next--reviews,
  .swiper-button-next--other,
  .swiper-button-next--similar,
  .slider .arrows-wrapper .swiper-button-next {
    right: 4%;
  }
}
@media screen and (max-width: 1360px) {
  .slider .arrows-wrapper .swiper-button-next {
    right: -25px;
  }
}
.slider .swiper-button-prev,
.columns--first-slider .swiper-button-prev {
  left: calc((100% - 1100px)/2);
}
@media screen and (max-width: 1360px) {
  .slider .swiper-button-prev,
  .columns--first-slider .swiper-button-prev {
    left: -5px;
  }
}
@media screen and (max-width: 1280px) {
  .slider .swiper-button-prev,
  .columns--first-slider .swiper-button-prev {
    left: 4%;
  }
}
.slider .swiper-button-next,
.columns--first-slider .swiper-button-next {
  right: calc((100% - 1100px)/2);
}
@media screen and (max-width: 1360px) {
  .slider .swiper-button-next,
  .columns--first-slider .swiper-button-next {
    right: -5px;
  }
}
@media screen and (max-width: 1280px) {
  .slider .swiper-button-next,
  .columns--first-slider .swiper-button-next {
    right: 4%;
  }
}
@media screen and (max-width: 480px) {
  .swiper-buttons {
    display: flex;
    justify-content: center;
  }
}
.swiper-button-next--decorations {
  top: 57%;
}
@media screen and (max-width: 1360px) {
  .swiper-button-next--decorations {
    right: 4%;
  }
}
@media screen and (max-width: 1327px) {
  .swiper-button-next--decorations {
    right: 37px;
  }
}
.swiper-button-prev--decorations {
  top: 57%;
}
@media screen and (max-width: 1360px) {
  .swiper-button-prev--decorations {
    left: 4%;
  }
}
@media screen and (max-width: 1327px) {
  .swiper-button-prev--decorations {
    left: 37px;
  }
}
@media screen and (max-width: 1360px) {
  .slider .swiper-button-next {
    right: 4%;
  }
}
@media screen and (max-width: 480px) {
  .slider .swiper-button-next {
    position: absolute;
    margin: 0;
  }
}
@media screen and (max-width: 1360px) {
  .slider .swiper-button-prev {
    left: 4%;
  }
}
@media screen and (max-width: 480px) {
  .slider .swiper-button-prev {
    position: absolute;
    margin: 0;
  }
}
.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.first-slider .swiper-button-prev,
.first-slider .swiper-button-next,
.slider .arrows-wrapper .swiper-button-next,
.slider .arrows-wrapper .swiper-button-prev {
  top: 60%;
}
.swiper-wrapper-small {
  justify-content: center !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none !important;
}
.slider .swiper-button-next img,
.slider .swiper-button-prev img {
  width: 16px;
}
.slider .swiper-pagination-bullet:hover,
.slider .swiper-pagination-bullet,
.slider .swiper-pagination-bullet-active {
  background-color: #cba139;
}
.slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fdf9f1;
  opacity: 1;
}
.slider .swiper-pagination-bullet-active {
  width: 23px;
  height: 10px;
  border-radius: 5px;
  background-color: #fdf9f1;
}
.slider .swiper-slide {
  display: flex;
}
.swiper-button-prev--top,
.swiper-button-next--top {
  background-color: rgba(253, 249, 241, 0.1);
}
.slider .swiper-button-prev,
.slider .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1250px) {
  .gallery .swiper-button-prev,
  .gallery .swiper-button-next {
    position: static;
    transform: none;
    margin: 0 15px;
  }
}
@media screen and (max-width: 1250px) {
  .slider .arrows-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }
}
@media screen and (max-width: 500px) {
  .slider .arrows-wrapper {
    display: none;
  }
}
.slider .slider__slide {
  display: block;
}
/**
 * Slider page
 */
.slider__slide {
  width: 100%;
  position: relative;
  height: 517px;
  z-index: 2;
  color: #FFF;
}
.main-slider .slider__slide {
  height: 850px;
}
@media screen and (max-width: 1200px) {
  .main-slider .slider__slide {
    height: 600px;
  }
}
@media screen and (max-width: 950px) {
  .main-slider .slider__slide {
    height: 400px;
  }
}
.slider__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.slider__slide-image--mobile {
  display: none;
}
.slider__info {
  font-size: 13px;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
}
.slider__title {
  font-weight: 900;
  font-size: 36px;
}
.slider__subtitle {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 12px;
  line-height: 1.6;
  font-family: 'MarcellusSC', serif;
}
.slider__info > * + * {
  margin-top: 24px;
}
.slider__info * + .slider__subtitle {
  margin-top: 12px;
}
/**
 * Positioning
 */
.slider__info--horizontal-left {
  text-align: left;
}
.slider__info--horizontal-center {
  text-align: center;
}
.slider__info--horizontal-right {
  text-align: right;
}
.slider__info--vertical-top {
  top: 0;
}
.slider__info--vertical-center {
  top: 50%;
  transform: translateY(-50%);
}
.slider__info--vertical-bottom {
  bottom: 23px;
}
/**
* Buttons
*/
.slider__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 216px;
  color: white;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  min-width: 216px;
  text-align: center;
  width: auto;
  line-height: 1;
}
.slider__btn--primary {
  background-color: #d6b461;
}
.slider__btn--primary:hover {
  color: white;
  background-color: #cba139;
}
.slider__btn--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #d6b461;
}
.slider__btn--secondary:hover {
  background-color: #d6b461;
  color: #ffffff;
}
.slider__btn--outline {
  background-color: transparent;
  color: white;
  box-shadow: inset 0 0 0 2px #FFF;
}
.slider__btn--outline:hover {
  color: #d6b461;
  background: #FFF;
}
.slider__btn--outline:after {
  font-weight: normal;
}
.slider__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .slider__info {
    padding: 42px 24px;
  }
  .slider__title {
    font-size: 20px;
  }
  .slider__subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .slider__container__intro__btn-container {
    display: flex;
    flex-direction: column;
  }
  .slider__btn {
    margin-top: 6px;
  }
  .slider__title {
    font-size: 16px;
  }
  .slider_subtitle {
    font-size: 12px;
  }
  .slider__btn {
    font-size: 10px;
  }
  .slider__slide-image--mobile {
    display: block;
  }
  .slider__slide-image--desktop {
    display: none;
  }
  .slider__info > * + * {
    margin-top: 12px;
  }
  .slider__info * + .slider__subtitle {
    margin-top: 6px;
  }
}
@media screen and (max-width: 480px) {
  .slider__btn {
    font-size: 9px;
  }
}
.gallery-top {
  position: relative;
  height: auto !important;
  width: 100%;
}
.gallery-top .swiper-slide img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 700px) {
  .gallery-top .swiper-slide img {
    height: 400px;
  }
}
@media screen and (max-width: 400px) {
  .gallery-top .swiper-slide img {
    height: 360px;
  }
}
.inner-page .gallery-thumbs {
  height: 75px;
}
.gallery .gallery-thumbs {
  height: 100px !important;
  box-sizing: border-box;
  margin-top: 30px;
  display: none;
}
@media screen and (max-width: 500px) {
  .gallery .gallery-thumbs {
    display: block;
  }
}
.gallery .gallery-thumbs .swiper-wrapper {
  align-items: center;
}
.gallery-thumbs .swiper-slide {
  display: flex;
  align-items: center;
  width: 75px !important;
  height: 75px !important;
}
@media screen and (max-width: 323px) {
  .gallery-thumbs .swiper-slide {
    margin-right: 8px !important;
    margin-left: 2px;
  }
}
.gallery-thumbs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 5px #fdf9f1;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide .thumb-image {
  width: 65px;
  height: 65px;
  cursor: pointer;
}
table {
  border: none;
  border-collapse: collapse;
  background: #FFF;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
}
.inner-table thead {
  background: #d6b461;
  color: #2c2a2c;
  height: 50px;
}
.inner-table tr {
  height: 50px;
}
@media screen and (max-width: 572px) {
  .inner-table tr {
    height: auto;
  }
}
.inner-table th,
.inner-table td {
  position: relative;
  text-align: center;
}
.inner-table th::after,
.inner-table td::after {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  display: block;
  width: 1px;
  height: 35px;
  opacity: 0.1;
  background-color: #ffffff;
}
.inner-table td::after {
  height: 50px;
  background: #2c2a2c;
}
.inner-table tbody tr:nth-child(even) {
  background: #f5e9d2;
}
.inner-table tbody td::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  opacity: 0;
  transform: translateX(-50%);
}
.inner-table tbody td:hover {
  color: #d6b461;
}
.inner-table tbody tr:nth-child(even) td:hover::before {
  opacity: 1;
  border-bottom: 7px solid #fff;
}
.inner-table tbody tr:nth-child(odd) td:hover::before {
  opacity: 1;
  border-bottom: 7px solid #f5e9d2;
}
.table {
  border: solid 1px rgba(56, 56, 56, 0.5);
}
.table tr {
  border: solid 1px rgba(56, 56, 56, 0.5);
}
th,
td {
  text-align: left;
  padding: 10px;
  border: none;
}
@media screen and (max-width: 1121px) {
  th,
  td {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 1023px) {
  th,
  td {
    padding: 10px;
  }
}
.order-list td {
  padding: 10px 7px;
}
.table--full-width {
  width: 100%;
}
.table__number {
  text-align: right;
}
.table--striped thead tr {
  background: rgba(0, 0, 0, 0.1);
}
.table--striped tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}
.tablecol-shrink {
  width: 1%;
}
.table__col--shrink {
  width: 1%;
}
.table__col--grow {
  width: 100%;
}
.table__head {
  color: #fdf9f1;
  border: solid 1px rgba(56, 56, 56, 0.5);
  background-color: #2c2a2c;
}
@media only screen and (max-width: 572px) {
  .table__head {
    display: none;
  }
}
.table__head th {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.6;
}
.profile__order-list {
  width: 100%;
  background-color: #fdf9f1;
  border: 1px solid #2c2a2c;
}
.profile__order-list td {
  border: 1px solid #2c2a2c;
}
@media only screen and (max-width: 572px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  .profile__order-list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .profile__order-list tr {
    border: 1px solid rgba(56, 56, 56, 0.5);
  }
  .profile__order-list td {
    position: relative;
    padding-left: 200px;
    margin-left: 150px;
  }
  .profile__order-list td {
    border: none;
    border-bottom: 1px solid #2c2a2c;
  }
  .profile__order-list td:before {
    position: absolute;
    top: 12px;
    left: 6px;
    width: 150px;
    padding-right: 40px;
    white-space: nowrap;
    margin-left: -156px;
    border-bottom: solid 1px #2c2a2c;
    padding-bottom: 10px;
    margin-top: -2px;
    padding-left: 10px;
  }
  .profile__order-list td:nth-of-type(1):before {
    content: "\414\430\442\430";
    padding-bottom: 33px;
  }
  .profile__order-list td:nth-of-type(2):before {
    content: "\41D\43E\43C\435\440   \43D\430   \43F\43E\440\44A\447\43A\430\442\430";
  }
  .profile__order-list td:nth-of-type(3):before {
    content: "\421\442\430\442\443\441";
  }
  .profile__order-list td:nth-of-type(4):before {
    content: "\41E\431\449\43E";
  }
  .profile__order-list td:last-of-type {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 515px) {
  .profile__order-list td {
    padding-left: 150px;
    font-size: 13px;
  }
  .profile__order-list td:nth-of-type(1):before {
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 460px) {
  .profile__order-list td {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 410px) {
  .profile__order-list td {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 370px) {
  .profile__order-list td {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 340px) {
  .profile__order-list td {
    padding-left: 15px;
  }
}
html {
  font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c2a2c;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  font-weight: 400;
}
h1 {
  position: relative;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.23;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}
h1.decorated::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
  width: 201.8px;
  height: 36.8px;
  background: url('/images/decoration.svg') no-repeat center center;
}
.main h1 {
  margin-bottom: 20px;
}
.inner h1 {
  margin-bottom: 20px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
  line-height: 1.41;
  letter-spacing: 0.85px;
}
@media screen and (max-width: 480px) {
  h5 {
    font-size: 15px;
  }
}
h6 {
  font-size: 14px;
}
p {
  font-family: 'Raleway', sans-serif;
  color: #2c2a2c;
  margin: 0;
  font-size: 16px;
  line-height: 1.38;
}
* + p,
* + table,
.inner * + ul {
  margin-top: 24px;
}
ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
a img {
  border: 0;
}
a {
  color: #d6b461;
  text-decoration: none;
  outline: 0 none;
  cursor: pointer;
  transition: all 0.2s;
}
a:hover {
  color: #A88D4A;
}
ul li {
  list-style-type: none;
}
.inner .static-page ul {
  margin-top: 10px;
}
.inner .static-page ul li,
.inner .inner__info ul li {
  position: relative;
  margin-left: 20px;
  font-size: 15px;
  color: #2c2a2c;
  line-height: 1.6;
}
.inner .static-page ul li::before,
.inner .inner__info ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #d6b461;
  position: absolute;
  left: -13px;
  top: 10px;
  border-radius: 50%;
}
.no-user-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clearfix:after,
.columns:after {
  content: "";
  display: block;
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-primary {
  color: #d6b461;
}
.text-secondary {
  color: #2c2a2c;
}
.text-white {
  color: #ffffff;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.pd-0 {
  padding: 0 !important;
}
.pd-t-0 {
  padding-top: 0 !important;
}
.pd-b-0 {
  padding-bottom: 0 !important;
}
.pd-l-0 {
  padding-left: 0 !important;
}
.pd-r-0 {
  padding-right: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.container {
  width: 100%;
  padding: 12px;
  margin-left: auto;
  margin-right: auto;
}
.container--max-width {
  max-width: 1230px;
}
.container--min-width {
  max-width: 948px;
}
.nowrap {
  flex-wrap: nowrap;
}
.overflow-auto {
  overflow: auto;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.position-relative {
  position: relative;
}
.gray-text {
  display: flex;
  align-items: center;
  color: rgba(56, 56, 56, 0.5);
  margin-bottom: 28px;
}
.fast-order__right .gray-text::before {
  content: '';
  display: block;
  width: 1px;
  height: 42px;
  margin-right: 12px;
  opacity: 0.22;
  background-color: #969696;
}
.d-flex {
  display: flex;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.flex-wrap {
  flex-wrap: wrap;
}
.hidden {
  display: none;
}
.special-font {
  font-family: Caveat;
  font-size: 26px;
  font-weight: normal;
  color: #2c2a2c;
}
.cart-tooltip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -51px;
  background: #2c2a2c;
  color: #fff;
  padding: 12px;
  font-size: 12px;
  border-radius: 20px;
  white-space: nowrap;
  margin-bottom: 4px;
  font-weight: normal;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
}
.cart-tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2c2a2c;
  top: -5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.tooltip-visible.cart-tooltip {
  visibility: visible;
  opacity: 1;
  transition: transform 0.25s, opacity 0.25s, visibility 0s;
}
.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  height: auto;
}
.swiper-slide--align-fix {
  flex-grow: 1 !important;
  width: auto !important;
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: 0;
  transform: translateY(-50%);
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.page-wrapper {
  display: flex;
}
.nav {
  min-width: 15%;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.content {
  flex-grow: 1;
}
.breadcrumb {
  display: flex;
  margin: 0;
  list-style: none;
  border-radius: 0.25rem;
  font-size: 13px;
  background: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 400px) {
  .browse-page .breadcrumb {
    width: 40%;
  }
}
.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  margin-right: -0.25rem;
  color: #d6b461;
}
@media screen and (max-width: 600px) {
  .breadcrumb-item {
    padding-bottom: 7px;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\E903";
  font-family: 'icomoon' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 12.2px;
  display: inline-block;
  text-decoration: inherit;
  padding-right: 14px;
  padding-left: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-right: -0.25rem;
}
@media screen and (max-width: 600px) {
  .breadcrumb-item + .breadcrumb-item::before {
    padding-left: 3px;
  }
}
.breadcrumb-item--active {
  color: #d6b461;
}
.breadcrumb-item a {
  font-size: 13px;
  color: rgba(44, 42, 44, 0.5);
}
.breadcrumb-item a:hover {
  color: #d6b461;
}
.mobile-breadcrumbs {
  display: none;
}
@media screen and (max-width: 1023px) {
  .mobile-breadcrumbs {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .product-column-right .breadcrumb {
    display: none;
  }
}
.filters {
  width: 290px;
  max-width: 320px;
  padding: 30px 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #2c2a2c;
  height: 100%;
  margin-right: 60px;
}
@media screen and (max-width: 1100px) {
  .filters {
    margin-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  .filters {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 100px;
    width: auto;
    margin-right: 0;
    transform: translateX(100%);
    visibility: hidden;
    overflow: auto;
    z-index: 999999;
    transition: all 0.2s;
  }
}
.show-filter {
  visibility: visible;
  transform: translateX(0);
}
.filters__price {
  position: relative;
  height: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  .filters__price {
    margin-top: 15px;
  }
}
.filters__price h4 {
  position: relative;
}
.filters__price h4::after {
  content: '';
  position: absolute;
  right: 0;
  width: 78.4px;
  height: 23px;
  background: url('/images/decoration-small.svg') no-repeat center center;
}
.filters h4 {
  font-weight: 600;
  color: #d6b461;
  margin-bottom: 30px;
}
.filter__select h4 {
  margin-top: 60px;
}
.min-price,
.max-price {
  position: absolute;
  height: auto;
  margin-top: 20px;
  padding: 0;
  font-size: 14px;
  line-height: 1.29;
  font-weight: 400;
  color: #fdf9f1;
  opacity: 0.6;
  border: 0;
  box-shadow: none;
}
.max-price {
  right: -10px;
}
.min-price__label,
.max-price__label {
  position: absolute;
  top: 20px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 1.4px;
  font-weight: bold;
}
.min-price__label {
  left: 9px;
}
.max-price__label {
  right: -9px;
}
.filter__select,
.filter__checkbox,
.filter__search,
.filter__close {
  position: relative;
  padding: 0 20px;
  margin-top: 30px;
}
.filter__close {
  display: none;
}
@media screen and (max-width: 992px) {
  .filter__close {
    display: flex;
    justify-content: center;
  }
}
.filter__search {
  margin-top: 60px;
}
.filters .form__group--checkbox {
  display: none;
}
.visible-checkbox {
  display: block !important;
}
.filter__checkbox--all {
  position: relative;
  margin-left: 25px;
  margin-top: 20px;
  font-size: 14px;
  border-bottom: 1px solid;
}
.filter__checkbox--all::after {
  content: "\E901";
  font-family: 'icomoon';
  position: absolute;
  font-size: 9px;
  top: 5px;
  right: -15px;
  transform: rotate(-90deg);
}
.filter__checkbox--all.toggle-arrow::after {
  top: 3px;
  transform: rotate(90deg);
}
.filter__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clear {
  margin-left: 15px;
  font-size: 15px;
  padding: 0 15px;
  line-height: 1.6;
  text-align: center;
  color: #d6b461;
  border: 1px solid #d6b461;
}
.clear:hover {
  box-shadow: inset 110px 0px 0px #d6b461;
  color: #2c2a2c;
}
.floating {
  display: none;
  position: fixed;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  transition: all 0.2s;
}
@media screen and (max-width: 950px) {
  .floating {
    display: flex;
  }
}
.floating__btn {
  margin-left: 3px;
  margin-right: 3px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d6b461;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating a {
  color: #2c2a2c;
}
.floating .icon-phone {
  margin-right: 0;
}
footer {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #2c2a2c;
}
.footer__top .row--top {
  margin-top: 60px;
}
.footer__bottom .row {
  margin-top: 50px;
}
@media screen and (max-width: 889px) {
  .footer__bottom .row {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer__bottom .row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
}
.footer__bottom .small-12 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .footer__bottom .small-12 {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 580px) {
  .footer__top img {
    width: 50%;
  }
}
.footer__nav--top,
.footer__nav--top ul,
.footer__nav--bottom ul {
  display: flex;
}
.footer__button {
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .footer__button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .footer__button {
    margin-top: 15px;
  }
}
.footer__nav--top .top-nav__item--27,
.footer__nav--top .top-nav__item--25 {
  display: none;
}
.footer__nav--top {
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #d6b461;
}
@media screen and (max-width: 900px) {
  .footer__nav--top {
    flex-direction: column;
  }
}
@media screen and (max-width: 686px) {
  .footer__nav--top ul {
    flex-direction: column;
    text-align: center;
  }
}
.footer__nav--bottom {
  padding-top: 26px;
}
.footer__nav--bottom ul {
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .footer__nav--bottom ul {
    flex-direction: column;
    align-items: center;
  }
}
.footer__nav--top ul li {
  padding-left: 51px;
}
@media screen and (max-width: 1120px) {
  .footer__nav--top ul li {
    padding-left: 30px;
    position: relative;
  }
}
@media screen and (max-width: 746px) {
  .footer__nav--top ul li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 686px) {
  .footer__nav--top ul li {
    padding-left: 0;
    padding-bottom: 15px;
  }
}
.footer__nav--top ul li:first-child {
  padding-left: 0;
}
.footer__nav--top ul li a,
.footer__nav--top ul .top-nav__text {
  padding-bottom: 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.19;
  color: #fdf9f1;
  transition: all 0.2s;
}
.footer__nav--top ul li a:hover,
.footer__nav--top ul .top-nav__text:hover {
  color: #d6b461;
}
.footer__nav--bottom ul li {
  padding-right: 35px;
}
@media screen and (max-width: 979px) {
  .footer__nav--bottom ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 919px) {
  .footer__nav--bottom ul li {
    padding-right: 15px;
  }
}
@media screen and (max-width: 899px) {
  .footer__nav--bottom ul li {
    padding-bottom: 15px;
    padding-right: 0;
  }
}
.footer__nav--bottom ul li:last-of-type {
  padding-right: 0;
}
.footer__nav--bottom ul li a,
.footer__nav--bottom ul li span.clever-link {
  font-size: 14px;
  line-height: 1.29;
  color: rgba(253, 249, 241, 0.5);
  transition: all 0.2s;
}
.footer__nav--bottom ul li a:hover,
.footer__nav--bottom ul li span.clever-link:hover {
  color: #d6b461;
}
.footer__bottom p {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  line-height: 1.1;
  color: rgba(253, 249, 241, 0.5);
}
@media screen and (max-width: 480px) {
  .footer__bottom p {
    padding-bottom: 15px;
    text-align: center;
  }
}
.footer__bottom p:first-of-type {
  flex-grow: 1;
}
.footer__bottom img {
  height: 12px;
}
@media screen and (max-width: 1300px) {
  .white-logo {
    padding-bottom: 30px;
  }
}
#back-to-top-button {
  position: fixed;
  bottom: 12px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  z-index: 9999999;
  background-color: #d6b461;
  box-shadow: 0 0px 22px 14px rgba(0, 0, 0, 0.08);
  transform: rotate(90deg);
}
@media screen and (max-width: 992px) {
  #back-to-top-button {
    right: 10px;
  }
}
#back-to-top-button::after {
  content: "\E902";
  font-family: 'icomoon';
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 50px;
  color: #2c2a2c;
}
#back-to-top-button:hover {
  cursor: pointer;
  background-color: #f5e9d2;
}
#back-to-top-button:active {
  background-color: #f5e9d2;
}
#back-to-top-button.show {
  opacity: 1;
}
.header__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 151px;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 950px) {
  .header__top {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 580px) {
  .header__top {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
    padding: 0;
  }
}
.header__socials {
  display: flex;
  align-items: center;
  padding-bottom: 23px;
  flex-grow: 1;
  width: 1%;
  z-index: 99999;
}
@media screen and (max-width: 1023px) {
  .header__socials {
    width: 5%;
  }
}
@media screen and (max-width: 950px) {
  .header__socials {
    width: auto;
    flex-grow: unset;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 580px) {
  .header__socials {
    width: 100%;
    justify-content: space-between;
    padding: 0 12px;
    background: #d6b461;
  }
}
@media screen and (max-width: 445px) {
  .header__socials {
    flex-direction: column;
    padding-top: 15px;
  }
}
.header__socials-container {
  display: flex;
}
@media screen and (max-width: 580px) {
  .header__socials-container {
    align-items: center;
  }
}
.header__contacts {
  display: flex;
  align-items: center;
  padding-bottom: 23px;
}
@media screen and (max-width: 950px) {
  .header__contacts {
    display: none;
  }
}
.header__contacts .special-font {
  margin-right: 15px;
}
.social-btn {
  display: block;
  margin-left: 15px;
  color: #2c2a2c;
  transition: all 0.2s;
}
.social-btn:hover {
  color: #A88D4A;
  transform: scale(1.15);
}
.header__logo {
  position: relative;
  flex-grow: 1;
  z-index: 9;
}
@media screen and (max-width: 950px) {
  .header__logo {
    z-index: 99;
  }
}
@media screen and (max-width: 580px) {
  .header__logo {
    padding: 10px 0;
  }
}
.header__logo img {
  position: absolute;
  bottom: -19px;
}
@media screen and (max-width: 580px) {
  .header__logo img {
    position: static;
    width: 70%;
  }
}
@media screen and (max-width: 580px) {
  .header__logo a {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 760px) {
  .header__button .btn {
    width: 190px;
  }
}
.header__bottom {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 55px;
  background: #2c2a2c;
  transition: all 0.2s;
}
@media screen and (max-width: 950px) {
  .header__bottom {
    position: absolute;
    z-index: 9999;
    transition: none;
  }
}
@-webkit-keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header__bottom::after {
  content: '';
  position: absolute;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: #d6b461;
}
@media screen and (max-width: 2800px) {
  .header__bottom::after {
    width: 37%;
  }
}
@media screen and (max-width: 2200px) {
  .header__bottom::after {
    width: 29%;
  }
}
@media screen and (max-width: 2100px) {
  .header__bottom::after {
    width: 28%;
  }
}
@media screen and (max-width: 2000px) {
  .header__bottom::after {
    width: 27%;
  }
}
@media screen and (max-width: 1900px) {
  .header__bottom::after {
    width: 26%;
  }
}
@media screen and (max-width: 1800px) {
  .header__bottom::after {
    width: 25%;
  }
}
@media screen and (max-width: 1700px) {
  .header__bottom::after {
    width: 23%;
  }
}
@media screen and (max-width: 1580px) {
  .header__bottom::after {
    width: 21%;
  }
}
@media screen and (max-width: 1440px) {
  .header__bottom::after {
    width: 18%;
  }
}
@media screen and (max-width: 1360px) {
  .header__bottom::after {
    width: 16%;
  }
}
@media screen and (max-width: 950px) {
  .header__bottom::after {
    width: 165px;
  }
}
@media screen and (max-width: 580px) {
  .header__bottom::after {
    display: none;
  }
}
.header__bottom .container {
  padding: 0 12px;
  height: 100%;
}
@media screen and (max-width: 580px) {
  .header__bottom .container {
    padding: 0;
  }
}
@media screen and (max-width: 580px) {
  header .container {
    padding: 0;
  }
}
.header__bottom .row {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 580px) {
  .header__bottom .row {
    padding: 0;
  }
}
.header__bottom--login {
  display: flex;
  align-items: center;
  margin-right: -10px;
  z-index: 99;
}
@media screen and (max-width: 950px) {
  .header__bottom--login {
    position: absolute;
    right: 25px;
  }
}
@media screen and (max-width: 580px) {
  .header__bottom--login {
    position: static;
    height: 55px;
    justify-content: center;
  }
}
.header__bottom-login-mobile {
  display: none;
}
@media screen and (max-width: 580px) {
  .header__bottom-login-mobile {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .header__bottom .header__bottom--login {
    display: none;
  }
}
.cart-btn,
.account-btn,
.search__btn {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
  transition: all 0.2s ease-out;
}
.header__bottom--login a > div {
  transition: all 0.2s ease-in;
}
.cart-btn:hover .icon-bag::before {
  content: '\E91A';
  color: #fff;
}
.bag-count {
  position: absolute;
  top: 0px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  font-size: 9px;
  font-weight: bold;
  color: #2c2a2c;
  border-radius: 50%;
}
.header__login-wrapper {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__profile {
  position: absolute;
  min-width: 100%;
  left: 50%;
  top: calc(100% + 4px);
  transform: translateX(-50%);
  background: #fff;
  z-index: 1099;
  border-radius: 16px;
  box-shadow: 0px 10px 31px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .header__profile {
    top: calc(100% + 4px);
  }
}
@media screen and (max-width: 600px) {
  .header__profile {
    left: -15px;
  }
}
@media screen and (max-width: 445px) {
  .header__profile {
    left: 50%;
  }
}
.header__profile ul {
  list-style-type: none;
  padding-left: 0;
  padding: 24px;
}
@media screen and (max-width: 600px) {
  .header__profile ul {
    padding: 18px;
  }
}
.header__profile a {
  display: block;
  margin-bottom: 6px;
  padding: 8px 24px;
  color: #2c2a2c;
  text-align: center;
  border-radius: 25px;
  transition: all 0.2s;
}
.header__profile a:hover {
  background: #2c2a2c;
  color: #fff;
}
.header__profile {
  display: none;
}
.header__username {
  padding: 0 0 12px 0;
  color: #d6b461;
  font-weight: bold;
}
.header__login-btn--profile:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}
.header__login-wrapper:hover .header__profile {
  display: block;
}
.header__login-wrapper:hover .header__login-btn--profile:before {
  opacity: 1;
}
.header__login-btn {
  color: #fff;
  font-size: 13px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.2s;
}
.header__login-btn--profile {
  position: relative;
}
@media screen and (max-width: 950px) {
  body.fixed-top .header__bottom {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-animation: smoothScroll 0.3s forwards;
            animation: smoothScroll 0.3s forwards;
  }
  .header__login-wrapper:hover .header__profile {
    display: none;
  }
  .header__login-btn--profile::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
  }
  .header__login-wrapper:hover:before,
  .header__login-wrapper:hover .header__login-btn--profile:before {
    display: none;
  }
  .header__login-wrapper:hover .header__login-btn--profile:before {
    opacity: 0;
  }
  .header__login-wrapper.show-menu .header__profile,
  .header__login-wrapper.show-menu .header__login-btn--profile:before {
    display: block;
    opacity: 1;
  }
}
.phone-number {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  color: #2c2a2c;
}
.icon-phone {
  margin-right: 10px;
}
.facebook-btn:hover .icon-facebook::before {
  content: '\E91D';
  font-family: 'icomoon';
}
.instagram-btn:hover .icon-instagram::before {
  content: '\E91F';
  font-family: 'icomoon';
}
@media screen and (max-width: 768px) {
  .header__button {
    display: none;
  }
}
.header__socials--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__socials--mobile {
    display: block;
  }
}
.icon-account,
.icon-bag {
  cursor: pointer;
}
.icon-account::before,
.icon-shopping-cart:before,
.icon-magnifying-glass::before {
  color: #2c2a2c;
}
.icon-account::before {
  font-size: 24px;
}
.icon-magnifying-glass::before {
  font-size: 26px;
}
.icon-shopping-cart::before {
  font-size: 23px;
}
.icon-arrow::before,
.icon-arrow_mouseover::before {
  font-size: 28px;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .icon-arrow::before,
  .icon-arrow_mouseover::before {
    font-size: 20px;
  }
}
.icon-arrow_mouseover {
  transform: rotate(180deg);
}
.swiper-button-next:hover .icon-arrow_mouseover::before,
.swiper-button-next--decorations:hover .icon-arrow_mouseover::before,
.swiper-button-next--top:hover .icon-arrow_mouseover::before,
.swiper-button-next--discount:hover .icon-arrow_mouseover::before,
.swiper-button-next--reviews:hover .icon-arrow_mouseover::before,
.swiper-button-next--other:hover .icon-arrow_mouseover::before {
  color: #2c2a2c;
}
.swiper-button-prev:hover .icon-arrow::before,
.swiper-button-prev--decorations:hover .icon-arrow::before,
.swiper-button-prev--top:hover .icon-arrow::before,
.swiper-button-prev--discount:hover .icon-arrow::before,
.swiper-button-prev--reviews:hover .icon-arrow::before,
.swiper-button-prev--other:hover .icon-arrow::before {
  color: #2c2a2c;
}
.icon-arrow_mouseover::before {
  left: 35px;
}
@media screen and (max-width: 1040px) {
  .icon-arrow_mouseover::before {
    left: 25px;
  }
}
@media screen and (max-width: 1040px) {
  .icon-arrow::before {
    left: 20px;
  }
}
.icon-arrows::before {
  font-size: 9px;
}
.icon-home:before {
  font-size: 15px;
  color: #2c2a2c;
  opacity: 0.5;
}
.filter__checkbox--all .icon-dropdown::before {
  font-size: 9px;
  color: #d6b461;
}
.icon-arrow-next::before {
  font-size: 12px;
  color: rgba(56, 56, 56, 0.5);
}
.popup__close .icon-x {
  height: 23px;
}
.popup__close .icon-x::before {
  font-size: 9px;
}
.icon-x:before {
  font-size: 8px;
}
.filters .drop-display .icon-x:before {
  color: #ffffff;
  font-size: 8px;
}
.filters .icon-x:before {
  font-size: 14px;
  color: #2c2a2c;
}
.filters .icon-error.btn--close-filter {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
@media screen and (max-width: 992px) {
  .filters .icon-error.btn--close-filter {
    display: block;
  }
}
.filters .icon-error:before {
  color: #d6b461;
  font-size: 21px;
}
.icon-error:before {
  font-size: 28px;
}
.cart-btn.active .icon-bag::before {
  content: '\E91A';
  color: #fff;
}
.icon-star:before {
  font-size: 20px;
}
.search__btn.active .icon-search::before {
  content: '\E922';
}
.icon-fb::before,
.icon-instagram::before,
.icon-tiktok::before,
.icon-phone::before {
  font-size: 33.6px;
}
.icon-congratulations,
.icon-bell,
.icon-celebration,
.icon-gift,
.icon-party,
.icon-photo,
.icon-wedding-rings,
.icon-bride-dress {
  display: flex;
  margin-bottom: 37px;
  transition: all 0.3s ease-out;
  z-index: 99;
}
.icon-congratulations .path1::before,
.icon-congratulations .path2::before,
.icon-congratulations .path3::before,
.icon-congratulations .path4::before,
.icon-congratulations .path5::before,
.icon-congratulations .path6::before,
.icon-congratulations .path7::before,
.icon-congratulations .path8::before,
.icon-bell .path1::before,
.icon-bell .path2::before,
.icon-bell .path3::before,
.icon-party .path1::before,
.icon-party .path2::before,
.icon-party .path3::before,
.icon-party .path4::before,
.icon-party .path5::before,
.icon-party .path6::before,
.icon-party .path7::before,
.icon-party .path8::before,
.icon-party .path9::before,
.icon-party .path10::before,
.icon-party .path11::before,
.icon-party .path12::before,
.icon-party .path13::before,
.icon-party .path14::before,
.icon-party .path15::before,
.icon-party .path16::before,
.icon-party .path17::before,
.icon-party .path18::before,
.icon-party .path19::before,
.icon-party .path20::before,
.icon-party .path21::before,
.icon-party .path22::before,
.icon-party .path23::before,
.icon-party .path24::before,
.icon-bride-dress .path1::before,
.icon-bride-dress .path2::before,
.icon-celebration .path1::before,
.icon-celebration .path2::before,
.icon-celebration .path3::before,
.icon-celebration .path4::before,
.icon-celebration .path5::before,
.icon-celebration .path6::before,
.icon-celebration .path7::before,
.icon-celebration .path8::before,
.icon-celebration .path9::before,
.icon-celebration .path10::before,
.icon-celebration .path11::before,
.icon-celebration .path12::before,
.icon-celebration .path13::before,
.icon-celebration .path14::before,
.icon-celebration .path15::before,
.icon-celebration .path16::before,
.icon-celebration .path17::before,
.icon-celebration .path18::before,
.icon-celebration .path19::before,
.icon-celebration .path20::before,
.icon-celebration .path21::before,
.icon-celebration .path22::before,
.icon-photo .path1::before,
.icon-photo .path2::before,
.icon-photo .path3::before,
.icon-photo .path4::before,
.icon-photo .path5::before,
.icon-photo .path6::before,
.icon-photo .path7::before,
.icon-photo .path8::before,
.icon-photo .path9::before,
.icon-photo .path10::before,
.icon-photo .path11::before,
.icon-photo .path12::before,
.icon-photo .path13::before,
.icon-photo .path14::before,
.icon-photo .path15::before {
  font-size: 121px;
}
.icon-gift .path1::before,
.icon-gift .path2::before,
.icon-gift .path3::before,
.icon-gift .path4::before,
.icon-gift .path5::before,
.icon-gift .path6::before {
  font-size: 127px;
}
.icon-wedding-rings .path1::before,
.icon-wedding-rings .path2::before,
.icon-wedding-rings .path3::before,
.icon-wedding-rings .path4::before,
.icon-wedding-rings .path5::before,
.icon-wedding-rings .path6::before,
.icon-wedding-rings .path7::before {
  font-size: 142px;
}
.btn--filter-big .icon-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  background-color: #2c2a2c;
}
@media screen and (max-width: 350px) {
  .btn--filter-big .icon-filter {
    margin-left: 10px;
  }
}
.icon-filter::before {
  font-size: 22px;
}
.icon-video {
  display: flex;
}
.icon-video .path1::before,
.icon-video .path2::before,
.icon-video .path3::before,
.icon-video .path4::before,
.icon-video .path5::before,
.icon-video .path6::before,
.icon-video .path7::before,
.icon-video .path8::before,
.icon-video .path9::before {
  font-size: 65px;
}
.login {
  display: flex;
}
@media screen and (max-width: 768px) {
  .login {
    flex-direction: column;
    align-items: center;
  }
}
.inner .login {
  justify-content: center;
}
.login__form {
  position: relative;
  width: 436px;
  padding: 40px 50px;
  background-color: #f5e9d2;
  z-index: 99;
}
.login__form::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 436px;
  height: 234px;
  background: url(/images/login-m.png) no-repeat center center;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  .login__form {
    width: 420px;
  }
}
@media screen and (max-width: 860px) {
  .login__form {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 830px) {
  .login__form {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .login__form {
    width: 100%;
  }
}
@media screen and (max-width: 436px) {
  .inner .login__form {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 436px) {
  .inner .login__buttons {
    width: 100%;
    margin-top: 30px;
  }
}
.login__title {
  position: relative;
  margin-bottom: 25px;
  font-weight: 600;
}
@media screen and (max-width: 400px) {
  .login__title {
    font-size: 18px;
  }
}
.login__form .login__title::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 111.3px;
  height: 33px;
  background: url(/images/decoration-small-dark.svg) no-repeat center center;
  background-size: contain;
}
.login.forgotten-password .login__form {
  width: 100%;
}
.login.forgotten-password .login__form::after {
  display: none;
}
.login .icon-pointer {
  height: 21px;
}
.login__form .btn--primary {
  padding: 12px 27px;
}
.login__form .btn--outline {
  background-color: #f5e9d2;
}
.login__buttons {
  position: relative;
  width: 438px;
  padding: 40px 50px;
  background-color: #2c2a2c;
}
@media screen and (max-width: 860px) {
  .login__buttons {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 768px) {
  .login__buttons {
    width: 100%;
    padding: 30px 0;
  }
}
.login-social__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 420px) {
  .login-social__list {
    flex-direction: column;
  }
}
.login-social__list .login-social__item {
  width: 48%;
}
@media screen and (max-width: 420px) {
  .login-social__list .login-social__item {
    width: 100%;
  }
}
.login-social__list .login-social__item a {
  width: 100%;
}
.login-social__list .login-social__item .icon-fb::before,
.login-social__list .login-social__item .icon-google::before {
  font-size: 25px;
}
.login-buttons__register .btn {
  width: 100%;
}
.login__buttons .login__title {
  text-align: center;
  color: #fdf9f1;
}
.login-social__list {
  margin-top: 50px;
}
.login-social__item:first-of-type {
  margin-bottom: 10px;
}
.login__register h3 {
  margin-top: 30px;
  text-align: center;
}
.login-buttons__register .icon-pointer::before {
  position: absolute;
  right: 24px;
  top: 53%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .inner .login__buttons::before {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .login .right,
  .login .left {
    float: none;
  }
}
.login.forgotten-password {
  justify-content: center;
}
.form--buttons {
  margin-top: 25px;
}
.login-buttons__register .btn--gold-outline:hover {
  box-shadow: inset 340px 0px 0px #d6b461;
}
@media screen and (max-width: 768px) {
  .login-buttons__register .btn--gold-outline:hover {
    box-shadow: inset 710px 0px 0px #d6b461;
  }
}
.drop {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.drop.open {
  z-index: 100;
}
.drop.open .drop-screen {
  z-index: 100;
  display: block;
}
.drop.open .drop-options {
  z-index: 200;
  max-height: 200px;
}
.drop.open .drop-display {
  z-index: 200;
}
.drop select {
  display: none;
}
.drop .drop-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0px;
  left: 0px;
  opacity: 0;
  display: none;
  z-index: 1;
}
.link {
  text-align: center;
  margin: 20px 0px;
  color: #8CACD7;
}
.drop .drop-display {
  position: relative;
  padding: 0px 20px 15px 5px;
  width: 100%;
  background: #FFF;
  z-index: 1;
  margin: 0px;
  font-size: 16px;
  min-height: 50px;
}
.drop .drop-display:hover:after {
  opacity: 0.75;
}
.drop .drop-display:after {
  content: "\E90F";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 15px;
  top: 26px;
  font-size: 11px;
  transform: translateY(-50%);
  color: rgba(56, 56, 56, 0.5);
  transition: all 0.2s;
}
.drop.open .drop-display:after {
  transform: translateY(-50%) rotate(180deg);
  color: #2c2a2c;
}
.drop .drop-display .item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px 5px -4px 0px;
  padding: 0 25px 0px 10px;
  overflow: hidden;
  height: 30px;
  width: 130px;
  line-height: 36px;
  font-size: 14px;
  background: rgba(56, 56, 56, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.drop .drop-display .item:first-of-type {
  background: #fff;
  color: rgba(56, 56, 56, 0.5);
}
.drop .drop-display .item:first-of-type .btnclose {
  display: none;
}
.drop .drop-display .item .btnclose {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.drop .drop-display .item .btnclose:hover {
  opacity: 0.75;
}
.drop .drop-display .item.remove {
  -webkit-animation: removeSelected 0.2s, hide 1s infinite;
  animation: removeSelected 0.2s, hide 1s infinite;
  -webkit-animation-delay: 0s, 0.2s;
  animation-delay: 0s, 0.2s;
}
.drop .drop-display .item.add {
  margin-top: 10px;
  -webkit-animation: addSelected 0.2s;
  animation: addSelected 0.2s;
}
.drop .drop-display .item.hide {
  display: none;
}
.drop .drop-options {
  background: #FFF;
  box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  width: 100%;
  max-height: 0px;
  overflow-y: auto;
  transition: all 0.25s linear;
  z-index: 1;
}
.drop .drop-options button {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  color: #2c2a2c;
  font-size: 14px;
  position: relative;
  max-height: 40px;
  transition: all 0.3s;
  overflow: hidden;
}
.drop .drop-options button:hover {
  color: #d6b461;
  cursor: pointer;
}
.drop .drop-options button.remove,
.drop .drop-options button.hide {
  width: 90%;
  background: #f4f4f4;
  color: #919191;
  text-align: left;
}
.drop .drop-options button:first-of-type {
  display: none;
}
.drop .drop-options button.add {
  -webkit-animation: addOption 0.2s;
  animation: addOption 0.2s;
}
.drop-options div {
  border-top: 1px solid #e9e9e9;
}
.drop-display div {
  display: flex;
  flex-wrap: wrap;
}
@-webkit-keyframes pop {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes pop {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes addOption {
  from {
    max-height: 0px;
  }
  to {
    max-height: 40px;
  }
}
@keyframes addOption {
  from {
    max-height: 0px;
  }
  to {
    max-height: 40px;
  }
}
@-webkit-keyframes removeSelected {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes removeSelected {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@-webkit-keyframes addSelected {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes addSelected {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes hide {
  from,
  to {
    max-height: 0px;
    max-width: 0px;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
  }
}
@keyframes hide {
  from,
  to {
    max-height: 0px;
    max-width: 0px;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
  }
}
.main-nav {
  display: flex;
  flex-grow: 1.4;
  width: 1%;
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  .main-nav {
    width: 5%;
  }
}
.main-nav__link {
  padding-right: 26px;
  font-size: 14px;
  line-height: 1.71;
  font-family: 'MarcellusSC', serif;
  color: rgba(56, 56, 56, 0.7);
}
.main-nav__link:hover {
  color: #d6b461;
}
@media screen and (max-width: 1069px) {
  .main-nav__link {
    padding-right: 20px;
  }
}
.bottom-nav {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 580px) {
  .bottom-nav {
    padding: 60px 24px 0 24px;
  }
}
.bottom-nav__item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 31px;
}
@media screen and (max-width: 1034px) {
  .bottom-nav__item {
    padding-right: 35px;
  }
}
@media screen and (max-width: 950px) {
  .bottom-nav__item {
    display: block;
    padding-right: 0;
    padding-bottom: 30px;
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .bottom-nav__item {
    width: 76%;
  }
}
@media screen and (max-width: 670px) {
  .bottom-nav__item {
    width: 72%;
  }
}
@media screen and (max-width: 580px) {
  .bottom-nav__item {
    width: 100%;
  }
}
.bottom-nav__link,
.bottom-nav__text {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.19;
  color: #fdf9f1;
  transition: all 0.2s;
  cursor: pointer;
}
.bottom-nav__link:hover,
.bottom-nav__text:hover {
  color: #ffffff;
  border-color: #d6b461;
}
.bottom-nav__item:hover .bottom-nav__link,
.bottom-nav__item:hover .bottom-nav__text {
  color: #d6b461;
}
@media screen and (max-width: 950px) {
  .bottom-nav__item:hover .bottom-nav__link,
  .bottom-nav__item:hover .bottom-nav__text {
    color: #fdf9f1;
  }
}
.main-nav--mobile {
  display: none;
}
@media screen and (max-width: 950px) {
  .main-nav {
    display: none;
  }
  .bottom-nav {
    display: none;
  }
  .header__bottom .container {
    display: block;
  }
  .header__bottom--login {
    top: 8px;
  }
  .nav-visible .header__bottom {
    height: 100%;
  }
  .nav-visible .bottom-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 60px;
    z-index: 9;
    overflow-y: auto;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform 0.25s, opacity 0.25s, visibility 0s;
  }
  #nav-trigger {
    position: absolute;
    left: 24px;
    top: 18px;
    width: 27px;
    height: 20px;
    display: block;
    margin: auto;
    cursor: pointer;
    z-index: 1000;
  }
  #nav-trigger > * {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .nav-trigger-top:after,
  .nav-trigger-mid:after,
  .nav-trigger-mid:before,
  .nav-trigger-bottom:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 2px solid #fdf9f1;
  }
  .nav-trigger-mid:before,
  .nav-trigger-mid:after {
    top: 11px;
    margin-top: -2px;
  }
  .nav-trigger-mid:after,
  .nav-trigger-mid:before {
    transition: transform 0.25s;
  }
  .nav-trigger-bottom:after {
    top: auto;
    bottom: 0;
    border-top: 0 none;
    border-bottom: 2px solid #fdf9f1;
  }
  .nav-trigger-bottom:after {
    top: auto;
    bottom: 0;
    border-top: 0 none;
    border-bottom: 2px solid #ffffff;
  }
  .nav-trigger-top {
    transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
    transition-delay: 0.25s;
  }
  .nav-trigger-bottom {
    transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
    transition-delay: 0.25s;
  }
  .nav-visible .nav-trigger-top {
    transform: translate3d(0, 9px, 0);
    visibility: hidden;
    transition: transform 0.25s, visibility 0.25s;
  }
  .nav-visible .nav-trigger-bottom {
    transform: translate3d(0, -10px, 0);
    visibility: hidden;
    transition: transform 0.25s, visibility 0.25s;
  }
  .nav-trigger-mid:after,
  .nav-trigger-mid:before {
    transition: transform 0.25s;
  }
  .nav-visible .nav-trigger-mid {
    transition: transform 0.25s;
    transform: rotate3d(0, 0, 1, 180deg);
    transition-delay: 0.25s;
  }
  .nav-visible .nav-trigger-mid:after {
    transform: rotateZ(-45deg);
    transition: transform 0.25s, visibility 0.25s;
    transition-delay: 0.25s;
  }
  .nav-visible .nav-trigger-mid:before {
    transform: rotateZ(45deg);
    transition: transform 0.25s, visibility 0.25s;
    transition-delay: 0.25s;
  }
  .nav-visible #nav-trigger {
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    background-color: #2c2a2c;
  }
  .nav-visible #nav-trigger > * {
    left: 40px;
    right: auto;
  }
  .nav-visible .nav-trigger-mid:before,
  .nav-visible .nav-trigger-mid:after {
    top: 35px;
    margin-top: -2px;
    height: 0px;
    width: 22px;
  }
}
.bottom-nav-child {
  position: absolute;
  top: calc(100% + 27px);
  opacity: 0;
  width: 294px;
  padding: 17px 19px 19px 19px;
  margin: 0;
  box-shadow: 0 3px 28px 0 rgba(0, 0, 0, 0.16);
  background-color: #d6b461;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  z-index: 99999;
}
@media screen and (max-width: 950px) {
  .bottom-nav-child {
    position: relative;
    display: none;
    top: 13px;
    padding: 0;
    box-shadow: none;
  }
}
.bottom-nav-child__item {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.2s;
}
.bottom-nav-child__item:hover {
  background: #d6b461;
}
.bottom-nav-child__item::before {
  content: '';
  position: absolute;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #2c2a2c;
  transition: all 0.2s;
}
@media screen and (max-width: 950px) {
  .bottom-nav-child__item::before {
    top: 17px;
  }
}
.bottom-nav-child__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 950px) {
  .bottom-nav-child__item {
    padding: 12px 6px;
    margin-bottom: 0;
  }
}
.bottom-nav-child__item:hover::before {
  opacity: 1;
}
.bottom-nav-child__item:hover .bottom-nav-child__link {
  color: #000000;
  margin-left: 10px;
}
.bottom-nav-child__link {
  font-size: 14px;
  color: #000000;
  line-height: 1.29;
}
.bottom-nav__item--has-childrens:hover .bottom-nav-child {
  opacity: 1;
  pointer-events: auto;
  top: 55px;
}
@media screen and (max-width: 950px) {
  .bottom-nav__item--has-childrens:hover .bottom-nav-child {
    opacity: 0;
    top: 13px;
  }
}
@media screen and (max-width: 950px) {
  .main-nav__child-toggler {
    position: absolute;
    top: 10px;
    right: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #d6b461;
  }
  .main-nav__child-toggler:before,
  .main-nav__child-toggler:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: block;
    width: 12px;
    height: 2px;
    background: #fff;
  }
  .main-nav__child-toggler:after {
    transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transition: all 0.2s ease-in-out;
  }
  .bottom-nav__item--has-childrens-open .bottom-nav-child {
    position: relative;
    display: block;
    width: 100%;
    opacity: 1 !important;
  }
  .bottom-nav__item--has-childrens-open .main-nav__child-toggler:after {
    opacity: 0;
  }
}
span.clever-link {
  cursor: pointer;
}
.pagination {
  margin-top: 24px;
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .pagination {
    justify-content: center;
  }
}
.pagination li:first-of-type span {
  transform: rotate(180deg) translateY(-3px);
}
.pagination li:first-of-type,
.pagination li:last-of-type {
  width: 61px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li:first-of-type:hover,
.pagination li:last-of-type:hover {
  border-radius: 20px;
  background-color: rgba(56, 56, 56, 0.2);
}
.pagination--left {
  justify-content: flex-start;
}
.pagination--right {
  justify-content: flex-end;
}
.pagination li {
  margin: 0 2px;
  cursor: pointer;
}
.pagination .disabled span {
  color: rgba(0, 0, 0, 0.26);
}
.pagination .active {
  background: #2c2a2c;
  color: #FFF;
}
.pagination .active span {
  color: #FFF;
}
.pagination li,
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.2s;
}
@media screen and (max-width: 349px) {
  .pagination li,
  .pagination li a {
    width: 37px;
  }
}
.pagination li a {
  color: #2c2a2c;
}
.pagination li a:hover {
  background: #2c2a2c;
  color: white;
  text-decoration: none;
}
.pagination li:last-of-type a:hover,
.pagination li:first-of-type a:hover {
  background: transparent;
  color: #2c2a2c;
}
.prev,
.next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  height: 40px;
  opacity: 0.5;
  border-radius: 20px;
  transition: all 0.2s;
}
@media screen and (max-width: 349px) {
  .prev,
  .next {
    width: 45px;
  }
}
[id^="popup-"] {
  display: none;
}
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.popup-visible .popup {
  display: flex;
}
.popup__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px 48px;
}
.popup__container {
  align-self: center;
  background: #FFF;
  width: 100%;
  position: relative;
  margin: auto;
}
.popup__container--max-width {
  max-width: 874px;
}
.popup__container--long-max-width {
  max-width: 720px;
}
.popup__close {
  position: absolute;
  right: -18px;
  top: -18px;
  width: 39px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 19.5px;
  border: solid 1px rgba(56, 56, 56, 0.5);
  background-color: #2c2a2c;
  z-index: 999;
}
.popup__close:hover {
  background: #121112;
}
@media screen and (max-width: 768px) {
  .popup__close {
    top: 10px;
    right: 10px;
  }
}
.popup__message {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .is-ios body.popup-visible-fix,
  .android body.popup-visible-fix {
    padding-top: 0 !important;
  }
  .is-ios body.popup-visible-fix .page-wrapper,
  .android body.popup-visible-fix .page-wrapper {
    display: none;
  }
  html.is-ios,
  html.android,
  html.is-ios body,
  html.android body {
    height: 100%;
  }
  .is-ios .popup,
  .android .popup {
    position: relative !important;
    height: 100%;
  }
  .is-ios .popup__inner,
  .android .popup__inner {
    overflow: visible;
  }
  .popup__container--login-popup {
    padding: 24px;
    padding-top: 24px;
    width: 100%;
    min-height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow: hidden;
    margin: 0;
    max-width: 100% !important;
    align-self: flex-start;
    flex-direction: column;
    background-color: #2c2a2c;
  }
  .popup__content {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }
  .popup__container--search-popup {
    height: 100%;
  }
  .popup__container--search-popup .popup__content {
    margin: 0;
  }
  .popup__inner {
    align-items: flex-start;
    padding: 0;
    background: #FFF;
  }
}
.deactivation__buttons {
  display: flex;
  justify-content: center;
}
.deactivate .popup__message {
  flex-direction: column;
  justify-content: space-around;
}
.popup.popup--default .popup__message {
  flex-direction: column;
  padding: 20px;
}
.popup.popup--default .popup__message strong {
  margin: 10px 0;
}
.ui-slider-horizontal {
  width: 96%;
  height: 2px !important;
}
.ui-widget-content {
  background: rgba(253, 249, 241, 0.2) !important;
  border: none !important;
}
.ui-widget-header {
  background: #d6b461 !important;
}
.ui-widget.ui-widget-content {
  border: none !important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-radius: 0 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #d6b461 !important;
  border: none !important;
  cursor: pointer!important;
}
.ui-slider .ui-slider-handle {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -5px !important;
  margin-left: 0 !important;
}
.search {
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 590px) {
  .search {
    padding: 25px;
  }
}
.search__title {
  margin-bottom: 35px;
}
.search__input .form__label {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.41;
  letter-spacing: 0.85px;
  color: #2c2a2c;
}
.search__hint {
  margin-top: 8px;
  font-family: 'MarcellusSC', serif;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.7;
  color: #2c2a2c;
}
.search__input input {
  font-size: 17px;
  line-height: 1.41;
  text-align: center;
}
.search__results {
  width: 100%;
}
.text-yellow {
  color: #d6b461;
}
.search__results-items {
  margin-top: 45px;
}
.search__results-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 550px) {
  .search__results-item {
    flex-direction: column;
    align-items: center;
  }
}
.search__result-image {
  width: 83px;
  height: 95px;
  margin-right: 30px;
}
@media screen and (max-width: 550px) {
  .search__result-image {
    margin-right: 0;
  }
}
.search__result-content {
  max-width: 325px;
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .search__result-content {
    align-items: center;
    margin-top: 10px;
  }
}
.search__result-title {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #2c2a2c;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  .search__result-title {
    text-align: center;
  }
}
.search__result-number {
  opacity: 0.7;
  font-family: 'MarcellusSC', serif;
  font-size: 13px;
  letter-spacing: normal;
  text-align: left;
  color: #2c2a2c;
  text-transform: none;
}
@media screen and (max-width: 550px) {
  .search__result-number {
    text-align: center;
  }
}
.search__result-price {
  display: flex;
  margin-top: 10px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.22;
  color: #d6b461;
}
.search__result-price .product__price--old {
  display: flex;
  align-items: center;
}
.popup__container--search-popup {
  max-width: 530px;
}
.search__view-more {
  display: flex;
  justify-content: center;
}
.blog {
  padding-top: 18px;
  padding-bottom: 40px;
  background-color: #fdf9f1;
}
@media screen and (max-width: 950px) {
  .blog {
    padding-top: 75px;
  }
}
.inner-blog {
  background-color: #fdf9f1;
}
@media screen and (max-width: 950px) {
  .inner-blog {
    padding-top: 75px;
  }
}
.inner-blog .breadcrumb {
  padding-top: 18px;
}
.background-cover {
  height: 750px;
}
@media screen and (max-width: 950px) {
  .background-cover {
    height: 500px;
    margin-top: -20px;
  }
}
.blog h1 {
  margin-bottom: 40px;
}
.row--blog-articles {
  padding-right: 12px;
  padding-left: 12px;
  justify-content: start;
}
@media screen and (max-width: 971px) {
  .row--blog-articles {
    justify-content: space-around;
  }
}
.blog__card {
  width: 308px;
  margin: 0 30px 50px 30px;
}
.blog__card:hover .blog__card--content {
  box-shadow: 0px 10px 31px 0 rgba(0, 0, 0, 0.1);
}
.blog__img {
  width: 308px;
  height: 271px;
}
@media screen and (max-width: 971px) {
  .blog__img {
    width: 308px;
  }
}
@media screen and (max-width: 400px) {
  .blog__img {
    width: 290px;
  }
}
.blog__card--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 177px;
  padding: 20px;
  background-color: #ffffff;
  transition: all 0.2s;
}
.blog__card--date {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: 'MarcellusSC', serif;
  color: #aaaaaa;
}
.blog__card h5 {
  margin-bottom: 30px;
}
.blog__card--content .blog__card--head {
  min-height: 115px;
}
.published-date {
  margin-bottom: 15px;
  font-size: 14px;
  color: #aaaaaa;
}
.blog--max-width {
  max-width: 900px;
}
.inner-blog .published-date {
  margin-top: 10px;
}
.inner-blog h2 {
  margin-top: 20px;
}
.published-date span {
  margin-right: 5px;
}
.blog__card .btn--gold-outline {
  color: #2c2a2c;
}
.blog__card .btn--gold-outline:hover {
  box-shadow: inset 270px 0px 0px #d6b461;
}
@media screen and (max-width: 768px) {
  .blog__card .btn--gold-outline:hover {
    box-shadow: none;
  }
}
.inner-blog .gallery {
  background-color: #fff;
}
.inner-blog .gallery::after {
  display: none;
}
.inner-blog #video {
  background-color: #f5e9d2;
}
.cart {
  padding-top: 18px;
  background-color: #fdf9f1;
}
@media screen and (max-width: 950px) {
  .cart {
    padding-top: 75px;
  }
}
.cart__info {
  padding: 27px 38px;
  width: 100%;
  background-color: #f5e9d2;
}
@media screen and (max-width: 480px) {
  .cart__info {
    padding: 22px 10px;
    padding-right: 20px;
  }
}
.cart__info h1 {
  margin-bottom: 30px;
}
.cart__info h1:first-of-type::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 111.3px;
  height: 33px;
  background: url(/images/decoration-small-dark.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 340px) {
  .cart__info h1:first-of-type::after {
    right: -11px;
  }
}
.columns--left {
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
}
@media screen and (max-width: 1023px) {
  .columns--left {
    background-color: #f5e9d2;
  }
}
.cart .columns--left input {
  padding: 14px 20px;
  padding-bottom: 0;
}
.columns--right {
  padding: 0;
  background-color: #2c2a2c;
}
.info {
  margin-top: 18px;
  margin-bottom: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1190px) {
  .info {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }
}
.info p {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}
@media screen and (max-width: 1190px) {
  .info p {
    margin-top: 15px;
  }
}
.cart h1:nth-of-type(2) {
  margin-top: 40px;
}
.cart h1:nth-of-type(3) {
  margin-top: 40px;
  margin-bottom: 45px;
}
.cart__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 27px 38px;
}
@media screen and (max-width: 1023px) {
  .cart__container {
    align-items: center;
  }
}
.cart__container h1 {
  color: #fdf9f1;
  margin-bottom: 30px;
}
.cart__container .form__group--promo {
  display: flex;
  width: 100%;
  margin-top: 25px;
  padding-bottom: 0;
}
@media screen and (max-width: 460px) {
  .cart__container .form__group--promo {
    flex-direction: column;
    align-items: center;
  }
}
.cart__container .form__group--promo .btn {
  margin-top: 0;
}
@media screen and (max-width: 460px) {
  .cart__container .form__group--promo .btn {
    width: 100%;
  }
}
.cart__container .form__group--promo .control-group {
  width: 100%;
}
.cart__order {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 35px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(253, 249, 241, 0.5);
}
@media screen and (max-width: 500px) {
  .cart__order {
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cart__order--left {
  display: flex;
}
@media screen and (max-width: 500px) {
  .cart__order--left {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
}
.columns--right .form__label {
  position: static;
}
.cart__order--img div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
}
.cart__order h4 {
  color: #fdf9f1;
  font-weight: 600;
}
.cart__order .icon-x:before {
  font-size: 8px;
  color: #2c2a2c;
}
.cart__order--heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 12px;
}
@media screen and (max-width: 500px) {
  .cart__order--heading {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cart__order--heading h5:hover {
  color: #d6b461;
}
.cart__order--heading .product__price,
.cart__delivary .product__price {
  padding-top: 0;
  padding-bottom: 0;
}
.cart__order--heading .product__price {
  padding-top: 15px;
  margin-bottom: 0;
  line-height: 1;
}
.cart-products-container .product__price span {
  margin-right: 10px;
  font-weight: normal;
  font-size: 14px;
  color: rgba(253, 249, 241, 0.5);
}
.cart__order--delete {
  display: flex;
  margin-left: 22px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .cart__order--delete {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.cart__order--delete .icon-error {
  margin-top: -4px;
  margin-left: 1px;
}
.cart__order--delete .icon-error::before {
  color: #fdf9f1;
}
.cart__order--delete:hover .icon-error::before {
  color: #d6b461;
}
.cart__order--error {
  position: absolute;
  bottom: 5px;
}
.cart__delivary {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: rgba(253, 249, 241, 0.5);
}
@media screen and (max-width: 500px) {
  .cart__delivary {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .cart__delivary--right {
    margin-top: 15px;
  }
}
.cart__container .cart__payment-method h1 {
  margin-bottom: 15px;
}
.cart__payment-method .form__group--radio label {
  margin-bottom: 16px;
}
.cart__delivary p {
  color: rgba(253, 249, 241, 0.5);
}
.cart__delivary span {
  color: #d6b461;
  text-transform: none;
}
.promo-heading {
  font-weight: 600;
  color: #d6b461;
}
.form__group--promo input {
  border: 1.5px solid #d6b461;
  text-transform: uppercase;
}
.cart__container .btn {
  margin-top: 30px;
}
.form-invoice {
  display: none;
}
.show {
  display: block;
}
.order-button__container {
  display: flex;
  justify-content: flex-start;
}
.register__info.register__info--promotions {
  margin-top: 18px;
}
.form-invoice h1::after {
  display: none;
}
.cart__payment-description {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .cart__payment-description {
    text-align: center;
  }
}
.no-products,
.cart__payment-description p {
  color: #fdf9f1;
}
.contacts {
  padding-top: 18px;
  padding-bottom: 100px;
  background-color: #fdf9f1;
}
@media screen and (max-width: 950px) {
  .contacts {
    padding-top: 70px;
  }
}
.contacts form {
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .row--contacts {
    flex-direction: column-reverse;
  }
}
.contact__icons {
  margin-top: 30px;
}
.contacts .btn--primary {
  margin-top: 20px;
}
@media screen and (max-width: 950px) {
  .main-slider {
    margin-top: 55px;
  }
}
.decorations {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  .decorations {
    padding-bottom: 40px;
  }
}
.slider--decorations,
.discount-products-slider {
  padding-top: 60px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .slider--decorations {
    padding-bottom: 40px;
  }
}
.discount-products-slider {
  margin-top: 20px;
}
.decorations .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 270px;
  height: 350px;
}
.decorations .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  width: 270px;
  height: 350px;
  background-color: rgba(44, 42, 44, 0.85);
}
.decorations .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 270px;
  height: 100%;
  z-index: 9;
}
.decorations .swiper-slide h4 {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 54px;
  line-height: 1.4;
  font-weight: 600;
  padding: 0 35px;
  margin-bottom: 60px;
  color: #d6b461;
  transition: all 0.3s ease-out;
}
.decorations .swiper-slide:hover h4 {
  transform: translateY(-10px);
}
.decorations .swiper-slide h4::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background-color: #d6b461;
  transition: all 0.3s ease-out;
}
.decorations .swiper-slide:hover .icon-congratulations,
.decorations .swiper-slide:hover .icon-bell,
.decorations .swiper-slide:hover .icon-celebration,
.decorations .swiper-slide:hover .icon-gift,
.decorations .swiper-slide:hover .icon-party,
.decorations .swiper-slide:hover .icon-photo,
.decorations .swiper-slide:hover .icon-wedding-rings,
.decorations .swiper-slide:hover .icon-bride-dress {
  transform: scale(1.1);
}
.decorations .swiper-slide:hover h4::after {
  width: 80px;
  bottom: -30px;
}
.decorations .swiper-slide--balloon-arches {
  background: url('/images/decoration-balloons.jpg') no-repeat center center;
}
.decorations .swiper-slide--weddings {
  background: url('/images/decoration-wedding.jpg') no-repeat center center;
}
.decorations .swiper-slide--baptisms {
  background: url('/images/decoration-baptism.jpg') no-repeat center center;
}
.decorations .swiper-slide--company-parties {
  background: url('/images/decoration-company.jpg') no-repeat center center;
}
.decorations .swiper-slide--proms {
  background: url('/images/decoration-proms.jpg') no-repeat center center;
}
.decorations .swiper-slide--anniversary {
  background: url('/images/decoration-anniversary.jpg') no-repeat center center;
}
.decorations .swiper-slide--birthadays {
  background: url('/images/decoration-birthdays.jpg') no-repeat center center;
}
.decorations .swiper-slide--photo-corner {
  background: url('/images/decoration-photocorner.jpg') no-repeat center center;
}
.top-products,
.discount-products {
  position: relative;
  padding-top: 100px;
}
.top-products::after,
.discount-products::after {
  content: '';
  position: absolute;
  top: -145px;
  right: 10%;
  width: 320px;
  height: 595px;
  transform-origin: bottom center;
  background: url('/images/balloon.png') no-repeat center center;
  -webkit-animation: balloon4 6s ease-in-out infinite;
  animation: balloon4 6s ease-in-out infinite;
}
@media screen and (max-width: 480px) {
  .top-products,
  .discount-products {
    padding-bottom: 50px;
  }
}
.top-products {
  background-color: #2c2a2c;
  padding-bottom: 30px;
}
.top-products::after {
  top: -145px;
  right: 10%;
}
@media screen and (max-width: 1500px) {
  .top-products::after {
    right: 35px;
    top: -125px;
  }
}
@media screen and (max-width: 1360px) {
  .top-products::after {
    right: 45px;
  }
}
@media screen and (max-width: 600px) {
  .top-products::after {
    display: none;
  }
}
.discount-products::after {
  top: 30px;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 1680px) {
  .discount-products::after {
    left: -45px;
  }
}
@media screen and (max-width: 1560px) {
  .discount-products::after {
    left: -80px;
  }
}
@media screen and (max-width: 1327px) {
  .discount-products::after {
    left: -30px;
  }
}
@media screen and (max-width: 1250px) {
  .discount-products::after {
    left: -75px;
  }
}
@media screen and (max-width: 1090px) {
  .discount-products::after {
    left: -100px;
  }
}
@media screen and (max-width: 900px) {
  .discount-products::after {
    left: -45px;
  }
}
@media screen and (max-width: 780px) {
  .discount-products::after {
    left: -80px;
  }
}
@media screen and (max-width: 600px) {
  .discount-products::after {
    display: none;
  }
}
@-webkit-keyframes balloon4 {
  0%,
  100% {
    -webkit-transform: translate(10px, -10px) rotate(-8eg);
  }
  50% {
    -webkit-transform: translate(-15px, 20px) rotate(5deg);
  }
}
@keyframes balloon4 {
  0%,
  100% {
    transform: translate(10px, -10px) rotate(-8eg);
  }
  50% {
    transform: translate(-15px, 10px) rotate(5deg);
  }
}
.top-products-slider {
  padding-top: 80px;
  padding-bottom: 40px;
  margin-top: 20px;
  height: auto;
}
.top-products h1 {
  color: #ffffff;
}
.product {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 255px;
  height: 407px;
  padding: 23px 20px;
  background: #fdf9f1;
  transition: all 0.2s;
  cursor: pointer;
}
.product:hover {
  background-color: #F8F2E6;
}
.product h4 {
  position: relative;
  margin-bottom: 35px;
  font-weight: 600;
  text-align: center;
}
.product h4::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background-color: #d6b461;
  transition: all 0.2s;
}
.product:hover h4::after {
  width: 80px;
}
.product__image-container {
  position: absolute;
  top: -35px;
  width: 250px;
  height: 250px;
  z-index: 9;
}
.product__image-container::after {
  content: '';
  position: absolute;
  top: -1px;
  left: -19px;
  width: 289.4px;
  height: 251px;
  background: url('/images/shadow.png') no-repeat center center;
  z-index: -1;
}
.product__image-container img {
  width: 230px;
  height: 230px;
  border: solid 10px #fdf9f1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}
.product__price {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.22;
  color: #d6b461;
}
.product .icon-shopping-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #d6b461;
}
.discount-products {
  background: #fdf9f1;
}
.product__price--old {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin-right: 15px;
  line-height: 1.5;
  color: #2c2a2c;
  opacity: 0.6;
}
.product__price--old:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  width: 75px;
  height: 1px;
  background: #2c2a2c;
}
.client-reviews {
  padding: 100px 0;
}
@media only screen and (max-width: 480px) {
  .client-reviews {
    padding-bottom: 60px;
  }
}
.reviews-container {
  position: relative;
}
.client-reviews h2 {
  margin-bottom: 60px;
  line-height: 0.75;
  letter-spacing: 3.2px;
  color: #ffffff;
}
.swiper-container.slider--reviews {
  padding-top: 70px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .swiper-container.slider--reviews {
    padding-bottom: 40px;
  }
}
.client-review__box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 270px;
  padding: 70px 30px 40px 30px;
  text-align: center;
  background: #2c2a2c;
}
@media screen and (max-width: 1360px) {
  .client-review__box {
    width: 230px;
  }
}
.client-review__box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 270px;
  height: 350px;
  background: url('/images/watermark.png') no-repeat center center;
}
.client-review__content {
  margin-bottom: 10px;
}
.client-review__box-letter {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: solid 5px #2c2a2c;
  background-color: #d6b461;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.23;
  color: #2c2a2c;
}
.client-review {
  margin-top: 20px;
}
.client-review p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.19;
  color: #fdf9f1;
  text-align: left;
}
.client-name {
  margin-top: 20px;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}
.client-stars {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-star {
  margin: 0 6.5px;
}
.btn--link-client {
  height: auto;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.19;
}
.client-review__footer {
  z-index: 99;
}
.browse-page {
  padding-top: 18px;
  background-color: #fdf9f1;
  transition: all 0.2s;
}
@media screen and (max-width: 950px) {
  .browse-page {
    padding-top: 70px;
  }
}
.browse-page main {
  position: relative;
  width: 100%;
  padding-bottom: 23px;
}
@media screen and (max-width: 992px) {
  .browse-page main {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .row--pagination {
    justify-content: center;
  }
}
.page-overlay {
  position: fixed;
  left: 0;
  right: 0;
  display: block;
  top: -100px;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s;
}
.page-overlay--visible {
  opacity: 1;
  visibility: visible;
}
.inner {
  padding-top: 28px;
  background-color: #fdf9f1;
}
@media screen and (max-width: 950px) {
  .inner {
    padding-top: 72px;
  }
}
.inner h5 {
  margin-top: 40px;
}
.columns--first-slider {
  position: relative;
  margin-bottom: 30px;
}
.columns--first-slider::after {
  position: absolute;
  bottom: -34px;
  right: -17px;
  width: 380px;
  height: 358.6px;
  background: url('/images/first-gallery-shadow.png') no-repeat center center;
}
@media screen and (max-width: 909px) {
  .columns--first-slider::after {
    display: none !important;
  }
}
.columns--first-slider .swiper-container {
  height: auto;
}
@media screen and (max-width: 480px) {
  .columns--first-slider .swiper-container {
    margin-bottom: 40px;
  }
}
.columns--first-slider .swiper-slide img {
  width: 100%;
  max-height: 788px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .columns--first-slider .swiper-slide img {
    height: 420px;
  }
}
@media screen and (max-width: 650px) {
  .columns--first-slider .swiper-slide img {
    height: 320px;
  }
}
@media screen and (max-width: 480px) {
  .columns--first-slider .swiper-slide img {
    height: 245px;
  }
}
.inner__info {
  padding-top: 40px;
}
.static-page {
  margin-bottom: 20px;
}
.container-exemplary-pricing {
  position: relative;
  margin-top: 20px;
}
.container-exemplary-pricing::after {
  content: '';
  position: absolute;
  top: -200px;
  left: -45%;
  width: 320px;
  height: 595px;
  transform-origin: bottom center;
  background: url(/images/balloon.png) no-repeat center center;
  -webkit-animation: balloon4 6s ease-in-out infinite;
  animation: balloon4 6s ease-in-out infinite;
}
@media screen and (max-width: 1200px) {
  .container-exemplary-pricing::after {
    display: none;
  }
}
.exemplary-pricing {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 650px) {
  .exemplary-pricing {
    flex-direction: column-reverse;
  }
}
.exemplary-pricing:nth-child(even) > div:first-child {
  order: 1;
}
@media screen and (max-width: 650px) {
  .exemplary-pricing:nth-child(even) > div:first-child {
    order: 0;
  }
}
.exemplary-pricing:nth-child(even) > div:last-child {
  order: 0;
}
@media screen and (max-width: 650px) {
  .exemplary-pricing:nth-child(even) > div:last-child {
    order: 1;
  }
}
.exemplary-pricing > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 730px;
  padding: 30px 50px;
  background-color: #ffffff;
}
@media screen and (max-width: 600px) {
  .exemplary-pricing > div:first-child {
    width: 100%;
    padding: 30px;
  }
}
.exemplary-pricing h4,
.gallery h4 {
  position: relative;
  font-weight: 600;
}
.exemplary-pricing h4::after,
.gallery h4::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #d6b461;
}
@media screen and (max-width: 768px) {
  .exemplary-pricing h4::after,
  .gallery h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.gallery h4 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .gallery h4 {
    text-align: center;
  }
}
.gallery .slider.static {
  margin-bottom: 50px;
}
.gallery .slider.static:last-of-type {
  margin-bottom: 0;
}
.exemplary-pricing ul.prices {
  margin-top: 45px !important;
}
.exemplary-pricing ul.prices li {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(44, 42, 44, 0.1);
}
.exemplary-pricing .full-price {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 20px;
}
.full-price .product__price {
  margin-bottom: 0;
}
.exemplary-pricing > div:last-child {
  position: relative;
  width: 500px;
  z-index: 9;
}
.exemplary-pricing > div:last-child::after {
  content: '';
  position: absolute;
  bottom: -26px;
  right: -36px;
  width: 229px;
  height: 291px;
  background: url('/images/shadow-right.png') no-repeat center center;
  z-index: -1;
}
@media screen and (max-width: 927px) {
  .exemplary-pricing > div:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .exemplary-pricing > div:last-child {
    width: 100%;
  }
}
.exemplary-pricing:nth-child(even) > div:last-child::after {
  content: '';
  position: absolute;
  bottom: -43px;
  left: -28px;
  width: 270px;
  height: 280px;
  background: url('/images/shadow-left.png') no-repeat center center;
  z-index: -1;
}
@media screen and (max-width: 927px) {
  .exemplary-pricing:nth-child(even) > div:last-child::after {
    display: none;
  }
}
.exemplary-pricing .slider {
  height: 100%;
}
.exemplary-pricing .swiper-button-next,
.exemplary-pricing .swiper-button-prev {
  display: none !important;
}
.exemplary-pricing > div:last-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-products {
  position: relative;
  padding: 100px 0;
  background-color: #2c2a2c;
}
.related-products::after {
  content: '';
  position: absolute;
  top: -200px;
  right: 10%;
  width: 320px;
  height: 595px;
  transform-origin: bottom center;
  background: url(/images/balloon.png) no-repeat center center;
  -webkit-animation: balloon4 6s ease-in-out infinite;
  animation: balloon4 6s ease-in-out infinite;
}
@media screen and (max-width: 1600px) {
  .related-products::after {
    right: 5%;
  }
}
@media screen and (max-width: 1360px) {
  .related-products::after {
    right: 3%;
    top: -135px;
  }
}
@media screen and (max-width: 1180px) {
  .related-products::after {
    display: none;
  }
}
.related-products h1 {
  color: #ffffff;
}
.gallery {
  position: relative;
  padding: 100px 0 50px 0;
  background-color: #f5e9d2;
}
.gallery::after {
  content: '';
  position: absolute;
  bottom: -50%;
  left: -3%;
  width: 320px;
  height: 595px;
  transform-origin: bottom center;
  background: url(/images/balloon.png) no-repeat center center;
  -webkit-animation: balloon4 6s ease-in-out infinite;
  animation: balloon4 6s ease-in-out infinite;
}
@media screen and (max-width: 1550px) {
  .gallery::after {
    bottom: -58%;
  }
}
@media screen and (max-width: 1250px) {
  .gallery::after {
    bottom: -40%;
  }
}
@media screen and (max-width: 800px) {
  .gallery::after {
    left: -10%;
  }
}
@media screen and (max-width: 630px) {
  .gallery::after {
    left: -15%;
  }
}
@media screen and (max-width: 570px) {
  .gallery::after {
    display: none;
  }
}
.slider--gallery {
  padding-top: 30px;
}
.slider--gallery img {
  width: 170px;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 10px #fdf9f1;
}
.slider--gallery .swiper-slide {
  height: 200px;
}
.slider--gallery .swiper-slide a {
  position: relative;
}
.slider--gallery .swiper-slide a::after {
  content: '';
  position: absolute;
  top: -10px;
  left: -19px;
  width: 229px;
  height: 170px;
  background: url('/images/small-shadow.png') no-repeat center center;
  z-index: -1;
}
.slider.static {
  position: relative;
}
.inner-page .information .series {
  display: flex;
  background-color: transparent;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .inner-page .information .series {
    flex-direction: column-reverse;
  }
}
#video video {
  width: 90%;
  height: 600px;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  #video video {
    height: 470px;
  }
}
@media screen and (max-width: 768px) {
  #video video {
    height: 370px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 580px) {
  #video video {
    height: 270px;
  }
}
@media screen and (max-width: 480px) {
  #video video {
    height: 230px;
  }
}
@media screen and (max-width: 480px) {
  #video video {
    height: 230px;
  }
}
#video h1 {
  color: #fff;
}
.inner .fast-order {
  margin: 30px 0;
}
.read-more-text {
  position: relative;
  word-break: break-word;
  word-wrap: break-word;
}
.read-more-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  opacity: 0;
  background-image: linear-gradient(180deg, transparent, #fdf9f1);
  transition: all 0.5s;
}
.read-more-text.visible:after {
  opacity: 1;
}
.btn--readmore:hover {
  box-shadow: inset 196px 0px 0px #d6b461;
  color: #2c2a2c;
  border-color: #d6b461;
}
.btn--readmore {
  padding: 15px 36px;
  border: 1px solid #2c2a2c;
  border-top-color: #2c2a2c;
  border-right-color: #2c2a2c;
  border-bottom-color: #2c2a2c;
  border-left-color: #2c2a2c;
  color: #2c2a2c;
  transition: all 0.3s !important;
  background-color: transparent;
  width: 198px;
}
.orders {
  padding-top: 18px;
  padding-bottom: 50px;
  background-color: #fdf9f1;
}
@media screen and (max-width: 950px) {
  .orders {
    padding-top: 70px;
  }
}
.orders h1 {
  margin-bottom: 30px;
}
.orders .order-list {
  background-color: #fdf9f1;
}
.order-info {
  display: flex;
  justify-content: space-between;
}
.order-invoice {
  margin-top: 30px;
}
.order-info p:first-child {
  color: grey;
}
.order__status-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 64px;
}
.title-separator-full {
  margin-top: 30px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid #d6b461;
}
.title-separator-full:first-of-type {
  margin-top: 0;
}
.order__thumb {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.order__delivery td:first-child,
.order__sum td:first-child {
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
}
.order__name a {
  color: #2c2a2c;
  font-size: 14px;
}
.order__price,
.order__delivery td:last-of-type,
.order__sum td:last-of-type {
  text-align: right;
}
.order {
  border-bottom: 1px solid #d6b461;
}
.order__sum {
  border-top: 1px solid #d6b461;
}
.order__sum td:last-child {
  color: #d6b461;
  font-weight: bold;
}
.order-invoice p {
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .columns--order {
    order: 1;
  }
  .columns--cart {
    order: 0;
  }
  .order-data {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .order__thumb {
    width: 100px;
    height: 100px;
  }
  .order__image {
    display: flex;
    justify-content: center;
  }
  .order__name,
  .order__price,
  .order__delivery td:last-of-type,
  .order__sum td:last-of-type,
  .order__delivery td:first-child,
  .order__sum td:first-child {
    text-align: left;
  }
}
.browse-page .container {
  position: relative;
}
.browse-page .container::before {
  content: '';
  position: absolute;
  top: 0;
  right: -18%;
  width: 300px;
  height: 595px;
  background: url(/images/balloon.png) no-repeat center center;
  transform-origin: bottom center;
  background: url('/images/balloon.png') no-repeat center center;
  -webkit-animation: balloon4 6s ease-in-out infinite;
  animation: balloon4 6s ease-in-out infinite;
}
@media screen and (max-width: 1650px) {
  .browse-page .container::before {
    right: -12%;
  }
}
@media screen and (max-width: 1531px) {
  .browse-page .container::before {
    right: -10%;
  }
}
@media screen and (max-width: 1459px) {
  .browse-page .container::before {
    right: -7%;
  }
}
@media screen and (max-width: 1389px) {
  .browse-page .container::before {
    right: -2%;
  }
}
@media screen and (max-width: 1294px) {
  .browse-page .container::before {
    right: 36px;
  }
}
@media screen and (max-width: 1150px) {
  .browse-page .container::before {
    right: 50px;
  }
}
@media screen and (max-width: 992px) {
  .browse-page .container::before {
    top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .browse-page .container::before {
    display: none;
  }
}
.browse-page .container::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -30%;
  width: 300px;
  height: 595px;
  background: url(/images/balloon.png) no-repeat center center;
  transform-origin: bottom center;
  background: url('/images/balloon.png') no-repeat center center;
  -webkit-animation: balloon4 6s ease-in-out infinite;
  animation: balloon4 6s ease-in-out infinite;
}
@media screen and (max-width: 992px) {
  .browse-page .container::after {
    display: none;
  }
}
.columns--product {
  margin-top: 20px;
}
.page-products {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 1194px) {
  .page-products {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 992px) {
  .page-products {
    justify-content: space-around;
  }
}
@media screen and (max-width: 848px) {
  .page-products {
    justify-content: center;
  }
}
.page-products .product {
  height: 470px;
  width: 275px;
  padding: 23px 10px;
}
@media screen and (max-width: 1194px) {
  .page-products .product {
    margin-right: 50px;
  }
}
@media screen and (max-width: 992px) {
  .page-products .product {
    margin-right: 0;
  }
}
@media screen and (max-width: 848px) {
  .page-products .product {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 643px) {
  .page-products .product {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.page-products .item-link {
  margin-bottom: 70px;
  margin-right: 15px;
  z-index: 9;
}
.page-products .item-link:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 848px) {
  .page-products .item-link {
    margin-right: 0;
  }
}
.page-products .product__image-container img {
  width: 250px;
  height: 250px;
}
.browse-page .btn--order::before,
.product-column-right .btn--order::before {
  height: 48px;
}
.category__description {
  width: 80%;
}
@media screen and (max-width: 1294px) {
  .category__description {
    width: 75%;
  }
}
@media screen and (max-width: 1150px) {
  .category__description {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .category__description {
    width: 100%;
  }
}
.inner-page {
  padding-top: 18px;
  background-color: #fdf9f1;
}
@media screen and (max-width: 950px) {
  .inner-page {
    padding-top: 70px;
  }
}
.container--product {
  position: relative;
}
.container--product::before {
  content: '';
  position: absolute;
  top: 40px;
  left: -30%;
  width: 300px;
  height: 595px;
  background: url(/images/balloon.png) no-repeat center center;
  transform-origin: bottom center;
  background: url('/images/balloon.png') no-repeat center center;
  -webkit-animation: balloon4 6s ease-in-out infinite;
  animation: balloon4 6s ease-in-out infinite;
}
@media screen and (max-width: 1670px) {
  .container--product::before {
    left: -24%;
  }
}
@media screen and (max-width: 1520px) {
  .container--product::before {
    left: -22%;
  }
}
@media screen and (max-width: 1490px) {
  .container--product::before {
    display: none;
  }
}
.container--product .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .container--product .item {
    height: auto;
    margin-top: 40px;
  }
}
.top-products .item {
  margin-bottom: 0;
}
.item__categories {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
@media screen and (max-width: 531px) {
  .item__categories {
    flex-direction: column;
    align-items: flex-start;
  }
}
.item__category {
  display: flex;
  align-items: center;
  padding: 2px 12px;
  margin-right: 11px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.71;
  color: #fdf9f1;
  border-radius: 15px;
  background-color: #2c2a2c;
  cursor: pointer;
}
.item__category:hover {
  color: #2c2a2c;
  background-color: #d6b461;
}
@media screen and (max-width: 531px) {
  .item__category {
    margin-bottom: 10px;
  }
}
.item__number {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.29;
}
.num {
  font-size: 20px;
  font-weight: 600;
  color: #d6b461;
  line-height: 1.5;
}
.item__description {
  margin-top: 25px;
  padding-bottom: 50px;
  border-bottom: 2px solid rgba(44, 42, 44, 0.1);
}
.item__price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 20px;
}
@media screen and (max-width: 1023px) {
  .item__price {
    padding-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .item__price {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
  }
}
.product__price-container {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 700px) {
  .product__price-container {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.price-text {
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  color: rgba(44, 42, 44, 0.5);
  max-width: 60px;
  line-height: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 700px) {
  .price-text {
    width: 100%;
  }
}
.item__price .product__price {
  margin-bottom: 0;
}
.item__price .product__price--old {
  margin-right: 0;
}
.item__price .product__price--old::after {
  left: 0;
  transform: none;
}
.item__order {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .item__order {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .item__order {
    flex-direction: column;
    align-items: flex-center;
    width: 100%;
  }
}
.fast-order {
  position: relative;
  height: 380px;
  padding: 25px 50px;
  margin-bottom: 60px;
  background: url('/images/fast-order.png') no-repeat center center;
  background-size: cover;
}
.fast-order::after {
  content: '';
  position: absolute;
  top: 25px;
  right: 50px;
  width: 111.3px;
  height: 33px;
  background: url('/images/decoration-small-dark.svg') no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 625px) {
  .fast-order::after {
    display: none;
  }
}
@media screen and (max-width: 1160px) {
  .fast-order {
    flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  .fast-order {
    padding: 25px 30px;
  }
}
.fast-order h3 {
  line-height: 1.2;
  letter-spacing: 2.5px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media screen and (max-width: 1160px) {
  .fast-order h3 {
    margin-bottom: 10px;
    text-align: center;
  }
}
.fast-order .form-row {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .fast-order .form-row {
    margin-top: 0;
  }
}
.fast-order__acctions {
  display: flex;
  justify-content: flex-end;
}
.information {
  display: flex;
  align-items: center;
  padding: 80px 0;
  background-color: #2c2a2c;
}
@media screen and (max-width: 1100px) {
  .information {
    height: auto;
  }
}
.series {
  padding-top: 18px;
  background-color: #fdf9f1;
}
@media screen and (max-width: 950px) {
  .series {
    padding-top: 75px;
  }
}
.series .parent {
  position: relative;
  margin-top: 70px;
}
.series .parent::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30%;
  width: 300px;
  height: 595px;
  background: url(/images/balloon.png) no-repeat center center;
  transform-origin: bottom center;
  background: url('/images/balloon.png') no-repeat center center;
  -webkit-animation: balloon4 6s ease-in-out infinite;
  animation: balloon4 6s ease-in-out infinite;
}
@media screen and (max-width: 1700px) {
  .series .parent::before {
    left: -10%;
  }
}
@media screen and (max-width: 992px) {
  .series .parent::before {
    display: none;
  }
}
.series .parent::after {
  content: '';
  position: absolute;
  bottom: -200px;
  right: -10%;
  width: 300px;
  height: 595px;
  background: url(/images/balloon.png) no-repeat center center;
  transform-origin: bottom center;
  background: url('/images/balloon.png') no-repeat center center;
  -webkit-animation: balloon4 6s ease-in-out infinite;
  animation: balloon4 6s ease-in-out infinite;
}
@media screen and (max-width: 1490px) {
  .series .parent::after {
    right: 0;
  }
}
@media screen and (max-width: 1250px) {
  .series .parent::after {
    display: none;
  }
}
.series .series-container {
  margin-bottom: 100px;
}
.series .page-products {
  justify-content: center;
}
.series .page-products .item-link {
  margin: 20px 30px 0 30px;
}
.series .featured-slider__action {
  display: flex;
  justify-content: center;
}
.serie-products {
  padding-top: 18px;
  background-color: #fdf9f1;
}
@media screen and (max-width: 950px) {
  .serie-products {
    padding-top: 75px;
  }
}
@media screen and (max-width: 1194px) {
  .serie-products .page-products {
    justify-content: center;
  }
}
.series__info h1 {
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: 40px;
  color: #ffffff;
  line-height: 1.23;
}
@media screen and (max-width: 1100px) {
  .series__info h1 {
    margin-left: 0;
    text-align: center;
  }
}
.series__block {
  width: 600px;
  padding: 45px;
  margin-left: -60px;
  font-family: 'Raleway', sans-serif;
  background: #f5e9d2;
}
@media screen and (max-width: 1100px) {
  .series__block {
    margin-left: 0;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .series__block {
    padding: 25px;
  }
}
.series__block p {
  position: relative;
}
.series__block--content::before {
  content: '';
  position: absolute;
  left: -30px;
  width: 3px;
  height: 100%;
  background-color: #d6b461;
}
@media screen and (max-width: 1100px) {
  .series__block--content::before {
    top: 0;
    height: 100%;
  }
}
.other-products {
  position: relative;
  padding: 100px 0;
}
.other-products::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  width: 300px;
  height: 595px;
  background: url(/images/balloon.png) no-repeat center center;
  transform-origin: bottom center;
  background: url('/images/balloon.png') no-repeat center center;
  -webkit-animation: balloon4 6s ease-in-out infinite;
  animation: balloon4 6s ease-in-out infinite;
}
@media screen and (max-width: 992px) {
  .other-products::before {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .other-products {
    padding-bottom: 30px;
  }
}
.other-products h2,
.similar-products h2 {
  margin-bottom: 55px;
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 900px) {
  .other-products h2,
  .similar-products h2 {
    margin-bottom: 20px;
  }
}
.similar-products {
  padding-top: 90px;
  padding-bottom: 40px;
}
.products-slider:nth-child(odd) {
  background-color: #fdf9f1;
}
.products-slider:nth-child(even) {
  background-color: #f5e9d2;
}
.product-gallery__thumb--video {
  position: relative;
}
.product-gallery__image--video:after {
  font-size: 18px;
  width: 72px;
  height: 72px;
  line-height: 72px;
  padding-left: 4.8px;
  text-align: center;
}
.product-gallery__image img {
  max-height: 460px;
  width: auto;
  max-width: 100%;
}
.series-item {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 480px) {
  .top-products-slider .series-item {
    align-items: center;
  }
}
.product-column-right {
  padding-left: 15px;
}
@media screen and (max-width: 1177px) {
  .product-column-right {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .product-column-right {
    padding: 0 12px;
  }
}
@media screen and (max-width: 1129px) {
  .product-column-right .btn--consult {
    width: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .product-column-right .btn--consult {
    width: auto;
  }
}
.product-video {
  position: relative;
  height: 900px;
  padding: 100px 0;
  background: url('/images/video-bg.png') no-repeat center center;
  background-size: cover;
}
.product-video::after {
  content: '';
  position: absolute;
  top: -110px;
  right: 10%;
  width: 300px;
  height: 595px;
  background: url(/images/balloon.png) no-repeat center center;
  transform-origin: bottom center;
  background: url('/images/balloon.png') no-repeat center center;
  -webkit-animation: balloon4 6s ease-in-out infinite;
  animation: balloon4 6s ease-in-out infinite;
}
@media screen and (max-width: 1700px) {
  .product-video::after {
    right: 5%;
  }
}
@media screen and (max-width: 1440px) {
  .product-video::after {
    right: 3%;
  }
}
@media screen and (max-width: 1380px) {
  .product-video::after {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .product-video {
    height: 770px;
  }
}
@media screen and (max-width: 768px) {
  .product-video {
    height: 650px;
  }
}
@media screen and (max-width: 580px) {
  .product-video {
    padding-bottom: 0;
    height: 560px;
  }
}
@media screen and (max-width: 480px) {
  .product-video {
    height: 510px;
  }
}
@media screen and (max-width: 390px) {
  .product-video {
    padding-top: 75px;
  }
}
@media screen and (max-width: 480px) {
  .product-video {
    height: 500px;
  }
}
.video-slide iframe {
  width: 100%;
}
.product-video video {
  width: 90%;
  height: 600px;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .product-video video {
    height: 470px;
  }
}
@media screen and (max-width: 768px) {
  .product-video video {
    height: 370px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 580px) {
  .product-video video {
    height: 270px;
  }
}
@media screen and (max-width: 480px) {
  .product-video video {
    height: 230px;
  }
}
@media screen and (max-width: 480px) {
  .product-video video {
    height: 230px;
  }
}
.other-products-slider,
.similar-products-slider {
  margin-top: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 480px) {
  .other-products-slider,
  .similar-products-slider {
    margin-top: 30px;
  }
}
.profile {
  padding-top: 18px;
  padding-bottom: 60px;
  background-color: #fdf9f1;
}
@media screen and (max-width: 950px) {
  .profile {
    padding-top: 70px;
  }
}
.profile h1 {
  margin-bottom: 42px;
}
.title-separator {
  margin-bottom: 20px;
}
.profile__form form {
  margin-bottom: 40px;
}
.profile__form .column {
  padding-left: 0;
}
.profile__order-wrapper {
  margin-top: 96px;
}
@media only screen and (max-width: 572px) {
  .profile__order-wrapper {
    margin-top: 0;
  }
}
.order__id {
  font-size: 15px;
  line-height: 1.41;
  color: #d6b461;
}
.order__status {
  color: #fff;
  text-transform: uppercase;
  height: 26px;
  padding: 5px;
  font-size: 12px;
}
.order__date {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 1023px) {
  .profile__orders {
    margin-top: 50px;
  }
}
.register {
  padding-top: 18px;
  padding-bottom: 60px;
  background-color: #fdf9f1;
}
@media screen and (max-width: 950px) {
  .register {
    padding-top: 70px;
  }
}
.register h1,
.register h1:nth-of-type(2) {
  margin-bottom: 45px;
}
.register__info {
  display: flex;
  align-items: center;
}
.register__info p {
  font-size: 14px;
  color: #ffffff;
}
.register .register__info p {
  color: #2c2a2c;
}
.invoice-row p,
.register__info p {
  margin-top: 0;
}
.invoice-row {
  display: flex;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 35px;
}
.invoice-row .form__group {
  padding-bottom: 0;
}
.register h1:nth-of-type(1) {
  margin-bottom: 45px;
}
.register .form-row .form__group {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .register .form-row .form__group {
    width: 100%;
  }
}
.register .container--min-width .form-row input {
  width: 100%;
}
.register .form__group--checkbox {
  padding-bottom: 0;
}
