/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

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

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

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

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

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

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

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

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

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

button:active, button:focus{
  outline: none !important;

}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-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-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .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-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  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: -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: -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: -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: -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));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.product-slider__container, .product-cards, .personal-order, .advantages__container, .footer, .leave-question, .opportunity__wrapper, .order__wrapper, .download__wrapper, .items__wrapper {
  width: 1170px;
  padding: 0 15px;
  margin: auto;
}

@media (max-width: 1399.98px) {
  .product-slider__container, .product-cards, .personal-order, .advantages__container, .footer, .leave-question, .opportunity__wrapper, .order__wrapper, .download__wrapper, .items__wrapper {
    width: 1005px;
  }
}

@media (max-width: 1199.98px) {
  .product-slider__container, .product-cards, .personal-order, .advantages__container, .footer, .leave-question, .opportunity__wrapper, .order__wrapper, .download__wrapper, .items__wrapper{
    width: 960px;
  }
}

@media (max-width: 991.98px) {
  .product-slider__container, .product-cards, .personal-order, .advantages__container, .footer, .leave-question, .opportunity__wrapper, .order__wrapper, .download__wrapper, .items__wrapper {
    width: 720px;
  }
}

@media (max-width: 767.98px) {
  .product-slider__container, .product-cards, .personal-order, .advantages__container, .footer, .leave-question, .opportunity__wrapper, .order__wrapper, .download__wrapper, .items__wrapper {
    width: 540px;
  }
}

