@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */
.brmob br{
  display:none;
}


body {
  margin: 0;
}

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

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

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

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

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

dfn {
  font-style: italic;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

audio,
video {
  display: inline-block;
}

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

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details,
menu {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

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

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

[hidden] {
  display: none;
}

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

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensedRegular.woff") format("woff"), url("../fonts/RobotoCondensedRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensedBold.woff") format("woff"), url("../fonts/RobotoCondensedBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

body {
  min-width: 320px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #353A3F;
  background: #fff;
}

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

a {
  text-decoration: none;
  cursor: pointer;
  color: #6843FF;
  -webkit-transition: .2s;
  transition: .2s;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

a:hover {
  color: #E92E71;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.container {
  width: 1180px;
  margin: 0 auto;
}

.form__label,
.btn,
.form-input,
.form-textarea,
select,
select.select,
.jq-selectbox__select,
.header,
.production-social,
.reviews-item__name,
.reviews-item__comp,
.footer-addr,
.footer-ldm,
.bread {
  font-family: 'Roboto Condensed', sans-serif;
}

.form__heading,
.header-phone,
.header-botnav__item,
.welcome__heading,
.welcome-list__item,
.heading span,
.maincats-item,
.warranty-leftcol,
.steps__heading,
.metal-item,
.woods-item,
.footer-phone,
.catalog-search__label,
.catalog-item,
.product-options,
.pagi__item,
.aboutop-block {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
.modal-title,
.modal-default__heading,
.form__heading,
.about__heading,
.faq-form__heading,
.accordion__heading,
.footer-menu__heading,
.catalog__heading,
.catalog-menu__label,
.product__heading,
.product__price,
.aboutop__heading,
.prodesc-item__heading {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.3;
  font-weight: bold;
}

h1 {
  font-size: 42px;
  margin: 0 0 30px;
}

h2 {
  font-size: 36px;
  margin: 0 0 30px;
}

h3 {
  font-size: 22px;
  margin: 0 0 30px;
}

h4 {
  font-size: 18px;
  margin: 0 0 30px;
}

h5 {
  font-size: 16px;
  margin: 0;
}

h6 {
  font-size: 12px;
  margin: 0;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

.tabs {
  width: 100%;
}

.tabs__wrap {
  border-bottom: 1px solid #6843FF;
}

.tabs__list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs__item {
  text-transform: uppercase;
  list-style: none;
  display: inline-block;
  margin-right: 2px;
}

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

.tabs__link {
  display: block;
  color: #353A3F;
  font-weight: bold;
  padding: 11px;
  font-size: 14px;
  min-width: 190px;
  text-align: center;
  position: relative;
  background: #F2EDEA;
  overflow: hidden;
}

.tabs__link:hover {
  background: #ede8e5;
  color: #353A3F;
}

.tabs__link.active {
  color: #fff;
  background: #6843FF;
}

.tabs__content {
  overflow: hidden;
}

.tabs__content > .tabs__pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.tabs__content > .tabs__pane.active {
  height: auto;
}

.tabsv {
  width: 100%;
}

.tabsv__list {
  padding: 0;
  margin: 0;
  width: 100%;
}

.tabsv__item {
  list-style: none;
  display: block;
}

.tabsv__link {
  display: block;
  color: #6843FF;
  font-weight: bold;
  padding: 11px;
  font-size: 18px;
  position: relative;
}

.tabsv__link:hover {
  color: #6843FF;
}

.tabsv__link.active {
  color: #6843FF;
}

.tabsv__content {
  overflow: hidden;
}

.tabsv__content > .tabsv__pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.tabsv__content > .tabsv__pane.active {
  height: auto;
}

.warning {
  color: #E92E71;
}

.navmenu-mob {
  display: none;
}

.navmenu__wrap {
  width: 100%;
}

.navmenu-close {
  display: none;
}

.main--navmenu-showed {
  z-index: 10;
  position: relative;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
  margin: 10px;
}

.modal.fade .modal-dialog {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transform: translate(0, -5%);
  transform: translate(0, -5%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (10px * 2));
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - (10px * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.35);
  outline: 0;
}

.modal-content .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  background: url(../images/close.svg) center no-repeat !important;
  background-size: 30px 30px !important;
  min-width: inherit;
  z-index: 3;
}

.modal-content .modal-close:hover {
  opacity: .7;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: #1B222A;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 30px 0;
  position: relative;
  color: #6843FF;
}

.modal-header .close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  background: url(../images/close.svg) center no-repeat !important;
  background-size: 20px 20px !important;
  min-width: inherit;
}

.modal-header .close:hover {
  opacity: .7;
}

.modal-title {
  margin-bottom: 0;
  font-size: 22px;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 30px;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px;
}

.modal-footer > :not(:first-child) {
  margin-left: 5px;
}

.modal-footer > :not(:last-child) {
  margin-right: 5px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

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

.modal-default__heading {
  font-size: 16px;
  margin-bottom: 15px;
}

.modal-default__text {
  margin-bottom: 30px;
}

.modal-default__btn {
  margin: 10px;
  min-width: 100px !important;
}

.form {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.form--disabled {
  opacity: .5;
  pointer-events: none;
}

.form__group {
  margin-bottom: 10px;
  position: relative;
}

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

.form__label {
  color: #000;
  margin-bottom: 5px;
}

.form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form__btm {
  text-align: right;
}

.form__btns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form__btns .btn {
  margin-right: 30px;
  margin-bottom: 20px;
}

.form__submit {
  margin-top: 10px;
}

.form__heading {
  color: #6843FF;
  margin-bottom: 10px;
  font-size: 22px;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 16px 24px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  vertical-align: middle;
  border: 0;
  background-color: #6843FF;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none !important;
  min-width: 190px;
  -webkit-transition: all .3s, -webkit-transform .1s;
  transition: all .3s, -webkit-transform .1s;
  transition: all .3s, transform .1s;
  transition: all .3s, transform .1s, -webkit-transform .1s;
  -webkit-tap-highlight-color: transparent !important;
}

.btn:hover {
  text-decoration: none;
  background-color: #7954ff;
  color: #fff;
}

.btn:active {
  background-color: #5e39f5;
}

.btn--sm {
  font-size: 16px;
  padding: 9px 20px 10px;
  min-width: 150px;
}

.btn--lg {
  padding: 14px 35px;
  font-size: 16px;
}

.btn--border {
  background-color: transparent;
  border: 2px solid rgba(104, 67, 255, 0.2);
  color: #353A3F;
}

.btn--border:hover {
  background-color: transparent;
  border: 2px solid rgba(104, 67, 255, 0.8);
  color: #353A3F;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:disabled,
.btn.disabled {
  cursor: default;
  pointer-events: none;
  background: #CCD4D7 !important;
}

.btn--full {
  width: 100%;
}

.btn--link {
  position: relative;
  padding: 0;
  background-color: transparent;
  color: #6843FF;
  text-transform: none;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.btn--link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn--link span:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 2;
  background: #6843FF url(../images/arroww.svg) center no-repeat;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
  margin-right: 14px;
  border-radius: 4px;
}

.btn--link:hover {
  background-color: transparent;
  color: #E92E71;
}

.btn--link:hover span:before {
  background: #E92E71 url(../images/arroww.svg) center no-repeat;
}

.btn--more {
  position: relative;
  padding: 0;
  background-color: transparent;
  color: #6843FF;
  text-transform: none;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-align: left;
}

.btn--more span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn--more span:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 2;
  background: #E92E71 url(../images/arroww.svg) center no-repeat;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
  margin-right: 14px;
  border-radius: 4px;
}

.btn--more:hover {
  background-color: transparent;
  color: #E92E71;
}

.btn--more:hover span:before {
  background: #E92E71 url(../images/arroww.svg) center no-repeat;
}

.btn--more-blue {
  position: relative;
  padding: 0;
  background-color: transparent;
  color: #6843FF;
  text-transform: none;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-align: left;
}

.btn--more-blue span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn--more-blue span:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 2;
  background: #6843FF url(../images/arroww.svg) center no-repeat;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
  margin-right: 14px;
  border-radius: 4px;
}

.btn--more-blue:hover {
  background-color: transparent;
  color: #E92E71;
}

.btn--more-blue:hover span:before {
  background: #E92E71 url(../images/arroww.svg) center no-repeat;
}

.btn--right {
  margin-left: auto;
}

.btn--green {
  background: #25D366;
  color: #fff;
}

.btn--red {
  background: #E92E71;
  color: #fff;
}

.btn--pdf {
  padding: 0 24px 0 0;
}

.btn--pdf span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn--pdf span:before {
  width: 50px;
  height: 50px;
  background: url(../images/pdf.svg) center no-repeat;
  content: '';
  display: block;
}

.form-input,
.form-textarea,
select,
select.select {
  display: block;
  width: 100%;
  padding: 0 15px;
  font-weight: normal;
  color: #353A3F;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: .3s;
  transition: .3s;
  outline: none;
  height: 40px;
  text-overflow: ellipsis;
  border-radius: 0;
  border: 2px solid #B7B4C4;
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-input:focus,
.form-textarea:focus,
select:focus,
select.select:focus {
  border-color: #6843FF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-input--lg,
.form-textarea--lg,
select--lg,
select.select--lg {
  height: 64px;
  font-size: 16px;
  padding: 0 30px;
}

.form-input--search,
.form-textarea--search,
select--search,
select.select--search {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTYuOTY2IDU2Ljk2NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0ibTU1LjE0NiA1MS44ODdsLTEzLjU1OC0xNC4xMDFjMy40ODYtNC4xNDQgNS4zOTYtOS4zNTggNS4zOTYtMTQuNzg2IDAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4YzAuNTcxIDAuNTkzIDEuMzM5IDAuOTIgMi4xNjIgMC45MiAwLjc3OSAwIDEuNTE4LTAuMjk3IDIuMDc5LTAuODM3IDEuMTkyLTEuMTQ3IDEuMjMtMy4wNDkgMC4wODMtNC4yNDJ6bS0zMS4xNjItNDUuODg3YzkuMzc0IDAgMTcgNy42MjYgMTcgMTdzLTcuNjI2IDE3LTE3IDE3LTE3LTcuNjI2LTE3LTE3IDcuNjI2LTE3IDE3LTE3eiIgZmlsbD0iI2NjYyIvPgo8L3N2Zz4K") 1rem 0.8rem no-repeat;
  padding-left: 40px;
}

.form-input:disabled,
.form-textarea:disabled,
select:disabled,
select.select:disabled {
  opacity: .5;
}

.form-textarea {
  min-height: 150px;
  height: auto;
  padding: 15px;
  resize: none;
}

.form-textarea--sm {
  min-height: 75px;
}

.form-checkbox,
.form-radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-checkbox__label,
.form-radio__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-checkbox__label span,
.form-radio__label span {
  display: inline-block;
}

.form-checkbox--disabled,
.form-radio--disabled {
  pointer-events: none;
}

.form-checkbox--disabled .form-checkbox__label,
.form-radio--disabled .form-checkbox__label,
.form-checkbox--disabled
  .form-radio__label,
.form-radio--disabled
  .form-radio__label {
  color: #7D8B91;
}

.form-checkbox + .form-checkbox,
.form-radio + .form-checkbox,
.form-checkbox +
  .form-radio,
.form-radio +
  .form-radio {
  margin: 20px 0;
}

.jq-checkbox {
  top: 0px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  border-radius: 2px;
  border: 2px solid #D1D3D5;
  background: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .2s;
  transition: .2s;
  overflow: visible !important;
  position: relative;
}

.jq-checkbox .jq-checkbox__div {
  width: 10px;
  height: 10px;
  -webkit-transition: .2s;
  transition: .2s;
  top: 3px;
  right: 3px;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  background: #E92E71;
}

.jq-checkbox.checked .jq-checkbox__div {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.jq-checkbox.disabled {
  opacity: .55;
}

.jq-radio {
  top: 0px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #D1D3D5;
  background: transparent;
  margin: 0 10px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.jq-radio .jq-radio__div {
  width: 10px;
  height: 10px;
  -webkit-transition: .2s;
  transition: .2s;
  top: 3px;
  position: absolute;
  left: 3px;
  background: #E92E71;
  border-radius: 100%;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
}

.jq-radio.checked .jq-radio__div {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.jq-radio.disabled {
  opacity: .55;
}

.form-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-number__label {
  margin-left: 10px;
  font-weight: bold;
  color: #6843FF;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.jqselect {
  height: 40px;
  z-index: 6 !important;
}

.jqselect.opened {
  z-index: 8 !important;
}

.jqselect ::-webkit-scrollbar {
  width: 5px;
}

.jqselect ::-webkit-scrollbar-track {
  background: #ccc;
}

.jqselect ::-webkit-scrollbar-thumb {
  background: #999;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
}

.jq-selectbox__select {
  line-height: 36px;
  padding: 0 30px 0 15px;
  height: 40px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  color: #353A3F;
  display: inline-block;
  text-align: left;
  -webkit-transition: .2s;
  transition: .2s;
  border: 2px solid #B7B4C4;
  font-size: 18px;
}

.opened .jq-selectbox__select {
  border-color: #6843FF;
}

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100% !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox .placeholder {
  color: #777;
  height: 40px;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  z-index: 1;
  -webkit-transition: .2s;
  transition: .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jq-selectbox__trigger-arrow {
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/select.svg) center no-repeat;
}

.opened .jq-selectbox__select .jq-selectbox__trigger {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
}

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 2px solid #6843FF;
  background: #fff;
  font-size: 14px;
  top: 38px;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid #fff;
}

.dropup .jq-selectbox__dropdown {
  border: 2px solid #6843FF;
  border-bottom: 2px solid #fff;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  bottom: 38px;
}

.opened .jq-selectbox__dropdown {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 9px 15px;
  margin-bottom: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  color: #353A3F;
}

.jq-selectbox li.selected {
  background-color: #EAEDEF;
  color: #6843FF;
}

.jq-selectbox li:hover {
  background-color: #f5f5f5;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.form-file.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.form-file.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
  cursor: pointer;
}

.form-file.jq-file .jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  display: inline-block;
  padding: 12px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  vertical-align: middle;
  border: 0;
  background-color: #6843FF;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none !important;
  min-width: 120px;
  -webkit-transition: .3s;
  transition: .3s;
}

.form-file.jq-file .jq-file__browse {
  display: none;
}

.form-file.jq-file:hover .jq-file__name {
  color: #fff;
  text-decoration: none;
  background-color: #724dff;
}

.form-file.jq-file:active .jq-file__name {
  background-color: #5e39f5;
}

.form-file-icon.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: url(../images/loads.svg) center no-repeat;
  width: 40px;
  height: 40px;
  -webkit-transition: .3s;
  transition: .3s;
}

.form-file-icon.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
  cursor: pointer;
}

.form-file-icon.jq-file .jq-file__name {
  display: none;
}

.form-file-icon.jq-file .jq-file__browse {
  display: none;
}

.form-file-icon.jq-file:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.form-file-text.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: url(../images/loads.svg) left center no-repeat;
  padding-left: 40px;
  height: 40px;
  -webkit-transition: .3s;
  transition: .3s;
}

.form-file-text.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
  cursor: pointer;
}

.form-file-text.jq-file .jq-file__name {
  font-size: 16px;
  text-decoration: underline;
  color: #6843FF;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-file-text.jq-file .jq-file__browse {
  display: none;
}

.form-file-text.jq-file:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.form-file-text.jq-file:hover .jq-file__name {
  text-decoration: none;
}

[data-simplebar="init"] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-radio__label:before,
.form-radio__label:after {
  border-radius: 100%;
}

.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}

.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #CCCCCC;
}

.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
  color: #CCCCCC;
}

