/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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, [hidden] {
  display: none;
}

#cke_body ul, #cke_body ol {
  list-style-type: initial !important;
  padding: 2em;
}

/**
 * Add the correct display in IE 10.
 */
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/Montserrat-Bold.eot");
  src: url("../fonts/montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  outline-width: 0;
}

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #202020;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: #202020;
}

a:hover {
  text-decoration: underline;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.spinner-wrapper {
  display: inline-block;
}

.article_wrapper ul {
  list-style: disc;
  padding-left: revert;
}

.main-content ul {
  list-style: disc;
  padding-left: revert;
}

.main-content .list ul,
ul.cart-1__list {
  list-style: none;
  padding-left: 0;
}

.products-block .article-list__item .product-list__name {
  font-weight: 800;
  font-size: 15px;
  height: auto !important;
}

.big-title {
  font-weight: 700;
  font-size: 26px;
  color: #000;
  margin: 0;
  margin-bottom: 15px;
}

.middle-title {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
  margin-bottom: 15px;
}

.mini-title {
  font-size: 16px;
  color: #202020;
  font-weight: 700;
  margin: 0;
  margin-bottom: 13px;
}

@media (max-width: 991px) {
  .big-title {
    font-size: 19px;
  }

  .middle-title {
    font-size: 16px;
  }

  .mini-title {
    font-size: 14px;
  }
}

.main-title.main-title--no-icon::before {
  display: none;
}

.collaboration-privilege {
  padding: 30px 0;
  max-width: 1400px;
  margin: 0 auto;
}

.collaboration-privilege-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collaboration-privilege-info .collaboration-privilege-info-list {
  width: 60%;
  padding-right: 20px;
}

.collaboration-privilege-info .collaboration-privilege-info-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 18px;
  color: #000;
}

.collaboration-privilege-info .collaboration-privilege-info-list__item .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 50px;
  max-width: 25px;
  height: 25px;
  background: #ffd84e;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-right: 15px;
}

.collaboration-privilege-info .collaboration-privilege-info-img {
  width: 40%;
}

.collaboration-privilege-info .collaboration-privilege-info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 457px;
}

@media (max-width: 991px) {
  .collaboration-privilege-info .collaboration-privilege-info-list {
    width: 100%;
  }

  .collaboration-privilege-info .collaboration-privilege-info-img {
    display: none;
  }
}

@media (max-width: 580px) {
  .collaboration-privilege-info .collaboration-privilege-info-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 14px;
  }

  .collaboration-privilege-info .collaboration-privilege-info-list__item .number {
    margin-right: 0;
    margin-bottom: 7px;
  }
}

.colored-bg-info {
  background: #ffd84e;
  padding: 34px 0;
}

.banner-bg-info {
  padding: 80px 0;
}

.banner-bg-info .banner-bg-info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 60px;
}

.banner-bg-info .banner-bg-info-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20%;
  padding: 0 15px;
  margin-bottom: 25px;
}

.banner-bg-info .banner-bg-info-list__item .img {
  height: 70px;
  margin-bottom: 10px;
}

.banner-bg-info .banner-bg-info-list__item .text {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #202020;
}

@media (max-width: 991px) {
  .banner-bg-info {
    padding: 45px 0;
  }

  .banner-bg-info .banner-bg-info-list {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner-bg-info .banner-bg-info-list__item {
    width: 33.33%;
  }
}

@media (max-width: 680px) {
  .banner-bg-info .banner-bg-info-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner-bg-info .banner-bg-info-list__item {
    width: 50%;
  }
}

@media (max-width: 425px) {
  .banner-bg-info .banner-bg-info-list__item {
    width: 100%;
  }
}

.list-with-check-icon p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.list-with-check-icon p::before {
  content: '';
  display: block;
  background: url("../img/about-page/check-img.svg") no-repeat;
  max-width: 14px;
  max-height: 12px;
  min-width: 14px;
  min-height: 12px;
  margin-right: 7px;
  margin-top: 3px;
}

.cart-button:disabled {
  cursor: not-allowed;
  background-color: #000000;
  color: #FFFFFF;
}

.js-form-submit:hover {
  cursor: pointer;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Style the container with a rounded border, grey background and some padding and margin */
.google-reviews {
  margin-top: 30px;
}

.wrapper-reviews {
  background-color: #F0F0F0;
  margin: 16px 0;
}

.wrapper-reviews__intem {
  padding: 16px 16px;
  border-bottom: 1px solid #dadada;
}

.swiper-container {
  overflow: hidden;
  position: relative;
}

.mySwiper {
  padding-bottom: 50px;
}

/* Clear floats after containers */
.wrapper-reviews::after {
  content: "";
  clear: both;
  display: table;
}

/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.wrapper-reviews img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

/* Increase the font-size of a span element */
.wrapper-reviews span {
  font-size: 20px;
  margin-right: 15px;
}

/* Add media queries for responsiveness. This will center both the text and the image inside the container */
@media (max-width: 500px) {
  .wrapper-reviews {
    text-align: center;
  }

  .wrapper-reviews img {
    margin: auto;
    float: none;
    display: block;
  }
}

.hidden {
  display: none;
}

.default-page-content {
  padding: 20px 0;
}

.container {
  max-width: 1800px;
  padding: 0px 15px;
  margin: 0 auto;
}

.old-price span {
  text-decoration: line-through;
  font-size: 23px !important;
  color: #9c9c9c;
}

.products-block .product-list__price .current-price span {
  color: #cc0000;
  font-size: 24px !important;
}

.product-card .current-price span {
  color: #cc0000;
  font-weight: 700;
  font-size: 24px !important;
}

.wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}

.content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer {
  z-index: 1;
}

input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.about-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 230px;
  width: 50%;
}

.button-wrapper {
  display: block;
}

.count-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.count-block__title {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.quantity-block {
  position: relative;
  width: 164px;
  max-width: 165px;
}

.quantity-block .quantity-arrow-minus {
  position: absolute;
  left: 0;
  width: 40px;
  height: 50px;
  border-right: 1px solid #D0D0D0;
}

.quantity-block .quantity-arrow-plus {
  position: absolute;
  right: 0;
  width: 40px;
  height: 50px;
  border-left: 1px solid #D0D0D0;
}

.quantity-block input {
  text-align: center;
  width: 100%;
  height: 50px;
  border: 1px solid #D0D0D0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
}

input {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  outline: none;
  border: none;
  background: none;
}

.section {
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-default {
  padding: 13px 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #202020;
  border-radius: 2px;
  background-color: #FFD84E;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn-default:hover {
  background-color: #FFC700;
}

.main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  line-height: 140%;
  font-weight: 700;
  text-transform: uppercase;
  color: #202020;
  margin: 0;
  position: relative;
  margin-bottom: 36px;
}

.main-title::before {
  content: '';
  display: block;
  margin-right: 9px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  -webkit-clip-path: polygon(0% 0%, 50% 0, 100% 50%, 50% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 50% 0, 100% 50%, 50% 100%, 0% 100%);
  background-color: #FFD84E;
}

@media (max-width: 767px) {
  .main-title {
    font-size: 21px;
  }

  .main-title::before {
    margin-right: 6px;
    width: 21px;
    height: 21px;
    min-width: 21px;
    min-height: 21px;
  }
}

.no-scroll {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 7;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.btn-to-top {
  position: fixed;
  right: -100px;
  bottom: 100px;
  width: 40px;
  height: 40px;
  background: #202020;
  color: #fff;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.btn-to-top:hover {
  background: rgba(32, 32, 32, 0.7);
}

.btn-to-top.active {
  right: 0;
  z-index: 2;
}

.breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumbs li {
  position: relative;
  display: inline-block;
  list-style: none;
}

.breadcrumbs a {
  font-size: 14px;
  color: rgba(32, 32, 32, 0.6);
  position: relative;
}

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

/* Style the tab */
.tab, .tabs {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tabs-header button {
  position: relative;
}

/* Change background color of buttons on hover */
/* Create an active/current tablink class */
/* Style the tab content */
.tabcontent, .tab-b {
  display: none;
  border-top: none;
}

.tabcontent, .tab-b {
  -webkit-animation: fadeEffect 1.3s;
  animation: fadeEffect 1.3s;
  /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.container-radiobutton {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.container-radiobutton:not(:last-child) {
  margin-bottom: 8px;
}

.container-radiobutton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radiobutton {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #CDCDCD;
}

/* On mouse-over, add a grey background color */
.container-radiobutton:hover input ~ .checkmark-radiobutton {
  background-color: #e0e0e0;
}

/* When the radio button is checked, add a blue background */
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radiobutton:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radiobutton input:checked ~ .checkmark-radiobutton:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radiobutton .checkmark-radiobutton:after {
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #202020;
}

.container-checkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3px;
  padding-left: 29px;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid rgba(50, 50, 50, 0.2);
}

.container-checkbox .checkmark::after {
  display: block;
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid transparent;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background: #202020;
  border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
  border-color: #FFFFFF !important;
}

.form-label__name {
  display: block;
  margin-bottom: 7px;
  color: #202020;
}

.form-label__input {
  color: #202020;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 16px;
  resize: none;
}

.control-holder label.has-error {
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 0.1em 0.5rem;
  background-color: #e01515;
  color: #fff;
  z-index: 10;
}

.control-holder {
  position: relative;
}

._hide {
  display: none;
}

._show {
  display: block;
}

._text-left {
  text-align: left;
}

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

._left {
  float: left;
}

._right {
  float: right;
}

._pb-sm {
  padding-bottom: 0.3571429rem !important;
}

._clear-after::after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}

.title-block {
  position: relative;
  margin-bottom: 15px;
}

.title-block > p {
  font: 28px/1.3em "Montserrat-500", sans-serif;
  color: #202020;
  margin: 0 0 5px;
}

.title:first-child {
  margin-top: 0;
}

.title:first-child {
  margin-top: 0px;
}

.control-holder--text input, .control-holder--text textarea {
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 13px;
  padding: 11px 13px;
  color: #202020;
  width: 100%;
  margin-top: 5px;
}

.control-holder--text textarea {
  resize: vertical;
}

.form__group {
  margin: 0 0 1.2rem;
}

.image_resized img {
  width: 100%;
}

.image-style-align-left {
  float: left;
  margin: 16px;
  margin-left: 0;
}

.image-style-align-right {
  float: right;
  margin: 16px;
  margin-right: 0;
}

.cke_editable ul,
.cke_editable ol {
  list-style-type: initial !important;
  padding: .5em 1em;
}

.tel-list {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 32px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.tel-list__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
}

.tel-list__phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tel-list img {
  margin-top: 2px;
  margin-right: 11px;
}

.tel-list__item {
  color: #202020;
  font-size: 18px;
}

.tel-list__item:hover {
  text-decoration: underline;
}

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-list__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.social-list__email {
  margin-right: 40px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.social-list__email a {
  color: #202020;
}

.social-list__email a:hover {
  text-decoration: underline;
}

.social-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  text-decoration: underline;
}

.social-list__item:hover {
  text-decoration: none;
}

.social-list__item.social-list__item--viber {
  color: #8125C9;
}

.social-list__item.social-list__item--telegram {
  color: #1B8FD0;
}

@media all and (max-width: 1720px) {
  .social-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-list__items {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .social-list__email {
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 12px;
  }
}

.lang .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.lang .title::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #202020;
  margin-left: 6px;
}

.lang .title:hover {
  opacity: 0.8;
}

.lang.open ul {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.lang ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 6px 0;
  position: absolute;
  background: #FFFFFF;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.lang ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px;
  font-size: 13px;
  color: #202020;
}

.lang ul li a:hover {
  background-color: rgba(32, 32, 32, 0.1);
}

.header {
  border-top: 7px solid #FFD84E;

}

.header .logo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
}

.header .logo::after {
  display: none;
  width: 47px;
  height: 34px;
  position: absolute;
  z-index: 1;
  top: -7px;
  right: -21px;
  background-image: url(/tpl/default/img/new-year/santa_hat.svg);
}

.header .logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 329px;
}

.header .header-auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
}

#marquee {
  padding: 10px 15px !important;
  background-color: #FFD84E;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

#marquee p {
  margin: 0;
}

.header .header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 9px;
  padding-bottom: 19px;
}

.header .header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

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

.header .social-list {
  margin-right: 60px;
  margin-left: 80px;
}

.header .social-list__item img {
  margin-right: 6px;
}

.header .social-list__item:not(:last-child) {
  margin-right: 40px;
}

.header .cart-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header .cart-wrapper__mob-socials {
  display: none;
}

.header .cart-wrapper .cart-in-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .cart-wrapper .cart-in-header .cart-img {
  width: 86px;
  height: auto;
  position: relative;
}

.header .cart-wrapper .cart-in-header .cart-img img {
  width: 100%;
}

.header .cart-wrapper .cart-in-header .cart-info {
  background: #F0F0F0;
  border-radius: 2px;
  padding: 11px 20px;
  margin-left: -24px;
  color: #202020;
}

.header .cart-wrapper .cart-in-header .cart-info:hover {
  cursor: pointer;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 42px;
}

.search-form input {
  padding: 11px 20px;
  border: 2px solid transparent;
  border-radius: 2px;
}

.search-form button {
  position: absolute;
  padding: 11px;
  height: 100%;
  background-color: #A6A6A6;
  margin-left: -2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  right: 0;
}

.search-form .select2 {
  height: 100%;
}

