

/* Start:/local/templates/chesterwall3/markup/css/main.css?1637930376197291*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,500,700,900&display=swap&subset=cyrillic-ext");
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Swiper 5.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 30, 2019
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -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: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
     -moz-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
     -moz-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: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-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;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: height,-o-transform;
  -moz-transition-property: transform,height,-moz-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform,-moz-transform,-o-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
     -moz-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;
     -moz-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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: -webkit-calc(var(--swiper-navigation-size)/ 44 * 27);
  width: -moz-calc(var(--swiper-navigation-size)/ 44 * 27);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -webkit-calc(-1 * var(--swiper-navigation-size)/ 2);
  margin-top: -moz-calc(-1 * var(--swiper-navigation-size)/ 2);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size); }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  -moz-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-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(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
     -moz-transform: scale(0.66);
      -ms-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
     -moz-transform: scale(0.66);
      -ms-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
     -moz-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: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
     -moz-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -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%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-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 transform,.2s top;
  -o-transition: .2s transform,.2s top;
  -moz-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top; }

.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%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-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 transform,.2s left;
  -o-transition: .2s transform,.2s left;
  -moz-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  -o-transition: .2s transform,.2s right;
  -moz-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
     -moz-transform-origin: left top;
      -ms-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
     -moz-transform-origin: right top;
      -ms-transform-origin: right top;
       -o-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-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 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, 0.5);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          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: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: 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%;
     -moz-transform-origin: 50%;
      -ms-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
     -moz-animation: swiper-preloader-spin 1s infinite linear;
       -o-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-moz-keyframes swiper-preloader-spin {
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-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;
     -moz-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;
  -moz-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;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-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;
     -moz-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
       -o-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;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  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;
  -moz-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;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/local/templates/chesterwall3/markup/css/../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/local/templates/chesterwall3/markup/css/../fonts/slick.eot");
  src: url("/local/templates/chesterwall3/markup/css/../fonts/slick.eot?#iefix") format("embedded-opentype"), url("/local/templates/chesterwall3/markup/css/../fonts/slick.woff") format("woff"), url("/local/templates/chesterwall3/markup/css/../fonts/slick.ttf") format("truetype"), url("/local/templates/chesterwall3/markup/css/../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
       transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

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

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

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

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
     -ms-transform: scale(0.75);
      -o-transform: scale(0.75);
         transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
     -ms-transform-origin: 0;
      -o-transform-origin: 0;
         transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
     -ms-transform-origin: 100%;
      -o-transform-origin: 100%;
         transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

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

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

ul ul,
ol ul,
ul ol,
ol ol {
  list-style: none;
  margin: 0;
  padding: 0; }

a, li, button, input, textarea {
  outline: none !important; }

.clear {
  clear: both; }

html, body {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 320px; }

/* start styles content */
body {
  color: #000;
  font: 18px/18px "Roboto Condensed", sans-serif;
  position: relative;
  width: 100%;
  -webkit-text-size-adjust: none; }

p {
  color: #000;
  font: 18px/27px "Roboto Condensed", sans-serif;
  margin: 0 0 12px;
  -webkit-text-size-adjust: none; }
  p a {
    color: #000; }
    p a:hover {
      text-decoration: underline; }

a {
  -webkit-text-decoration-skip: objects;
  color: #000;
  text-decoration: none; }

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

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

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

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

.before, .h-content-top div:first-child:before, .h-content-top div:last-child:before, .h-content-bottom div:first-child:before, .h-content-bottom div:last-child:before, .h-box-link li.h-item-help a:before, .nav > li.item-parent > a:before, .nav > li.item-touch > a:before, .main__bn::before, .step__list li::before, .size-label-txt.sl-1 span::after,
.size-label-txt.sl-2 span::after,
.size-label-txt.sl-3 span::after,
.size-label-txt.sl-4 span::after, .icon-arrow-bottom::before, .slide-box::before {
  content: "";
  display: block;
  position: absolute; }

.d-block, header, .header__content, .header__container, .head__box-top, .h-box-quest, .head__box-bottom, #mainsearch, .main-search, .search-input, .main__bn, section, .wrapper, .trigger-container, .constructor__content, .step-title, .size-container, .slider__color-big, .order__card, .slide-box-content, .gallery__content, .gallery__box, .gallery__modal-box div, .tab__text, .tab-video-box, .video__list, .article__container, .constructor-tab-block, .modal-input, .modal-control {
  display: block;
  float: left;
  width: 100%; }

.d-inline, .logo, .h-box-list, .h-box-list li, .h-box-list li a, .h-box-link li, .h-box-link li a, .h-box-link li.h-item-help a, .i-basket, .i-user, .nav > li, .nav > li > a, .clear-search {
  display: inline-block; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.flex-align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
     -moz-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

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

.flex-justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.flex-justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.flex-align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

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

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 1px; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }

h1, .h1 {
  color: #000;
  font: 700 72px/72px "Roboto Condensed", sans-serif;
  margin: 0 0 17px; }

h2, .h2 {
  color: #000;
  font: bold 24px/26px "Roboto Condensed", sans-serif;
  margin: 0 0 10px; }

h3, .h3 {
  margin: 0; }

blockquote {
  position: relative; }

.text-uppercase {
  text-transform: uppercase; }

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

.text-justify {
  text-align: justify; }

.text-right {
  text-align: center; }

.row-box, .trigger-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }

.col-1 {
  padding: 0 15px;
  -webkit-box-flex: 8.33333333%;
  -webkit-flex: 8.33333333%;
     -moz-box-flex: 8.33333333%;
      -ms-flex: 8.33333333%;
          flex: 8.33333333%;
  max-width: 8.33333333%; }

.col-2 {
  padding: 0 15px;
  -webkit-box-flex: 16.66666667%;
  -webkit-flex: 16.66666667%;
     -moz-box-flex: 16.66666667%;
      -ms-flex: 16.66666667%;
          flex: 16.66666667%;
  max-width: 16.66666667%; }

.col-3 {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%; }

.col-5 {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66666667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%; }

.col-6 {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%; }

.col-8 {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66666667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%; }

.col-9 {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%; }

.col-11 {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66666667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%; }

.col-12 {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.mt-50 {
  margin-top: 50px; }

.pl-15 {
  padding-left: 15px; }

.pr-15 {
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.row:after, .row:before {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; } }

@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .visible-md {
    display: none !important; } }

.footer__bottom {
  display: block;
  float: left;
  width: 100%;
  background: #F0F0F0;
  padding: 30px 0 34px; }

.footer__bottom-container {
  display: block;
  width: 100%;
  float: left; }

.footer__bottom-child .container {
  width: auto;
  max-width: 1240px; }

.box__share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -6px 24px; }

.box__share > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 21px;
  margin: 6px; }

.box__share > div .fb_iframe_widget_fluid {
  height: 21px;
  vertical-align: top;
  line-height: 21px; }

.footer__nav {
  display: block;
  float: left;
  width: 100%; }

.footer__nav li {
  display: block;
  float: left;
  width: 100%;
  font: 300 18px/30px "Roboto", sans-serif;
  color: #000000;
  letter-spacing: -0.95px; }

.footer__nav li a {
  display: inline-block;
  float: left;
  font: 300 18px/30px "Roboto", sans-serif;
  color: #000000;
  letter-spacing: -0.95px; }

.footer__nav li a:hover {
  /*text-decoration: underline; */
}

.footer__nav.fn-1 {
  padding: 0; }

.footer__nav.fn-2 {
  padding: 0 0 0 5px; }

.footer__nav.fn-3 {
  margin: 0 0 0 -2px; }

.footer__nav.fn-4 {
  margin: 0 0 0 -9px; }

.icon-f-phone {
  display: inline-block;
  float: left;
  width: 18px;
  height: 30px;
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-phone.svg") no-repeat center center;
  margin: 0 0 0 -28px; }

.icon-f-email {
  display: inline-block;
  float: left;
  width: 18px;
  height: 30px;
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-mail.svg") no-repeat center center;
  margin: 0 0 0 -28px; }

.icon-f-trash {
  display: inline-block;
  float: left;
  width: 18px;
  height: 30px;
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-trash.svg") no-repeat center center;
  display: block;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
       background-size: 100%; }

.icon-f-add {
  display: inline-block;
  float: left;
  width: 18px;
  height: 30px;
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-plus-cart.svg") no-repeat center center;
  display: block;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
       background-size: 100%; }

.text-f-phone {
  display: block;
  width: 100%;
  white-space: nowrap; }

.text-f {
  margin: 0 0 0 2px;
  white-space: nowrap; }

.footer__contacts li a {
  padding: 0 0 0 28px; }

.footer__contacts li:first-child a {
  padding: 0; }

.pay__list {
  background: #FFF; }

.pay__methods {
  display: block;
  float: left;
  width: 100%;
  background: #FFF; }
  .pay__methods .container {
    padding: 0 10px; }

.pay__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px; }

.pay__list li {
  padding: 0 15px; }
  .pay__list li img {
    display: block;
    max-width: 100%;
    height: auto; }

.footer-home {
  background: #000;
  padding: 14px 0; }

.copy {
  padding: 0;
  font: 300 18px/21px "Roboto", sans-serif;
  color: #FFFFFF;
  letter-spacing: -0.95px; }

.f-link {
  display: block;
  float: left;
  width: 100%;
  margin: 21px 0 0 -3px; }
  .f-link li {
    display: inline-block;
    float: left; }

.f-link li:first-child {
  margin: 0 48px 0 0; }

.f-link li a {
  display: inline-block;
  float: left;
  font: 300 18px/21px "Roboto", sans-serif;
  letter-spacing: -0.95px;
  color: #FFF;
  text-decoration: underline; }

.f-link li a:hover {
  text-decoration: none; }

.f-link-calc {
  display: block;
  width: 25%;
  padding: 0 15px; }

.footer__link-calc {
  width: 155px;
  display: block;
  text-align: center;
  height: 45px;
  font: 300 16px/28px "Roboto", sans-serif;
  color: #FFFFFF !important;
  letter-spacing: -0.95px;
  position: relative;
  background: #333;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;
  margin: 2px 0 0 0;
  float: left;
  padding: 3px;
  line-height: 19px; }

.box__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.mt-40 {
  margin-top: 40px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mfp-bg {
  background: rgba(0, 0, 0, 0.25); }

.popup__content {
  width: 500px;
  background: #FFF;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.modal-close {
  cursor: pointer; }
  .modal-close::before, .modal-close::after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    position: absolute;
    background: #000;
    left: 10px;
    top: 50%; }
  .modal-close::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modal-close::before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }

.popup__block {
  display: block;
  width: 100%;
  float: left;
  padding: 20px; }

.h-box-work-title {
  display: block;
  float: left;
  width: 100%;
  font: 500 22px/24px "Roboto", sans-serif;
  text-align: center;
  color: #000;
  margin: 0 0 10px;
  letter-spacing: -0.95px; }

.h-box-work-modal {
  display: block;
  float: left;
  width: 100%;
  font: 500 18px/22px "Roboto", sans-serif;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: -0.95px; }

.menu__container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.37);
  z-index: 200; }

.menu__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  height: 100%;
  display: block;
  overflow: hidden;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
       transition-duration: 300ms;
  -webkit-transform: translate3d(-320px, 0, 0);
  -moz-transform: translate3d(-320px, 0, 0);
       transform: translate3d(-320px, 0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, -webkit-transform; }

.menu__content.menuOpen {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0); }

.menu__box {
  background: #343434;
  height: 100%;
  position: absolute;
  left: 0;
  overflow: auto;
  width: 280px; }

.menu > li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.menu > li > a {
  font: 700 18px/40px "Roboto", sans-serif;
  white-space: nowrap;
  color: #fff;
  padding: 0 20px;
  letter-spacing: -0.95px;
  position: relative; }

.menu > li > a .h-item-col {
  margin: 0 0 0 5px;
  padding: 0; }

.parent-btn {
  position: absolute;
  cursor: pointer;
  z-index: 5;
  display: block;
  width: 47px;
  height: 40px;
  right: 0;
  top: 0; }

