@charset "UTF-8";
/*! 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.
 */
@import "https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css";
@import "https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,900&display=swap&subset=cyrillic,cyrillic-ext";
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 {
  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 {
  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"] {
  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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * alertifyjs 1.13.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dimmer {
  position: fixed;
  z-index: 1981;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #252525;
  opacity: .5; }

.alertify .ajs-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 1981; }

.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0 24px;
  outline: 0;
  background-color: #fff; }

.alertify .ajs-dialog.ajs-capture:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1; }

.alertify .ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important; }

.alertify .ajs-commands {
  position: absolute;
  right: 4px;
  margin: -14px 24px 0 0;
  z-index: 2; }

.alertify .ajs-commands button {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.alertify .ajs-commands button.ajs-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC); }

.alertify .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC); }

.alertify .ajs-header {
  margin: -24px;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #fff; }

.alertify .ajs-body {
  min-height: 56px; }

.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 16px; }

.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff; }

.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right; }

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 4px; }

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: left;
  clear: none;
  text-align: left; }

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
  margin: 4px; }

.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 88px;
  min-height: 35px; }

.alertify .ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  cursor: se-resize; }

.alertify.ajs-no-overflow .ajs-body .ajs-content {
  overflow: hidden !important; }

.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
  left: 0;
  right: 0;
  padding: 0; }

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
  margin-left: -24px;
  margin-right: -24px; }

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
  padding: 0; }

.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
  left: 0;
  right: 0; }

.alertify.ajs-maximizable .ajs-commands button.ajs-maximize, .alertify.ajs-maximizable .ajs-commands button.ajs-restore {
  display: inline-block; }

.alertify.ajs-closable .ajs-commands button.ajs-close {
  display: inline-block; }

.alertify.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important; }

.alertify.ajs-maximized.ajs-modeless .ajs-modal {
  position: fixed !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important; }

.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=); }

.alertify.ajs-maximized .ajs-dialog, .alertify.ajs-resizable .ajs-dialog {
  padding: 0; }

.alertify.ajs-maximized .ajs-commands, .alertify.ajs-resizable .ajs-commands {
  margin: 14px 24px 0 0; }

.alertify.ajs-maximized .ajs-header, .alertify.ajs-resizable .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px; }

.alertify.ajs-maximized .ajs-body, .alertify.ajs-resizable .ajs-body {
  min-height: 224px;
  display: inline-block; }

.alertify.ajs-maximized .ajs-body .ajs-content, .alertify.ajs-resizable .ajs-body .ajs-content {
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto; }

.alertify.ajs-maximized .ajs-footer, .alertify.ajs-resizable .ajs-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0; }

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
  min-width: 548px; }

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
  display: block; }

.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  cursor: move; }

.alertify.ajs-modeless .ajs-dimmer, .alertify.ajs-modeless .ajs-reset {
  display: none; }

.alertify.ajs-modeless .ajs-modal {
  overflow: visible;
  max-width: none;
  max-height: 0; }

.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC); }

.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute; }

.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=); }

.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
  max-height: 500px;
  overflow: auto; }

.alertify.ajs-basic .ajs-header {
  opacity: 0; }

.alertify.ajs-basic .ajs-footer {
  visibility: hidden; }

.alertify.ajs-frameless .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1; }

.alertify.ajs-frameless .ajs-footer {
  display: none; }

.alertify.ajs-frameless .ajs-body .ajs-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
  padding-top: 0; }

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
  margin-top: 0; }

.ajs-no-overflow {
  overflow: hidden !important;
  outline: 0; }

.ajs-no-overflow.ajs-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll !important; }

.ajs-no-selection, .ajs-no-selection * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media screen and (max-width: 568px) {
  .alertify .ajs-dialog {
    min-width: 150px; }
  .alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0 5%; }
  .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
    min-width: initial;
    min-width: auto; } }

@-moz-document url-prefix() {
  .alertify button:focus {
    outline: 1px dotted #3593d2; } }

.alertify .ajs-dimmer, .alertify .ajs-modal {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms; }

.alertify.ajs-hidden .ajs-dimmer, .alertify.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0; }

.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.alertify.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms; }

.alertify .ajs-dialog.ajs-shake {
  -webkit-animation-name: ajs-shake;
  animation-name: ajs-shake;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes ajs-shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes ajs-shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-slideIn;
  animation-name: ajs-slideIn;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-slideOut;
  animation-name: ajs-slideOut;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-zoomIn;
  animation-name: ajs-zoomIn; }

.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-zoomOut;
  animation-name: ajs-zoomOut; }

.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-fadeIn;
  animation-name: ajs-fadeIn; }

.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-fadeOut;
  animation-name: ajs-fadeOut; }

.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-pulseIn;
  animation-name: ajs-pulseIn; }

.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-pulseOut;
  animation-name: ajs-pulseOut; }

.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInX;
  animation-name: ajs-flipInX; }

.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutX;
  animation-name: ajs-flipOutX; }

.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
  -webkit-animation-name: ajs-flipInY;
  animation-name: ajs-flipInY; }

.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
  -webkit-animation-name: ajs-flipOutY;
  animation-name: ajs-flipOutY; }

@-webkit-keyframes ajs-pulseIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes ajs-pulseIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes ajs-pulseOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-webkit-keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25); } }

@keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25); } }

@-webkit-keyframes ajs-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes ajs-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes ajs-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes ajs-fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes ajs-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes ajs-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-webkit-keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes ajs-flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes ajs-flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@-webkit-keyframes ajs-slideIn {
  0% {
    margin-top: -100%; }
  100% {
    margin-top: 5%; } }

@keyframes ajs-slideIn {
  0% {
    margin-top: -100%; }
  100% {
    margin-top: 5%; } }

@-webkit-keyframes ajs-slideOut {
  0% {
    margin-top: 5%; }
  100% {
    margin-top: -100%; } }

@keyframes ajs-slideOut {
  0% {
    margin-top: 5%; }
  100% {
    margin-top: -100%; } }

.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.alertify-notifier .ajs-message {
  position: relative;
  width: 260px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }

.alertify-notifier .ajs-message.ajs-visible {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  max-height: 100%;
  padding: 15px;
  margin-top: 10px; }

.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, 0.95); }

.alertify-notifier .ajs-message.ajs-error {
  background: rgba(217, 92, 92, 0.95); }

.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95); }

.alertify-notifier .ajs-message .ajs-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 2px; }

.alertify-notifier.ajs-top {
  top: 10px; }

.alertify-notifier.ajs-bottom {
  bottom: 10px; }

.alertify-notifier.ajs-right {
  right: 10px; }

.alertify-notifier.ajs-right .ajs-message {
  right: -320px; }

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px; }

.alertify-notifier.ajs-left {
  left: 10px; }

.alertify-notifier.ajs-left .ajs-message {
  left: -300px; }

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0; }

.alertify-notifier.ajs-center {
  left: 50%; }

.alertify-notifier.ajs-center .ajs-message {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.alertify-notifier.ajs-center .ajs-message.ajs-visible {
  left: 50%;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
  transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65); }

.alertify-notifier.ajs-center.ajs-top .ajs-message {
  top: -300px; }

.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
  top: 0; }

.alertify-notifier.ajs-center.ajs-bottom .ajs-message {
  bottom: -300px; }

.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
  bottom: 0; }

.ajs-no-transition.alertify .ajs-dialog, .ajs-no-transition.alertify .ajs-dimmer, .ajs-no-transition.alertify .ajs-modal {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important; }

.ajs-no-transition.alertify-notifier .ajs-message {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important; }

@media (prefers-reduced-motion: reduce) {
  .alertify .ajs-dialog, .alertify .ajs-dimmer, .alertify .ajs-modal {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important; }
  .alertify-notifier .ajs-message {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important; } }

/**
 * alertifyjs 1.13.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dimmer {
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 1; }

.alertify .ajs-dialog {
  max-width: 50%;
  min-height: 137px;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 5px; }

.alertify .ajs-header {
  padding: 1.5rem 2rem;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #555;
  background-color: #fff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.6em;
  font-weight: 700; }

.alertify .ajs-body {
  font-family: Roboto,sans-serif;
  color: #555; }

.alertify .ajs-body .ajs-content .ajs-input {
  width: 100%;
  margin: 0;
  padding: .65em 1em;
  font-size: 1em;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  outline: 0;
  color: rgba(0, 0, 0, 0.7);
  border-radius: .3125em;
  -webkit-transition: background-color .3s ease-out,border-color .2s ease,-webkit-box-shadow .2s ease;
  -webkit-transition: background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;
  transition: background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;
  box-sizing: border-box; }

.alertify .ajs-body .ajs-content .ajs-input:active {
  border-color: rgba(0, 0, 0, 0.3);
  background-color: #fafafa; }

.alertify .ajs-body .ajs-content .ajs-input:focus {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.85); }

.alertify.ajs-maximized:not(.ajs-resizable) .ajs-content, .alertify.ajs-resizable .ajs-content {
  top: 64px;
  bottom: 74px; }

.alertify .ajs-footer {
  background-color: #fff;
  padding: 1rem 2rem;
  border-top: none;
  border-radius: 0 0 5px 5px; }

.alertify-notifier .ajs-message {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 2px; }

.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgba(91, 189, 114, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); }

.alertify-notifier .ajs-message.ajs-error {
  color: #fff;
  background: rgba(217, 92, 92, 0.95);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); }

.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
  border-color: #999; }

/* Colors */
/* Fonts */
html {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  height: 100%; }

body {
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

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

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    opacity: 0.7; }

p {
  margin: 0; }

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle; }

textarea {
  resize: none; }

section {
  position: relative; }

a,
.slick-slide,
textarea,
input,
select,
button {
  outline: none; }

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

.wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  background-color: #ffffff; }
  .wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .wrapper.menu-active:after {
    z-index: 1;
    opacity: 1; }

.slick-dotted.slick-slider {
  margin: 0; }

.content {
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  overflow: hidden; }
  .content.page {
    padding: 25px 0 70px; }
  @media (max-width: 991px) {
    .content {
      padding-top: 95px !important; } }
  @media (max-width: 575px) {
    .content {
      padding-top: 65px !important; } }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1200px; } }

footer {
  -webkit-box-flex: 0;
          flex: 0 0 auto; }