.search-form .select2 .select2-selection {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-form .select2 .select2-selection__arrow {
  top: 0;
  right: 0;
  background: transparent;
  height: 100%;
  width: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-form .select2 .select2-selection b {
  border-color: unset;
  border-style: unset;
  border-width: unset;
  position: relative;
  width: 21px;
  height: 21px;
  background-image: url(/tpl/default/img/search-icon.svg);
  background-repeat: no-repeat;
  top: 9%;
  left: 10%;
}

.header .header-bottom-wrapper {
  background: -webkit-gradient(linear, left top, right top, from(#ffd84e), color-stop(20%, #ffd84e), color-stop(20%, #202020));
  background: -o-linear-gradient(left, #ffd84e 0%, #ffd84e 20%, #202020 20%);
  background: linear-gradient(90deg, #ffd84e 0%, #ffd84e 20%, #202020 20%);
  position: relative;
}

.header .header-bottom-wrapper::after {
  display: none;
  position: absolute;
  top: 100%;
  right: 15px;
  width: 128px;
  height: 111px;
  background-image: url(/tpl/default/img/new-year/toys.svg);
}

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

.header .header-catalog-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #FFC700;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 15px;
  margin-left: -15px;
}

.header .header-catalog-button img {
  margin-right: 10px;
}

.header .header-catalog-button:hover {
  background-color: #FFD84E;
}

.header .header-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #202020;
  width: 80%;
  padding: 0 0;
  padding-left: 70px;
}

.header .header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-menu__item:not(:last-child) {
  margin-right: 80px;
}

.header .header-menu__item a {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
}

.header .header-menu__item a:hover {
  text-decoration: underline;
}

.header .search-form {
  margin-left: auto;
  margin-right: -35px;
  max-width: 380px;
  width: 100%;
}

.header .search-form input {
  width: 100%;
}

.header .hamburger {
  display: none;
}

@media (max-width: 1500px) {
  .header .social-list {
    margin-right: 25px;
    margin-left: 40px;
  }

  .header .social-list__item:not(:last-child) {
    margin-right: 20px;
  }

  .header .tel-list__item {
    font-size: 16px;
  }

  .header .cart-wrapper .cart .cart-info {
    padding: 11px 15px;
    font-size: 15px;
  }

  .header .header-menu-wrapper {
    padding-left: 30px;
  }

  .header .header-menu__item:not(:last-child) {
    margin-right: 45px;
  }

  .header .tel-list {
    margin-right: 1px;
  }
}

@media (max-width: 1350px) {
  .header .logo {
    max-width: 220px;
  }

  .header .cart-wrapper {
    margin-top: 12px;
  }

  .header .cart-wrapper .cart-in-header .cart-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .header .social-list__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header .social-list__items a {
    margin-bottom: 8px;
  }
}

@media (max-width: 1250px) {
  .header {
    background-color: transparent;
  }

  .header .header-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .header .header-top .header-info {
    margin: unset;
    width: 100%;
  }

  .header .header-top .header-info .cart-wrapper {
    width: 100%;
  }

  .header .header-top .header-info .cart-wrapper__mob-socials {
    margin-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header .header-top .header-info .cart-wrapper__mob-socials a {
    margin-right: 8px;
  }

  .header .header-top .header-info__telocial-list {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header .header-top .header-info .tel-list {
    margin-top: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header .header-top .header-info .tel-list div:first-child {
    font-weight: 500;
  }

  .header .header-auth {
    margin-right: 0;
  }

  .header .tel-list {
    margin-right: 12px;
  }

  .header .social-list {
    margin: 0;
  }

  .header .social-list__items {
    display: none;
  }

  .header .social-list__email {
    font-size: 14px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .header .social-list {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .header .header-info__telocial-list {
    display: none;
  }

  .header .cart-wrapper {
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .header .cart-wrapper .cart-wrapper__mob-socials {
    display: none;
  }

  .header .cart-wrapper .lang {
    display: none;
  }

  .header .cart-wrapper .cart .cart-info {
    font-size: 13px;
    padding: 11px;
    padding-left: 15px;
    padding-right: 6px;
  }

  .header .header-bottom-wrapper {
    background-color: #FFFFFF;
  }

  .header .header-bottom {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #FFD84E;
  }

  .header .header-menu-wrapper {
    background-color: #FFD84E;
    padding-left: 0;
    margin-left: auto;
  }

  .header .hamburger {
    display: block;
    background-color: #F0F0F0;
    margin-right: 0;
  }

  .header .header-catalog-button {
    width: auto;
    padding: 19px;
    margin-left: 0;
  }

  .header .header-menu-wrapper {
    width: auto;
  }

  .header .header-menu-wrapper .header-menu {
    display: none;
  }

  .header .search-form {
    display: none;
  }
}

@media (max-width: 400px) {
  .header .header-top {
    padding-left: 0;
  }

  .header .logo {
    width: 250px;
    margin-top: 17px;
  }

  .header .cart-wrapper .cart-in-header .cart-img {
    width: 40px;
  }

  .header .header-info__telocial-list {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header .header-info .tel-list div:first-child {
    font-size: 13px;
  }

  .header .header-info .tel-list a {
    font-size: 14px;
  }
}

.mobile-menu {
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  opacity: 0;
  z-index: 999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.mobile-menu.open {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.mobile-menu .wrapper-lang_auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 38%;
}

.mobile-menu .mobile-menu-inn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 15px 65px 15px;
  width: 100%;
}

.mobile-menu .mobile-menu-inn-wrapper .search-form {
  width: 100%;
}

.mobile-menu .mobile-menu-inn-wrapper .search-form input {
  border: 2px solid rgba(32, 32, 32, 0.2);
  width: 100%;
}

.mobile-menu .mobile-menu-nav-list {
  margin-top: 20px;
  margin-bottom: 43px;
  width: 100%;
}

.mobile-menu .mobile-menu-nav-list__item {
  width: 100%;
}

.mobile-menu .mobile-menu-nav-list__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #202020;
}

.mobile-menu .tel-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 36px;
  margin-right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-menu .tel-list img {
  display: none;
}

.mobile-menu .tel-list__item:not(:last-child) {
  margin-bottom: 8px;
}

.mobile-menu .social-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 31px;
}

.mobile-menu .social-list__item img {
  margin-right: 4px;
}

.mobile-menu .social-list__item:not(:last-child) {
  margin-bottom: 30px;
}

.hidden-wrapper {
  position: relative;
  padding: 2rem 3rem;
  margin: 1.2rem auto;
  background-color: #fff;
  width: 96%;
  max-width: 1160px;
}

.hidden-wrapper--sm {
  max-width: 480px;
}

.hidden-wrapper--no-gap {
  padding: 0;
}

.zoom-in .hidden-wrapper {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.zoom-in.mfp-ready .hidden-wrapper {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.zoom-in.mfp-removing .hidden-wrapper {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.hidden-wrapper ._show-in--hidden-wrapper {
  display: block;
}

.cart {
  position: relative;
  font-size: 0.875rem;
  padding: 1rem 1.5rem;
}

.cart-header {
  position: relative;
}

.hidden-wrapper .cart-header {
  padding-right: 2rem;
}

.cart, .cart-item {
  padding: 1.5rem 2.2rem;
}

.cart-header > div {
  font-size: 2em;
  font-weight: 400;
}

.cart-header > div {
  font-size: 2em;
  font-weight: 400;
}

.cart-section {
  position: relative;
}

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

.cart-item {
  position: relative;
  list-style-type: none;
  padding: 1rem 1.5rem;
  margin: 0 -1.5rem;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.cart-item:hover {
  background: #edf4f5;
}

.cart-item__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-item__title {
  margin-bottom: 1em;
}

.cart-item__title a:visited {
  color: #001e31;
}

.cart-item__title a {
  color: #3388E5;
  font-weight: 500;
  font-size: 1.2em;
  text-decoration: underline;
}

.cart-item__code {
  position: relative;
  font-size: 13px;
  color: #333333;
  margin-bottom: 6px;
  font-weight: 700;
}

.cart-item__prices span {
  font-size: 1.6em;
}

.cart-item__cell {
  padding-left: 1em;
}

.cart-item__cell--remover {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40%;
  padding-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1em;
  padding-left: 0;
}

.cart-item__cell--image {
  display: none;
  width: 100%;
}

.cart-item__cell--image > a {
  display: block;
  max-width: 100%;
}

.cart-item__cell--image > a img {
  width: 100%;
}

.cart-item__cell--info {
  display: none;
}

.cart-item__cell--spinner {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60%;
  border-bottom: 1px solid #e6e6e6;
}

.cart-item__cell--prices {
  width: 40%;
  display: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cart-item__cell--totals {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60%;
}

.cart-item__label {
  display: block;
  margin-bottom: .4em;
  color: #5f5f5f;
  font-size: 1.2em;
}

.cart-item__preview {
  width: 52px;
  float: left;
  margin-right: 1em;
}

.cart-item__preview a {
  display: block;
}

.cart-item__preview a img {
  width: 100%;
}

.cart-item__opener {
  float: right;
  margin-left: 1em;
}

.cart-item__short-info {
  overflow: hidden;
}

.cart-item__short-info > * {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.cart-item__head:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.cart-item__head .cart-item__title {
  margin-bottom: .5em;
  line-height: 1.3em;
  font-weight: 500;
  font-size: 1.2em;
}

.cart-item__sub-title {
  color: #807f7f;
}

.cart-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e1e1e1;
}

.cart-notice-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAACVBMVEUAAAD///8AAABzxoNxAAAAA3RSTlMAAA2Ex7hjAAAAGUlEQVQI1wXBAQEAAACCIOz/6KCQGBkaDA4BCQAPxKGVkQAAAABJRU5ErkJggg==);
  background-color: rgba(64, 64, 64, 0.2);
}

.hidden-wrapper .cart-button {
  display: block;
  width: 2em;
  height: 2em;
  border-radius: .2em;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  padding: .5em;
  color: #404040;
  fill: currentColor;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  border-width: 0;
}

.hidden-wrapper .cart-button:hover {
  color: #404040;
  background-color: #e6e6e6;
}

.hidden-wrapper .cart-button svg {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

.hidden-wrapper .cart-button svg + svg {
  display: none;
}

.hidden-wrapper .cart-button,
.hidden-wrapper .cart-input {
  font-size: 22px;
  color: #3b3b3b;
}

.cart-button.is-disabled {
  pointer-events: none;
  opacity: .4;
  background-color: #e6e6e6;
  color: #807f7f;
}

.cart-div {
  position: relative;
}

.cart-price {
  color: #000;
}

.cart-price:not(.cart-price--old) span {
  font-weight: bold;
  font-size: 1.2em;
}

.cart-price > * {
  display: inline-block;
}

.cart-price .cart-price__total-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-price small {
  font-size: 70%;
  margin-left: .2em;
  font-weight: normal;
  vertical-align: initial;
  color: #807f7f;
}

.cart-spinner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cart-spinner button {
  height: 1.9em;
  width: 1.9em;
  fill: #ba0606;
}

.cart-spinner > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hidden-wrapper .cart-spinner .cart-input {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 3em;
  margin: 0 .25em;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

.hidden-wrapper .cart-input {
  display: block;
  width: 100%;
  height: 2em;
  text-align: center;
  border: 1px solid #bfbfbf;
  border-radius: .2em;
}

.cart-footer .button-wrapper {
  margin-top: 0;
  text-align: center;
}

.cart-footer .button-wrapper .btn-default {
  width: 100%;
  margin-top: 0;
  display: inline-block !important;
}

.cart__loader {
  text-align: center;
}

.cart__loader::before {
  content: '';
  display: block;
  width: 160px;
  height: 20px;
  background-image: url(/tpl/default/img/cart-loader-container.gif);
  margin: 0 auto 1rem;
}

.cart-item__prices {
  position: relative;
  display: inline-block;
}

.cart-price--old {
  color: #807f7f;
}

.cart-price--old span {
  font-size: 17px;
  text-decoration: line-through;
}

.cart-item.is-pending .cart-item__cell--totals .cart-item__prices:after {
  content: '';
  position: absolute;
  top: -5px;
  right: -10px;
  bottom: -5px;
  left: -10px;
  opacity: .2;
  background: url(/tpl/default/img/cart-loader-container.gif) center no-repeat;
  background-size: cover;
}

.cart.is-pending:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.cart.is-pending .cart-total:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: .2;
  background: url(/tpl/default/img/cart-loader-container.gif) center no-repeat;
  background-size: cover;
}

.cart-footer {
  position: relative;
}

.cart-footer .cart-price {
  padding-bottom: 5px;
}

.cart-footer .cart-price strong {
  float: left;
}

.cart-price strong {
  font-size: 1.4em;
  font-weight: normal;
  margin-right: .2em;
}

.cart-footer .cart-price span {
  float: right;
}

.cart-footer .cart-price::after {
  content: '';
  clear: both;
  display: block;
  height: 0;
}

.cart-results {
  padding: 1rem 0px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-results__left .link-back {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 35px;
  margin-top: 1rem;
  font-size: 20px;
  color: #3388E5;
  text-decoration: underline;
}

.cart-results__left .link-back:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAFAgMAAADTWp+jAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAADFBMVEUAb7b///8Ab7b///+r2jlDAAAAAnRSTlMAAHaTzTgAAAABYktHRAH/Ai3eAAAACXBIWXMAAAsSAAALEgHS3X78AAAAGklEQVQI12PgYGBgCA1hUIBQq0BgBYwHkQMAdO8G7yM2zHUAAAAASUVORK5CYII=) 0 0 no-repeat;
  width: 23px;
  height: 5px;
  margin-top: -2.5px;
}

.cart-results__right {
  min-width: 335px;
}

.cart-results .cart-price:not(.cart-price--old) span {
  font-size: 1.8em;
}

.cart-notice {
  display: none;
  position: absolute;
  margin: -.75em 0 0 -1em;
  padding: .75em 1.5em 1em;
  border-right: .25em;
  background-color: #fff;
  z-index: 100;
  -webkit-box-shadow: 0 2px 4px rgba(64, 64, 64, 0.5);
  box-shadow: 0 2px 4px rgba(64, 64, 64, 0.5);
}

.cart-notice__answer {
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart-notice__answer #close {
  width: 16px;
}

.cart-notice__question {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.4em;
  padding: .3em 0;
  margin-bottom: .25em;
}

.cart-item.is-notice .cart-notice, .cart-item.is-notice .cart-notice-overlay {
  display: block;
}

.cart-notice-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAACVBMVEUAAAD///8AAABzxoNxAAAAA3RSTlMAAA2Ex7hjAAAAGUlEQVQI1wXBAQEAAACCIOz/6KCQGBkaDA4BCQAPxKGVkQAAAABJRU5ErkJggg==);
  background-color: rgba(64, 64, 64, 0.2);
}

.cart-notice .button {
  display: inline-block;
  margin: 0 .3em .3em 0;
}

.cart-notice .btn-default {
  min-width: 162px;
}

@media only screen and (min-width: 480px) {
  .cart-price:not(.cart-price--old) span {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 640px) {
  .cart-results {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-results__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .cart-results__right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: inline-block;
    min-width: 60%;
  }

  .cart-notice {
    margin-left: -1.5em;
  }

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

@media only screen and (min-width: 640px) {
  .cart {
    padding: 1.5rem 2.2rem;
  }

  .cart-item {
    padding: 1.5rem 2.2rem;
    margin: 0 -2.2rem;
  }

  .cart-item__preview {
    width: 100px;
  }

  .cart-notice {
    margin-left: -1.5em;
  }

  .hidden-wrapper .cart-button,
  .hidden-wrapper .cart-input {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 1160px) {
  .cart--default .cart-item.is-opened .cart-item__head {
    padding-bottom: .5em;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1em;
  }

  .cart-item__cell--spinner {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }

  .cart-item__cell--prices {
    padding-left: 0;
  }

  .cart--default .cart-item__body {
    display: none;
  }

  .cart--default .cart-item.is-opened .cart-item__body {
    display: block;
  }

  .cart--default .cart-item.is-opened {
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(75%, #fcfcfc), to(#f7f7f7));
    background: -o-linear-gradient(top, #fcfcfc 0%, #fcfcfc 75%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #fcfcfc 75%, #f7f7f7 100%);
  }

  .cart-results {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .cart--default .cart-item.is-opened .cart-item__opener svg:first-child {
    display: none;
  }

  .cart--default .cart-item.is-opened .cart-item__opener svg:last-child {
    display: block;
  }
}

@media only screen and (min-width: 1160px) {
  .cart {
    font-size: 0.875rem;
  }

  .cart-item__head {
    display: none;
  }

  .cart-item__preview {
    width: 70px;
  }

  .cart-item__main {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .cart-item__cell {
    padding-left: 2em;
  }

  .cart-item__cell--remover {
    width: 2em;
    width: auto;
    margin: 0;
    padding: 0;
    border-width: 0;
  }

  .cart-item__cell--image {
    display: block;
    width: 100px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 1em;
  }

  .cart-item__cell--image > a {
    border: 1px solid #eaeaea;
    -webkit-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
  }

  .cart-item__cell--info {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .cart-item__cell--spinner {
    padding-left: 2em;
    width: auto;
    border-width: 0;
  }

  .cart-item__cell--prices {
    display: none;
  }

  .cart-item__cell--totals {
    width: 180px;
  }

  .cart-item__label {
    font-size: 1em;
    margin-bottom: 0.5em;
  }

  .hidden-wrapper .cart-button,
  .hidden-wrapper .cart-input {
    font-size: 22px;
  }
}

.auth-popup {
  position: relative;
}

.auth-popup__top {
  margin-bottom: 25px;
}

.auth-popup .registration-block {
  position: relative;
}

.auth-popup .login-block, .auth-popup .registration-block {
  width: calc(50% - 30px);
}

.control-holder--flag input[type="checkbox"] ~ span, .control-holder--flag input[type="radio"] ~ span {
  position: absolute;
  top: 0;
  left: 23px;
  font: 12px/1.35em "Montserrat-regular", sans-serif;
  color: #000;
}

.auth-popup__top .form-toggle {
  cursor: pointer;
  font: 14px/1.3em "Montserrat-regular", sans-serif;
  color: #006fb6;
  text-decoration: underline;
}

.auth-popup .registration-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  width: 1px;
  height: calc(100% - 20px);
  background: #e5e5e5;
}

.auth-popup__top .form__group:last-child {
  margin-top: 50px;
}

@media only screen and (max-width: 1280px) {
  .title-block > p {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .title-block > p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .auth-wrapper {
    padding: 1.5rem 2rem !important;
  }

  .auth-popup .login-block, .auth-popup .registration-block {
    width: 100%;
    float: none;
    margin-bottom: 0px;
  }

  .auth-popup .login-block > .title-block, .auth-popup .registration-block > .title-block {
    width: 100%;
    padding: 15px 0;
    background: #eee;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .auth-popup .login-block .popup-content, .auth-popup .registration-block .popup-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .auth-popup .login-block .popup-content.is-curr, .auth-popup .registration-block .popup-content.is-curr {
    max-height: 400px;
  }
}

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

.mv2 {
  margin-top: 4px;
  margin-bottom: 4px;
}

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

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

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

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

@-webkit-keyframes pulse {
  0% {
    background-color: rgba(221, 187, 0, 0.2);
  }
  13% {
    background-color: rgba(221, 187, 0, 0.2);
  }
  15% {
    background-color: rgba(255, 234, 119, 0.9);
  }
  28% {
    background-color: rgba(255, 234, 119, 0.9);
  }
  30% {
    background-color: rgba(221, 187, 0, 0.2);
  }
  43% {
    background-color: rgba(221, 187, 0, 0.2);
  }
  45% {
    background-color: rgba(255, 234, 119, 0.9);
  }
  70% {
    background-color: rgba(255, 234, 119, 0.9);
  }
  74% {
    background-color: rgba(221, 187, 0, 0.2);
  }
  100% {
    background-color: rgba(255, 234, 119, 0.9);
  }
}

@keyframes pulse {
  0% {
    background-color: rgba(221, 187, 0, 0.2);
  }
  13% {
    background-color: rgba(221, 187, 0, 0.2);
  }
  15% {
    background-color: rgba(255, 234, 119, 0.9);
  }
  28% {
    background-color: rgba(255, 234, 119, 0.9);
  }
  30% {
    background-color: rgba(221, 187, 0, 0.2);
  }
  43% {
    background-color: rgba(221, 187, 0, 0.2);
  }
  45% {
    background-color: rgba(255, 234, 119, 0.9);
  }
  70% {
    background-color: rgba(255, 234, 119, 0.9);
  }
  74% {
    background-color: rgba(221, 187, 0, 0.2);
  }
  100% {
    background-color: rgba(255, 234, 119, 0.9);
  }
}

@-webkit-keyframes borderPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 1px rgba(221, 187, 0, 0.8);
    box-shadow: 0 0 0 0 #fff, 0 0 0 1px rgba(221, 187, 0, 0.8);
  }
  40% {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(221, 187, 0, 0.8);
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(221, 187, 0, 0.8);
  }
  80% {
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 1px 3px rgba(221, 187, 0, 0.8);
    box-shadow: 0 0 0 3px #fff, 0 0 1px 3px rgba(221, 187, 0, 0.8);
  }
}

@keyframes borderPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 1px rgba(221, 187, 0, 0.8);
    box-shadow: 0 0 0 0 #fff, 0 0 0 1px rgba(221, 187, 0, 0.8);
  }
  40% {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(221, 187, 0, 0.8);
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(221, 187, 0, 0.8);
  }
  80% {
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 1px 3px rgba(221, 187, 0, 0.8);
    box-shadow: 0 0 0 3px #fff, 0 0 1px 3px rgba(221, 187, 0, 0.8);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 1;
    transform: scale(0);
  }
  50% {
    opacity: .5;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
    transform: scale(1);
  }
}

@-webkit-keyframes show-stat {
  0%,
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  21%,
  84% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  85%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes show-stat {
  0%,
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  21%,
  84% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  85%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes show-icons {
  0%,
  20% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  21%,
  84% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  85%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes show-icons {
  0%,
  20% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  21%,
  84% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  85%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes icon-change {
  0%,
  10% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  20%,
  30% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40%,
  50% {
    -webkit-transform: translateX(-73px);
    transform: translateX(-73px);
  }
  60%,
  70% {
    -webkit-transform: translateX(-147px);
    transform: translateX(-147px);
  }
  80%,
  to {
    -webkit-transform: translateX(-219px);
    transform: translateX(-219px);
  }
}

@keyframes icon-change {
  0%,
  10% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  20%,
  30% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40%,
  50% {
    -webkit-transform: translateX(-73px);
    transform: translateX(-73px);
  }
  60%,
  70% {
    -webkit-transform: translateX(-147px);
    transform: translateX(-147px);
  }
  80%,
  to {
    -webkit-transform: translateX(-219px);
    transform: translateX(-219px);
  }
}

.messenger {
  width: 70px;
  height: 70px;
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.messenger * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.messenger__switch {
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFD84E;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 70px;
}

.messenger__static {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
}

.messenger__static-icon {
  width: 19px;
  height: 19px;
  display: inline;
}

.messenger__static-caption {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 11px;
  margin: 0;
  text-align: center;
}

.messenger__pulsation {
  -webkit-animation: pulse 2s infinite;
  -webkit-transform: scale(0);
  animation: pulse 2s infinite;
  background-color: black;
  border-radius: 50px;
  height: 84px;
  left: -7px;
  position: absolute;
  top: -7px;
  -ms-transform: scale(0);
  transform: scale(0);
  width: 84px;
  z-index: -1;
}

.messenger__pulsation:nth-of-type(2n) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.messenger__pulsation.messenger-stop {
  -webkit-animation: none;
  animation: none;
}

.messenger__icons {
  border-radius: 50px;
  height: 44px;
  overflow: hidden;
  position: absolute;
  width: 44px;
}

.messenger__icons-line {
  -webkit-transform: translateX(30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  left: 12px;
  position: absolute;
  top: 10px;
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
  -o-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
  transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
}

.messenger__icons-line img {
  width: 22px;
  height: 22px;
}

.messenger__icons-line.messenger-stop {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.messenger__icon {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  margin: 0 50px 0 0;
  user-select: none;
}

.messenger__close {
  background-color: #FFD84E;
  border-radius: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 70px;
}

.messenger__icons.messenger-hide,
.messenger__static.messenger-hide {
  display: none;
}

.messenger__close-icon:first-of-type {
  margin-left: 0;
}

.messenger__close-icon {
  -webkit-transform: rotate(180deg) scale(0);
  -ms-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0);
  -webkit-transition: all .12s ease-in;
  -o-transition: all .12s ease-in;
  transition: all .12s ease-in;
}

.messenger__close.messenger-show {
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.messenger__close.messenger-show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.messenger__close.messenger-show .messenger__close-icon {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

.messenger__block {
  -webkit-transform: scale(0);
  -webkit-transform-origin: 80% 105%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: white;
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  bottom: 85px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 0;
  padding: 20px;
  position: absolute;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: 80% 105%;
  transform-origin: 80% 105%;
  -webkit-transition: all .12s ease-out;
  -o-transition: all .12s ease-out;
  transition: all .12s ease-out;
  width: 255px;
  z-index: 9;
}

.messenger__block.messenger-show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.messenger__btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin: 8px 0;
  line-height: 1.2;
  text-decoration: none;
}

.messenger__btn:before {
  background: #0084ff no-repeat 50%;
  border-radius: 50px;
  content: "";
  display: block;
  height: 40px;
  margin-right: 10px;
  width: 40px;
}

.messenger__btn-caption {
  color: rgba(0, 0, 0, 0.87);
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 0;
}

.messenger__btn.messenger__btn_facebook:before {
  background-image: url("/tpl/default/img/widget/facebook.svg");
}

.messenger__btn.messenger__btn_viber:before {
  background: #7c529d url("/tpl/default/img/widget/viber.svg") no-repeat 50%;
}

.messenger__btn.messenger__btn_telegram:before {
  background: #2ca5e0 url("/tpl/default/img/widget/telegram.svg") no-repeat 43%;
}

.messenger__btn.messenger__btn_skype:before {
  background: #31c4ed url("/tpl/default/img/widget/skype.svg") no-repeat 45% 45%;
}

.messenger__btn.messenger__btn_instagram:before {
  background: #dd2a7b url("/tpl/default/img/widget/instagram.svg") no-repeat 50% 50%;
}

.messenger__btn.messenger__btn_vkontakte:before {
  background: #597ba0 url("/tpl/default/img/widget/vkontakte.svg") no-repeat 50% 50%;
}

.messenger__block.messenger-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.messenger-bg {
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  opacity: 0;
  -webkit-transition: opacity .3s linear 0s, width 0s linear .3s, height 0s linear .3s;
  -o-transition: opacity .3s linear 0s, width 0s linear .3s, height 0s linear .3s;
  transition: opacity .3s linear 0s, width 0s linear .3s, height 0s linear .3s;
}

.messenger-bg.active {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .3s linear 0s, width 0s linear 0s, height 0s linear 0s;
  -o-transition: opacity .3s linear 0s, width 0s linear 0s, height 0s linear 0s;
  transition: opacity .3s linear 0s, width 0s linear 0s, height 0s linear 0s;
}

/** Custom */
.messenger__block {
  padding-bottom: 10px;
}

.service-signature {
  width: 100%;
  margin-top: 8px;
  padding-top: 5px;
  text-align: center;
  border-top: 1px solid #e4e4e4;
}

.service-signature a {
  font-size: 12px;
  text-decoration: none;
  color: black !important;
}

@media (max-width: 900px) {
  .messenger {
    top: auto;
    right: 20px;
    bottom: 20px;
  }

  #goToTop > svg {
    bottom: 100px;
  }
}

@media (max-width: 900px) {
  .messenger__static-caption {
    font-size: 6px;
  }
}

@media (max-width: 900px) {
  .messenger-bg {
    display: none;
  }
}

.messenger_owner {
  width: 100%;
  margin-top: 5px;
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid #e4e4e4;
  color: black;
}

.messenger_owner p {
  font-size: 12px;
  font-family: open-sans-regular, Arial, sans-serif;
}

.messenger_owner p a {
  text-decoration: none;
  color: black !important;
}

.cart-1 {
  font-size: 12px;
  position: relative;
  overflow: hidden;
}

.cart-1--mini {
  position: relative;
  padding: 1.2em 0em;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 0px 0px 5px 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19);
}

.cart-1--mini:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #FFD84E;
}

.cart-1__header {
  position: relative;
}

.cart-1__body {
  position: relative;
}

.cart-1 .cart-title {
  position: relative;
  padding: 1em 1.5em;
  font: 15px/1.2em "Montserrat-regular", Arial, Helvetica, sans-serif;
  color: #000000;
}

.cart-1__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.view-section--cart .cart-title {
  position: relative;
  padding: 1em 1.5em;
  font: 15px/1.2em "Montserrat-regular", Arial, Helvetica, sans-serif;
  color: #000000;
}

.cart-1-item {
  padding: 1.3em 1.5em;
  position: relative;
}

.cart-1-item {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.cart-1-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 1;
  background-color: #dcdcdc;
}

.cart-1-item:first-child:before {
  background-color: #eee;
}

.cart-1-item__head {
  font-size: 12px;
  line-height: 1.3;
}

.cart-1-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.cart-1-item__preview {
  float: left;
  width: 52px;
  margin-right: .7em;
  text-align: center;
}

.cart-1-item__preview a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  -webkit-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

.cart-1-item__preview img {
  max-height: 60px;
  display: inline-block;
  vertical-align: top;
}

.cart-1-item__title {
  overflow: hidden;
  width: auto;
  padding-top: 8px;
}

.cart-1-item__title a:visited {
  font-size: 14px;
  text-decoration: underline;
  color: #001e31;
}

.cart-1-item__title a {
  color: #3388E5;
  font-weight: 500;
  font-size: 1.2em;
  text-decoration: underline;
}

.cart-1-item__title ins {
  text-decoration: none;
  color: #666;
}

.cart-1-item__title > * {
  display: block;
  margin-bottom: 1%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.cart-1__footer {
  position: relative;
  text-align: center;
  padding: 0 20px;
}

.cart-1__totals {
  padding-top: 1.5em;
}

.cart-1__totals-left {
  padding: 0;
  padding-left: 0;
  float: left;
}

.cart-1__totals-right {
  float: right;
}

.cart-1__link {
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #3388E5;
  border-bottom: 1px dashed;
}

.cart-1--mini .cart-1__price {
  font-size: 1.2em;
  color: #202020;
  font-weight: 500;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-choice {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  text-transform: normal;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  color: #919191;
  padding: 0 20px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.select2-container .select2-choice > .select2-chosen {
  font-size: 15px;
  color: #000;
}

.delivery-step .control-holder {
  margin-bottom: 20px;
}

.container-radiobutton.is-pending:after {
  content: '';
  position: absolute;
  top: -5px;
  right: -10px;
  bottom: -5px;
  left: -10px;
  opacity: .2;
  background: url(/tpl/default/img/cart-loader-container.gif) center no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .cart-block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-block-wrapper .cart-order-form, .cart-block-wrapper .cart-order-info {
    width: 100%;
    margin-left: 0;
  }

  .new-client {
    padding-bottom: 32px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .new-client-form .block-input, .regular-client .block-input {
    width: 100%;
  }
}

@media only screen and (min-width: 640px) {
  .cart-1-item__head {
    font-size: 14px;
    display: none;
  }

  .cart-1--mini .cart-1-item__head {
    display: block;
  }

  .cart-1-item__title > * {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 500px) {
  .cart-1-item__preview {
    width: 79px;
  }
}

@media (max-width: 480px) {
  .tabs-header {
    text-align: center;
  }

  .tabs-wrapper {
    margin: 0 auto;
  }

  .tabs-wrapper .tab-h {
    margin-right: 0;
    width: 80%;
    margin-bottom: 10px;
    padding: 15px 0;
    border: 1px solid #ccc;
  }

  .tabs-wrapper .tab-h:first-child {
    margin-right: 0;
  }
}

.cart-finish {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 37px;
}

.cart-finish__text-wrapper {
  background-color: #F0F0F0;
  padding: 42px 49px 69px;
}

.cart-finish__text-wrapper .button-wrapper {
  margin-top: 22px;
}

@media (max-width: 714px) {
  .cart-finish {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-finish__text-wrapper {
    background-color: #F0F0F0;
    padding: 20px 20px 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .cart-1.cart-1--mini {
    font-size: 14px;
  }
}

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

.profile-form-in-wrapper .block-input {
  width: 49%;
}

@media (max-width: 991px) {
  .profile-form-in-wrapper .block-input {
    width: 100%;
  }
}

.cart-block-wrapper .tabs-body {
  margin-top: 27px;
}

.cart-block-wrapper .tab-h {
  font-size: 14px;
  color: #202020;
  padding: 8px 25px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #F0F0F0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cart-block-wrapper .tab-h:hover {
  background: rgba(32, 32, 32, 0.3);
}

.cart-block-wrapper .tab-h:first-child {
  margin-right: 20px;
}

.cart-block-wrapper .tab-h.active {
  color: #FFFFFF;
  background: #202020;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paging__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}

.paging__item.active a,
.paging__item.active span {
  background-color: #202020;
  color: #fff;
}

.paging__item a,
.paging__item span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  -webkit-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  transition: all 0.36s ease;
}

.paging__item a:hover {
  color: #fff;
  background-color: #202020;
}

.sidebar {
  width: 20%;
  margin-left: -15px;
}

.sidebar .catalog-menu {
  margin: 0;
  width: 100%;
}

.sidebar .catalog-menu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid rgba(32, 32, 32, 0.1);
}

.sidebar .catalog-menu__item.open .catalog-open-submenu-button::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sidebar .catalog-menu__item.open .catalog-submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.sidebar .catalog-menu__item .catalog-open-submenu-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 50px;
  padding-left: 10px;
  background-color: #F0F0F0;
  cursor: pointer;
}

.sidebar .catalog-menu__item .catalog-open-submenu-button:hover::after {
  border-top: 10px solid #FFC700;
}

.sidebar .catalog-menu__item:first-child .catalog-open-submenu-button::before {
  content: '%';
  display: block;
  position: absolute;
  color: red;
  font-weight: 600;
  font-size: 1.5rem;
}

.sidebar .catalog-menu__item .catalog-open-submenu-button::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFD84E;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar .catalog-menu__item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 5px;
  padding-left: 0;
  width: calc(100% - 50px);
  background-color: #F0F0F0;
  font-weight: 500;
  color: #202020;
  font-size: 16px;
  line-height: 140%;
}

.sidebar .catalog-menu__item > a:hover {
  text-decoration: underline;
}

.sidebar .catalog-menu__item .catalog-submenu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #F0F0F0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar .catalog-menu__item .catalog-submenu__item-1 {
  padding-left: 60px !important;
}

.sidebar .catalog-menu__item .catalog-submenu__item-1 a:before {
  font-size: 12px !important;
  display: none !important;
}

.sidebar .catalog-menu__item .catalog-submenu__item a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 5px;
  padding-left: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #202020;
}

.sidebar .catalog-menu__item .catalog-submenu__item a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #FFD84E;
  margin-right: 6px;
  display: inline-block;
  position: relative;
  margin-top: 3px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sidebar .catalog-menu__item .catalog-submenu__item a:hover {
  text-decoration: underline;
}

.wrapper-part-content {
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
}

.main-content {
  width: 80%;
  padding: 40px;
  padding-right: 0;
}

@media (min-width: 992px) {
  .sidebar .catalog-menu {
    max-height: 100vh;
    overflow-y: auto;
  }
}

@media (max-width: 1400px) {
  .sidebar {
    width: 20%;
    margin-left: -15px;
  }

  .sidebar .catalog-menu__item .catalog-open-submenu-button {
    width: 40px;
  }

  .sidebar .catalog-menu__item > a {
    font-size: 15px;
    width: calc(100% - 40px);
    word-break: unset;
  }
}

.sidebar.sidebar-default-page-catalog {
  position: absolute;
  width: 100%;
  left: 15px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.sidebar.sidebar-default-page-catalog .catalog-menu__item .catalog-open-submenu-button {
  background-color: #FFFFFF;
}

.sidebar.sidebar-default-page-catalog .catalog-menu__item > a {
  background-color: #FFFFFF;
}

.sidebar.sidebar-default-page-catalog .catalog-menu .catalog-submenu {
  background-color: #FFFFFF;
}

.sidebar.sidebar-default-page-catalog.open-catalog {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 20;
  padding: 20px;
  background-color: #FFD84E;
}

.sidebar.sidebar-default-page-catalog.open-catalog .sidebar-filter {
  display: none;
}

.sidebar.sidebar-default-page-catalog.open-filter {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 20;
  padding: 20px;
  background-color: #F0F0F0;
}

.sidebar.sidebar-default-page-catalog.open-filter .sidebar-filter {
  background-color: #FFFFFF;
  padding-top: 0;
}

.sidebar.sidebar-default-page-catalog.open-filter .catalog-menu {
  display: none;
}

@media (max-width: 991px) {
  .sidebar {
    position: absolute;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }

  .sidebar .catalog-menu__item .catalog-open-submenu-button {
    background-color: #FFFFFF;
  }

  .sidebar .catalog-menu__item > a {
    background-color: #FFFFFF;
  }

  .sidebar .catalog-menu .catalog-submenu {
    background-color: #FFFFFF;
  }

  .sidebar.open-catalog {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 20;
    padding: 20px;
    background-color: #FFD84E;
  }

  .sidebar.open-catalog .sidebar-filter {
    display: none;
  }

  .sidebar.open-filter {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 20;
    padding: 20px;
    background-color: #F0F0F0;
  }

  .sidebar.open-filter .sidebar-filter {
    background-color: #FFFFFF;
    padding-top: 0;
  }

  .sidebar.open-filter .catalog-menu {
    display: none;
  }

  .wrapper-part-content {
    margin-right: 0;
    padding-right: 0;
  }

  .main-content {
    width: 100%;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-content.main-content--home {
    padding: 0;
    padding-bottom: 30px;
  }
}

.sidebar-filter {
  border: 1px solid #F0F0F0;
  border: 0;
  position: relative;
  padding-top: 25px;
}

.sidebar-filter__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 0;
  display: flex;
  width: 100%;
  padding: 14px;
  background-color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 0;
}

.sidebar-filter__title .title {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  margin-right: 8px;
}

.sidebar-filter .filter-choosen {
  padding: 15px;
  padding-top: 0;
}

.sidebar-filter .filter-choosen .filter-choosen__title {
  font-weight: 500;
  font-size: 17px;
}

.sidebar-filter .filter-choosen .filter-choosen-clear-wrapper {
  text-align: center;
  margin-top: 30px;
}

.sidebar-filter .filter-choosen .filter-choosen__clear {
  display: inline-block;
  margin: 0 auto;
  text-decoration: underline;
  color: black;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-filter .filter-choosen .filter-choosen__clear:hover {
  opacity: 0.7;
}

.sidebar-filter .filter-choosen .filter-choosen__clear:active, .sidebar-filter .filter-choosen .filter-choosen__clear.dropdown.open {
  opacity: 1;
}

.sidebar-filter .filter-choosen .filter-choosen-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 3px;
}

.sidebar-filter .filter-choosen .filter-choosen-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #202020;
  padding: 4px;
  padding-left: 5px;
  background: #F8F8F8;
  border-radius: 3px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.sidebar-filter .filter-choosen .filter-choosen-list__item .filter-choosen-list__item-content {
  margin-left: 6px;
}

.sidebar-filter .filter-choosen .filter-choosen-list__item .filter-choosen-list__item-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-filter .filter-choosen .filter-choosen-list__item .filter-choosen-list__item-icon::before, .sidebar-filter .filter-choosen .filter-choosen-list__item .filter-choosen-list__item-icon::after {
  content: '';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 6px;
  background: rgba(35, 35, 35, 0.7);
  width: 8px;
  height: 2px;
  position: relative;
  top: 0px;
}

.sidebar-filter .filter-choosen .filter-choosen-list__item .filter-choosen-list__item-icon::before {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sidebar-filter .filter-choosen .filter-choosen-list__item .filter-choosen-list__item-icon::after {
  top: 9px;
  left: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sidebar-filter .filter-choosen .filter-choosen-list__item:hover {
  background: rgba(255, 0, 0, 0.4);
}

.sidebar-filter .sidebar-sort {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #F0F0F0;
  padding-bottom: 20px;
}

.sidebar-filter .sidebar-sort .container-select {
  width: 100%;
  max-width: 100%;
}

.sidebar-filter .sidebar-sort .container-select:not(:last-child) {
  margin-bottom: 15px;
}

.rangebar-wrapper {
  padding: 15px;
}

.accordion-content {
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.sidebar-characteristic {
  padding: 15px;
  border-top: 1px solid #ccc;
}

.sidebar-characteristic:last-child {
  border-bottom: 1px solid #ccc;
}

.sidebar-characteristic__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: #202020;
  font-size: 14px;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
}

.sidebar-characteristic .accordion-button {
  position: relative;
  margin-bottom: 0px;
}

.sidebar-characteristic .accordion-button .arrow {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-characteristic .accordion-button .arrow svg {
  width: 18px;
  height: 18px;
}

.sidebar-characteristic .accordion-button.active .arrow {
  color: #202020;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: var(--color-elements);
}

.sidebar-characteristic .sidebar-characteristic-content {
  overflow: hidden;
  max-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.sidebar-characteristic .sidebar-characteristic-content .rangebar-wrapper {
  margin: 0;
  padding: 0;
}

.sidebar-characteristic .sidebar-characteristic-content .rangebar-wrapper .range-input-wrapper {
  margin-top: 0;
}

.sidebar-characteristic .container-checkbox {
  margin-bottom: 10px;
}

.sidebar-characteristic .container-checkbox:first-child {
  margin-top: 10px;
}

.sidebar-wrapper__button-back {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  position: relative;
  color: #fff;
  font-weight: 500;
  background-color: var(--color-elements);
}

.sidebar-wrapper__button-back .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  margin-right: 10px;
}

.sidebar-wrapper__button-back .arrow svg {
  width: 18px;
  height: 18px;
}

.filter-button {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 15px;
  background-color: #F0F0F0;
}

.filter-button__title {
  color: #202020;
  font-size: 20px;
}

.filter-button__show {
  margin-left: auto;
  font-size: 13px;
  border-bottom: 1px dashed #202020;
}

.filter-button img {
  margin-right: 4px;
}

.rangebar-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rangebar-wrapper .rangebar-title {
  font-weight: 700;
  font-size: 16px;
  width: 100%;
}

.rangebar-wrapper .range-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 20px;
}

.rangebar-wrapper .range-input {
  width: 48%;
  border: 1px solid rgba(32, 32, 32, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 10px 12px;
}

.rangebar-wrapper .range-input-max {
  margin-left: 4%;
}

.rangebar-wrapper .range-line {
  background: #202020;
  height: 1px;
  width: 20px;
  margin-left: 3%;
}

.rangebar-wrapper .slider-rangebar {
  width: 100%;
}

.noUi-handle.noUi-handle-upper, .noUi-handle.noUi-handle-lower {
  background: var(--color-elements);
  opacity: 0.9;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-handle.noUi-handle-upper::before, .noUi-handle.noUi-handle-upper::after, .noUi-handle.noUi-handle-lower::before, .noUi-handle.noUi-handle-lower::after {
  display: none;
}

.noUi-connect {
  background-color: var(--color-elements);
  opacity: 0.7;
}

.checked-param-wrappers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 15px;
  width: 100%;
}

.checked-param-wrappers .param-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 3px;
}

.checked-param-wrappers .param-list .param-content {
  margin-left: 5px;
}

.checked-param-wrappers .param-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #202020;
  padding: 5px;
  background: #F8F8F8;
  border-radius: 3px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.checked-param-wrappers .param-item .param-close-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checked-param-wrappers .param-item .param-close-icon::before, .checked-param-wrappers .param-item .param-close-icon::after {
  content: '';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 6px;
  background: rgba(35, 35, 35, 0.7);
  width: 8px;
  height: 2px;
  position: relative;
  top: 0px;
}

.checked-param-wrappers .param-item .param-close-icon::before {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checked-param-wrappers .param-item .param-close-icon::after {
  top: 9px;
  left: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.checked-param-wrappers .param-item:hover {
  background: rgba(255, 0, 0, 0.4);
}

.checked-param-wrappers .param-clear {
  color: #4067A3;
  text-decoration: underline;
  text-align: end;
}

.checked-param-wrappers .param-clear:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .sidebar-filter .sidebar-sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .filter-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-banner {
  padding: 80px 70px;
  background-size: cover !important;
  background-position: center !important;
  display: none;
}

.main-banner .main-banner-info__title {
  margin: 0;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 4px;
}

.main-banner .main-banner-info__subtitle {
  margin: 0;
  font-size: 22px;
  line-height: 140%;
  color: #202020;
  font-weight: 400;
  margin-bottom: 29px;
}

.main-banner .main-banner-info .button-wrapper {
  margin-top: 29px;
}

.main-banner .main-banner-info .button-wrapper .btn-default {
  font-size: 18px;
  padding: 13px 54px;
}

@media (max-width: 991px) {
  .main-banner {
    margin-left: -15px;
    margin-right: -15px;
    padding: 55px 35px;
    display: none;
  }

  .main-banner .main-banner-info__title {
    margin: 0;
    font-size: 36px;
    line-height: 140%;
  }

  .main-banner .main-banner-info__subtitle {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 24px;
  }

  .main-banner .main-banner-info .button-wrapper {
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  .main-banner {
    padding: 40px 25px;
  }

  .main-banner .main-banner-info__title {
    margin: 0;
    font-size: 26px;
    line-height: 130%;
  }

  .main-banner .main-banner-info__subtitle {
    font-size: 16px;
  }
}

.main-slider {
  max-height: 520px;
  height: 520px;
  margin-right: -40px;
  position: relative;
}

.main-slider .button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 100px;
  z-index: 22222222222222222;
  padding: 25px 35px;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.9);
}

.main-slider .swiper-pagination {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.9);
}

.main-slider:hover .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-slider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(31, 37, 57, 0.2);
  opacity: 1;
}

.main-slider .swiper-pagination .swiper-pagination-bullet:hover {
  cursor: pointer;
}

.main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(31, 37, 57, 0.5);
  width: 16px;
  height: 16px;
}

.main-slider__item {
  position: relative;
  height: 100%;
}

.main-slider__img {
  display: block;
  height: 100%;
  max-height: 610px;
}

.main-slider__img img {
  max-height: 610px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-slider__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 90px;
  width: 670px;
}

.main-slider__info .main-slider__title {
  font-weight: 900;
  font-size: 50px;
  line-height: 140%;
  text-transform: uppercase;
  color: #202020;
}

.main-slider__info .main-slider__subtitle {
  font-size: 22px;
  line-height: 140%;
  color: #202020;
}

.main-slider__info .btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.main-slider__info .btn-wrapper .btn-default {
  display: block;
}

@media (max-width: 1550px) {
  .main-slider {
    max-height: 510px;
    height: 510px;
    position: relative;
  }

  .main-slider__img {
    max-height: 510px;
  }

  .main-slider__img img {
    object-fit: contain;
    max-height: 510px;
  }

  .main-slider__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 60px;
  }

  .main-slider__info .main-slider__title {
    font-size: 41px;
  }

  .main-slider__info .main-slider__subtitle {
    font-size: 19px;
  }
}

@media (max-width: 1275px) {
  .main-slider {
    max-height: 410px;
    height: 410px;
  }

  .main-slider__img {
    max-height: 410px;
  }

  .main-slider__img img {
    max-height: 410px;
  }

  .main-slider__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 40px;
  }

  .main-slider__info .main-slider__title {
    font-size: 35px;
  }

  .main-slider__info .main-slider__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .main-slider {
    max-height: 309px;
    height: 309px;
  }

  .main-slider__img {
    max-height: 309px;
  }

  .main-slider__img img {
    max-height: 309px;
  }

  .main-slider .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 22222222222222222;
    padding: 0;
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .main-slider__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 25px;
  }

  .main-slider__info .main-slider__title {
    font-size: 29px;
  }

  .main-slider__info .main-slider__subtitle {
    font-size: 17px;
  }
}

@media (max-width: 560px) {
  .swiper-container {
    margin-left: -15px;
    margin-right: -15px;
  }

  .main-slider {
    max-height: 165px;
    height: 165px;
  }

  .main-slider .swiper-pagination {
    padding: 6px;
  }

  .main-slider .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: rgba(31, 37, 57, 0.2);
    opacity: 1;
  }

  .main-slider .swiper-pagination .swiper-pagination-bullet:hover {
    cursor: pointer;
  }

  .main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(31, 37, 57, 0.5);
    width: 11px;
    height: 11px;
  }

  .main-slider__img {
    max-height: 180px;
  }

  .main-slider__img img {
    max-height: 180px;
  }

  .main-slider__info {
    left: 15px;
    width: 265px;
  }

  .main-slider__info .main-slider__title {
    font-size: 18px;
  }

  .main-slider__info .main-slider__subtitle {
    font-size: 13px;
  }
}

.products-block {
  width: 100%;
  padding: 40px 0;
}

.products-block.products-block--hero .product-list__card, .products-block.products-block--catalog .product-list__card {
  width: 19%;
}

.products-block.products-block--hero .product-list__card, .products-block.products-block--catalog .product-list__card.product-list__card-other{
  width: 23%;
}

.products-block.products-block--hero .product-list__card:not(:nth-child(6n)), .products-block.products-block--catalog .product-list__card:not(:nth-child(6n)) {
  margin-right: 0%;
}

.products-block.products-block--hero .product-list__card:not(:nth-child(5n)), .products-block.products-block--catalog .product-list__card:not(:nth-child(5n)) {
  margin-right: 1.25% !important;
}

.products-block.products-block--catalog {
  padding-top: 0;
  padding-bottom: 0;
}

.products-block.products-block--catalog .main-title {
  margin-bottom: 20px;
}

.products-block.products-block--grey-bg {
  background: #F0F0F0;
}

.products-block .product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}

.products-block .product-list__card {
  width: 15.5%;
}

.products-block .product-list__card:not(:nth-child(6n)) {
  margin-right: 1.4%;
}

.products-block .product-list__item-wrapper {
  position: relative;
  min-height: 100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.products-block .product-list__item-wrapper:hover {
  margin: -10px;
  z-index: 1;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.products-block .product-list__item {
  position: relative;
  padding: 5px;
}

.products-block .product-list__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

.article_inner_photo{
  width: 100%;
  max-width: 320px;
  float: left;
  margin: 0 20px 20px 0;
}

.products-block .product-list__img::before {
  content: '';
  padding: 50% 0;
}

.products-block .product-list__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: auto;
  width: 100%;
  font-size: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.products-block .product-list__img:hover img {
  opacity: 0.6;
}

.products-block .product-list .status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 8px;
  width: 60px;
  height: 26px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #202020;
}

.products-block .product-list__info {
  margin-top: 7px;
}

.products-block .product-list__articul {
  font-size: 12px;
  color: rgba(32, 32, 32, 0.7);
}

.products-block .product-list__price {
  font-size: 18px;
}

.products-block .product-list__price span:first-child {
  font-weight: 700;
  font-size: 18px;
}

.products-block .product-list__name {
  display: block;
  color: #223B42;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  height: 80px;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 6px;
  overflow: hidden;
}

.products-block.condensed .product-list__name {
  height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-list__card.r .product-list__name {
  text-align: center;
  font-weight: 700;
  height: 48px;
}

.product-list__card.r .button-wrapper {
  justify-content: center;
}

.products-block .product-list__info-text {
  display: block;
  color: #223B42;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  height: 80px;
  line-height: 15px;
  margin-bottom: 5px;
  margin-top: 10px;
  overflow: hidden;
}

.products-block .product-list .button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
}

@media (max-width: 991px) {
  .products-block.products-block--hero .product-list__card, .products-block.products-block--catalog .product-list__card {
    width: 20%;
  }

  .products-block.products-block--hero .product-list__card:not(:nth-child(5n)), .products-block.products-block--catalog .product-list__card:not(:nth-child(5n)) {
    margin-right: 0 !important;
  }

  .products-block .product-list__card {
    width: 32%;
  }

  .products-block .product-list__card:not(:nth-child(6n)) {
    margin-right: 0%;
  }

  .products-block .product-list__card:not(:nth-child(3n)) {
    margin-right: 2%;
  }

  .products-block.products-block--hero .product-list__card .button-wrapper, .products-block.products-block--catalog .product-list__card .button-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .products-block.products-block--hero, .products-block.products-block--catalog {
    margin-top: 46px;
  }

  .products-block.products-block--hero .product-list__card, .products-block.products-block--catalog .product-list__card {
    width: 32%;
    margin-bottom: 2%;
  }

  .products-block.products-block--hero .product-list__card, .products-block.products-block--catalog .product-list__card.product-list__card-other{
    width: 32%;
    margin-bottom: 2%;
  }

  .products-block.products-block--hero .product-list__card:not(:nth-child(5n)), .products-block.products-block--catalog .product-list__card:not(:nth-child(5n)) {
    margin-right: 0%;
  }

  .products-block.products-block--hero .product-list__card:not(:nth-child(3n)), .products-block.products-block--catalog .product-list__card:not(:nth-child(3n)) {
    margin-right: 2% !important;
  }

  .products-block.products-block--hero .product-list__card .button-wrapper .btn-default,
  .products-block.products-block--catalog .product-list__card .button-wrapper .btn-default{
    width: 100%;
    text-align: center;
  }

  .products-block.products-block--hero .product-list__card .button-wrapper button{
    margin-right: 0.5rem !important;
  }

  .products-block.products-block--catalog .product-list__card .button-wrapper{
    margin-right: 0.5rem !important;
  }


  .products-block .product-list__card {
    width: 50%;
  }

  .products-block .product-list__card:not(:nth-child(3n)) {
    margin-right: 0%;
  }
}

@media (max-width: 550px) {
  .products-block.products-block--hero, .products-block.products-block--catalog {
    margin-top: 46px;
  }

  .products-block.products-block--hero .product-list__card, .products-block.products-block--catalog .product-list__card {
    width: 50%;
    margin-bottom: 2%;
  }

  .products-block.products-block--hero .product-list__card, .products-block.products-block--catalog .product-list__card.product-list__card-other{
    width: 50%;
    margin-bottom: 2%;
  }

  .products-block.products-block--hero .product-list__card:not(:nth-child(3n)), .products-block.products-block--catalog .product-list__card:not(:nth-child(3n)) {
    margin-right: 0% !important;
  }
}

@media (min-width: 991px) {
  .main-content--home .products-block .product-list .mySwiper .swiper-wrapper .product-list__card {
    margin-right: 20px !important;
  }
}

@media (max-width: 990px) {
  .main-content--home .products-block .product-list .mySwiper .swiper-wrapper .product-list__card {
    margin-right: 0 !important;
  }
}

.statement {
  padding: 42px 0;
  background: #FFFFFF;
  color: #202020 !important;
}

.statement.statement--white {
  background: #202020;
}

.statement.statement--white input {
  border: none;
  color: #202020;
}

.statement.statement--white .statement__title {
  color: #202020;
}

.statement.statement--white .statement-button-wrap .statement-button {
  color: #202020;
  border-color: #202020;
}

.statement.statement--white .statement-button-wrap .statement-button:hover {
  background: #202020;
  color: #FFFFFF;
}

.statement .statement__title {
  margin: 0;
  font-size: 24px;
  color: #202020;
  font-weight: 400;
  text-align: center;
}

.statement .statement__title span {
  margin-top: 8px;
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.statement .statement-form {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
}

.statement .statement-form .statement-input-wrap input {
  padding: 10px 15px;
  border: 1px solid rgba(32, 32, 32, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
}

.statement .statement-form .statement-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

@media (max-width: 991px) {
  .statement .statement-form {
    max-width: 600px;
  }

  .statement .statement-form .statement-input-wrap:not(:first-child) {
    margin-top: 13px;
  }
}

.production-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.production-list__item-wrapper {
  margin-bottom: 20px;
}

.production-list__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.production-list__img::before {
  content: '';
  padding: 50% 0;
}

.production-list__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.production-list__title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin: 0 0 8px;
}

.production-list__descr {
  font-size: 13px;
}

@media (max-width: 1800px) {
  .production-list__item-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 1600px) {
  .production-list__item-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .production-list__title {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .production-list__item-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px) {
  .production-list__item-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .production-list__title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .production-list__item-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .production-list__title {
    font-size: 16px;
  }
}

@media (max-width: 580px) {
  .production-list__item-wrapper {
    margin-bottom: 15px;
  }

  .production-list__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    height: auto;
  }

  .production-list__title {
    font-size: 16px;
  }

  .production-list__descr {
    display: none;
  }
}

#delivery_city {
  width: 100%;
}

#delivery_department {
  width: 100%;
}

select {
  display: none;
}

.dropdown {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
  background-color: #FFFFFF;
  border-radius: 6px;
  border: solid 1px #eee;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.0075);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.0075);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 42px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.dropdown:focus {
  background-color: #f1f1f1;
}

.dropdown:hover {
  background-color: #f3f3f3;
}

.dropdown:active, .dropdown.open {
  background-color: #f0f0f0 !important;
  border-color: #e4e4e4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown:after {
  height: 0;
  width: 0;
  border-top: 4px solid #777;
  -webkit-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  content: '';
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  border: solid #202020;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(45deg);
  -ms-transform: translateY(calc(-50% - 2px)) rotate(45deg);
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
}

.dropdown.open:after {
  -webkit-transform: translateY(calc(-50% + 2px)) rotate(225deg);
  -ms-transform: translateY(calc(-50% + 2px)) rotate(225deg);
  transform: translateY(calc(-50% + 2px)) rotate(225deg);
}

.dropdown.open .list {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.dropdown.open .option {
  cursor: pointer;
}

.dropdown.wide {
  width: 100%;
}

.dropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.dropdown .list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -o-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 6px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.dropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.dropdown .list::-webkit-scrollbar {
  width: 5px;
}

.dropdown .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #fff;
}

.dropdown .list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.dropdown .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.dropdown .option:hover, .dropdown .option:focus {
  background-color: #f6f6f6 !important;
}

.dropdown .option.selected {
  font-weight: 600;
}

.dropdown .option.selected:focus {
  background: #f6f6f6;
}

.container-select {
  max-width: 250px;
  width: auto;
  min-width: 250px;
}

.container-select.dropdown-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: auto;
  min-width: auto;
  padding-bottom: 2px;
  padding-right: 5px;
  border-bottom: 1px solid var(--color-elements);
}

.container-select.dropdown-custom svg {
  color: var(--color-elements);
  margin-right: 4px;
}

.container-select.dropdown-custom .current {
  color: var(--color-elements);
  font-size: 16px;
}

.container-select.dropdown-custom .dropdown {
  height: auto;
  line-height: 100%;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  border: 0;
}

.container-select.dropdown-custom .dropdown::after {
  display: none;
}

@media (max-width: 580px) {
  .block-sort {
    font-size: 14px;
  }

  .container-select.dropdown-custom {
    max-width: 170px;
  }

  .container-select.dropdown-custom svg {
    min-width: 25px;
  }

  .container-select.dropdown-custom .dropdown .current {
    max-width: 140px;
    overflow-x: hidden;
  }
}

@media (max-width: 375px) {
  .container-select.dropdown-custom {
    max-width: 140px;
  }

  .container-select.dropdown-custom .dropdown .current {
    max-width: 110px;
  }
}

.by {
  bottom: 12px;
  color: #aaa;
  font-size: 12px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.sort-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort-wrapper .container-select:not(:last-child) {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .sort-wrapper .container-select {
    display: none;
  }
}

.text-italic {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  text-align: right;
  color: #202020;
}

.text-italic.text-italic--big {
  font-size: 30px;
}

@media (max-width: 1200px) {
  .text-italic.text-italic--big {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .text-italic.text-italic--big {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .text-italic.text-italic--big {
    font-size: 19px;
  }
}

.default-list {
  list-style: auto;
  padding-left: 20px;
}

.default-list li {
  font-size: 18px;
}

.default-list li:not(:last-child) {
  margin-bottom: 10px;
}

.default-mark-list {
  list-style: unset;
  padding-left: 20px;
}

.default-mark-list li {
  font-size: 18px;
}

.default-mark-list li:not(:last-child) {
  margin-bottom: 10px;
}

.colored-bg-info-title {
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  color: #202020;
}

.success-box-icon {
  max-width: 28px;
  min-width: 28px;
  min-height: 28px;
  max-height: 28px;
  background-color: #6add75;
  border-radius: 5px;
  color: white;
  border: 2px solid #40d44f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 7px;
}

.success-box-icon.success-box-icon--small {
  max-width: 17px;
  min-width: 17px;
  min-height: 17px;
  max-height: 17px;
}

@media (max-width: 767px) {
  .text-italic {
    font-size: 16px;
  }

  .colored-bg-info-title {
    font-size: 21px;
  }
}

.pack-banner {
  padding: 100px 0;
}

.pack-banner .container {
  max-width: 1130px;
}

.pack-banner .pack-banner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pack-banner .pack-banner-container__img {
  min-width: 398px;
  max-width: 398px;
  max-height: 398px;
  min-height: 398px;
  border: 10px solid #ffd84e;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.pack-banner .pack-banner-container__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pack-banner .pack-banner-container-info {
  background: #ffd84e;
  border-radius: 0px 300px 300px 0px;
  padding: 50px;
  padding-left: 75px;
  margin-left: -50px;
  width: 100%;
}

.pack-banner .pack-banner-container-info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  color: #202020;
}

.pack-banner .pack-banner-container-info__item:not(:last-child) {
  margin-bottom: 27px;
}

.pack-banner .pack-banner-container-info__item .success-box-icon {
  margin-right: 10px;
}

@media (max-width: 1050px) {
  .pack-banner .pack-banner-container__img {
    min-width: 300px;
    max-width: 300px;
    max-height: 300px;
    min-height: 300px;
    border: 8px solid #ffd84e;
  }
}

@media (max-width: 991px) {
  .pack-banner {
    padding: 65px 0;
  }

  .pack-banner .pack-banner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pack-banner .pack-banner-container__img {
    margin-bottom: -30px;
  }

  .pack-banner .pack-banner-container__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .pack-banner .pack-banner-container-info {
    background: #ffd84e;
    border-radius: 230px;
    margin: 0;
    padding: 35px 20px;
    padding-top: 45px;
  }

  .pack-banner .pack-banner-container-info__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 23px;
  }

  .pack-banner .pack-banner-container-info__item:not(:last-child) {
    margin-bottom: 27px;
  }

  .pack-banner .pack-banner-container-info__item .success-box-icon {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .pack-banner .container {
    padding: 0;
  }

  .pack-banner .pack-banner-container-info {
    border-radius: 0;
  }

  .pack-banner .pack-banner-container-info__item {
    font-size: 17px;
  }

  .pack-banner .pack-banner-container-info__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.form-offer {
  background-color: #f0f0f0;
}

.form-offer.form-offer-with-triangle {
  background-color: #ffd84e;
}

.form-offer.form-offer-with-triangle .container {
  max-width: 1650px;
  padding: 30px 4%;
  -webkit-clip-path: polygon(46% 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 2% 46%, 0 0);
  clip-path: polygon(46% 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 2% 46%, 0 0);
}

.form-offer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1480px;
  background: #f0f0f0;
  padding: 30px 15px;
}

.form-offer .form-offer-title-wrapper {
  margin-right: 10px;
  max-width: 540px;
}

.form-offer .form-offer-title-wrapper .form-offer__title {
  font-weight: 600;
  font-size: 24px;
  color: #202020;
  margin: 0;
  margin-bottom: 9px;
}

.form-offer .form-offer-title-wrapper .form-offer__subtitle {
  font-size: 13px;
  line-height: 140%;
  color: #202020;
}

.form-offer .form-offer-input {
  padding: 10px 13px;
  font-size: 14px;
  color: #202020;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  width: 300px;
  margin-right: 10px;
}

.form-offer .form-offer-button {
  background: #f0f0f0;
  border: 1px solid #202020;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 22px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #202020;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

.form-offer .form-offer-button:hover {
  background-color: #000;
  color: white;
}

@media (max-width: 1380px) {
  .form-offer .form-offer-title-wrapper .form-offer__title {
    font-size: 20px;
  }

  .form-offer .form-offer-input {
    width: 250px;
  }
}

@media (max-width: 1180px) {
  .form-offer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-offer .form-offer-title-wrapper {
    text-align: center;
    margin-bottom: 17px;
  }

  .form-offer .form-offer-input {
    width: 300px;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .form-offer .form-offer-button {
    margin-top: 5px;
  }
}

.about-our-offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 0;
}

.about-our-offer .about-our-offer__img {
  max-width: 800px;
  min-width: 800px;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.about-our-offer .about-our-offer__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-our-offer .text-italic {
  text-align: left;
}

.about-our-offer .about-our-offer-info {
  padding-left: 68px;
}

.about-our-offer p {
  margin: 8px 0;
}

.about-our-offer ul {
  margin: 0;
  list-style: unset;
  padding-left: 20px;
}

.about-our-offer ul li:not(:last-child) {
  margin-bottom: 8px;
}

@media (max-width: 1500px) {
  .about-our-offer .about-our-offer__img {
    max-width: 550px;
    min-width: 550px;
  }

  .about-our-offer .about-our-offer-info {
    padding-left: 35px;
  }
}

@media (max-width: 1100px) {
  .about-our-offer .about-our-offer__img {
    max-width: 370px;
    min-width: 370px;
  }

  .about-our-offer .about-our-offer-info {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .about-our-offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-our-offer .about-our-offer__img {
    max-width: 450px;
    min-width: auto;
    margin-bottom: 25px;
  }

  .about-our-offer .about-our-offer-info {
    padding-left: 20px;
  }
}

.privilege-block {
  padding: 70px 0;
}

.privilege-block .privilege-block__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 30px;
  color: #202020;
  margin: 0;
  margin-bottom: 40px;
}

.privilege-block .privilege-block__title .name {
  font-weight: 600;
  font-size: 67px;
  color: #202020;
}

.privilege-block .privilege-block-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #202020;
  margin-left: -10px;
  margin-right: -10px;
}

.privilege-block .privilege-block-list .privilege-block-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.privilege-block .privilege-block-list .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffd84e;
  max-width: 51px;
  min-width: 51px;
  min-height: 51px;
  max-height: 51px;
  margin-right: 18px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #202020;
}

@media (max-width: 1450px) {
  .privilege-block .privilege-block-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .privilege-block .privilege-block-list .privilege-block-list-item {
    font-size: 15px;
    width: 25%;
  }

  .privilege-block .privilege-block-list .privilege-block-list-item .number {
    margin-right: 10px;
    font-size: 15px;
  }
}

@media (max-width: 1100px) {
  .privilege-block {
    padding: 55px 0;
  }

  .privilege-block .privilege-block__title {
    font-size: 25px;
    margin-bottom: 33px;
  }

  .privilege-block .privilege-block__title .name {
    font-size: 44px;
  }

  .privilege-block .privilege-block-list .privilege-block-list-item {
    width: 33.33%;
  }

  .privilege-block .privilege-block-list .privilege-block-list-item .number {
    max-width: 43px;
    min-width: 43px;
    min-height: 43px;
    max-height: 43px;
  }
}

@media (max-width: 767px) {
  .privilege-block .privilege-block-list .privilege-block-list-item {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .privilege-block {
    padding: 40px 0;
  }

  .privilege-block .privilege-block__title {
    font-size: 21px;
    margin-bottom: 33px;
  }

  .privilege-block .privilege-block__title .name {
    font-size: 35px;
  }

  .privilege-block .privilege-block-list .privilege-block-list-item {
    width: 100%;
  }
}

.images-list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}

.images-list-block .images-list-block-item {
  width: 14.28%;
}

.images-list-block .images-list-block-item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 991px) {
  .images-list-block {
    overflow-x: auto;
  }

  .images-list-block .images-list-block-item {
    width: 120px;
    min-width: 120px !important;
  }
}

.images-list-block__title {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #202020;
  margin: 0;
  margin-bottom: 59px;
}

@media (max-width: 1048px) {
  .images-list-block__title {
    font-size: 26px;
    margin-bottom: 38px;
    margin-top: 54px;
  }
}

.form--vip_kraft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-small {
  font-size: 13px;
}

.product-card-img-nav-wrapper {
  margin-top: 30px;
}

.product-card-img-nav-wrapper__item {
  border: 1px solid transparent;
}

.product-card-img-nav-wrapper__item:hover {
  cursor: pointer;
  border: 1px solid #FFD84E;
}

.product-card-img-nav-wrapper .swiper-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-card__payment {
  margin-right: 16px;
}

.product-card__banner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background-color: #F0F0F0;
  padding: 17px 22px;
}

.product-card__img {
  min-width: 450px;
  max-width: 450px;
}

.product-card__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  height: 450px;
  max-width: 450px;
}

.product-card .product-card-img-nav-wrapper .swiper-wrapper img {
  height: auto;
}

.product-card .product-card-main-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
}

.product-card__info {
  margin-left: 25px;
}

.product-card__title {
  margin: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
}

.product-card__articul {
  font-size: 13px;
  color: rgba(32, 32, 32, 0.7);
}

.product-card .product-card-order {
  margin: 30px 0;
}

.product-card .product-card-order > div {
  padding: 0;
}

.product-card .product-card-order__item:not(:last-child) {
  margin-bottom: 15px;
}

.product-card .product-card-order__item .name {
  font-weight: 700;
}

.product-card .product-card-order__item .descr a {
  color: #202020;
}

.product-card .price {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

.product-card .price span:first-child {
  font-size: 26px;
}

.product-card .old-price span:first-child {
  color: #9c9c9c;
}

.product-card .button-wrapper {
  margin-top: 27px;
}

.product-card__additional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 34px;
  margin-left: 20px;
  border-left: 1px solid rgba(32, 32, 32, 0.2);
  width: 30%;
}

.product-card .product-card-characteristic__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #202020;
  padding: 10px 20px;
  background: #F0F0F0;
  text-align: right;
}

.product-card .product-card-characteristic__item:not(:last-child) {
  margin-bottom: 11px;
}

.product-card .product-card-characteristic__item .name {
  margin-right: 7px;
  text-align: left;
}

.swiper-pointer-events {
  overflow: hidden;
}

.swiper-wrapper a {
  width: 100%;
}

.swiper-button-next {
  content: 'next';
}

.swiper-button-prev {
  content: 'prev';
}

.swiper-button-prev,
.swiper-button-next {
  visibility: hidden;
  color: #ffc700;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000000;
  opacity: .2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffc700;
}

@media (min-width: 768px) and (max-width: 1284px) {
  .product-card .product-card-main-info {
    width: 100%;
  }

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

  .product-card__additional {
    margin-top: 30px;
    width: 50%;
    padding-right: 34px;
    border-left: 1px solid rgba(32, 32, 32, 0.2);
    border-right: 1px solid rgba(32, 32, 32, 0.2);
  }

  .sidebar {
    width: 24%;
  }

  .main-content {
    width: 76%;
  }
}

@media (max-width: 991px) {
  .seo_block img {
    max-width: 100%;
  }

  .product-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-card .product-card-main-info {
    width: 100%;
    margin-bottom: 35px;
  }

  .product-card__additional {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}

@media (max-width: 820px) {
  .product-card .product-card-main-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-card__img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .product-card__info {
    margin-left: 0;
    width: 100%;
  }

  .product-card .quantity-block {
    width: 100%;
    max-width: 100%;
  }

  .product-card .price {
    text-align: center;
  }

  .product-card .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-card .button-wrapper .btn-default {
    width: 320px;
    height: 60px;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 430px) {
  .wrapper_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

.cart-order-form, .cart-order-info {
  width: 50%;
}

.cart-order-info {
  margin-left: 120px;
}

.cart-order-info__banner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 48px;
  border-radius: 4px;
  background-color: #F0F0F0;
  padding: 1px 27px;
}

.cart-order-info-in-wrapper {
  max-width: 830px;
  width: 100%;
  padding: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.cart-order-info-in-wrapper .cart-order-info__title {
  font-weight: 700;
  font-size: 26px;
  color: #202020;
  text-align: center;
}

.cart-order-info-in-wrapper .cart-order-info-list {
  margin-top: 49px;
}

.cart-order-info-in-wrapper .cart-order-info-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
}

.cart-order-info-in-wrapper .cart-order-info-list__item:not(:first-child) {
  margin-top: 20px;
}

.cart-order-info-in-wrapper .cart-order-info-list__item .cart-order-info-img {
  max-width: 68px;
  width: 100%;
  height: auto;
}

.cart-order-info-in-wrapper .cart-order-info-list__item .cart-order-info-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cart-order-info-in-wrapper .cart-order-info-list__item .cart-order-info-text {
  margin-left: 20px;
  max-width: 370px;
}

.cart-order-info-in-wrapper .cart-order-info-list__item .price {
  margin-left: auto;
}

.cart-order-info-in-wrapper .price {
  font-weight: 500;
  color: #202020;
}

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

.cart-order-info-bottom .edit-order-link {
  color: rgba(32, 32, 32, 0.7);
  text-decoration: underline;
}

.cart-order-info-bottom .edit-order-link:hover {
  text-decoration: none;
}

.cart-popup {
  position: absolute;
  z-index: 10;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, 90px);
  -ms-transform: translate(-50%, 90px);
  transform: translate(-50%, 90px);
  text-align: end;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cart-popup.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.cart-popup .popup-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 24px;
  right: 20px;
  cursor: pointer;
}

.cart-popup .popup-close::before, .cart-popup .popup-close::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  background: #C2C2C2;
  border-radius: 3px;
}

.cart-popup .popup-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart-popup .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart-popup .cart-order-info-text {
  text-align: left;
}

.cart-popup .button-default {
  display: inline-block;
  margin-top: 20px;
}

.new-client-info {
  color: #202020;
}

.new-client-info .new-client-info__link {
  color: #202020;
  text-decoration: underline;
}

.new-client-info .new-client-info__link:hover {
  text-decoration: none;
}

.cart-tabs .tabs-body {
  margin-top: 27px;
}

.cart-tabs .tab-h {
  font-size: 14px;
  color: #202020;
  padding: 8px 25px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #F0F0F0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cart-tabs .tab-h:hover {
  background: rgba(32, 32, 32, 0.3);
}

.cart-tabs .tab-h:first-child {
  margin-right: 20px;
}

.cart-tabs .tab-h.active {
  color: #FFFFFF;
  background: #202020;
}

.new-client-form {
  margin-top: 27px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
}

.new-client-form__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 22px;
  color: #202020;
}

.new-client-form .new-client-form-in-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.new-client-form .cart-input {
  width: 49%;
}

.radio-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.radio-container .container-radiobutton {
  width: 100%;
  padding-left: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.radio-container-pay {
  margin-top: 40px;
  margin-bottom: 30px;
}

.regular-client {
  margin-top: 27px;
}

.regular-client .regular-client-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.regular-client .cart-input {
  width: 49%;
}

.cart-block-wrapper .cart-button {
  font-size: 14px;
  text-transform: uppercase;
  padding: 9px 21px;
  border: 1px solid #202020;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cart-block-wrapper .cart-button:hover {
  cursor: pointer;
  background-color: #202020;
  color: #FFFFFF;
}

.cart-input {
  margin-bottom: 17px;
}

.cart-input input {
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 13px;
  padding: 11px 13px;
  color: #202020;
  width: 100%;
  margin-top: 5px;
}

.cart-input .cart-input-name_state_required::after {
  content: '*';
  color: red;
  position: absolute;
  top: 0;
  right: -10px;
}

.cart-input .cart-input-name {
  position: relative;
}

::-webkit-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}

::-moz-placeholder {
  color: rgba(32, 32, 32, 0.5);
}

:-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}

::-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}

::placeholder {
  color: rgba(32, 32, 32, 0.5);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(32, 32, 32, 0.5);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(32, 32, 32, 0.5);
}

@media (max-width: 1200px) {
  .cart-block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-block-wrapper .cart-order-form, .cart-block-wrapper .cart-order-info {
    width: 100%;
    margin-left: 0;
  }

  .cart-block-wrapper .cart-order-info {
    margin-top: 40px;
  }

  .cart-block-wrapper .cart-order-info .cart-order-info-in-wrapper {
    margin: 0 auto;
  }

  .new-client {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cart-popup {
    width: 95%;
  }

  .new-client-form .cart-input, .regular-client .cart-input {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cart-order-info .cart-order-info-list__item, .cart-order-info-in-wrapper .cart-order-info-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-order-info .cart-order-info-list__item .price, .cart-order-info-in-wrapper .cart-order-info-list__item .price {
    margin: 0 auto;
    margin-top: 12px;
  }

  .cart-order-info-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart-order-info-bottom .edit-order-link {
    margin-bottom: 8px;
  }

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

  .cart-tabs {
    margin: 0 auto;
  }

  .cart-tabs .tab-h {
    margin-right: 0;
    width: 80%;
    margin-bottom: 10px;
    padding: 15px 0;
    border: 1px solid #ccc;
  }

  .cart-tabs .tab-h:first-child {
    margin-right: 0;
  }
}

.cart-info-table {
  width: 100%;
}

.delete-and-img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

table {
	min-width: 25rem;
  /*border: none !important;*/
}

tr > th {
  width: 20%;
  color: rgba(32, 32, 32, 0.5);
  font-size: 13px;
  text-align: left;
  /*border: none !important;*/
}

tr > th:first-child {
  width: 40%;
}

tr > th:last-child {
  text-align: right;
}

tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*border: none !important;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0 !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom: 1px solid rgba(32, 32, 32, 0.2) !important;
}

tr .mobile-name {
  display: none;
}

tr.seo_products_table_tr{
  justify-content: space-between;
}

tr img {
  max-width: 72px;
  max-height: 38px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cart-info-table-header {
  background-color: #202020;
  padding: 10px 10px !important;
}

.cart-info-table-header th {
  color: #FFFFFF !important;
}

tr > td {
  width: 20%;
  font-size: 13px;
  /*border: none !important;*/
}

tr > td:first-child {
  width: 40%;
}

tr > td:last-child {
  text-align: right;
  margin-left: 10px;
}

@media (max-width: 680px) {
  .cart-block-wrapper .cart-order-info .cart-order-info-in-wrapper {
    padding: 10px;
  }
}

@media (max-width: 580px) {
  .cart-info-table .cart-info-table-header {
    display: none;
  }

  .cart-info-table .cart-info-table-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart-info-table .cart-info-table-item .delete-and-img-container img {
    max-width: none;
    max-height: none;
    margin-bottom: 10px;
  }

  .cart-info-table .cart-info-table-item .delete-and-img-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 7px;
  }

  .cart-info-table .cart-info-table-item td .mobile-name {
    display: block;
    margin-right: 6px;
  }

  .cart-info-table .cart-info-table-item td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    text-align: left !important;
    margin: 0;
  }

  .cart-info-table .cart-info-table-item td:not(:last-child) {
    margin-bottom: 15px;
  }
}

.sidebar-additional {
  padding-top: 20px;
}

.form-question-short {
  padding: 0 15px;
  padding-top: 35px;
  background: #F0F0F0;
  margin-top: 135px;
}

.form-question-short.form-without-image {
  padding: 35px 15px;
}

.form-question-short__title {
  display: block;
  margin: 0;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #202020;
}

.form-question-short .subtitle {
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  color: #202020;
}

.form-question-short .inputs {
  margin-bottom: 20px;
}

.form-question-short .inputs input {
  width: 100%;
  padding: 10px 13px;
  border: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}

.form-question-short .inputs textarea {
  border: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  padding: 12px 15px;
  resize: none;
}

.form-question-short .form-img-consult {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-question-short .form-img-consult img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.form-question-short .image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-question-short .btn-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 14px;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #202020;
  border: 1px solid #202020;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}

.form-question-short .btn-submit:hover {
  background-color: #202020;
  color: #FFFFFF;
}

.form-question-short .btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-question-short .tel-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
  margin-bottom: 20px;
}

.form-question-short .tel-list__item {
  display: block;
  font-size: 13px;
  text-align: center;
  color: #202020;
}

.form-question-short .tel-list__item:not(:last-child) {
  margin-bottom: 10px;
}

.blog-sidebar-wrapper {
  padding: 40px 0;
}

.blog-sidebar-wrapper .blog-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 170px;
  position: relative;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.blog-sidebar-wrapper .blog-list__item:hover {
  opacity: 0.65;
}

.blog-sidebar-wrapper .blog-list__item:not(:last-child) {
  margin-bottom: 30px;
}

.blog-sidebar-wrapper .blog-list__item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-sidebar-wrapper .blog-list__item .blog-info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 16px;
  color: #202020;
}

.viewed-products-sidebar {
  padding: 40px 10px;
}

.viewed-products-sidebar .viewed-products-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.viewed-products-sidebar .viewed-products-list__item:not(:last-child) {
  margin-bottom: 25px;
}

.viewed-products-sidebar .viewed-products-list__item .img {
  min-width: 59px;
  max-width: 59px;
  min-height: 54px;
  max-height: 54px;
}

.viewed-products-sidebar .viewed-products-list__item .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.viewed-products-sidebar .viewed-products-list__item .info {
  margin-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.viewed-products-sidebar .viewed-products-list__item .info .articul {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  color: rgba(32, 32, 32, 0.7);
}

.viewed-products-sidebar .viewed-products-list__item .info .text {
  font-size: 13px;
  line-height: 140%;
  color: #202020;
}

.viewed-products-sidebar .viewed-products-list__item .info .buy-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

.viewed-products-sidebar .viewed-products-list__item .info .buy-block .price {
  margin-right: 13px;
  font-size: 13px;
  color: #202020;
}

.viewed-products-sidebar .viewed-products-list__item .info .buy-block .price span:first-child {
  font-weight: 700;
  font-size: 15px;
}

.viewed-products-sidebar .viewed-products-list__item .info .buy-block .price .number {
  font-weight: 600;
  font-size: 18px;
}

.viewed-products-sidebar .viewed-products-list__item .info .buy-block .btn-wrapper {
  display: block;
}

.viewed-products-sidebar .viewed-products-list__item .info .buy-block .btn-wrapper .btn-default {
  display: block;
}

@media (max-width: 1650px) {
  .viewed-products-sidebar .viewed-products-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .viewed-products-sidebar .viewed-products-list__item .info {
    margin-left: 0;
  }
}

@media (max-width: 1450px) {
  .sidebar-additional .main-title {
    font-size: 23px;
  }

  .form-question-short .image-wrapper {
    display: none;
  }

  .form-question-short .submit-info-wrapper {
    width: 100% !important;
    -webkit-box-flex: 100% !important;
    -webkit-flex: 100% !important;
    -ms-flex: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1300px) {
  .viewed-products-sidebar .viewed-products-list__item .info .buy-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .viewed-products-sidebar .viewed-products-list__item .info .buy-block .price {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .sidebar-additional {
    display: none;
  }
}

.contacts-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts-wrapper .contacts-info {
  width: 35%;
}

.contacts-wrapper .map {
  width: 65%;
}

.contacts-wrapper .map iframe {
  width: 100%;
  height: 340px;
}

.contacts-wrapper .contacts-info-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 13px;
  margin-top: 10px;
}

.contacts-wrapper .contacts-info-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.contacts-wrapper .contacts-info-tel .icons {
  margin-right: 8px;
}

.contacts-wrapper .contacts-info-tel .icons img:first-child {
  margin-right: 7px;
}

.contacts-wrapper .contacts-info-tel .tel-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts-wrapper .contacts-info-tel .tel-list a {
  font-size: 16px;
  color: #202020;
}

.contacts-wrapper .contacts-info-tel .tel-list a:hover {
  text-decoration: underline;
}

.contacts-wrapper .contacts-info-tel .tel-list a:not(:last-child) {
  margin-bottom: 10px;
}

.contacts-wrapper .social-block__info {
  display: block;
  margin-bottom: 13px;
  color: #FFFFFF;
  font-size: 13px;
}

.contacts-wrapper .social-block .social-block-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contacts-wrapper .social-block .social-block-list__item_invert img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.contacts-wrapper .social-block .social-block-list__item_w_bigger img {
  width: 32px !important;
}

.contacts-wrapper .social-block .social-block-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contacts-wrapper .social-block .social-block-list__item img {
  width: 28px;
}

.contacts-wrapper .social-block .social-block-list__item:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .contacts-wrapper .contacts-info {
    width: 100%;
    margin-bottom: 25px;
  }

  .contacts-wrapper .map {
    width: 100%;
  }

  .contacts-wrapper .map iframe {
    height: 40vw;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 28px 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #202020;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 3px;
  background-color: #202020;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  -o-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  -o-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
  transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
  -o-transition-duration: 0.275s;
  transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
  -o-transition-duration: 0.275s;
  transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
  transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  -o-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  -o-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
  -ms-transform: rotate(765deg);
  transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
  -ms-transform: rotate(-765deg);
  transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.footer {
  background-color: #202020;
  padding: 20px 0;
}

.footer .footer-inn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-link {
  padding: 35px;
}

.footer .footer-link ul li a {
  color: #ffffff;
}

.footer .footer-link ul li {
  padding-bottom: 4px;
}

.footer .footer-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer .footer-menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  margin-right: 60px;
}

.footer .footer-menu__item:not(:last-child) {
  margin-bottom: 20px;
}

.footer .footer-menu__item a {
  color: #FFFFFF;
  font-size: 13px;
}

.footer .footer-menu__item a:hover {
  text-decoration: underline;
}

.footer .footer-additional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
}

.footer .footer-additional__address {
  display: block;
  font-size: 13px;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-align: right;
}

.footer .footer-additional-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.footer .footer-additional-tel .icons {
  margin-right: 8px;
}

.footer .footer-additional-tel .icons img:first-child {
  margin-right: 7px;
}

.footer .footer-additional-tel .tel-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .footer-additional-tel .tel-list a {
  font-size: 16px;
  color: #FFFFFF;
}

.footer .footer-additional-tel .tel-list a:hover {
  text-decoration: underline;
}

.footer .footer-additional-tel .tel-list a:not(:last-child) {
  margin-bottom: 10px;
}

.footer .social-block__info {
  display: block;
  margin-bottom: 13px;
  color: #FFFFFF;
  font-size: 13px;
}

.footer .social-block .social-block-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}

.footer .social-block .social-block-list__item_invert img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.footer .social-block .social-block-list__item_w_bigger img {
  width: 32px !important;
}

.footer .social-block .social-block-list__item:not(:last-child) {
  margin-right: 20px;
}

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

.footer .footer-bottom__item {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
  .footer .footer-inn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .footer-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .footer .footer-menu {
    width: 33.333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    padding: 0 10px;
  }

  .footer .footer-additional {
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media (max-width: 580px) {
  .footer {
    padding: 30px 0;
  }

  .footer .footer-menu-wrapper {
    display: none;
  }

  .footer .footer-additional {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer .footer-additional__address {
    text-align: center;
    line-height: 130%;
  }

  .footer .footer-additional .footer-additional-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer .footer-additional .footer-additional-tel .icons {
    margin-bottom: 10px;
  }

  .footer .footer-additional .social-block-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .footer .footer-bottom__item:not(:last-child) {
    margin-bottom: 15px;
  }
}


.header {
  position: relative;
}

.header-inn-wrapper {
  position: relative;
  z-index: 2;
}

.halloween-pautina-big {
  position: absolute;
  top: -10px;
  left: 21%;
}

.halloween-pautina-small {
  position: absolute;
  top: -18px;
  right: 40%;
}

.logo {
  position: relative;
}

.flying-hallow {
  position: absolute;
  position: absolute;
  top: -17px;
  right: -23px;
  max-width: 43px;
  max-width: 43px;
  width: auto;
!important;
  height: auto !important;
}

@media (max-width: 1250px) {
  .halloween-pautina-small {
    right: 20px;
  }
}

.header-top {
  padding-left: 14px;
}

.spider-small {
  position: absolute;
  top: 0;
  left: 6px;
}

@media (max-width: 767px) {
  .halloween-pautina-big {
    width: 56px;
    left: 50%;
  }
}

@media (max-width: 580px) {
  .spider-small {
    top: -15px;
  }

  .header .cart-wrapper .cart-in-header .cart-info {
    padding-right: 9px;
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .halloween-pautina-big {
    width: 44px;
    left: 30%;
  }

  .flying-hallow {
    position: absolute;
    position: absolute;
    top: -10px;
    right: -15px;
    width: 19px !important;
    height: auto !important;
  }
}

.pumpikns-in-menu {
  position: absolute;
  margin-top: -120px;
  width: 190px;
  margin-left: 220px;
}

.header .search-form {
  margin-right: -15px;
}

.header .header-menu__item:not(:last-child) {
  margin-right: 46px;
}

.awards-wrapper {
  display: flex;
  align-items: center;
}

.awards {
  display: flex;
}

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

@media (max-width: 1670px) {
  .header .search-form {
    max-width: 280px;
  }

  .header .header-menu__item:not(:last-child) {
    margin-right: 33px;
  }
}

@media (max-width: 1500px) {
  .header .search-form {
    max-width: 240px;
  }

  .pumpikns-in-menu {
    width: 142px;
    position: relative;
    margin-top: -20px;
    margin-left: auto;
    margin-right: 20px;
    display: flex;
  }
}

@media (max-width: 1380px) {
  .pumpikns-in-menu {
    width: 120px;
    margin-right: 10px;
  }

  .header .header-menu__item:not(:last-child) {
    margin-right: 15px;
  }
}

@media (max-width: 1250px) {
  .pumpikns-in-menu {
    order: -1;
  }

  .awards-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 380px) {
  .pumpikns-in-menu {
    display: none;
  }
}

.footer {
  position: relative;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer-left-side-pumpkin {
  position: absolute;
  bottom: 10px;
  left: -65px;
}


.footer-img-pumpkin {
  width: 550px;
  margin-top: -129px;
  pointer-events: none;
}

@media (max-width: 1500px) {
  .footer-img-pumpkin {
    width: 435px;
    margin-top: -85px;
    height: 100%;
  }
}

@media (max-width: 1300px) {
  .footer-img-pumpkin {
    width: 280px;
    margin-top: -85px;
    height: 100%;
  }
}

@media (max-width: 1150px) {
  .footer-img-pumpkin {
    display: none;
  }
}

@media (max-width: 580px) {

  .footer-left-side-pumpkin {
    position: absolute;
    bottom: 31px;
    left: -50px;
    width: 140px;
  }
}

.header-bottom-wrapper .container {
  position: relative;
}

.spider-in-menu {
  position: absolute;
  right: -25px;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .spider-in-menu {
    right: 20px;
    width: 42px;
  }
}

@media (max-width: 767px) {
  .spider-in-menu {
    width: 28px;
  }
}

.form-question-short {
  position: relative;
  padding: 0 22px;
  padding-top: 35px;
}

.spider-in-q-block {
  position: absolute;
  right: -17px;
  top: 0;
  width: 44px;
}

.cart-img {
  position: relative;
}

.cart-eye {
  width: 33px !important;
  height: 33px !important;
  position: absolute;
  top: 57%;
  left: 57%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media (max-width: 400px) {
  .cart-eye {
    width: 12px !important;
    height: 12px !important;
    top: 54%;
    left: 57%;
  }
}

.block-faq summary {
  list-style: none;
}

.block-faq h3 {
  cursor: pointer;
}

.package-cu-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f0f0f0;
  padding: 50px 100px 50px 115px;
  border: 10px solid #ffd84e;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #202020;
  height: 100%;
}

.package-cu-info.package-cu-info--with-image {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  padding: 8px;
  font-size: 18px;
}

.img-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .mobile-hidden {
    display: none !important;
  }
}

.statistics-block {
  display: flex;
}

.statistics-block .statistics-block-info {
  width: 50%;
  background: #f7fbf2;
  padding: 30px 18px;
}

.statistics-block .statistics-block-info__title {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #3a542f;
  margin: 0;
  margin-bottom: 10px;
}

.statistics-block .statistics-block-info-list .statistics-block-info-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.statistics-block .statistics-block-info-list .statistics-block-info-list-item img {
  margin-right: 8px;
}

.statistics-block .statistics-block-main-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 18px;
  background: #d0ddc2;
  width: 50%;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #425b3a;
}

@media (max-width: 991px) {
  .statistics-block {
    flex-wrap: wrap;
  }

  .statistics-block .statistics-block-info {
    width: 100%;
  }

  .statistics-block .statistics-block-info__title {
    font-size: 17px;
  }

  .statistics-block .statistics-block-main-title {
    width: 100%;
    font-size: 30px;
  }
}

.banner-img-with-info-in {
  position: relative;
}

.banner-img-with-info-in .banner-img-with-info-in__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 8px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #202020;
}

.banner-img-with-info-in .banner-img-with-info-in__text.banner-img-with-info-in__text--grey {
  font-weight: 600;
  font-size: 40px;
  line-height: 170%;
  color: #202020;
  background-color: rgba(255, 255, 255, 0.8);
}

.banner-img-with-info-in .banner-img-with-info-in__text.banner-img-with-info-in__text--yellow {
  background: rgba(255, 216, 78, 0.8);
}

.banner-img-with-info-in img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .banner-img-with-info-in .banner-img-with-info-in__text {
    position: relative;
    margin-top: -4px;
  }

  .banner-img-with-info-in .banner-img-with-info-in__text.banner-img-with-info-in__text--grey {
    font-size: 30px;
    background-color: rgba(204, 204, 204, 0.3);
  }
}

@media (max-width: 767px) {
  .banner-img-with-info-in .banner-img-with-info-in__text.banner-img-with-info-in__text--grey {
    font-size: 23px;
  }
}

.bg-info {
  padding: 34px 54px;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
}

.bg-info.bg-info--green {
  background: #d0ddc2;
  color: #425b3a;
}

.bg-info.bg-info--grey {
  background: #f0f0f0;
}

@media (max-width: 1150px) {
  .bg-info {
    padding: 34px 24px;
  }
}

@media (max-width: 991px) {
  .bg-info {
    font-size: 17px;
    padding: 29px 15px;
  }
}

.bg-grey-radius {
  padding: 34px;
  background: #f0f0f0;
  border-radius: 10px;
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  color: #202020;
}

@media (max-width: 767px) {
  .bg-grey-radius {
    font-size: 23px;
  }
}

.bio-pckg-info-double {
  display: flex;
}

.bio-pckg-info-double .bio-pckg-info-double-info {
  display: flex;
  align-items: center;
  width: 50%;
  background: #ffd84e;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #425b3a;
  padding: 35px 34px;
}

.bio-pckg-info-double .bio-pckg-info-double-list-wrapper {
  background: #f7fbf2;
  width: 50%;
  padding: 34px;
}

.bio-pckg-info-double .bio-pckg-info-double-list-wrapper .bio-pckg-info-double-list-wrapper__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #3a542f;
}

@media (max-width: 991px) {
  .bio-pckg-info-double {
    flex-wrap: wrap;
  }

  .bio-pckg-info-double .bio-pckg-info-double-info {
    width: 100%;
    font-size: 19px;
  }

  .bio-pckg-info-double .bio-pckg-info-double-list-wrapper {
    width: 100%;
  }

  .bio-pckg-info-double .bio-pckg-info-double-list-wrapper .bio-pckg-info-double-list-wrapper__title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .bio-pckg-info-double .bio-pckg-info-double-info, .bio-pckg-info-double .bio-pckg-info-double-list-wrapper {
    padding: 27px 13px;
  }
}

.mini-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #202020;
  margin: 0;
  margin-bottom: 14px;
}

.list-style-unset {
  list-style: unset;
  padding-left: 20px;
}

.list-style-unset li {
  margin-bottom: 10px;
}

.title-18 {
  font-weight: 700;
  font-size: 18px;
  color: #202020;
  margin: 0;
  margin-bottom: 10px;
}

.grey-bg-pckg-eco {
  background: rgba(240, 240, 240, 0.5);
  border-radius: 10px;
  padding: 54px 34px;
}

.middle-text {
  font-size: 20px;
  line-height: 170%;
  color: #202020;
}

.technic-info-yellow {
  padding: 50px;
  background: #ffd84e;
}

.technic-info-yellow p {
  font-size: 26px;
}

.list-with-yellow-circle {
  list-style: none;
  padding-left: 20px;
}

.list-with-yellow-circle li {
  position: relative;
  margin-bottom: 10px;
}

.list-with-yellow-circle li::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffd84e;
}

.super-big-title {
  font-weight: 700;
  font-size: 41px;
  text-align: center;
  color: #202020;
}

@media (max-width: 991px) {
  .super-big-title {
    font-size: 37px;
  }
}

@media (max-width: 767px) {
  .super-big-title {
    font-size: 33px;
  }
}

@media (max-width: 580px) {
  .super-big-title {
    font-size: 29px;
  }
}

.priv-list-box-grey {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.priv-list-box-grey .priv-list-box-grey-item {
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #000;
  padding: 45px 32px;
  width: 24%;
}

.priv-list-box-grey .priv-list-box-grey-item:not(:nth-child(4n)) {
  margin-right: 1.33%;
}

@media (max-width: 1150px) {
  .priv-list-box-grey .priv-list-box-grey-item {
    font-size: 21px;
    line-height: 140%;
    padding: 41px 25px;
  }
}

@media (max-width: 991px) {
  .priv-list-box-grey .priv-list-box-grey-item {
    width: 49%;
    margin-bottom: 2%;
  }

  .priv-list-box-grey .priv-list-box-grey-item:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .priv-list-box-grey .priv-list-box-grey-item:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media (max-width: 580px) {
  .priv-list-box-grey .priv-list-box-grey-item {
    font-size: 16px;
    line-height: 130%;
    padding: 25px 10px;
  }
}

.title-30 {
  font-weight: 800;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #202020;
  margin: 0;
  margin-bottom: 40px;
}


.text-italic {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  text-align: right;
  color: #202020;
}

.text-italic.text-italic--big {
  font-size: 30px;
}

@media (max-width: 1200px) {
  .text-italic.text-italic--big {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .text-italic.text-italic--big {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .text-italic.text-italic--big {
    font-size: 19px;
  }
}

.default-list {
  list-style: auto;
  padding-left: 20px;
}

.default-list li {
  font-size: 18px;
}

.default-list li:not(:last-child) {
  margin-bottom: 10px;
}

.default-mark-list {
  list-style: unset;
  padding-left: 20px;
}

.default-mark-list li {
  font-size: 18px;
}

.default-mark-list li:not(:last-child) {
  margin-bottom: 10px;
}

.colored-bg-info-title {
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  color: #202020;
}

.success-box-icon {
  max-width: 28px;
  min-width: 28px;
  min-height: 28px;
  max-height: 28px;
  background-color: #6add75;
  border-radius: 5px;
  color: white;
  border: 2px solid #40d44f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}

.success-box-icon.success-box-icon--small {
  max-width: 17px;
  min-width: 17px;
  min-height: 17px;
  max-height: 17px;
}

@media (max-width: 767px) {
  .text-italic {
    font-size: 16px;
  }

  .colored-bg-info-title {
    font-size: 21px;
  }
}

.pack-banner {
  padding: 100px 0;
}

.pack-banner .container {
  max-width: 1130px;
}

.pack-banner .pack-banner-container {
  display: flex;
  align-items: center;
}

.pack-banner .pack-banner-container__img {
  min-width: 398px;
  max-width: 398px;
  max-height: 398px;
  min-height: 398px;
  border: 10px solid #ffd84e;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.pack-banner .pack-banner-container__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pack-banner .pack-banner-container-info {
  background: #ffd84e;
  border-radius: 0px 300px 300px 0px;
  padding: 50px;
  padding-left: 75px;
  margin-left: -50px;
  width: 100%;
}

.pack-banner .pack-banner-container-info__item {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  color: #202020;
}

.pack-banner .pack-banner-container-info__item:not(:last-child) {
  margin-bottom: 27px;
}

.pack-banner .pack-banner-container-info__item .success-box-icon {
  margin-right: 10px;
}

@media (max-width: 1050px) {
  .pack-banner .pack-banner-container__img {
    min-width: 300px;
    max-width: 300px;
    max-height: 300px;
    min-height: 300px;
    border: 8px solid #ffd84e;
  }
}

@media (max-width: 991px) {
  .pack-banner {
    padding: 65px 0;
  }

  .pack-banner .pack-banner-container {
    flex-direction: column;
  }

  .pack-banner .pack-banner-container__img {
    margin-bottom: -30px;
  }

  .pack-banner .pack-banner-container__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .pack-banner .pack-banner-container-info {
    background: #ffd84e;
    border-radius: 230px;
    margin: 0;
    padding: 35px 20px;
    padding-top: 45px;
  }

  .pack-banner .pack-banner-container-info__item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
  }

  .pack-banner .pack-banner-container-info__item:not(:last-child) {
    margin-bottom: 27px;
  }

  .pack-banner .pack-banner-container-info__item .success-box-icon {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .pack-banner .container {
    padding: 0;
  }

  .pack-banner .pack-banner-container-info {
    border-radius: 0;
  }

  .pack-banner .pack-banner-container-info__item {
    font-size: 17px;
  }

  .pack-banner .pack-banner-container-info__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.form-offer {
  background-color: rgba(240, 240, 240, 1);
}

.form-offer.form-offer--green .container {
  background: #f7fbf2;
}

.form-offer.form-offer--green.form-offer-with-triangle {
  background: #b4d095;
}

.form-offer.form-offer-with-triangle {
  background-color: rgba(255, 216, 78, 1);
}

.form-offer.form-offer-with-triangle .container {
  max-width: 1650px;
  padding: 30px 4%;
  clip-path: polygon(46% 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 2% 46%, 0 0);
}

.form-offer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1480px;
  background: #f0f0f0;
  padding: 30px 15px;
}

.form-offer .form-offer-title-wrapper {
  margin-right: 10px;
  max-width: 540px;
}

.form-offer .form-offer-title-wrapper .form-offer__title {
  font-weight: 600;
  font-size: 24px;
  color: #202020;
  margin: 0;
  margin-bottom: 9px;
}

.form-offer .form-offer-title-wrapper .form-offer__subtitle {
  font-size: 13px;
  line-height: 140%;
  color: #202020;
}

.form-offer .form-offer-input {
  padding: 10px 13px;
  font-size: 14px;
  color: #202020;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  border-radius: 3px;
  width: 300px;
  margin-right: 10px;
}

.form-offer .form-offer-button {
  background: #f0f0f0;
  border: 1px solid #202020;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 22px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #202020;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

.form-offer .form-offer-button:hover {
  background-color: black;
  color: white;
}

@media (max-width: 1380px) {
  .form-offer .form-offer-title-wrapper .form-offer__title {
    font-size: 20px;
  }

  .form-offer .form-offer-input {
    width: 250px;
  }
}

@media (max-width: 1450px) {
  .form-offer .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .form-offer .form-offer-title-wrapper {
    text-align: center;
    margin-bottom: 17px;
  }

  .form-offer .form-offer-input {
    max-width: 300px;
    width: 100%;
    margin-bottom: 0;
    margin-right: 14px;
  }

  .form-offer .form-offer-button {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .form-offer .form-offer-input {
    max-width: 300px;
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .form-offer .container .form--vip_kraft {
    flex-direction: column;
  }
}

.about-our-offer {
  display: flex;
  padding: 75px 0;
}

.about-our-offer .about-our-offer__img {
  max-width: 800px;
  min-width: 800px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  height: 100%;
}

.about-our-offer .about-our-offer__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-our-offer .text-italic {
  text-align: left;
}

.about-our-offer .about-our-offer-info {
  padding-left: 68px;
}

.about-our-offer p {
  margin: 8px 0;
}

.about-our-offer ul {
  margin: 0;
  list-style: unset;
  padding-left: 20px;
}

.about-our-offer ul li:not(:last-child) {
  margin-bottom: 8px;
}

@media (max-width: 1500px) {
  .about-our-offer .about-our-offer__img {
    max-width: 550px;
    min-width: 550px;
  }

  .about-our-offer .about-our-offer-info {
    padding-left: 35px;
  }
}

@media (max-width: 1100px) {
  .about-our-offer .about-our-offer__img {
    max-width: 370px;
    min-width: 370px;
  }

  .about-our-offer .about-our-offer-info {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .about-our-offer {
    flex-direction: column;
  }

  .about-our-offer .about-our-offer__img {
    max-width: 450px;
    min-width: auto;
    margin-bottom: 25px;
  }

  .about-our-offer .about-our-offer-info {
    padding-left: 20px;
  }
}

.privilege-block {
  padding: 70px 0;
}

.privilege-block .privilege-block__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 30px;
  color: #202020;
  margin: 0;
  margin-bottom: 40px;
}

.privilege-block .privilege-block__title .name {
  font-weight: 600;
  font-size: 67px;
  color: #202020;
}

.privilege-block .privilege-block-list {
  display: flex;
  color: #202020;
  margin-left: -10px;
  margin-right: -10px;
}

.privilege-block .privilege-block-list .privilege-block-list-item {
  display: flex;
  align-items: center;
  width: 20%;
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.privilege-block .privilege-block-list .number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffd84e;
  max-width: 51px;
  min-width: 51px;
  min-height: 51px;
  max-height: 51px;
  margin-right: 18px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #202020;
}

@media (max-width: 1450px) {
  .privilege-block .privilege-block-list {
    flex-wrap: wrap;
  }

  .privilege-block .privilege-block-list .privilege-block-list-item {
    font-size: 15px;
    width: 25%;
  }

  .privilege-block .privilege-block-list .privilege-block-list-item .number {
    margin-right: 10px;
    font-size: 15px;
  }
}

@media (max-width: 1100px) {
  .privilege-block {
    padding: 55px 0;
  }

  .privilege-block .privilege-block__title {
    font-size: 25px;
    margin-bottom: 33px;
  }

  .privilege-block .privilege-block__title .name {
    font-size: 44px;
  }

  .privilege-block .privilege-block-list .privilege-block-list-item {
    width: 33.33%;
  }

  .privilege-block .privilege-block-list .privilege-block-list-item .number {
    max-width: 43px;
    min-width: 43px;
    min-height: 43px;
    max-height: 43px;
  }
}

@media (max-width: 767px) {
  .privilege-block .privilege-block-list .privilege-block-list-item {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .privilege-block {
    padding: 40px 0;
  }

  .privilege-block .privilege-block__title {
    font-size: 21px;
    margin-bottom: 33px;
  }

  .privilege-block .privilege-block__title .name {
    font-size: 35px;
  }

  .privilege-block .privilege-block-list .privilege-block-list-item {
    width: 100%;
  }
}

.images-list-block {
  display: flex;
  padding: 25px 0;
}

.images-list-block .images-list-block-item {
  width: 14.28%;
}

.images-list-block .images-list-block-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 991px) {
  .images-list-block {
    overflow-x: auto;
  }

  .images-list-block .images-list-block-item {
    width: 120px;
    min-width: 120px !important;
  }
}

.images-list-block__title {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #202020;
  margin: 0;
  margin-bottom: 59px;
}

@media (max-width: 1048px) {
  .images-list-block__title {
    font-size: 26px;
    margin-bottom: 38px;
  }
}

.fz-26 {
  font-size: 26px;
}

.list-clasific {
  display: flex;
  flex-direction: column;
}

.list-clasific .list-clasific-item {
  display: flex;
}

.list-clasific .list-clasific-item .list-clasific__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: 180px;
}

.list-clasific .list-clasific-item .list-clasific-info__title {
  font-weight: 700;
  font-size: 18px;
  color: #202020;
  margin: 0;
  margin-bottom: 18px;
}

.list-clasific .list-clasific-item .list-clasific-info .list-clasific-info__text {
  font-size: 16px;
  line-height: 170%;
  color: #202020;
}

@media (max-width: 767px) {
  .list-clasific .list-clasific-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.catalog-menu__item:first-child .catalog-open-submenu-button{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 36px auto;
}

.new-year-presents-block{
  position: relative;
  width: 160px;
  height: 100%;
}
.new-year-presents-block img{
  position: absolute;
  width: 100%;
  top: -25px;
}

@media (max-width: 1330px) {
  .new-year-presents-block img {
    width: 190px;
  }
}

@media (max-width: 1250px) {
  .new-year-presents-block {
    margin: 0;
    display: none;
  }
}

.bottom-new-year-prik {
  width: 100%;

}

/*.footer{*/
/*  padding-bottom: 0;*/
/*}*/
/*.footer-bottom{*/
/*  padding:15px 15px;*/
/*  !*margin-left: -15px;*!*/
/*  !*margin-right: -15px;*!*/
/*  background: #FFFFFF;*/
/*}*/
.footer-bottom .footer-bottom-inn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
}

/*.footer-bottom .footer-bottom__item{*/
/*  color:#000000;*/
/*}*/

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

  .footer-bottom .footer-bottom-inn-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

img.bottom-new-year-prik {
  width: auto;
  height: auto;
  position: absolute;
  z-index: -1;
  left: 29%;
  bottom: 0;
}

@media (max-width: 1780px) {
  img.bottom-new-year-prik {
    top: auto;
    bottom: 0;
    left: 20%;
  }
}

@media (max-width: 1550px) {
  img.bottom-new-year-prik {
    width: 900px;
  }
}

@media (max-width: 1400px) {
  img.bottom-new-year-prik {
    width: 660px;
  }
}

@media (max-width: 1250px) {
  img.bottom-new-year-prik {
    bottom: 0;
    width: 570px;
  }
}


.header-top-new-year {
  width: 100%;
  height: 32px;
  background-image: url(/tpl/default/img/new-year/garland_animation.gif);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.header-top-new-year img {
  width: 100%;
  height: 100%;
}

.header {
  border-top: none;
}


#department_variant_select {
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 3px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color .2s;
  margin: 0 0 20px 0px;
}


.ss-main .ss-single-selected .placeholder {
  max-width: 500px;
}

.product-slider-block {
  border: 1px solid #D9D9D9;
  padding: 10px;
}

.product-slider-block-new {
  padding: 10px;
  width: 50%;
  float: left;
}

.product-slider-block-new img {
  padding: 5px;
}

.product-list__item-slider-new {
  height: 100%;
  display: inline-block;
}

.product-slider-block-new-name {

}

.product-slider-block-new-name span {
  padding: 5px;
}

.product-slider-block-new {
  height: 115px;
  text-align: center;
}

.product-slider-block-new img {
  max-height: 115px;
  max-width: 115px;
  border: 1px solid #D9D9D9;
}

.product-list__item-slider-new span {
  width: 100%;
  display: block;
  padding: 0px;
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

.product-list__item-slider-new-content {
  margin: 0 auto;
}

.new-year-block {
  display: none;
  pointer-events: none;
}

.products_list_add img {
  width: 100%;
}

.product_status {
  position: absolute;
  z-index: 9;
  left: 0;
  color: #ffff;
  padding: 6px;
  text-transform: uppercase;
  font-weight: 600;
  background: #000000;
  font-size: 14px;
}

.products_add_list {
  width: 100%;
}

form#load-more {
  margin-top: 2rem;
  text-align: center;
}

form#load-more .btn-more {
  display: inline-block;
  background-color: #202020;
  color: #fff;
  cursor: pointer;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-delay: 300ms;
  animation-iteration-count: infinite;
}

@media (min-width: 992px) {
  .production-list__item-wrapper {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

canvas#snow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  pointer-events: none;
}