.parent-btn:before {
  content: "";
  display: block;
  position: absolute;
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-arrow-white.svg") no-repeat center;
  -webkit-background-size: 8px 13px;
  -moz-background-size: 8px 13px;
       background-size: 8px 13px;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  -o-transition: -o-transform .3s;
  -moz-transition: transform .3s, -moz-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.parent-btn.active:before {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
       transform: rotate(270deg); }

.menu {
  display: block;
  float: left;
  width: 100%; }

.menu > li {
  display: block;
  float: left;
  width: 100%; }

.menu > li > a {
  display: block;
  float: left;
  width: 100%; }

.sub-menu {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: none; }

.sub-menu li {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.sub-menu li > a {
  display: block;
  float: left;
  width: 100%;
  white-space: nowrap;
  color: #fff;
  letter-spacing: -0.95px;
  padding: 0 20px 0 63px;
  font: 500 16px/40px "Roboto", sans-serif; }

.i-cat:before {
  content: "";
  display: block;
  position: absolute; }

.i-cat {
  display: inline-block;
  float: left;
  width: 63px;
  height: 40px;
  margin: 0 0 0 -63px;
  position: relative; }

.i-cat:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s; }

.i-cat-1 {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-1.svg") no-repeat center center; }

.i-cat-1:before {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-1-hover.svg") no-repeat center center; }

.i-cat-2 {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-2.svg") no-repeat center center; }

.i-cat-2:before {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-2-hover.svg") no-repeat center center; }

.i-cat-3 {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-3.svg") no-repeat center center; }

.i-cat-3:before {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-3-hover.svg") no-repeat center center; }

.i-cat-4 {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/icon/icon-cat-4.png") no-repeat center center;
  -webkit-background-size: 26px 29px;
  -moz-background-size: 26px 29px;
       background-size: 26px 29px; }

.i-cat-4:before {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/icon/icon-cat-4-hover.png") no-repeat center center;
  -webkit-background-size: 26px 29px;
  -moz-background-size: 26px 29px;
       background-size: 26px 29px; }

.i-cat-5 {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-5.svg") no-repeat center center; }

.i-cat-5:before {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-5-hover.svg") no-repeat center center; }

.i-cat-6 {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-6.svg") no-repeat center center; }

.i-cat-6:before {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-6-hover.svg") no-repeat center center; }

.i-cat-7 {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-7.svg") no-repeat center center;
  -webkit-background-size: 26px 26px;
  -moz-background-size: 26px;
       background-size: 26px; }

.i-cat-7:before {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-7-hover.svg") no-repeat center center;
  -webkit-background-size: 26px 26px;
  -moz-background-size: 26px;
       background-size: 26px; }

.i-cat-8 {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-8.svg") no-repeat center center;
  -webkit-background-size: 26px 26px;
  -moz-background-size: 26px;
       background-size: 26px; }

.i-cat-8:before {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-8-hover.svg") no-repeat center center;
  -webkit-background-size: 26px 26px;
  -moz-background-size: 26px;
       background-size: 26px; }

.i-cat-9 {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-9.svg") no-repeat center center;
  -webkit-background-size: 26px 26px;
  -moz-background-size: 26px;
       background-size: 26px; }

.i-cat-9:before {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-9-hover.svg") no-repeat center center;
  -webkit-background-size: 26px 26px;
  -moz-background-size: 26px;
       background-size: 26px; }

.i-cat-10 {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-10.svg") no-repeat center center;
  -webkit-background-size: 26px 26px;
  -moz-background-size: 26px;
       background-size: 26px; }

.i-cat-10:before {
  background: url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-cat-10-hover.svg") no-repeat center center;
  -webkit-background-size: 26px 26px;
  -moz-background-size: 26px;
       background-size: 26px; }

.sub-menu li > a .i-cat:before {
  display: none; }

.sub-menu li > a .i-cat-1 {
  -webkit-background-size: 14px 26px;
  -moz-background-size: 14px 26px;
       background-size: 14px 26px; }

.sub-menu li > a .i-cat-2 {
  -webkit-background-size: 21px 17px;
  -moz-background-size: 21px 17px;
       background-size: 21px 17px; }

.sub-menu li > a .i-cat-3 {
  -webkit-background-size: 15px 30px;
  -moz-background-size: 15px 30px;
       background-size: 15px 30px; }

.sub-menu li > a .i-cat-4 {
  -webkit-background-size: 22px 25px;
  -moz-background-size: 22px 25px;
       background-size: 22px 25px; }

.sub-menu li > a .i-cat-5 {
  -webkit-background-size: 20px 23px;
  -moz-background-size: 20px 23px;
       background-size: 20px 23px; }

.sub-menu li > a .i-cat-6 {
  -webkit-background-size: 30px 23px;
  -moz-background-size: 30px 23px;
       background-size: 30px 23px; }

.sub-menu li > a .i-cat-8 {
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px;
       background-size: 24px; }

.sub-menu li:last-child {
  border: 0; }

.sub-menu-v2 {
  display: block;
  width: 100%;
  float: left;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: none; }

.sub-menu-v2 li {
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.sub-menu-v2 li > a {
  display: block;
  width: 100%;
  float: left;
  color: #fff;
  letter-spacing: -0.55px;
  white-space: normal;
  padding: 0 20px 0 73px;
  font: 500 14px/40px "Roboto", sans-serif; }

.sub-menu-v2 li:last-child {
  border: 0; }

.menu-close {
  width: 40px;
  height: 41px;
  cursor: pointer;
  background: #2a2a2a url("https://www.ampir.ru/local/templates/ampir/css/../images/svg/icon-close.svg") no-repeat center center;
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
       background-size: 18px 18px;
  position: absolute;
  right: 0;
  top: 0; }

.mn-0 {
  margin: 0 !important; }

.order-card-count-error {
 display: none;
 width: 100%;
 color: #c00;
 font: 18px/20px "Roboto Condensed", sans-serif;
 margin-bottom: 12px;
}  

/* START 767px */
@media (max-width: 767px) {
  .footer__bottom {
    padding: 30px 0 0;
    background: #e4cbd0; }
  .footer__bottom .container {
    padding: 0 !important; }
  .box__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .box__share {
    padding: 0 10px; }
  .box__share {
    margin: 0 -6px 20px; }
  .f-link-calc {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 20px; }
  .footer__link-calc {
    width: 100%;
    margin: 0; }
  .footer__bottom .col-xs-12 {
    padding: 0 !important; }
  .footer__bottom .row {
    margin: 0;
    width: 100%;
    display: block;
    float: left; }
  .footer__nav {
    padding: 0 !important; }
  .footer__nav.fn-1 {
    border-top: 1px solid rgba(52, 52, 52, 0.5); }
  .footer__nav li {
    border-bottom: 1px solid rgba(52, 52, 52, 0.5); }
  .footer__nav li a {
    padding: 0 20px;
    position: relative;
    line-height: 40px;
    height: 40px;
    display: block;
    width: 100%;
    text-decoration: none !important; }
  .footer__nav li a::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url("https://www.ampir.ru//local/templates/ampir/css/../images/svg/icon-arrow.svg") no-repeat left center;
    width: 20px;
    height: 40px; }
  .f-link {
    margin: 5px 0 0; }
  .f-link li {
    margin: 0 0 10px !important;
    width: 100%;
    display: block; }
  .copy {
    padding: 0 !important; }
  .footer-home .container {
    padding: 0 10px !important; }
  .box__share img {
    max-width: 100%;
    height: auto;
    display: block; }
 .choose-material-name {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
 }
 .choose-row {
  margin: 0;
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 }
 .choose-col {
  margin: 0;
  padding: 0 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
 }
 .choose-material-img {
  width: 100% !important;
  max-width: 215px;
 }
 .choose-col {
  margin: 0 !important;
 }

 .size-info-content .chesterwall-desc {
  font-size: 11px;
  line-height: 14px;
 }
   .order-card-action.flex-justify-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

/* END 767px */
/* START 479px */
@media (max-width: 479px) {
  .pay__methods {
    display: none !important; } }

/* END 479px */
.container {
  margin: 0 auto;
  display: block;
  width: 1240px; }

.beneficia__container {
  display: block;
  float: left;
  width: 100%;
  background: #7a7a7a; }

.beneficia__content {
  max-width: 1240px;
  display: block;
  margin: 0 auto; }

.beneficia {
  display: block;
  float: left;
  width: 100%;
  height: 45px;
  background-color: #7a7a7a;
  font-family: "Roboto Condensed", sans-serif; }

.beneficia-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.beneficia-box > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 14px; }

.beneficia-box > div span, .beneficia-box > div i {
  display: inline-block;
  vertical-align: middle; }

.beneficia-box > div a {
  line-height: 14px;
  text-decoration: none; }

.beneficia a {
  color: #fff; }

.beneficia-box > div .icon {
  margin-right: 10px;
  height: 27px;
  width: 50px; }

.icon-truck {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2021%22%3E%3Cpath%20d%3D%22M7.4%2021c-1.5%200-2.7-1.2-2.7-2.7s1.2-2.7%202.7-2.7%202.7%201.2%202.7%202.7S8.9%2021%207.4%2021zM7.4%2019.6c0.8%200%201.4-0.6%201.4-1.4%200-0.8-0.6-1.4-1.4-1.4S6%2017.5%206%2018.3C6%2019%206.6%2019.6%207.4%2019.6z%22%2F%3E%3Cpath%20d%3D%22M33.2%2021c-1.5%200-2.7-1.2-2.7-2.7s1.2-2.7%202.7-2.7c1.5%200%202.7%201.2%202.7%202.7S34.7%2021%2033.2%2021zM33.2%2019.6c0.8%200%201.4-0.6%201.4-1.4%200-0.8-0.6-1.4-1.4-1.4s-1.4%200.6-1.4%201.4C31.8%2019%2032.4%2019.6%2033.2%2019.6z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M37%2018h3V0H14v18h15c0-2.2%201.8-4%204-4S37%2015.8%2037%2018z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M11%2018.3h1.9v-7.6h-10c-1%200-1.8%200.8-1.8%201.8v5.8h2.7c0-2%201.6-3.5%203.6-3.5S11%2016.3%2011%2018.3z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M4.9%204.2c0.3-1%201.3-1.7%202.3-1.7h5.6v9.4H2.7L4.9%204.2zM5.6%204.7l-2%207.2h6.3V3.7H7C6.4%203.7%205.8%204.1%205.6%204.7z%22%2F%3E%3Cpath%20d%3D%22M0.8%2017h2.4C3.6%2017%204%2017.4%204%2017.8l0%200c0%200.5-0.4%200.8-0.8%200.8H0.8c-0.5%200-0.8-0.4-0.8-0.8l0%200C0%2017.4%200.4%2017%200.8%2017z%22%2F%3E%3Cpath%20d%3D%22M37.8%2017h2.4c0.5%200%200.8%200.4%200.8%200.8l0%200c0%200.5-0.4%200.8-0.8%200.8h-2.4c-0.5%200-0.8-0.4-0.8-0.8l0%200C37%2017.4%2037.4%2017%2037.8%2017z%22%2F%3E%3Cpath%20d%3D%22M11%2018c0-0.6%200.4-1%201-1h16c0.5%200%201%200.4%201%201l0%200c0%200.6-0.4%201-1%201H12C11.4%2019%2011%2018.6%2011%2018L11%2018z%22%2F%3E%3Cpath%20d%3D%22M42%200h7c0.6%200%201%200.4%201%201l0%200c0%200.6-0.4%201-1%201h-7c-0.6%200-1-0.4-1-1l0%200C41%200.4%2041.4%200%2042%200z%22%2F%3E%3Cpath%20d%3D%22M42%203h4c0.6%200%201%200.4%201%201l0%200c0%200.6-0.4%201-1%201h-4c-0.6%200-1-0.4-1-1l0%200C41%203.4%2041.4%203%2042%203z%22%2F%3E%3Cpath%20d%3D%22M42%206h2c0.6%200%201%200.4%201%201l0%200c0%200.6-0.4%201-1%201h-2c-0.6%200-1-0.4-1-1l0%200C41%206.4%2041.4%206%2042%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center; }

.icon-paper {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2027%22%3E%3Cg%20transform%3D%22translate(-431%20-9)translate(430%200)translate(1%209)%22%3E%3Cpath%20d%3D%22M21.1%2021.8c-0.9%201.1-2.1%202.5-2.1%202.5%20-0.4%202%203.3%202.3%205.8%202.5s3.5-5%201-5C24%2021.8%2021.1%2021.8%2021.1%2021.8z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M2.5%200.8c0%200%2011.9%200.3%2021.2%200%201.9%200%203.5%201.6%202.5%205.3%20-0.2%200.7-3.5%2014.1-4.3%2016.5%20-1%203.1%201.3%204.1%202.9%204.1%204.8%200-20.9%200.1-21.5%200%20-2.4-0.4-2.2-3.7-2.2-3.7L4%206.5%202.5%200.8z%22%2F%3E%3Crect%20x%3D%225.9%22%20y%3D%229.3%22%20fill%3D%22%23D8D8D8%22%20width%3D%2216.1%22%20height%3D%221.7%22%2F%3E%3Crect%20x%3D%226.4%22%20y%3D%229.8%22%20stroke%3D%22%23979797%22%20fill%3D%22none%22%20width%3D%2215.1%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%225.1%22%20y%3D%2213.5%22%20fill%3D%22%23D8D8D8%22%20width%3D%2216.1%22%20height%3D%221.7%22%2F%3E%3Crect%20x%3D%225.6%22%20y%3D%2214%22%20stroke%3D%22%23979797%22%20fill%3D%22none%22%20width%3D%2215.1%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%224.2%22%20y%3D%2217.7%22%20fill%3D%22%23D8D8D8%22%20width%3D%225.9%22%20height%3D%221.7%22%2F%3E%3Crect%20x%3D%224.7%22%20y%3D%2218.2%22%20stroke%3D%22%23979797%22%20fill%3D%22none%22%20width%3D%224.9%22%20height%3D%221%22%2F%3E%3Crect%20x%3D%223.4%22%20y%3D%2221.8%22%20fill%3D%22%23D8D8D8%22%20width%3D%225.9%22%20height%3D%221.7%22%2F%3E%3Crect%20x%3D%223.9%22%20y%3D%2222.3%22%20stroke%3D%22%23979797%22%20fill%3D%22none%22%20width%3D%224.9%22%20height%3D%221%22%2F%3E%3Cpolygon%20points%3D%2211.9%2019.1%2014.2%2021.4%2019.1%2016.9%2019.1%2018.8%2014.2%2023.5%2011.9%2021.1%20%22%2F%3E%3Cpath%20d%3D%22M2.6%200.8h21.2c0%200-2.3%200.4-2.3%202.8s2.3%202.5%202.3%202.5S7.3%206.5%202.6%206.5C1%206%200%205.1%200%203.7S1.4%200.8%202.6%200.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center; }

.icon-pin {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2024%22%3E%3Cg%20transform%3D%22translate(-640%20-10)translate(640%200)translate(0%2010)%22%3E%3Cpath%20d%3D%22M21.8%2024c0%200-7.8-11.9-7.8-16.2S17.5%200%2021.8%200s7.8%203.5%207.8%207.8S21.8%2024%2021.8%2024zM21.8%2012c2.3%200%204.2-1.9%204.2-4.2s-1.9-4.2-4.2-4.2%20-4.2%201.9-4.2%204.2S19.5%2012%2021.8%2012z%22%2F%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%228.5%22%20cy%3D%2215.5%22%20r%3D%228.5%22%2F%3E%3Ctext%20transform%3D%22matrix(1%200%200%201%208%2021)%22%20font-size%3D%229px%22%3E%20%206%3C%2Ftext%3E%3Cpolygon%20points%3D%223.7%2019%205%2017.3%206.4%2019%207.1%2019%205.4%2016.9%206.9%2015%206.2%2015%205%2016.4%203.9%2015%203.2%2015%204.7%2016.9%203%2019%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center; }

.icon-users {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2038%2023%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.5%2010c2.6%200%204.8-2.2%204.8-5%200-2.8-2.1-5-4.8-5%20-2.6%200-4.8%202.2-4.8%205C13.8%207.8%2015.9%2010%2018.5%2010L18.5%2010zM17.4%2011.6l1.1%201.4%201.1-1.4c3.3%200.3%208.4%202%208.4%204.9V19c0%200-4.8%203.7-9.5%203.7S9%2019%209%2019v-2.5C9%2013.5%2014.1%2011.9%2017.4%2011.6zM17%2020l1.5%201%201.5-1H17zM20%2020l-1.5-7L17%2020H20z%22%2F%3E%3Cpath%20d%3D%22M31.7%209c1.7%200%203-1.3%203-3%200-1.7-1.3-3-3-3%20-1.7%200-3%201.3-3%203C28.7%207.7%2030.1%209%2031.7%209L31.7%209zM30.6%2018.8c4.9%200%207.2-3.8%207.2-3.8v-1.5c0-2-4-3-6-3%20-1.4%200-3.8%200.5-5.1%201.5C31.3%2013.6%2030.4%2016.3%2030.6%2018.8z%22%2F%3E%3Cpath%20d%3D%22M6%209C4.3%209%203%207.7%203%206c0-1.7%201.3-3%203-3%201.7%200%203%201.3%203%203C9%207.7%207.7%209%206%209L6%209zM7.2%2018.8C2.3%2018.8%200%2015%200%2015v-1.5c0-2%204-3%206-3%201.4%200%203.8%200.5%205.1%201.5C6.4%2013.6%207.3%2016.3%207.2%2018.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center; }

header {
  background: #e4cbd0;
  -webkit-box-shadow: 0 0 8px 1px #797979;
     -moz-box-shadow: 0 0 8px 1px #797979;
          box-shadow: 0 0 8px 1px #797979;
  position: relative;
  z-index: 101; }

.head__content {
  background: rgba(0, 0, 0, 0.48);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
  top: 0; }

.head__content-title {
  display: inline-block; }
  .head__content-title .h-content-center {
    color: #FFF;
    font-weight: 700; }
  .head__content-title .h3 {
    color: #FFF;
    text-align: center;
    font-weight: 700; }

.h-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 -11px; }
  .h-content-top div:first-child {
    width: 100%;
    position: relative;
    height: 2px;
    background: rgba(255, 255, 255, 0.5); }
    .h-content-top div:first-child:before {
      right: 0;
      top: -2px;
      width: 36px;
      height: 2px;
      background: rgba(255, 255, 255, 0.5); }
  .h-content-top div:last-child {
    width: 100%;
    position: relative;
    height: 2px;
    background: rgba(255, 255, 255, 0.5); }
    .h-content-top div:last-child:before {
      left: 0;
      top: -2px;
      width: 36px;
      height: 2px;
      background: rgba(255, 255, 255, 0.5); }
  .h-content-top span {
    padding: 0 20px;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    top: -11px; }

.h-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .h-content-bottom div:first-child {
    width: 100%;
    position: relative;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    margin: 10px 0 0; }
    .h-content-bottom div:first-child:before {
      right: 0;
      top: 2px;
      width: 36px;
      height: 2px;
      background: rgba(255, 255, 255, 0.5); }
  .h-content-bottom div:last-child {
    width: 100%;
    position: relative;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    margin: 10px 0 0; }
    .h-content-bottom div:last-child:before {
      left: 0;
      top: 2px;
      width: 36px;
      height: 2px;
      background: rgba(255, 255, 255, 0.5); }
  .h-content-bottom span {
    padding: 0 20px;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    top: 0px; }

.header__container {
  padding: 14px 0 15px; }

.head__box-top h3 {
  font: 18px/20px "Roboto", sans-serif;
  margin: 0 0 11px;
  font-weight: 500; }

.h-box-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.h-box-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*width: 100%; */
}

.h-box-list {
  margin: 9px 0 0 8px; }
  .h-box-list li {
    float: left;
    white-space: nowrap;
    margin: 0 12px; }
    .h-box-list li a {
      float: left;
      color: rgba(0, 0, 0, 0.65);
      letter-spacing: -0.95px;
      font: 500 18px/21px "Roboto", sans-serif; }
      .h-box-list li a:hover {
        text-decoration: underline; }

.h-box-phone {
  margin: 0 36px 0 45px; }
  .h-box-phone a {
    color: #000;
    font: 500 18px/18px "Roboto", sans-serif; }
    .h-box-phone a:hover {
      text-decoration: underline; }

.h-box-work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font: 500 14px/16px "Roboto", sans-serif;
  color: #535050;
  margin-right: 103px; }
  .h-box-work div {
    margin: 1px 0; }

.h-box-quest a {
  font: 500 14px/16px "Roboto", sans-serif;
  color: #535050; }
  .h-box-quest a:hover {
    text-decoration: underline; }

.h-box-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .h-box-email > a {
    color: #000;
    font: 500 18px/18px "Roboto", sans-serif; }
    .h-box-email > a:hover {
      text-decoration: underline; }

.h-box-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin: 6px 0 0; }
  .h-box-link li a {
    text-decoration: none;
    position: relative; }
  .h-box-link li.h-item-basket {
    margin: 0 33px 0 0; }
    .h-box-link li.h-item-basket .h-item-col {
      margin: 1px 5px 0 0;
      float: left; }
  .h-box-link li.h-item-user {
    margin: 0 40px 0 0; }
    .h-box-link li.h-item-user .h-item-col {
      margin: 1px 4px 0 0;
      float: left; }
  .h-box-link li.h-item-help {
    padding: 1px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .h-box-link li.h-item-help a {
      padding: 0 0 0 21px;
      position: relative;
      color: #744f60;
      font: 500 18px/18px "Roboto", sans-serif; }
      .h-box-link li.h-item-help a:before {
        left: 0;
        top: 0;
        background: url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/icon-help.svg") no-repeat;
        width: 17px;
        height: 17px; }
      .h-box-link li.h-item-help a:hover span {
        text-decoration: underline; }

.h-item-col {
  display: inline-block;
  min-width: 24px;
  text-align: center;
  padding: 0 5px;
  height: 24px;
  background: #F4696C;
  color: #FFF;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  font: 500 18px/24px "Roboto", sans-serif; }

.i-basket {
  background: url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/icon-basket.svg") no-repeat;
  width: 34px;
  height: 27px; }

.i-user {
  background: url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/icon-user.svg") no-repeat;
  width: 25px;
  height: 26px; }

.head__box-bottom {
  margin: 9px 0 0;
  position: relative; }

.nav {
  float: left;
  max-width: 760px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -14px; }
  .nav > li > a {
    font: 500 18px/21px "Roboto", sans-serif;
    color: #000000;
    padding: 11px 15px 0;
    position: relative;
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    transition: background .3s, color .3s; }
    .nav > li > a .h-item-col {
      margin: 0 0 0 1px; }
    .nav > li > a:hover {
      color: rgba(0, 0, 0, 0.65); }
  .nav > li.item-parent {
    position: relative; }
    .nav > li.item-parent > a {
      -webkit-border-radius: 5px 5px 0 0;
         -moz-border-radius: 5px 5px 0 0;
              border-radius: 5px 5px 0 0;
      -webkit-transition: background .3s, color .3s;
      -o-transition: background .3s, color .3s;
      -moz-transition: background .3s, color .3s;
      transition: background .3s, color .3s; }
      .nav > li.item-parent > a:before {
        width: 100%;
        background: url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/icon-arrow-menu.svg") no-repeat top center;
        height: 6px;
        left: 0;
        bottom: 8px;
        -webkit-transition: bottom .3s;
        -o-transition: bottom .3s;
        -moz-transition: bottom .3s;
        transition: bottom .3s; }
    .nav > li.item-parent:hover {
      z-index: 100; }
      .nav > li.item-parent:hover > a {
        background: #343434;
        color: #FFF; }
        .nav > li.item-parent:hover > a:before {
          bottom: 5px; }
      .nav > li.item-parent:hover .dropdown__box {
        opacity: 1;
        visibility: visible; }
  .nav > li.item-touch {
    position: relative; }
    .nav > li.item-touch > a {
      -webkit-border-radius: 5px 5px 0 0;
         -moz-border-radius: 5px 5px 0 0;
              border-radius: 5px 5px 0 0;
      -webkit-transition: background .3s, color .3s;
      -o-transition: background .3s, color .3s;
      -moz-transition: background .3s, color .3s;
      transition: background .3s, color .3s; }
      .nav > li.item-touch > a:before {
        width: 100%;
        background: url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/icon-arrow-menu.svg") no-repeat top center;
        height: 6px;
        left: 0;
        bottom: 8px;
        -webkit-transition: bottom .3s;
        -o-transition: bottom .3s;
        -moz-transition: bottom .3s;
        transition: bottom .3s; }
    .nav > li.item-touch.touchMenuOpen {
      z-index: 100; }
      .nav > li.item-touch.touchMenuOpen > a {
        background: #343434;
        color: #FFF; }
        .nav > li.item-touch.touchMenuOpen > a:before {
          bottom: 5px; }
      .nav > li.item-touch.touchMenuOpen .dropdown__box {
        opacity: 1;
        visibility: visible; }

/*head__box-search*/
.head__box-search {
  display: inline-block;
  float: right;
  width: 360px;
  position: relative;
  background: #e4cbd0;
  margin: 4px 0 0;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
  -moz-transition: width .5s;
  transition: width .5s;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }
  .head__box-search.searchOpen .main-search {
    padding: 0 96px 0 0; }
  .head__box-search.searchOpen .clear-search {
    display: block;
    margin: 0 -36px 0 0;
    float: left; }
  .head__box-search.searchOpen .search-btn {
    margin: -1px -96px 0 0; }

.main-search {
  padding: 0 60px 0 0;
  border: 1px solid #744f60;
  height: 35px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }

.search-input {
  padding: 0 15px;
  background: transparent;
  border: 0;
  height: 33px;
  font: 500 14px/33px "Roboto", sans-serif;
  color: #010101; }

.clear-search {
  display: none;
  border: 0;
  width: 36px;
  height: 33px;
  cursor: pointer;
  background: url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/icon-del-search.svg") no-repeat center center; }

.search-btn {
  width: 60px;
  display: block;
  float: right;
  margin: -1px -60px 0 0;
  background: #744f60;
  border: 0;
  cursor: pointer;
  height: 35px;
  padding: 2px 0 0;
  -webkit-border-radius: 0 5px 5px 0;
     -moz-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0; }

.icon-search {
  display: inline-block;
  background: url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/icon-search.svg") no-repeat center center;
  width: 20px;
  height: 20px; }

.search-btn-open {
  width: 61px;
  height: 35px;
  float: right;
  cursor: pointer;
  background: #343434;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 4px;
  display: none !important; }

.menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.37);
  z-index: 99; }

.main__bn {
  position: relative;
  min-height: 425px;
  margin-bottom: 30px; }
  .main__bn::before {
    width: 100%;
    z-index: 1;
    height: 425px;
    left: 0;
    top: 0;
    background: #e6e6e6 url("/local/templates/chesterwall3/markup/css/../images/bg.jpg") no-repeat top center;
    -webkit-box-shadow: 0 0 8px 1px #797979;
       -moz-box-shadow: 0 0 8px 1px #797979;
            box-shadow: 0 0 8px 1px #797979; }
  @media (min-width: 1921px) {
    .main__bn:before {
      -webkit-background-size: cover;
         -moz-background-size: cover;
              background-size: cover; } }
  .main__bn .container {
    position: relative;
    z-index: 5; }

.main__bn-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 73px 0 0; }

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

.main-bn-title {
  color: #000;
  font: 500 36px/38px "Roboto Condensed", sans-serif;
  margin-bottom: 4px;
  white-space: nowrap; }

.main-bn-sub-title {
  color: #000;
  font: 500 24px/26px "Roboto Condensed", sans-serif;
  margin-bottom: 58px; }

.btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  color: #fff;
  font: 500 18px/18px "Roboto Condensed", sans-serif;
  height: 50px;
  text-align: center;
  border: 2px solid #744f60;
  -webkit-transition: background .3s, color .3s;
  -o-transition: background .3s, color .3s;
  -moz-transition: background .3s, color .3s;
  transition: background .3s, color .3s; }

.btn-pink {
  background: #744f60; }
  .btn-pink:active {
    background: #e4cbd0; }

.w-290 {
  width: 290px; }

.main-bn-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.btn-txt {
  margin-right: 20px; }

.icon-arrow-right {
  background: url("/local/templates/chesterwall3/markup/css/../images/icon/icon-arrow-right.png") no-repeat;
  width: 15px;
  height: 11px;
  display: inline-block; }

.main__bn-right {
  margin-top: 22px;
  margin-right: -7px; }

.trigger-container {
  border-top: 1px solid #c7b9bf;
  border-bottom: 1px solid #c7b9bf;
  padding: 43px 0 44px; }

.trigger-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.trigger-title {
  color: #000;
  font: 700 18px/20px "Roboto Condensed", sans-serif;
  margin-top: 22px;
  text-align: center; }

.trigger-icon {
  width: 150px;
  height: 150px;
  background: #e4cbd0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 4px dotted #744f60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .trigger-icon.trigger-icon1 {
    background: #e4cbd0 url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/trigger-icon1.svg") no-repeat center;
    -webkit-background-size: 64px 64px;
       -moz-background-size: 64px 64px;
            background-size: 64px 64px; }
  .trigger-icon.trigger-icon2 {
    background: #e4cbd0 url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/trigger-icon2.svg") no-repeat center;
    -webkit-background-size: 67px 79px;
       -moz-background-size: 67px 79px;
            background-size: 67px 79px; }
  .trigger-icon.trigger-icon3 {
    background: #e4cbd0 url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/trigger-icon3.svg") no-repeat center;
    -webkit-background-size: 62px 70px;
       -moz-background-size: 62px 70px;
            background-size: 62px 70px; }
  .trigger-icon.trigger-icon4 {
    background: #e4cbd0 url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/trigger-icon4.svg") no-repeat center;
    -webkit-background-size: 79px 80px;
       -moz-background-size: 79px 80px;
            background-size: 79px 80px; }

.step__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  .step__list li {
    width: 100%;
    padding-bottom: 38px;
    position: relative; }
    .step__list li::before {
      height: 44px;
      bottom: 0;
      left: 26.5px;
      width: 3px;
      border-left: 3px dotted #744f60; }
    .step__list li:last-child {
      padding-bottom: 0; }
      .step__list li:last-child::before {
        display: none; }
  .step__list .step-btn .step-icon, .step__list .step-btn .step-txt {
    position: relative;
    z-index: 2; }
  .step__list .step-btn.is-active {
    position: relative; }
    .step__list .step-btn.is-active::after {
      z-index: 1;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      background: #FFF;
      content: "";
      display: block;
      position: absolute;
      left: -10px;
      top: -5px;
      width: -webkit-calc(100% + 15px);
      width: -moz-calc(100% + 15px);
      width: calc(100% + 15px);
      height: -webkit-calc(100% + 10px);
      height: -moz-calc(100% + 10px);
      height: calc(100% + 10px);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
         -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.step__list-hide {
  display: none !important;
}
.step-btn {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.step-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  max-width: 56px;
  height: 56px;
  border: 2px solid #744f60;
  -webkit-border-radius: 28px;
     -moz-border-radius: 28px;
          border-radius: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  position: relative; }
  .step-icon.step-icon-1 {
    background: #fff url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/step-icon-1.svg") no-repeat center;
    -webkit-background-size: 32px 32px;
       -moz-background-size: 32px 32px;
            background-size: 32px 32px; }
  .step-icon.step-icon-2 {
    background: #fff url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/step-icon-2.svg") no-repeat center;
    -webkit-background-size: 32px 32px;
       -moz-background-size: 32px 32px;
            background-size: 32px 32px; }
  .step-icon.step-icon-3 {
    background: #fff url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/step-icon-3.svg") no-repeat center;
    -webkit-background-size: 32px 32px;
       -moz-background-size: 32px 32px;
            background-size: 32px 32px; }
  .step-icon.step-icon-4 {
    background: #fff url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/step-icon-4.svg") no-repeat center;
    -webkit-background-size: 32px 35px;
       -moz-background-size: 32px 35px;
            background-size: 32px 35px; }
    .step-icon.step-icon-5 {
        background: #fff url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/step-icon-5.svg") no-repeat center;
        -webkit-background-size: 32px 35px;
        -moz-background-size: 32px 35px;
        background-size: 32px 35px; }

.step-txt {
  white-space: nowrap;
  font: 500 14px/14px "Roboto Condensed", sans-serif;
  color: #000; }

.constructor {
  margin-top: 50px;
  margin-bottom: 50px; }

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

.constructor__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  float: left; }
  .constructor__tab li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 56px;
    background: #fff;
    color: #000;
    -webkit-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    cursor: pointer;
    border-top: 1px solid #744f60;
    border-bottom: 1px solid #744f60;
    border-right: 1px solid #744f60;
    letter-spacing: .5px; }
    .constructor__tab li:first-child {
      border-left: 1px solid #744f60;
      -webkit-border-radius: 10px 0 0 10px;
         -moz-border-radius: 10px 0 0 10px;
              border-radius: 10px 0 0 10px; }
    .constructor__tab li:last-child {
      -webkit-border-radius: 0 10px 10px 0;
         -moz-border-radius: 0 10px 10px 0;
              border-radius: 0 10px 10px 0; }
    .constructor__tab li.is-active {
      background: #744f60;
      color: #fff; }

.constructor__box {
  width: 100%;
  float: left;
  display: none; }
  .constructor__box.is-active {
    display: block; }

.step-title {
  color: #000;
  font: bold 18px/20px "Roboto Condensed", sans-serif;
  margin-top: 26px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; }

.swiper-step {
  max-height: 1600px; }

.swiper-step-pagination {
  display: none !important; }

.size-container {
  padding-right: 15px;
  padding-left: 15px; }

.size-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px; }

.size-col {
  padding: 0 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

  .sizeBox.size-row {
 margin: 0 -8px;
}

.sizeBox .size-col {
padding: 0 8px;
    -webkit-flex: 0 0 33.33333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
}
.sizeBox .size-col .size__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; 
  width: 100%; 
}

.size-radio {
  display: none; }
  .size-radio:checked + .size-label .size-label-img {
    -webkit-box-shadow: 0 0 9px 1px #000;
       -moz-box-shadow: 0 0 9px 1px #000;
            box-shadow: 0 0 9px 1px #000; }
  .size-radio:checked + .size-label .size-label-txt {
    color: #744f60; }
    .size-radio:checked + .size-label .size-label-txt.sl-r span::before, .size-radio:checked + .size-label .size-label-txt.sl-r span::after, .size-radio:checked + .size-label .size-label-txt.sl-l span::before, .size-radio:checked + .size-label .size-label-txt.sl-l span::after {
      opacity: 0; /*1*/ }

.size-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.size-label-img {
  border: 1px solid #744f60;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  float: left;
  height: 130px;
  width: 100%;
  cursor: pointer; }
  .size-label-img img {
    width: 100%;
    height: 100%;
    display: block; }

.sizeBox .size-label-img {
    height: 255px;
}

.size-label-txt {
  color: #000;
  font: bold 18px/18px "Roboto Condensed", sans-serif;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
  margin-top: 16px; }
  .size-label-txt span {
    position: relative;
    display: inline-block; }
  .size-label-txt.sl-r span::before, .size-label-txt.sl-l span::before {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    opacity: 0;
    display: inline-block;
    top: 50%;
    margin-top: -4px;
    position: absolute;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    background: #744f60; }
  .size-label-txt.sl-l span::before {
    left: -18px; }
  .size-label-txt.sl-r span::before {
    right: -24px; }
  .size-label-txt.sl-1 span::after,
  .size-label-txt.sl-2 span::after,
  .size-label-txt.sl-3 span::after,
  .size-label-txt.sl-4 span::after {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s; }
  .size-label-txt.sl-1 span::after {
    width: 313px;
    height: 85px;
    background: url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/arrow-size-1.svg") no-repeat;
    left: 79px;
    top: 9px; }
  .size-label-txt.sl-2 span::after {
    width: 73px;
    height: 89px;
    background: url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/arrow-size-2.svg") no-repeat;
    top: 9px;
    left: 64px; }
  .size-label-txt.sl-3 span::after {
    width: 72px;
    height: 89px;
    background: url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/arrow-size-3.svg") no-repeat;
    top: 7px;
    left: -90px; }
  .size-label-txt.sl-4 span::after {
    width: 314px;
    height: 86px;
    background: url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/arrow-size-4.svg") no-repeat;
    left: -327px;
    top: 7px; }

.size-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*margin-top: 75px;*/
  padding-left: 15px;
  padding-right: 15px; }

/*.size__info-box {
  display: none; }*/
/*  .size__info-box.is-active {
    display: block; }*/

.size-info-content {
 height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*width: 770px;*/
  width: 100%;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  background: #e4cbd0;
  /*border: 4px dotted #744f60;*/
  border: 2px solid #744f60;
/*  
  -webkit-box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.29);
     -moz-box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.29);
          box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.29);*/
  padding: 21px 10px 20px;
  position: relative;
  z-index: 2; }

.size-radio:checked + .size-label .size-info-content {
  -webkit-box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.8);
     -moz-box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.8);
          box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.8); 
}
.cw-size-col {
 padding-bottom: 8px;
 margin-bottom: 10px;
}
.flex-wrap {
 -webkit-flex-wrap: wrap !important;
 -ms-flex-wrap: wrap !important;
 flex-wrap: wrap !important; 
}

.size-info-title {
  text-align: center;
  color: #000;
  font: bold 18px/20px "Roboto Condensed", sans-serif;
  border-bottom: 1px solid #b799a3;
  padding-bottom: 3px;
  margin-bottom: 8px; }

.size-info-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

/*.w-255 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 255px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 255px;
          flex: 0 0 255px;
  max-width: 255px; }
*/
.size-info-row {
 display: block;
 width: 100%;
/*  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; 
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;  */
}

.size-info-col-title {
  color: #000;
  font: bold 18px/20px "Roboto Condensed", sans-serif;
  border-bottom: 1px solid #b799a3;
  padding-bottom: 6px;
  margin-bottom: 10px; }

.size-info-list {
 display: block;
 width: 100%;
/*  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;*/ }
  .size-info-list li {
   width: 100%;
   display: block;
    color: #000;
    font: 14px/16px "Roboto Condensed", sans-serif;
    margin: 7px 0 8px; }

.size-label {
 position: relative;
 width: 100%;
}
.size-label::before {
 content: "";
 display: none;
 position: absolute;
 left: 50%;
 bottom: -45px;
 width: 227px;
 height: 42px;
 border-left: 1px solid #744f60;
 border-bottom: 1px solid #744f60;
}
/*.size-radio:checked + .size-label::before,
.size-radio:checked + .size-label::after {
 display: block;
}*/
.size-label::after {
 content: "";
 display: none;
 position: absolute;
 left: -webkit-calc(50% + 227px);
 left: -moz-calc(50% + 227px);
 left: calc(50% + 227px);
 bottom: -76px;
 width: 10px;
 height: 32px;
 border-right: 1px solid #744f60;
 border-top: 1px solid #744f60;
}
.size-row .size-col:nth-child(2) .size-label::before {
 width: 227px;
}
.size-row .size-col:nth-child(2) .size-label::after {
 left: -webkit-calc(50% + 227px);
 left: -moz-calc(50% + 227px);
 left: calc(50% + 227px);
}
.size-row .size-col:nth-child(3) .size-label::before {
 left: inherit;
 width: 223px;
 border-right: 1px solid #744f60;
 border-left: 0;
 right: 50%;
}
.size-row .size-col:nth-child(3) .size-label::after {
 left: inherit;
 right: -webkit-calc(50% + 223px);
 right: -moz-calc(50% + 223px);
 right: calc(50% + 223px);
 border-left: 1px solid #744f60;
 border-right: 0;
}
.size-row .size-col:nth-child(4) .size-label::before {
 left: inherit;
 width: 223px;
 border-right: 1px solid #744f60;
 border-left: 0;
 right: 50%;
}
.size-row .size-col:nth-child(4) .size-label::after {
 left: inherit;
 right: -webkit-calc(50% + 223px);
 right: -moz-calc(50% + 223px);
 right: calc(50% + 223px);
 border-left: 1px solid #744f60;
 border-right: 0;
}
.size-label.design-label-js::before, 
.size-label.design-label-js::after {
 display: none !important;
}

.size-row.sizeBox {
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.mt-0 {
 margin-top: 0 !important;
}
.text-center {
 text-align: center !important;
}
.text-uppercase {
 text-transform: uppercase !important;
}
.width-100 {
 width: 100% !important;
 min-width: 100% !important;
 max-width: 100% !important;
}
.pl-0 {
 padding-left: 0 !important;
}
.pr-0 {
 padding-right: 0 !important;
}
.info-col-one {
 margin-bottom: 20px;
}

@media (min-width: 1280px) {
  .w-245 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 245px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 245px;
            flex: 0 0 245px;
    max-width: 245px; } 
   }

.size-info-bottom .size-info-list {
 border-top: 1px solid #b799a3;
 margin-top: 8px;
 padding-top: 13px; 
}


.size-info-bottom {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
   }

.btn-white {
  color: #050505; }

.icon-arrow-bottom {
  background: url("/local/templates/chesterwall3/markup/css/../images/icon/icon-arrow-bottom-black.png") no-repeat;
  width: 11px;
  height: 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: background .3s, color .3s;
  -o-transition: background .3s, color .3s;
  -moz-transition: background .3s, color .3s;
  transition: background .3s, color .3s; }
  .icon-arrow-bottom::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/local/templates/chesterwall3/markup/css/../images/icon/icon-arrow-bottom-white.png") no-repeat;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0; }

.btn-white:active {
  background: #744f60;
  color: #fff; }
  .btn-white:active .icon-arrow-bottom::before {
    opacity: 1; }

.step-block {
  display: none;
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px; }

.slider__color-big {
  margin-top: -7px; }

.slider-for {
  margin-bottom: 0 !important; }
  .slider-for .slick-slide > div {
    display: block;
    width: 100%; }
  .slider-for .slick-dots {
    display: none !important; }

.slide-color {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 15px; }

.slide-color-img {
  display: block;
  width: 454px;
  overflow: hidden;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.5);
     -moz-box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.5);
          box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.5);
  border: 1px solid #744f60; }
  .slide-color-img img {
    width: 100%; }

.slide-color-title {
  color: #744f60;
  font: bold 18px/20px "Roboto Condensed", sans-serif;
  margin-top: 14px; }

.slider__color-thumb {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  padding-left: 7px; }
  .slider__color-thumb .slider-nav {
    width: 530px; }
    .slider__color-thumb .slider-nav .slick-list {
      padding: 0 0 0 19px !important; }
  .slider__color-thumb .slick-current .slide-color-thumb {
    border: 1px solid #744f60;
    -webkit-box-shadow: 0 0 8px 1px #797979;
       -moz-box-shadow: 0 0 8px 1px #797979;
            box-shadow: 0 0 8px 1px #797979; }
  .slider__color-thumb .slick-arrow {
    width: 48px;
    height: 75px;
    z-index: 5; }
    .slider__color-thumb .slick-arrow::before {
      display: none; }
    .slider__color-thumb .slick-arrow.slick-prev {
      left: -30px;
      background: url("/local/templates/chesterwall3/markup/css/../images/icon/icon-arrow-prev.png") no-repeat center; }
    .slider__color-thumb .slick-arrow.slick-next {
      background: url("/local/templates/chesterwall3/markup/css/../images/icon/icon-arrow-next.png") no-repeat center; }

.slide-color-thumb {
  width: 75px !important;
  height: 75px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  display: block;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 5px; }

.btn-color-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: absolute;
  z-index: 5;
  right: 15px;
  top: 180px;
  width: 210px;
  height: 87px;
  background: #e4cbd0;
  border: 4px dotted #744f60;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  padding: 0 0 0 26px;
  color: #000;
  font: 18px/28px "Roboto Condensed", sans-serif; }
  .btn-color-popup span {
    display: block;
    width: 100%; }
  .btn-color-popup.is-active .icon-close-color {
    display: block; }
  .btn-color-popup.is-active .icon-arrow-color {
    display: none; }
  .btn-color-popup.is-active .icon-btn-color {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.icon-arrow-color {
  margin-left: 11px; }

.icon-btn-color {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  max-width: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.icon-close-color {
  display: none; }

.popup-color {
  position: absolute;
  z-index: 20;
  left: 15px;
  top: 58px;
  width: 690px;
  background: #fff;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.29);
     -moz-box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.29);
          box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.29);
  border: 4px dotted #744f60;
  padding: 32px 52px 20px;
  display: none; }

.popup-color-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }
  .popup-color-list li {
    max-width: 96px;
    min-width: 96px;
    margin-bottom: 7px; }

.popup-color-label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }
  .popup-color-label:hover .popup-color-img {
    -webkit-box-shadow: 0 0 8px 1px #797979;
       -moz-box-shadow: 0 0 8px 1px #797979;
            box-shadow: 0 0 8px 1px #797979; }

.popup-color-img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  -o-transition: box-shadow .2s;
  -moz-transition: box-shadow .2s, -moz-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s, -moz-box-shadow .2s; }
  .popup-color-img img {
    max-width: 100%;
    height: 60px;
    display: block; }

.popup-color-title {
  font: 14px/16px "Roboto Condensed", sans-serif;
  color: #000;
  text-align: center; }

.popup-color-input {
  display: none; }
  .popup-color-input:checked + .popup-color-label .popup-color-img {
    -webkit-box-shadow: 0 0 8px 1px #797979;
       -moz-box-shadow: 0 0 8px 1px #797979;
            box-shadow: 0 0 8px 1px #797979; }

.col-constructor.col-9 {
  padding-left: 0;
  padding-right: 0; }

.order__card {
  padding: 0 15px 15px; }

.order-card-content {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.29);
     -moz-box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.29);
          box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.29);
  border: 4px dotted #744f60; }

.order-card-block-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.order-card-block-title {
  padding: 32px 0 0 310px; }

.order-card-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 310px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
  max-width: 310px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 0 0; }

.order-card-img {
  display: block;
  overflow: hidden;
  width: 250px;
  max-height: 163px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 0 9px 1px #797979;
     -moz-box-shadow: 0 0 9px 1px #797979;
          box-shadow: 0 0 9px 1px #797979;
  border: 1px solid #744f60;
  float: left; }
  .order-card-img img {
    float: left;
    width: 100%;
    display: block;
    height: auto; }

.order-card-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px 43px 0; }

.order-card-title {
  color: #000;
  font: bold 24px/26px "Roboto Condensed", sans-serif;
  margin-bottom: 20px; }

.order-card-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.order-card-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.order-card-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .order-card-label span {
    color: #000;
    font: bold 18px/20px "Roboto Condensed", sans-serif;
    margin-right: 9px; }
  .order-card-label .order-card-txt {
    margin: 0; }

.order-card-txt {
  font: 18px/20px "Roboto Condensed", sans-serif;
  margin-bottom: 12px; }

.order-card-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 17px; }
  .order-card-action .btn {
    width: 250px; }
    .order-card-action .btn.btn-pink {
      margin-right: 10px; }

.btn-pink2 {
  color: #000;
  background: #e4cbd0; }
  .btn-pink2:active {
    color: #fff;
    background: #744f60; }

.order-card-pss {
  color: #000;
  font: 14px/16px "Roboto Condensed", sans-serif; }

.order-card-count {
  display: block;
  height: 33px;
  border: 1px solid #a6a6a6;
  width: 56px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #fff;
  margin-left: 19px; }
  .order-card-count input {
    display: inline-block;
    float: left;
    width: 35px;
    background: none;
    border: 0;
    height: 31px;
    text-align: center;
    padding: 0 2px;
    color: #000;
    font: bold 18px/18px "Roboto Condensed", sans-serif; }

.order-card-count-btn {
  width: 19px;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .order-card-count-btn > div {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.order-count-btn-plus {
  height: 16px;
  cursor: pointer; }

.order-count-btn-minus {
  cursor: pointer;
  height: 15px; }

.order-card-price {
  white-space: nowrap;
  margin-right: 0 !important; }
  .order-card-price span {
    margin-left: 11px;
    margin-right: 0; }

.order-card-cost {
  margin-top: 25px; }

.orderCardCol {
  margin-top: -7px; }

.slide-box {
  position: relative;
  display: block;
  -webkit-transition: height .3s;
  -o-transition: height .3s;
  -moz-transition: height .3s;
  transition: height .3s; }
  .slide-box::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: #fff url("/local/templates/chesterwall3/markup/css/../images/ajax-loader.gif") no-repeat center; }
  .slide-box.slide-loaded::before {
    display: none; }

.constructor__box.tab1 {
  height: 285px;
  overflow: hidden; }

.footer__bottom {
  background: #d7bfc4; }

.gallery__content {
  padding: 0 15px; }

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

.gallery-item {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
  margin-bottom: 30px; }
  .gallery-item a {
    float: left;
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #744f60;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px; }
  .gallery-item img {
    float: left;
    width: 100%; }

.gallery__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
  float: left; }
  .gallery__action a {
    margin: 0 11px; }

.w-285 {
  width: 285px; }

.gallery__modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
  z-index: 50;
  background: rgba(0, 0, 0, 0.61);
  display: none;
  overflow: hidden; }

.gallery__box {
  position: relative; }

.gallery__modal-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.gallery__modal-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 73px auto; }
  .gallery__modal-box img {
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.29);
       -moz-box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.29);
            box-shadow: 0 0 15px 3px rgba(122, 122, 122, 0.29);
    border: 2px solid #744f60;
    overflow: hidden;
    float: left; }
  .gallery__modal-box div {
    max-width: 710px; }

.gallery__modal-content {
  position: relative;
  z-index: 10; }

.gallery-close {
  display: block;
  width: 73px;
  height: 73px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -73px;
  background: url("/local/templates/chesterwall3/markup/css/../images/icon/icon-close2.png") no-repeat center; }

.tab__text {
  padding: 25px 15px 0; }

.step-text-work {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 19px 0 42px; }

.step-img-text {
  width: 100%;
  text-align: right;
  font: 300 18px/20px "Roboto Condensed", sans-serif;
  margin-top: 11px; }

.step-text-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #744f60;
  background-color: #744f60;
  padding: 0 1px;
  overflow: hidden;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px; }

.step-text-img-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1px; }

.step-text-img-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1px; }
  .step-text-img-col img {
    width: 100%;
    float: left; }
  .step-text-img-col .step-text-img-box:first-child {
    margin-bottom: 2px; }

.step-text-img-box {
  width: 100%; }

.material-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }

.material-info-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 35px; }
  .material-info-left .h2 {
    margin-top: -5px;
    margin-bottom: 16px; }

.material-info-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 460px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
  max-width: 460px; }

.material-info-right-img {
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  overflow: hidden;
  border: 1px solid #000;
  width: 100%;
  display: block; }
  .material-info-right-img img {
    width: 100%;
    float: left; }

.list-dote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .list-dote li {
    color: #000;
    font: 18px/27px "Roboto Condensed", sans-serif;
    margin: 0 0 12px; }
    .list-dote li::before {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      -webkit-border-radius: 7px;
         -moz-border-radius: 7px;
              border-radius: 7px;
      background-color: #744f60;
      margin-right: 10px; }

.test-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #e4cbd0;
  border: 4px dotted #744f60;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  padding: 15px 20px;
  margin-bottom: 36px; }

.test-box-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 40px; }
  .test-box-left p {
    font-weight: 300;
    text-align: justify; }

.test-box-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 435px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 435px;
          flex: 0 0 435px;
  max-width: 435px; }

.test-box-right-text {
  background: #744f60;
  padding: 14px 15px 5px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  border: 3px dotted #F7F9F8;
  width: 100%; }
  .test-box-right-text p {
    color: #fff;
    text-align: justify; }

.simple-text .h2 {
  margin-bottom: 20px; }

.tab-video-box {
  padding: 0 15px; }

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

.video-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px; }

.video__box-title {
  color: #000;
  font: 18px/24px "Roboto Condensed", sans-serif;
  margin-top: 13px; }

.video__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000000;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  border: 1px solid #744f60;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  -o-transition: box-shadow .2s;
  -moz-transition: box-shadow .2s, -moz-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s, -moz-box-shadow .2s; }
  .video__box:hover {
    -webkit-box-shadow: 0 0 9px 1px #797979;
       -moz-box-shadow: 0 0 9px 1px #797979;
            box-shadow: 0 0 9px 1px #797979; }

.video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 0;
  width: 68px;
  height: 48px;
  border: none;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer; }