.footer {
  background-color: #252b33;
  padding: 70px 0 60px; }
  @media (max-width: 991px) {
    .footer {
      padding: 50px 0 55px; } }
  @media (max-width: 767px) {
    .footer {
      padding: 30px 0 40px; } }
  .footer-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    color: #ffffff;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1200px) {
      .footer-top {
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .footer-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; } }
  .footer-left {
    max-width: 410px;
    width: 100%; }
    @media (max-width: 767px) {
      .footer-left {
        max-width: 100%;
        margin-bottom: 20px; } }
  .footer-middle {
    font-weight: 400;
    font-size: 0.875rem;
    color: #ffffff; }
    .footer-middle a {
      display: block;
      color: inherit;
      padding: 6px 0; }
    .footer-middle li {
      margin-bottom: 5px; }
    @media (max-width: 991px) {
      .footer-middle {
        display: none; } }
  .footer-right {
    max-width: 225px;
    width: 100%;
    font-weight: 400;
    font-size: 0.875rem;
    color: #ffffff; }
    @media (max-width: 991px) {
      .footer-right {
        max-width: 175px; } }
    @media (max-width: 767px) {
      .footer-right {
        max-width: 100%;
        width: 100%; } }
    .footer-right a {
      color: inherit; }
    .footer-right ul {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: end;
              justify-content: flex-end;
      flex-wrap: wrap;
      margin: -6px -6px; }
      @media (max-width: 991px) {
        .footer-right ul {
          margin: -4.5px -4.5px; } }
      @media (max-width: 767px) {
        .footer-right ul {
          -webkit-box-pack: center;
                  justify-content: center; } }
    .footer-right li {
      margin: 6px 6px; }
      @media (max-width: 991px) {
        .footer-right li {
          margin: 4.5px 4.5px; } }
      .footer-right li:not(.no-image) {
        font-size: 0;
        width: 2.1875rem;
        height: 2.1875rem; }
        .footer-right li:not(.no-image) img {
          max-width: 100%; }
        @media (max-width: 991px) {
          .footer-right li:not(.no-image) {
            width: 1.5625rem;
            height: 1.5625rem; } }
  .footer-bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
            justify-content: space-between;
    font-weight: 400;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6); }
    @media (max-width: 767px) {
      .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: center;
                align-items: center; } }
    .footer-bottom a {
      color: inherit;
      text-decoration: underline; }
  .footer-links {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    margin-right: 130px; }
    @media (max-width: 1200px) {
      .footer-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
        .footer-links > div {
          margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .footer-links {
        margin-right: 0;
        -webkit-box-pack: center;
                justify-content: center;
        margin-bottom: 25px; }
        .footer-links > div {
          text-align: center; } }
  .footer__name {
    font-weight: 600;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .footer__name {
        font-size: 1rem;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .footer__name {
        text-align: center;
        font-size: 0.875rem;
        margin-bottom: 20px; } }
  .footer__address {
    max-width: 285px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5625rem;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .footer__address {
        font-size: 0.75rem;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .footer__address {
        text-align: center;
        margin: 0 auto 20px; } }
  .footer__phone {
    font-size: 1.25rem;
    margin-bottom: 30px; }
    .footer__phone a {
      color: #ffffff; }
    @media (max-width: 991px) {
      .footer__phone {
        font-size: 1rem;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .footer__phone {
        text-align: center;
        margin-bottom: 10px; } }
  .footer__mail {
    font-size: 0.875rem; }
    .footer__mail a {
      color: #ffffff; }
    @media (max-width: 991px) {
      .footer__mail {
        font-size: 0.75rem; } }
    @media (max-width: 767px) {
      .footer__mail {
        text-align: center; } }

:root {
  --header-logo-offset-left: 150px;
  --header-logo-padding-top: 14px;
  --header-sub-menu-offset-left: 36px; }
  @media (max-width: 1200px) {
    :root {
      --header-logo-offset-left: 115px;
      --header-sub-menu-offset-left: 15px; } }
  @media (max-width: 991px) {
    :root {
      --header-logo-offset-left: 0;
      --header-logo-padding-top: 0;
      --header-sub-menu-offset-left: 0; } }

.header {
  background-color: #ffffff;
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    .header {
      position: fixed;
      left: 0;
      width: 100%;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
      -webkit-transition: box-shadow 0.3s;
      transition: box-shadow 0.3s; } }
  @media (max-width: 575px) {
    .header {
      padding: 10px 0; } }
  .header--scroll {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
  .header-row {
    position: relative;
    padding-left: var(--header-logo-offset-left); }
  .header-top {
    padding: var(--header-logo-padding-top) 0; }
    .header-top .header-row {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: end;
              align-items: flex-end; }
      @media (max-width: 991px) {
        .header-top .header-row {
          -webkit-box-align: center;
                  align-items: center; } }
  .header-bottom {
    background-color: #f3f5f6; }
    @media (max-width: 991px) {
      .header-bottom {
        background-color: #eaeaea; } }
    .header-bottom .header-row {
      padding-left: 0;
      margin-left: var(--header-logo-offset-left); }
  .header__logo .logo__image {
    position: absolute;
    top: calc( 0px - var(--header-logo-padding-top));
    left: 0; }
    @media (max-width: 991px) {
      .header__logo .logo__image {
        position: static; } }
  .header__mail {
    margin-left: auto;
    font-size: 0.875rem; }
    @media (max-width: 1200px) {
      .header__mail {
        font-size: 0.75rem; } }
    @media (max-width: 991px) {
      .header__mail {
        display: none; } }
    .header__mail a {
      color: #000000; }
  .header__phone {
    font-size: 1.25rem;
    margin-left: 35px; }
    @media (max-width: 1200px) {
      .header__phone {
        font-size: 1.125rem;
        margin-left: 20px; } }
    @media (max-width: 991px) {
      .header__phone {
        display: none; } }
    .header__phone a {
      color: #000000; }
  .header__link {
    margin-left: 35px; }
    @media (max-width: 1200px) {
      .header__link {
        margin-left: 20px; } }
    @media (max-width: 991px) {
      .header__link {
        margin-left: auto; } }
    @media (max-width: 767px) {
      .header__link {
        display: none; } }
  .header__search {
    display: none; }
    @media (max-width: 991px) {
      .header__search {
        display: block;
        margin-left: 15px; } }
    @media (max-width: 767px) {
      .header__search {
        margin-left: auto; } }
  .header__basket {
    margin-left: 23px; }
    @media (max-width: 1200px) {
      .header__basket {
        margin-left: 15px; } }
    @media (max-width: 767px) {
      .header__basket {
        display: none; } }
  .header__favorites {
    margin-left: 20px; }
    @media (max-width: 1200px) {
      .header__favorites {
        margin-left: 15px; } }
    @media (max-width: 767px) {
      .header__favorites {
        display: none; } }
  .header__sandwich {
    display: none; }
    @media (max-width: 991px) {
      .header__sandwich {
        display: block;
        margin-left: 15px; } }
  .header__menu {
    max-width: 650px;
    width: 100%; }
    @media (max-width: 1440px) {
      .header__menu {
        max-width: 605px; } }
    @media (max-width: 1200px) {
      .header__menu {
        max-width: 500px; } }
    @media (max-width: 991px) {
      .header__menu {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        background-color: #ffffff;
        max-width: 100%;
        height: 100%; } }
    @media (max-width: 767px) {
      .header__menu {
        top: 0 !important;
        z-index: 2;
        padding: 18px 0;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto; }
        .header__menu::-webkit-scrollbar {
          width: 4px; }
        .header__menu::-webkit-scrollbar-thumb {
          border-radius: 0px;
          background-color: #035795;
          border-radius: 5px; }
        .header__menu::-webkit-scrollbar-track {
          background-color: #ababab;
          margin-right: 5px;
          border-radius: 5px; } }
    .header__menu .header__mail,
    .header__menu .header__link,
    .header__menu .header__phone,
    .header__menu .header__favorites,
    .header__menu .header__basket {
      display: none; }
      @media (max-width: 767px) {
        .header__menu .header__mail,
        .header__menu .header__link,
        .header__menu .header__phone,
        .header__menu .header__favorites,
        .header__menu .header__basket {
          display: block; } }
    @media (max-width: 767px) {
      .header__menu .header__phone,
      .header__menu .header__basket {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .header__menu .header__link,
      .header__menu .header__phone,
      .header__menu .header__mail {
        margin-bottom: 13px; } }
    @media (max-width: 767px) {
      .header__menu .header__favorites {
        margin-left: 20px; } }
  .header__search-panel {
    max-width: 350px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 1440px) {
      .header__search-panel {
        max-width: 335px; } }
    @media (max-width: 1200px) {
      .header__search-panel {
        max-width: 295px; } }
    @media (max-width: 991px) {
      .header__search-panel {
        position: static;
        max-width: 100%;
        display: none;
        -webkit-transition: unset;
        transition: unset; } }
    .header__search-panel.active {
      max-width: 100%; }

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transform: translateY(-1000%);
          transform: translateY(-1000%);
  opacity: 0;
  background-color: #ffffff;
  padding: 28px 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s; }
  .header-fixed__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative; }
  .header-fixed__button {
    max-width: 185px; }
  .header-fixed .header__logo {
    margin-right: 50px; }
  .header-fixed .header__phone {
    margin-left: auto; }
  .header-fixed.header--scroll {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.button {
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  bottom: 0;
  display: block;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .button--link {
    font-weight: 400;
    font-size: 0.875rem;
    text-decoration: underline;
    color: #000000; }
    @media (max-width: 991px) {
      .button--link {
        font-size: 0.75rem; } }
  .button:hover {
    opacity: 0.7; }
  .button-blue {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    padding: 15.5px 0;
    background-color: #035795;
    font-weight: 600;
    font-size: 0.875rem;
    color: #ffffff; }
  .button-black {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    padding: 15.5px 0;
    background-color: #252b33;
    font-weight: 600;
    font-size: 0.875rem;
    color: #ffffff; }

.slider-next,
.slider-prev {
  -webkit-appearance: none;
  padding: 15px;
  margin: 0 -15px;
  display: block;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .slider-next svg,
  .slider-prev svg {
    width: 12.68px;
    height: 24px;
    fill: #838a8f; }

.slider-next {
  right: 0; }

.slider-prev {
  left: 0; }

.styled-text h1 {
  font-weight: 700;
  font-size: 2.8125rem;
  letter-spacing: 0.03em;
  color: #035795;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .styled-text h1 {
      font-size: 1.875rem;
      margin-bottom: 15px; } }
  @media (max-width: 575px) {
    .styled-text h1 {
      font-size: 21px;
      margin-bottom: 10px; } }

.styled-text h2 {
  font-weight: 700;
  font-size: 2.1875rem;
  text-transform: uppercase;
  color: #252b33;
  margin: 20px 0; }
  @media (max-width: 991px) {
    .styled-text h2 {
      font-size: 1.5625rem;
      margin: 15px 0; } }
  @media (max-width: 575px) {
    .styled-text h2 {
      font-size: 18px;
      margin: 10px 0; } }

.styled-text h3 {
  font-weight: 700;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #252b33;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .styled-text h3 {
      font-size: 1.375rem;
      margin-bottom: 15px; } }
  @media (max-width: 575px) {
    .styled-text h3 {
      font-size: 16px;
      margin-bottom: 10px; } }

.styled-text h4 {
  font-weight: 700;
  font-size: 1.375rem;
  text-transform: uppercase;
  color: #252b33;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .styled-text h4 {
      font-size: 1.125rem;
      margin-bottom: 15px; } }
  @media (max-width: 575px) {
    .styled-text h4 {
      font-size: 14px;
      margin-bottom: 10px; } }

.styled-text p {
  line-height: 1.875rem;
  color: #262626;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .styled-text p {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .styled-text p {
      font-size: 0.875rem; } }
  @media (max-width: 575px) {
    .styled-text p {
      font-size: 0.75rem;
      line-height: 1.5625rem;
      margin-bottom: 10px; } }

.styled-text a {
  font-size: 1rem;
  text-decoration: underline;
  color: #035795; }
  @media (max-width: 991px) {
    .styled-text a {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .styled-text a {
      font-size: 0.875rem; } }
  @media (max-width: 575px) {
    .styled-text a {
      font-size: 0.75rem;
      line-height: 1.5625rem;
      margin-bottom: 10px; } }

.styled-text .wp-block-table {
  margin: 0 0 20px; }
  @media (max-width: 767px) {
    .styled-text .wp-block-table {
      overflow-x: auto; } }

.styled-text table {
  border-collapse: collapse; }
  .styled-text table tr {
    font-size: 0.75rem;
    color: #000000; }
    @media (max-width: 991px) {
      .styled-text table tr {
        font-size: 0.625rem; } }
    .styled-text table tr td {
      padding: 17px 0 17px 15px; }
      @media (max-width: 991px) {
        .styled-text table tr td {
          padding: 13.5px 0 13.5px 15px; } }
    .styled-text table tr::nth-child(2n) {
      background-color: #f8f8f7; }
  .styled-text table tr:nth-child(1) {
    font-size: 0.625rem;
    text-transform: uppercase;
    background-color: #035795;
    color: #ffffff; }
    @media (max-width: 991px) {
      .styled-text table tr:nth-child(1) {
        font-size: 0.5rem; } }

.styled-text ul {
  line-height: 1.875rem; }
  @media (max-width: 575px) {
    .styled-text ul {
      line-height: 1.5625rem; } }
  .styled-text ul li {
    position: relative;
    padding-left: 10px; }
    .styled-text ul li:before {
      content: "";
      width: 5px;
      height: 5px;
      background-color: #035795;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 11.5px;
      left: 0px; }

.title-page {
  font-weight: 700;
  font-size: 2.1875rem;
  text-transform: uppercase;
  color: #252b33; }
  @media (max-width: 991px) {
    .title-page {
      font-size: 1.5625rem; } }
  @media (max-width: 575px) {
    .title-page {
      font-size: 1.125rem; } }

.title-small {
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #000000; }
  @media (max-width: 767px) {
    .title-small {
      font-size: 1rem; } }

textarea, input {
  border: 1px solid #c4c4c4;
  padding: 14.5px 18px;
  background-color: transparent;
  font-weight: 400;
  font-size: 0.875rem;
  color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  textarea ::-webkit-input-placeholder, input ::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 0.875rem;
    color: #777777; }
  textarea :-moz-placeholder, input :-moz-placeholder {
    font-weight: 400;
    font-size: 0.875rem;
    color: #777777; }
  textarea ::-moz-placeholder, input ::-moz-placeholder {
    font-weight: 400;
    font-size: 0.875rem;
    color: #777777; }
  textarea :-ms-input-placeholder, input :-ms-input-placeholder {
    font-weight: 400;
    font-size: 0.875rem;
    color: #777777; }

.input-transparent {
  border: unset;
  background-color: rgba(255, 255, 255, 0.1);
  resize: none;
  color: #ffffff; }
  .input-transparent ::-webkit-input-placeholder {
    color: #ffffff; }
  .input-transparent :-moz-placeholder {
    color: #ffffff; }
  .input-transparent ::-moz-placeholder {
    color: #ffffff; }
  .input-transparent :-ms-input-placeholder {
    color: #ffffff; }

.privacy-policy {
  font-weight: 400;
  line-height: 1.125rem;
  font-size: 0.75rem;
  color: rgba(171, 171, 171, 0.7); }
  .privacy-policy a {
    color: inherit;
    text-decoration: underline; }

.styled-checkbox {
  display: -webkit-box;
  display: flex;
  padding: 5px 0;
  margin-bottom: 15px;
  cursor: pointer; }
  .styled-checkbox input[type=checkbox] {
    display: none; }
  .styled-checkbox span {
    font-weight: 500;
    font-size: 1rem;
    color: #000000; }
    @media (max-width: 1200px) {
      .styled-checkbox span {
        font-size: 0.875rem; } }
  .styled-checkbox__custom {
    display: inline-block;
    -webkit-box-flex: 0;
            flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #c4c4c4;
    margin-right: 10px;
    position: relative; }
    .styled-checkbox__custom:before {
      content: url("./images/general/catalog/checkbox.svg");
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, calc( -50% - 1px));
              transform: translate(-50%, calc( -50% - 1px));
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .styled-checkbox input[type=checkbox]:checked + .styled-checkbox__custom:before {
    opacity: 1; }

.baner {
  padding: 35px 0 15px;
  margin-left: var(--header-logo-offset-left);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .baner {
      margin-left: 0; } }
  @media (max-width: 991px) {
    .baner {
      padding: 70px 0 100px; } }
  @media (max-width: 767px) {
    .baner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: center;
              align-items: center;
      padding: 40px 0 75px; } }
  @media (max-width: 575px) {
    .baner {
      padding: 40px 0 60px; } }
  .baner__text {
    max-width: 440px;
    width: 100%; }
    @media (max-width: 767px) {
      .baner__text {
        margin-bottom: 20px; } }
    @media (max-width: 575px) {
      .baner__text {
        margin-bottom: 10px; } }
  .baner__title {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.8125rem;
    letter-spacing: 0.03em;
    color: #13212e;
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      .baner__title {
        font-size: 1.25rem;
        line-height: 1.5625rem;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .baner__title {
        text-align: center; } }
    @media (max-width: 575px) {
      .baner__title {
        font-size: 0.8125rem;
        line-height: 1.25rem;
        margin-bottom: 5px; } }
  .baner__subtitle {
    font-weight: 700;
    font-size: 2.8125rem;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #035795; }
    @media (max-width: 991px) {
      .baner__subtitle {
        font-size: 1.875rem; } }
    @media (max-width: 767px) {
      .baner__subtitle {
        text-align: center; } }
    @media (max-width: 575px) {
      .baner__subtitle {
        font-size: 1.3125rem;
        line-height: 1.5625rem; } }
  .baner__image {
    max-width: 553px;
    width: 100%; }
    @media (max-width: 991px) {
      .baner__image {
        max-width: 303px; } }
    @media (max-width: 991px) {
      .baner__image img {
        max-width: 100%; } }

.main-baner {
  background: -webkit-gradient(linear, left top, left bottom, from(#DADFE5), to(#F4F5F9));
  background: linear-gradient(180deg, #DADFE5 0%, #F4F5F9 100%);
  padding: 57px 0 33px; }
  .main-baner > .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .main-baner > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center; } }
  .main-baner__image {
    max-width: 545px;
    width: 100%; }
    .main-baner__image img {
      max-width: 100%; }
    @media (max-width: 991px) {
      .main-baner__image {
        max-width: 315px; } }
  .main-baner__subtitle {
    font-weight: 700;
    font-size: 2.8125rem;
    letter-spacing: 0.03em;
    color: #035795; }
    @media (max-width: 991px) {
      .main-baner__subtitle {
        font-size: 1.875rem; } }
    @media (max-width: 991px) {
      .main-baner__subtitle {
        font-size: 1.5625rem; } }
  .main-baner__title {
    font-weight: 700;
    font-size: 1.875rem;
    letter-spacing: 0.03em;
    color: #13212e; }
    @media (max-width: 991px) {
      .main-baner__title {
        font-size: 1.25rem; } }
    @media (max-width: 991px) {
      .main-baner__title {
        font-size: 0.8125rem; } }

.infographics__wrap {
  padding: 25px 50px 40px 70px;
  display: -webkit-box;
  display: flex; }
  @media (max-width: 1200px) {
    .infographics__wrap {
      padding: 25px 0 40px; } }
  @media (max-width: 991px) {
    .infographics__wrap {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .infographics__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }

.infographics__image {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 221px;
  width: 100%;
  height: 304px;
  margin-right: 50px; }
  @media (max-width: 991px) {
    .infographics__image {
      margin-right: 25px;
      max-width: 164px;
      height: 225px; } }
  @media (max-width: 767px) {
    .infographics__image {
      margin: 0 auto 22px; } }
  .infographics__image img {
    max-width: 100%; }

.infographics__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  text-transform: uppercase;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .infographics__title {
      font-size: 1rem;
      line-height: 1.875rem;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .infographics__title {
      text-align: center; } }
  .infographics__title .bahama-blue {
    font-size: 1.5rem;
    line-height: 2.4375rem; }
    @media (max-width: 991px) {
      .infographics__title .bahama-blue {
        font-size: 1.25rem;
        line-height: 1.875rem; } }

.infographics-info {
  margin-top: 60px; }
  @media (max-width: 991px) {
    .infographics-info {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .infographics-info {
      margin-top: 0; } }

.infographics-blocks {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 575px) {
    .infographics-blocks {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }
  .infographics-blocks__item {
    margin-right: 50px; }
    @media (max-width: 991px) {
      .infographics-blocks__item {
        margin-right: 40px; } }
    @media (max-width: 767px) {
      .infographics-blocks__item {
        margin: 0 auto 20px; } }
    .infographics-blocks__item:last-child {
      margin-right: 0; }
      @media (max-width: 575px) {
        .infographics-blocks__item:last-child {
          margin: 0 auto 20px; } }

.info-block__top {
  font-weight: 600;
  font-size: 1.5625rem;
  color: #035795;
  margin-bottom: 5px; }
  @media (max-width: 991px) {
    .info-block__top {
      font-size: 1.0625rem; } }
  .info-block__top .big {
    font-size: 4.375rem; }
    @media (max-width: 991px) {
      .info-block__top .big {
        font-size: 2.9375rem; } }
  .info-block__top .small {
    font-size: inherit; }

.info-block__bottom {
  font-size: 0.875rem;
  color: #000000; }
  @media (max-width: 991px) {
    .info-block__bottom {
      font-size: 0.75rem; } }

.through-partners {
  padding: 36px 0; }
  @media (max-width: 991px) {
    .through-partners {
      padding: 20px 0; } }
  .through-partners__image {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .through-partners__image {
        height: 85px; } }
    .through-partners__image img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: contain;
         object-fit: contain; }
  @media (max-width: 1200px) {
    .through-partners .slider-prev {
      left: -20px; } }
  @media (max-width: 767px) {
    .through-partners .slider-prev {
      left: -15px; } }
  @media (max-width: 575px) {
    .through-partners .slider-prev {
      left: 0; } }
  @media (max-width: 1200px) {
    .through-partners .slider-next {
      right: -20px; } }
  @media (max-width: 767px) {
    .through-partners .slider-next {
      right: -15px; } }
  @media (max-width: 575px) {
    .through-partners .slider-next {
      right: 0; } }
  .through-partners .slick-list {
    margin: 0 45px; }
    @media (max-width: 1200px) {
      .through-partners .slick-list {
        margin: 0; } }

.through-clients {
  padding: 55px 0; }
  @media (max-width: 991px) {
    .through-clients {
      padding: 30px 0; } }
  .through-clients__logo {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    height: 125px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.875rem;
    color: #262626; }
    @media (max-width: 991px) {
      .through-clients__logo {
        height: 115px; } }
  @media (max-width: 1200px) {
    .through-clients .slider-prev {
      left: -20px; } }
  @media (max-width: 767px) {
    .through-clients .slider-prev {
      left: -15px; } }
  @media (max-width: 575px) {
    .through-clients .slider-prev {
      left: 0; } }
  @media (max-width: 1200px) {
    .through-clients .slider-next {
      right: -20px; } }
  @media (max-width: 767px) {
    .through-clients .slider-next {
      right: -15px; } }
  @media (max-width: 575px) {
    .through-clients .slider-next {
      right: 0; } }
  .through-clients .slick-list {
    margin: 0 95px; }
    @media (max-width: 1200px) {
      .through-clients .slick-list {
        margin: 0; } }

.find-spares {
  background-color: #252b33;
  padding: 95px 0 80px; }
  @media (max-width: 1200px) {
    .find-spares {
      padding: 75px 0 60px; } }
  @media (max-width: 991px) {
    .find-spares {
      padding: 50px 0 40px; } }
  @media (max-width: 440px) {
    .find-spares {
      padding: 40px 0 30px; } }
  .find-spares input {
    -webkit-box-flex: 1;
            flex: 1;
    margin-right: 20px; }
    @media (max-width: 991px) {
      .find-spares input {
        -webkit-box-flex: unset;
                flex: unset;
        max-width: calc(50% - 30px);
        width: 100%;
        margin: 0 15px 20px; } }
    @media (max-width: 440px) {
      .find-spares input {
        margin: 0 0 20px;
        max-width: 100%; } }
    .find-spares input:last-child {
      margin-right: 0; }
  .find-spares textarea {
    max-width: 100%;
    width: 100%;
    height: 111px; }
    @media (max-width: 991px) {
      .find-spares textarea {
        margin: 0 15px 20px; } }
    @media (max-width: 440px) {
      .find-spares textarea {
        margin: 0 0 20px; } }
  .find-spares__title {
    color: #ffffff;
    margin-bottom: 30px; }
  .find-spares__row {
    margin-bottom: 25px;
    display: -webkit-box;
    display: flex; }
    @media (max-width: 991px) {
      .find-spares__row {
        flex-wrap: wrap;
        margin: 0 -15px; } }
    @media (max-width: 440px) {
      .find-spares__row {
        margin: 0; } }
  .find-spares__button {
    max-width: 185px;
    margin-left: auto;
    margin-bottom: 15px; }
    @media (max-width: 440px) {
      .find-spares__button {
        margin: 0 auto 15px; } }
  .find-spares .privacy-policy {
    max-width: 245px;
    width: 100%;
    text-align: right;
    margin-left: auto; }
    @media (max-width: 440px) {
      .find-spares .privacy-policy {
        text-align: center;
        margin: 0 auto; } }

@media (max-width: 440px) {
  .carousel-new,
  .carousel-viewed {
    overflow: hidden; } }

.carousel-new .slick-track,
.carousel-viewed .slick-track {
  margin: 0; }

.carousel-new__title,
.carousel-viewed__title {
  margin-bottom: 30px; }

.carousel-new__slider,
.carousel-viewed__slider {
  padding: 0 40px; }
  @media (max-width: 991px) {
    .carousel-new__slider,
    .carousel-viewed__slider {
      padding: 0 15px; } }
  @media (max-width: 440px) {
    .carousel-new__slider,
    .carousel-viewed__slider {
      padding: 0; } }

.carousel-new__item,
.carousel-viewed__item {
  margin: 0 10px; }
  @media (max-width: 440px) {
    .carousel-new__item,
    .carousel-viewed__item {
      margin: 0 5px; } }

.through-category {
  background-color: #f3f5f6;
  padding: 65px 0 15px; }
  .through-category__title {
    text-align: center;
    margin-bottom: 30px; }
  .through-category__list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    @media (max-width: 575px) {
      .through-category__list {
        margin: 0; } }
  .through-category__item {
    max-width: calc( 100% / 4 - 30px);
    width: 100%;
    margin: 0 15px 30px; }
    @media (max-width: 991px) {
      .through-category__item {
        max-width: calc( 100% / 3 - 30px); } }
    @media (max-width: 767px) {
      .through-category__item {
        max-width: calc( 100% / 2 - 30px); } }
    @media (max-width: 575px) {
      .through-category__item {
        max-width: 100%;
        margin: 0 0 30px; } }

.category-image__image {
  max-width: 200px;
  width: 100%;
  height: 200px;
  position: relative;
  margin: 0 auto 30px; }
  @media (max-width: 991px) {
    .category-image__image {
      margin: 0 auto 20px; } }
  .category-image__image img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover; }

.category-image__title {
  max-width: 195px;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  line-height: 1.25rem;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: #000000; }
  @media (max-width: 991px) {
    .category-image__title {
      font-size: 0.75rem; } }
  .category-image__title span {
    font-weight: 500;
    font-size: 0.8125rem;
    color: #939393; }

.front-advantages__title {
  margin-bottom: 90px; }
  @media (max-width: 991px) {
    .front-advantages__title {
      margin-bottom: 40px; } }

.front-advantages__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px; }
  @media (max-width: 991px) {
    .front-advantages__list {
      margin: 0 -20px; } }
  @media (max-width: 575px) {
    .front-advantages__list {
      margin: 0; } }

.front-advantages__item {
  max-width: calc( 100% / 3 - 100px);
  width: 100%;
  margin: 0 50px 50px; }
  @media (max-width: 991px) {
    .front-advantages__item {
      max-width: calc( 100% / 3 - 40px);
      margin: 0 20px 50px; } }
  @media (max-width: 767px) {
    .front-advantages__item {
      max-width: calc( 100% / 2 - 40px);
      margin: 0 20px 50px; } }
  @media (max-width: 575px) {
    .front-advantages__item {
      max-width: 100%;
      margin: 0 0 40px;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
              align-items: flex-start; }
      .front-advantages__item:last-child {
        margin-bottom: 0; } }

.front-advantages__image {
  width: 88px;
  height: 65px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto 20px; }
  @media (max-width: 991px) {
    .front-advantages__image {
      width: 58px;
      height: 56px; } }
  @media (max-width: 575px) {
    .front-advantages__image {
      -webkit-box-flex: 0;
              flex: 0 0 58px;
      margin-bottom: 0;
      margin-right: 20px; } }
  .front-advantages__image img {
    max-width: 100%; }

.front-advantages__text {
  font-size: 1rem;
  line-height: 1.375rem;
  text-align: center;
  color: #000000; }
  @media (max-width: 991px) {
    .front-advantages__text {
      font-size: 0.875rem; } }
  @media (max-width: 575px) {
    .front-advantages__text {
      text-align: left; } }

.footer-baner {
  padding: 80px 0 50px; }
  @media (max-width: 991px) {
    .footer-baner {
      padding: 25px 0 10px; } }
  .footer-baner > .container {
    position: relative; }
  .footer-baner a {
    opacity: 1; }
    @media (max-width: 767px) {
      .footer-baner a {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; } }
  .footer-baner__title {
    max-width: 575px;
    width: 100%;
    font-weight: 700;
    font-size: 2.1875rem;
    line-height: 2.8125rem;
    text-transform: uppercase;
    color: #252b33; }
    @media (max-width: 991px) {
      .footer-baner__title {
        max-width: 360px;
        font-size: 1.375rem;
        line-height: 1.9375rem; } }
    @media (max-width: 767px) {
      .footer-baner__title {
        max-width: 100%; } }
    @media (max-width: 575px) {
      .footer-baner__title {
        margin-bottom: 30px; } }
  .footer-baner__image {
    max-width: 622px;
    width: 100%;
    height: 350px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
    @media (max-width: 1440px) {
      .footer-baner__image {
        max-width: 560px;
        -webkit-transform: translateY(-10%);
                transform: translateY(-10%); } }
    @media (max-width: 1200px) {
      .footer-baner__image {
        max-width: 460px;
        height: 225px;
        -webkit-transform: translateY(10%);
                transform: translateY(10%); } }
    @media (max-width: 991px) {
      .footer-baner__image {
        max-width: 330px;
        height: 185px;
        -webkit-transform: translateY(-15%);
                transform: translateY(-15%); } }
    @media (max-width: 767px) {
      .footer-baner__image {
        position: static;
        -webkit-transform: translateY(15%);
                transform: translateY(15%);
        margin: 0 auto; } }
    @media (max-width: 575px) {
      .footer-baner__image {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        margin: 0 auto -40px; } }
    @media (max-width: 330px) {
      .footer-baner__image {
        margin: 0 auto -55px; } }
    .footer-baner__image img {
      display: block;
      max-width: 100%; }

.alertify-notifier .ajs-message.ajs-success {
  background: #ffffff;
  box-shadow: 0px 7.5px 15px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 0.875rem;
  color: #035795;
  text-shadow: unset;
  border: 0;
  border-radius: 3px; }

.alertify-notifier .ajs-message.ajs-error {
  box-shadow: 0px 7.5px 15px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 0.875rem;
  color: #ffffff;
  text-shadow: unset;
  border: 0;
  border-radius: 3px; }

@media (max-width: 991px) {
  .logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; } }

.logo__image {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 7.125rem;
  height: 7.125rem;
  background-color: #252b33;
  z-index: 1; }
  @media (max-width: 1200px) {
    .logo__image {
      width: 6.25rem;
      height: 6.25rem; } }
  @media (max-width: 991px) {
    .logo__image {
      width: 4.375rem;
      height: 4.375rem;
      margin-right: 15px; }
      .logo__image img {
        max-width: 43px; } }
  @media (max-width: 575px) {
    .logo__image {
      width: 2.5rem;
      height: 2.5rem;
      margin-right: 10px; }
      .logo__image img {
        max-width: 25px; } }

.logo__name {
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 3px; }
  @media (max-width: 1200px) {
    .logo__name {
      font-size: 1rem; } }
  @media (max-width: 575px) {
    .logo__name {
      font-size: 0.6875rem; } }

.logo__slogan {
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.23em;
  color: #000000; }
  @media (max-width: 1200px) {
    .logo__slogan {
      font-size: 0.625rem; } }
  @media (max-width: 575px) {
    .logo__slogan {
      font-size: 0.4375rem; } }

.search--toggle {
  cursor: pointer; }
  .search--toggle svg {
    width: 0.875rem;
    height: 0.875rem; }

.search-panel {
  background-color: #eaeaea;
  display: -webkit-box;
  display: flex; }
  .search-panel__button {
    width: 2.9375rem;
    height: 2.9375rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }
    @media (max-width: 1200px) {
      .search-panel__button {
        width: 2.5rem;
        height: 2.5rem; } }
    @media (max-width: 991px) {
      .search-panel__button {
        width: 2.9375rem;
        height: 2.9375rem; } }
    @media (max-width: 767px) {
      .search-panel__button {
        width: 2.5rem;
        height: 2.5rem; } }
    .search-panel__button svg {
      width: 0.6875rem;
      height: 0.6875rem; }
  .search-panel input[type=search] {
    border: 0;
    background: transparent;
    width: 100%;
    font-weight: 400;
    font-size: 0.875rem;
    color: #000000; }
    @media (max-width: 1200px) {
      .search-panel input[type=search] {
        font-size: 0.75rem; } }
    @media (max-width: 991px) {
      .search-panel input[type=search] {
        font-size: 0.875rem; } }
    @media (max-width: 767px) {
      .search-panel input[type=search] {
        font-size: 0.75rem; } }
    .search-panel input[type=search] ::-webkit-input-placeholder {
      font-weight: 400;
      font-size: 0.875rem;
      color: #c4c4c4; }
      @media (max-width: 1200px) {
        .search-panel input[type=search] ::-webkit-input-placeholder {
          font-size: 0.75rem; } }
      @media (max-width: 991px) {
        .search-panel input[type=search] ::-webkit-input-placeholder {
          font-size: 0.875rem; } }
      @media (max-width: 767px) {
        .search-panel input[type=search] ::-webkit-input-placeholder {
          font-size: 0.75rem; } }
    .search-panel input[type=search] :-moz-placeholder {
      font-weight: 400;
      font-size: 0.875rem;
      color: #c4c4c4; }
      @media (max-width: 1200px) {
        .search-panel input[type=search] :-moz-placeholder {
          font-size: 0.75rem; } }
      @media (max-width: 991px) {
        .search-panel input[type=search] :-moz-placeholder {
          font-size: 0.875rem; } }
      @media (max-width: 767px) {
        .search-panel input[type=search] :-moz-placeholder {
          font-size: 0.75rem; } }
    .search-panel input[type=search] ::-moz-placeholder {
      font-weight: 400;
      font-size: 0.875rem;
      color: #c4c4c4; }
      @media (max-width: 1200px) {
        .search-panel input[type=search] ::-moz-placeholder {
          font-size: 0.75rem; } }
      @media (max-width: 991px) {
        .search-panel input[type=search] ::-moz-placeholder {
          font-size: 0.875rem; } }
      @media (max-width: 767px) {
        .search-panel input[type=search] ::-moz-placeholder {
          font-size: 0.75rem; } }
    .search-panel input[type=search] :-ms-input-placeholder {
      font-weight: 400;
      font-size: 0.875rem;
      color: #c4c4c4; }
      @media (max-width: 1200px) {
        .search-panel input[type=search] :-ms-input-placeholder {
          font-size: 0.75rem; } }
      @media (max-width: 991px) {
        .search-panel input[type=search] :-ms-input-placeholder {
          font-size: 0.875rem; } }
      @media (max-width: 767px) {
        .search-panel input[type=search] :-ms-input-placeholder {
          font-size: 0.75rem; } }
  .search-panel__result {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background-color: #ffffff;
    box-shadow: 0px 7.5px 15px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    overflow-y: auto; }
    .search-panel__result::-webkit-scrollbar {
      width: 4px; }
    .search-panel__result::-webkit-scrollbar-thumb {
      border-radius: 0px;
      background-color: #035795;
      border-radius: 5px; }
    .search-panel__result::-webkit-scrollbar-track {
      background-color: #ababab;
      margin-right: 5px;
      border-radius: 5px; }
    .search-panel__result .product-mini__change {
      max-width: 80px;
      padding-right: 0; }
    .search-panel__result .product-mini__buy-count, .search-panel__result .product-mini__remove {
      display: none; }
  .search-panel__item {
    padding: 25px 23px 15px 25px; }
    .search-panel__item:nth-child(odd) {
      background-color: #f1f1f1; }

.favorites-prev,
.basket-prev {
  cursor: pointer; }
  .favorites-prev svg,
  .basket-prev svg {
    width: 0.9375rem;
    height: 0.9375rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .favorites-prev__icon,
  .basket-prev__icon {
    margin-right: 9px; }
  .favorites-prev__count,
  .basket-prev__count {
    font-weight: 400;
    font-size: 0.75rem;
    color: #777777; }

.favorites-prev:hover svg {
  fill: #e3001a; }

.basket-prev.active svg, .basket-prev:hover svg {
  fill: #035795; }

.basket-prev__down {
  display: none;
  position: absolute;
  right: 0;
  padding: 25px 25px 22px;
  background-color: #ffffff;
  z-index: 2;
  max-width: 459px;
  width: 100%;
  top: calc( 100% + 15px);
  box-shadow: 0px 7.5px 15px rgba(0, 0, 0, 0.1); }
  @media (max-width: 991px) {
    .basket-prev__down {
      max-width: 100%;
      width: 100%;
      top: calc( 100% + 0px); } }

.basket-prev__total {
  margin-bottom: 8px; }

.basket-prev__button {
  max-width: 180px;
  margin-left: auto;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 8.5px 0; }

.basket-prev-list {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 8px; }
  .basket-prev-list::-webkit-scrollbar {
    width: 4px; }
  .basket-prev-list::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #035795;
    border-radius: 5px; }
  .basket-prev-list::-webkit-scrollbar-track {
    background-color: #ababab;
    margin-right: 5px;
    border-radius: 5px; }
  .basket-prev-list__item .product-mini {
    margin: 20px 0 0;
    padding-bottom: 15px;
    padding-right: 80px;
    border-bottom: 1px solid #dfdfdf; }
    .basket-prev-list__item .product-mini__buy-count {
      display: none; }
    .basket-prev-list__item .product-mini__remove {
      display: none; }
    .basket-prev-list__item .product-mini__change {
      max-width: 80px;
      padding-right: 0; }
  .basket-prev-list__item:last-child .product-mini {
    border-bottom: 0; }

.sandwich {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  cursor: pointer; }
  .sandwich__line {
    width: 20px;
    height: 3px;
    margin-bottom: 4px;
    background-color: #035795; }
    .sandwich__line:last-child {
      margin-bottom: 0; }

.site4all {
  text-align: right;
  text-decoration: none !important; }
  @media (max-width: 767px) {
    .site4all {
      text-align: center; } }
  .site4all__name {
    margin-bottom: 10px; }

.big-stone {
  color: #13212e; }

.bahama-blue {
  color: #035795; }

.add-to-card.active {
  opacity: 0.7; }

.add-to-favorites {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .add-to-favorites svg {
    width: 15px;
    height: 14px;
    fill: #c4c4c4;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s; }
  .add-to-favorites.active svg, .add-to-favorites:hover svg {
    fill: #e3001a; }
  .add-to-favorites span {
    display: block;
    margin-left: 7px;
    font-weight: 300;
    font-size: 0.875rem;
    color: #939393; }

.buy-count {
  max-width: 46px;
  width: 100%;
  position: relative; }
  .buy-count input[type=number]::-webkit-inner-spin-button,
  .buy-count input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }
  .buy-count input[type=number] {
    -moz-appearance: textfield;
    display: block;
    width: 100%;
    padding: 7.5px 10px;
    font-size: 0.75rem; }
  .buy-count__up {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    overflow: hidden;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 13px;
    height: 13px; }
    .buy-count__up svg {
      width: 10px;
      height: 5px;
      fill: transparent;
      stroke: #035795; }
  .buy-count__down {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    overflow: hidden;
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 13px;
    height: 13px; }
    .buy-count__down svg {
      width: 10px;
      height: 5px;
      fill: transparent;
      stroke: #035795; }
  .buy-count.no-order {
    position: relative; }
    .buy-count.no-order:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(255, 255, 255, 0.6); }

.product-advantages {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px; }
  @media (max-width: 991px) {
    .product-advantages {
      margin: 0 -40px; } }
  @media (max-width: 440px) {
    .product-advantages {
      margin: 0 -30px; } }
  .product-advantages__item {
    max-width: calc( 100% / 2 - 100px);
    width: 100%;
    margin: 0 50px 50px; }
    @media (max-width: 991px) {
      .product-advantages__item {
        max-width: calc( 100% / 2 - 80px);
        margin: 0 40px 40px; } }
    @media (max-width: 440px) {
      .product-advantages__item {
        max-width: calc( 100% / 2 - 60px);
        margin: 0 30px 30px; } }
  .product-advantages__image {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 0 auto 15px; }
  .product-advantages__text {
    font-weight: 500;
    font-size: 0.875rem;
    text-align: center;
    color: #000000; }

.total-prev {
  text-align: right; }
  .total-prev__label {
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #000000; }
  .total-prev__value {
    font-weight: 600;
    font-size: 1rem;
    color: #035795; }
  .total-prev__note {
    margin-top: 5px;
    font-size: 0.6875rem;
    font-weight: 400;
    color: #ababab; }

#map {
  height: 575px; }

.error {
  padding: 70px 0 0; }
  .error__title {
    font-weight: 700;
    font-size: 6.25rem;
    line-height: 1;
    text-align: center;
    color: #035795; }
  .error__text {
    font-size: 1rem;
    line-height: 1.875rem;
    text-align: center;
    color: #000000;
    max-width: 430px;
    margin: 0 auto 70px; }
    .error__text a {
      color: #035795;
      text-decoration: underline; }
  .error .through-category {
    margin-bottom: 70px; }
  .error .carousel-new {
    margin-bottom: 100px; }

@media (max-width: 991px) {
  .main-menu {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px; } }

@media (max-width: 767px) {
  .main-menu {
    max-width: 540px; } }

.main-menu__close {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 6; }
  @media (max-width: 991px) {
    .main-menu__close {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      margin-left: auto;
      width: 0.5625rem;
      height: 0.5625rem;
      padding: 15px; } }
  .main-menu__close::after, .main-menu__close::before {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: #035795;
    position: absolute; }
  .main-menu__close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .main-menu__close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.main-menu__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  @media (max-width: 991px) {
    .main-menu__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      padding: 0 35px; } }
  @media (max-width: 767px) {
    .main-menu__list {
      padding: 0; } }
  .main-menu__list > li {
    font-weight: 400;
    font-size: 0.875rem; }
    @media (max-width: 1200px) {
      .main-menu__list > li {
        font-size: 0.75rem; } }
    @media (max-width: 991px) {
      .main-menu__list > li {
        font-weight: 600;
        font-size: 0.875rem;
        text-transform: uppercase; } }
    @media (max-width: 440px) {
      .main-menu__list > li {
        font-size: 0.75rem; } }
    .main-menu__list > li:last-child {
      margin-right: 0; }
    .main-menu__list > li > a {
      display: inline-block;
      padding: 15.5px 0;
      text-align: center;
      color: #262626; }
      @media (max-width: 1200px) {
        .main-menu__list > li > a {
          padding: 13.5px 0; } }
      .main-menu__list > li > a:hover {
        opacity: 1;
        color: #035795; }
    .main-menu__list > li > .sub-menu {
      background-color: #ffffff;
      position: absolute;
      top: 100%;
      left: -5000%;
      width: calc( 100% + var(--header-sub-menu-offset-left));
      padding: 40px 55px;
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3;
      -webkit-column-gap: 75px;
         -moz-column-gap: 75px;
              column-gap: 75px;
      font-weight: 600;
      font-size: 0.875rem;
      min-height: 420px;
      opacity: 0;
      z-index: 3;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      @media (max-width: 1200px) {
        .main-menu__list > li > .sub-menu {
          padding: 20px 25px;
          height: 320px; } }
      @media (max-width: 991px) {
        .main-menu__list > li > .sub-menu {
          position: static;
          opacity: 1;
          -webkit-column-count: 2;
             -moz-column-count: 2;
                  column-count: 2;
          height: 100%; } }
      @media (max-width: 575px) {
        .main-menu__list > li > .sub-menu {
          -webkit-column-count: auto;
             -moz-column-count: auto;
                  column-count: auto;
          -webkit-column-gap: 0;
             -moz-column-gap: 0;
                  column-gap: 0;
          padding: 0 15px;
          font-size: 0.75rem; } }
      .main-menu__list > li > .sub-menu > li {
        margin-bottom: 15px; }
        .main-menu__list > li > .sub-menu > li > a {
          padding: 3px 0;
          color: #000000; }
          .main-menu__list > li > .sub-menu > li > a:hover {
            opacity: 1;
            color: #035795; }
        .main-menu__list > li > .sub-menu > li > .sub-menu {
          margin-top: 10px;
          font-weight: 400;
          font-size: 0.75rem; }
          .main-menu__list > li > .sub-menu > li > .sub-menu > li {
            margin-bottom: 5px; }
            .main-menu__list > li > .sub-menu > li > .sub-menu > li > a {
              color: #6a6a6a; }
              .main-menu__list > li > .sub-menu > li > .sub-menu > li > a:hover {
                opacity: 1;
                color: #035795; }
    .main-menu__list > li:hover .sub-menu {
      left: calc( 0px - var(--header-sub-menu-offset-left));
      opacity: 1;
      z-index: 3; }

@media (max-width: 767px) {
  .main-menu__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -15px; } }

@media (max-width: 767px) {
  .catalog-terms {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff; }
    .catalog-terms::-webkit-scrollbar {
      width: 4px; }
    .catalog-terms::-webkit-scrollbar-thumb {
      border-radius: 0px;
      background-color: #035795;
      border-radius: 5px; }
    .catalog-terms::-webkit-scrollbar-track {
      background-color: #ababab;
      margin-right: 5px;
      border-radius: 5px; } }

.catalog-terms__header {
  display: none; }
  @media (max-width: 767px) {
    .catalog-terms__header {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding: 15px; } }

@media (max-width: 767px) {
  .catalog-terms__title {
    font-weight: 700;
    font-size: 1rem;
    color: #000000;
    text-transform: uppercase; } }

.catalog-terms__close {
  display: none;
  cursor: pointer; }
  @media (max-width: 991px) {
    .catalog-terms__close {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      margin-left: auto;
      width: 0.5625rem;
      height: 0.5625rem;
      padding: 15px; } }
  .catalog-terms__close::after, .catalog-terms__close::before {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: #035795;
    position: absolute; }
  .catalog-terms__close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .catalog-terms__close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.tsub-menu__header {
  display: none; }
  @media (max-width: 767px) {
    .tsub-menu__header {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding: 15px; } }

@media (max-width: 767px) {
  .tsub-menu__title {
    font-weight: 700;
    font-size: 1rem;
    color: #000000;
    text-transform: uppercase; }
    .tsub-menu__title:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 5px;
      height: 10px;
      background-image: url("./images/general/back-cat.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 10px;
      margin-bottom: 4px; } }

.tsub-menu__close {
  display: none;
  cursor: pointer; }
  @media (max-width: 991px) {
    .tsub-menu__close {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      margin-left: auto;
      width: 0.5625rem;
      height: 0.5625rem;
      padding: 15px; } }
  .tsub-menu__close::after, .tsub-menu__close::before {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: #035795;
    position: absolute; }
  .tsub-menu__close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .tsub-menu__close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.sidebar-menu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #252b33;
  font-weight: 500;
  font-size: 0.875rem;
  color: #b4b4b4; }
  @media (max-width: 1200px) {
    .sidebar-menu {
      padding: 15px 0;
      font-size: 0.75rem; } }
  @media (max-width: 767px) {
    .sidebar-menu {
      background-color: #ffffff;
      padding: 0 15px; } }
  .sidebar-menu a {
    display: block;
    color: inherit;
    line-height: 1.5625rem;
    width: 100%;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    padding: 12px 0; }
    @media (max-width: 1200px) {
      .sidebar-menu a {
        padding: 7.5px 0; } }
    @media (max-width: 767px) {
      .sidebar-menu a {
        padding: 7.5px 0;
        font-weight: 600;
        font-size: 0.875rem;
        color: #000000;
        display: inline-block;
        width: auto; } }
    .sidebar-menu a:hover {
      color: #ffffff;
      opacity: 1; }
  .sidebar-menu .sub-menu {
    opacity: 0;
    max-width: 285px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #043b64;
    padding: 14px 0 34px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: -1; }
    @media (max-width: 1200px) {
      .sidebar-menu .sub-menu {
        max-width: 225px;
        padding-bottom: 15px; } }
    @media (max-width: 767px) {
      .sidebar-menu .sub-menu {
        display: none;
        opacity: 1;
        position: fixed;
        width: 100%;
        top: 0 !important;
        left: 0;
        -webkit-transform: translate(0);
                transform: translate(0);
        bottom: 0;
        z-index: 1;
        max-width: 100%;
        background-color: #ffffff;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #ffffff; }
        .sidebar-menu .sub-menu::-webkit-scrollbar {
          width: 4px; }
        .sidebar-menu .sub-menu::-webkit-scrollbar-thumb {
          border-radius: 0px;
          background-color: #035795;
          border-radius: 5px; }
        .sidebar-menu .sub-menu::-webkit-scrollbar-track {
          background-color: #ababab;
          margin-right: 5px;
          border-radius: 5px; } }
    .sidebar-menu .sub-menu.columns {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3;
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px;
      max-width: calc( 100% - 285px);
      left: auto;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      right: 0; }
      @media (max-width: 1200px) {
        .sidebar-menu .sub-menu.columns {
          max-width: calc( 100% - 225px);
          -webkit-column-gap: 10px;
             -moz-column-gap: 10px;
                  column-gap: 10px; } }
      @media (max-width: 767px) {
        .sidebar-menu .sub-menu.columns {
          display: none;
          opacity: 1;
          position: fixed;
          width: 100%;
          top: 0;
          left: 0;
          -webkit-transform: translate(0);
                  transform: translate(0);
          bottom: 0;
          z-index: 1;
          max-width: 100%;
          background-color: #ffffff;
          -webkit-column-count: unset;
             -moz-column-count: unset;
                  column-count: unset; } }
    .sidebar-menu .sub-menu li {
      padding-left: 30px;
      padding-right: 30px; }
      @media (max-width: 1200px) {
        .sidebar-menu .sub-menu li {
          padding-left: 20px;
          padding-right: 20px; } }
      .sidebar-menu .sub-menu li a {
        padding: 5px 0; }
  .sidebar-menu li {
    padding-left: 30px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    @media (max-width: 1200px) {
      .sidebar-menu li {
        padding-left: 25px; } }
    @media (max-width: 767px) {
      .sidebar-menu li {
        padding-left: 0; } }
    .sidebar-menu li.has-childrens > a {
      position: relative; }
      .sidebar-menu li.has-childrens > a:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 15px;
        border-color: transparent transparent transparent #252b33;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateX(100%) translateY(-50%);
                transform: translateX(100%) translateY(-50%);
        opacity: 0;
        z-index: -1; }
        @media (max-width: 767px) {
          .sidebar-menu li.has-childrens > a:after {
            display: none;
            opacity: 1; } }
    .sidebar-menu li.has-childrens:hover a:after {
      opacity: 1;
      z-index: 2; }
    .sidebar-menu li.has-childrens:hover .sub-menu {
      opacity: 1;
      z-index: 1; }

.open-tsub-menu {
  display: none; }
  @media (max-width: 767px) {
    .open-tsub-menu {
      display: inline-block;
      margin-left: 5px; }
      .open-tsub-menu svg {
        width: 30px;
        height: 30px;
        padding: 10px; } }

.rank-math-breadcrumb {
  margin-bottom: 20px;
  font-size: 0.75rem;
  color: #035795; }
  @media (max-width: 991px) {
    .rank-math-breadcrumb {
      display: none; } }
  .rank-math-breadcrumb a {
    color: #939393; }
  .rank-math-breadcrumb .separator {
    display: inline-block;
    width: 23px;
    height: 5px;
    margin: 0 8px 3px;
    vertical-align: middle;
    background-image: url("./images/general/separator.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    color: transparent; }

.archive .find-spares,
.tax-products_cat .find-spares {
  margin-bottom: 75px; }
  @media (max-width: 1200px) {
    .archive .find-spares,
    .tax-products_cat .find-spares {
      margin-bottom: 65px; } }
  @media (max-width: 991px) {
    .archive .find-spares,
    .tax-products_cat .find-spares {
      margin-bottom: 40px; } }
  @media (max-width: 440px) {
    .archive .find-spares,
    .tax-products_cat .find-spares {
      margin-bottom: 25px; } }

.archive .catalog-seo,
.tax-products_cat .catalog-seo {
  margin-bottom: 50px; }

.archive .carousel-viewed,
.tax-products_cat .carousel-viewed {
  margin-bottom: 100px; }
  @media (max-width: 1200px) {
    .archive .carousel-viewed,
    .tax-products_cat .carousel-viewed {
      margin-bottom: 50px; } }

.contacts-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -37.5px; }
  @media (max-width: 1200px) {
    .contacts-list {
      margin: 0 -20px; } }
  @media (max-width: 991px) {
    .contacts-list {
      margin: 0 -30px; } }
  @media (max-width: 575px) {
    .contacts-list {
      margin: 0; } }
  .contacts-list__item {
    max-width: calc( 100% / 3 - 75px);
    margin: 0 37.5px; }
    @media (max-width: 1200px) {
      .contacts-list__item {
        max-width: calc( 100% / 3 - 20px);
        margin: 0 20px; } }
    @media (max-width: 991px) {
      .contacts-list__item {
        max-width: calc( 100% / 3 - 60px);
        margin: 0 30px; } }
    @media (max-width: 767px) {
      .contacts-list__item {
        max-width: calc( 100% / 2 - 60px);
        margin: 0 30px 15px; } }
    @media (max-width: 575px) {
      .contacts-list__item {
        max-width: 100%;
        margin: 0 0 15px; } }

.block__title {
  font-weight: 500;
  font-size: 1rem;
  color: #b4b4b4;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .block__title {
      font-size: 0.875rem;
      margin-bottom: 5px; } }

.block__content {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000000; }
  @media (max-width: 991px) {
    .block__content {
      font-size: 0.875rem;
      line-height: 1.5625rem; } }
  .block__content a {
    color: inherit; }

.contacts-form {
  max-width: 870px;
  width: 100%; }
  .contacts-form__title {
    margin-bottom: 23px; }
  .contacts-form__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0 -15px 30px; }
    @media (max-width: 767px) {
      .contacts-form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        margin: 0 0 15px; } }
    .contacts-form__row input {
      max-width: calc( 100% / 3 - 30px);
      width: 100%;
      margin: 0 15px; }
      @media (max-width: 767px) {
        .contacts-form__row input {
          max-width: 100%;
          margin: 0 0 15px; }
          .contacts-form__row input:last-child {
            margin-bottom: 0; } }
    .contacts-form__row textarea {
      max-width: 100%;
      width: 100%;
      height: 105px;
      margin: 0 15px; }
      @media (max-width: 767px) {
        .contacts-form__row textarea {
          margin: 0; } }
  .contacts-form__submit {
    text-align: right; }
    .contacts-form__submit .button {
      max-width: 185px;
      margin-left: auto;
      margin-bottom: 18px; }
      @media (max-width: 767px) {
        .contacts-form__submit .button {
          margin: 0 auto 15px; } }
      @media (max-width: 575px) {
        .contacts-form__submit .button {
          max-width: 100%; } }
    .contacts-form__submit .privacy-policy {
      max-width: 250px;
      width: 100%;
      margin-left: auto; }
      @media (max-width: 767px) {
        .contacts-form__submit .privacy-policy {
          margin: 0 auto;
          text-align: center; } }

.contact-requisites__title {
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .contact-requisites__title {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .contact-requisites__title {
      margin-bottom: 20px; } }

.contact-requisites__content {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000000; }
  @media (max-width: 767px) {
    .contact-requisites__content {
      font-size: 0.875rem;
      line-height: 1.5625rem; } }

.page-template-page-contacts .title-page {
  margin-bottom: 25px; }
  @media (max-width: 991px) {
    .page-template-page-contacts .title-page {
      margin-bottom: 20px; } }

.page-template-page-contacts .contacts-list {
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .page-template-page-contacts .contacts-list {
      margin-bottom: 40px; } }
  @media (max-width: 575px) {
    .page-template-page-contacts .contacts-list {
      margin-bottom: 10px; } }

.page-template-page-contacts .contacts-form {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .page-template-page-contacts .contacts-form {
      margin-bottom: 40px; } }

.page-template-page-contacts .contact-requisites {
  margin-bottom: 50px; }

.cooperate {
  padding: 80px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 405px; }
  @media (max-width: 991px) {
    .cooperate {
      min-height: 300px;
      padding: 50px 0 0; } }
  @media (max-width: 575px) {
    .cooperate {
      min-height: 250px; } }
  .cooperate > .container {
    position: relative; }
  .cooperate__title {
    font-weight: 700;
    font-size: 4.375rem;
    line-height: 4.0625rem;
    letter-spacing: 0.01em;
    color: #ffffff;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .cooperate__title {
        font-size: 2.1875rem;
        line-height: 2.5rem; } }
    @media (max-width: 575px) {
      .cooperate__title {
        font-size: 1.5625rem;
        line-height: 1; } }
    .cooperate__title:after {
      content: "";
      display: block;
      margin-top: 45px;
      width: 143px;
      height: 1px;
      background-color: #ffffff; }
      @media (max-width: 991px) {
        .cooperate__title:after {
          margin-top: 20px;
          width: 74px; } }
  .cooperate__subtitle {
    font-size: 1.25rem;
    color: #ffffff; }
    @media (max-width: 991px) {
      .cooperate__subtitle {
        font-size: 1rem; } }
    @media (max-width: 575px) {
      .cooperate__subtitle {
        font-size: 0.75rem;
        line-height: 1.5625rem; } }

@media (max-width: 767px) {
  .about .main-baner {
    padding: 35px 0 53px; } }

.about .main-baner__subtitle {
  max-width: 570px;
  font-size: 1.875rem;
  line-height: 2.5rem; }
  @media (max-width: 991px) {
    .about .main-baner__subtitle {
      font-size: 1.25rem;
      line-height: 1.5625rem; } }
  @media (max-width: 767px) {
    .about .main-baner__subtitle {
      margin-bottom: 30px;
      text-align: center; } }
  @media (max-width: 575px) {
    .about .main-baner__subtitle {
      max-width: 97%;
      margin: 0 auto;
      font-size: 1.0625rem;
      line-height: 1.5625rem;
      margin-bottom: 20px; } }
  @media (max-width: 575px) {
    .about .main-baner__subtitle .bahama-blue {
      font-size: 1.375rem;
      line-height: 1.875rem; } }

.about .through-partners {
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .about .through-partners {
      margin-bottom: 50px; } }

.about .styled-text {
  max-width: calc( 100% - 170px);
  margin: 0 auto 80px; }
  @media (max-width: 1200px) {
    .about .styled-text {
      max-width: 100%;
      margin: 0 auto 60px; } }
  @media (max-width: 991px) {
    .about .styled-text {
      margin: 0 auto 45px; } }

.page-template-page-favorites .page__header {
  margin-bottom: 22px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  @media (max-width: 575px) {
    .page-template-page-favorites .page__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: start;
              align-items: flex-start; }
      .page-template-page-favorites .page__header .title-page {
        margin-bottom: 15px; } }
  .page-template-page-favorites .page__header .clear-favorites {
    max-width: 200px; }
    @media (max-width: 991px) {
      .page-template-page-favorites .page__header .clear-favorites {
        padding: 9.5px 0; } }

.favorites-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media (max-width: 440px) {
    .favorites-list {
      margin: 0 -5px; } }
  .favorites-list__item {
    max-width: calc( 100% / 4 - 30px);
    width: 100%;
    margin: 0 15px 30px; }
    @media (max-width: 1200px) {
      .favorites-list__item {
        max-width: calc( 100% / 3 - 30px); } }
    @media (max-width: 767px) {
      .favorites-list__item {
        max-width: calc( 100% / 2 - 30px); } }
    @media (max-width: 440px) {
      .favorites-list__item {
        max-width: calc( 100% / 2 - 10px);
        margin: 0 5px 15px; } }

.page-checkout {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .page-checkout {
      margin-bottom: 0; } }
  .page-checkout .title-page {
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .page-checkout .title-page {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .page-checkout .title-page {
        margin-bottom: 15px; } }

.checkout {
  position: relative; }
  .checkout__empty {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .checkout__empty .button {
      max-width: 185px; }
    @media (max-width: 575px) {
      .checkout__empty {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: start;
                align-items: flex-start; }
        .checkout__empty h3 {
          margin-bottom: 15px; } }
  .checkout__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    @media (max-width: 767px) {
      .checkout__wrapper {
        flex-wrap: wrap; } }

.checkout-item {
  max-width: 50%;
  width: 100%; }
  @media (max-width: 767px) {
    .checkout-item {
      max-width: 100%;
      margin-bottom: 20px; } }
  .checkout-item__title {
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #000000;
    padding: 22px 0;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .checkout-item__title {
        font-size: 0.75rem;
        padding: 15px 0; } }
  .checkout-item.checkout-cart .checkout-cart__wrapper {
    padding-right: 15px; }
    @media (max-width: 767px) {
      .checkout-item.checkout-cart .checkout-cart__wrapper {
        padding-right: 0; } }

.checkout-order__wrap {
  padding: 0 30px; }
  @media (max-width: 991px) {
    .checkout-order__wrap {
      padding: 0 15px; } }
  @media (max-width: 767px) {
    .checkout-order__wrap {
      padding: 0; } }

.checkout-order__row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media (max-width: 991px) {
    .checkout-order__row {
      margin: 0; } }
  .checkout-order__row input {
    max-width: calc( 100% / 2 - 30px);
    width: 100%;
    margin: 0 15px 20px; }
    @media (max-width: 991px) {
      .checkout-order__row input {
        max-width: 245px;
        margin: 0 0 20px; } }
    @media (max-width: 767px) {
      .checkout-order__row input {
        max-width: 100%; } }
  .checkout-order__row textarea {
    width: 100%;
    height: 105px;
    margin: 0 15px; }
    @media (max-width: 991px) {
      .checkout-order__row textarea {
        margin: 0; } }

.checkout-order__submit {
  margin-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  @media (max-width: 991px) {
    .checkout-order__submit {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: start;
              align-items: flex-start; } }
  .checkout-order__submit .button {
    max-width: 195px;
    margin-right: 15px; }
    @media (max-width: 991px) {
      .checkout-order__submit .button {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .checkout-order__submit .button {
        max-width: 100%; } }
  .checkout-order__submit .privacy-policy {
    max-width: 240px; }
    @media (max-width: 767px) {
      .checkout-order__submit .privacy-policy {
        margin: 0 auto; } }

.checkout-cart {
  position: relative; }
  .checkout-cart:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .checkout-cart.loading:before {
    opacity: 1;
    z-index: 1; }
  .checkout-cart__item {
    border-bottom: 1px solid #c4c4c4; }
    .checkout-cart__item .product-mini {
      padding: 0 245px 25px 25px;
      margin-top: 35px; }
      @media (max-width: 1200px) {
        .checkout-cart__item .product-mini {
          padding: 0 110px 25px 25px; } }
      @media (max-width: 767px) {
        .checkout-cart__item .product-mini {
          padding: 0 110px 25px 10px; } }
    .checkout-cart__item:last-child {
      border-bottom: 0; }
      @media (max-width: 991px) {
        .checkout-cart__item:last-child {
          border-bottom: 1px solid #c4c4c4;
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .checkout-cart__item:last-child {
          margin-bottom: 25px; } }
  .checkout-cart .total-prev {
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    text-align: left; }
    @media (max-width: 767px) {
      .checkout-cart .total-prev {
        margin-left: 0; } }
    .checkout-cart .total-prev__label {
      font-size: 0.875rem; }
      @media (max-width: 991px) {
        .checkout-cart .total-prev__label {
          font-size: 0.75rem; } }
    .checkout-cart .total-prev__value {
      font-size: 1.1875rem; }
      @media (max-width: 991px) {
        .checkout-cart .total-prev__value {
          font-size: 1rem; } }
    .checkout-cart .total-prev__note {
      font-size: 0.75rem; }

.main-slider {
  background: -webkit-gradient(linear, left top, left bottom, from(#DADFE5), to(#F4F5F9));
  background: linear-gradient(180deg, #DADFE5 0%, #F4F5F9 100%); }
  .main-slider .slick-dots {
    margin-left: var(--header-logo-offset-left);
    text-align: left;
    top: auto;
    bottom: 35px; }
    @media (max-width: 1200px) {
      .main-slider .slick-dots {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .main-slider .slick-dots {
        text-align: center;
        bottom: 25px; } }
    @media (max-width: 575px) {
      .main-slider .slick-dots {
        bottom: 15px; } }
    .main-slider .slick-dots li {
      width: 17px;
      height: 17px;
      margin: 0 6.5px;
      background-color: #c4c4c4;
      border-radius: 50%; }
      @media (max-width: 575px) {
        .main-slider .slick-dots li {
          width: 10px;
          height: 10px; }
          .main-slider .slick-dots li button {
            display: none; } }
      .main-slider .slick-dots li.slick-active {
        background-color: #035795; }
      .main-slider .slick-dots li button:before {
        display: none; }

.front {
  padding-top: 0 !important; }
  @media (max-width: 991px) {
    .front {
      padding-top: 70px !important; } }
  @media (max-width: 767px) {
    .front {
      padding-top: 70px !important; } }
  @media (max-width: 575px) {
    .front {
      padding-top: 65px !important; } }
  .front .through-category {
    margin-bottom: 55px; }
  .front .carousel-new {
    margin-bottom: 100px; }
  .front .front-advantages {
    margin: 73px 0; }
    @media (max-width: 991px) {
      .front .front-advantages {
        margin: 60px 0 20px; } }
    @media (max-width: 575px) {
      .front .front-advantages {
        margin: 40px 0 20px; } }

.footer-add-link {
  padding: 40px 0;
  background-color: #f3f5f6; }
  @media (max-width: 991px) {
    .footer-add-link {
      padding: 20px 0; } }
  @media (max-width: 575px) {
    .footer-add-link {
      padding-top: 40px; } }
  .footer-add-link__menu {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .footer-add-link__menu {
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center; } }
    .footer-add-link__menu li {
      font-weight: 700;
      font-size: 0.875rem;
      text-transform: uppercase;
      margin-right: 20px;
      color: #035795; }
      @media (max-width: 575px) {
        .footer-add-link__menu li {
          font-size: 0.75rem;
          margin-right: 17px; } }
      .footer-add-link__menu li:last-child {
        margin-right: 0; }
      .footer-add-link__menu li:before {
        content: "";
        display: inline-block;
        width: 21px;
        height: 21px;
        vertical-align: middle;
        background-image: url("./images/general/check-round.svg");
        margin-right: 10px; }
    .footer-add-link__menu a {
      color: inherit; }

.single-product .main-product {
  margin-bottom: 75px; }
  @media (max-width: 1200px) {
    .single-product .main-product {
      margin-bottom: 65px; } }
  @media (max-width: 991px) {
    .single-product .main-product {
      margin-bottom: 30px; } }

.single-product .carousel-viewed {
  margin-bottom: 100px; }

.modal {
  display: none;
  max-width: 355px;
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  padding: 20px 35px 50px 40px; }
  .modal__close {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-left: auto;
    border: 1px solid #c4c4c4;
    border-radius: 50%; }
    .modal__close svg {
      width: 10px;
      height: 10px;
      stroke: #c4c4c4; }
  .modal__title {
    font-weight: 700;
    font-size: 1.125rem;
    text-align: center;
    text-transform: uppercase;
    color: #252b33;
    margin-top: -15px;
    padding-right: 15px;
    margin-bottom: 30px; }
  .modal input {
    width: 100%;
    margin-bottom: 20px; }
  .modal button {
    margin-bottom: 15px; }
  .modal .privacy-policy {
    text-align: center; }

.modal-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.3); }

.open-modal, .close-modal {
  cursor: pointer; }

#callback form {
  padding-right: 15px; }

#one-click {
  max-width: 630px; }
  #one-click .one-product {
    margin-bottom: 35px; }
  #one-click .form-submit__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    #one-click .form-submit__row input {
      max-width: calc( 100% / 2 - 15px); }
  #one-click .button {
    max-width: 270px;
    margin: 0 auto 15px; }
  #one-click .privacy-policy {
    max-width: 280px;
    margin: 0 auto; }

.catalog {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .catalog {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .catalog {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }
  .catalog:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .catalog.loading:before {
    opacity: 1;
    z-index: 1; }
  .catalog__title {
    max-width: calc( 100% - 350px);
    width: 100%; }
    @media (max-width: 991px) {
      .catalog__title {
        max-width: 100%;
        margin-bottom: 20px; } }
    @media (max-width: 440px) {
      .catalog__title {
        margin-bottom: 10px; } }
  .catalog__sidebar {
    max-width: 285px;
    width: 100%;
    margin-right: 30px; }
    @media (max-width: 1200px) {
      .catalog__sidebar {
        max-width: 225px; } }
    @media (max-width: 767px) {
      .catalog__sidebar {
        max-width: 100%; } }
    .catalog__sidebar .catalog-terms {
      margin-bottom: 33px; }
      @media (max-width: 1200px) {
        .catalog__sidebar .catalog-terms {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .catalog__sidebar .catalog-terms {
          display: none; } }
    @media (max-width: 767px) {
      .catalog__sidebar .catalog-filter {
        display: none; } }
    .catalog__sidebar .open-cats,
    .catalog__sidebar .open-filter {
      display: none; }
      @media (max-width: 767px) {
        .catalog__sidebar .open-cats,
        .catalog__sidebar .open-filter {
          display: -webkit-box;
          display: flex;
          margin-bottom: 25px; } }
    .catalog__sidebar .open-cats {
      margin-bottom: 15px; }
  .catalog__wrap {
    max-width: calc( 100% - 255px);
    width: 100%; }
    @media (max-width: 767px) {
      .catalog__wrap {
        max-width: 100%; } }
  .catalog__row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .catalog__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: start;
                align-items: flex-start; } }
  .catalog__settings {
    padding: 0 15px;
    margin-right: -15px; }
    @media (max-width: 991px) {
      .catalog__settings {
        padding: 0;
        margin-right: 0;
        max-width: 100%;
        width: 100%; } }
    .catalog__settings .catalog-pages {
      margin-right: 20px; }

.catalog-pages {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .catalog-pages__label {
    display: block;
    font-weight: 500;
    font-size: 0.875rem;
    color: #b4b4b4;
    margin-right: 25px; }
    @media (max-width: 440px) {
      .catalog-pages__label {
        font-size: 0.75rem;
        margin-right: 5px; } }
  .catalog-pages input[type=radio] {
    display: none; }
  .catalog-pages input[type=radio]:checked + span {
    color: #035795; }
  .catalog-pages__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
  .catalog-pages__item {
    margin: 0 10px;
    cursor: pointer; }
    .catalog-pages__item span {
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
      font-weight: 600;
      font-size: 0.875rem;
      color: #c4c4c4; }
      @media (max-width: 440px) {
        .catalog-pages__item span {
          font-size: 0.75rem; } }
    .catalog-pages__item:hover span {
      color: #035795; }

.catalog-views input[type=radio] {
  display: none; }

.catalog-views input[type=radio]:checked + svg {
  fill: #035795; }

.catalog-views__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.catalog-views__item {
  margin: 0 10px;
  cursor: pointer; }
  .catalog-views__item svg {
    width: 0.96875rem;
    height: 0.96875rem;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: #c4c4c4; }
  .catalog-views__item:hover svg {
    fill: #035795; }

.form-settings {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  margin-right: -10px; }
  @media (max-width: 991px) {
    .form-settings {
      -webkit-box-pack: justify;
              justify-content: space-between; } }

.catalog-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  @media (max-width: 440px) {
    .catalog-list {
      margin: 0 -5px; } }
  .catalog-list__item {
    max-width: calc(100% / 3 - 30px);
    width: 100%;
    margin: 0 15px 30px; }
    @media (max-width: 1200px) {
      .catalog-list__item {
        max-width: calc(100% / 2 - 30px); } }
    @media (max-width: 440px) {
      .catalog-list__item {
        max-width: calc( 100% / 2 - 10px);
        margin: 0 5px 15px; } }

.catalog-table__header {
  background-color: #035795;
  padding: 18px 15px 19px 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  @media (max-width: 991px) {
    .catalog-table__header {
      padding: 13px 10px 14px 10px; } }
  @media (max-width: 575px) {
    .catalog-table__header {
      display: none; } }
  .catalog-table__header > div {
    font-weight: 600;
    font-size: 0.625rem;
    text-transform: uppercase;
    color: #ffffff; }
    @media (max-width: 991px) {
      .catalog-table__header > div {
        font-size: 0.5rem; } }

.catalog-table__row {
  background-color: #ffffff; }
  .catalog-table__row:nth-child(even) {
    background-color: #f8f8f7; }

.catalog-table__articul {
  max-width: 110px;
  width: 100%;
  margin-right: 20px; }
  @media (max-width: 991px) {
    .catalog-table__articul {
      margin-right: 10px; } }

.catalog-table__name {
  max-width: 230px;
  width: 100%;
  margin-right: 5px; }
  @media (max-width: 991px) {
    .catalog-table__name {
      margin-right: 10px; } }
  @media (max-width: 767px) {
    .catalog-table__name {
      max-width: 116px; } }

.catalog-table__image {
  max-width: 23px;
  width: 100%;
  height: 1px;
  margin-right: 20px; }
  @media (max-width: 991px) {
    .catalog-table__image {
      display: none; } }

.catalog-table__count {
  max-width: 75px;
  width: 100%;
  text-align: center;
  margin-right: 20px; }
  @media (max-width: 991px) {
    .catalog-table__count {
      margin-right: 10px; } }

.catalog-table__price {
  max-width: 75px;
  width: 100%;
  text-align: right;
  margin-right: 20px; }
  @media (max-width: 991px) {
    .catalog-table__price {
      margin-right: 10px;
      max-width: 40px; } }
  @media (max-width: 991px) {
    .catalog-table__price span {
      display: none; } }
  .catalog-table__price span:last-child {
    display: none; }
    @media (max-width: 991px) {
      .catalog-table__price span:last-child {
        display: block;
        text-align: right; } }

.catalog-table__buy-count {
  max-width: 80px;
  width: 100%;
  margin-right: 20px; }
  @media (max-width: 991px) {
    .catalog-table__buy-count {
      margin-right: 10px;
      max-width: 45px; } }
  @media (max-width: 991px) {
    .catalog-table__buy-count span {
      display: none; } }
  .catalog-table__buy-count span:last-child {
    display: none; }
    @media (max-width: 991px) {
      .catalog-table__buy-count span:last-child {
        display: block;
        text-align: right; } }

.catalog-table__buy-button {
  max-width: 105px;
  width: 100%;
  text-align: center;
  margin-right: 20px; }
  @media (max-width: 991px) {
    .catalog-table__buy-button {
      margin-right: 10px;
      max-width: 30px; } }

.catalog-table__favorite {
  max-width: 35px;
  width: 100%;
  height: 1px; }
  @media (max-width: 991px) {
    .catalog-table__favorite {
      max-width: 22px; } }

.product-row {
  padding: 15px 15px 16px 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  @media (max-width: 991px) {
    .product-row {
      padding: 10px 10px 11px 10px; } }
  @media (max-width: 575px) {
    .product-row {
      position: relative;
      padding: 27px 15px 60px;
      margin: 0 -15px; } }
  .product-row__articul {
    max-width: 110px;
    width: 100%;
    font-weight: 500;
    font-size: 0.75rem;
    color: #6a6a6a;
    margin-right: 20px;
    overflow: hidden;
    word-break: break-all; }
    .product-row__articul span:first-child {
      display: none; }
      @media (max-width: 575px) {
        .product-row__articul span:first-child {
          display: inline-block; } }
    @media (max-width: 1200px) {
      .product-row__articul {
        margin-right: 10px; } }
    @media (max-width: 991px) {
      .product-row__articul {
        font-size: 0.625rem; } }
    @media (max-width: 575px) {
      .product-row__articul {
        position: absolute;
        top: 10px;
        right: 15px;
        margin-right: 0;
        max-width: 100%;
        width: auto; } }
  .product-row__name {
    max-width: 230px;
    width: 100%;
    font-weight: 500;
    font-size: 0.75rem;
    color: #000000;
    margin-right: 5px; }
    .product-row__name a {
      color: inherit; }
    @media (max-width: 1200px) {
      .product-row__name {
        max-width: 100px;
        overflow: hidden;
        margin-right: 10px; } }
    @media (max-width: 991px) {
      .product-row__name {
        font-size: 0.625rem;
        margin-right: 10px; } }
    @media (max-width: 767px) {
      .product-row__name {
        max-width: 116px; } }
    @media (max-width: 575px) {
      .product-row__name {
        max-width: 100%; } }
  .product-row__image {
    max-width: 23px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-right: 20px; }
    @media (max-width: 991px) {
      .product-row__image {
        display: none; } }
    @media (max-width: 575px) {
      .product-row__image {
        display: block;
        position: absolute;
        bottom: 10px; } }
    .product-row__image svg {
      width: 23px;
      height: 18px;
      fill: #c4c4c4;
      stroke: #c4c4c4; }
  .product-row__price {
    max-width: 75px;
    width: 100%;
    font-weight: 500;
    font-size: 0.75rem;
    color: #000000;
    text-align: right;
    margin-right: 20px; }
    @media (max-width: 1200px) {
      .product-row__price {
        margin-right: 10px; } }
    @media (max-width: 991px) {
      .product-row__price {
        max-width: 41px;
        font-size: 0.625rem; } }
    @media (max-width: 575px) {
      .product-row__price {
        max-width: 60px; } }
  .product-row__count {
    max-width: 75px;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    color: #6a6a6a;
    text-align: center;
    margin-right: 20px; }
    .product-row__count span:first-child {
      display: none; }
      @media (max-width: 575px) {
        .product-row__count span:first-child {
          display: inline-block; } }
    @media (max-width: 1200px) {
      .product-row__count {
        margin-right: 10px; } }
    @media (max-width: 991px) {
      .product-row__count {
        font-size: 0.625rem; } }
    @media (max-width: 575px) {
      .product-row__count {
        max-width: 100%;
        width: auto;
        position: absolute;
        left: 15px;
        bottom: 40px;
        text-align: left; } }
  .product-row__buy-count {
    max-width: 80px;
    width: 100%;
    margin-right: 20px; }
    @media (max-width: 1200px) {
      .product-row__buy-count {
        margin-right: 10px; } }
    @media (max-width: 991px) {
      .product-row__buy-count {
        max-width: 37px; } }
    .product-row__buy-count .buy-count {
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 991px) {
        .product-row__buy-count .buy-count input {
          font-size: 10px; } }
  .product-row__buy-button {
    max-width: 105px;
    width: 100%;
    margin-right: 20px; }
    @media (max-width: 1200px) {
      .product-row__buy-button {
        margin-right: 10px; } }
    @media (max-width: 991px) {
      .product-row__buy-button {
        max-width: 30px; } }
    .product-row__buy-button .create-reorder,
    .product-row__buy-button .add-to-card {
      padding: 7px 0;
      font-weight: 500;
      font-size: 0.75rem; }
      @media (max-width: 991px) {
        .product-row__buy-button .create-reorder,
        .product-row__buy-button .add-to-card {
          padding: 6px 9px; } }
      @media (max-width: 991px) {
        .product-row__buy-button .create-reorder span,
        .product-row__buy-button .add-to-card span {
          display: none; } }
      .product-row__buy-button .create-reorder svg,
      .product-row__buy-button .add-to-card svg {
        display: none; }
        @media (max-width: 991px) {
          .product-row__buy-button .create-reorder svg,
          .product-row__buy-button .add-to-card svg {
            display: block;
            width: 12px;
            height: 12px;
            fill: #ffffff; } }
  .product-row__favorite {
    max-width: 35px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }
    @media (max-width: 991px) {
      .product-row__favorite {
        max-width: 22px; } }

.product {
  background-color: #f3f5f6;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .product__image {
    display: block;
    position: relative;
    width: 100%;
    height: 165px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .product__image {
        height: 135px; } }
    @media (max-width: 575px) {
      .product__image {
        height: 130px; } }
    .product__image img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .product__image:hover img {
      -webkit-transform: translate(-50%, -50%) scale(1.05);
              transform: translate(-50%, -50%) scale(1.05); }
  .product__favirites {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0; }
    .product__favirites svg {
      width: 13px;
      height: 13px;
      fill: #c4c4c4; }
  .product__info {
    padding: 26px 26px 18px;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    @media (max-width: 991px) {
      .product__info {
        padding: 21px 22px 16px; } }
    @media (max-width: 575px) {
      .product__info {
        padding: 8px 8px 15px; } }
  .product__name {
    font-weight: 600;
    font-size: 0.875rem;
    color: #000000;
    margin-bottom: 18px; }
    .product__name a {
      color: inherit; }
    @media (max-width: 991px) {
      .product__name {
        font-size: 0.75rem; } }
    @media (max-width: 575px) {
      .product__name {
        overflow: hidden; } }
  .product__articul {
    font-weight: 400;
    font-size: 0.75rem;
    color: #6a6a6a;
    margin-bottom: 10px;
    margin-top: auto; }
    @media (max-width: 991px) {
      .product__articul {
        font-size: 0.625rem; } }
  .product__count {
    font-weight: 400;
    font-size: 0.75rem;
    color: #000000;
    margin-bottom: 14px; }
    @media (max-width: 991px) {
      .product__count {
        font-size: 0.625rem; } }
  .product__price {
    font-weight: 600;
    font-size: 1.375rem;
    color: #000000; }
    @media (max-width: 991px) {
      .product__price {
        font-size: 1.125rem; } }
  .product__buttom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .product__buttom .create-reorder,
    .product__buttom .add-to-card {
      max-width: 185px;
      width: 100%; }
      @media (max-width: 575px) {
        .product__buttom .create-reorder span,
        .product__buttom .add-to-card span {
          display: none; } }
      .product__buttom .create-reorder svg,
      .product__buttom .add-to-card svg {
        display: none; }
        @media (max-width: 575px) {
          .product__buttom .create-reorder svg,
          .product__buttom .add-to-card svg {
            display: block;
            fill: #ffffff;
            stroke: #ffffff;
            width: 15px;
            height: 15px; } }
      @media (max-width: 991px) {
        .product__buttom .create-reorder,
        .product__buttom .add-to-card {
          max-width: 150px;
          padding: 13px 0;
          font-size: 0.75rem; } }
      @media (max-width: 575px) {
        .product__buttom .create-reorder,
        .product__buttom .add-to-card {
          max-width: 70px;
          padding: 12px 0; } }
    .product__buttom .buy-count {
      max-width: calc( 100% - 185px); }
      @media (max-width: 991px) {
        .product__buttom .buy-count {
          max-width: calc( 100% - 150px); } }
      @media (max-width: 575px) {
        .product__buttom .buy-count {
          max-width: calc( 100% - 70px); } }
      .product__buttom .buy-count input[type=number] {
        padding: 12.5px 15px;
        background-color: #ffffff;
        border-color: #f3f5f6;
        font-size: 1.125rem;
        border-top: 0; }
        @media (max-width: 991px) {
          .product__buttom .buy-count input[type=number] {
            padding: 10px;
            font-size: 1rem; } }
      .product__buttom .buy-count__up {
        width: 20px;
        height: 20px; }
        .product__buttom .buy-count__up svg {
          width: 15px;
          height: 10px;
          stroke: #000000; }
      .product__buttom .buy-count__down {
        width: 20px;
        height: 20px; }
        .product__buttom .buy-count__down svg {
          width: 15px;
          height: 10px;
          stroke: #000000; }

.catalog-filter {
  padding: 0 15px; }
  @media (max-width: 767px) {
    .catalog-filter {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      z-index: 2;
      background-color: #ffffff;
      padding: 30px 15px; }
      .catalog-filter::-webkit-scrollbar {
        width: 4px; }
      .catalog-filter::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #035795;
        border-radius: 5px; }
      .catalog-filter::-webkit-scrollbar-track {
        background-color: #ababab;
        margin-right: 5px;
        border-radius: 5px; } }
  .catalog-filter__row {
    margin-bottom: 30px; }
    @media (max-width: 1200px) {
      .catalog-filter__row {
        margin-bottom: 20px; } }
  .catalog-filter__clear {
    display: none;
    font-weight: 500;
    font-size: 1rem;
    color: #c4c4c4; }
    .catalog-filter__clear::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background-image: url("./images/general/clear-filter.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 8.5px 8.5px;
      border: 1px solid #c4c4c4;
      border-radius: 50%;
      margin-right: 5px;
      vertical-align: middle; }
  .catalog-filter__header {
    display: none; }
    @media (max-width: 767px) {
      .catalog-filter__header {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between;
        margin-bottom: 40px; } }
  .catalog-filter__title {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: #252b33; }
  .catalog-filter__close {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-left: auto;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    cursor: pointer; }
    .catalog-filter__close svg {
      width: 10px;
      height: 10px;
      stroke: #c4c4c4; }

.filter-item__label {
  font-weight: 600;
  font-size: 1rem;
  color: #000000;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .filter-item__label {
      font-size: 0.875rem; } }

.filter-item__list {
  overflow: hidden; }

.filter-item__elem {
  display: -webkit-box;
  display: flex; }

.filter-item__more {
  cursor: pointer;
  font-weight: 500;
  color: #c4c4c4; }

.catalog-pagination {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 55px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000; }
  .catalog-pagination a {
    color: inherit; }
  .catalog-pagination .current {
    background-color: #035795;
    color: #ffffff; }
  .catalog-pagination .page-numbers {
    display: inline-block;
    width: 29px;
    height: 29px;
    margin: 0 2px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    line-height: 29px; }
    .catalog-pagination .page-numbers svg {
      width: 10px;
      height: 10px; }

.catalog-seo__title {
  margin-bottom: 28px; }

.main-product__title {
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .main-product__title {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .main-product__title {
      margin-bottom: 25px; } }
  @media (max-width: 440px) {
    .main-product__title {
      margin-bottom: 20px; } }

.main-product__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start; }
  @media (max-width: 991px) {
    .main-product__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }

.main-product__thumbnail {
  max-width: 605px;
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
  margin-right: 40px; }
  @media (max-width: 1200px) {
    .main-product__thumbnail {
      max-width: 450px; } }
  @media (max-width: 991px) {
    .main-product__thumbnail {
      max-width: 565px;
      margin-right: 0;
      height: 400px;
      margin-bottom: 25px; } }
  @media (max-width: 440px) {
    .main-product__thumbnail {
      max-width: 100%;
      height: 240px; } }
  .main-product__thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover; }

.main-product__info {
  max-width: calc( 100% - 645px);
  width: 100%;
  position: relative; }
  @media (max-width: 1200px) {
    .main-product__info {
      max-width: calc( 100% - 490px); } }
  @media (max-width: 991px) {
    .main-product__info {
      max-width: 100%; } }

.main-product__favorites {
  position: absolute;
  right: 0;
  top: 0; }
  @media (max-width: 440px) {
    .main-product__favorites {
      position: static;
      margin-bottom: 10px; } }

.main-product__articul {
  margin-bottom: 25px; }
  @media (max-width: 440px) {
    .main-product__articul {
      margin-bottom: 10px; } }

.main-product__price {
  font-weight: 700;
  font-size: 2.1875rem;
  color: #035795;
  margin-bottom: 35px; }
  @media (max-width: 440px) {
    .main-product__price {
      font-size: 1.5625rem;
      margin-bottom: 20px; } }

.main-product__buy {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 70px; }
  @media (max-width: 440px) {
    .main-product__buy {
      flex-wrap: wrap;
      margin-bottom: 30px; } }
  .main-product__buy .buy-count {
    max-width: 80px;
    width: 100%;
    margin-right: 20px; }
    .main-product__buy .buy-count input[type=number] {
      padding: 12.5px 15px;
      background-color: #ffffff;
      border-color: #f3f5f6;
      font-size: 1.125rem; }
    .main-product__buy .buy-count__up {
      width: 20px;
      height: 20px; }
      .main-product__buy .buy-count__up svg {
        width: 15px;
        height: 10px;
        stroke: #000000; }
    .main-product__buy .buy-count__down {
      width: 20px;
      height: 20px; }
      .main-product__buy .buy-count__down svg {
        width: 15px;
        height: 10px;
        stroke: #000000; }

.main-product__button {
  max-width: 185px;
  width: 100%;
  margin-right: 20px; }
  @media (max-width: 440px) {
    .main-product__button.open-modal {
      -webkit-box-ordinal-group: 3;
              order: 2;
      max-width: 100%;
      width: 100%;
      margin: 0;
      margin-top: 20px; } }
  @media (max-width: 440px) {
    .main-product__button.add-to-card {
      -webkit-box-ordinal-group: 2;
              order: 1;
      max-width: calc( 100% - 100px);
      width: 100%;
      margin: 0; } }

.main-product__advantages {
  overflow: hidden; }

.option__label {
  font-weight: 500;
  font-size: 1.125rem;
  color: #b4b4b4; }
  @media (max-width: 440px) {
    .option__label {
      font-size: 0.8125rem; } }

.option__value {
  font-weight: 600;
  font-size: 1.125rem;
  color: #000000; }
  @media (max-width: 440px) {
    .option__value {
      font-size: 0.8125rem; } }

.product-mini {
  position: relative;
  padding-right: 245px; }
  .product-mini__name {
    font-weight: 600;
    font-size: 0.875rem;
    color: #000000;
    margin-bottom: 5px;
    line-height: 1.3125rem; }
    .product-mini__name a {
      color: inherit; }
  .product-mini__articul {
    font-weight: 400;
    font-size: 0.75rem;
    color: #6a6a6a; }
  .product-mini__price {
    max-width: 80px;
    width: 100%;
    font-weight: 600;
    font-size: 0.875rem;
    color: #000000;
    text-align: right;
    line-height: 1.3125rem; }
    @media (max-width: 1200px) {
      .product-mini__price {
        -webkit-box-ordinal-group: 3;
                order: 2; } }
  .product-mini__change {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    max-width: 215px;
    width: 100%;
    top: 0;
    right: 0; }
    @media (max-width: 1200px) {
      .product-mini__change {
        max-width: 105px;
        top: 0;
        right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: end;
                align-items: flex-end;
        padding-right: 40px; } }
  @media (max-width: 1200px) {
    .product-mini__buy-count {
      -webkit-box-ordinal-group: 2;
              order: 1;
      margin-bottom: 10px; } }
  .product-mini__buy-count .buy-count {
    max-width: 60px; }
    .product-mini__buy-count .buy-count input[type=number] {
      padding: 10px; }
    .product-mini__buy-count .buy-count__up {
      width: 15px;
      height: 15px; }
      .product-mini__buy-count .buy-count__up svg {
        width: 10px;
        height: 10px;
        stroke: #000000; }
    .product-mini__buy-count .buy-count__down {
      width: 15px;
      height: 15px; }
      .product-mini__buy-count .buy-count__down svg {
        width: 10px;
        height: 10px;
        stroke: #000000; }
  .product-mini__remove {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    cursor: pointer;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border: 1px solid #c4c4c4;
    border-radius: 50%; }
    @media (max-width: 1200px) {
      .product-mini__remove {
        position: absolute;
        right: 0;
        top: 9px; } }
    .product-mini__remove svg {
      width: 10px;
      height: 10px;
      stroke: #c4c4c4; }

.one-product {
  display: -webkit-box;
  display: flex; }
  .one-product__image {
    display: block;
    max-width: 270px;
    width: 100%;
    height: 205px;
    position: relative;
    overflow: hidden;
    margin-right: 30px; }
    .one-product__image img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover; }
  .one-product__title {
    display: block;
    font-weight: 600;
    font-size: 1.25rem;
    color: #000000;
    margin-bottom: 15px; }
  .one-product__articul {
    margin-bottom: 15px; }
  .one-product__price {
    font-weight: 700;
    font-size: 1.875rem;
    color: #035795; }
.page-template-page-catalog .title-page {
  margin-bottom: 25px;}
