/* reset */
/* main variables */
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  background-color: #fff;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 16px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: Arial, sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  /*	-webkit-appearance: none;*/
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

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

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

.clearfix:after,
.wrapper:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "BookAntiqua";
  src: url("../fonts/BookAntiqua/BookAntiqua.eot");
  src: url("../fonts/BookAntiqua/BookAntiqua.eot?#iefix") format("embedded-opentype"), url("../fonts/BookAntiqua/BookAntiqua.woff") format("woff"), url("../fonts/BookAntiqua/BookAntiqua.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

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

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

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-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: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-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: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

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

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

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

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

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

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

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

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

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

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

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

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

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -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-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* ----------------------------------------------------------- */
/* == tingle v0.15.2 */
/* ----------------------------------------------------------- */
.tingle-modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(154, 154, 154, 0.85);
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

/* confirm and alerts
-------------------------------------------------------------- */
.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}

/* modal
-------------------------------------------------------------- */
.tingle-modal--noOverlayClose {
  cursor: default;
}

.tingle-modal--noClose .tingle-modal__close {
  display: none;
}

.tingle-modal__close {
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 1000;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.tingle-modal__close svg * {
  fill: currentColor;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal__close:hover {
  color: #fff;
}

.tingle-modal-box {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  /*  border-radius: 4px;
    background: #fff;*/
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity;
}

.tingle-modal-box__content {
  /*  padding: 3rem 3rem;*/
  padding: 0;
}

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px; /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  -webkit-transition: bottom 0.3s ease-in-out 0.3s;
  transition: bottom 0.3s ease-in-out 0.3s;
}

/* state
-------------------------------------------------------------- */
.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}

.tingle-enabled .tingle-content-wrapper {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}

.tingle-modal--visible .tingle-modal-box {
  -webkit-animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
          animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

/* btn
-------------------------------------------------------------- */
.tingle-btn {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.tingle-btn--primary {
  background-color: #3498db;
}

.tingle-btn--danger {
  background-color: #e74c3c;
}

.tingle-btn--default {
  background-color: #34495e;
}

.tingle-btn--pull-left {
  float: left;
}

.tingle-btn--pull-right {
  float: right;
}

/* responsive
-------------------------------------------------------------- */
@media (max-width: 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }
  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }
  .tingle-modal-box__content {
    overflow-y: scroll;
  }
  .tingle-modal--noClose {
    top: 0;
  }
  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }
  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }
  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
  }
  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: 0.8rem;
    width: 1.6rem;
    vertical-align: middle;
    font-size: 0;
  }
}
@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .tingle-modal:before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-backdrop-filter: blur(18px);
            backdrop-filter: blur(18px);
    pointer-events: none;
  }
  .tingle-enabled .tingle-content-wrapper {
    -webkit-filter: none;
            filter: none;
  }
}
/* animations
-------------------------------------------------------------- */
@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ================================================================================ | HEADER | ================================================================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #1B252E;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  background: rgb(255, 255, 255);
}

.wrapper {
  min-width: 280px;
  padding: 0;
  /*    overflow: hidden;*/
  overflow: clip;
  margin: 0 auto;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #1B252E;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  background: rgb(255, 255, 255);
  /*    position: relative;
      z-index: 1;*/
}

.wrapper::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  /* pointer-events: none;*/
  display: block;
  z-index: -1;
}

.popup-show .wrapper::before {
  opacity: 1;
  z-index: 100;
}

.popup-show body {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .popup-show body {
    padding-right: 8px;
  }
}
.popup-show body::after {
  opacity: 1;
}

html,
body,
.wrapper {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  html,
  body,
  .wrapper {
    font-size: 0.9375vw;
  }
}
strong {
  font-weight: 700;
}

a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #E30613;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}

a:hover {
  text-decoration: none;
}

p {
  color: #1B252E;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  margin: 0 0 1rem 0;
}

ul li,
ol li {
  color: #1B252E;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
  ul li,
  ol li {
    font-size: 16px;
  }
  a {
    font-size: 16px;
  }
}
h1 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  margin-bottom: 24px;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
h2 {
  font-size: 22px;
  color: #1B252E;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.26px;
  margin: 0 0 12px 0;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 26px;
    margin: 0 0 12px 0;
  }
}
h3 {
  font-size: 18px;
  color: #1B252E;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 130%;
}

@media screen and (min-width: 768px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 18px;
  color: #1B252E;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.18px;
  margin-bottom: 8px;
}

.row:after, .row:before {
  content: "";
  width: 100%;
  display: table;
  height: 0;
  clear: both;
}

.clear:after, .clear:before {
  content: "";
  width: 100%;
  display: table;
  height: 0;
  clear: both;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px 0 16px;
}

@media screen and (min-width: 1300px) {
  .container {
    width: 1256px;
    padding: 0 16px 0 16px;
  }
}
.top__head-container {
  background: #1B252E;
  padding: 12px 0;
}

@media screen and (max-width: 767px) {
  .top__head-container {
    display: none;
  }
}
.top__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.top_menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 16px;
}

.top_menu li a {
  color: #99A1A4;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.14px;
  text-decoration: none;
}

.top_menu li a:hover {
  text-decoration: none;
  color: #99A1A4;
  opacity: 0.8;
}

.mail_top {
  color: #99A1A4;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.14px;
  text-decoration: none;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../img/mailTop.svg);
}

.mail_top:hover {
  text-decoration: none;
  color: #99A1A4;
  opacity: 0.8;
}

.middle__head {
  padding-bottom: 16px;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

@media screen and (max-width: 767px) {
  .middle__head {
    display: none;
  }
}
.slogan_head-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.slogan_head {
  color: #1B252E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "BookAntiqua";
  text-align: center;
}

.slogan_head span:nth-child(2) {
  text-indent: 15%;
  display: block;
}

.phone_block-wrapper {
  position: relative;
}

.phone_block-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding-right: 28px;
}

.phone_link {
  color: #1B252E;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.18px;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}

.phone_link:nth-child(2) {
  margin-bottom: 0;
}

.phone_link {
  color: #1B252E;
  text-decoration: none;
  opacity: 0.8;
}

.phone_arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icons/phone_arrow.svg);
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}

.phone_block-bottom-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: -1;
  height: 0;
  overflow: hidden;
}
.openBlock
.phone_block-bottom-wrapper {
  height: auto;
  overflow: visible;
  z-index: 201;
}

.phone_block-bottom {
  border-radius: 6px;
  background: #FFF;
  -webkit-box-shadow: 0 24px 56px 0 rgba(148, 163, 184, 0.45);
          box-shadow: 0 24px 56px 0 rgba(148, 163, 184, 0.45);
  padding: 20px 20px 14px 20px;
  /*    z-index: -1;*/
  width: auto;
  min-width: 310px;
  max-width: 100%;
  /*    opacity: 0;*/
}

.openBlock .phone_block-bottom {
  z-index: 2;
  position: relative;
}

.phone_bottom-text {
  margin-bottom: 12px;
  color: #8D9497;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.14px;
}

.phone_bottom-text span {
  display: block;
  top: -0.5em;
  position: relative;
}

.phone_bottom-text span span {
  font-size: 7px;
  font-weight: 400;
  line-height: 172%;
  letter-spacing: -0.07px;
  display: inline;
  top: inherit;
}

.phone_b-links {
  margin-bottom: 12px;
}

.phone_mess-title {
  color: #8D9497;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.14px;
  margin-bottom: 8px;
}

.mess_link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.foot__block-contact .mess_link-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .foot__block-contact .mess_link-block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.mess_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  border-radius: 30px;
  background: #F5F5F5;
  padding: 4px 12px 4px 4px;
  margin-bottom: 6px;
  color: #1B252E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.14px;
  text-decoration: none;
}

.mess_link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.toggle_block {
  display: none;
}

.toggle_close {
  position: absolute;
  right: 16px;
  top: 10px;
}

.btn_search {
  display: none;
}

.head-c-hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .toggle_open {
    display: block;
  }
  .toggle_close {
    display: none;
  }
  .openMenuMob .toggle_close {
    display: block;
  }
  .btn_search {
    display: block;
    width: 19px;
    height: 19px;
  }
  .head-c-hidden {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
  }
}
.toggle {
  width: 20px;
  padding: 0px 0px;
  z-index: 100;
  vertical-align: middle;
  cursor: pointer;
}

.toggle span {
  width: 100%;
  height: 2px;
  margin: 4px 0px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  border-radius: 0px;
}

.toggle span:first-child,
.toggle span:last-child {
  width: 16px;
}

.popup-show .toggle span:first-child,
.popup-show .toggle span:last-child,
.toggle:hover span:first-child,
.toggle:hover span:last-child {
  width: 20px;
}

.toggle:hover span:first-child,
.popup-show .toggle span:first-child,
.toggle_close .toggle span:first-child {
  -ms-transform: rotate(45deg) translate(5px, 4px);
  -webkit-transform: rotate(45deg) translate(5px, 4px);
          transform: rotate(45deg) translate(5px, 4px);
}

.toggle:hover span:last-child,
.popup-show .toggle span:last-child,
.toggle_close .toggle span:last-child {
  width: 100%;
  -ms-transform: rotate(-45deg) translate(4px, -4px);
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
          transform: rotate(-45deg) translate(4px, -4px);
}

.toggle:hover span:nth-child(2),
.popup-show .toggle span:nth-child(2),
.toggle_close .toggle span:nth-child(2) {
  opacity: 0;
}

.menu_mob-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu_mob-top ul li {
  display: block;
}

.menu_mob-top ul li a {
  padding: 18px 20px;
  color: #1B252E;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #EBEBEE;
}

.menu_mob-top ul li a:hover {
  text-decoration: none;
  color: #E30613;
}

.contact_mob-block {
  padding: 24px 16px;
}

.contact_mob-block .phone_link {
  opacity: 1;
  font-size: 20px;
}

.mail_link {
  color: #1B252E;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.18px;
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
}

.menu_mob-cat-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF3F3;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
}

.cat_btn-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 16px;
  padding: 18px 0px;
  color: #E30613;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.16px;
  white-space: nowrap;
}

.menu_mob-cat-wrap:hover {
  background-color: #fce7e7;
  text-decoration: none;
}

.menu_mob-cat-wrap:hover .arr_r {
  margin-right: -2px;
}