.video__button-shape {
  fill: #ff0000;
  fill-opacity: 1; }

.video__button-icon {
  fill: #ffffff; }

.video__button:focus {
  outline: none; }

/* Enabled */
.video--enabled {
  cursor: pointer; }

.video--enabled .video__button {
  display: block; }

.article__container {
  padding: 0 15px; }

.article__row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.article__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.article__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #e4cbd0;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  border: 1px solid #744f60;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s;
  -moz-transition: box-shadow .3s, -moz-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s, -moz-box-shadow .3s;
  padding: 0 0 28px; }
  .article__box:hover {
    -webkit-box-shadow: 0 0 9px 1px #797979;
       -moz-box-shadow: 0 0 9px 1px #797979;
            box-shadow: 0 0 9px 1px #797979; }

.article-box-img {
  margin-bottom: 18px; }
  .article-box-img img {
    width: 100%; }

.article-box-title {
  letter-spacing: .5px;
  font: 18px/24px "Roboto Condensed", sans-serif;
  padding: 0 15px;
  margin-bottom: 7px; }

.article-box-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px;
  text-align: justify; }
  .article-box-text p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: .5px; }

.article-box-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  height: 50px;
  background: #744f60;
  color: #fff;
  font: 18px/18px "Roboto Condensed", sans-serif; }
  .article-box-action span:first-child {
    margin-right: 36px; }

