<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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,
h2,
h3,
h4,
h5,
h6 {
  margin-block: 0;
  margin-bottom: 0.67em;
}

/* 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 */
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

.container,
.container-fluid,
.container-xlg,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

a {
  text-decoration: none;
  color: var(--color-primary);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: var(--color-primary);
}

.content-field h3:not(:first-child) {
  margin-top: 23px;
}

.content-field-blank-rect h4:not(:first-child) {
  margin-top: 20px;
}

.content-field-blank-rect h3 {
  font-size: 17px;
  display: block;
  background-color: #f4f4f4;
  padding: 15px 18px;
  position: relative;
  border-left: 4px solid var(--color-primary);
}

.content-field-blank-rect h3 img {
  float: left;
  margin-right: 13px;
  margin-top: -5px;
  width: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}

.content-field-blank-rect h3:after {
  content: "";
  clear: both;
}

button {
  cursor: pointer;
}

p {
  margin: 0;
}

html {
  min-width: 320px;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-black);
  font-family: "Onest", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  text-align: left;
  overflow-x: hidden;
  min-width: 320px;
  position: relative;
  width: 100%;
  height: 100%;
}

.screen-page {
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
}

.btn-loadmore {
  margin-top: 20px;
  display: none;
  cursor: pointer;
}

.page:not(body) {
  padding: 40px 0;
}

main section:not(.without-padding):first-child {
  padding-top: 40px;
}

img {
  max-width: 100%;
  display: block;
  border-style: none;
}

[data-modal-btn] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

h1,
.h1 {
  font-size: 22px;
  line-height: 1.1em;
  font-weight: 300;
}

h2,
.h2 {
  font-size: 22px;
  line-height: 1.1em;
  font-weight: 300;
}

h3,
.h3 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
}

h4,
.h4 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

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

.d-none {
  display: none;
}

.w-100 {
  width: 100%;
}

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

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

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

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

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

.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fwrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fwrap-rev {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

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

.trsn {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tcenter {
  text-align: center;
}

p,
.page-policy ol {
  font-size: 17px;
  font-weight: 300;
}

p:not(:last-child),
.page-policy ol:not(:last-child) {
  margin-bottom: 0.6em;
}

.page-policy .content h2 {
  font-size: 17px;
}

.page-policy .content h3:not(:first-child) {
  margin-top: 30px;
}

.text-nowrap {
  white-space: nowrap;
}

.svg-get-contents svg {
  fill: var(--color-primary);
}

.popup__bg{
  display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -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;
    white-space: normal;
    width: 100%;
    z-index: 99994;
    background: #1e1e1e;
    position: fixed;
  
}
.popup__bg.active{
  display: block;
}
.popup{
  display: none;
  max-width: 350px;
  padding: 30px 23px;
  background: #fff;
  position: relative;
  text-align: center;
  vertical-align: middle;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
}

.popup.active{
  display: block;
}
.close-thanks{
  position: fixed;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: var(--color-primary);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
  line-height: 1em;
  border-radius: 35px;
  padding: 18px 28px;
  font-size: 14px;
  cursor: pointer;
}

.btn:hover,
.btn:active,
.btn:focus {
  background: var(--color-primary);
  opacity: 0.8;
  color: #fff;
}

.btn:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.btn.btn--outline {
  border: 1px solid var(--color-primary);
  background-color: transparent;
  color: var(--color-black);
}

.btn.btn--outline:hover,
.btn.btn--outline:focus {
  background-color: var(--color-primary);
  color: #fff;
}

.btn.btn--outline.btn--white {
  border-color: white;
  color: white;
  background-color: transparent;
}

.btn.btn--outline.btn--white:hover,
.btn.btn--outline.btn--white:focus {
  color: var(--color-black);
  background-color: white;
}

.btn.btn--white {
  background-color: #fff;
  color: var(--color-black);
}

.btn.btn--white:hover,
.btn.btn--white:focus {
  background-color: #f4f4f4;
  color: var(--color-black);
}

.form-load-more {
  margin-top: 20px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form-load-more.loading-posts {
  pointer-events: none;
  opacity: 0.6;
}

.form-load-more.hidden-form-load-more {
  display: none;
}

@-webkit-keyframes bgLoadingAnimation {
  100% {
    background-position-x: -200%;
  }
}

@keyframes bgLoadingAnimation {
  100% {
    background-position-x: -200%;
  }
}

.section-breadcrumbs {
  border-top: 1px solid var(--color-secondary);
  padding: 20px 0;
}

.section-breadcrumbs + section {
  padding-top: 0;
}

.breadcrumbs {
  font-size: 12px;
  margin-bottom: 17px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
}

.breadcrumbs.breadcrumbs-white {
  color: rgba(255, 255, 255, 0.3);
}

.breadcrumbs.breadcrumbs-white span span *:not(:last-child):after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.75 9.375L1.375 5L5.75 0.625' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.breadcrumbs a {
  color: inherit;
}

.breadcrumbs a:hover {
  color: var(--color-primary);
}

.breadcrumbs span span *:not(:first-child) {
  margin-left: 8px;
}

.breadcrumbs span span *:not(:last-child):after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  width: 7px;
  height: 10px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0.3;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.75 9.375L1.375 5L5.75 0.625' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.banner {
  padding: 50px 0;
  margin-bottom: 20px;
  position: relative;
  background-color: var(--color-secondary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.banner-with-img {
  color: white;
}

.banner.banner-with-img .breadcrumbs .current-item {
  color: #fff;
}

.banner.banner-with-img .breadcrumbs a {
  color: #fff;
}

.banner.banner-with-img .breadcrumbs .separator:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.75 9.375L1.375 5L5.75 0.625' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.banner__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--color-primary);
  opacity: 0.9;
}

.banner__wrapper {
  position: relative;
  z-index: 4;
}

.delivery__logos {
  margin: 20px -10px -20px -10px;
}

.delivery__logos-item {
  padding: 0 10px 20px 10px;
}

.delivery__logos-item img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

.delivery__subheading {
  margin-top: 20px;
}

.delivery__img {
  max-width: 40%;
  width: 100%;
}

.delivery__img img {
  border-radius: 20px;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  z-index: 10;
  top: 100%;
  margin-top: 4px;
  -webkit-animation: wpcf7ResponseOutputHide ease-in-out alternate;
          animation: wpcf7ResponseOutputHide ease-in-out alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  background-color: #fff;
  padding: 5px 7px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 30px rgba(50, 55, 63, 0.3);
          box-shadow: 0px 4px 30px rgba(50, 55, 63, 0.3);
}

.wpcf7 .ajax-loader,
.wpcf7 .wpcf7-spinner {
  display: none;
}

.wpcf7 .wpcf7-response-output {
  opacity: 1;
  visibility: visible;
  -webkit-animation: wpcf7ResponseOutputHide ease-in-out alternate;
          animation: wpcf7ResponseOutputHide ease-in-out alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

@-webkit-keyframes wpcf7ResponseOutputHide {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    display: none;
    height: 0;
    margin: 0;
  }
}

@keyframes wpcf7ResponseOutputHide {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
    display: none;
    height: 0;
    margin: 0;
  }
}

input {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  max-width: 100%;
  min-width: auto;
}

.form-inline__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px -5px -5px;
}

.form-inline__flex .form-inline__label {
  min-width: 180px;
  padding: 0 5px 5px 5px;
}

.form-inline__flex .form-inline__label.form-inline__label-button {
  width: auto;
}

.form-inline__label {
  display: block;
  border-radius: 30px;
}

.form-inline__label.form-inline__label-tel &gt; span {
  position: relative;
}