@media (max-width: 575.98px) {
  .product-slider__container, .product-cards, .personal-order, .advantages__container, .footer, .leave-question, .opportunity__wrapper, .order__wrapper, .download__wrapper, .items__wrapper {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Roboto";
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/Roboto-ThinItalic.eot");
  src: url("../fonts/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-ThinItalic.woff") format("woff"), url("../fonts/Roboto-ThinItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/Roboto-ExtraLightItalic.eot");
  src: url("../fonts/Roboto-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-ExtraLightItalic.woff") format("woff"), url("../fonts/Roboto-ExtraLightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/Roboto-LightItalic.eot");
  src: url("../fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/Roboto-RegularItalic.eot");
  src: url("../fonts/Roboto-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-RegularItalic.woff") format("woff"), url("../fonts/Roboto-RegularItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/Roboto-MediumItalic.eot");
  src: url("../fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-MediumItalic.woff") format("woff"), url("../fonts/Roboto-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/Roboto-SemiBoldItalic.eot");
  src: url("../fonts/Roboto-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-SemiBoldItalic.woff") format("woff"), url("../fonts/Roboto-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/Roboto-BoldItalic.eot");
  src: url("../fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/Roboto-ExtraBoldItalic.eot");
  src: url("../fonts/Roboto-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-ExtraBoldItalic.woff") format("woff"), url("../fonts/Roboto-ExtraBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/Roboto-BlackItalic.eot");
  src: url("../fonts/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BlackItalic.woff") format("woff"), url("../fonts/Roboto-BlackItalic.ttf") format("truetype");
}

.btn {
  display: inline-block;
  min-width: 200px;
  padding: 20px 0;
  color: #000;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border: 1px solid;
  cursor: pointer;
}

@media (max-width: 1399.98px) {
  .btn {
    font-size: 14px;
  }
}

.btn--header-request {
  margin-right: 30px;
  border-color: #db2308;
}

@media (max-width: 1023.98px) {
  .btn--header-request {
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  .btn--header-request {
    margin: 0 0 20px;
  }
}

.btn--header-request i {
  color: #ce3429;
}

.btn--header-callback {
  color: #fff;
  background-color: #c42c21;
  border-color: #c42c21;
}

.btn--product-card {
  min-width: 0;
  width: 100%;
  padding: 12px 0;
  text-transform: uppercase;
  background-color: #e6e6e6;
  border-color: #c42c21;
  border-radius: 8px;
}

.mmenu {
  position: fixed;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  margin: 0;
  padding: 0 0 50px 20px;
  background-color: #fff;
  z-index: 99999;
  -webkit-transform: translateX(500px);
      -ms-transform: translateX(500px);
          transform: translateX(500px);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

@media (max-width: 575.98px) {
  .mmenu {
    width: 100%;
    padding: 0 20px 50px;
  }
}

.mmenu-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  cursor: pointer;
}

.mmenu-title {
  margin-bottom: 30px;
  font-size: 80px;
  line-height: 0.8;
  font-weight: 100;
  color: #d7d7d7;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .mmenu-title {
    font-size: 70px;
  }
}

.mmenu-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mmenu-button {
  width: 100%;
  margin: 5px 0 5px -20px;
  padding: 15px 20px 15px 40px;
  font-weight: 700;
  color: #000;
  text-align: left;
  background-color: transparent;
  border: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.mmenu-button:hover {
  color: #fff;
  background-color: #ce3429;
}

@media (max-width: 575.98px) {
  .mmenu-button {
    margin: 5px 0;
    border: 1px solid #ce3429;
  }
}

.mmenu-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 50px;
  line-height: 0.8;
  color: #d7d7d7;
  background-color: transparent;
  border: none;
}

.mmenu-copyright {
  position: absolute;
  left: 20px;
  bottom: 50px;
}

.mmenu-burger {
  display: none;
  font-size: 40px;
  background-color: transparent;
  border: none;
}

@media (max-width: 991.98px) {
  .mmenu-burger {
    display: block;
  }
}

.mmenu-translate {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

body.blocked {
  overflow: hidden;
}

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

@media (max-width: 991.98px) {
  .form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.form--modal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 575.98px) {
  .form--modal {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form--modal .form__input {
  padding: 15px 15px 15px 40px;
  border: 1px solid #dedede;
  border-radius: 10px;
}

.form--modal .form__input-wrapper {
  max-width: 265px;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}

.form__input {
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 40px;
  border: none;
}

.form__input:focus {
  outline: none;
}

.form__input-wrapper {
  position: relative;
  padding-right: 20px;
}

@media screen and (max-width: 1399.98px){
  .form__input-wrapper{
    width: 200px;
  }
}

@media (max-width: 991.98px) {
  .form__input-wrapper {
    width: 50%;
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .form__input-wrapper {
    width: 100%;
    padding-right: 0;
  }
}

.form__input-wrapper i {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #c42c21;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  z-index: 999999;
  -webkit-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}

.modal.open {
  opacity: 1;
}

.modal.open .modal-dialog {
  margin-top: 200px;
}

@media (max-width: 767.98px) {
  .modal.open .modal-dialog {
    margin-top: 60px;
  }
}

.modal-dialog {
  max-width: 810px;
  width: 100%;
  margin: 300px auto 0;
  -webkit-transition: margin-top .2s ease-in;
  -o-transition: margin-top .2s ease-in;
  transition: margin-top .2s ease-in;
}

@media (max-width: 991.98px) {
  .modal-dialog {
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .modal-dialog {
    margin-top: 160px;
  }
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 385px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #fff;
  border-radius: 15px;
}

@media (max-width: 575.98px) {
  .modal-content {
    height: auto;
  }
}

.modal-close {
  position: absolute;
  bottom: 100%;
  left: 100%;
  width: 45px;
  height: 45px;
  padding: 0;
  font-size: 30px;
  line-height: 0.8;
  background-color: #c42c21;
  border: none;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .modal-close {
    left: auto;
    right: 0;
    bottom: 102%;
  }
}

.modal-red {
  position: absolute;
  top: 0;
  left: 0;
  width: 63%;
  height: 100%;
  background: url(../img/modal-left.webp) no-repeat 95%;
  background-size: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.modal-red::before {
  content: '';
  position: absolute;
  top: 10%;
  left: -40px;
  width: 80%;
  height: 80%;
  background: url(../img/modal-bag.webp) no-repeat center;
  background-size: contain;
}

@media (max-width: 991.98px) {
  .modal-red {
    width: 50%;
    background-position-x: 99%;
  }
  .modal-red::before {
    width: 70%;
    left: -20px;
  }
}

@media (max-width: 767.98px) {
  .modal-red {
    width: 30%;
  }
  .modal-red::before {
    content: none;
  }
}

@media (max-width: 575.98px) {
  .modal-red {
    display: none;
  }
}

.modal-body {
  width: 50%;
  padding: 30px 30px 20px 0;
  text-align: right;
}

@media (max-width: 767.98px) {
  .modal-body {
    width: 70%;
  }
}

@media (max-width: 575.98px) {
  .modal-body {
    width: 100%;
    padding: 30px;
    text-align: center;
  }
}

.modal-body--success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 575.98px) {
  .modal-body--success {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.modal-title {
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

.modal-subtitle {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 700;
}

.modal-disclaimer, .personal-order__agreement {
  max-width: 265px;
  width: 80%;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.personal-order__agreement {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}

.modal .btn {
  width: 100%;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 16px;
  color: #fff;
  background-color: #e53032;
  border: none;
  border-radius: 10px;
  -webkit-transition-property: margin-top, margin-bottom;
  -o-transition-property: margin-top, margin-bottom;
  transition-property: margin-top, margin-bottom;
  -webkit-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.modal .btn:hover {
  margin-top: 4px;
  margin-bottom: 0;
}

.modal .btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 265px;
  width: 100%;
  background-color: #950b0b;
  border-radius: 10px;
}

.call-button {
  position: fixed;
  right: -130px;
  top: 50%;
  padding: 15px 60px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  background-color: #c42c21;
  border: none;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 99999;
}

@media (max-width: 991.98px) {
  .call-button {
    top: auto;
    bottom: 5%;
    right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 110px;
    height: 110px;
    padding: 0;
    font-size: 52px;
    border-radius: 50%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .call-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #c42c21;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation-name: bounceButtonBorder;
            animation-name: bounceButtonBorder;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    opacity: 0.5;
    z-index: -1;
  }
}

@media (max-width: 575.98px) {
  .call-button {
    width: 55px;
    height: 55px;
    font-size: 25px;
  }
  .call-button::after {
    width: 65px;
    height: 65px;
    -webkit-animation-name: bounceButtonMobile;
            animation-name: bounceButtonMobile;
  }
}

@media (max-width: 991.98px) {
  .call-button__text {
    display: none;
  }
}

.call-button i {
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .call-button i {
    margin: 0;
  }
}

@-webkit-keyframes bounceButtonBorder {
  0% {
    width: 110px;
    height: 110px;
  }
  25% {
    width: 130px;
    height: 130px;
  }
  50% {
    width: 110px;
    height: 110px;
  }
  100% {
    width: 110px;
    height: 110px;
  }
}

@keyframes bounceButtonBorder {
  0% {
    width: 110px;
    height: 110px;
  }
  25% {
    width: 130px;
    height: 130px;
  }
  50% {
    width: 110px;
    height: 110px;
  }
  100% {
    width: 110px;
    height: 110px;
  }
}

@-webkit-keyframes bounceButtonMobile {
  0% {
    width: 55px;
    height: 55px;
  }
  25% {
    width: 65px;
    height: 65px;
  }
  50% {
    width: 55px;
    height: 55px;
  }
  100% {
    width: 55px;
    height: 55px;
  }
}

@keyframes bounceButtonMobile {
  0% {
    width: 55px;
    height: 55px;
  }
  25% {
    width: 65px;
    height: 65px;
  }
  50% {
    width: 55px;
    height: 55px;
  }
  100% {
    width: 55px;
    height: 55px;
  }
}

.user-agreement__check {
  display: none;
}

.user-agreement__check + span {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border: 1px solid #3b3b3b;
}

.user-agreement__check:checked + span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #c42c21;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #000;
  background-color: #f2f2f2;
}

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

button:focus {
  outline: none;
}

.top-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 0 35px;
  z-index: 2;
}



@media (max-width: 1399.98px) {
  .top-line {
    padding: 0 35px;
  }

  .top-line-2{
    margin-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  .top-line {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 35px;
    background-color: #fff;
  }
}

@media (max-width: 767.98px) {
  .top-line {
    padding: 15px;
  }
}

@media (max-width: 575.98px) {
  .top-line {
    margin-bottom: 70px;
  }
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 30px 0 0;
  font-size: 34px;
  color: #000;
  text-decoration: none;
}

@media (max-width: 1399.98px) {
  .logo {
    padding-bottom: 10px;
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .logo {
    padding: 0;
  }
}

.logo img {
  max-width: 85px;
  margin-right: 10px;
}

@media (max-width: 1199.98px) {
  .logo-name {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .logo-name {
    display: inline;
  }
}

.site-heading {
  margin: 0 0 55px;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.site-heading-big{
  font-size: 58px;
}

@media (max-width: 767.98px) {
  .site-heading {
    margin: 0 0 25px;
    font-size: 36px;
  }
}

.site-heading span {
  display: inline-block;
  font-size: .6em;
  font-weight: 400;
}

.header {
  position: relative;
  padding: 0 0 100px;
  background: url(../img/header-bg.webp) no-repeat center;
  background-size: cover;
  z-index: 1;
  overflow-x: hidden;
}

.header-2{
  background: url(../img/bg-2.webp) no-repeat center;
  background-size: cover;
}

.header-2::after{
  display: none;
}

@media (max-width: 1399.98px) {
  .header {
    padding: 0 0 250px;
  }
}

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

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

.header::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40vw;
  height: 40vw;
  background: url(../img/header-top-right-bg.webp) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.more-bigbag{
  position: absolute;
  left: 0;
  top: 30%;
}

.more-bag{
  position: absolute;
  top: 30%;
  right: 0;
}

@media (max-width: 1399.98px) {
  .header::after {
    top: -100px;
    right: -100px;
  }
}

@media (max-width: 575.98px) {
  .header::after {
    top: 0;
    right: 0;
    width: 100%;
    height: 50%;
  }
}

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

@media (max-width: 991.98px) {
  .header nav {
    display: none;
  }
}

.header .nav-link {
  padding: 70px 14px 35px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.header .nav-link:hover {
  color: #fff;
  background-color: #ce3429;
}

.header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 35px 0 12.5%;
}

@media (max-width: 1399.98px) {
  .header__content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 35px;
  }
}

@media (max-width: 1023.98px) {
  .header__content {
    padding: 0 15px;
  }
}

.header__left {
  width: 63%;
  padding-right: 50px;
  margin-top: 50px;
}

.header-bag{
  position: absolute;
  z-index: -1;
  bottom: 20px;
  width: 500px;
  height: 500px;
  right: -15%;
}

.header-bigbag{
  position: absolute;
  left: -15%;
  z-index: -1;
  bottom: 20px;
}

@media (min-width: 1710px){
  .header-bag{
    right: -10%;
  }

  .header-bigbag{
    left: -10%;
  }
}

@media (max-width: 1023.98px){
  .header-bag,
  .header-bigbag,
  .more-bigbag,
  .more-bag{
    display: none;
  }

}

@media (max-width: 1366px){
  .header-bag{
    width: 500px;
    height: 500px;
    right: -15%;
  }
}
.header__left-2{
  max-width: 944px;
  text-align: center;
  margin: auto;
  padding:0;
}
@media (max-width: 1023.98px) {
  .header__left {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 991.98px){
  .header__left-2 {
    text-align: left;
  }
}

.header__subheading {
  margin-bottom: 40px;
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .header__subheading {
    font-size: 20px;
  }
}

.header__subheading-sleeve {
  width: 85%;
}

@media (max-width: 1399.98px) {
  .header__subheading-sleeve {
    width: 100%;
  }
}

.header__cta-text {
  margin-bottom: 50px;
}

.header__right {
  width: 48%;
}

@media (max-width: 1399.98px) {
  .header__right {
    width: 35%;
  }
}

@media (max-width: 1023.98px) {
  .header__right {
    display: none;
  }
}

.header__right img {
  max-width: 100%;
}

@media (max-width: 1023.98px) {
  .header__buttons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header .btn {
  width: 41%;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .header .btn {
    width: 100%;
  }
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 35px 35px 12.5%;
  background-color: #fff;
}

@media (max-width: 1399.98px) {
  .about {
    padding: 0 35px;
  }
}

@media (max-width: 1023.98px) {
  .about {
    padding: 0 15px;
  }
}

@media (max-width: 767.98px) {
  .about {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.about__red {
  position: relative;
  width: 320px;
  margin: -50px 30px 0 0;
  padding: 40px 20px 30px;
  color: #fff;
  background-color: #c42c21;
  z-index: 2;
}

.about__red-2{
  padding: 20px 20px;
}

@media (max-width: 767.98px) {
  .about__red {
    width: 100%;
    margin: 0;
  }
}

.about__red .title {
  position: relative;
  width: 80%;
  margin: 0 0 65px;
  font-size: 30px;
  font-weight: 700;
}

.about__red-2 .title{
  margin:0;
  text-transform: uppercase;
}

.about__red .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.about__red-2 .title::after{
  bottom: -4px;
}


.about__red .description {
  margin-bottom: 0;
  font-size: 21px;
}

.about__red-2 .description{
  margin-top: 8px;
  line-height: 1.19;
  font-weight: 300;
}

.about__red-2 b.description {
  font-size: 24px;
  font-weight: 500;
}

.about__article {
  width: 54.4%;
}

.about__article-2 .description{
  font-size: 21px;
}

.about__article .certificate{
  display: flex;
  align-items: center;
  color: black;
  text-decoration: none;
  margin-bottom: 30px;
}

.about__article .certificate img{
  margin-right: 15px;
  width: 52px;
  border-radius: 50%;
}

.about__article .certificate span{
  text-transform: uppercase;
}

@media (max-width: 1399.98px) {
  .about__article {
    width: 65%;
  }
}

@media (max-width: 1399.98px) {
  .about__article {
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .about__article {
    width: 100%;
  }
}

.about__article .title {
  padding-right: 50px;
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .about__article .title {
    margin-top: -30px;
    padding: 0;
    font-size: 23px;
  }
}

.about__article-2 .title {
  margin-top: 45px;
  font-size: 21px;
  text-transform: uppercase;
}

.about__article .description span {
  font-weight: 700;
}

.product-slider {
  margin: 50px 0;
  background-color: #fff;
  overflow-x: hidden;
}

.product-slider__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.product-slider__title {
  position: relative;
  margin: 20px 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-slider__title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 42%;
  height: 2px;
  background-color: #c42c21;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 575.98px) {
  .product-slider__title::after {
    width: 30%;
  }
}

.product-slider__desc {
  font-weight: 700;
  font-style: italic;
}

.product-slider__list {
  padding-left: 10px;
  list-style-type: none;
  margin-bottom: 0;
}

.product-slider__list li {
  position: relative;
  margin-bottom: 18px;
  padding-right: 15px;
}

.product-slider__list li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: -10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #c42c21;
}

.product-slider .description-block {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 992px) {
  .product-slider .description-block {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .product-slider .description-block {
    width: 41.66667%;
  }
}

@media (min-width: 1400px) {
  .product-slider .description-block {
    width: 33.33333%;
  }
}

.product-slider .slider {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
  padding: 0;
}

@media (min-width: 992px) {
  .product-slider .slider {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .product-slider .slider {
    width: 58.33333%;
  }
}

@media (min-width: 1400px) {
  .product-slider .slider {
    width: 66.66667%;
  }
}

.product-slider .slider .swiper-container {
  width: 160%;
  height: 550px;
}

@media (max-width: 1199.98px) {
  .product-slider .slider .swiper-container {
    width: 130%;
  }
}

@media (max-width: 1023.98px) {
  .product-slider .slider .swiper-container {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .product-slider .slider .swiper-container {
    height: 300px;
  }
}

.product-slider .slider .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  background-color: #3b3b3b;
}

.product-slider .slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-slider .slider .swiper-button-prev, .product-slider .slider .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background-image: none;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .product-slider .slider .swiper-button-prev, .product-slider .slider .swiper-button-next {
    top: 50%;
    margin-top: -25px;
  }
}

.product-slider .slider .swiper-button-prev:focus, .product-slider .slider .swiper-button-next:focus {
  outline: none;
}

.product-slider .slider .swiper-button-prev {
  left: -50px;
  color: #fff;
  background-color: #c42c21;
}

@media (max-width: 991.98px) {
  .product-slider .slider .swiper-button-prev {
    left: 0;
  }
}

.product-slider .slider .swiper-button-next {
  left: 0;
  color: #c42c21;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .product-slider .slider .swiper-button-next {
    right: 0;
    left: auto;
  }
}

.product-cards {
  margin-bottom: 50px;
}

.product-cards__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.product-cards .card {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 15px 0;
}

@media (min-width: 768px) {
  .product-cards .card {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .product-cards .card {
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .product-cards .card {
    width: 25%;
  }
}

.product-cards .card__wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.product-cards .card__preview-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 230px;
  padding: 25px 15px;
}

@media (max-width: 1399.98px) {
  .product-cards .card__preview-wrapper {
    height: 180px;
  }
}

.product-cards .card__preview-wrapper img {
  max-width: 100%;
}

.product-cards .card__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #c42c21;
}

.product-cards .card__name .title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 1399.98px) {
  .product-cards .card__name .title {
    font-size: 20px;
  }
}

.product-cards .card__name .description {
  width: 100%;
  margin: 0;
  font-size: 16px;
}

@media (max-width: 1399.98px) {
  .product-cards .card__name .description {
    font-size: 14px;
  }
}

.product-cards .card__body {
  padding: 20px 20px 30px;
}

.product-cards .card__body .title {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1399.98px) {
  .product-cards .card__body .title {
    font-size: 15px;
  }
}

.product-cards .card__characteristics {
  margin: 0 0 30px;
  padding: 0;
  font-size: 16px;
  list-style-type: none;
}

@media (max-width: 1399.98px) {
  .product-cards .card__characteristics {
    margin: 0 0 23px;
    font-size: 14px;
  }
}

.product-cards .card__characteristics li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 10px;
}

.product-cards .card__characteristics li::before {
  content: '-';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.personal-order {
  margin-bottom: 50px;
  /* background-color: #ddd; */
}

.personal-order__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*margin-left: -15px;
  margin-right: -15px;*/
  background: #ddd;
}

.personal-order__left {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575.98px) {
  .personal-order__left {
    display: none;
  }
}

.personal-order__left .vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 155px;
  height: 100%;
  background-color: #c42c21;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.personal-order__img {
  z-index: 2;
  width: 200px;
}

@media (max-width: 767.98px){
  .personal-order__img{
    width: 140px;
  }
}

.personal-order__right {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  padding: 30px 30px 30px 15px;
}

@media (min-width: 576px) {
  .personal-order__right {
    width: 66.66667%;
  }
}

@media (max-width: 767.98px) {
  .personal-order__right {
    padding: 30px;
  }
}

.personal-order__right .title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .personal-order__right .title {
    font-size: 24px;
  }
}

.personal-order__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.personal-order__choose{
  text-align: center;
  display: flex;
  padding-top: 5px;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}



.personal-order__right .description {
  margin-bottom: 30px;
}

.personal-order__highlight {
  margin-bottom: 30px;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 0 10px;
}
@media (max-width: 1400px){
  .personal-order__highlight{
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .personal-order__highlight {
    font-size: 14px;
    padding: 0 3px;
  }
}

@media (max-width: 991.98px){
  .personal-order__btns{
    flex-wrap: wrap;
  }
  .personal-order__highlight {
    font-size: 14px;
    padding: 0 10px;
    margin-top: 10px;
  }
}

.personal-order .btn {
  width: 160px;
  min-width: 0;
  padding: 10px 0;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: #c42c21;
  border-color: #c42c21;
}

.personal-order__slider .swiper-button-prev,
.personal-order__slider .swiper-button-next{
  color: #c42c21;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 2;
  outline: none;
}

.personal-order__slider .owl-prev{
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0,-50%);
  background: none;
  border: none;
  width: 34px;
  padding: 0;
  height: 34px;
}

.personal-order__slider .owl-next{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
  background: none;
  border: none;
  padding: 0;
  width: 34px;
  height: 34px;
}

@media (max-width: 991.98px){
  .personal-order__slider .owl-next,
  .personal-order__slider .owl-prev{
    top: unset;
    transform: unset;
    bottom: 50px;
  }
}

.personal-order__slider .owl-dot span{
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  display: block;
  transition: .2s;
}

.personal-order__slider .owl-dot{
  background: none;
  border: none;
  width: 10px;
  margin-right: 7px;
  height: 10px;
  padding: 0;
}

.personal-order__slider .owl-dot:last-child{
  margin-right: 0;
}
.personal-order__slider .owl-dot.active span{
  background: #333333;
  transition: .2s;
  display: block;
}

.personal-order__slider .owl-dots{
  width: 154px;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  background: #b71005;
  height: 25px;
  align-items: center;
}

.personal-order__left .vertical-line .item-name{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  color: white;
  text-transform: uppercase;
}

.personal-order__btns{
  display: flex;
  justify-content: space-between;
}

.personal-order__btn{
  max-width: 166px;
  width: 100%;
  height: 35px;
  border-width: 1px;
  border-color: #a1a1a1;
  border-style: solid;
  background: white;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 17.5px;
  color: black;
  font-weight: 500;
  margin-right: 5px;
  cursor: pointer;
}

.personal-order__btn.active{
  background-color: rgb(228, 40, 27);
  border-width: 1px;
  border-color: rgb(255, 0, 0);
  border-style: solid;
  color: white;
}

@media (max-width: 991.98px) {
  .personal-order .btn {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}

@media (max-width: 767.98px) {
  .personal-order .btn {
    width: 100%;
  }
}

.advantages {
  overflow-x: hidden;
}

.advantages__container-wide {
  width: auto;
  padding: 0 12.5%;
}

.advantages__title {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .advantages__title {
    width: 75%;
  }
}

.advantages__title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #c42c21;
}

@media (max-width: 1399.98px) {
  .advantages__title {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  .advantages__title::after {
    content: none;
  }
}

.advantages__title span {
  font-weight: 700;
  color: #c42c21;
}

@media (max-width: 991.98px) {
  .advantages__title span {
    display: block;
  }
}

.advantages__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
}

@media (max-width: 1399.98px) {
  .advantages__title-wrapper {
    margin-bottom: 30px;
  }
}

.advantages__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 90px;
}

.advantages__content .card {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}


@media (min-width: 992px) {
  .advantages__content .card {
    width: 33.33333%;
  }

  .advantages__content-2 .card{
    width: 25%;
  }
}

@media (max-width: 1399.98px) {
  .advantages__content .card {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .advantages__content .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .advantages__content .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
  }
}

.advantages__content .card__icon {
  display: inline-block;
  width: 50%;
  padding: 45px;
  border: 1px solid #d9d9d9;
}
.advantages__content-2 .card__icon{
  width: 70%;
}
.advantages__content .card__icon img {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .advantages__content .card__icon {
    width: 35%;
    padding: 25px;
    margin-right: 30px;
  }
}

@media (max-width: 575.98px) {
  .advantages__content .card__icon {
    width: 40%;
    margin: 0;
  }
}

.advantages__content .card__title {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding: 0 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.advantages__content .card__title-2{
  font-size: 14px;
  max-width: 275px;
  text-transform: uppercase;
}

.advantages__content .card__title-2::after{
  display: none;
}

.advantages__content .card__title-2::before{
  content: '';
  display: block;
  width: 98px;
  height: 5px;
  background-color: #e4281b;
  margin: 0 auto 15px auto;

}

.advantages__content .card__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 2px;
  background-color: #c42c21;
}

@media (max-width: 991.98px) {
  .advantages__content .card__title {
    margin-bottom: 20px;
  }
  .advantages__content .card__title::after {
    bottom: -10px;
  }
}

@media (max-width: 991.98px) {
  .advantages__content .card__body {
    width: 65%;
  }
}

@media (max-width: 575.98px) {
  .advantages__content .card__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.advantages__content .card__desc {
  margin: 0;
}

@media (max-width: 575.98px) {
  .advantages__content .card__desc {
    width: 70%;
  }
}

@media (max-width: 320px) {
  .advantages__content .card__desc {
    width: 100%;
  }
}

.advantages__title-2 {
  width: 100%;
}

.advantages__title-3 {
  width: 41%;
}

@media (max-width: 450px) {
  .advantages__title-3{
    width: 100%;
  }
}
.advantages__title-3::after {
  width: 250%;
}

.advantages__title-wrapper-2 {
  margin-bottom: 0;
}
.advantages__list-point {
  margin-bottom: 10px;
  color: #e4281b;
}

.advantages__list-point span {
  color: black;
}

.footer {
  margin-bottom: 100px;
  font-size: 16px;
  padding-top: 20px;
  overflow-x: hidden;
}

@media (max-width: 767.98px) {
  .footer {
    margin-bottom: 0;
  }
}

.footer-wide {
    width: auto;
    padding-left: 12.5%;
}

@media (max-width: 991.98px) {
  .footer-wide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.footer__title {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
}

.footer__title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 120%;
  width: 220%;
  height: 2px;
  margin-top: -1px;
  background-color: #c42c21;
}

@media (max-width: 1399.98px) {
  .footer__title {
    font-size: 24px;
  }
}

.footer__left {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 992px) {
  .footer__left {
    width: 50%;
  }

  .footer-wide .footer__left {
    width: 40%;
  }
}

@media (max-width: 767.98px) {
  .footer__left {
    margin-bottom: 30px;
  }
}

.footer__right {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: absolute;
  right: 0;
  height: 450px;
  padding: 0;
}

@media (min-width: 992px) {
  .footer__right {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .footer__right {
    position: static;
  }
}

.footer .info__title {
  display: inline-block;
  margin-bottom: 0;
}

.footer .info__title i {
  color: #c42c21;
}

.footer .info__text {
  margin-top: 0;
}

.footer .info .phone {
  font-weight: 700;
}

.footer .info .fax {
  margin-bottom: 70px;
  font-weight: 700;
}

.footer .info .fax + .info__text {
  display: inline-block;
}

.footer .info .email + .info__text {
  color: #c42c21;
}

.footer__socials .title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  color: #c42c21;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .footer__socials .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__socials-link {
  display: inline-block;
  min-width: 30px;
  margin-right: 45px;
  font-size: 30px;
  color: #20252e;
}

.footer__socials-link:hover {
  color: #c42c21;
}

@media (max-width: 575.98px) {
  .footer__socials-link {
    margin-right: 0;
  }
}

@media (max-width: 1399.98px) {
  .footer .phone-info {
    display: inline-block;
    width: 100%;
  }
}

.footer .phone-link {
  color: #c42c21;
}

@media (max-width: 1399.98px) {
  .footer .phone-link {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
}

#map {
  height: 100%;
  overflow: hidden;
}


.leave-question{
  background: white;
  padding: 35px 20px;
  margin: 40px auto;
  position: relative;
  min-height: 199px;
}

.leave-question-2{
  margin-top: -50px;
  z-index: 1;
  padding-left: 313px;
}

.leave-question__img-2{
  position: absolute;
  left: 0;
  bottom: 0;
}
.leave-question .title{
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 540px;

}

.leave-question .title span{
  font-weight: 400;
}

.leave-question__form{
  max-width: 760px;
  margin-top: 20px;
}

@media (max-width: 1399.98px){
  .leave-question__form{
    max-width: 600px;
  }
}
.leave-question .form__input{
  border: 1px solid #dadada;
}

.leave-question__form .btn{
  width: 160px;
  min-width: 0;
  padding: 10px 0;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: #c42c21;
  border-color: #c42c21;
}

.leave-question__img{
  position: absolute;
  bottom: 0;
  right: 0;
}


/* opportunity section */

.opportunity{
  margin-bottom: 40px;
  width: 100%;
  background: white;
  padding: 40px 0;
}
.opportunity__title{
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.opportunity__title::after{
  content: '';
  display: block;
  max-width: 749px;
  width: 100%;
  height: 5px;
  background: #bb1212;
  margin: 15px auto;
  
}

.opportunity__desc{
  font-size: 24px;
  text-align: center;
  margin: 0;
}

.opportunity__block{
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-top: 25px;
}

.opportunity__card{
  border: 1px solid #c2c2c2;
  width: calc(100% / 3 - 20px);
  margin-right: 20px;
  min-height: 111px;
  padding: 20px 5px;
  text-align: center;
  font-size: 16px;
}

.opportunity__card span{
  color: #bb1212;
  font-weight: 600;
}

.opportunity__card-mini{
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767.98px){
  .opportunity__block{
    flex-wrap: wrap;

  }

  .opportunity__card{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* order section */

.order{
  margin-bottom: 40px;
}
.order__wrapper{
  display: flex;
}

.order__item{
  width: calc(100% / 2 );
  margin-right: 30px;
  min-height: 300px;
  background: #e3e3e3;
  border: 1px solid #c2c2c2;
  padding-top: 25px;
}

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

@media screen and (max-width: 992px){
  .order__item{
    width: 95%;
    margin: 0 auto 25px auto !important;
  }



  .order__wrapper{
    flex-wrap: wrap;
  }

  .leave-question__img, .leave-question__img-2{
    display: none;
  }

  .leave-question-2{
    padding: 35px 20px;
  }
}




.order__item-title{
  background: #e4281b;
  width: 100%;
  color: white;
  font-weight: 600;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-transform: uppercase;
}

.order__item-title span{
  max-width: 410px;
  text-align: center;
}

.order__desc{
  font-size: 17px;
  text-align: center;
  margin: 20px auto;
  max-width: 510px;
}

@media (max-width: 767.98px){
  .order__desc{
    max-width: 430px;
  }
}

@media (max-width: 500px){
  .order__desc{
    padding: 0 10px;
  }
}
.order__btn{
  max-width: 211px;
  height:41px;
  width: 100%;
  border: 1px solid #e4281b;
  background: white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #18202a;
  text-decoration: none;
  margin: auto;
  font-size: 16px;
  transition: .4s ease-out;
}

.order__btn:hover{
  background: rgb(241, 241, 241);
  transition: .3s ease;
}


/* download section */

.download{
  background: white;
  padding: 30px 0;
}

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

@media screen and (max-width: 500px){
  .download__wrapper{
    display: block;
  }
}
.download__text{
  margin-left: 30px;
}

.download__text p{
  font-size: 21px;
}

.download__btn{
  background-color: rgb(196, 46, 35);
  width: 211px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}


/*items section */
.items__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 55px;
}

@media screen and (max-width: 991.98px) {
    .items__wrapper {
        grid-template-columns: 1fr;
    }
}

.items__item img {
    max-width: 80%;
    z-index: 1;
}

@media screen and (max-width: 991.98px) {
    .items__item img {
        width: 40%;
    }
}

.items__item {
    display: grid;
    grid-template-rows: 13fr 4fr 2fr;
    padding: 40px 0;
    border: 1px solid #c2c2c2;
    background: linear-gradient(180deg, #ecebeb, #dadada);
}

@media screen and (max-width: 1399.98px) {
    .items__item {
      grid-template-rows: 8fr 2fr 2fr;
    }
}

@media screen and (max-width: 1199.98px) {
    .items__item {
      grid-template-rows: 12fr 3fr 2fr;
    }
}

@media screen and (max-width: 991.98px) {
    .items__item {
      grid-template-rows: 15fr 3fr 2fr;
    }
}

@media screen and (max-width: 767.98px) {
    .items__item {
      grid-template-rows: 12fr 3fr 2fr;
    }
}

@media screen and (max-width: 575.98px) {
    .items__item {
      grid-template-rows: 10fr 3fr 2fr;
    }
}


.items__item p {
    margin: 0;
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    text-transform: uppercase;
}

@media screen and (max-width: 1199.98px) {
    .items__item p {
        font-size: 24px;
    }
}

.items__item .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.items__item-btn {
    padding: 12px 30px;
    color: #1d262f;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #e40000;
    background: #f2f2f2;
}

.items__item .fa-arrow-alt-circle-right {
    color: #e40000;
}

.items__item-img-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.items__item:nth-child(2) img {
    max-width: 60%;
}

.items__item-img-wrapper::before {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #e4281b;
    border-radius: 50%;
}

@media screen and (max-width: 991.98px) {
    .items__item-img-wrapper::before {
        width: 350px;
        height: 350px;
    }
}

@media screen and (max-width: 767.98px) {
    .items__item-img-wrapper::before {
        width: 250px;
        height: 250px;
    }
}

@media screen and (max-width: 575.98px) {
    .items__item-img-wrapper::before {
        width: 40vw;
        height: 40vw;
    }
}


/* owl carousel styles */

.personal-order__slider{
  overflow: hidden;
}

.owl-item{
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

.owl-stage{
  display: flex;
  align-items: center;
}
.owl-item.active{
  visibility:visible;
}

#success .modal-body {
  justify-content: center;
  text-align: center;
  gap: 23px;
  align-items: center;
  padding: 10px 0 61px 50px;
}
#success .modal-title {
  font-weight: bold;
  font-size: 37px;
  max-width: 187px;
  text-transform: none !important;
}
#success .modal-subtitle {
  max-width: 165px;
  margin: 0;
}

.quality-icon {
  display: block;
  width: 68px;
  height: 92px;
  margin: 8px 0 20px;
  background: url(../img/icn-quality.webp) no-repeat center center;
  background-size: contain;
}

.usage-list {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
}

.usage-case {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
    font-size: 21px;
}