.h-work-link {
  display: none; }

.step-txt-mob {
  display: none; }

.popup-color-close {
  display: none; }

@media (min-width: 1280px) {
  .article-col-hidden {
    display: none !important; } }

.touch-menu {
  display: none; }

.constructor-tab-block {
  padding-left: 15px;
  padding-right: 15px; }


.btn-color-xs {
  display: none; }

.popup-color-name {
  display: none; }

.is-device-mobile .article__box, .is-device-mobile .video__box, .is-device-tablet .article__box, .is-device-tablet .video__box {
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important; }

.designBox .size-col {
  margin-bottom: 20px; }

.modal-input {
  border: 1px solid #bfbfbf;
  height: 35px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
     -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  background: #FFF;
  padding: 0 10px; }

.modal-control {
  margin-bottom: 15px; }
  .modal-control .btn {
    width: 100%; }

#popup-order .popup__block, #popup-order .popup__content {
  max-width: 500px;
  width: 100%; }

#popup-order .h-box-work-title {
  margin-top: 12px; }

.choose-row {
 display: flex;
 clear: both;
 justify-content: center;
 width: 100%;
}
.choose-col {
 margin: 0 50px;
}
.choose-material-radio {
 display: none;
}
.choose-material-radio:checked + .choose-material-label .choose-material-img {
  -webkit-box-shadow: 0 0 9px 1px #000;
  -moz-box-shadow: 0 0 9px 1px #000;
  box-shadow: 0 0 9px 1px #000;
}
.choose-material-box {
 display: flex;
 flex-direction: column;
 align-items: center;
}
.choose-material-name {
 text-align: center;
 color: #744f60;
 font: bold 18px/20px "Roboto Condensed", sans-serif;
 margin-top: 14px;
}
.choose-material-img {
 width: 270px;
 border: 1px solid #744f60;
 -webkit-transition: .3s box-shadow;
 -o-transition: .3s box-shadow;
 -moz-transition: .3s box-shadow;
 transition: .3s box-shadow;
}