.form-inline__label.form-inline__label-tel &gt; span:before {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  bottom: 0;
  top: 0;
  width: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.22471 9.75109C7.87302 11.0765 8.94739 12.146 10.2758 12.7883C10.3729 12.8343 10.4804 12.8543 10.5877 12.8462C10.6949 12.838 10.7982 12.8021 10.8874 12.742L12.8433 11.4377C12.9298 11.3801 13.0293 11.3449 13.1328 11.3354C13.2364 11.3259 13.3407 11.3423 13.4362 11.3833L17.0954 12.9515C17.2197 13.0043 17.3234 13.096 17.3911 13.213C17.4587 13.3299 17.4865 13.4656 17.4702 13.5997C17.3546 14.5047 16.913 15.3365 16.2282 15.9394C15.5434 16.5422 14.6624 16.8748 13.75 16.8749C10.9321 16.8749 8.22956 15.7555 6.23699 13.7629C4.24442 11.7703 3.125 9.06782 3.125 6.24989C3.12505 5.33753 3.45765 4.45647 4.06053 3.77167C4.66341 3.08688 5.49523 2.64531 6.40023 2.52966C6.53431 2.51343 6.67002 2.54122 6.78693 2.60883C6.90384 2.67644 6.99561 2.78022 7.04841 2.90452L8.61798 6.56685C8.65858 6.66158 8.67512 6.76488 8.66614 6.86755C8.65715 6.97022 8.62291 7.06908 8.56647 7.15531L7.26676 9.14123C7.2076 9.23056 7.17263 9.33372 7.16526 9.44061C7.15789 9.5475 7.17837 9.65448 7.22471 9.75109V9.75109Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.form-inline__label.form-inline__label-name &gt; span {
  position: relative;
}

.form-inline__label.form-inline__label-name &gt; span:before {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  bottom: 0;
  top: 0;
  width: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 12.5C12.7614 12.5 15 10.2614 15 7.5C15 4.73858 12.7614 2.5 10 2.5C7.23858 2.5 5 4.73858 5 7.5C5 10.2614 7.23858 12.5 10 12.5Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.42102 16.8743C3.18943 15.5442 4.29431 14.4398 5.62468 13.672C6.95505 12.9042 8.46405 12.5 10.0001 12.5C11.5361 12.5 13.0451 12.9043 14.3755 13.6721C15.7058 14.44 16.8107 15.5444 17.5791 16.8744' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.form-inline .wpcf7-form-control-wrap {
  height: 100%;
  display: block;
}

.form-inline-input {
  color: var(--color-black);
  background-color: transparent;
  border-radius: 30px;
  padding: 12px 20px;
  border: 1px solid #cecece;
  font-size: 16px;
  display: block;
  max-width: 100%;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  min-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-inline-input:hover {
  border-color: #a8a8a8;
}

.form-inline-input:focus {
  border-color: #a8a8a8;
}

.form-inline-input.wpcf7-not-valid {
  border-color: #dc3232;
}

.form-inline-input::-webkit-input-placeholder {
  color: var(--color-black);
  opacity: 0.6;
}

.form-inline-input::-moz-placeholder {
  color: var(--color-black);
  opacity: 0.6;
}

.form-inline-input:-ms-input-placeholder {
  color: var(--color-black);
  opacity: 0.6;
}

.form-inline-input::-ms-input-placeholder {
  color: var(--color-black);
  opacity: 0.6;
}

.form-inline-input::placeholder {
  color: var(--color-black);
  opacity: 0.6;
}

.form-inline input[type=submit],
.form-inline button {
  cursor: pointer;
}

.form-inline .submitting input[type=submit],
.form-inline .submitting button {
  opacity: 0.6;
  pointer-events: none;
}

.text-policy p {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}

.text-policy a {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(153, 153, 153, 0.4);
          text-decoration-color: rgba(153, 153, 153, 0.4);
  text-underline-offset: 3px;
}

.text-policy a:hover {
  color: var(--color-primary);
  -webkit-text-decoration-color: var(--color-primary);
          text-decoration-color: var(--color-primary);
}

.btext + .faq {
  padding-top: 0;
}

.btext:not(.first-child-content) .btext__text {
  border-top: 1px solid #e9e9e9;
  padding: 60px 0 60px 0;
  margin-top: 20px;
}

.btext *:not(:last-child) {
  margin-bottom: 0.6em;
}

.btext h1:not(:first-child),
.btext h2:not(:first-child),
.btext h3:not(:first-child),
.btext h4:not(:first-child),
.btext h5:not(:first-child),
.btext h6:not(:first-child) {
  margin-top: 1em;
}

.btext ul {
  padding: 0 0 0 20px;
}

.btext ul:not(:last-child) {
  margin-bottom: 30px;
}

.text-bg {
  padding: 20px 0;
  margin: 10px 0;
}

.text-bg *:not(:last-child) {
  margin-bottom: 0.6em;
}

.text-bg__text {
  background-color: var(--color-secondary);
  padding: 30px 35px;
}

.text-bg h1:not(:first-child),
.text-bg h2:not(:first-child),
.text-bg h3:not(:first-child),
.text-bg h4:not(:first-child),
.text-bg h5:not(:first-child),
.text-bg h6:not(:first-child) {
  margin-top: 1em;
}

.text-bg ul {
  padding: 0 0 0 20px;
}

.text-bg ul:not(:last-child) {
  margin-bottom: 30px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -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;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -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-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption {
  padding: 75px;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -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);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
      -ms-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

.header {
  position: relative;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header__bottom {
  height: 68px;
  top: -100px;
  -webkit-transition: position 0.3s ease;
  -o-transition: position 0.3s ease;
  transition: position 0.3s ease;
}

.header.fixed {
  position: relative;
}

.header__top &gt; .container {
  height: 100%;
}

.header__content-wrapper &gt; .small-link-style {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: black;
}

.header__content-wrapper &gt; .small-link-style[href]:hover {
  color: var(--color-primary);
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  text-underline-offset: 3px;
}

.header__content-wrapper &gt; .small-link-style svg {
  margin-right: 6px;
}

.header__logo a img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center left;
     object-position: center left;
  height: 50px;
}

.header__info {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.header__info svg {
  margin-right: 6px;
}

.header__info a {
  color: black;
}

.header__info a:hover {
  color: var(--color-primary);
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  text-underline-offset: 3px;
}

.header__bottom {
  height: 85px;
}

.header__bottom .container {
  height: 100%;
}

.header__bottom .menu-header {
  height: 100%;
}

.header__bottom .menu-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style-type: none;
  height: 100%;
  padding: 0;
  margin: 0 auto 0 0;
}

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

.header__bottom .menu-header ul li &gt; a {
  line-height: 1.2;
  font-size: 14px;
}

.header__bottom .menu-header ul li &gt; a img {
  display: block;
  -o-object-position: center right;
     object-position: center right;
  margin-right: 8px;
}

.header__bottom .menu-header ul a {
  font-size: 16px;
  color: black;
}

.header__bottom .menu-header ul a:hover {
  color: var(--color-primary);
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  text-underline-offset: 3px;
}

.header__mobile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-primary);
  min-height: 45px;
  min-width: 45px;
  border-radius: 6px;
  display: none !important;
}

.header__mobile-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  justify-content: flex-start;
  padding-right: 10px;
}

.header__mobile__wrapper {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 18px;
  height: 16px;
}

.header__mobile__wrapper:before,
.header__mobile__wrapper span,
.header__mobile__wrapper:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__mobile__wrapper:before,
.header__mobile__wrapper:after {
  width: 70%;
  left: auto;
}

.header__mobile__wrapper:before {
  position: absolute;
  top: 0%;
}

.header__mobile__wrapper span {
  position: absolute;
}

.header__mobile__wrapper:after {
  position: absolute;
  bottom: 0%;
}

.header__mobile.toggled .header__mobile__wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__mobile.toggled .header__mobile__wrapper:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(4.4px, 4.4px);
      -ms-transform: rotate(45deg) scaleX(1.25) translate(4.4px, 4.4px);
          transform: rotateZ(45deg) scaleX(1.25) translate(4.4px, 4.4px);
}

.header__mobile.toggled .header__mobile__wrapper span {
  opacity: 0;
}

.header__mobile.toggled .header__mobile__wrapper:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(4.4px, -4.4px);
      -ms-transform: rotate(-45deg) scaleX(1.25) translate(4.4px, -4.4px);
          transform: rotateZ(-45deg) scaleX(1.25) translate(4.4px, -4.4px);
}