.form-input:-moz-placeholder,
.form-textarea:-moz-placeholder {
  color: #CCCCCC;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  border: 1px solid #C4C4C4;
  display: block;
  width: 100px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jq-number__field input {
  height: 40px;
  border: 0;
  font-size: 16px;
  text-align: center;
  width: auto;
  min-width: inherit;
  width: 100%;
  padding: 0 30px;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  width: 30px;
  height: 40px;
  border-radius: 0px;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
}

.jq-number__spin.minus {
  left: 0;
  background: url(../images/minus.svg) center no-repeat;
}

.jq-number__spin:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.jq-number__spin.plus {
  background: url(../images/plus.svg) center no-repeat;
  right: 0;
}

input.seachslider {
  opacity: 0;
}

/* Slider */

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

.slick-slider * {
  outline: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

/* Slider */

.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  z-index: 3;
  top: 0;
  height: 100%;
  width: 80px;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #E8E8E9;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}

.slick-prev {
  left: 0px;
  background: url(../images/prev.svg) center no-repeat;
}

.slick-next {
  right: 0;
  background: url(../images/next.svg) center no-repeat;
}

/* Dots */

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

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: #6843FF;
  opacity: .3;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 100%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background: #6843FF;
  opacity: 1;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 11%;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2;
}

.irs-disabled {
  opacity: 0.4;
}

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs {
  height: 5px;
  margin-top: 20px;
}

.irs-with-grid {
  height: 75px;
}

.irs-line {
  height: 8px;
  top: 0;
  background: #E6D8D0;
  border: 0;
  border-radius: 2px;
}

.irs-line-left {
  height: 8px;
}

.irs-line-mid {
  height: 8px;
}

.irs-line-right {
  height: 8px;
}

.irs-bar {
  height: 8px;
  top: 0;
  border: 0;
  background: #728B9D;
  z-index: 1;
}

.irs-bar-edge {
  height: 8px;
  top: 0;
  width: 14px;
  border: 0;
  border-right: 0;
  background: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
}

.irs-shadow {
  height: 2px;
  top: 0;
  background: #000;
  opacity: 0.3;
  border-radius: 0px;
  -moz-border-radius: 0px;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}

.irs-slider {
  top: -4px;
  width: 16px;
  height: 16px;
  background: url(../images/filter-dot.png) center no-repeat;
  cursor: pointer;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.irs-min,
.irs-max {
  color: #353A3F;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.333;
  font-weight: 900;
  text-shadow: none;
  top: 13px;
  padding: 4px 0 0;
  background: transparent;
  border-radius: 0px;
  -moz-border-radius: 0px;
  visibility: visible !important;
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #DBDBDB;
}

.irs-from,
.irs-to,
.irs-single {
  color: #353A3F;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.333;
  font-weight: 900;
  text-shadow: none;
  top: 15px;
  padding: 2px 0 0;
  background: transparent;
  border-radius: 0px;
  -moz-border-radius: 0px;
  display: none;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #DBDBDB;
}

.irs-grid {
  height: 27px;
}

.irs-grid-pol {
  opacity: 0.5;
  background: #369C65;
}

.irs-grid-pol.small {
  background: #DBDBDB;
}

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}

.header {
  background: rgba(242, 242, 242, 0.6);
  position: relative;
  z-index: 4;
}

.header--mainpage {
  background: rgba(255, 255, 255, 0.6);
}

.header--mainpage .header-logo {
  display: none;
}

.header--mainpage .header-top {
  background: rgba(255, 255, 255, 0.8);
}

.header-top {
  background: rgba(242, 242, 242, 0.8);
  font-size: 14px;
}

.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

.header-topnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-topnav__item {
  color: #303C49;
  margin-right: 50px;
  display: block;
}

.header-topnav__item--active {
  color: #E92E71;
}

.header-topright {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-mail {
  margin-right: 30px;
}

.header-mess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.header-mess__item {
  display: block;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-mess__item:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.header-phone {
  color: #6843FF;
  font-size: 18px;
}

.header-bot .container {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-botnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: auto;
}

.header-botnav__item {
  color: #303C49;
  margin-left: 45px;
}

.header-botnav__item--active {
  padding-left: 30px;
  background: url(../images/arrowr.svg) left center no-repeat;
}

.header-logo {
  width: 90px;
  height: 42px;
  background: url(../images/logo.png) center no-repeat;
}

.header-mobshow {
  display: none;
}

.welcome {
  position: relative;
  margin-top: -120px;
  padding-top: 190px;
  padding-bottom: 170px;
}

.welcome:before {
  background: url(../images/bg-top.jpg) top center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 1110px;
  content: '';
}

.welcome--metal:before {
  background-image: url(../images/bg-metals.jpg);
}

.welcome--wood:before {
  background-image: url(../images/bg-woods.jpg);
}

.welcome .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.welcome-logo {
  display: block;
  position: relative;
  z-index: 2;
}

.welcome-text {
  max-width: 540px;
  position: relative;
  z-index: 2;
  margin-left: auto;
}

.welcome__heading {
  font-size: 45px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.welcome-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.welcome-list__item {
  width: 50%;
  padding-right: 30px;
  font-size: 22px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.welcome-list__item:before {
  top: 10px;
  left: 0;
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/ok.svg) top left no-repeat;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 60px;
  margin-bottom: 50px;
  color: #1B222A;
}

.heading span {
  font-size: 36px;
  margin: 0 70px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.heading:before,
.heading:after {
  width: 100%;
  background: #6843FF;
  height: 3px;
  display: block;
  content: '';
}

.heading--pink:before,
.heading--pink:after {
  background: #E92E71;
}

.heading--white {
  color: #fff;
}

.heading--white:before,
.heading--white:after {
  background: #fff;
}

.maincats {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}

.maincats-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.maincats-item {
  width: calc(100% / 12 * 3 - 40px - 0.1px);
  margin-left: 20px;
  margin-right: 20px;
  word-wrap: break-word;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.maincats-item__img {
  padding: 20px;
  display: block;
  background: rgba(158, 153, 177, 0.2);
  width: 100%;
}

.maincats-item__name {
  margin-top: 20px;
  min-height: 40px;
  display: block;
  color: #353A3F;
}

.maincats-item__price {
  margin-top: 15px;
  color: #E92E71;
}

.maincats-item__btn {
  margin-top: 15px;
}

.about {
  margin-bottom: 100px;
}

.about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 70px;
}

.about-leftcol {
  width: calc(100% / 12 * 4 - 50px - 0.1px);
  margin-left: 25px;
  margin-right: 25px;
  word-wrap: break-word;
}

#sp-bottom .about-leftcol, #sp-bottom .about-rightcol, #sp-bottom .faq__leftcol, #sp-bottom .faq__rightcol {
  margin: 0;
}

.about-leftcol img {
  text-align: center;
}

.about-rightcol {
  width: calc(100% / 12 * 8 - 50px - 0.1px);
  margin-left: 25px;
  margin-right: 25px;
  word-wrap: break-word;
  line-height: 1.4;
}

.about .slick-list {
  margin: 0 95px;
}

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

.about-slider__img {
  padding: 15px 17px;
  background: rgba(53, 58, 63, 0.2);
}

.about__heading {
  font-size: 22px;
  margin-bottom: 40px;
}

.warranty {
  min-height: 780px;
  background: url(../images/bg-gray.png) center repeat-x;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 140px;
}

.warranty .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.warranty-leftcol {
  color: #E92E71;
  text-align: center;
  margin-right: 70px;
}

.warranty-rightcol {
  max-width: 680px;
  line-height: 1.4;
}

.warranty__num1 {
  font-size: 290px;
  line-height: 250px;
  letter-spacing: -10px;
}

.warranty__num2 {
  font-size: 46px;
}

.warranty__num3 {
  font-size: 30px;
}

.warranty__btn {
  margin-top: 40px;
}

.steps {
  margin-bottom: 160px;
}

.steps-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0px;
  margin-right: -0px;
}

.steps-col {
  width: calc(100% / 12 * 2 - 0px - 0.1px);
  margin-left: 0px;
  margin-right: 0px;
  word-wrap: break-word;
  position: relative;
  padding: 20px;
  min-height: 500px;
}

.steps-col:before {
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  content: '';
  background: url(../images/steps-shadow.png) center no-repeat;
}

.steps__heading {
  color: #E92E71;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
}

.steps__text {
  font-size: 15px;
  line-height: 1.4;
}

.steps__otk {
  margin-top: 40px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

.steps__otk:after {
  width: 87px;
  height: 87px;
  position: absolute;
  left: 30px;
  top: 5px;
  display: block;
  content: '';
  background: url(../images/otk.png) center no-repeat;
}

.production {
  min-height: 820px;
  background: url(../images/bg-prod.jpg) center no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.production .heading {
  color: #fff;
}

.production-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.production-item {
  width: calc(100% / 12 * 2 - 20px - 0.1px);
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.production-item:after {
  width: 100%;
  height: 100%;
  border: 15px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}

.production-item__img {
  width: 100%;
  display: block;
  height: 180px;
  object-fit: cover;
}

.production-item__youtube {
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 3;
  background: url(../images/yout.svg) center no-repeat;
}

.production-item__instagram {
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 3;
  background: url(../images/inst.svg) center no-repeat;
}

.production-item:hover:after {
  border: 15px solid rgba(255, 255, 255, 0.3);
}

.production-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
}

.production-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.production-social__label {
  margin-right: 15px;
}

.production-social__item {
  display: block;
  margin-right: 10px;
  opacity: .7;
}

.production__more {
  color: #fff;
}

.suppliers {
  margin: 200px 0 200px;
}

.suppliers-row {
  margin-bottom: 70px;
}

.suppliers .slick-list {
  margin: 0 95px;
}

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

.suppliers-slider__img {
  padding: 15px 17px;
  background: rgba(53, 58, 63, 0.2);
}

.metal {
  background: url(../images/bg-metal.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 100px 0;
}

.metal-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.metal-item {
  width: calc(100% / 12 * 3 - 40px - 0.1px);
  margin-left: 20px;
  margin-right: 20px;
  word-wrap: break-word;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 60px;
  color: #fff;
}

.metal-item__img {
  padding: 20px;
  display: block;
  background: rgba(158, 153, 177, 0.2);
  width: 100%;
}

.metal-item__name {
  margin-top: 20px;
  min-height: 40px;
  display: block;
  color: #fff;
}

.metal-item__price {
  margin-top: 15px;
  color: #fff;
}

.metal-item__btn {
  margin-top: 15px;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.woods {
  position: relative;
  z-index: 2;
  padding: 120px 0 150px;
}

.woods-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.woods-item {
  width: calc(100% / 12 * 3 - 40px - 0.1px);
  margin-left: 20px;
  margin-right: 20px;
  word-wrap: break-word;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.woods-item__img {
  padding: 20px;
  display: block;
  background: rgba(158, 153, 177, 0.2);
  width: 100%;
}

.woods-item__name {
  margin-top: 20px;
  min-height: 40px;
  display: block;
  color: #353A3F;
}

.woods-item__price {
  margin-top: 15px;
  color: #E92E71;
}

.woods-item__btn {
  margin-top: 15px;
}

.reviews {
  background: url(../images/bg-rev.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 80px 0 150px;
}

.reviews-slider {
  margin-bottom: 110px;
}

.reviews .heading {
  margin-bottom: 120px;
}

.reviews .slick-prev {
  border: 0;
  left: -80px;
  max-height: 250px;
}

.reviews .slick-next {
  border: 0;
  right: -80px;
  max-height: 250px;
}

.reviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 13px;
}

.reviews-item__imgwrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 180px;
  margin-right: 30px;
}

.reviews-item__img {
  display: block;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}

.reviews-item__desc {
  width: 100%;
  padding-right: 40px;
}

.reviews-item__name {
  font-size: 18px;
  margin-bottom: 5px;
}

.reviews-item__comp {
  font-size: 16px;
  opacity: .5;
}

.reviews-item__text {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 2px solid #E92E71;
  font-size: 16px;
  line-height: 1.4;
}

.reviews__more {
  margin-left: 13px;
}

.faq {
  padding: 80px 0 100px;
}

.faq .heading {
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq .heading:before {
  display: none;
}

.faq .heading span {
  margin-left: 0;
  margin-right: 30px;
}

.faq__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.faq__leftcol {
  width: calc(100% / 12 * 8 - 40px - 0.1px);
  margin-left: 20px;
  margin-right: 20px;
  word-wrap: break-word;
}

.faq-content {
  padding-bottom: 40px;
}

.faq__rightcol {
  width: calc(100% / 12 * 4 - 40px - 0.1px);
  margin-left: 20px;
  margin-right: 20px;
  word-wrap: break-word;
}

.faq-form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 40px 80px rgba(36, 6, 158, 0.2);
  box-shadow: 0px 40px 80px rgba(36, 6, 158, 0.2);
  border-radius: 4px;
  padding: 40px;
}

.faq-form__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  color: #25292E;
  margin-bottom: 20px;
}

.faq-form__heading:before {
  width: 40px;
  height: 40px;
  background: url(../images/question.svg) center no-repeat;
  display: block;
  margin-right: 20px;
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-form .form-input,
.faq-form .form-textarea {
  border: 2px solid #B7B4C4;
}

.accordion__block {
  border-bottom: 1px solid #C4C4C4;
}

.accordion__block:last-child {
  border-bottom: 0;
}

.accordion__heading {
  position: relative;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  color: #25292E;
  padding: 20px 40px 20px 0;
}

.accordion__heading:after {
  width: 32px;
  height: 32px;
  content: '';
  position: absolute;
  top: 18px;
  right: 25px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: url(../images/arrowb.svg) center no-repeat;
}

.accordion__heading:hover {
  color: #6843FF;
}

.accordion__heading[aria-expanded="true"] {
  color: #353A3F;
}

.accordion__heading[aria-expanded="true"]:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion__content {
  font-size: 16px;
  line-height: 1.4;
  padding-right: 30px;
}

.footer {
  background: #303C49;
  padding: 80px 0 40px;
  font-size: 14px;
  color: #fff;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.footer-info {
  width: calc(100% / 12 * 3 - 40px - 0.1px);
  margin-left: 20px;
  margin-right: 20px;
  word-wrap: break-word;
  margin-bottom: 40px;
}

.footer-menu {
  width: calc(100% / 12 * 3 - 40px - 0.1px);
  margin-left: 20px;
  margin-right: 20px;
  word-wrap: break-word;
  margin-bottom: 40px;
}

.footer-menu__heading {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}

.footer-menu__item {
  color: #fff;
  display: block;
  margin-bottom: 12px;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-phone {
  margin-bottom: 10px;
  font-size: 18px;
}

.footer-mess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.footer-mess__item {
  display: block;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-mess__item:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.footer-addr {
  font-size: 14px;
  color: #979DA4;
}

.footer-map {
  width: 100%;
  height: 440px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}

.footer-ldm {
  padding-left: 45px;
  min-height: 30px;
  color: #ddd;
  display: inline-block;
  background: url(../images/next.svg) left center no-repeat;
}

.footer-ldm span {
  color: #E92E71;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-ldm:hover {
  color: #ddd;
}

.footer-ldm:hover span {
  color: #fff;
}

.bread {
  font-size: 15px;
  margin: 10px 0 50px;
  min-height: 20px;
  position: relative;
  z-index: 3;
}

.bread__link {
  color: #6843FF;
  display: inline-block;
  padding-right: 18px;
  margin-right: 3px;
  background: url(../images/arrow.svg) right center no-repeat;
}

.bread__text {
  color: #9A9D9F;
}

.catalog {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}

.catalog-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.catalog-leftcol {
  width: calc(100% / 12 * 3 - 40px - 0.1px);
  margin-left: 20px;
  margin-right: 20px;
  word-wrap: break-word;
}

.catalog-rightcol {
  width: calc(100% / 12 * 9 - 40px - 0.1px);
  margin-left: 20px;
  margin-right: 20px;
  word-wrap: break-word;
}

.catalog__heading {
  font-size: 42px;
  margin-bottom: 30px;
}

.catalog-panel {
  background: #475A70 url(../images/bg-left-menu.png) center bottom repeat-x;
  min-height: 500px;
  padding-bottom: 130px;
}

.catalog-search {
  padding: 20px;
  position: relative;
}

.catalog-search__label {
  color: #fff;
  margin-bottom: 10px;
}

.catalog-search__input {
  border: 2px solid #B7B4C4;
}

.catalog-menu__label {
  font-size: 22px;
  color: #E92E71;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.catalog-menu__item {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 15px 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.catalog-menu__item--active {
  background: rgba(255, 255, 255, 0.05);
}

.catalog-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.catalog-item {
  width: calc(100% / 12 * 4 - 40px - 0.1px);
  margin-left: 20px;
  margin-right: 20px;
  word-wrap: break-word;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.catalog-item__img {
  padding: 20px;
  display: block;
  background: rgba(158, 153, 177, 0.2);
  width: 100%;
}

.catalog-item__name {
  margin-top: 20px;
  min-height: 40px;
  display: block;
  color: #353A3F;
}

.catalog-item__price {
  margin-top: 15px;
  color: #E92E71;
}

.catalog-item__btn {
  margin-top: 15px;
}

.product {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}

.product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.product-leftcol {
  width: calc(100% / 12 * 7 - 60px - 0.1px);
  margin-left: 30px;
  margin-right: 30px;
  word-wrap: break-word;
}

.product-rightcol {
  width: calc(100% / 12 * 5 - 60px - 0.1px);
  margin-left: 30px;
  margin-right: 30px;
  word-wrap: break-word;
}

.product__heading {
  font-size: 42px;
  margin-bottom: 30px;
}

.product__imgwrap {
  position: relative;
}

.product__imgwrap:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border: 10px solid rgba(255, 255, 255, 0.2);
  content: '';
  z-index: 2;
}

.product__img {
  display: block;
}

.product__price {
  font-size: 36px;
  color: #E92E71;
  margin-bottom: 10px;
}

.product-options {
  margin-bottom: 23px;
}

.product-options__item {
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 10px;
}

.product-form {
  max-width: 300px;
}

.pagi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.pagi__item {
  min-width: 40px;
  height: 40px;
  display: block;
  margin-right: 10px;
  border-radius: 4px;
  background: #EBEBEC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
  color: #6843FF;
  font-size: 24px;
  margin-bottom: 10px;
}

.pagi__item--active {
  color: #fff !important;
  background: #E92E71;
}

.pagi__next,
.pagi__prev {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 10px;
  border-radius: 4px;
  background: #6843FF url(../images/arroww.svg) center no-repeat;
  margin-bottom: 10px;
}

.pagi__prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.aboutop {
  background: url(../images/bg-about.jpg) top center no-repeat;
  background-size: cover;
  min-height: 780px;
  margin-top: -80px;
  padding-top: 90px;
  margin-bottom: 60px;
}

.aboutop .container {
  position: relative;
}

.aboutop-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0px;
  margin-right: -0px;
}

.aboutop-leftcol {
  width: calc(100% / 12 * 7 - 0px - 0.1px);
  margin-left: 0px;
  margin-right: 0px;
  word-wrap: break-word;
}

.aboutop-rightcol {
  width: calc(100% / 12 * 5 - 0px - 0.1px);
  margin-left: 0px;
  margin-right: 0px;
  word-wrap: break-word;
  min-height: 780px;
  position: relative;
}

.aboutop__heading {
  font-size: 42px;
  color: #fff;
  margin-bottom: 50px;
}

.aboutop__text {
  color: #fff;
  font-size: 19px;
  line-height: 1.4;
}

.aboutop__years {
  color: #FBFF20;
  font-size: 70px;
  font-weight: bold;
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-90deg) translate(-45%, 100%);
  transform: rotate(-90deg) translate(-45%, 100%);
}

.aboutop-blocks {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.aboutop-block {
  width: 180px;
  height: 180px;
  border: 10px solid #E5E5E5;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.aboutop-block__num {
  font-size: 48px;
  color: #25D366;
  margin-bottom: 5px;
}

.dirr {
  margin-bottom: 100px;
}

.dirr-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.dirr-leftcol {
  width: calc(100% / 12 * 4 - 60px - 0.1px);
  margin-left: 30px;
  margin-right: 30px;
  word-wrap: break-word;
}

.dirr-rightcol {
  width: calc(100% / 12 * 7 - 60px - 0.1px);
  margin-left: 30px;
  margin-right: 30px;
  word-wrap: break-word;
  margin-left: auto;
}

.dirr__imgwrap {
  width: 100%;
  position: relative;
}

.dirr__imgwrap:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 10px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  content: '';
}

.dirr__img {
  display: block;
  width: 100%;
}

.dirr__quote {
  font-size: 36px;
  font-weight: 300;
  margin-top: 43px;
  margin-bottom: 40px;
}

.dirr__name {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}

.dirr__name2 {
  font-weight: bold;
  opacity: .5;
  margin-bottom: 70px;
  line-height: 1.4;
}

.dirr__help {
  max-width: 560px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.4;
}

.prodesc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 150px;
}

.prodesc-item__desc {
  width: calc(100% / 12 * 6 - 40px - 0.1px);
  margin-left: 20px;
  margin-right: 20px;
  word-wrap: break-word;
  padding-right: 60px;
}

.prodesc-item__imgs {
  width: calc(100% / 12 * 6 - 40px - 0.1px);
  margin-left: 20px;
  margin-right: 20px;
  word-wrap: break-word;
}

.prodesc-item__imgwrap {
  width: 100%;
  position: relative;
}

.prodesc-item__imgwrap:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 10px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  content: '';
}

.prodesc-item__img {
  display: block;
  width: 100%;
}

.prodesc-item__heading {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.prodesc-item__more {
  margin-top: 40px;
}

.textpage {
  line-height: 1.4;
}

.color {
  margin-top: 60px;
}

.yesno {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-top: 60px;
}

.yesno__label {
  width: 160px;
  font-weight: bold;
  color: #6843FF;
}

.yesno__btn {
  min-width: 40px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 750px;
    margin: 10px auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (40px * 2));
  }

  .modal-sm {
    max-width: 500px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 1280px;
  }
}

@media screen and (max-width: 1365.98px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 1239.98px) {
  .tabs__link {
    min-width: 160px;
  }

  .tabsv__link {
    min-width: 160px;
  }

  .modal-lg {
    max-width: 700px;
  }

  .header-topnav__item {
    margin-right: 30px;
  }

  .maincats-item {
    width: calc(100% / 12 * 4 - 40px - 0.1px);
    margin-left: 20px;
    margin-right: 20px;
    word-wrap: break-word;
  }

  .maincats-item a {
    display: block;
  }

  .steps-col {
    width: calc(100% / 12 * 4 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .production-item {
    width: calc(100% / 12 * 3 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .metal-item {
    width: calc(100% / 12 * 6 - 40px - 0.1px);
    margin-left: 20px;
    margin-right: 20px;
    word-wrap: break-word;
  }

  .woods-item {
    width: calc(100% / 12 * 6 - 40px - 0.1px);
    margin-left: 20px;
    margin-right: 20px;
    word-wrap: break-word;
  }

  .reviews-slider {
    padding: 0 100px;
  }

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

  .reviews .slick-next {
    right: 0;
  }

  .faq__leftcol {
    width: calc(100% / 12 * 12 - 40px - 0.1px);
    margin-left: 20px;
    margin-right: 20px;
    word-wrap: break-word;
  }

  .faq__rightcol {
    width: calc(100% / 12 * 12 - 40px - 0.1px);
    margin-left: 20px;
    margin-right: 20px;
    word-wrap: break-word;
  }

  .catalog-item {
    width: calc(100% / 12 * 6 - 40px - 0.1px);
    margin-left: 20px;
    margin-right: 20px;
    word-wrap: break-word;
  }

  .dirr-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }

  .dirr-leftcol {
    width: calc(100% / 12 * 5 - 40px - 0.1px);
    margin-left: 20px;
    margin-right: 20px;
    word-wrap: break-word;
  }

  .dirr-rightcol {
    width: calc(100% / 12 * 7 - 40px - 0.1px);
    margin-left: 20px;
    margin-right: 20px;
    word-wrap: break-word;
  }
}

@media screen and (max-width: 991.98px) {
  .welcome-logo {
    display: none;
    
  }

  .brmob br{
    display:block;
  }
  

  .welcome-column{
    padding-left:25px;
    padding-right:25px;
}


  .tabs__list {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .tabs__link {
    min-width: inherit;
  }

  .tabsv__link {
    min-width: inherit;
  }

  .modal-lg {
    width: auto;
  }

  .header {
    height: 50px;
    position: absolute;
    top: 0;
    /* left: 0; */
    width: 100%;
    background: transparent;
  }

  .header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
  }

  .header:before {
    width: 80px;
    height: 40px;
    background: url(../images/logo.png) center no-repeat;
    position: absolute;
    top: 5px;
    left: 10px;
    background-size: 70px auto;
    content: '';
    z-index: 100;
  }

  .header-top {
    background: #fff;
  }

  .header-top .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .header-topnav {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-topnav__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .header-topright {
    margin-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-mail {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
  }

  .header-mess {
    width: 100%;
  }

  .header-phone {
    margin-top: 20px;
    width: 100%;
  }

  .header-bot .container {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-botnav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
  }

  .header-botnav__item {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .header-logo {
    display: none;
  }

  .header-wrap {
    position: fixed;
    top: 0;
    right: -350px;
    width: 320px;
    height: 100%;
    z-index: 99;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    overflow-y: scroll;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  .header--showed .header-wrap {
    right: 0;
  }

  .header-mobshow {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 5px;;
    right: 5px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    z-index: 100;
    display: block;
    background:#6843FF;
    border-radius:8px;
  }

  .header-mobshow span {
    display: block;
    width: 14px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 11px;
    top: 16px;
  }

  .header-mobshow:before {
    top: 11px;
    left: 11px;
    width: 14px;
    height: 2px;
    background: #fff;
    position: absolute;
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }

  .header-mobshow:after {
    top: 21px;
    right: 11px;
    width: 14px;
    height: 2px;
    background: #fff;
    position: absolute;
    content: '';
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }

  .header--showed .header-mobshow:before {
    top: 12px;
    left: 14px;
    width: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header--showed .header-mobshow:after {
    top: 12px;
    right: 14px;
    width: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .header--showed .header-mobshow span {
    background-color: transparent;
  }

  .welcome {
    margin-top: 0;
  }

  .maincats-item {
    width: calc(100% / 12 * 6 - 40px - 0.1px);
    margin-left: 20px;
    margin-right: 20px;
    word-wrap: break-word;
  }

  .about-leftcol {
    width: calc(100% / 12 * 12 - 50px - 0.1px);
    margin-left: 25px;
    margin-right: 25px;
    word-wrap: break-word;
  }

  .about-rightcol {
    width: calc(100% / 12 * 12 - 50px - 0.1px);
    margin-left: 25px;
    margin-right: 25px;
    word-wrap: break-word;
  }

  .footer-info {
    width: calc(100% / 12 * 6 - 40px - 0.1px);
    margin-left: 20px;
    margin-right: 20px;
    word-wrap: break-word;
  }

  .footer-menu {
    width: calc(100% / 12 * 6 - 40px - 0.1px);
    margin-left: 20px;
    margin-right: 20px;
    word-wrap: break-word;
  }

  .insidepage {
    margin-top: 60px;
  }

  .catalog-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0px;
    margin-right: -0px;
  }

  .catalog-leftcol {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .catalog-rightcol {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .product-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0px;
    margin-right: -0px;
  }

  .product-leftcol {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
    margin-bottom: 30px;
  }

  .product-rightcol {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .aboutop-leftcol {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
    margin-bottom: 30px;
  }

  .aboutop-rightcol {
    display: none;
  }

  .aboutop-blocks {
    position: relative;
    bottom: auto;
  }

  .prodesc-item__desc {
    width: calc(100% / 12 * 12 - 40px - 0.1px);
    margin-left: 20px;
    margin-right: 20px;
    word-wrap: break-word;
  }

  .prodesc-item__imgs {
    width: calc(100% / 12 * 12 - 40px - 0.1px);
    margin-left: 20px;
    margin-right: 20px;
    word-wrap: break-word;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 767.98px) {
  body {
    font-size: 16px;
  }

  .container {
    padding: 0 15px;
  }

  h1 {
    font-size: 36px;
  }

  .tabs__wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .navmenu-mob {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 44;
    width: 100%;
    text-align: center;
    height: 46px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #6843FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .0;
    visibility: hidden;
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  .navmenu__wrap {
    padding-top: 64px;
    height: 100%;
    overflow: scroll;
  }

  .navmenu-close {
    display: block;
    top: 0px;
    right: 0px;
    width: 64px;
    height: 64px;
    background: url(../images/cat-fea-close.svg) center no-repeat;
    opacity: .6;
    position: absolute;
    z-index: 2;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
  }

  .main--navmenu-showed .navmenu {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .modal-content .modal-close {
    top: 8px;
    right: 8px;
  }

  .modal-header {
    padding: 15px;
  }

  .modal-header .close {
    top: 8px;
    right: 8px;
  }

  .modal-body {
    padding: 15px;
  }

  .modal-default__text {
    margin-bottom: 15px;
  }

  .btn--lg {
    padding: 11px 25px 10px;
    font-size: 14px;
  }

  .form-input,
  .form-textarea,
  select,
  select.select {
    font-size: 16px;
  }

  .form-input--lg,
  .form-textarea--lg,
  select--lg,
  select.select--lg {
    height: 46px;
    font-size: 14px;
    padding: 0 15px;
  }

  .form-textarea {
    padding: 10px 15px;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }

  .welcome {
    padding-top: 70px;
    padding-bottom:60px;
  }

  .welcome:before {
    opacity: 1;
  }

  .welcome:before {
    background: url(../images/bg-top-m-2.jpg) right top no-repeat;
    
  }

  .welcome--metal:before {
    background-image: url(../images/bg-metals-2.jpg)!important;
    background-position:right top;
  }
  
  .welcome--wood:before {
    background-image: url(../images/bg-woods-2.jpg)!important;
    background-position:right top;
  }
  

  .welcome .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .welcome__heading {
    font-size: 27px;
    margin-top:50px;
   
  }

  .welcome-list__item {
    width: 50%;
    font-size: 15px;
    padding-right: 0px;
    padding-left: 19px;
  }

 

  .welcome-list__item:before {
    top: 2px;
    left: 0;
    position: absolute;
    content: '';
    width: 14px;
    height: 19px;
   
    background-size: contain;
  }

  .heading {
    display: block;
    height: auto;
    margin-bottom: 30px;
  }

  .heading span {
    margin: 0;
    font-size: 28px;
  }

  .heading:before,
  .heading:after {
    display: none;
  }

  .maincats-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0px;
    margin-right: -0px;
  }

  .maincats-item {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .maincats-item__name {
    min-height: inherit;
  }

  .about-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0px;
    margin-right: -0px;
  }

  .about-leftcol {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .about-rightcol {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .about .slick-list {
    margin: 0;
  }

  .warranty .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .warranty-leftcol {
    margin-right: 0;
    text-align: left;
    width: 100%;
  }

  .warranty__num1 {
    font-size: 200px;
    line-height: 180px;
  }

  .warranty__num2 {
    font-size: 36px;
  }

  .warranty__num3 {
    font-size: 26px;
  }

  .steps-col {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
    min-height: inherit;
    padding: 0;
    margin-bottom: 25px;
  }

  .steps-col:before {
    display: none;
  }

  .steps__heading {
    min-height: inherit;
  }

  .production-item {
    width: calc(100% / 12 * 6 - 20px - 0.1px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .production-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .production-social {
    margin-bottom: 30px;
  }

  .suppliers {
    margin: 100px 0 150px;
  }

  .suppliers .slick-list {
    margin: 0;
  }

  .metal-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0px;
    margin-right: -0px;
  }

  .metal-item {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .woods-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0px;
    margin-right: -0px;
  }

  .woods-item {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .reviews-slider {
    padding: 0 10px;
  }

  .reviews-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .reviews-item__img {
    margin-bottom: 20px;
  }

  .reviews-item__desc {
    padding-right: 0;
  }

  .reviews__more {
    margin-top: 40px;
  }

  .faq__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0px;
    margin-right: -0px;
  }

  .faq__leftcol {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .faq__rightcol {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .faq-form {
    padding: 20px;
  }

  .accordion__heading {
    font-size: 20px;
  }

  .accordion__heading:after {
    right: 5px;
  }

  .accordion__content {
    font-size: 14px;
    padding-right: 0;
  }

  .product-form {
    max-width: 100%;
  }

  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0px;
    margin-right: -0px;
  }

  .footer-info {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .footer-menu {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .bread {
    margin: 10px 0 25px;
  }

  .catalog__heading {
    font-size: 36px;
  }

  .catalog__heading {
    margin-bottom: 20px;
  }

  .catalog-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0px;
    margin-right: -0px;
  }

  .catalog-item {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .catalog-item__name {
    min-height: inherit;
  }

  .product__heading {
    font-size: 36px;
  }

  .product__heading {
    margin-bottom: 20px;
  }

  .pagi {
    margin-top: 0;
  }

  .aboutop__heading {
    font-size: 36px;
  }

  .aboutop__text {
    font-size: 16px;
  }

  .aboutop-blocks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .aboutop-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .dirr-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0px;
    margin-right: -0px;
  }

  .dirr-leftcol {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .dirr-rightcol {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }

  .dirr__quote {
    font-size: 26px;
  }

  .prodesc-item {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0px;
    margin-right: -0px;
  }

  .prodesc-item__desc {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
    padding-right: 0;
  }

  .prodesc-item__imgs {
    width: calc(100% / 12 * 12 - 0px - 0.1px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}