.choose-material-img img {
 height: auto;
 max-width: 100%;
 display: block;
}

.slider__color-big {
 height: 345px;
}
.slide5-box {
 height: 520px;
}
.slide2-box {
 height: 1500px;
}
.slide3-box {
 height: 630px !important;
}
.slide1-box {
 height: 650px;
}
.slide4-box {
 height: 600px;
}
.slider__color-big .slider-for,
.slider__color-big .slick-list,
.slider__color-big .slick-track,
.slider__color-big .slick-slide,
.slider__color-big .slider-for .slick-slide > div,
.slider__color-big .slide-color {
 height: 100%;
}
.design-modal-box .step-block {
 display: -webkit-box !important;
 display: -webkit-flex !important;
 display: -moz-box !important;
 display: -ms-flexbox !important;
 display: flex !important;
 padding: 0;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -moz-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 margin: 0 0 36px;
}
.design-modal-box .step-block .btn {
 width: -webkit-calc(50% - 15px);
 width: calc(50% - 15px);
 border-width: 1px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 font-weight: bold;
}
.design-modal-box .step-block .btn .btn-txt {
 margin-right: 10px;
}

.design-modal-box .step-block .btn:first-child {
 background: #fff !important;
 color: #060606 !important;
}
.design-modal-box .step-block .btn:first-child .icon-arrow-top {
 background: url("/local/templates/chesterwall3/markup/css/../images/icon/icon-arrow-top-black.png") no-repeat !important;
 width: 8px;
 height: 10px;
 -webkit-background-size: 8px 10px !important;
 -moz-background-size: 8px 10px !important;
 background-size: 8px 10px !important;
}
.design-modal-box .step-block .btn:first-child .icon-arrow-top::before {
 display: none !important;
}
.design-modal-box .step-block .btn:last-child {
 background: #744f60 !important;
 color: #fff !important;
}
.design-modal-box .step-block .btn:last-child .icon-arrow-bottom {
 background: none !important;
}
.design-modal-box .step-block .btn:last-child .icon-arrow-bottom::before {
 background: url("/local/templates/chesterwall3/markup/css/../images/icon/icon-arrow-bottom-white.png") no-repeat !important;
  -webkit-background-size: 8px 10px !important;
 -moz-background-size: 8px 10px !important;
 background-size: 8px 10px !important;
 opacity: 1 !important;
}