.header__dropdown__flex {
  padding-top: 30px;
  padding-bottom: 30px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__dropdown.toggled {
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  visibility: visible;
  opacity: 1;
}

.overlay-custom {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.overlay-custom.toggled {
  position: fixed;
  inset: 0 0 0 0;
  z-index: 1000;
}

.nav-mob {
  display: none;
}

.hero {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--color-secondary);
}

.hero__wrapper {
  background-color: #f6f7f8;
  border-radius: 50px;
}

.hero__content {
  width: 100%;
}

.hero__heading {
  margin-bottom: 20px;
}

.hero__heading p {
  font-size: 18px;
}

.hero__heading-subheading p {
  font-size: 16px;
}

.hero__img img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.hero-product {
  padding-top: 0;
}

.hero-product__content {
  width: 100%;
}

.hero-product__btns &gt; *:not(:last-child) {
  margin-right: 10px;
}

.hero-product__btns-info {
  padding-top: 0;
  padding-bottom: 20px;
}

.hero-product__info {
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.hero-product__info:not(:first-child) {
  margin-left: 15px;
}

.hero-product__info-desc {
  display: block;
  font-size: 12px;
  font-weight: #a8a8a8;
  font-weight: normal;
}

.hero-product__info svg {
  margin-right: 7px;
}

.hero-product__info svg path {
  stroke: var(--color-primary);
}

.hero-product__tel-desc {
  display: block;
  font-size: 12px;
  font-weight: #a8a8a8;
  font-weight: normal;
}

.hero-product__tel a {
  color: black;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
}

.hero-product__tel a:hover {
  color: var(--color-primary);
}

.hero-product__tel a svg {
  margin-right: 7px;
}

.hero-product__tel a svg path {
  stroke: var(--color-primary);
}

.hero-product__tel a &gt; span {
  max-width: 210px;
}

.hero-product__img {
  background-color: white;
  border-radius: 10px;
}

.hero-product__img img {
  height: 350px;
  width: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}

.profits {
  padding: 60px 0;
}

.profits__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -7.5px;
  margin-bottom: -20px;
  margin-top: 40px;
}

.profits__item {
  padding: 0 7.5px;
  padding-bottom: 20px;
}

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

.profits__item__icon-wrapper {
  height: 72px;
  min-width: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px;
  border-radius: 23px;
  border: 2px solid var(--color-primary);
}

.profits__item__icon-wrapper svg path {
  fill: var(--color-primary);
}

.profits__item__icon:after {
  content: "";
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 15px;
  background-color: #dfdfdf;
}

.profits__item__text {
  max-width: 260px;
}

.catalog {
  padding: 60px 0;
}

.catalog__rep {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.catalog__item-link {
  height: 100%;
  border-radius: 14px;
  background-color: #f6f7f8;
  color: #000;
  padding: 34px 30px;
  text-align: center;
}

.catalog__item-link .catalog__item-link {
  height: auto;
  padding: 0;
}

.catalog__item-link:hover {
  color: #000;
}

.catalog__item-link:hover .catalog__item-img {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.catalog__item-img {
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.catalog__item-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 250px;
}

.catalog__item-name {
  margin-bottom: 13px;
}

.catalog__item-desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #8e8e8e;
  font-size: 14px;
  margin-bottom: 20px;
}

.bbrands__group {
  padding-top: 40px;
  margin-top: -40px;
}

.bbrands__rep {
  --count-max-rep: 3;
  overflow: hidden;
  display: grid;
}

.bbrands__rep.not-full-load {
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.bbrands__rep.not-full-load + .btn-loadmore {
  display: block;
}

.bbrands__rep.not-full-load.loaded-full-el {
  max-height: 4000px;
}

.bbrands__item-link {
  padding: 8px 10px;
}

.bbrands__item-img {
  margin-bottom: 0;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.bbrands__item-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 80px;
  height: 80px;
}

.devices__rep.not-full-load {
  overflow: hidden;
  max-height: 1000px;
}

.devices__rep.not-full-load.loaded-full-el {
  max-height: 10000px;
}

.devices__item {
  position: relative;
  min-height: 264px;
}

.devices__item-name {
  position: relative;
  z-index: 4;
  text-align: center;
}

.devices__item-brands {
  position: relative;
  z-index: 3;
}

.devices__item-link {
  width: 100%;
  padding: 13px 16px;
}

.devices__item-link-brands {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.devices__item .catalog__item-img {
  position: absolute;
  bottom: 31px;
  right: 0;
  z-index: 1;
  max-width: 70%;
}

.devices__item .catalog__item-img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 180px;
  height: 130px;
}

.devices__item .catalog__item-link {
  width: 100%;
}

.devices__item .catalog__item-name {
  text-align: left;
  max-width: 82%;
  font-size: 23px;
  line-height: 1.1;
}

.devices__item a {
  color: #000;
}

.devices__item a:hover {
  color: var(--color-primary);
}

.not-full-load:not(.loaded-full-el) + .btn-loadmore-flex {
  position: relative;
  z-index: 5;
  margin-top: -90px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 100%);
}

.bform {
  padding-top: 25px;
  padding-bottom: 25px;
}

.bform__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f6f7f8;
  border-radius: 30px;
}

.bform__heading strong {
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 300;
  padding: 0 0.1em;
}

.bform__form {
  margin-top: 20px;
}

.bform__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
}

.bform__img-figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.bform__img img {
  position: relative;
  z-index: 5;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

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

.faq {
  padding: 20px 0;
}

.faq__item {
  margin-bottom: 20px;
}

.faq__item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #ededed;
  border-radius: 6px;
  position: relative;
}

.faq__item-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px;
  margin: 7px;
  border-radius: 4px;
  background-color: #f6f6f6;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.faq__item-arrow svg {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotateZ(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotateZ(-90deg);
}

.faq__item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 6px;
  color: #1c1b21;
  margin-right: 3px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.faq__item-question {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 18px;
  line-height: 1.2;
}

.faq__item-question p {
  font-weight: 500;
}

.faq__item-ask {
  padding-top: 11px;
  font-size: 14px;
}

.faq__item.is-active .faq__item-group {
  border-color: var(--color-primary);
}

.faq__item.is-active .faq__item-question {
  color: var(--color-primary);
}

.faq__item.is-active .faq__item-arrow {
  background-color: transparent;
}

.faq__item.is-active .faq__item-arrow svg {
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
}

.garant {
  overflow: hidden;
}

.garant:not(:last-child) {
  padding-bottom: 40px;
}

.garant__flex {
  margin-top: 30px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.garant__subheading div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.garant__subheading div:not(:last-child) {
  margin-right: 20px;
}

.garant__subheading h3 {
  font-size: 24px;
  line-height: 1.1;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 300;
  position: relative;
}

.garant__subheading h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--color-primary);
  width: 50vw;
}

.garant__subheading p {
  font-weight: bold;
}

.garant__img-wrapper {
  position: relative;
  padding-top: 60%;
}

.garant__img img {
  position: absolute;
  border-radius: 15px;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.contacts__col-item {
  font-size: 16px;
  margin-bottom: 16px;
}

.contacts__col-item-icon {
  margin-right: 6px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  padding: 9px;
}

.contacts__col-item-icon svg {
  display: block;
}

.contacts__col-item-link {
  line-height: 1.2;
  color: var(--color-black);
}

.contacts__col-item-link:is(a):hover {
  color: var(--color-primary);
}

.contacts__col-item-link-tel {
  font-size: 120%;
}

.contacts #ymap-contacts {
  height: 300px;
}

.single-hero {
  padding-top: 0;
}