.menu_mob-wrapper {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  z-index: 100;
  top: 0;
  left: -100%;
  padding-top: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.openMenuMob.menu_mob-wrapper {
  left: 0;
}

.menu_ins {
  background: #fff;
}

.openMenuMob .bottom__head-r,
.openMenuMob .btn_search,
.openMenuMob .toggle_open {
  display: none;
}

.menu_cat_wr {
  position: absolute;
  height: 100%;
  overflow: hidden;
  width: 100%;
  z-index: 100;
  background: #fff;
  top: 0;
  left: -100%;
  padding-top: 70px;
  -webkit-transition: none;
  transition: none;
}

.openMenuCategoryFirst .menu_cat_wr {
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drod-cat_js {
  position: absolute;
  height: 100%;
  overflow: hidden;
  width: 100%;
  z-index: 100;
  background: #fff;
  top: 0;
  left: -100%;
  padding-top: 70px;
  -webkit-transition: none;
  transition: none;
}

.openCategoryEl .drod-cat_js {
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-cat_mob {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-cat_mob li {
  display: block;
}

.menu-cat_mob li a {
  padding: 18px 20px;
  color: #1B252E;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #EBEBEE;
  padding-right: 20px;
}

.menu-cat_mob li a:hover {
  text-decoration: none;
  color: #E30613;
}

.btn-cat_prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 18px 18px;
  background: #FFF3F3;
  color: #E30613;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
  cursor: pointer;
}

.menu_cat_link {
  position: relative;
}

.menu_cat_link svg {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -7px;
}

.menu-cat_mob li .dr-m-see_all {
  color: #E30613;
}

.bottom__head-container {
  height: 70px;
  position: relative;
  z-index: 101;
}

.bottom__head-container .container {
  position: relative;
}

.menu_top-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  padding: 0 15px;
}

.menu_top-wrapper .container {
  position: relative;
  height: 0;
  z-index: -1;
  overflow: hidden;
  visibility: hidden;
  top: -100%;
  /*    box-shadow: 0 24px 56px 0 rgba(148, 163, 184, 0.45);*/
  border-radius: 12px;
  margin-top: 10px;
  background: #fff;
  width: 100%;
}

.visible.menu_top-wrapper .container {
  z-index: 100;
  height: auto;
  z-index: 2;
  overflow: visible;
  visibility: visible;
  top: 0;
  padding: 0;
}

.menu_top-wrap {
  width: 25%;
  background: rgb(255, 255, 255);
  padding: 0px;
  border-radius: 10px 0 0 10px;
}

.menu_top {
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0 0px 0 0;
}

.menu_top > li {
  display: block;
  padding: 0;
  position: inherit;
  margin: 0;
}

.menu_top li:after,
.menu_top li:before {
  display: none;
}

.menu_top > li:first-child .menu_link {
  border-radius: 10px 0 0 0;
}

.menu_top > li:last-child .menu_link {
  border-radius: 0 0 0 10px;
}

.menu_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  border-radius: 0px;
  position: relative;
  z-index: 6;
  border-right: 1px solid transparent;
}

.menu_top > li.openes .menu_link, 
.menu_link:hover {
  background: #FFF3F3;
  border-right: 1px solid #E30613;
}

.menu_link > a {
  display: block;
  text-decoration: none;
  color: #1B252E;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.14px;
}

.menu_link:hover > a {
  color: #E30613;
}

.menu_top > li.openes .menu_link > a ~ svg path, 
.menu_link:hover > a ~ svg path {
  fill: #E30613;
}

.menu_link > a:hover ~ svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dropdown_wrapper {
  position: absolute;
/*  width: 75%;
  left: 25%;
  top: 0;
  padding: 24px 32px;*/
  width: 100%;
  left: 0%;
  top: 0;
  padding: 24px 32px 24px  calc( 25% + 24px );
  background: #F5F5F5;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  min-height: 100%;
  border-radius: 0 0 12px 12px;
}
.dropdown_wrapper:before {
  content: '';
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  display: block;
  border-radius: 0 0 0 12px;
}
.openes .dropdown_wrapper {
  display: block;
  opacity: 1;
}

.dropdown_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

/*.dropdown_wrapper:before {
    background: #fff;
    right: 100%;
    border-radius: 10px 0 0 10px;
}
.dropdown_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    display: block;
    z-index: 0;
    right: 100%;
}*/
.dropdown_block {
  /*    width: 33.33%;*/
  width: calc(50% - 14px);
}

@media screen and (min-width: 1024px) {
  .dropdown_block {
    width: calc(33% - 14px);
  }
}
.dropdown_block-title {
  color: #1B252E;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
  text-decoration: none;
  margin-bottom: 4px;
  display: block;
}

.dropdown_block-title:hover {
  text-decoration: none;
  color: #930213;
}

.dropdown_block {
  margin-bottom: 24px;
}

.dropdown_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown_block ul li {
  display: block;
  padding-left: 0;
  margin: 0;
}

.dropdown_block ul li a {
  color: #1B252E;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.14px;
  display: inline-block;
  margin-bottom: 2px;
  text-decoration: none;
  padding-left: 0;
  overflow: hidden;
  position: relative;
  display: block;
}

@media screen and (min-width: 1024px) {
  .dropdown_block ul li a {
    margin-bottom: 4px;
  }
}
.dropdown_block ul li a:hover {
  opacity: 0.8;
  color: #E30613;
  padding-left: 24px;
  text-decoration: none;
}

.dropdown_block ul li a:before {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  left: -30px;
  opacity: 0;
  top: 8px;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #E30613;
}

.dropdown_block ul li a:hover:before {
  left: 0;
  opacity: 1;
}

.dr-see_all {
  color: #8D9497;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.14px;
  text-decoration: underline;
}

.dr-see_all:hover {
  text-decoration: none;
  opacity: 0.8;
}

/*.dropdown_title{
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px;
}
*/

body::after {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .8s ease 0s;
    transition: opacity .8s ease 0s;
    pointer-events: none;
    z-index: 149;
}
.menu-show::after {
    opacity: 1;
}
.menu-show .top__head-container,
.menu-show .middle__head-container,
.menu-show .bottom__head-container {
    z-index: 150;
    position: relative;
}
.menu-show .middle__head-container{
  background: #fff;
}

.bottom__head-container {
  background: #1B252E;
  padding: 16px 0px;
  position: relative;
}

.bottom__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

@media screen and (min-width: 1024px) {
  .bottom__head {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.bottom__head-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media screen and (max-width: 767px) {
  .bottom__head-l {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.btn_menu-cat {
  display: none;
}

@media screen and (min-width: 768px) {
  .btn_menu-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px;
    background: #E30613;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    padding: 10px 24px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.16px;
    white-space: nowrap;
  }
}
.serch_bl-wrapper .close_popup {
  display: none;
}

@media screen and (max-width: 767px) {
  .bottom__head-c {
    width: 100%;
    margin-top: 12px;
    position: fixed;
    height: 0vh;
    width: 100%;
    left: 0%;
    top: 1000px;
    max-width: 100%;
    z-index: -1;
    overflow: auto;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear;
    padding: 24px 16px;
    margin: 10vh auto;
  }
  .open.bottom__head-c {
    height: 100vh;
    top: 0;
    z-index: 100;
  }
  .serch_bl-wrapper {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 32px 16px 24px 16px;
  }
  .serch_bl-wrapper .close_popup {
    display: block;
    top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .bottom__head-c {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 100%;
  }
}
.serch_bl-wrapper {
  position: relative;
}

.serch_bl {
  border-radius: 8px;
  background: #FFF;
  border: none;
  height: 44px;
  padding: 0px 0px 0px 48px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

.openSearch .serch_bl {
  z-index: 100;
}

.serch_bl svg {
  position: absolute;
  left: 16px;
  top: 14px;
}

.input_search {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border: none;
  background: transparent;
  color: #8D9497;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 100%;
  width: 100%;
}

.Input_wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 40px;
}

.close_search {
  display: none;
  position: absolute;
  right: 10px;
  top: 0px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(../img/icons/close_search.svg);
  background-position: center;
  background-size: auto;
}

.serch_bl button {
  border-radius: 6px;
  background: #E30613;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.14px;
  padding: 7px 16px;
  line-height: 100%;
  height: 44px;
  border: 1px solid #E30613;
}

.serch_bl button:hover {
  opacity: 0.8;
}

.search_res-wrap {
  position: absolute;
  left: 0;
  top: 50px;
  -webkit-box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
  border-radius: 12px;
  width: 100%;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  height: 0;
}
.opSearch
.search_res-wrap {
    z-index: 100;
    height: auto;
    opacity: 1;
}
@media screen and (max-width: 767px) {
  .search_res-wrap {
    top: 100%;
  }
}
.search_res-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /*    -ms-overflow-style: none; 
      scrollbar-width: none; */
  position: relative;
  height: 0;
  z-index: -1;
  overflow: hidden;
  top: -100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.openSearch .search_res-block {
  height: auto;
  z-index: inherit;
  overflow: visible;
  top: 0;
}

.none_search{
  text-align: center;
  color: #8D9497;
  font-size: 15px;
  line-height: 120%;
  padding-bottom: 16px;
  padding-top: 16px;
  }
  .none_search svg{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
.search_res-top {
  overflow-y: auto;
  max-height: 340px;
  padding: 0px;
  padding: 16px 16px 0px 16px;
}

.search_res-bott {
  padding: 0px 16px 16px 16px;
}

.search_res-top::-webkit-scrollbar-thumb {
  background: rgb(215, 215, 215);
  width: 6px;
  height: 4px;
}

.search_res-top::-webkit-scrollbar {
  width: 6px;
  background-color: #F0F0F0;
  height: 4px;
}

.search_res-btn {
  border-radius: 6px;
  background: #E30613;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.14px;
  padding: 14px 14px;
  text-align: center;
  display: block;
  text-decoration: none;
}

.search_res-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.search_res-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 14px;
}

.search_res-img {
  width: 50px;
  height: 63px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.search_res-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 6px;
}

.search_res-title {
  padding: 12px 24px 12px 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_res-title:hover {
  text-decoration: none;
  opacity: 0.8;
}

.search_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1B252E;
  font-size: 18px;
  font-weight: 700;
}

.price_t {
  color: #1B252E;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  vertical-align: sub;
}

.price_val {
  color: #1B252E;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.bottom__head-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 1023px) {
  .top_icon-el span {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .bottom__head-r {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top_icon-el {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.14px;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

@media screen and (max-width: 767px) {
  .icon_open-wish {
    display: none;
  }
}
.basket_el {
  position: relative;
}

.basket_count {
  position: absolute;
  border-radius: 12px;
  background: #E30613;
  text-align: center;
  color: #E1E5E9;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  height: 22px;
  min-width: 22px;
  right: -11px;
  top: -11px;
  padding: 2px 4px;
}

.top_icon-el svg {
  display: block;
  margin: 0 auto 0px auto;
}

.ban-m-wrap {
  display: block;
  padding-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .ban-m-wrap {
    display: -ms-grid;
    display: grid;
    gap: 16px;
    -ms-grid-columns: 67% auto auto;
    grid-template-columns: 67% auto auto;
    /*        grid-auto-rows: 212px;*/
    padding-bottom: 40px;
  }
}
.ban-m-pos {
  position: relative;
  margin-bottom: 12px;
  height: inherit;
  text-decoration: none;
  border-radius: 12px;
  display: block;
  height: 178px;
}
@media screen and (max-width: 767px) {
.ban-m-pos:first-child {
  margin-bottom: 60px;
  height: inherit;
}
}
@media screen and (min-width: 768px) {
  .ban-m-pos {
    margin-bottom: 16px;
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .ban-m-pos .swiper-button-prev,
  .ban-m-pos .swiper-button-next {
    display: none;
  }
}
.ban-m-pos img {
  border-radius: 12px;
}

.ban-m-pos img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
}

.ban-m-pos:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .ban-m-pos {
    height: 100%;
  }
  .ban-m-pos:nth-child(3n+1) {
    grid-column: 1/2;
    grid-row: span 2;
  }
  .ban-m-pos:nth-child(3n+2) {
    grid-column: 2/4;
    grid-row: span 1;
  }
  .ban-m-pos:nth-child(3n+3) {
    grid-column: 2/4;
    grid-row: span 1;
  }
}
.ban-m-text-pos {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px 20px;
  z-index: 2;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .ban-m-text-pos {
    padding: 24px 24px;
  }
}
.ban-m-title {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.22px;
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  .ban-m-title {
    font-size: 22px;
    margin-bottom: 6px;
  }
}
.swiperBanner {
  height: 100%;
}

.ban-m_title {
  width: 750px;
  max-width: 100%;
  margin: 20px auto;
  text-align: center;
  color: #8D9497;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
}

.ban-m_title span {
  color: #1B252E;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .ban-m_title {
    width: 750px;
    margin: 32px auto;
    text-align: center;
    font-size: 36px;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.slide__elem-img {
  position: relative;
  height: 447px;
}

@media screen and (min-width: 768px) {
  .slide__elem-img {
    position: relative;
    height: 100%;
  }
}
.slide__elem-title-wrap {
  position: absolute;
  width: 430px;
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 20px;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .slide__elem-title-wrap {
    padding: 32px 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.slide__elem-title {
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.44px;
  margin-bottom: 8px;
}

.slide__elem-text {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.16px;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .slide__elem-title {
    font-size: 44px;
    margin-bottom: 12px;
  }
  .slide__elem-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: rgb(217, 217, 217);
  width: 6px;
  height: 6px;
  opacity: 1;
  vertical-align: middle;
}

.pagination_b.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.pagination_b.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #D9D9D9;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active.swiper-pagination-bullet {
  background: #E30613;
  width: 9px;
  height: 9px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -30px;
}

.our_pr_section {
  margin-top: 60px;
  padding: 40px 0 40px 0;
  background: rgb(27, 37, 46);
}

@media screen and (min-width: 768px) {
  .our_pr_section {
    margin-top: 60px;
    padding: 60px 0 86px 0;
  }
}
.our_pr_title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.OurProd_btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-top: -24px;
}

.OurProd_btns .swiper-button-next,
.OurProd_btns .swiper-button-prev {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: inherit;
  right: inherit;
  bottom: inherit;
  top: inherit;
  margin: 0;
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
  border: 1px solid #2F3942;
  border-radius: 50%;
  opacity: 1;
  background: #2F3942;
}

.OurProd_btns .swiper-button-next.swiper-button-disabled,
.OurProd_btns .swiper-button-prev.swiper-button-disabled {
  background: transparent;
}

.OurProd_btns .swiper-button-next.swiper-button-disabled svg,
.OurProd_btns .swiper-button-prev.swiper-button-disabled svg {
  opacity: 0.2;
}

.our_pr_title {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .our_pr_title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.swiperOurProd-wrapper {
  position: relative;
}

.swiperOurProd .swiper-slide {
  width: 190px;
  padding-bottom: 20px;
}

.slide__ourpr-img {
  position: relative;
  width: 100%;
  height: 270px;
  margin-bottom: 16px;
/*  border: 1px solid #1b252e;*/
  border-radius: 8px;
  overflow: hidden;
}

.slide__ourpr-img:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 8px;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 3;
}
.slide__ourpr-img:hover:before{
  border: 1px solid #E30613;
}

.slide__ourpr-img:hover {
  -webkit-box-shadow: inset 0 0 2px 0px #E30613;
          box-shadow: inset 0 0 2px 0px #E30613;
}

.slide__ourpr-img:hover .slide__ourpr-btn svg path {
  stroke: #E30613;
}

.slide__ourpr-img:hover img {
  opacity: 0.8;
  transform: scale(1.2);
}

.slide__ourpr-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 8px;
  -webkit-transition: opacity 0.3s linear, transform 2s linear;
  transition: opacity 0.3s linear, transform  2s linear;
}

.slide__ourpr-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 34px;
  border-radius: 10px 0 0 0;
  background: #1B252E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide__ourpr-btn:before,
.slide__ourpr-btn:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.slide__ourpr-btn:before {
  background-image: url(../img/icons/arr_sl-t.svg);
  top: -12px;
  right: 0;
}

.slide__ourpr-btn:after {
  background-image: url(../img/icons/arr_sl-b.svg);
  right: 44px;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .OurProd_btns {
    display: none;
  }
}
.slide__ourpr-title {
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.16px;
  position: relative;
  padding-left: 20px;
  display: block;
}

.slide__ourpr-title:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 6px;
  background: #E30613;
}

.btn_main,
.main_btn,
.btn_tr {
  /*    color: #FFF;*/
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.16px;
  height: 44px;
  padding: 10px 24px;
  text-decoration: none;
  border-radius: 6px;
  /*    background: #E30613;
      border: 1px solid #E30613;*/
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn_main,
.main_btn {
  color: #FFF;
  background: #E30613;
  border: 1px solid #E30613;
}

.btn_tr {
  color: #FFF;
  border: 1px solid #4A4A4A;
  background: transparent;
}

.btn_main:hover,
.main_btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.btn_tr:hover {
  color: #E30613;
  text-decoration: none;
  opacity: 0.8;
}

.footer {
  background: #1B252E;
}

.footer_fl-top {
  padding: 24px 0 16px 0;
}

@media screen and (min-width: 768px) {
  .footer_fl-top {
    padding: 40px 0 24px 0;
  }
}
.footer_fl-bottom {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          column-gap: 16px;
}
@media screen and (max-width: 767px) {
  .footer_fl-bottom {
    -webkit-justify-content: center;
    justify-content: center;
    column-gap: 24px;
  }
}


.copy,
.link_bott {
  color: #8D9497;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.14px;
  text-decoration: none;
}

.link_bott:hover {
  color: #8D9497;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .fl-top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.logo_footer {
  text-align: center;
  display: block;
}

.logo_footer img {
  width: 130px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-bottom: 8px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .logo_footer img {
    width: auto;
    margin-bottom: 8px;
  }
}
.slogan_foot {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "BookAntiqua";
  text-align: center;
}

.slogan_foot span:nth-child(2) {
  text-indent: 15%;
  display: block;
}
@media screen and (max-width: 767px) {
  .slogan_foot {
    font-size: 12px;
  }
  .slogan_foot span:nth-child(2) {
    text-indent: 25%;
  }
}
.social_elems {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  padding-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .social_elems {
    margin-top: 12px;
  }
}
.social_el {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #930213;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
  margin: 0 0 0px 0;
  padding: 2px;
  background: rgb(47, 57, 66);
}

.social_el svg {
  width: 16px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 768px) {
  .social_el {
    width: 28px;
    height: 28px;
    margin: 0 0 12px 0;
  }
  .social_el svg {
    width: auto;
  }
}
.f-l_bl-el {
  width: 330px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .f-l_bl-el {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .f-l_bl-el {
    width: 20%;
    max-width: 100%;
  }
  .f-r_bl-el {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .f-l_bl-el {
    width: 27%;
    max-width: 100%;
  }
  .f-r_bl-el {
    width: 68%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .foot__list-wr {
    /*     width: 100%;*/
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    margin-right: -16px;
    margin-left: -16px;
  }
  .foot__block-contact {
    text-align: center;
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .foot__list-wr {
    width: 33%;
  }
}
@media screen and (min-width: 992px) {
  .foot__list-wr {
    width: 33%;
  }
  .foot__block-contact {
    text-align: left;
    margin-top: 0;
  }
}
.title_foot-list {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.14px;
/*  margin-bottom: 20px;*/
  letter-spacing: -0.18px;
  border-bottom: 1px solid #2F3942;
}

@media screen and (max-width: 767px) {
  .foot__list-wr:first-child .title_foot-list {
    border-top: 1px solid #2F3942;
  }
}
.foot__block-contact .title_foot-list {
  display: none;
}

@media screen and (min-width: 768px) {
  .foot__block-contact .title_foot-list {
    display: block;
  }
  .title_foot-list:first-child {
    border-top: none;
  }
  .title_foot-list {
    border-bottom: none;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .title_foot-list {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0;
    cursor: pointer;
    background-image: url(../img/icons/ar_foot.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    background-size: auto;
    padding-right: 30px;
  }
  /*    .openBlock*/
}
.foot__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .foot__list {
    padding-left: 16px;
    padding-right: 16px;
    height: 0;
    overflow: hidden;
  }
  .openBlock .foot__list {
    height: auto;
    overflow: visible;
    padding-top: 10px;
  }
}
.foot__list li {
  display: block;
  margin: 0 0 8px 0;
}

@media screen and (min-width: 992px) {
  .foot__list li {
    display: block;
    width: 100%;
    margin: 0 0 12px 0;
  }
}
.foot__list li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.14px;
  text-decoration: none;
}

.foot__list li a:hover {
  color: #AAB2BB;
  text-decoration: none;
}

.contact__link {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.18px;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
}

.contact__link:hover {
  color: #AAB2BB;
  text-decoration: none;
}

.foot_m {
  color: #AAB2BB;
}

.phone_bottom-text.foot_m {
  margin: 16px 0 0 0;
}

.phone_b-mess.foot_m {
  margin: 16px 0 0 0;
}

.foot_m .mess_link {
  background: #2F3942;
  color: #fff;
}

.foot_m .mess_link svg {
  width: 24px;
  height: 24px;
}

.seo_wrapper {
  padding: 80px 0 60px 0;
}

.seo_title {
  color: #1B252E;
  margin-bottom: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 33.8px */
  letter-spacing: -0.26px;
}

@media screen and (min-width: 768px) {
  .seo_title {
    margin-bottom: 16px;
    font-size: 26px;
  }
}
.text-seo__btn {
  color: #E30613;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.16px;
  margin: 12px 0;
}

.text-seo__btn span,
.text-seo__btn svg {
  display: inline-block;
  vertical-align: middle;
}

.text-seo__block {
  height: 10rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.4s linear;
  transition: height 0.4s linear;
}

.openBlock.text-seo__block {
  height: auto;
}

.openBlock.text-seo__block:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .text-seo__block {
    height: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .text-seo__block p {
    font-size: 14px;
  }
}
.text-seo__block:after {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.text-seo__btn {
  position: relative;
}

@media screen and (max-width: 767px) {
  .text-seo__btn {
    text-align: center;
    font-size: 14px;
  }
}
.open .text-seo__block {
  height: auto;
}

.open .text-seo__block:after {
  display: none;
}

#s_visib {
  display: block;
}

#s_hide {
  display: none;
}

#s_hide svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.open #s_visib {
  display: none;
}

.open #s_hide {
  display: block;
}

.swiperB-wrapper {
  position: relative;
}

@media screen and (max-width: 767px) {
  .swiperB-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 12px;
  }
  .swiperB {
    border-radius: 12px;
    overflow: hidden;
  }
}
.slideS {
  position: relative;
  max-height: 720px;
  height: 447px;
}

@media screen and (min-width: 768px) {
  .slideS {
    max-height: 720px;
    height: inherit;
  }
}
.slideS .container {
  height: 100%;
}

.slideS img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.slide__elem-text-pos {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.slideS .sl_title-container {
  width: auto;
  max-width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 4px;
}

.pagination_b {
  display: none;
}

@media screen and (min-width: 768px) {
  .slideS .sl_title-container {
    width: 430px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 32px 56px;
  }
}
@media screen and (max-width: 767px) {
  .containerBnts {
    display: none;
  }
  .pagination_b {
    display: block;
  }
}
/*.containerBnts
.swiper-button-prev{

}
.containerBnts
.swiper-button-next{

}*/
.containerBnts {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
}

.containerBnts .container {
  height: 100%;
  position: relative;
}

.main_title {
  color: #1B252E;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .main_title {
    font-size: 32px;
  }
}
.catalog_section {
  padding: 60px 0 60px 0;
}

.catalog_elems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

@media screen and (min-width: 768px) {
  .catalog_elems {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.card_block {
  border: 1px solid #EBEBEE;
  background: white;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  width: calc(50% - 4px);
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .card_block {
    width: calc(33.333% - 16px);
  }
}
@media screen and (min-width: 1024px) {
  .card_block {
    width: calc(25% - 18px);
  }
  .cat_gr .card_block {
    width: calc(33.333% - 16px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .catalog_block .card_block {
    width: calc(33.333% - 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .catalog_block .card_block {
    width: calc(50% - 16px);
  }
  .cat_gr .card_block {
    width: calc(50% - 16px);
  }
}
.card_block:hover {
  border-radius: 8px 8px 0 0;
  overflow: visible;
  -webkit-box-shadow: 0 10px 20px 0 rgba(148, 163, 184, 0.2);
          box-shadow: 0 10px 20px 0 rgba(148, 163, 184, 0.2);
}


.search_wrapper{
    padding-bottom: 60px;
    min-height: 30vh;
}
.search_elems.catalog_block {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .search_elems .card_block {
    width: calc(33.333% - 16px);
  }
}

@media screen and (min-width: 1024px) {
  .search_elems  .card_block{
    width: calc(25% - 18px);
  }
}
@media screen and (min-width: 1200px) {
  .search_elems  .card_block{
    width: calc(20% - 20px);
  }
}



.swiper .card_block:hover {
  border-radius: 8px 8px;
}

.card__top {
  padding: 12px 12px 12px 12px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .card__top {
    padding: 12px 12px 16px 12px;
    position: relative;
  }
}
.card__img {
  width: 100%;
  max-height: 182px;
  height: 182px;
  margin: 0px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .card__img {
    width: 100%;
    height: inherit;
    max-height: 334px;
  }
}
.card__img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.card_block:hover .card__img img {
  opacity: 0.8;
}

.icon_wish {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #EBEBEE;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  cursor: pointer;
}
.activ_wish.icon_wish svg path{
  fill: #AAB2BB;
}
.card_bottom {
  padding: 0 12px 13px 12px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}

.card_title {
  color: #1B252E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
  text-decoration: none;
  min-height: 64px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .card_title {
    font-size: 16px;
  }
}
.btn-el_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin: 0px 0 0 0;
}

.price-el-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.price-el {
  color: #1B252E;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  margin-top: 4px;
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .price-el {
    font-size: 24px;
    margin: 0;
  }
}
.bas_pr {
  font-size: 18px;
}

.price-old {
  color: #1B252E;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
.card_b 
.price-old .t_sup,
.card_b
.price-old .t_val{
  font-size: 14px;
}
.t_sup {
  top: -0.5em;
  position: relative;
  color: #1B252E;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.bas_pr .t_sup {
  font-size: 12px;
  line-height: 15px;
}

.t_val {
  color: #1B252E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-left: 0px;
  margin-right: 0px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .t_val {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.bas_pr .t_val {
  font-size: 12px;
  line-height: 18px;
}

.btn_add {
  width: 38px;
  height: 38px;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 10px;
  background: #E30613;
      -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn_add svg {
  width: 16px;
  height: 16px;
}
.btn_add:hover{
  background: #B5050F;
}

@media screen and (min-width: 768px) {
  .btn_add {
    width: 52px;
    height: 52px;
  }
  .btn_add svg {
    width: 24px;
    height: 24px;
  }
}
.sep_pr {
  color: #1B252E;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  margin-left: 6px;
  margin-right: 6px;
}

.charact_title {
  color: #FFF;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.14px;
  margin-bottom: 4px;
}

.charact_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 18.2px */
  letter-spacing: -0.13px;
  margin: 3px 0;
}

@media screen and (min-width: 768px) {
  .charact_title {
    font-size: 14px;
  }
  .charact_line {
    font-size: 13px;
  }
}
.charact_line i {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border: 1px dashed #445565;
  position: relative;
  /* bottom: 3px; */
  bottom: 5px;
  margin: 0 4px;
}

.charact_wrap {
  height: 0;
  opacity: 0;
  border-radius: 0 0 8px 8px;
  background: #1B252E;
  padding: 12px 12px 12px 12px;
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: 100%;
  margin-top: -4px;
}

.card_block:hover .charact_wrap {
  height: auto;
  opacity: 1;
  z-index: 5;
}

.btn_more {
  border-radius: 6px;
  border: 1px solid #FFF;
  background: #1B252E;
  padding: 10px 24px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.14px;
  margin-top: 12px;
}

.btn_more:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.reclam_section {
  padding: 60px 0 0px 0;
}

.recl-wrap {
  display: block;
}

@media screen and (min-width: 768px) {
  .recl-wrap {
    display: grid;
    gap: 24px;
    grid-template-columns: 50% auto;
    grid-template-rows: repeat(2, 235px);
  }
}
@media screen and (min-width: 1024px) {
  .recl-wrap {
    grid-template-columns: 31.7%;
    grid-template-rows: repeat(2, 235px);
  }
}
.recl-pos {
  position: relative;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recl-pos {
    margin-bottom: 12px;
  }
  .recl-pos:last-child {
    margin-bottom: 0px;
  }
}
.recl-pos:nth-child(1) {
  background-color: #E30613;
}

.recl-pos:nth-child(2) {
  background-color: #F5F5F5;
}

.recl-pos:nth-child(3) {
  background-color: #F5F5F5;
}

.recl-pos:nth-child(4) {
  background-color: rgb(226, 236, 255);
}

@media screen and (min-width: 768px) {
  .recl-pos {
    padding: 20px;
  }
  .recl-pos {
    margin-bottom: 0;
    height: inherit;
  }
  .recl-pos:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .recl-pos:nth-child(2) {
    grid-column: 2/4;
    grid-row: 1/2;
  }
  .recl-pos:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .recl-pos:nth-child(4) {
    grid-column: 2/4;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 1024px) {
  .recl-pos {
    padding: 32px;
  }
  .recl-pos:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .recl-pos:nth-child(2) {
    grid-column: 2/4;
    grid-row: 1/2;
  }
  .recl-pos:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .recl-pos:nth-child(4) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
.recl-text-pos {
  position: relative;
  padding: 90px 0px 0px 0px;
}

@media screen and (min-width: 768px) {
  .recl-text-pos {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .recl-text-pos {
    padding: 24px 30px;
  }
}
.recl-title {
  color: #1B252E;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 33.8px */
  letter-spacing: -0.26px;
  margin-bottom: 12px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .recl-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .recl-title {
    font-size: 26px;
    margin-bottom: 6px;
  }
}
.recl-text {
  color: #1B252E;
  /*#1B252E*/
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .recl-text {
    font-size: 16px;
  }
}
.recl-pos:nth-child(1) .recl-text,
.recl-pos:nth-child(1) .recl-title {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .recl-pos:nth-child(2) .recl-text-pos {
    max-width: 62%;
  }
  .recl-pos:nth-child(3) .recl-text-pos,
  .recl-pos:nth-child(4) .recl-text-pos {
    max-width: 76%;
  }
}
.recl-pos img {
  height: 60px;
  width: 60px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  right: inherit;
  bottom: inherit;
}

@media screen and (min-width: 768px) {
  .recl-pos img {
    height: 60px;
    width: 60px;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: inherit;
    top: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .recl-pos img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.toplink {
  position: fixed;
  right: 4.5rem;
  bottom: 4.5rem;
  z-index: 10;
}

.top_link {
  width: 52px;
  height: 52px;
  display: block;
  border-radius: 50%;
  background: #E30613;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .top_link {
    display: none;
  }
}
.top_link:hover {
  -webkit-box-shadow: 0px 0px 20px 0px #E30613;
          box-shadow: 0px 0px 20px 0px #E30613;
}

.cookies__wrapper {
  position: fixed;
  z-index: 120;
  width: 100%;
  height: auto;
  left: 0px;
  bottom: 0px;
  background: #1B252E;
  padding-bottom: 14px;
  padding-top: 20px;
}

.cookies_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
}

.coockies_title {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.18px;
  margin-bottom: 6px;
}

.coockies_text {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  margin-bottom: 6px;
}

.cookie__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.cookie__btn {
  margin-bottom: 6px;
  font-size: 14px;
  height: 42px;
}

@media screen and (min-width: 992px) {
  .cookie__btn {
    padding: 0 40px;
  }
}
.modal_regist {
  background: #fff;
  padding: 0;
  z-index: 10;
  width: 320px;
  max-width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /*    max-height: 100%; min-height: 100%; */
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  /*    display: none; */
}

.custom_popup .modal_regist {
  display: block;
}

.custom_popup {
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 330px) {
  .modal_regist {
    width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .modal_regist {
    width: 520px;
  }
  /*  .modal_rpr { width: 780px; } */
}
.modal_basket {
  width: 820px;
  max-width: 100%;
}
.modal_bask-ins {
  padding: 16px 16px;
}
@media screen and (min-width: 768px) {
  .modal_bask-ins {
    padding: 32px 40px;
  }
}
.modal_reg {
  position: relative;
  text-align: center;
  padding: 20px 16px 20px 16px;
  margin: 0 0 0px 0;
}

@media screen and (min-width: 768px) {
  .modal_reg {
    padding: 32px 60px 32px 60px;
  }
}
.modal_title {
  color: #1B252E;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.26px;
  text-align: left;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .modal_title {
    font-size: 26px;
  }
}
.modal_text {
  color: #1B252E;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  text-align: center;
  margin-bottom: 16px;
}

.close_popup {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}

.input, .input_custom, .textarea_custom,
.select_form select {
  color: #1B252E;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.15px;
  border-radius: 6px;
  border: 1px solid #DCDCDC;
  background: #FFF;
  height: 48px;
  line-height: 46px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 16px;
}

.select_form {
  position: relative;
}


.select_form select:not(:focus):invalid,
.select_form select:required:invalid {
    color: #8D9497 !important;
  }

.select_form
option{
  color: #1B252E;
}
.select_form
option[value=""][disabled] {
  display: none;
}
.select_form select {
  width: 100%;
  max-width: 100%;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  -webkit-appearance: none;
  position: relative;
  margin-bottom: 0;
  padding-right: 34px;
}

.select_form:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  right: 18px;
  top: 18px;
  border-style: solid;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-width: 0px 0px 2px 2px;
  border-color: #212121;
}



.input:focus, .input_custom:focus,
.textarea_custom:focus,
.select_form select:focus {
  outline: none;
}

.textarea_custom {
  height: 120px;
  line-height: 120%;
  display: block;
  resize: none;
  margin: 0 0 20px 0;
  padding: 16px 16px;
}

.form_inputs_wrapper .input_wr:last-child .input {
  margin-bottom: 12px;
}
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder,
.input::-moz-placeholder, .textarea::-moz-placeholder, .input::-ms-input-placeholder,
.textarea::-ms-input-placeholder,
.input_custom::-webkit-input-placeholder, 
.input_custom::-moz-placeholder,  .input_custom::-ms-input-placeholder{
  font-family: "Montserrat" !important;
  font-weight: 400;
  color: #8D9497 !important;
  font-size: 15px !important;
}

.input:focus::-webkit-input-placeholder,
.input_custom:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.input:focus::-moz-placeholder ,
.input_custom:focus::-moz-placeholder {
  color: transparent !important;
}
.input:focus::-ms-input-placeholder ,
.input_custom:focus::-ms-input-placeholder {
  color: transparent !important;
}

/*.textarea_custom { padding: 16px; line-height: 120%; height: 120px; resize: none; }*/
.input_pass-wrap {
  position: relative;
}

.input_pass-wrap i {
  position: absolute;
  top: 14px;
  right: 16px;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-image: url(../img/icons/eye.svg);
  cursor: pointer;
}

.submit_custom.btn_main {
  margin-bottom: 20px;
  width: 100%;
  height: 48px;
}

.submit_acc.btn_main {
  margin-bottom: 20px;
  width: auto;
  height: 48px;
}

.form-text_pass {
  text-align: right;
  margin-bottom: 20px;
}

.form-text_acc {
  text-align: center;
  margin-bottom: 20px;
}

.form-text_acc,
.form-text_pass a,
.form-text_acc a {
  color: #E30613;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  text-decoration: underline;
}

.form-text_acc {
  text-decoration: none;
}

.form-text_acc a {
  text-decoration: underline;
}

.form-text_pass a:hover,
.form-text_acc a:hover {
  color: #E30613;
  text-decoration: none;
}

.block_reg-social-wrap {
  border-top: 1px solid #EBEBEE;
  padding-top: 20px;
}

.block_reg-social {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 0 0px 0;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.block_reg-soc-el {
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 13px 30px;
  width: auto;
  min-width: 140px;
  color: #1B252E;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  min-height: 48px;
  cursor: pointer;
  border: 1px solid #E6E7E7;
  border-radius: 48px;
}

.modal_type_pass .modal_title {
  margin-bottom: 12px;
}

.modal_type_pass .modal_text {
  text-align: left;
  margin-bottom: 20px;
}

.modal_type_pass .input_wr:last-child .input {
  margin-bottom: 20px;
}

.form_inputs_wr {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.input_wr-dubl, .input_wr {
  width: 100%;
}

@media screen and (min-width: 460px) {
  .input_wr-dubl {
    width: calc(50% - 8px);
  }
}
.input_wr-th {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .input_wr-th {
    width: calc(33.3% - 16px);
  }
}
.input_wr-th .input {
  margin-bottom: 24px;
}

.title_inp {
  color: #8D9497;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  margin-bottom: 8px;
}

.account__cont-block {
  margin-bottom: 16px;
}

.account__cont-block:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .account__cont-block .card_block {
    width: calc(33.333% - 16px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .account__cont-block .card_block {
    width: calc(50% - 16px);
  }
}
.content__wrapper {
  overflow: hidden;
}

.account_section .container {
  position: relative;
}

@media screen and (min-width: 768px) {
  .fon_aside {
    position: absolute;
    height: 130%;
    width: 400%;
    background: #FBFBFB;
    bottom: 0;
    right: calc(70% + 12px);
  }
}
@media screen and (min-width: 1024px) {
  .fon_aside {
    right: calc(75% + 24px);
  }
}
.simple_section,
.account_section {
  padding-top: 16px;
}

.simple__page-wrapper,
.account__page-wrapper {
  min-height: 50vh;
  padding-top: 0px;
  padding-bottom: 40px;
}

.simple__page-wrapper {
  padding-bottom: 40px;
}

.account__page-wrapper {
  padding-bottom: 40px;
}

.simple__page-main {
  width: 100%;
}

.account__page-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}

.account__page-menu {
  padding-left: 12px;
  padding-right: 12px;
  background: #FBFBFB;
}

@media screen and (min-width: 768px) {
  .account__page-menu {
    background: transparent;
  }
}
.account__page-block {
  padding-left: 12px;
  padding-right: 12px;
}

.account__menu-ins {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .simple__page-wrapper,
  .account__page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .simple__page-menu {
    width: 30%;
    padding: 0 12px 0 0;
  }
  .simple__page-block {
    width: 70%;
    padding-left: 12px;
    margin-bottom: 40px;
  }
  .account__page-menu {
    width: 30%;
  }
  .account__page-block {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .simple__page-menu {
    width: 33%;
    padding: 0 12px 0 0;
  }
  .simple__page-block {
    width: 67%;
    padding-left: 12px;
    margin-bottom: 40px;
  }
  .account__page-menu {
    width: 25%;
  }
  .account__page-block {
    width: 75%;
    margin-bottom: 40px;
  }
  .account__menu-ins {
    margin-right: 16px;
  }
}
.aside__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  background: #1B252E;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .aside__list {
    padding: 0;
    margin: 0;
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .aside__list {
    width: 356px;
    padding: 24px;
  }
}
.aside__list li {
  margin: 0 0 8px 0;
  padding: 0px 0px;
}

.aside__list li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  text-align: left;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 8px 0px 8px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*.aside__list li a:before{   
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: -20px;
    top: 17px;
    transition: all 0.3s ease;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(../img/arr_list.svg);
}*/
.aside__list li.active a, .aside__list li a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #E30613;
  padding-left: 6px;
}

.aside-acc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  max-width: 100%;
  width: 100%;
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .aside-acc__list {
    padding: 0;
    margin: 0;
    padding: 0px;
  }
}
.aside-acc__list li {
  margin: 0 0 0px 0;
  padding: 0px 0px;
}

.aside-acc__list li a {
  color: #1B252E;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 14px 20px 14px 20px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border-radius: 6px 0 0 6px;
}

.aside-acc__list li.active a,
.aside-acc__list li a:hover {
  text-decoration: none;
  color: #E30613;
  background: rgba(227, 6, 19, 0.05);
}

.aside-acc__list li a svg path,
.aside-acc__list li a svg path {
  fill: #1B252E;
}

.aside-acc__list li.active a svg path,
.aside-acc__list li a:hover svg path {
  fill: #E30613;
}

.aside-acc__list li a svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.aside-acc__list li a span {
  display: block;
}

.title_main-wrap {
  margin-bottom: 16px;
  margin-top: 24px;
}
.page__section
.title_main-wrap.title_marg{
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .title_main-wrap {
    margin-bottom: 24px;
    margin-top: 0;
  }
}
.title_main {
  color: #1B252E;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .title_main {
    font-size: 32px;
  }
}
.title_main span{
   color:  #E30613;
}
.text_title {
  color: #1B252E;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  margin-bottom: 16px;
}

.simple__page-block img {
  margin-bottom: 24px;
  width: auto;
  max-width: 100%;
  border-radius: 10px;
}

.simple__page-block p {
  color: #1B252E;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  margin-bottom: 16px;
}

.simple__page-block ul,
.simple__page-block ol {
  margin-left: 30px;
  margin-bottom: 16px;
}

.simple__page-block ul li,
.simple__page-block ol li {
  margin: 0;
}

.contact_bl-wrapper {
  border-top: none;
  display: block;
}

.contact_bl {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 16px;
  border-top: 1px solid #E1E5E9;
}

@media screen and (min-width: 768px) {
  .contact_bl-wrapper {
    border-top: 1px solid #E1E5E9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
  .contact_bl {
    width: calc(33.33% - 26px);
    padding-top: 16px;
    margin-bottom: 40px;
    border: none;
  }
}
.contact_bl-title {
  margin-bottom: 10px;
  color: #8D9497;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.13px;
}

.cont_link {
  color: #1B252E;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.16px;
  text-decoration: none;
  display: block;
}

.cont_link:hover {
  color: #1B252E;
  text-decoration: none;
  opacity: 0.8;
}

.contact_bl span {
  color: #1B252E;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
  display: block;
  margin-bottom: 4px;
}

.soc_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

@media screen and (min-width: 992px) {
  .soc_wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.soc_wrapper .soc_el {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 6px;
}

.soc_wrapper .soc_el:hover {
  opacity: 1;
}

.soc_wrapper .soc_el:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.soc_wrapper .soc_f:before {
  background: #1877F2;
}

.soc_wrapper .soc_in:before {
  background: linear-gradient(49deg, #FD5 6.62%, #FF543E 50.06%, #C837AB 93.5%), #2F3942;
}

.soc_wrapper .soc_yt:before {
  background: #E30613;
}

.soc_el:hover:before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.soc_el svg {
  position: relative;
  z-index: 3;
}

.title_bl {
  margin-bottom: 24px;
  color: #1B252E;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.22px;
}

@media screen and (min-width: 768px) {
  .title_bl {
    font-size: 22px;
  }
}
.map_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  /*    -webkit-column-count: 2;  
      -moz-column-count: 2;  
      column-count: 2;  
      -webkit-column-gap: 16px;  
      -moz-column-gap: 16px;  
      column-gap: 16px;  */
}

.map_block {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 20px;
}

@media screen and (min-width: 460px) {
  .map_block {
    width: 48%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .map_wrapper {
    /*        -webkit-column-count: 4;  
             -moz-column-count: 4;  
            column-count: 4; */
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .map_block {
    width: calc(24% - 12px);
    margin-bottom: 40px;
  }
}
.map_title {
  color: rgb(62, 64, 67);
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
}

.map_block a {
  color: #1B252E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 0px;
  min-height: 11px;
  padding-left: 20px;
  margin: 0px 0 12px 0;
  overflow: hidden;
}

.map_block a:before {
  content: url(../img/icons/arr_m.svg);
  display: block;
  position: absolute;
  left: 2px;
  top: 3px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.map_block a:hover:before {
  left: 6px;
}

.error_img {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

.error_t_bl {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .error_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .error_img {
    width: 60.5%;
    text-align: left;
    margin-top: 0;
  }
  .error_t_bl {
    width: 39.5%;
    text-align: left;
    margin-bottom: 0;
  }
}
.error_img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  .error_img img {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.error_title {
  color: #1B252E;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%; /* 55.2px */
  letter-spacing: -0.46px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .error_title {
    margin-top: 0;
    font-size: 36px;
  }
}
@media screen and (min-width: 1023px) {
  .error_title {
    font-size: 46px;
  }
}
.error_text {
  color: #1B252E;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.18px;
  margin-bottom: 24px;
}

.error-button .btn_main {
  height: 46px;
  line-height: 24px;
}

.breadcrumbs_container.bread_l {
  text-align: left;
  margin-bottom: 0;
}

.breadcrumbs_container {
  margin-bottom: 14px;
  margin-top: 14px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  z-index: 1;
}

.breadcrumbs_container ::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media screen and (min-width: 768px) {
  .breadcrumbs_container {
    margin-bottom: 14px;
    margin-top: 14px;
    text-align: left;
  }
}
.bredcrumb {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.bredcrumb a, .bredcrumb span {
  color: #8D9497;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  text-decoration: none;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.bredcrumb a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.bredcrumb a:after {
  content: url(../img/icons/arr_br.svg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 8px;
  height: 10px;
  line-height: 8px;
}

.history_element {
  border: 1px solid #E1E5E9;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  margin-bottom: 8px;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .history_element {
    padding: 0;
  }
}
.history_block,
.history_order {
  width: 100%;
}

.history_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .history_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*    -webkit-align-items: flex-start;
        align-items: flex-start;*/
    width: 100%;
  }
  .history_block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .history_block {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .history_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .history_block {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
.history_order {
  height: 0;
  opacity: 0;
  visibility: hidden;
  min-height: 1px;
  -webkit-transition: min-height 0.05s linear;
  transition: min-height 0.05s linear;
}

.open .history_order {
  height: auto;
  opacity: 1;
  visibility: visible;
  min-height: 200px;
  -webkit-transition: min-height 0.2s linear;
  transition: min-height 0.2s linear;
}

.history_block {
  padding-right: 40px;
  position: relative;
  padding-top: 18px;
  padding-bottom: 16px;
  padding-left: 16px;
}

@media screen and (min-width: 768px) {
  .history_block {
    padding-right: 40px;
    position: relative;
    padding-top: 18px;
    padding-bottom: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .history_block {
    padding-right: 62px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
  }
}
.history_td {
  padding: 0px 0px;
  text-align: left;
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.history_numbr {
  color: #1B252E;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.14px;
}

.history_date {
  color: #8D9497;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  padding: 4px 0;
}

.history_status {
  color: #FBBC04;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.14px;
  padding: 4px 0;
}

.history_summ {
  color: #1B252E;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.14px;
  padding: 4px 0;
  white-space: nowrap;
}

@media screen and (min-width: 650px) {
  .history_numbr {
    width: 16%;
  }
  .history_date {
    width: 16%;
    padding: 4px;
  }
  .history_status {
    width: 16%;
    padding: 4px;
  }
  .history_summ {
    width: 16%;
    padding: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .history_numbr {
    width: 25%;
  }
  .history_date {
    width: 25%;
    padding: 0px;
  }
  .history_status {
    width: 25%;
    padding: 0 0px;
  }
  .history_summ {
    width: 17%;
    padding: 0 0px;
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .history_numbr {
    width: 14%;
  }
  .history_date {
    width: 14%;
    padding: 0px;
  }
  .history_status {
    width: 14%;
    padding: 0 0px;
  }
  .history_summ {
    width: 14%;
    padding: 0 0px;
  }
}
.status_proces {
  color: rgb(251, 188, 4);
}

.status_ok {
  color: rgb(67, 176, 42);
}

.history_img {
  width: 100%;
  margin: 12px 0 0 0;
}

@media screen and (min-width: 650px) {
  .history_img {
    width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 12px 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .history_img {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .history_img {
    width: 28%;
    margin: 0;
  }
}
.history_arrow {
  position: absolute;
  right: 24px;
  top: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.open
.history_arrow {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .history_arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .history_arrow {
    position: absolute;
    right: 24px;
    top: 40px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.status_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

@media screen and (min-width: 650px) {
  .status_images {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.status_img {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 4px;
  margin: 0px 0;
}

.status_img span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background: rgba(27, 37, 46, 0.8);
  padding: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.14px;
}

@media screen and (min-width: 768px) {
  .status_img {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .status_img {
    width: 40px;
    height: 52px;
  }
}
.status_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.history_info {
  padding: 16px 16px;
  width: 100%;
  border-top: 1px solid #E1E5E9;
}

@media screen and (min-width: 1200px) {
  .history_info {
    padding: 16px 24px 16px 24px;
  }
}
.history_info-line {
  margin: 0 0 8px 0;
  text-align: left;
}

.history_info-title {
  color: #8D9497;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.14px;
  width: 100%;
  margin-bottom: 6px;
}

.history_info_res,
.history_info_res a {
  color: #1B252E;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.14px;
  width: 100%;
  text-decoration: none;
}

.history_info_res a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (min-width: 560px) {
  .history_info-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    text-align: left;
  }
  .history_info-title {
    width: 30%;
    margin: 0;
  }
  .history_info_res {
    width: 70%;
    font-weight: 500;
  }
}
.history_i-title {
  color: #1B252E;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.14px;
  margin-bottom: 8px;
}

.his_list-el {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  position: relative;
}

.his_list-img {
  width: 40px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.his_list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.his_list-body {
  padding: 0px 16px 0px 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (min-width: 460px) {
  .his_list-img {
    width: 40px;
    height: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 650px) {
  .his_list-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .his_list-img {
    width: 40px;
    height: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .his_list-body {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.his_pr-bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (min-width: 600px) {
  .his_list-bl {
    min-width: 100%;
  }
  .his_pr-bl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media screen and (min-width: 650px) {
  .his_list-bl {
    min-width: 55%;
  }
  .his_pr-bl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 45%;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .his_list-bl {
    min-width: 56%;
  }
  .his_pr-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 30%;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.his_pr-bl .btn_add {
  width: 40px;
  height: 40px;
}

.his_pr-bl .btn_add svg {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 500px) {
  .his_list-bl {
    min-width: 100%;
  }
  .his_pr-bl {
    min-width: 100%;
    margin-top: 8px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.his_order-title {
  color: #1B252E;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.14px;
  margin-bottom: 0px;
}

.his_order-title:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #1B252E;
}

.his_list-price-block {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity_res {
  overflow: hidden;
  color: #1B252E;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
}

@media screen and (max-width: 599px) {
  .quantity_res {
    width: 100%;
  }
}
.price-el-history {
  color: #1B252E;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.18px;
}

@media screen and (max-width: 599px) {
  .price-el-history {
    text-align: left;
  }
}
.aside_block {
  width: 100%;
  margin-bottom: 16px;
}

.catalog_block {
  width: 100%;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .catalog_wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin-top: -10px;
  }
  .aside_block {
    width: 35%;
    margin: 0;
  }
  .catalog_block {
    width: 65%;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .aside_block {
    width: 24%;
  }
  .catalog_block {
    width: 76%;
    padding-bottom: 60px;
  }
}
.page__section .title_wr-w {
  padding-top: 0px;
  padding-bottom: 0px;
  /*    margin-bottom: 12px;*/
  margin-bottom: 24px;
}

.page__section .title_main-wrap {
  margin-bottom: 24px;
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  .page__section .title_wr-w {
    padding-top: 12px;
    padding-bottom: 12px;
    /*    margin-bottom: 12px;*/
    margin-bottom: 24px;
  }
  .page__section .title_main-wrap {
    margin-bottom: 16px;
    margin-top: 24px;
  }
}
.page__section .title_main {
  margin: 0;
}

.title_wr-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.sort_wr {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.sort_el_head {
  color: #1B252E;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  /*    margin-bottom: 6px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.sort_el_head i {
  display: block;
  width: 10px;
  height: 6px;
  background-image: url(../img/icons/ar_f.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 2px;
}

.sort_el {
  position: relative;
}

.sort_el_body {
  position: absolute;
  left: 0;
  left: -10%;
  top: 100%;
  padding: 8px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0 10px 20px 0 rgba(148, 163, 184, 0.2);
          box-shadow: 0 10px 20px 0 rgba(148, 163, 184, 0.2);
  min-width: 240px;
}

.sort_el_body .el_s {
  color: #1B252E;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.14px;
  padding: 10px 16px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sort_el_body .el_s:hover {
  background: #F5F5F5;
}

.quan-el-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background: #F5F5F5;
  padding: 3px;
  height: 40px;
}

@media screen and (max-width: 1023px) {
  .quan-el-buttons {
    display: none;
  }
}

.quan-el {
  border-radius: 19px;
  width: 44px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  border: none;
  background-color: #F5F5F5;
  background-image: url(../img/icons/btn_l.svg);
}

.quan-el:hover {
  background-color: #FFF;
}

.quan-el.quan-active {
  background-color: #FFF;
  background-image: url(../img/icons/btn_d.svg);
}

.bl_hid_js {
  height: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}

.openBlock .bl_hid_js {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .filter_wrapper {
    padding-bottom: 60px;
  }
}
.filter-elem {
  border-radius: 10px;
  background: #F5F5F5;
  padding: 16px 16px 16px 16px;
  margin-bottom: 8px;
}

.elem_op_title {
  color: #1B252E;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
  cursor: pointer;
  padding-right: 30px;
  margin-bottom: 0px;
  position: relative;
}

.openBlock .elem_op_title {
  margin-bottom: 12px;
}

.elem_op_title svg {
  position: absolute;
  right: 0px;
  top: 8px;
}
.openBlock 
.elem_op_title svg {
    transform: rotate(180deg);
}
.body_js {
  height: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  transition: none;
}

.openBlock .body_js {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.check_link {
  display: block;
  margin: 0 0 10px 0;
  text-decoration: none;
}

.check_link:hover {
  text-decoration: none;
}

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

.check_link input[type=checkbox],
.check_link input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.text_param,
.check_link label {
  position: relative;
  color: #1B252E;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.12px;
  padding: 0 0px 0 32px;
  width: auto;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  padding-top: 4px;
}

.check_link label span:after,
.check_link label span:before,
.text_param:after,
.text_param:before {
  content: "";
  display: block;
  position: absolute;
}

.check_link label span:after,
.text_param:after {
  width: 22px;
  height: 22px;
  border: 1px solid gainsboro;
  left: 0;
  top: 0;
  border-radius: 4px;
}

.check_link label input[type=checkbox]:checked + span:after,
.check_on .text_param:after {
  border: 1px solid #E30613;
  background: #E30613;
}

.check_link label span:before,
.text_param:before {
  display: none;
}

.check_link label input[type=checkbox]:checked + span:before,
.check_on .text_param:before {
  display: block;
  top: 6px;
  left: 5px;
  width: 12px;
  height: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent transparent #ffffff #ffffff;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  border-radius: 0%;
  z-index: 2;
}

.filter-block-hidden {
  display: none;
  height: 0;
}

.openHidenBlock.filter-block-hidden {
  display: block;
  height: auto;
}

.title_show-more {
  cursor: pointer;
  color: #8D9497;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.14px;
  text-decoration: underline;
  margin-top: 16px;
}

.title_show-more:hover {
  text-decoration: none;
}

.btn__hidd {
  display: none;
}

.btn__vis {
  display: block;
}

.openMore .btn__vis {
  display: none;
}

.openMore .btn__hidd {
  display: block;
}

.filter_link-wr {
  border-radius: 10px;
  background: #1B252E;
  padding: 16px 16px 24px 16px;
}

.filter_link-title {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.filter_link-title svg {
  display: block;
}

@media screen and (max-width: 767px) {
  .filter_link-title {
    margin-bottom: 0;
  }
  .filter_link-wr {
    border-radius: 10px;
    background: #1B252E;
    padding: 16px 16px 16px 16px;
  }
  .filter_link-title svg {
    display: block;
  }
  .openBlock .filter-link_list {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding-top: 12px;
  }
  .filter-link_list {
    height: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: none;
    transition: none;
  }
}
.filter-link_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-link_list li {
  display: block;
}

.filter-link_list li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.14px;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  margin-bottom: 12px;
  padding-left: 16px;
}

.filter-link_list li a svg {
  position: absolute;
  -webkit-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  left: -20px;
  top: 5px;
}

.filter-link_list li:last-child,
.filter-link_list li:last-child a {
  margin-bottom: 0;
}

.filter-link_list li a:hover {
  color: #E30613;
  text-decoration: none;
}

.filter-link_list li a:hover svg {
  left: 4px;
}

.res_filt-elems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 12px;
}

.res_f-elem {
  border-radius: 65px;
  background: #F4F4F4;
  padding: 7px 30px 7px 12px;
  color: rgb(207, 207, 207);
  color: #1B252E;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.14px;
  height: 34px;
  margin-bottom: 12px;
  position: relative;
}

.res_f-elem span {
  line-height: 16px;
}

.res_f-elem i {
  height: 16px;
  width: 16px;
  cursor: pointer;
  border: none;
  background-image: url(../img/icons/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1B252E;
  border-radius: 50%;
  position: absolute;
  right: 7px;
  top: 8px;
}

.res_f-del {
  color: #E30613;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.14px;
  cursor: pointer;
  margin: 0 0px 12px 6px;
}

.cart_wrapper {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 60px;
}

.cart_img_sliders-wr {
  width: 100%;
}

.cart_text-wr {
  width: 100%;
  padding-top: 0;
}

.cart_img_sliders-wr,
.cart_text-wr {
  padding-left: 12px;
  padding-right: 12px;
  float: left;
}

@media screen and (min-width: 768px) {
  .cart_img_sliders-wr {
    width: 40%;
  }
  .cart_text-wr {
    padding-top: 6px;
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .cart_img_sliders-wr,
  .cart_text-wr {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    float: left;
  }
  .cart_text-wr {
    padding-left: 32px;
  }
}
.cart_wrapper:after,
.cart_wrapper:before {
  content: "";
  width: 100%;
  display: block;
  clear: both;
}

.cart_bl_t {
  position: relative;
  padding-right: 60px;
}

@media screen and (min-width: 1100px) {
  .cart_bl_t {
    position: relative;
    padding-right: 60px;
  }
}
.card_b {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .card_b {
    margin-bottom: 24px;
  }
}
.card_b:last-child {
  margin-bottom: 0;
}

.card_b-wr {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .card_b-wr {
    margin-bottom: 32px;
  }
}
.card_b-wr:last-child {
  margin-bottom: 0;
}

.art_bl {
  margin-bottom: 8px;
  color: #1B252E;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}

@media screen and (min-width: 768px) {
  .art_bl {
    font-size: 16px;
  }
}
.art_bl span {
  font-weight: 600;
}

.aviab_bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  margin-bottom: 8px;
  color: #1B252E;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}

@media screen and (min-width: 768px) {
  .aviab_bl {
    font-size: 16px;
  }
}
.card_w-icon {
  border: 1px solid #E1E5E9;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}

.card_w-icon svg {
  width: 24px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .card_w-icon {
    width: 52px;
    height: 52px;
  }
  .card_w-icon svg {
    width: 27px;
    height: 22px;
  }
}
.card_w-icon svg {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.card_w-icon:hover svg path {
  stroke: #1B252E;
  border: 1px solid #1B252E;
}

.card_w-icon:hover {
  border: 1px solid #1B252E;
}

.card_b .price-el {
  font-size: 24px;
  line-height: 120%;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .card_b .price-el {
    font-size: 32px;
    line-height: 120%;
    margin: 0;
  }
}
.card_b .t_sup {
  font-size: 18px;
}

.card_b .t_val {
  font-size: 18px;
}

.cart_btn-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

@media screen and (min-width: 768px) {
  .cart_btn-wr {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cart_btn-wr .quantity_block,
  .cart_btn-wr .main_btn {
    margin-bottom: 8px;
  }
}
.quantity_block {
  margin: 0px 0 0px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.quantity_block input[type=number] {
  color: rgb(43, 42, 51);
  font-size: 14px;
  font-weight: 500;
  line-height: 56px;
  height: 56px;
  width: 56px;
  padding: 18px;
  text-align: center;
  margin: 0 0;
  border: 1px solid #EBEBEE;
  display: inline-block;
  vertical-align: middle;
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

.quantity_block input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.quantity_block input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.choose_elem {
  position: relative;
  height: 56px;
  line-height: 56px;
  text-align: center;
  width: 56px;
  cursor: pointer;
  border: 1px solid #EBEBEE;
  background-color: #F5F5F5;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 0%;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.choose_elem:hover {
  background-color: #f7f7f7;
}

.minus {
  background-image: url(../img/icons/minus.svg);
}

.plus {
  background-image: url(../img/icons/plus.svg);
}

@media screen and (max-width: 767px) {
  .card_b .choose_elem,
  .card_b .quantity_block input[type=number] {
    position: relative;
    height: 44px;
    line-height: 44px;
    text-align: center;
  }
  .card_b .choose_elem {
    width: 44px;
  }
  .card_b .quantity_block input[type=number] {
    width: 56px;
  }
}
.card_b .main_btn {
  height: 56px;
  padding-left: 32px;
  padding-right: 32px;
}

@media screen and (max-width: 767px) {
  .card_b .main_btn {
    height: 44px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.inform-att-wrap {
  border-left: 1px solid #E30613;
  background: #FFE8E8;
  padding: 10px 12px 10px 40px;
  position: relative;
  color: #1B252E;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
}

@media screen and (max-width: 767px) {
  .inform-att-wrap {
    font-size: 14px;
    padding: 10px 12px 10px 36px;
  }
}
.inform-att-wrap:before {
  content: "";
  background-image: url(../img/icons/att.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 12px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .inform-att-wrap:before {
    left: 9px;
  }
}
.card_desc-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.18px;
  margin-bottom: 12px;
}

.card_desc-wrapper {
  border-radius: 10px;
  background: #FBFBFB;
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .card_desc-wrapper {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.d_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 10px 0;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
}

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

.d_row i {
  display: block;
  border: 1px dashed #AAB2BB;
  height: 0;
  position: relative;
  bottom: 3px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 3px;
}

.d_l {
  color: #1B252E;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
}

.d_r {
  color: #1B252E;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.d_r span {
  color: #1B252E;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px; /* 150% */
  padding-left: 4px;
}

.cart_adv_wr {
  margin-bottom: 24px;
}

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

.cart_adv_title {
  margin-bottom: 12px;
  color: #141415;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.18px;
}

.cart_adv-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-bottom: 12px;
}

.cart_adv_wr:first-child .cart_adv-el {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cart_adv-el:last-child {
  margin-bottom: 0;
}

.cart_adv-el img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.cart_adv-text {
  color: #141415;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
}

.cart_adv-text span {
  color: #42494F;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.14px;
  display: block;
}

.swiper__card {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .swiper__card {
    margin-bottom: 50px;
  }
}
.swiper_trumb .swiper-slide {
  width: 104px;
  height: 132px;
}

.swiper_trumb .swiper-slide img,
.swiper__card .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 8px;
}

.swiper__card-wrap {
  position: relative;
}

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

@media screen and (max-width: 767px) {
  .swiper__card .swiper-slide {
    width: 228px;
  }
  .cart_nav_wrap {
    display: none;
  }
  .swiper-pagination.pagination_cart {
    display: block;
  }
}
.swiper__card .swiper-slide {
  height: 364px;
}

@media screen and (min-width: 768px) {
  .swiper__card .swiper-slide {
    height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .swiper__card .swiper-slide {
    height: 760px;
  }
}
.swiper_trumb .swiper-slide img {
  border: 2px solid transparent;
}

.swiper_trumb .swiper-slide.swiper-slide-thumb-active img {
  border: 2px solid #E30613;
}

.swiper_trumb {
  display: none;
}

@media screen and (min-width: 1024px) {
  .swiper_trumb {
    display: block;
  }
}
.cart_content-wrap {
  padding-bottom: 50px;
}

.cart_content-title {
  border-bottom: 1px solid #E1E5E9;
  padding-bottom: 12px;
  margin-bottom: 24px;
  color: #1B252E;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.22px;
}

@media screen and (min-width: 768px) {
  .cart_content-title {
    font-size: 22px;
  }
}
.cart_content-title span {
  position: relative;
  display: inline-block;
}

.cart_content-title span:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -13px;
  left: 0;
  border-bottom: 1px solid #E30613;
}

@media screen and (max-width: 767px) {
  .cart_content-title span:before {
    width: 100px;
  }
}
.text_block {
  margin-bottom: 32px;
}

.cart_citat {
  border-radius: 10px;
  background: #F5F5F5;
  padding: 60px 32px 24px 24px;
  background-image: url(../img/icons/icons_citat.svg);
  background-position: 24px 24px;
  background-repeat: no-repeat;
  background-size: 21px 16px;
  color: #212121;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.2px;
  margin-bottom: 32px;
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .cart_citat {
    padding: 24px 32px 24px 80px;
    background-position: 24px center;
    background-size: 27px 21px;
    color: #212121;
    font-size: 20px;
  }
}
.cart_content-wrap ol,
.cart_content-wrap ul {
  padding-left: 30px;
}

.cart_content-wrap ol li::marker {
  color: #C9102E;
}

.cart_content-wrap table {
  width: 100%;
}

.cart_content-wrap table td {
  padding: 10px 12px 10px 12px;
  border-top: 1px solid #EBEBEE;
  border-bottom: 1px solid #EBEBEE;
}

.cart_content-wrap table td:first-child {
  padding-left: 0;
  color: #99A1A4;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
}

.cart_content-wrap table td:last-child {
  padding-right: 0;
  color: #1B252E;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
}

@media screen and (max-width: 767px) {
  .cart_content-wrap table,
  .cart_content-wrap table tbody,
  .cart_content-wrap table thead,
  .cart_content-wrap table tr,
  .cart_content-wrap table td {
    display: block;
  }
  .cart_content-wrap table {
    border-top: 1px solid #EBEBEE;
  }
  .cart_content-wrap table td {
    padding: 0;
    border: none;
  }
  .cart_content-wrap table td:first-child {
    margin-bottom: 4px;
  }
  .cart_content-wrap table tr {
    padding: 10px 0;
    border-bottom: 1px solid #EBEBEE;
  }
}
.cart_content-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
  border-radius: 10px;
}

@media screen and (min-width: 1024px) {
  .cart_content-wrap img {
/*    margin-bottom: 60px;*/
  margin-bottom: 30px;
  margin-top: 20px;
/*    margin-top: 60px;*/
  }
}
@media screen and (max-width: 767px) {
  .cart_content-wrap img {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.cart_content-wrap iframe {
  width: 100%;
  max-width: 100%;
  height: 300px;
  margin-bottom: 24px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .cart_content-wrap iframe {
    height: 600px;
/*    margin-bottom: 60px;
    margin-top: 60px;*/
     margin-bottom: 30px;
    margin-top: 30px;
  }
}
.swiperAcsii_wrapper {
  margin-bottom: 60px;
}

.title_slider_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.title_slider {
  color: #1B252E;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .title_slider {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.swiperAc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

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

@media screen and (max-width: 767px) {
  .swiperAc {
    display: none;
  }
  .swiper-pagination.pagination_acsii {
    display: block;
  }
}
.swiperAcsii_wrap {
  position: relative;
}

.swiperAc .swiper-button-prev,
.swiperAc .swiper-button-next {
  width: 48px;
  height: 48px;
  padding: 8px;
  border-radius: 50%;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
}

.swiperAc .swiper-button-prev:hover,
.swiperAc .swiper-button-next:hover {
  opacity: 0.6;
  background: #F5F5F5;
}

.swiperAcsii .swiper-slide {
  width: 232px;
}

.swiperAcsii .swiper-slide .card_block {
  width: 100%;
}

.swiperAcsii .swiper-slide .card_block .card__img {
  height: 264px;
}

.ord_th-wrapper {
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .ord_th-wrapper {
    padding: 0;
  }
}
.ord_th-img {
  text-align: center;
  margin: 0 auto 0px auto;
}

@media screen and (min-width: 768px) {
  .ord_th-img {
    text-align: center;
    margin: 0 auto 20px auto;
  }
}
.ord_th-title {
  text-align: center;
  color: #1B252E;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  margin: 0 auto 16px auto;
  max-width: 700px;
}

@media screen and (min-width: 768px) {
  .ord_th-title {
    font-size: 32px;
  }
}
.ord_th-text {
  color: #1B252E;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.18px;
  margin: 0 auto 32px auto;
  max-width: 700px;
}

.ord_th-text span {
  color: #E30613;
}

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

.ord_th-btn .btn_main {
  margin-right: auto;
  margin-left: auto;
  height: 48px;
  padding-right: 24px;
  padding-left: 24px;
  margin-bottom: 20px;
}

.tab_container {
  width: 100%;
}

.tab_control-container {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  border-bottom: 1px solid #E1E5E9;
}

.tab_control-btn {
  color: #8D9497;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%; /* 21px */
  letter-spacing: -0.15px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.tab_control-btn:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-bottom: 2px solid transparent;
}

@media screen and (min-width: 768px) {
  .tab_control-btn {
    font-size: 15px;
  }
}
.tab_control-btn.activ {
  color: #E30613;
}

.tab_control-btn.activ:before {
  border-bottom: 2px solid #E30613;
}

.tab_control-btn:hover {
  color: #E30613;
}

.tabContent {
  min-height: 180px;
}

.activ.tabContent {
  width: 100%;
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.hide {
  display: none !important;
}

.order_step-block {
  margin: 0 0 16px 0;
}

@media screen and (min-width: 768px) {
  .order_step-block {
    margin: 0 0 16px 0;
  }
  .order_step-block:last-child {
    margin: 0 0 24px 0;
  }
}
@media screen and (max-width: 1024px) {
  .order_step-block:last-child {
    margin: 0 0 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .order_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.order_list-block {
  margin-bottom: 0px;
}

.order_block {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .order_list-block {
    width: 58%;
  }
  .order_block {
    width: 355px;
    max-width: 100%;
  }
}
.order_step-t-wr {
  margin: 0px 0 24px 0;
}

@media screen and (min-width: 560px) {
  .order_step-t-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 0 0px 0;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    margin: 0px 0 24px 0;
  }
}
.order_step-title,
.order_step-t-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order_step-t-d {
  margin: 12px 0 0 0;
}

@media screen and (min-width: 560px) {
  .order_step-t-d {
    margin: 0px 0 0 0;
  }
}
.order_step-title {
  color: #141415;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.22px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.order_step-t-d {
  color: #141415;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%; /* 28.6px */
  letter-spacing: -0.22px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

@media screen and (min-width: 768px) {
  .order_step-title {
    font-size: 22px;
    margin: 0px 0 0px 0;
  }
  .order_step-t-wr {
    margin: 0px 0 24px 0;
  }
}
.step-number {
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.18px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #E30613;
}

@media screen and (min-width: 560px) {
  .step-number {
    width: 44px;
    height: 44px;
    font-size: 18px;
    line-height: 44px;
  }
}
.form-fl_dubl .input_custom,
.select_form {
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (min-width: 560px) {
  .form-fl_dubl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .form-fl_dubl .input_custom,
  .select_form {
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }
}
.input_custom::-webkit-input-placeholder, .textarea_custom::-webkit-input-placeholder,
.input_custom::-moz-placeholder, .textarea_custom::-moz-placeholder,
.input_custom::-ms-input-placeholder, .textarea_custom::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  color: #8D9497 !important;
  font-size: 15px !important;
}

.input_custom:focus::-webkit-input-placeholder, .textarea_custom:focus::-webkit-input-placeholder,
.input_custom:focus::-moz-placeholder, .textarea_custom:focus::-moz-placeholder,
.input_custom:focus::-ms-input-placeholder, .textarea_custom:focus::-ms-input-placeholder {
  color: transparent !important;
}

.text__atten {
  color: #8D9497;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.14px;
  margin-bottom: 24px;
}

.delivery_ch-block {
  padding-bottom: 24px;
}

.delivery_ch-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
  margin: 0 0 12px 0;
  padding: 12px 16px;
  border-radius: 10px;
  border: none;
  background: #F5F5F5;
  min-height: 90px;
}

@media screen and (min-width: 768px) {
  .delivery_ch-el {
    padding: 12px 24px;
  }
}
.delivery_title {
  padding-left: 38px;
  position: relative;
  cursor: pointer;
}

.delivery_title-text {
  margin-bottom: 4px;
  color: #141415;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
}

.delivery_title-desc {
  color: #8D9497;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
}

.delivery_ch input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.delivery_ch input[type=radio] + .delivery_ch-el .delivery_title:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  display: block;
  left: 0px;
  top: 50%;
  margin-top: -11px;
  border-radius: 50%;
  border: 1px solid rgb(220, 220, 220);
  background: #fff;
}

.delivery_ch input[type=radio]:checked + .delivery_ch-el .delivery_title:before {
  border: 5px solid #E30613;
}

.order_comment-title {
  color: #141415;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
  margin-bottom: 12px;
}

.check_el {
  display: block;
  margin: 0 0 10px 0;
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1B252E;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
}

.check_el input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.check_el input[type=checkbox] + .check_lab {
  position: relative;
  min-height: 22px;
  padding: 0 0px 0 32px;
  width: auto;
  outline: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.check_el input[type=checkbox] + .check_lab:before,
.check_el input[type=checkbox] + .check_lab:after {
  content: "";
  display: block;
  position: absolute;
}

.check_el input[type=checkbox] + .check_lab:before {
  width: 22px;
  height: 22px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  background: rgb(255, 255, 255);
  left: 0;
  top: 0px;
}

.check_el input[type=checkbox] + .check_lab:after {
  top: 5px;
  left: 5px;
  width: 12px;
  height: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent transparent #ffffff #ffffff;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  border-radius: 0%;
  opacity: 0;
}

.check_el input[type=checkbox]:checked + .check_lab:before {
  background: #E30613;
  border: 1px solid #E30613;
}

.check_el input[type=checkbox]:checked + .check_lab:after {
  opacity: 1;
}

.order-detals-el {
  border-radius: 10px;
  background: #1B252E;
  margin-bottom: 14px;
  padding: 16px;
}

.order_btn_total {
  margin-bottom: 14px;
  height: 56px;
  width: 100%;
}

.accept_text a,
.accept_text {
  color: #99A1A4;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.12px;
}

.accept_text a {
  color: #E30613;
  text-decoration: none;
}

.accept_text a:hover {
  color: #E30613;
  text-decoration: underline;
}

.accept_text {
  margin-bottom: 12px;
}

.order-total-title {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.18px;
  margin-bottom: 16px;
}

.order-total-line {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  margin: 0px 0 16px 0;
}

.order-total-line i {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  border: 1px dashed #99A1A4;
  position: relative;
  bottom: 3px;
}

.all-total-res {
  font-size: 18px;
  letter-spacing: inherit;
}

.ord_tot_inf {
  padding: 12px;
  border-radius: 8px;
  background: #252F38;
  color: #AAB2BB;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.14px;
  text-align: left;
}

.order-det_d-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

.order-det_d {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.14px;
}

.order-det_ch {
  color: #E30613;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.order-det_ch:hover {
  color: #E30613;
  text-decoration: none;
}

.order_list-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 12px;
}

.order_list-el:last-child {
  border: none;
}

.order_list-img {
  width: 62px;
  height: 80px;
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 500px) {
  .order_list-img {
    width: 40px;
    height: 60px;
  }
}
.order_list-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 6px;
}

.order_list-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  padding-right: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (max-width: 767px) {
  .order_list-body {
     -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
}
.btn-del {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  border-radius: 50%;
  background: #F5F5F5;
  width: 34px;
  height: 34px;
}

.btn-del:hover {
  background: #dfdfdf;
}
@media screen and (max-width: 500px) {
  .btn-del {
    top: 16px;
  }
}

.order_list-tlte_wr {
  padding: 4px 0 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 276px;
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  .order_list-tlte_wr {
    width: auto;
    padding-top: 0;
    display: block;
  }
}
.order_list-title {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.14px;
}

.order_list-body-r .choose_elem {
  height: 36px;
  line-height: 36px;
  width: 36px;
  background-size: 10px 10px;
}

.order_list-body-r .quantity_block input[type=number] {
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  width: 52px;
  padding: 0 4px;
}

.order_list-body-r {
  width: 272px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .order_list-body-r {
    margin-top: 6px;
  }
}
@media screen and (max-width: 500px) {
  .order_list-body-r {
    width: auto;
  }
}
.order_total-wr {
  border-radius: 8px;
  background: #F5F5F5;
  padding: 14px 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.order_total-title {
  color: #1B252E;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.16px;
}

.order_bottom-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.btn_return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: #8D9497;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.16px;
  text-decoration: none;
}

.btn_return:hover {
  text-decoration: none;
  color: #8D9497;
}

.btn_return svg {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
}

.btn_return:hover svg {
  left: -2px;
}

.basket_btn {
  height: 48px;
  line-height: 26px;
}

.load_more {
  padding: 17px 12px;
  color: #1B252E;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%; /* 14px */
  letter-spacing: -0.14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
  background: #F5F5F5;
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

.load_more svg {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.load_more svg,
.load_more span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}

.load_more:hover {
  text-decoration: none;
}

.load_more:hover svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination_block {
  margin: 0px 0 0px 0;
}

.pagination_block ul {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination_block ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  padding: 0;
}

.pagination_block ul li:before {
  display: none;
}

.pagination_block ul li a {
  min-width: 36px;
  height: 36px;
  text-align: center;
  color: #1B252E;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
  line-height: 26px;
  text-align: center;
  display: block;
  padding: 5px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  text-decoration: none;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .pagination_block {
    /*        margin-bottom: 60px;*/
  }
  .pagination_block ul li a {
    min-width: 46px;
    height: 46px;
    line-height: 36px;
  }
}
.pagination_block ul li.active a,
.pagination_block ul li a:hover {
  background: #1B252E;
  color: #fff;
  text-decoration: none;
}

.pagination_block ul li:first-child a,
.pagination_block ul li:last-child a {
  /*  line-height: 42px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5F5;
}

.pagination_block ul li:first-child a:hover,
.pagination_block ul li:last-child a:hover {
  background: transparent;
}

.pagination_block ul li a:focus {
  background: #1B252E;
  color: #FFFFFF;
}

.pagination_block ul li a path {
  stroke: #1B252E;
}

.pagination_block ul li a:hover path {
  stroke: #AAB2BB;
}

.pagination_block ul li a:focus svg,
.pagination_block ul li a:focus path {
  stroke: #AAB2BB;
}

.seo-c_wrapper {
  padding: 0 0 60px 0;
}
/*# sourceMappingURL=style.css.map */



 .search_block{
     position: relative;
     margin-bottom: 24px;
}
 .search_block svg{
     position: absolute;
     left: 0;
     top: 13px;
}
 .search_block input{
     border: none;
     border-bottom: 2px solid rgb(239, 239, 239);
     color: rgb(2, 46, 56);
     font-size: 18px;
     font-weight: 400;
     line-height: 52px;
     height: 52px;
     padding: 0px 30px 0px 30px;
     background-color: #fff;
     width: 100%;
}
 .search_icon{
     position: absolute;
     left: 2px;
     top: 12px;
}
 .reset_search{
     width: 14px;
     height: 14px;
     position: absolute;
     right: 0;
     top: 14px;
     border: none;
     background-color: transparent;
     background-image: url(../img/search_reset.svg);
     background-repeat: no-repeat;
     background-position: center;
     background-size: auto;
}


.search_text-none{
   color: #1B252E;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.32px;
    margin: 24px 0;
}

.tingle-modal__close{
  opacity: 0!important;
}



.tingle-modal:before {
  backdrop-filter: blur(0px);
}