.design-modal {
 display: none;
 position: fixed;
 z-index: 120;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 background: rgba(0,0,0,.38);
}
.design-modal-content {
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 width: 100%;
 height: 100%;
 padding: 0 10px;
}
.design-modal-box {
 background: #fff;
 width: 100%;
 max-width: 562px;
 -webkit-box-shadow: 0 0 21px 3px rgba(51,50,50,.41);
 box-shadow: 0 0 21px 3px rgba(51,50,50,.41);
 -webkit-border-radius: 10px;
 border-radius: 10px;
 padding: 39px 65px 0;
 overflow-y: auto;
 max-height: 90%;
}
.design-modal-title {
 font: bold 18px/18px "Roboto Condensed", sans-serif;
 text-align: center;
 color: #000;
 display: block;
 width: 100%;
 margin-bottom: 20px;
}
.design-modal-img {
 display: block;
 width: 100%;
 border: 1px solid #744f60;
 border-radius: 5px;
 overflow: hidden;
 -webkit-box-shadow: 0 0 13px 3px rgba(51,50,50,.40);
 box-shadow: 0 0 13px 3px rgba(51,50,50,.40);
 margin: 0 0 19px;
}
.design-modal-img img {
 width: 100%;
 float: left;
}
.design-modal-box .size-label-txt {
 font-size: 18px;
 line-height: 20px;
 display: block;
 width: 100%;
 text-align: center;
 color: #744f60;
 margin-bottom: 21px;
}

.slider-nav .slick-slide > div, .slider-nav .slick-slide {
 outline: none !important;
}
.step-btn-container a {
 margin-right: 10px;
 margin-left: 10px;
}

.icon-arrow-top {
 background: url("/local/templates/chesterwall3/markup/css/../images/icon/icon-arrow-top-black.png") no-repeat;
 width: 11px;
 height: 15px;
 display: inline-block;
 position: relative;
 -webkit-transition: background .3s, color .3s;
 -o-transition: background .3s, color .3s;
 -moz-transition: background .3s, color .3s;
 transition: background .3s, color .3s; 
}

.icon-arrow-top::before {
 content: "";
 display: block;
 position: absolute; 
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: url("/local/templates/chesterwall3/markup/css/../images/icon/icon-arrow-top-white.png") no-repeat;
 -webkit-transition: opacity .3s;
 -o-transition: opacity .3s;
 -moz-transition: opacity .3s;
 transition: opacity .3s;
 opacity: 0; 

}
.btn-white:active .icon-arrow-top {
 background: transparent;
}
.btn-white:active .icon-arrow-top::before {
 opacity: 1; 
}

/* START 1279px */
@media (max-width: 1279px) {
.info-col-one {
 margin-bottom: 10px;
} 
 .sizeBox .size-col {
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
 }
  .beneficia {
    height: 38px; }
  .beneficia-box div:first-child {
    display: none; }
  .beneficia-box > div a {
    font-size: 11px; }
  .beneficia-box > div {
    font-size: 11px; }
  .container {
    width: 768px; }
  .head__box-top h3 {
    font-size: 16px; }
  .h-box-work {
    display: none; }
  .h-box-email a span {
    display: none; }
  .h-box-quest {
    text-align: right; }
    .h-box-quest a {
      font-size: 12px;
      line-height: 14px;
      text-decoration: none !important; }
  .h-box-email {
    height: 36px; }
  .h-box-phone {
    display: inline-block;
    float: left;
    width: 143px;
    height: 36px; }
    .h-box-phone a {
      white-space: nowrap;
      font-size: 16px; }
  .h-box-email > a {
    font-size: 16px; }
  .h-work-link {
    display: inline-block !important;
    float: right !important;
    margin: 0;
    clear: both;
    color: #535050 !important;
    font-size: 12px !important;
    text-decoration: underline !important; }
  .h-item-help a {
    width: 24px;
    height: 24px;
    padding: 0;
    display: inline-block; }
    .h-item-help a span {
      display: none; }
  .h-box-link li.h-item-help a::before {
    content: '?';
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    color: #FFF;
    font: 20px/24px "Roboto", sans-serif;
    text-align: center;
    background: #744f60;
    top: -2px; }
  .h-box-link li.h-item-basket, .h-box-link li.h-item-user {
    margin-right: 26px; }
  .header__container {
    padding: 6px 0 15px; }
  .h-box-link {
    margin-top: 0; }
  .nav > li > a {
    font-size: 16px;
    padding-top: 0; }
  .icon-search {
    width: 12px;
    height: 12px;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover; }
  .head__box-search {
    width: 130px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    margin: 0; }
  .head__box-bottom {
    margin-top: 13px; }
  .beneficia__content {
    width: 768px; }
  .header__container {
    min-height: 144px; }
  .search-btn-open {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 38px;
    height: 22px;
    background: #744f60;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    top: 0px; }
    .search-btn-open.search-btn-mobile {
      display: none !important; }
  .main-search {
    height: 22px; }
  .search-input {
    height: 20px;
    font-size: 12px;
    line-height: 20px; }
  .search-btn {
    width: 38px;
    height: 22px;
    padding: 0; }
  .clear-search {
    width: 28px;
    height: 20px;
    -webkit-background-size: 16px 16px;
       -moz-background-size: 16px;
            background-size: 16px; }
  .head__box-search.searchOpen .main-search {
    padding: 0 66px 0 0; }
  .head__box-search.searchOpen .search-btn {
    margin: -1px -66px 0 0; }
  .main-bn-title {
    font-size: 24px;
    line-height: 26px; }
  h1, .h1 {
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 13px; }
  .main-bn-sub-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 95px; }
  .w-290 {
    width: 265px; }
  .main__bn {
    min-height: 225px; }
    .main__bn::before {
      height: 225px; }
  .main__bn-container {
    padding: 23px 0 0; }
  .main__bn {
    margin-bottom: 37px;
    overflow: hidden; }
  .main__bn::before {
    border-bottom: 1px solid #818181; }
  .main__bn-right {
    margin-top: 0;
    margin-right: -7px; }
  .main__bn-left {
    padding-top: 29px; }
  .trigger-icon {
    width: 104px;
    height: 104px;
    -webkit-border-radius: 52px;
       -moz-border-radius: 52px;
            border-radius: 52px; }
  .trigger-icon.trigger-icon1 {
    -webkit-background-size: 44px 45px;
       -moz-background-size: 44px 45px;
            background-size: 44px 45px; }
  .trigger-icon.trigger-icon2 {
    -webkit-background-size: 47px 56px;
       -moz-background-size: 47px 56px;
            background-size: 47px 56px; }
  .trigger-icon.trigger-icon3 {
    -webkit-background-size: 42px 48px;
       -moz-background-size: 42px 48px;
            background-size: 42px 48px; }
  .trigger-icon.trigger-icon4 {
    -webkit-background-size: 54px 58px;
       -moz-background-size: 54px 58px;
            background-size: 54px 58px; }
  .trigger-title {
    font-size: 16px;
    line-height: 19px;
    padding: 0 20px;
    margin-top: 12px; }
  .trigger-container {
    padding: 29px 0 31px; }
  .col-constructor.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 17%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
    max-width: 17%; }
  .col-constructor.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 83%;
            flex: 0 0 83%;
    max-width: 83%; }
  .step-txt-mob {
    display: block; }
  .step-txt-lg {
    display: none; }
  .step-icon {
     margin-left: -5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 48px;
            flex: 0 0 48px;
    max-width: 48px;
    height: 48px;
    -webkit-border-radius: 24px;
       -moz-border-radius: 24px;
            border-radius: 24px;
    margin-right: 5px; }
  .step-txt {
    font-size: 10px; }
  .step-icon.step-icon-1 {
    -webkit-background-size: 27px 28px;
       -moz-background-size: 27px 28px;
            background-size: 27px 28px; }
  .step-icon.step-icon-2 {
    -webkit-background-size: 27px 27px;
       -moz-background-size: 27px 27px;
            background-size: 27px 27px; }
  .step-icon.step-icon-3 {
    -webkit-background-size: 27px 26px;
       -moz-background-size: 27px 26px;
            background-size: 27px 26px; }
  .step-icon.step-icon-4 {
    -webkit-background-size: 28px 29px;
       -moz-background-size: 28px 29px;
            background-size: 28px 29px; }
  .step__list li {
    padding-bottom: 32px; }
    .step__list li::before {
      height: 32px;
      left: 22.5px; }
  .constructor__tab li {
    height: 40px;
    font-size: 13px; }
  .step-title {
    font-size: 16px;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .size-col {
    padding: 0 4px; }
  .size-row {
    margin: 0 -4px; }
.sizeBox .size-col {
 padding: 0 5px;
}
.sizeBox.size-row {
 margin: 0 -5px;
}
  .size-label-txt {
    font-size: 13px;
    line-height: 15px;
    margin-top: 10px; }
  .size-label-img {
    height: 207px; }
    .sizeBox .size-label-img {
        height: 207px; }
 .designBox .size-label-img {
  height: auto !important;
 }

  .size-info-content {
    /*width: 525px;*/
    padding: 11px 10px 15px; }
  .size-info-title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px; }
  .size-info-col-title {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 3px;
    margin-bottom: 5px; }
  .size-info-list li {
    font-size: 12px;
    line-height: 14px;
    margin: 3px 0 4px; }