.single-hero__img img {
  height: 350px;
  width: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.single-prices {
  padding: 40px 0;
}

.single-prices__table-date img {
  margin-left: 5px;
  width: 18px;
  height: 18px;
}

.single-prices__table table {
  width: 100%;
}

.single-prices__table table td,
.single-prices__table table th {
  border-bottom: 1px solid #dee2e6;
  padding: 10px;
  font-size: 15px;
}

.single-prices__table table tr:first-child {
  color: var(--color-primary);
}

.single-prices__table table tr:first-child td {
  border-top: 1px solid #dee2e6;
}

.single-prices__table-cols-time-mob {
  display: none;
}

.single-prices__table-cols td {
  line-height: 1.2;
}

.single-prices__table-cols td:nth-child(2) span {
  white-space: nowrap;
}

.single-prices__table-cols td .btn {
  font-size: 11px;
  margin-left: 10px;
  padding: 7px 10px;
}

.single-prices__cats {
  margin: 0 -7.5px 0 -7.5px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
}

.single-prices__cats-item {
  padding: 0 7.5px 15px 7.5px;
}

.single-prices__cats-item-link {
  white-space: nowrap;
  border-radius: 30px;
  padding: 10px 16px;
  border: 1px solid #dee2e6;
  color: #757575;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  line-height: 1.3;
}

.single-prices__cats-item-link:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.single-prices__cats-item-link.active {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: #fff;
}

.single-prices__btn {
  margin-top: 30px;
}

.single-prices__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.single-prices__footer-updated {
  font-size: 16px;
}

.single-prices__footer-updated span:first-child {
  margin-right: 5px;
}

.single-prices__footer-updated svg {
  display: block;
}

.single-prices__footer-updated svg path {
  stroke: var(--color-primary);
}

.single-others {
  padding: 40px 0;
}

.single-others__btn {
  margin-top: 20px;
}

.features {
  padding: 40px 0;
}

.features__rep {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.features__item-heading {
  color: var(--color-primary);
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}

.features__item-list-li {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 300;
}

.features__item-list-li:before {
  content: "";
  display: inline-block;
  margin-bottom: 4px;
  height: 5px;
  width: 5px;
  margin-right: 12px;
  background-color: var(--color-primary);
  border-radius: 50%;
}

.videos {
  padding: 40px 0;
}

.videos__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.videos__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 410px;
  width: 100%;
}

.videos__item-link {
  display: block;
  position: relative;
  padding-top: 70%;
  width: 100%;
}

.videos__item-link img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.videos__item-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.videos__item-arrow svg {
  width: 100px;
  height: 100px;
}

.reviews {
  padding: 50px 0;
}

.reviews__rep {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  max-width: 100%;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 45px;
}

.reviews__item {
  max-width: 100%;
}

.reviews__item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 15px;
  padding-bottom: 15px;
  border-top: 1px solid var(--color-primary);
  padding-top: 10px;
  height: 100%;
}

.reviews__item-content svg {
  height: auto;
}

.reviews__item-img {
  width: 64px;
  height: 64px;
}

.reviews__item-img-wrapper {
  padding-top: 100%;
  position: relative;
}

.reviews__item-img-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.reviews__item-heading {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.1;
  padding-left: 14px;
}

.reviews__item-title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
}

.reviews__item-desc-sm {
  font-size: 12px;
}

.reviews__item-text {
  line-height: 1.4;
  font-size: 14px;
}

:root {
  --color-white: #fff;
  --color-black: #000;
}

.commercial-content ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}

.commercial-content ul li {
  position: relative;
  padding-left: 70px;
  font-weight: 300;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.commercial-content ul li:not(:last-child) {
  border-bottom: 1px solid #efeff4;
}

.commercial-content ul li:last-child {
  margin-bottom: 0;
}

.commercial-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 22px;
  width: 56px;
  min-width: 56px;
  background-color: var(--color-primary);
  border-radius: 3px;
  margin-right: 19px;
  background-size: 16px 16px;
  background-position: 90% center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 4.50037L6.5 11.5001L3 8.00037' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.commercial-content blockquote {
  background-color: #f4f4f4;
  border-left: 3px solid var(--color-primary);
  margin: 15px 0;
  padding: 10px 10px 10px 20px;
}

.commercial-loyalty {
  overflow: hidden;
  position: relative;
}

.commercial-loyalty:not(.none-paddings) {
  padding: 75px 0;
}

.commercial-loyalty__rep {
  margin: 0 -7.5px -15px -7.5px;
}

.commercial-loyalty__heading p {
  color: var(--color-black);
}

.commercial-loyalty__content .btn {
  margin-top: 35px;
}

.commercial-loyalty__item {
  padding: 0 7.5px 15px 7.5px;
  color: var(--color-white);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.commercial-loyalty__item-one-child .commercial-loyalty__item-img:before {
  content: none;
}

.commercial-loyalty__item-wrapper {
  height: 100%;
  position: relative;
  padding: 20px 30px;
  padding-top: 40%;
}

.commercial-loyalty__item-icon {
  --b-content-icon-size: 60px;
  height: var(--b-content-icon-size);
  width: var(--b-content-icon-size);
  background-color: var(--color-white);
  border-radius: 6px;
  margin-left: auto;
}

.commercial-loyalty__item-text h3 strong {
  font-weight: 600;
}

.commercial-loyalty__item-img {
  position: absolute;
  inset: 0;
  z-index: -4;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.commercial-loyalty__item-img:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  border-radius: 4px;
  background: -o-linear-gradient(243.03deg, rgba(0, 0, 0, 0) 37.32%, rgba(0, 0, 0, 0.8) 90.5%);
  background: linear-gradient(206.97deg, rgba(0, 0, 0, 0) 37.32%, rgba(0, 0, 0, 0.8) 90.5%);
}

.commercial-2 {
  overflow: hidden;
  position: relative;
}

.commercial-2:not(.none-paddings) {
  padding: 75px 0;
}

.commercial-2__heading {
  margin-bottom: 40px;
}

.commercial-2__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

.commercial-2__grid-two {
  grid-template-columns: repeat(2, 1fr);
}

.commercial-2__item {
  margin-bottom: 10px;
}

.commercial-2__item-icon {
  --commercial-2-item-icon-size: 40px;
  --commercial-2-item-icon-size-margin: 10px;
  position: relative;
  margin-right: 23px;
}

.commercial-2__item-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-primary);
  width: var(--commercial-2-item-icon-size);
  height: var(--commercial-2-item-icon-size);
  border-radius: 4px;
}

.commercial-2__item-icon img {
  min-width: calc(var(--commercial-2-item-icon-size) + 3px);
  width: calc(var(--commercial-2-item-icon-size) + 3px);
  height: calc(var(--commercial-2-item-icon-size) + 3px);
  margin-left: var(--commercial-2-item-icon-size-margin);
  margin-top: var(--commercial-2-item-icon-size-margin);
}

.footer {
  background-color: #f2f3f4;
  padding: 20px 0;
  overflow: hidden;
}

.footer__flex {
  display: grid;
  grid-template-columns: minmax(120px, -webkit-max-content) minmax(120px, -webkit-max-content) minmax(260px, -webkit-max-content) 40%;
  grid-template-columns: minmax(120px, max-content) minmax(120px, max-content) minmax(260px, max-content) 40%;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.footer__flex-none-map {
  grid-template-columns: repeat(auto-fill, minmax(180px, -webkit-max-content));
  grid-template-columns: repeat(auto-fill, minmax(180px, max-content));
}

.footer__logo a img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
  height: 65px;
}

.footer__col-heading {
  margin-bottom: 20px;
  font-size: 18px;
  color: var(--color-primary);
  font-weight: normal;
}

.footer__col-desc {
  margin-bottom: 25px;
}

.footer__col-map {
  height: 100%;
}

.footer__col-map #ymap-footer {
  border-radius: 6px;
  height: 300px;
}

.footer__col-nav-heading {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.2;
  color: var(--color-primary);
}

.footer__col-nav-link {
  margin-bottom: 4px;
  font-size: 13px;
  color: #707070;
}

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

.footer__col-menu ul li {
  line-height: 1.2;
  margin-bottom: 20px;
}

.footer__col-menu ul li a {
  font-weight: 500;
  color: var(--color-black);
  font-size: 14px;
}