/*  .w-255 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 172px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 172px;
            flex: 0 0 172px;
    max-width: 172px; }*/
  .s-info-row-xs .size-info-list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .size-info-bottom {
    padding-top: 8px; }
  .step-btn-js {
    width: 200px;
    font-size: 14px;
    height: 36px; }
    .step-modal-js {
      font-size: 14px;
      height: 36px;
    }
  .btn {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px; }
  .icon-arrow-bottom {
    width: 8px;
    height: 10px;
    -webkit-background-size: 8px 10px;
       -moz-background-size: 8px 10px;
            background-size: 8px 10px; }
    .icon-arrow-bottom::before {
      -webkit-background-size: 8px 10px;
         -moz-background-size: 8px 10px;
              background-size: 8px 10px; }
  .icon-arrow-top, .icon-arrow-top::before {
   background: url("/local/templates/chesterwall3/markup/css/../images/icon/icon-arrow-top-black.png") no-repeat !important;
   width: 8px;
   height: 10px;
   -webkit-background-size: 8px 10px !important;
   -moz-background-size: 8px 10px !important;
   background-size: 8px 10px !important; }

              .step-block {
    margin-top: 60px; }
  .size-label-txt.sl-r span::before, .size-label-txt.sl-l span::before {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px; }
  .size-label-txt.sl-r span::before {
    right: -12px; }
  .size-label-txt.sl-l span::before {
    left: -12px; }
  .size-label-txt.sl-1 span::after {
    width: 208px;
    height: 59px;
    background: url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/arrow-size-1x768.svg") no-repeat;
    left: 51px;
    top: 9px; }
  .size-label-txt.sl-2 span::after {
    width: 61px;
    height: 59px;
    background: url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/arrow-size-2x768.svg") no-repeat;
    top: 7px;
    left: 41px; }
  .size-label-txt.sl-3 span::after {
    width: 51px;
    height: 59px;
    background: url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/arrow-size-3x768.svg") no-repeat right 0;
    top: 6px;
    left: -61px; }
  .size-label-txt.sl-4 span::after {
    width: 215px;
    height: 59px;
    background: url("/local/templates/chesterwall3/markup/css/../images/sprites/svg/arrow-size-4x768.svg") no-repeat;
    left: -223px;
    top: 6px; }
  .size-info {
    margin-top: 48px; }
  .slide-color-img {
    width: 374px; }
  .slide-color-title {
    font-size: 16px; }
  .slide-color-thumb {
    width: 62px !important;
    height: 62px; }
    .slide-color-thumb img {
      width: 100%; }
  .slider__color-thumb .slider-nav {
    width: 460px; }
  .slider__color-thumb {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 23px; }
    .slider__color-thumb .slick-arrow.slick-prev {
      left: -25px; }
    .slider__color-thumb .slick-arrow.slick-next {
      right: -21px; }
  .slider__color-thumb .slick-arrow {
    width: 48px;
    height: 62px; }
  .slider-for {
    width: 500px; }
  .btn-color-popup {
    font-size: 14px;
    line-height: 19px;
    width: 172px;
    height: 70px;
    padding: 0 0 0 20px;
    top: 153px; }
  .icon-arrow-color {
    width: 19px; }
    .icon-arrow-color img {
      max-width: 100%;
      display: block;
      height: auto; }
  .icon-arrow-color {
    margin-left: 18px; }
  .slider__color-big {
    margin-top: -5px; }
  .popup-color {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 29px 45px 18px; }
  .popup-color-title {
    font-size: 13px; }
  .popup-color-img {
    width: 55px;
    height: 55px; }
  .popup-color-img img {
    height: 55px; }
  .popup-color-list li {
    max-width: 89px;
    min-width: 89px;
    margin-bottom: 7px; }
  .popup-color-close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    cursor: pointer;
    width: 44px;
    height: 46px;
    background: url("/local/templates/chesterwall3/markup/css/../images/icon/icon-close.png") no-repeat center;
    -webkit-background-size: 20px 20px;
       -moz-background-size: 20px;
            background-size: 20px; }
  .btn-color-popup.is-active .icon-close-color {
    display: none; }
  .btn-color-popup.is-active .icon-arrow-color {
    display: block; }
  .btn-color-popup.is-active .icon-btn-color {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .order-card-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 214px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 214px;
            flex: 0 0 214px;
    max-width: 214px;
    padding: 3px 0 0; }
  .order-card-img {
    width: 170px;
    max-height: 110px; }
  .order-card-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 11px; }
  .order-card-right {
    padding: 0 30px 27px 0;
    max-width: 410px; }
  .order-card-label span {
    font-size: 14px;
    line-height: 16px; }
  .order-card-txt {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px; }
  .order-card-count {
    margin-left: 0;
    width: 94px;
    height: 57px; }
    .order-card-count input {
      width: 59px;
      height: 55px;
      font-size: 31px;
      line-height: 55px; }
  .order-card-count-btn {
    width: 33px; }
  .order-count-btn-plus {
    height: 27px;
    background: url("/local/templates/chesterwall3/markup/css/../images/icon/icon-arrow-grey-top-x768.png") no-repeat 0 9px; }
    .order-count-btn-plus img {
      display: none; }
  .order-count-btn-minus {
    height: 28px;
    background: url("/local/templates/chesterwall3/markup/css/../images/icon/icon-arrow-grey-bottom-x768.png") no-repeat 0 9px; }
    .order-count-btn-minus img {
      display: none; }
  .orderCardCol {
    margin-top: -20px; }
  .order-card-label {
    margin-bottom: 5px; }
  .order-card-cost {
    margin-top: 21px; }
  .order-card-action .btn {
    height: 36px;
    width: 170px;
    font-size: 12px; }
  .order-card-pss {
    font-size: 10px;
    line-height: 14px; }
  .order-card-action {
    margin-top: 16px;
    margin-bottom: 10px; }
  .f-link {
    margin: 5px 0 0 0; }
    .f-link li {
      margin: 0 0 10px !important; }
  .copy {
    padding: 0 40px 0 0; }
  .footer__bottom .container, .footer-home .container {
    padding: 0 30px; }
  .footer__bottom-container, .wrapper {
    overflow: hidden; }
  h2, .h2 {
    font-size: 16px;
    line-height: 18px; }
  p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px; }
  .tab__text {
    padding-top: 15px; }
    .tab__text p {
      text-align: justify; }
  .step-img-text {
    font-size: 14px;
    line-height: 16px; }
  .list-dote li {
    font-size: 14px;
    line-height: 17px; }
    .list-dote li::before {
      width: 10px;
      height: 10px;
      margin-right: 7px; }
  .material-info-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 304px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 304px;
            flex: 0 0 304px;
    max-width: 304px; }
  .material-info-left {
    padding-right: 20px; }
  .test-box-right-text p {
    font-size: 13px; }
  .test-box-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px; }
  .test-box-left {
    padding-right: 28px; }
  .test-box {
    padding: 15px 13px;
    margin-bottom: 20px; }
  .test-box-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gallery__action a {
    font-size: 16px; }
  .step-text-work {
    margin: 26px 0 28px; }
  .step-img-text {
    margin-top: 19px; }
  .material-info {
    margin-bottom: 26px; }
  .gallery__modal-box div {
    max-width: 490px; }
  .gallery-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .gallery__modal-box {
    margin: 50px auto; }
  .gallery-close {
    width: 65px;
    height: 65px;
    top: -50px; }
  .gallery__action-xs {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .gallery__action-xs a {
      width: -webkit-calc(50% - 15px);
      width: -moz-calc(50% - 15px);
      width: calc(50% - 15px);
      margin: 0; }
  .video-row {
    margin: 0 -10px; }
  .video-col {
    padding: 0 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px; }
  .video__box-title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 11px; }
  .gallery-action-video-xs {
    margin-top: 0 !important; }
  .article__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .article-box-title {
    font-size: 16px;
    line-height: 25px; }
  .article-box-action {
    font-size: 16px;
    margin-top: 34px; }
  .gallery-article-video-xs {
    margin-top: 20px !important; }
  .order-card-block-title {
    padding: 32px 0 0 214px; }
  .designBox .size-col {
    margin-bottom: 15px; } 


.size-label::before {
 bottom: -25px;
 width: 153px;
 height: 22px;
}
.size-label::after {
 left: -webkit-calc(50% + 153px);
 left: -moz-calc(50% + 153px);
 left: calc(50% + 153px);
 bottom: -48px;
 height: 24px;
}
.size-row .size-col:nth-child(2) .size-label::before {
 width: 153px;
}
.size-row .size-col:nth-child(2) .size-label::after {
 left: -webkit-calc(50% + 153px);
 left: -moz-calc(50% + 153px);
 left: calc(50% + 153px);
}
.size-row .size-col:nth-child(3) .size-label::before {
 width: 153px;
}
.size-row .size-col:nth-child(3) .size-label::after {
 right: -webkit-calc(50% + 153px);
 right: -moz-calc(50% + 153px);
 right: calc(50% + 153px);
}
.size-row .size-col:nth-child(4) .size-label::before {
 width: 153px;
}
.size-row .size-col:nth-child(4) .size-label::after {
 right: -webkit-calc(50% + 153px);
 right: -moz-calc(50% + 153px);
 right: calc(50% + 153px);
}
 .order-card-count-error {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
 }
 .sizeBox .size-col .size__box, .sizeBox .size-col .size-label {
  width: 100%;
 }

 .choose-col {
  margin: 0 10px;
 }
 .choose-material-img {
  width: 250px;
 }
 .choose-material-name {
  font-size: 16px;
 }
 .swiper-step {
  max-height: 1700px;
 }
  .order-card-count {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .slide5-box {
   height: 464px;
  }
  .slide2-box {
   height: 1000px;
  }
  .slide3-box {
   height: 532px !important;
  }
  .slide1-box {
   height: 800px;
  }
  .slide4-box {
   height: 445px;
  }
  .slider__color-big {
   height: 292px;
  }
.step-block2-md {
  display: none !important;
 }
 .step-txt {
  white-space: normal;
 }
}