.footer__col-menu ul li a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  text-underline-offset: 3px;
  color: var(--color-primary);
}

.footer__col-menu ul li ul.sub-menu {
  display: none;
}

.footer__col-item {
  font-size: 16px;
  margin-bottom: 16px;
}

.footer__col-item-after-links {
  margin-bottom: 10px;
  line-height: 1.2;
}

.footer__col-item-icon {
  margin-right: 6px;
  border-radius: 50%;
  background-color: #fff;
  padding: 9px;
}

.footer__col-item-icon svg {
  display: block;
}

.footer__col-item-link {
  line-height: 1.2;
  color: var(--color-black);
}

.footer__col-item-link:is(a):hover {
  color: var(--color-primary);
}

.footer__col-item-link-tel {
  font-size: 120%;
}

.footer__col .footer-privicy li {
  margin-bottom: 10px;
}

.footer__col .footer-privicy li a {
  color: #8d8d8d;
  font-size: 12px;
}

.footer__copyright {
  padding: 20px 0;
  margin: 0 -7.5px -15px -7.5px;
}

.footer__copyright-fulltext p {
  font-size: 12px;
  color: #8d8d8d;
}

.footer__copyright-item {
  font-size: 12px;
  color: #8d8d8d;
  padding: 0 7.5px 15px 7.5px;
}

.footer__copyright-item a {
  color: inherit;
}

.footer__copyright-item a:hover {
  color: var(--color-primary);
}

.footer__copyright-group {
  margin: 0 -7.5px -15px -7.5px;
}

.modal-popup.fancybox-content {
  width: 95%;
  margin: 20px 0;
  max-width: 460px;
  color: var(--color-black);
  padding: 20px 25px;
  overflow: hidden;
}

.modal-popup.fancybox-content.modal-popup-small {
  max-width: 350px;
  padding: 18px 23px;
}

.modal-popup.fancybox-content ul.popup-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

.modal-popup.fancybox-content ul.popup-list li {
  width: 50%;
  margin-bottom: 8px;
}

.modal-popup.fancybox-content ul.popup-list li a {
  color: #000;
}

.modal-popup.fancybox-content ul.popup-list li a:hover {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.modal-popup.fancybox-content ul.popup-list li.active a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: bold;
}

.modal-popup.fancybox-content h3,
.modal-popup.fancybox-content .h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.modal-popup.fancybox-content .fancybox-close-small {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.modal-popup.fancybox-content .fancybox-close-small:hover {
  background-color: #f4f4f4;
}

.modal-popup.fancybox-content .form-inline {
  margin-top: 20px;
}

.modal-popup.fancybox-content .form-inline .form-inline__flex .form-inline__label {
  width: 100%;
}

.modal-popup.fancybox-content .form-inline .form-inline__flex .form-inline__label-button {
  width: 100%;
}

.modal-popup.fancybox-content .form-inline .form-inline__flex .form-inline__label-button .btn {
  width: 100%;
}

.modal-popup.fancybox-content .form-inline .text-policy {
  text-align: center;
  line-height: 1.2;
}

.to-top-fixed {
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  background: #f4f4f4;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  height: 60px;
  width: 60px;
}

.to-top-fixed:after {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 100%;
  margin-left: 10px;
}

.to-top-fixed:hover:after {
  opacity: 1;
}

.to-top-fixed:hover svg path {
  stroke: #000;
}

.to-top-fixed svg {
  position: absolute;
}

.to-top-fixed svg path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  stroke: #bbbbbb;
}

.to-top-fixed.fixed {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }

  h1,
  .h1 {
    font-size: 27px;
  }

  h2,
  .h2 {
    font-size: 27px;
  }

  .garant__subheading h3 {
    font-size: 33px;
  }

  .single-prices__table-cols td .btn {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }

  .content-field-blank-rect h3 {
    font-size: 18px;
  }

  h3,
  .h3 {
    font-size: 18px;
  }

  .page-policy .content h2 {
    font-size: 18px;
  }

  .garant__img {
    width: 50%;
    min-width: 50%;
    padding-right: 20px;
  }

  .modal-popup.fancybox-content h3,
  .modal-popup.fancybox-content .h3 {
    font-size: 22px;
  }
}