/* END 1279px */
/* START 1200px */
@media (max-width: 1200px) {
  .main__bn::before {
    background: #e6e6e6 url("/local/templates/chesterwall3/markup/css/../images/bg-768.jpg") no-repeat top center; } }

/* END 1200px */
/* START 768px */
@media (max-width: 768px) {
  .head__box-top h3 {
    padding: 0 10px; }
  .logo {
    margin-left: 10px; }
  .h-box-right {
    padding-right: 10px; }
  .head__box-bottom, .main__bn-left {
    padding-left: 10px; }
  .step__list {
    margin-left: 10px; }
  .constructor__container {
    padding-right: 10px; }
  .popup-color {
    padding: 29px 40px 18px; } 

.size-row .size-col:nth-child(2) .size-label::before {
 width: 82px;
}
.size-row .size-col:nth-child(2) .size-label::after {
 left: -webkit-calc(50% + 74px);
 left: -moz-calc(50% + 74px);
 left: calc(50% + 74px); 
}
.size-row .size-col:nth-child(3) .size-label::before {
 width: 72px;
}
.size-row .size-col:nth-child(3) .size-label::after {
 right: -webkit-calc(50% + 65px);
 right: -moz-calc(50% + 65px);
 right: calc(50% + 65px);
}
.size-row .size-col:nth-child(4) .size-label::before {
 width: 228px;
}
.size-row .size-col:nth-child(4) .size-label::after {
 right: -webkit-calc(50% + 223px);
 right: -moz-calc(50% + 223px);
 right: calc(50% + 223px);
}

 .col-constructor.col-3 {
  left: 10px;
  position: relative;
 }

}


/* END 768px */
/* START 767px */
@media (max-width: 767px) {
  .xs-hidden, .beneficia__container, .main__bn-right,
  .h-box-phone, .h-box-email {
    display: none !important; }
  .logo {
    width: 111px;
    margin: 0; }
    .logo img {
      height: auto;
      width: 100%; }
  .touch-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 39px;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .touch-menu i {
      display: block;
      width: 28px;
      background: #744f60;
      height: 3px;
      margin: 0 0 5px;
      -webkit-border-radius: 1.5px;
         -moz-border-radius: 1.5px;
              border-radius: 1.5px; }
      .touch-menu i:last-child {
        margin-bottom: 0; }
  .header__container {
    min-height: 67px;
    height: 67px;
    padding: 0; }
  .h-box-container {
    height: 67px; }
  .h-box-container {
    padding: 0 0 0 5px; }
  .head__box-bottom {
    margin: -45px 0 0; }
  .h-box-link li.h-item-basket {
    margin-right: 20px; }
  .h-box-link li.h-item-user {
    margin-right: 64px; }
  .search-btn-open {
    right: 15px; }
  .head__box-search {
    margin-right: 15px; }
  .main-search {
    background: #E4CBD0; }
  #mainsearch {
    padding: 0 0 0 30px;
    background: #908083;
    width: 100%; }
  .box-work-mobile {
    display: block;
    width: 100%;
    float: left;
    margin: 20px 0; }
  .box-work-mobile div {
    display: block;
    width: 100%;
    float: left;
    padding: 0 20px;
    font: 500 14px/20px "Roboto", sans-serif;
    color: #fff; }
  .box-work-mobile div a {
    font: 700 18px/20px "Roboto", sans-serif;
    color: #fff; }
  .box-work-mobile div:nth-child(3) {
    margin-top: 20px; }
  .box-work-mobile div:nth-child(1) {
    margin-bottom: 5px; }
  .h-box-left {
    width: auto; }
  .h-box-right {
    display: inline-block;
    float: right; }
  .container {
    width: 100%; }
  header {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }
  .main__bn {
    margin-top: 67px;
    min-height: 293px;
    background: #e6e6e6 url("/local/templates/chesterwall3/markup/css/../images/bg-320.jpg") no-repeat top center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    overflow: visible;
    margin-bottom: 36px; }
    .main__bn::before {
      display: none; }
  .main__bn-left {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .main__bn-container {
    padding: 37px 0 0; }
  .main-bn-sub-title {
    margin-bottom: 43px; }
  .trigger-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .trigger-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 17px; }
  .trigger-icon {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    border: 2px dotted #744f60; }
  .trigger-container {
    padding: 0;
    border: 0; }
  .trigger-title {
    margin-top: 10px; }
  .col-constructor.col-3 {
    display: none !important; }
  .col-constructor.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .trigger {
    margin-bottom: 26px; }
  .constructor {
    margin-top: 0; }
  .constructor > .container > .row-box {
    margin: 0; }
  .constructor__container {
    padding: 0; }
  .constructor__tab, .size-container {
    padding: 0; }
  .constructor__tab {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    overflow: hidden;
    border: 1px solid #744f60; }
    .constructor__tab li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
         -moz-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      height: 55px;
      border: 0;
      border-right: 1px solid #744f60;
      border-bottom: 1px solid #744f60;
      -webkit-border-radius: 0 !important;
         -moz-border-radius: 0 !important;
              border-radius: 0 !important;
      font-size: 18px;
      line-height: 24px;
      text-align: center; }
      .constructor__tab li:nth-child(2n) {
        border-right: 0; }
      .constructor__tab li:nth-child(3), .constructor__tab li:nth-child(4) {
        border-bottom: 0; }
  .step-title {
    padding: 0 10px;
    margin-top: 33px; }
  .sizeBox .size-label-img {
    display: none; }
  .size-label-txt {
    font-size: 18px;
    line-height: 18px;
    margin-top: 0; }
    .size-label-txt span::before, .size-label-txt span::after {
      display: none !important; }
  .size-radio:checked + .size-label .size-label-txt {
    text-decoration: underline;
    border-bottom: 1px solid #744f60; }
  .size-info-content {
    width: 100%;
    padding: 19px 10px 15px;
    /*border: 2px dotted #744f60;*/
  }
  .size-info {
    /*margin-top: 23px;*/
    padding: 0 10px; }
  .size-row {
    margin: 0;
    padding: 0 5px; }
  .constructor-tab-block {
    padding: 0 10px; }
  .size-info-col-title {
    font-size: 14px; }
/*  .size-info-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }*/
  .size__info-box {
    width: 100%; }
  .s-info-row-xs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .s-info-row-xs .size-info-list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .size-info-title {
    margin-bottom: 4px;
    padding-bottom: 7px; }
  .size-info-col-title {
    margin-bottom: 11px;
    padding-bottom: 6px; }
  .size-info-row .size-info-col .size-info-list {
    /*padding-left: 10px;*/
     }
  .size-info-row .size-info-col:first-child .size-info-list {
    /*padding-right: 10px;*/
    padding-left: 0; }
  .step-btn-js {
    width: 152px;
    font-size: 12px;
    height: 36px;
    background: #744f60;
    color: #FFF; }
    .step-modal-js {
      font-size: 12px;
    }
  .icon-arrow-bottom {
    background: none; }
    .icon-arrow-bottom::before {
      opacity: 1; }
  .step-block {
    margin-top: 30px; }
  .size-info-list li {
    font-size: 11px; }
  .designBox .size-label-txt {
   text-align: center;
  }
  .designBox {
    margin: 0;
    padding: 0 6px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .designBox .size-col {
      padding: 0 4px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333333%;
         -moz-box-flex: 0;
          -ms-flex: 0 0 33.33333333%;
              flex: 0 0 33.33333333%;
      max-width: 33.33333333%;
      margin-bottom: 20px; }
    .designBox .size-label-img {
      height: auto;
      max-width: 175px; }
    .designBox .size-label-txt {
      font-size: 14px;
      border: 0 !important;
      margin-top: 6px; }

  .btn-back {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background: #FFF !important;
    color: #000 !important;
    margin-right: 15px;
    border-width: 1px; }
  .slide-color-img {
    width: 215px; }
  .slide-color-thumb {
    width: 44px !important;
    height: 44px; }
  .slider-for {
    width: 100%; }
  .slider__color-thumb .slider-nav {
    width: 290px;
    margin-left: 12px; }
  .slider__color-thumb {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 11px; }
  .slide-color-title {
    font-size: 14px;
    margin-top: 5px; }
  .slider__color-thumb .slider-nav .slick-list {
    padding: 0 !important; }
  .slider__color-thumb .slick-arrow.slick-prev {
    -webkit-background-size: 6px 10px;
       -moz-background-size: 6px 10px;
            background-size: 6px 10px;
    left: -21px; }
  .slider__color-thumb .slick-arrow.slick-next {
    -webkit-background-size: 6px 10px;
       -moz-background-size: 6px 10px;
            background-size: 6px 10px;
    right: -7px; }
  .slider__color-thumb .slick-arrow {
    width: 20px;
    height: 44px; }
  .btn-color-xs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 11px auto 0;
    top: 0;
    right: 0; }
  .btn-color-lg {
    display: none; }
  .btn-color-popup {
    font-size: 11px;
    line-height: 18px;
    width: 135px;
    padding-left: 17px;
    height: 55px;
    border-width: 2px; }
  .icon-btn-color {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    max-width: 50px; }
  .icon-arrow-color {
    width: 14px;
    margin-left: 14px; }
  .step-block2 {
    margin-top: 10px !important; }
  .step-block3 {
    margin-top: 35px !important; }
  .popup-color {
    border-width: 2px;
    padding: 18px 13px 13px; }
  .popup-color-name {
    display: block;
    width: 100%;
    text-align: center;
    font: 14px/16px "Roboto Condensed", sans-serif;
    margin-bottom: 15px; }
  .popup-color-img {
    width: 40px;
    height: 40px; }
  .popup-color-img img {
    height: 40px; }
  .popup-color-title {
    font-size: 10px; }
  .popup-color-list li {
    max-width: 56px;
    min-width: 56px;
    margin-bottom: 7px; }
  .popup-color-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .order-card-block-title {
    padding: 20px 20px 0; }
  .order-card-block-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .order-card-left {
    max-width: 100%;
    display: block;
    width: 100%;
    padding: 3px 20px 0;
    max-height: 130px;
    margin-bottom: 8px; }
  .order-card-right {
    max-width: 100%;
    padding: 0; }
  .order-card-row {
    padding: 0 20px; }
  .order-card-col {
    padding-left: 3px; }
    .order-card-col:first-child {
      padding-left: 0;
      padding-right: 3px; }
  .order-card-action {
    padding: 0 3px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .order-card-action .btn {
      width: -webkit-calc(50% - 3px);
      width: -moz-calc(50% - 3px);
      width: calc(50% - 3px); }
  .order-card-action .btn.btn-pink {
    margin: 0; }
  .orderCardCol {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; }
  .order-card-count {
    margin-left: 0;
    width: 71px;
    height: 43px;
    margin-top: 13px; }
  .order-card-count input {
    width: 44px;
    height: 41px;
    font-size: 23px;
    line-height: 41px; }
  .order-card-count-btn {
    width: 25px; }
  .order-count-btn-plus {
    height: 21px;
    background: url("/local/templates/chesterwall3/markup/css/../images/icon/icon-arrow-grey-top-x768.png") no-repeat 0 7px;
    -webkit-background-size: 16px 8px;
       -moz-background-size: 16px 8px;
            background-size: 16px 8px; }
  .order-count-btn-minus {
    height: 20px;
    background: url("/local/templates/chesterwall3/markup/css/../images/icon/icon-arrow-grey-bottom-x768.png") no-repeat 0 7px;
    -webkit-background-size: 16px 8px;
       -moz-background-size: 16px 8px;
            background-size: 16px 8px; }
  .order-card-cost {
    margin-top: 28px; }
  .order-card-price span {
    margin-left: 0; }
  .order-card-action .btn.btn-pink {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-card-pss {
    padding: 0 20px; }
  .order-card-content {
    border-width: 2px; }
  .order-card-action {
    margin-top: 22px;
    margin-bottom: 13px; }
  .order-card-content {
    padding-bottom: 33px; }
  .gallery__action-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px; }
    .gallery__action-xs a {
      height: 45px;
      margin: 8px 0;
      width: 240px; }
  .gallery-close {
    width: 50px;
    height: 50px;
    top: -50px; }
  .gallery__modal-box {
    padding: 0 10px; }
  .step-title {
    line-height: 25px;
    margin-bottom: 19px;
    margin-top: 17px; }
  h2, .h2 {
    font-size: 18px;
    line-height: 20px; }
  p {
    font-size: 12px;
    margin-bottom: 16px; }
  .step-img-text {
    font-size: 12px;
    margin-top: 5px; }
  .step-text-work {
    margin: 16px 0 14px; }
  .material-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .list-dote li {
    font-size: 12px;
    margin-bottom: 10px; }
  .material-info-left {
    padding: 0; }
  .material-info-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 11px; }
  .material-info-right-img {
    max-width: 460px; }
  .test-box {
    display: block;
    padding: 21px 8px 30px;
    border-width: 2px;
    margin-bottom: 17px; }
  .test-box-left {
    padding: 0 8px; }
  .test-box-right {
    display: block;
    width: 100%;
    max-width: 100%; }
  .test-box-right-text {
    border-width: 2px;
    padding: 7px 9px 16px; }
  .test-box-right-text p {
    font-size: 12px;
    margin: 0; }
  .material-info {
    margin-bottom: 33px; }
  .simple-text {
    display: block;
    width: 100%;
    max-width: 100%; }
    .simple-text .col-6 {
      width: 100%;
      max-width: 100%; }
  .simple-text .h2 {
    margin-bottom: 10px; }
  .gallery-action-about-xs {
    margin-top: 43px; }
  .video__box-title {
    font-size: 14px; }
  .gallery-action-video-xs a, .gallery-article-video-xs a {
    width: 240px;
    height: 45px; }
  .article-box-title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 14px; }
  .article-box-text p {
    font-size: 12px;
    line-height: 16px; }
  .article-box-img {
    margin-bottom: 19px; }
  .article-box-action {
    margin-top: 22px; }

  .size-label::before ,.size-label::after {
   display: none !important;
  }
  .info-col-one .size-info-col-title {
   display: none;
  }

  .slider__color-big {
   height: 180px;
  }
  .slide5-box {
   height: 398px;
  }
  .slide2-box {
   height: 2100px;
  }
  .slide3-box {
   height: 446px !important;
  }
  .slide1-box {
   height: 867px;
  }
  .slide4-box {
   height: 585px;
  }
   .design-modal-box {
  padding: 39px 25px 0;
 }
 .design-modal-img {
  margin-bottom: 28px;
 }
 .design-modal-box .step-block .btn {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
 }
 .design-modal-box .step-block {
  margin-bottom: 75px;
 }
 .swiper-step {
  max-height: 2100px; 
 }
}

/* END 767px */
/* START 639px */
@media (max-width: 639px) {
  .video-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .video-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: block;
    width: 100%; }
  .article__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .article__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 320px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    max-width: 320px; }


}

/* END 639px */
/* START 479px */
@media (max-width: 479px) {
 .size-info-content {
  height: auto;
 }
 .sizeBox .size-col {
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
 } 
  .h-box-link li.h-item-basket {
    margin-right: 10px; }
  .h-box-link li.h-item-user {
    margin-right: 54px; }
  .gallery__content {
    padding: 0 10px; }
  .gallery-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .gallery-item a {
      max-width: 320px; }
  .gallery__list {
    margin: 0; }
    .gallery__list .gallery-item:nth-child(1), .gallery__list .gallery-item:nth-child(2), .gallery__list .gallery-item:nth-child(3), .gallery__list .gallery-item:nth-child(4) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
  .gallery-item {
    display: none; }

  .slide5-box {
   height: 367px;
  }
  .slide2-box {
   height: 779px;
  }
  .slide3-box {
   height: 446px !important;
  }
  .slide1-box {
   height: 1113px !important;
  }
  .slide4-box {
   height: 615px;
  }
}

/* END 479px */
/* START 400px */
@media (max-width: 400px) {
  .popupColorShow {
    min-height: 520px !important; } }

/* END 400px */

/* START 359px */
@media (max-width: 359px) {
  .slide5-box {
   height: 315px;
  }
  .slide2-box {
   height: 655px;
  }
  .slide3-box {
   height: 545px !important;
  }
  .slide1-box {
   height: 1138px !important;
  }
  .slide4-box {
   height: 508px;
  }
  .design-modal-box {
   padding: 39px 15px 0;
  }
  .design-modal-box .step-block .btn .btn-txt {
   margin-right: 5px;
  }
}/* END 359px */

/*# sourceMappingURL=main.css.map */

/* End */


/* Start:/local/templates/chesterwall3/styles.css?1608209431150*/
.chesterwall-desc {
    width: 100%;
    display: block;
    color: #000;
    font: 14px/16px "Roboto Condensed", sans-serif;
    margin: 7px 0 8px;
}
/* End */
/* /local/templates/chesterwall3/markup/css/main.css?1637930376197291 */
/* /local/templates/chesterwall3/styles.css?1608209431150 */