@media (min-width: 998px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 968px;
  }

  .content-field-blank-rect h3 {
    font-size: 20px;
  }

  h1,
  .h1 {
    font-size: 35px;
  }

  h2,
  .h2 {
    font-size: 35px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }

  .page-policy .content h2 {
    font-size: 22px;
  }

  .hide-up-lg {
    display: none;
  }

  .delivery__content {
    padding-right: 40px;
  }

  .form-inline__flex .form-inline__label {
    width: 240px;
  }

  .header {
    height: 144px;
  }

  .header__tel {
    font-size: 20px;
    font-weight: 600;
    color: black;
  }

  .header__tel:hover {
    color: var(--color-primary);
    text-decoration: underline;
    -webkit-text-decoration-color: inherit;
            text-decoration-color: inherit;
    text-underline-offset: 0.2em;
  }

  .header__top {
    height: 64px;
    border-bottom: 1px solid #f6f7f8;
  }

  .header__top-flex {
    height: 100%;
  }

  .header__content {
    width: 82%;
    margin-left: auto;
  }

  .header__content-wrapper &gt; .small-link-style:not(:last-child) {
    margin-right: 30px;
  }

  .header .links-header-top-nav {
    margin-right: 20px;
    opacity: 0.6;
  }

  .header__bottom {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .header__bottom.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 120;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 30px rgba(50, 55, 63, 0.09);
            box-shadow: 0px 4px 30px rgba(50, 55, 63, 0.09);
  }

  .header__bottom-flex {
    height: 100%;
  }

  .header__bottom nav {
    height: 100%;
  }

  .header__bottom .menu-header ul li:not(:last-child) {
    margin-right: 20px;
  }

  .header__bottom .menu-header ul li.menu-item-has-children {
    position: relative;
  }

  .header__bottom .menu-header ul li.menu-item-has-children &gt; a:after {
    content: "";
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-left: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.375 5.25L7 9.625L2.625 5.25' stroke='black' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  }

  .header__bottom .menu-header ul li.menu-item-has-children &gt; .sub-menu {
    position: absolute;
    top: 100%;
    width: 280px;
    visibility: hidden;
    opacity: 0;
    margin-top: -15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    z-index: 100;
    -webkit-box-shadow: 0 0 21px -18px rgba(0, 0, 0, 0.7254901961);
            box-shadow: 0 0 21px -18px rgba(0, 0, 0, 0.7254901961);
    border: 1px solid #ececec;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 150px;
    height: auto;
    padding: 20px 25px;
    pointer-events: none;
  }

  .header__bottom .menu-header ul li.menu-item-has-children &gt; .sub-menu &gt; li {
    padding-bottom: 15px;
    width: 100%;
  }

  .header__bottom .menu-header ul li.menu-item-has-children &gt; .sub-menu &gt; li:last-child {
    padding-bottom: 0;
  }

  .header__bottom .menu-header ul li.menu-item-has-children &gt; .sub-menu &gt; li &gt; a {
    display: block;
    width: 100%;
  }

  .header__bottom .menu-header ul li.menu-item-has-children:hover &gt; .sub-menu {
    pointer-events: all;
    visibility: visible !important;
    opacity: 1;
    margin-top: 0;
  }

  .header__bottom .menu-header ul li.mega-menu-dropdown &gt; .sub-menu {
    width: 800px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -15px;
    margin-right: -7.5px;
    margin-left: -7.5px;
  }

  .header__bottom .menu-header ul li.mega-menu-dropdown &gt; .sub-menu &gt; li {
    padding-bottom: 15px;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 33.333%;
    max-width: 33.333%;
    min-width: 33.333%;
  }

  .header__bottom .menu-header ul li.mega-menu-dropdown &gt; .sub-menu &gt; li &gt; a {
    font-size: 15px;
  }

  .header__mobile {
    display: none;
  }

  .header__dropdown {
    display: none;
  }

  .hero__wrapper {
    margin: 0 -70px;
    padding: 40px 70px;
  }

  .hero__content {
    width: 58%;
  }

  .hero__img {
    width: 42%;
    padding: 20px 0 0 50px;
  }

  .hero-product__flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .hero-product__content {
    width: 60%;
    padding-right: 30px;
  }

  .hero-product__tel {
    margin-left: 10px;
  }

  .hero-product__img {
    width: 40%;
    padding: 10px;
  }

  .profits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    max-width: 25%;
  }

  .profits__item:nth-child(4n+4) .profits__item__icon:after {
    display: none;
  }

  .bbrands__rep {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
  }

  .bbrands__rep.not-full-load {
    max-height: calc(110px * var(--count-max-rep));
  }

  .bbrands__item-link {
    position: relative;
  }

  .bbrands__item-link:before {
    content: attr(title);
    position: absolute;
    top: 100%;
    z-index: 4;
    left: 50%;
    font-size: 15px;
    line-height: 1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: black;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, opacity 0.2s ease, top 0.2s ease;
    -o-transition: opacity 0.2s ease, visibility 0.2s ease, opacity 0.2s ease, top 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease, opacity 0.2s ease, top 0.2s ease;
  }

  .bbrands__item-link:hover:before {
    visibility: visible;
    top: calc(100% - 20px);
    opacity: 1;
  }

  .bbrands__item-link:hover .bbrands__item-img {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
  }

  .bform {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bform__content {
    padding: 40px 47px;
  }

  .bform__img img {
    height: 334px;
  }

  .faq__item-question {
    padding: 18px 15px 15px 25px;
    cursor: pointer;
  }

  .faq__item-ask {
    margin-top: -5px;
    padding: 0 15px 15px 25px;
  }

  .garant__subheading {
    margin-bottom: 30px;
  }

  .garant__subheading h3 {
    font-size: 42px;
    padding-right: 40px;
  }

  .garant__img {
    padding-right: 50px;
  }

  .contacts__col-item:not(:last-child) {
    margin-right: 30px;
  }

  .reviews__item-text {
    margin-right: 20px;
  }

  .commercial-loyalty__rep {
    width: 52%;
    min-width: 52%;
  }

  .commercial-loyalty__content {
    padding-right: 20px;
  }

  .commercial-loyalty__item-one-child {
    padding-top: 50% !important;
  }

  .commercial-loyalty__item-text {
    max-width: 256px;
  }

  .commercial-2__grid-two {
    gap: 40px 50px;
  }

  .commercial-2__item-text h4 {
    font-size: 20px;
  }

  .footer__flex {
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .footer__copyright {
    padding: 40px 0;
  }

  .modal-popup.fancybox-content h3,
  .modal-popup.fancybox-content .h3 {
    font-size: 24px;
  }

  .to-top-fixed:after {
    content: "Вверх";
  }

  .to-top-fixed {
    right: 100px;
  }
}

@media (min-width: 998px) and (min-width: 1300px) {
  .header__bottom .menu-header ul li.menu-item-has-children &gt; a:after {
    margin-left: 10px;
  }
}

@media (min-width: 1300px) {
  .container-xlg,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1280px;
  }

  .content-field-blank-rect h3 {
    font-size: 20px;
  }

  h1,
  .h1 {
    font-size: 42px;
  }

  h2,
  .h2 {
    font-size: 42px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  .page-policy .content h2 {
    font-size: 24px;
  }

  .header__content {
    width: 80%;
  }

  .header__content-wrapper &gt; .small-link-style:not(:last-child) {
    margin-right: 40px;
  }

  .header__bottom .menu-header ul li &gt; a {
    font-size: 16px;
  }

  .hero__content {
    width: 50%;
  }

  .hero__img {
    width: 50%;
  }

  .hero-product__content {
    width: 65%;
  }

  .hero-product__img {
    width: 35%;
  }

  .bform__content {
    padding: 50px 57px;
    padding-right: 0;
    margin-right: -40px;
    max-width: 70%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
  }

  .bform__img {
    margin-top: -52px;
    margin-left: -30px;
    margin-right: 20px;
  }

  .commercial-loyalty__content {
    padding-right: 46px;
  }

  .commercial-2__grid {
    gap: 40px 50px;
  }

  .footer__flex {
    gap: 50px;
    grid-template-columns: minmax(120px, -webkit-max-content) minmax(120px, -webkit-max-content) minmax(260px, -webkit-max-content) 44.5%;
    grid-template-columns: minmax(120px, max-content) minmax(120px, max-content) minmax(260px, max-content) 44.5%;
  }

  .footer__flex-none-map {
    grid-template-columns: repeat(auto-fill, minmax(190px, -webkit-max-content));
    grid-template-columns: repeat(auto-fill, minmax(190px, max-content));
  }

  .modal-popup.fancybox-content h3,
  .modal-popup.fancybox-content .h3 {
    font-size: 26px;
  }
}

@media (max-width: 1299.98px) {
  .hero__wrapper {
    border-radius: 35px;
  }

  .commercial-content ul li {
    font-size: 18px;
  }

  .commercial-loyalty:not(.none-paddings) {
    padding: 50px 0;
  }

  .commercial-loyalty__item-wrapper {
    padding: 18px 25px;
  }

  .commercial-2:not(.none-paddings) {
    padding: 50px 0;
  }

  .footer__col-heading {
    font-size: 16px;
  }
}

@media (max-width: 997.98px) {
  .content-field-blank-rect h3 img {
    width: 32px;
  }

  body.menu-toggled {
    overflow: hidden;
  }

  .page:not(body) {
    padding: 20px 0;
  }

  p,
  .page-policy ol {
    font-size: 14px;
  }

  .banner {
    padding: 20px 0;
  }

  .hide-down-lg {
    display: none;
  }

  .delivery__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .delivery__content {
    margin-bottom: 30px;
  }

  .delivery__img {
    width: 100%;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .fancybox-slide--video {
    padding: 15px !important;
  }

  .form-inline__flex .form-inline__label.form-inline__label-button {
    width: 100%;
  }

  .form-inline__flex .form-inline__label.form-inline__label-button input[type=submit],
  .form-inline__flex .form-inline__label.form-inline__label-button button {
    width: 100%;
  }

  .form-inline__label {
    width: 100%;
    margin-bottom: 10px;
  }

  .btext:not(.first-child-content) .btext__text {
    padding: 40px 0 40px 0;
    margin-top: 20px;
  }

  .text-bg__text {
    padding: 20px 25px;
  }

  .header__tel {
    border-radius: 10px;
    background-color: var(--color-primary);
    height: 45px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header__tel span.icon-tel svg {
    display: block;
  }

  .header__tel path {
    stroke: #fff;
  }

  .header__top-flex {
    padding-top: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header__logo {
    margin-top: 10px;
  }

  .header__logo a img {
    -o-object-position: center left;
       object-position: center left;
  }

  .header__info {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }

  .header__bottom-flex {
    width: 100%;
  }

  .header__bottom .container .header__content {
    width: 100%;
  }

  .header__bottom .container .header__content-wrapper {
    width: 100%;
  }

  .header__bottom {
    display: block;
    position: fixed;
    z-index: 67;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-100%, 0%);
        -ms-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: #ffffff;
    height: auto;
    width: 100%;
    overflow: auto;
    padding: 20px 25px 50px 25px;
  }

  .header__bottom .header__mobile-group {
    margin-left: auto;
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .header__bottom.toggled {
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    visibility: visible;
    opacity: 1;
  }

  .header__bottom .container {
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .header__bottom nav {
    width: 100%;
    margin-bottom: 30px;
  }

  .header__bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header__bottom ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .header__bottom ul li.menu-item:not(:last-child) {
    margin-right: 0;
  }

  .header__bottom ul li:first-child &gt; a {
    border-top: 1px solid #c0c0c0;
  }

  .header__bottom ul li:first-child.menu-item-has-children:after {
    border-top-width: 1px;
  }

  .header__bottom ul li:first-child.menu-item-has-children.active:after {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .header__bottom ul li &gt; a {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 13px;
    padding-top: 13px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .header__bottom ul li.menu-item-has-children {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }

  .header__bottom ul li.menu-item-has-children:after {
    content: "";
    width: 50px;
    border: 1px solid #c0c0c0;
    border-top-width: 0;
    display: inline-block;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.375 5.25L7 9.625L2.625 5.25' stroke='black' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  }

  .header__bottom ul li.menu-item-has-children.active:after {
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg);
    border-top-width: 1px;
    border-bottom-width: 0;
  }

  .header__bottom ul li.menu-item-has-children.active &gt; a {
    color: var(--color-primary);
  }

  .header__bottom ul li.menu-item-has-children.active a + .sub-menu {
    visibility: visible !important;
    opacity: 1;
    height: 100%;
  }

  .header__bottom ul li.menu-item-has-children &gt; .sub-menu {
    padding-left: 15px;
    width: 100%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    height: 0;
  }

  .header__bottom ul li.menu-item-has-children &gt; .sub-menu li a {
    border-top: transparent;
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 14px;
  }

  .header__dropdown {
    display: block;
    position: fixed;
    z-index: 67;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-100%, 0%);
        -ms-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: #ffffff;
    height: auto;
    width: 50%;
    min-width: 310px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    overflow: auto;
    -webkit-box-shadow: 0px 4px 30px rgba(50, 55, 63, 0.3);
            box-shadow: 0px 4px 30px rgba(50, 55, 63, 0.3);
    margin-bottom: 100px;
  }

  .overlay-custom.toggled {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .nav-mob {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 24px rgba(0, 0, 0, 0.12);
    padding: 5px 0;
    --height-mob-menu: 46px;
    height: var(--height-mob-menu);
    max-height: var(--height-mob-menu);
  }

  .nav-mob__wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .nav-mob__item-link {
    cursor: pointer;
  }

  .nav-mob__item-link.toggled {
    color: var(--color-primary);
  }

  .nav-mob__item-link.toggled svg path {
    fill: var(--color-primary);
  }

  .nav-mob__item-link-icon svg {
    display: block;
  }

  .nav-mob__item-link-icon svg path {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .nav-mob__item-link-text {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
  }

  .nav-mob__item-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
            transform: translateY(10%);
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: var(--height-mob-menu);
    max-height: calc(100vh - var(--height-mob-menu));
    overflow: auto;
  }

  .nav-mob__item-menu-headings {
    padding-top: 10px;
  }

  .nav-mob__item-menu-heading {
    font-size: 17px;
    font-weight: 300;
  }

  .nav-mob__item-menu-close,
  .nav-mob__item-menu-back {
    height: 40px;
    width: 40px;
    min-width: 40px;
  }

  .nav-mob__item-menu-back {
    opacity: 0;
  }

  .nav-mob__item-menu.toggled {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    visibility: visible !important;
    opacity: 1;
    margin-top: 0;
    pointer-events: all;
  }

  .nav-mob__item-menu .header__mobile-group {
    margin-left: auto;
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .nav-mob__item-menu .container {
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .nav-mob__item-menu nav {
    width: 100%;
    margin-bottom: 30px;
  }

  .nav-mob__item-menu .menu-header {
    overflow: hidden;
  }

  .nav-mob__item-menu ul.menu-header {
    padding: 15px;
  }

  .nav-mob__item-menu &gt; li {
    padding-bottom: 13px;
    padding-top: 13px;
    margin-right: 15px;
    margin-left: 15px;
    list-style-type: none;
  }

  .nav-mob__item-menu &gt; li:first-child {
    border-top: 1px solid #c0c0c0;
  }

  .nav-mob__item-menu &gt; li a {
    color: #000;
  }

  .nav-mob__item-menu &gt; li:not(:last-child) {
    border-bottom: 1px solid #c0c0c0;
  }

  .nav-mob__item-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    list-style-type: none;
    padding: 0;
    margin: 0 auto 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .nav-mob__item-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .nav-mob__item-menu ul li.menu-item:not(:last-child) {
    margin-right: 0;
  }

  .nav-mob__item-menu ul li:first-child &gt; a {
    border-top: 1px solid #c0c0c0;
  }

  .nav-mob__item-menu ul li:first-child.menu-item-has-children:after {
    border-top-width: 1px;
  }

  .nav-mob__item-menu ul li:first-child.menu-item-has-children.active:after {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .nav-mob__item-menu ul li &gt; a {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 13px;
    padding-top: 13px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    line-height: 1.2;
    font-size: 14px;
    color: var(--color-black);
  }

  .nav-mob__item-menu ul li &gt; a img {
    margin-right: 7px;
  }

  .nav-mob__item-menu ul li.menu-item-has-children {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }

  .nav-mob__item-menu ul li.menu-item-has-children:after {
    content: "";
    width: 50px;
    border: 1px solid #c0c0c0;
    border-top-width: 0;
    display: inline-block;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.375 5.25L7 9.625L2.625 5.25' stroke='black' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  }

  .nav-mob__item-menu ul li.menu-item-has-children.active:after {
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg);
    border-top-width: 1px;
    border-bottom-width: 0;
  }

  .nav-mob__item-menu ul li.menu-item-has-children.active &gt; a {
    color: var(--color-primary);
  }

  .nav-mob__item-menu ul li.menu-item-has-children.active a + .sub-menu {
    visibility: visible !important;
    opacity: 1;
    height: 100%;
    max-height: 2000px;
  }

  .nav-mob__item-menu ul li.menu-item-has-children &gt; .sub-menu {
    padding-left: 15px;
    width: 100%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    height: 0;
    max-height: 0;
  }

  .nav-mob__item-menu ul li.menu-item-has-children &gt; .sub-menu li a {
    border-top: transparent;
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 14px;
    color: var(--color-black);
  }

  .nav-mob__form-wrapper {
    color: var(--color-black);
  }

  .nav-mob__form-wrapper:hover,
  .nav-mob__form-wrapper:active {
    color: var(--color-primary);
  }

  .nav-mob__form-icon {
    -webkit-box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    background-color: var(--color-primary);
    border: 3px solid #fff;
    margin-top: -16px;
    padding: 4px;
  }

  .nav-mob__form-icon svg {
    display: block;
  }

  .nav-mob__form-text {
    font-size: 12px;
  }

  .hero__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .hero__wrapper {
    border-radius: 20px;
    padding: 15px;
  }

  .hero__content {
    text-align: center;
  }

  .hero__heading p {
    font-size: 16px;
  }

  .hero__heading-subheading p {
    font-size: 14px;
  }

  .hero__img img {
    border-radius: 6px;
  }

  .hero__img {
    margin-bottom: 20px;
  }

  .hero__img img {
    height: 170px;
    width: auto;
    margin: 0 auto;
  }

  .hero-product__content {
    text-align: center;
  }

  .hero-product__btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .hero-product__btns &gt; * {
    margin-bottom: 10px;
  }

  .hero-product__btns-info {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero-product__info {
    text-align: left;
  }

  .hero-product__info {
    font-size: 16px;
  }

  .hero-product__tel {
    text-align: left;
  }

  .hero-product__tel a {
    font-size: 16px;
  }

  .hero-product__img img {
    border-radius: 6px;
  }

  .hero-product__img {
    margin-bottom: 20px;
  }

  .hero-product__img img {
    height: 170px;
    width: auto;
    margin: 0 auto;
  }

  .profits {
    padding: 40px 0;
  }

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

  .profits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
  }

  .profits__item__icon {
    margin-bottom: 15px;
  }

  .profits__item__icon-wrapper {
    min-width: 55px;
    height: 55px;
    padding: 7px;
    border-radius: 18px;
  }

  .catalog {
    padding: 40px 0;
  }

  .catalog__item-link {
    padding: 24px 20px;
    border-radius: 15px;
  }

  .catalog__item-img img {
    height: 120px;
  }

  .bbrands__rep {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 5px;
  }

  .bbrands__rep.not-full-load {
    max-height: calc(80px * var(--count-max-rep));
  }

  .bbrands__item-link {
    padding: 8px 10px;
  }

  .bbrands__item-link:hover .bbrands__item-img {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  .bbrands__item-img img {
    height: 60px;
    width: 60px;
  }

  .devices__item {
    min-height: 140px;
  }

  .devices__item-name {
    margin-bottom: 3px;
  }

  .devices__item-link {
    padding: 10px;
  }

  .devices__item-link-brands {
    margin-top: 5px;
  }

  .devices__item .catalog__item-img img {
    height: 130px;
    width: 130px;
  }

  .not-full-load:not(.loaded-full-el) + .btn-loadmore-flex {
    margin-top: -70px;
  }

  .bform__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .bform__content {
    padding: 20px 25px;
    text-align: center;
  }

  .bform__btns {
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .faq {
    padding: 40px 0;
  }

  .faq__item {
    margin-bottom: 15px;
  }

  .faq__item-arrow {
    position: absolute;
    top: 0;
    right: 0;
    cursor: auto;
    padding: 7px;
  }

  .faq__item-arrow svg {
    width: 20px;
    height: auto;
  }

  .faq__item-question {
    min-height: 48px;
    padding: 12px 12px 12px 20px;
    padding-right: 48px;
    cursor: auto;
  }

  .faq__item-question {
    font-size: 16px;
  }

  .faq__item-ask {
    padding: 0 12px 12px 20px;
  }

  .faq__item-ask {
    font-size: 13px;
  }

  .garant:not(:last-child) {
    padding-bottom: 20px;
  }

  .garant__flex {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    margin-top: 0;
  }

  .garant__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .garant__subheading {
    margin-top: 30px;
  }

  .garant__img {
    margin-top: 20px;
  }

  .single-prices {
    padding: 20px 0;
  }

  .single-prices__table table td,
  .single-prices__table table th {
    padding: 4px 10px;
    font-size: 14px;
  }

  .single-prices__footer-updated {
    font-size: 15px;
  }

  .single-others {
    padding: 20px 0;
  }

  .features {
    padding: 20px 0;
  }

  .videos {
    padding: 20px 0;
  }

  .videos__item-arrow svg {
    height: 80px;
    width: 80px;
  }

  .reviews {
    padding: 20px 0;
  }

  .reviews__rep {
    row-gap: 30px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .reviews__item-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .reviews__item-content {
    padding-top: 6px;
    margin-right: 0;
  }

  .reviews__item-content-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .reviews__item-heading {
    padding-left: 8px;
  }

  .commercial-content ul li {
    font-size: 16px;
  }

  .commercial-content ul li:before {
    margin-right: 10px;
  }

  .commercial-loyalty:not(.none-paddings) {
    padding: 25px 0;
  }

  .commercial-loyalty__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .commercial-loyalty__rep {
    margin-top: 30px;
    width: 100%;
  }

  .commercial-loyalty__content .btn {
    margin-top: 25px;
  }

  .commercial-loyalty__item-one-child {
    padding-top: 40% !important;
  }

  .commercial-loyalty__item-wrapper {
    padding: 10px 20px;
    padding-top: 40%;
  }

  .commercial-loyalty__item-icon {
    --b-content-icon-size: 50px;
  }

  .commercial-2:not(.none-paddings) {
    padding: 25px 0;
  }

  .commercial-2__heading {
    margin-bottom: 30px;
  }

  .commercial-2__grid-two {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  }

  .commercial-2__item-icon {
    margin-right: 15px;
    --commercial-2-item-icon-size: 30px;
    --commercial-2-item-icon-size-margin: 5px;
  }

  .commercial-2__item-text h4 {
    font-size: 18px;
  }

  .footer {
    padding: 40px 0;
    padding-bottom: 70px;
  }

  .footer__flex {
    grid-template-columns: minmax(125px, -webkit-max-content) minmax(144px, -webkit-max-content) minmax(260px, -webkit-max-content);
    grid-template-columns: minmax(125px, max-content) minmax(144px, max-content) minmax(260px, max-content);
  }

  .footer__flex-none-map {
    grid-template-columns: repeat(auto-fill, minmax(190px, -webkit-max-content));
    grid-template-columns: repeat(auto-fill, minmax(190px, max-content));
  }

  .footer__col-heading {
    margin-bottom: 10px;
  }

  .footer__col-map {
    margin-top: 15px;
  }

  .footer__col-menu ul li {
    margin-bottom: 10px;
  }

  .footer__copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__copyright-item {
    text-align: center;
  }

  .to-top-fixed {
    height: 50px;
    width: 50px;
    bottom: 70px;
  }

  .to-top-fixed svg {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 767.98px) {
  [data-modal-btn] {
    cursor: default;
  }

  .btn {
    padding: 15px 26px;
  }

  .text-bg__text {
    padding: 15px 20px;
  }

  .catalog__rep {
    grid-template-columns: repeat(auto-fit, minmax(160px, 0.5fr));
    gap: 5px;
  }

  .garant__img {
    width: 100%;
  }

  .single-prices__table-cols-time-mob {
    display: inline;
  }

  .single-prices__table-cols td:nth-child(3) span:after {
    content: attr(data-text-date-for-mob);
    font-size: 12px;
    display: block;
    margin-top: 3px;
    color: #757575;
    text-decoration: underline;
    -webkit-text-decoration-style: dashed;
            text-decoration-style: dashed;
    text-underline-offset: 3px;
  }

  .single-prices__table-cols td.single-prices__table-cols-time-remont {
    display: none;
  }

  .single-prices__table-cols td:nth-child(2) {
    display: none;
  }

  .features__rep {
    grid-template-columns: repeat(auto-fit, minmax(160px, 0.5fr));
    gap: 5px;
  }

  .videos__grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 0.5fr));
    gap: 5px;
  }

  .reviews__item-content svg {
    min-width: 60px;
    width: 60px;
    height: 30px;
  }

  .reviews__item-text {
    font-size: 12px;
  }

  .footer__flex {
    grid-template-columns: 0.5fr 0.5fr;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 575.98px) {
  .catalog__rep {
    grid-template-columns: repeat(auto-fit, minmax(140px, 0.5fr));
    gap: 5px;
  }

  .catalog__item-link {
    padding: 13px 10px;
  }

  .catalog__item-img {
    margin-bottom: 10px;
  }

  .catalog__item-name {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .catalog__item-desc {
    font-size: 12px;
  }

  .bbrands__rep {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  }

  .bbrands__item-link {
    padding: 8px 10px;
  }

  .bbrands__item-img {
    margin-bottom: 0;
  }

  .devices__item {
    overflow: hidden;
  }

  .devices__item .catalog__item-img {
    right: -20%;
  }

  .single-prices__table table td,
  .single-prices__table table th {
    padding: 4px 5px;
    font-size: 12px;
  }

  .single-prices__table-cols td:nth-child(1) {
    width: 40%;
  }

  .single-prices__cats {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .features__rep {
    grid-template-columns: repeat(auto-fit, minmax(140px, 0.5fr));
    gap: 5px;
  }

  .videos__grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 0.5fr));
    gap: 5px;
  }

  .videos__item-arrow svg {
    height: 64px;
    width: 64px;
  }

  .reviews__rep {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  }

  .reviews__item-img {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }

  .commercial-loyalty__rep {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .commercial-loyalty__item-wrapper {
    padding-top: 20%;
  }

  .commercial-2__item-text h4 {
    font-size: 16px;
  }

  .footer__flex {
    grid-template-columns: 1fr;
  }

  .footer__flex-none-map {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }

  .footer__col-1 {
    grid-column: 1/3;
  }

  .to-top-fixed {
    height: 30px;
    width: 30px;
    right: 10px;
    bottom: 10px;
  }

  .to-top-fixed svg {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 998px) and (max-width: 1299.98px) {
  .bform__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 1 1 50%;
    /* max-width: 50%; */
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}</pre></body></html>