/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 36px !important;
  font-family: 'Almoni-Regular';
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

@media (max-width: 1250px) {
  .container {
    padding: 0px 30px;
  }
}

@media (max-width: 1170px) {
  .container {
    max-width: 900px;
    padding: 0px;
  }
}

@media (max-width: 970px) {
  .container {
    max-width: 750px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .container-mobile {
    padding: 0px;
  }
}

@media (max-width: 340px) {
  .container {
    padding: 0px 10px;
  }
  .container-mobile {
    padding: 0px;
  }
}

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

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

@font-face {
  font-family: 'Ploni-Ultralight';
  src: url("../fonts/ploni/ploni-ultralight-aaa.eot");
  src: url("../fonts/ploni/ploni-ultralight-aaa.eot?#iefix") format("embedded-opentype"), url("../fonts/ploni/ploni-ultralight-aaa.woff") format("woff"), url("../fonts/ploni/ploni-ultralight-aaa.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

.owl-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-size: 16px;
  font-family: 'Ploni-Regular';
  line-height: 130%;
  z-index: 300;
  color: #000000;
  background: #ffffff;
  direction: rtl;
}

a {
  color: #000000;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 800px) {
  body {
    font-size: 15px;
  }
}

@-webkit-keyframes todown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes todown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

html {
  overflow-x: hidden;
}

@media (max-width: 340px) {
  body {
    zoom: .94;
  }
}

a {
  text-decoration: none;
}

svg {
  -webkit-transition: fill 280ms ease;
  transition: fill 280ms ease;
}
h2{
  font-size: 24px !important;
}
h3{
  font-size: 18px !important;
}
h1, h2, h3, h4 {
  padding: 0px;
  margin: 0px;
  font-weight: 300;
  line-height: 120%;
  font-family: 'Almoni-Regular' !important;
}

ul {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}

p {
  padding: 0px;
  margin: 0px;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

button, input {
  border: none;
  outline: none;
}

button:active, button:focus, input:active, input:focus {
  outline: none;
}

@-webkit-keyframes fly {
  0% {
    -webkit-transform: translateY(0) skewY(2deg);
            transform: translateY(0) skewY(2deg);
  }
  50% {
    -webkit-transform: translateY(-10px) skewY(-2deg);
            transform: translateY(-10px) skewY(-2deg);
  }
  100% {
    -webkit-transform: translateY(0) skewY(2deg);
            transform: translateY(0) skewY(2deg);
  }
}

@keyframes fly {
  0% {
    -webkit-transform: translateY(0) skewY(2deg);
            transform: translateY(0) skewY(2deg);
  }
  50% {
    -webkit-transform: translateY(-10px) skewY(-2deg);
            transform: translateY(-10px) skewY(-2deg);
  }
  100% {
    -webkit-transform: translateY(0) skewY(2deg);
            transform: translateY(0) skewY(2deg);
  }
}

@-webkit-keyframes flyrotate {
  0% {
    -webkit-transform: translateY(0) skewY(2deg) rotate(45deg) scale(0.5);
            transform: translateY(0) skewY(2deg) rotate(45deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateY(-5px) skewY(-2deg) rotate(45deg) scale(0.5);
            transform: translateY(-5px) skewY(-2deg) rotate(45deg) scale(0.5);
  }
  100% {
    -webkit-transform: translateY(0) skewY(2deg) rotate(45deg) scale(0.5);
            transform: translateY(0) skewY(2deg) rotate(45deg) scale(0.5);
  }
}

@keyframes flyrotate {
  0% {
    -webkit-transform: translateY(0) skewY(2deg) rotate(45deg) scale(0.5);
            transform: translateY(0) skewY(2deg) rotate(45deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateY(-5px) skewY(-2deg) rotate(45deg) scale(0.5);
            transform: translateY(-5px) skewY(-2deg) rotate(45deg) scale(0.5);
  }
  100% {
    -webkit-transform: translateY(0) skewY(2deg) rotate(45deg) scale(0.5);
            transform: translateY(0) skewY(2deg) rotate(45deg) scale(0.5);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #ffffff;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e8709c;
}

::-moz-selection {
  background: rgba(232, 112, 156, 0.4);
}

::selection {
  background: rgba(232, 112, 156, 0.4);
}

::-moz-selection {
  background: rgba(232, 112, 156, 0.4);
}

.title {
  font-family: 'Almoni-Regular';
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  color: #333a42;
}

.title-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.title-line h2, .title-line h3, .title-line span{
  margin: 0px 28px;
  white-space: nowrap;
  display: block;
  min-width: max-content;
}

.title-line hr {
  height: 1px;
  background: #333a42;
  width: calc(100% - 28px);
  border: none;
}

.title-line hr:first-child {
  background: transparent;
}

.title-name {
  font-size: 24px;
}

.btn {
  background: #ff5c91;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #ff5c91;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  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;
  margin: auto;
}

.btn:hover {
  border: 1px solid #ff5c91;
  background: #ffffff;
  color: #ff5c91;
}

.owl-nav img {
  vertical-align: middle;
}

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

@media (max-width: 1000px) {
  body {
    font-size: 14px;
  }
  .title-line {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .title-line hr:first-child {
    display: none;
  }
  .title-line h2, .title-line h3, .title-line span{
    margin: 0px 0px 0px 10px;
    white-space: inherit;
    min-width: fit-content;
  }
  .title-name {
    font-size: 18px;
  }
}

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

.owl-stage-outer {
  direction: ltr;
}

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

.otgs-development-site-front-end {
  display: none;
}

.header__wpml {
  margin-right: 20px;
}

.header__wpml ul {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 170px;
}

.wpml-ls-legacy-dropdown-click {
  width: auto;
}

.wpml-ls-legacy-dropdown-click {
  width: auto;
}

body .wpcf7 input[type="url"], body .wpcf7 input[type="email"], body .wpcf7 input[type="tel"] {
  direction: rtl;
}

body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output, body .wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3232;
}

.pagination {
  margin-top: 20px;
  text-align: center;
}

.pagination span.dots {
  text-decoration: none;
  font-size: 14px;
  color: #a7a7a7;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e8709c;
  display: inline-block;
  vertical-align: middle;
  margin: 9px 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination span.current {
  font-size: 14px;
  color: #ffffff;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e8709c;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  background: #e8709c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination a {
  text-decoration: none;
  font-size: 14px;
  color: #a7a7a7;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e8709c;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination a a:hover {
  font-size: 14px;
  color: #a7a7a7;
  font-family: "Lato";
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e8709c;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  background: #e8709c;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-load {
  display: none;
  margin: auto;
  width: 50px;
}

@media (max-width: 500px) {
  body.main .main-slider .container {
    padding: 0px 20px;
  }
  body .wpml-ls-legacy-dropdown-click a {
    font-size: 12px;
  }
  body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.container-search {
  margin-top: 60px;
  margin-bottom: 60px;
}

.breadcrumbs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          flex-direction: row-reverse;
}

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

.woocommerce-breadcrumb {
  color: #e8709c;
  font-size: 14px;
}

.woocommerce .woocommerce-breadcrumb {
  margin: auto;
  color: #e8709c;
}

.woocommerce-pagination {
  display: none;
}

body .woocommerce .woocommerce-breadcrumb a {
  color: #000000;
}

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

.header-type-wrap {
  position: relative;
}

.header-type-wrap:hover .cont {
  opacity: 1;
}

.cont {
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.mouse {
  border: 2px solid #222;
  border-radius: 13px;
  display: block;
  height: 38px;
  margin: 0 auto 0 -26px;
  position: relative;
  width: 26px;
}

.mouse:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
  width: 2px;
  background: #222;
}

.mouse span {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  background: none repeat scroll 0 0 #222;
  border: 1px solid transparent;
  border-radius: 4px;
  display: block;
  height: 4px;
  margin: 6px auto;
  width: 4px;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@media (max-width: 1250px) {
  .cont {
    right: 20px;
  }
}

@media (max-width: 1170px) {
  .cont {
    right: -10px;
  }
}

@media (max-width: 700px) {
  .cont {
    display: none;
  }
}

#main-tax {
  display: none;
}

#btn-more {
  margin-bottom: 60px;
}

#btn-more span {
  display: none;
}

.dflt-page.content {
  margin: 60px 0px;
}

.error404 .input-wrap-search {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
}
.error404 form {
  width: fit-content;
}

.error404 .search-form {
  position: relative;
  z-index: 3000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.error404 .search-form #close-search {
  display: none;
}

.error404 .search-form::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/search.svg);
}

.error404 .search-form.load:before {
  background-image: url(../images/icons/load.svg);
}

.error404 .search-form-block {
  position: absolute;
  z-index: 300;
  left: 0;
  width: calc(100% - 2px);
  top: 48px;
  background: #fff;
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid #999999;
  border-radius: 0px 0px 10px 10px;
  display: none;
}

.error404 .search-form__item {
  padding: 8px 14px;
  font-size: 16px;
  display: block;
  border: 1px solid #f3f3f3;
}

.error404 .search-form__item:hover {
  color: #e8709c;
}

.error404 .search-form__category {
  color: #e8709c;
  font-size: 18px;
  display: block;
  padding: 10px 10px;
  text-align: center;
}

.error404 .search-form .search-form__input {
  border: 1px solid #999999;
  font-size: 18px;
  color: #6b6e75;
  padding: 10px 10px;
  padding-right: 25px;
  outline: none;
  max-width: 100%;
  text-align: right;
  width: 250px;
}

[lang="ru-RU"] #billing_phone {
  text-align: left;
}

.woocommerce-message .button.wc-forward {
  display: none;
}

.woocommerce-message::before {
  color: #e8709c;
}

.woocommerce-info, .woocommerce-error, .woocommerce-message {
  border-top-color: #e8709c;
}

.woocommerce-info::before, .woocommerce-error::before {
  color: #e8709c;
}

.woocommerce-order-details__title {
  margin: 10px 0px;
  text-align: center;
  color: #e8709c;
}

.ch_custom_checkout .ch_right_block .cart_new_vers .cart_item .cart_info .t a:hover {
  color: #e8709c;
}

.wpcf7-spinner {
  left: 0;
  right: 0;
  top: 5px;
  margin: auto;
  text-align: center;
  display: block;
}

.term-description {
  display: none;
}

.woocommerce-notice.woocommerce-thankyou-order-received {
  font-size: 28px;
  color: #e8709c;
  line-height: 110%;
}

.woocommerce table.shop_table {
  border: 0.5px solid rgba(232, 112, 156, 0.4);
}

.woocommerce table.shop_table td {
  border-top: 0.5px solid rgba(232, 112, 156, 0.4);
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border-top: 0.5px solid rgba(232, 112, 156, 0.4);
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
  border: 0.1px solid rgba(232, 112, 156, 0.4);
}

.woocommerce ul.order_details li strong {
  color: #e8709c;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 500;
}

@media (max-width: 700px) {
  .woocommerce-notice.woocommerce-thankyou-order-received {
    font-size: 22px;
  }
  .woocommerce ul.order_details li {
    margin-bottom: 10px;
  }
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999999999999999;
  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: #e8709c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

.preloader-remove {
  opacity: 0;
  z-index: -10;
}

.preloader-2 {
  width: auto;
  height: auto;
}

.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  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: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}

.modal-overlay form {
  background: #f9f9f9;
  padding: 30px 30px 25px 30px;
  border-radius: 4px;
}

.modal-block {
  position: relative;
  max-width: 370px;
  z-index: 9999999;
}

.modal-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #222;
  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-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.modal-close:hover {
  border: 2px solid #e8709c;
}

.modal-close img {
  width: 10px;
}

.modal-form__title {
  font-size: 18px;
  margin-bottom: 15px;
  font-size: 26px;
  color: #e8709c;
  line-height: 110%;
  text-align: center;
}

.modal-form__input {
  height: 55px;
  line-height: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 20px;
  color: #6b6e75;
  padding: 0 25px;
  border: 1px solid #999999;
  outline: none;
  margin-bottom: 15px;
}

.modal-form__button {
  padding: 15px 0;
  background: #e8709c;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .modal-close {
    right: 0;
    top: -40px;
  }
  .modal-form__title {
    font-size: 22px;
  }
  .modal-form__input {
    height: 50px;
    font-size: 16px;
  }
  .modal-form__button {
    font-size: 16px;
  }
}

.modal-overlay .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

/* section */
.header-top {
  color: #333a42;
  font-size: 14px;
  background: #f6f7f9;
  padding: 10px 0px;
}

.header-top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top-block-mobile {
  display: none;
}

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

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

.header-top__item img {
  margin-left: 6px;
}

.header-top__item:first-child {
  margin-left: 24px;
}

.header-top__item a {
  color: #333a42;
}

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

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

.header-top__solials {
  margin-left: 20px;
  display: block;
  line-height: 1;
}

.header-top__solials:last-child {
  margin-left: 0px;
}

.header-top__solials img {
  height: 14px;
  width: 14px;
}

.header-menu {
  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;
  padding: 6px 0px 5px 0px;
}

.header-menu__close {
  display: none;
}

.header-menu__search-mobile {
  display: none;
}

.header-menu__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-menu__logo strong{
  font-size: 40px;
  margin-bottom: 3px;
  display: block;
  font-weight: 400;
 line-height: 110%;
  text-transform: uppercase;
 }
 .header-menu__logo span {
   font-size: 21px;
  display: block;
  color: #798289;
  text-transform: uppercase;
  font-weight: 500;
 }
 
 .header-menu__logo p {
  text-align: left;
 margin-top2: 10px;
 }

/*.header-menu__logo img:first-child {*/
/*  margin-left: 25px;*/
/*}*/

.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  text-transform: uppercase;
}

.header-menu ul li {
  margin-left: 36px;
}

.header-menu ul a {
  padding-bottom: 33px;
}

.header-menu ul a[aria-current="page"] {
  border-bottom: 2px solid #e8709c;
  color: #e8709c;
}

.header-menu ul a:hover {
  border-bottom: 2px solid #e8709c;
  color: #e8709c;
}

.header-menu__bottom {
  display: none;
}

.header-menu__search {
  position: relative;
}

.header-menu__search-open {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-menu__search-open:hover {
  opacity: .8;
}

.header-menu__search-close {
  display: none;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-menu__search-close:hover {
  opacity: .8;
}

.header-menu__search.active .header-menu__search-close {
  display: block;
}

.header-menu__search.active .header-menu__search-open {
  display: none;
}

.header-menu__search .input-wrap-search {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
}

.header-menu__search .input-wrap-search .search-form {
  position: relative;
  z-index: 3000;
}

.header-menu__search .input-wrap-search .search-form #close-search {
  display: none;
}

.header-menu__search .input-wrap-search .search-form::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/search.svg);
}

.header-menu__search .input-wrap-search .search-form.load:before {
  background-image: url(../images/icons/load.svg);
}

.header-menu__search .input-wrap-search .search-form-block {
  position: absolute;
  z-index: 300;
  left: 0;
  width: calc(100% - 2px);
  top: 48px;
  background: #fff;
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid #999999;
  border-radius: 0px 0px 10px 10px;
  display: none;
}

.header-menu__search .input-wrap-search .search-form__item {
  padding: 8px 14px;
  font-size: 16px;
  display: block;
  border: 1px solid #f3f3f3;
}

.header-menu__search .input-wrap-search .search-form__item:hover {
  color: #e8709c;
}

.header-menu__search .input-wrap-search .search-form__category {
  color: #e8709c;
  font-size: 18px;
  display: block;
  padding: 10px 10px;
  text-align: center;
}

.header-menu__search .input-wrap-search .search-form__input {
  border: 1px solid #999999;
  font-size: 18px;
  color: #6b6e75;
  padding: 10px 10px;
  padding-right: 25px;
  outline: none;
  max-width: 100%;
  width: 250px;
}

.header-menu__search-mobile {
  display: none;
}

.header hr {
  border: none;
  margin: 0;
  background: #e1e1e1;
  height: 1px;
}

.header-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  margin-bottom: 20px;
}

.header-type__item {
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  max-width: 70px;
  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;
  margin: auto;
}

.header-type__item:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.header-type__item img {
  width: 100%;
  max-width: 100%;
  min-height: 60px;
}

.header-type__item span {
  font-size: 12px;
  display: block;
  line-height: 1;
}

.header-type__item .header-type__image-hover {
  display: none !important;
}

.header-type__item:hover .header-type__image-main {
  display: none !important;
}

.header-type__item:hover .header-type__image-hover {
  display: block !important;
}

.header-type__image {
  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;
  min-height: 70px;
}

@media (max-width: 1200px) {
  .header-top {
    background: #fff;
  }
  .header-top-block {
    display: none;
  }
  .header-top-block-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .header-top__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-top__center strong{
    font-size: 22px;
   margin-bottom: 4px;
   display: block;
   font-weight: 500;
   color: #e8709c;
   text-transform: uppercase;
   }
   .header-top__center span {
     font-size: 11px;
   display: block;
   line-height: 100%;
   color: #798289;
   text-transform: uppercase;
   }
   
   .header-top__center p {
    text-align: left;
   }
  .header-top__center img:first-child {
    margin-left: 7px;
  }
  .header-top__burger {
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header-top__burger:hover {
    opacity: .7;
  }
  .header-top__burger img {
    width: 80px;
    vertical-align: middle;
  }
  .header hr {
    background: #f0dae2;
  }
  .header-menu {
    background: #e8709c;
    position: fixed;
    left: 0;
    top: -200%;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 999999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-menu.active {
    top: 0;
  }
  .header-menu__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
  }
  .header-menu__close:hover {
    opacity: .8;
  }
  .header-menu__close img {
    width: inherit;
  }
  .header-menu__logo {
    display: none;
  }
  .header-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-menu ul li {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .header-menu ul li:last-child {
    margin-bottom: 0;
  }
  .header-menu ul a {
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 24px;
    padding-bottom: 0px;
    border-bottom: 2px solid transparent;
  }
  .header-menu ul a:hover {
    opacity: .5;
    color: #fff;
    border-bottom: 2px solid transparent;
  }
  .header-menu ul a[aria-current="page"] {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  .header-menu__search {
    display: none;
    position: relative;
    margin-bottom: 50px;
  }
  .header-menu__search-mobile {
    display: block;
  }
  .header-menu__search-mobile .input-wrap-search {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
  }
  .header-menu__search-mobile .input-wrap-search .search-form::before {
    top: 22px;
    bottom: auto;
  }
  .header-menu__search input {
    padding-left: 10px;
    padding-right: 35px;
    width: calc(344px - 45px);
    height: 36px;
    font-size: 18px;
    border: 1px solid #b2b2b2;
  }
  .header-menu__search img.no {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 17px;
  }
  .header-menu__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 260px;
    margin-top: 200px;
  }
  .header-menu__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-menu__social {
    margin-left: 20px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header-menu__social:hover {
    opacity: .7;
  }
  .header-menu__social:last-child {
    margin-left: 0px;
  }
  .header-menu__social img {
    height: 24px;
  }
  .header-menu__social:first-child img {
    height: 20px;
  }
  .header-menu__waze {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
  }
  .header-menu__waze:hover {
    opacity: .7;
  }
  .header-menu__waze span {
    margin: 0px 5px;
  }
  .header-menu__waze img {
    width: 23px;
    margin: 0px 5px;
  }
  .header-type__item img {
    min-height: 55px;
  }
  .header-menu__search .input-wrap-search .search-form-block {
    top: 57px;
  }
}

.ajax-search__not-found {
  padding: 8px 14px;
}

@media (max-width: 700px) {
  .header-type {
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .header-type .owl-stage-outer {
    position: relative;
    z-index: 20;
  }
  .header-type .owl-nav {
    position: absolute;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .header-type .owl-nav img {
    width: 20px;
  }
  .header-type .owl-prev {
    -webkit-transform: rotate(180deg) translateX(15px);
            transform: rotate(180deg) translateX(15px);
    z-index: 25;
  }
  .header-type .owl-next {
    -webkit-transform: rotate(0deg) translateX(15px);
            transform: rotate(0deg) translateX(15px);
    z-index: 25;
  }
  .header-type__item img {
    min-height: 55px;
  }
  .header-type__image {
    width: 50px;
  }
  .header .owl-item.active .header-type__image-main {
    display: none !important;
  }
  .header .owl-item.active .header-type__image-hover {
    display: block !important;
  }
}

@media (max-width: 500px) {
  .header-menu ul li {
    margin-bottom: 20px;
  }
  .header-menu ul a {
    font-size: 18px;
  }
  .header-menu__bottom {
    margin-top: 30px;
  }
  .header-top__center {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 340px) {
  .header-top__burger img {
    width: 50px;
  }
}


.footer {
  background: #333a42;
  color: #ffffff;
}

.footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0px;
}

.footer__about p {
  max-width: 260px;
  margin-top: 30px;
  margin-bottom: 15px;
}

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

.footer__logo strong{
  font-size: 40px;
  margin-bottom: 3px;
  display: block;
  font-weight: 400;
 line-height: 110%;
 color: #ff79a4;
  text-transform: uppercase;
 }
 .footer__logo span {
   font-size: 21px;
  display: block;
  color: #798289;
  text-transform: uppercase;
  font-weight: 500;
 }
 
 .footer__logo p {
  text-align: left;
  margin-top2: 10px;
 }

.footer__logo img:first-child {
  margin-right: 20px;
}

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

.footer__social {
  display: block;
  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;
  margin-right: 6px;
}

.footer__map {
  max-width: 296px;
  width: 100%;
  height: 262px;
}

.footer__map iframe {
  width: 100%;
  height: 100%;
  border: 4px solid #e8709c;
}

.footer__contacts {
  color: #fff;
}

.footer__contacts p {
  max-width: 320px;
  margin-bottom: 20px;
}

.footer__title {
  color: #e8709c;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 18px;
}

.footer__contact span {
  color: #e8709c;
}

.footer__contact a {
  color: #ffffff;
}

.footer-bottom {
  background: #e8709c;
}

.footer-bottom p {
  text-align: center;
  font-size: 18px;
  padding: 13px 0px;
}

@media (max-width: 1200px) {
  .footer {
    font-size: 18px;
    line-height: 130%;
  }
  .footer-block {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 30px 0px;
  }
  .footer__logo {
    max-width: 300px;
  }
  .footer__about p {
    margin: 20px auto;
    max-width: 320px;
  }
  .footer__socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__map {
    margin: 20px 0px;
    max-width: 420px;
    height: 247px;
  }
  .footer__map iframe {
    height: 100%;
  }
  .footer-bottom p {
    font-size: 14px;
  }
  .footer__title {
    margin-top: 5px;
  }
}

.main-slider {
  margin-top: 20px;
  margin-bottom: 70px;
  position: relative;
}

.main-slider__item {
  height: 748px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
}

.main-slider.mobile {
  /* display: none; */
}

.main-slider .owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.main-slider .owl-nav button.owl-prev, .main-slider .owl-nav button.owl-next {
  background: rgba(255, 255, 255, 0.7);
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0;
  border-radius: 0px;
}

.main-slider .owl-nav button.owl-prev:hover, .main-slider .owl-nav button.owl-next:hover {
  opacity: .8;
}

.main-slider .owl-nav button.owl-prev img, .main-slider .owl-nav button.owl-next img {
  max-width: 35px;
}

.main-slider .owl-nav button.owl-prev img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.single-format-standard .main-slider {
  margin-bottom: 0px;
}

@media (max-width: 1200px) {
  .main-slider {
    margin-bottom: 30px;
  }
  .main-slider__item {
    height: 520px;
  }
  .main-slider .owl-dots {
    margin-top: 20px;
  }
}

@media (max-width: 900px) {
  .main-slider {
    margin-bottom: 0px;
  }
  .main-slider__item {
    height: 470px;
  }
  .main-slider .owl-dots {
    margin-top: 20px;
  }
  .main-slider .owl-nav button.owl-prev, .main-slider .owl-nav button.owl-next {
    width: 42px;
    height: 42px;
  }
  .main-slider .owl-nav button.owl-prev img, .main-slider .owl-nav button.owl-next img {
    width: 28px;
    vertical-align: middle;
  }
  .main-slider .owl-dots {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .main-slider.desk {
    display: none;
  }
  .main-slider.mobile {
    display: block;
  }
}

@media (max-width: 500px) {
  .main-slider__item {
    height: 270px;
  }
}

.content-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 60px;
}

.content-wrap {
  width: calc(100% - 305px);
  max-width: calc(100% - 305px);
  margin-top: 20px;
}

.content-info {
  margin-top: 20px;
}

.content-info img {
  max-width: 100%;
  margin: 20px 0px;
}

.content-info iframe {
  max-width: 100%;
  margin: 20px 0px;
}

.content-info h1, .content-info h2, .content-info h3, .content-info h4 {
  margin: 30px 0px 10px 0px;
}

.content-info div {
  max-width: 100%;
}

.content__button {
  padding: 25px 0px;
  max-width: 420px;
  width: 100%;
  text-transform: uppercase;
  background: #f6f7f9;
  border-radius: 31px;
  text-align: center;
  display: block;
  margin-top: 20px;
}

.content__button span {
  position: relative;
  margin: auto;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.content__button span::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/icons/chevron.svg");
  width: 18px;
  height: 16px;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.content__button:hover {
  background: #e8709c;
  color: #ffffff;
}

.content__button:hover span:before {
  -webkit-transform: rotate(180deg) translateX(5px);
          transform: rotate(180deg) translateX(5px);
}

.content__title {
  font-size: 44px;
  text-transform: uppercase;
  font-family: 'Almoni-Regular';
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #b2b2b2;
}

@media (max-width: 1200px) {
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .content__title {
    font-size: 30px;
  }
}

@media (max-width: 900px) {
  .content-blog {
    margin-top: 60px;
  }
  .content__title {
    font-size: 22px;
  }
  .content-info {
    font-size: 14px;
  }
  .content__button {
    max-width: 223px;
    margin-top: 30px;
  }
  .content__button span {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media (max-width: 600px) {
  .content iframe {
    height: 262px;
  }
}

.search-form__input {
  border: 1px solid #999999;
  font-size: 18px;
  color: #6b6e75;
  padding: 10px 10px;
  padding-left: 25px;
  outline: none;
  max-width: 100%;
  width: 250px;
}

.awards {
  margin: 60px 0px;
}

.awards-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.awards__item {
  text-align: center;
}

.awards__image {
  background: #ff5c91;
  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;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin: auto;
}

.awards__image img {
  width: 90px;
}

.awards__coin {
  font-size: 48px;
  font-family: 'Ploni-Bold';
  color: #ff5c91;
  margin: 30px 0px 23px 0px;
  direction: ltr;
}

.awards__name {
  max-width: 200px;
  display: block;
  margin: auto;
}

@media (max-width: 1000px) {
  .awards-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .awards__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .awards__item:nth-child(3), .awards__item:nth-child(4) {
    margin-top: 57px;
  }
  .awards__name {
    font-size: 14px;
    line-height: 120%;
  }
}

@media (max-width: 600px) {
  .awards__image {
    background: #ff5c91;
    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;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: auto;
  }
  .awards__image img {
    width: 70px;
  }
}

.condition {
  padding: 60px 0px;
  background: #f6f7f9;
  clear: both;
}

.condition-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.condition__item {
  text-align: center;
}

.condition__item img {
  margin-bottom: 30px;
  height: 100px;
}

.condition__item p {
  margin: auto;
  font-size: 18px;
}

@media (max-width: 1000px) {
  .condition-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .condition__item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
  .condition__item:nth-child(3), .condition__item:nth-child(4) {
    margin-top: 60px;
  }
  .condition__image img {
    margin-bottom: 20px;
  }
  .condition p {
    font-size: 14px;
    line-height: 120%;
  }
}

@media (max-width: 500px) {
  .condition p br {
    display: none;
  }
}

.home_testimonials {
  font-size: 0;
  padding: 60px 0;
}

.home_testimonials .text {
  position: relative;
  overflow: hidden;
}

.home_testimonials .text:before {
  width: 23px;
  height: 16px;
  content: "";
  background: url(../images/icons/qq.png) no-repeat center center;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

.home_testimonials .text:after {
  width: 23px;
  height: 16px;
  content: "";
  background: url(../images/icons/qq.png) no-repeat center center;
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
}

.home_testimonials .text .d {
  font-size: 24px;
  color: #6b6e75;
  width: 90%;
  margin: 0 auto;
  line-height: 1.7;
  display: none;
}

.home_testimonials .text .d.active {
  display: block;
}

.home_testimonials .images {
  border-top: 1px solid #dfe1e3;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  padding-top: 25px;
}

.home_testimonials .images .img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  width: 55px;
  cursor: pointer;
  position: relative;
}

.home_testimonials .images .img.active {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #e8709c;
}

.home_testimonials .images .img.active:before,
.home_testimonials .images .img.active:after {
  content: '';
  border: solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: 79px;
  width: 0;
}

.home_testimonials .images .img {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.home_testimonials .images .img.active:after {
  border-top-color: #fff;
  border-width: 16px;
  margin-left: -18px;
}

.home_testimonials .images .img.active:before {
  border-top-color: #dfe1e3;
  border-width: 12px;
}

.home_testimonials .images .img img {
  border-radius: 50%;
}

@media (max-width: 720px) {
  .home_testimonials .images .img {
    width: 25px;
    height: 25px;
  }
  .home_testimonials {
    font-size: 0;
    padding: 60px 0 0px 0px;
  }
  .home_testimonials .text .d {
    font-size: 15px;
    color: #6b6e75;
    width: 85%;
    margin: 0 auto;
    line-height: 1.7;
    display: none;
  }
  .home_testimonials .images {
    width: 100%;
    margin-top: 20px;
  }
  .home_testimonials .images .img {
    margin: 0 3px;
  }
  .home_testimonials .images .img.active:before, .home_testimonials .images .img.active:after {
    bottom: 42px;
  }
}

/* parts */
.breadcrumbs {
  background: #f6f7f9;
}

.breadcrumbs-block {
  text-align: center;
  margin: auto;
  font-size: 14px;
  padding: 30px 0px;
  color: #e8709c;
  text-transform: uppercase;
  font-family: 'Ploni-Regular';
}

.breadcrumbs-block a {
  color: #000000;
  margin-right: 6px;
  margin-left: 6px;
  font-family: 'Ploni-Bold';
}

.breadcrumbs-block a:first-child {
  margin-left: 0;
}

.breadcrumbs-block a:hover {
  color: #e8709c;
}

.breadcrumbs-block span {
  font-family: 'Ploni-Bold';
  color: #e8709c;
  margin-left: 6px;
}

.breadcrumbs.pagetitle .breadcrumbs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}

.breadcrumbs.pagetitle .breadcrumbs-block .breadcrumbs-pagetitle {
  font-size: 22px;
  text-transform: initial;
}

@media (max-width: 1200px) {
  .breadcrumbs-block {
    padding: 15px 0px;
  }
}

@media (max-width: 800px) {
  .breadcrumbs-block {
    font-size: 12px;
  }
  .breadcrumbs.pagetitle .breadcrumbs-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .breadcrumbs-block.breadcrumbs-block-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .breadcrumbs.pagetitle .breadcrumbs-pagetitle {
    margin-bottom: 10px;
  }
}

.sidebar {
  max-width: 235px;
  width: 100%;
}

.sidebar__title {
  color: #e8709c;
  margin-bottom: 15px;
}

.sidebar__title:nth-child(3) {
  margin-top: 50px;
}

.sidebar__item {
  font-size: 18px;
  position: relative;
  padding: 15px 0px;
  padding-left: 16px;
  border-bottom: 1px solid #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar__item:first-child {
  border-top: 1px solid #b2b2b2;
}

.sidebar__item:hover p {
  color: #e8709c;
}

.sidebar__item p {
  -webkit-transition: .3s;
  transition: .3s;
}

.sidebar__item p:before {
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: url(../images/icons/check.svg) no-repeat center;
  width: 11px;
  height: 9px;
  background-size: cover;
}

.sidebar__item span {
  color: #b2b2b2;
}

.sidebar-articles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0px;
  border-bottom: 1px solid #b2b2b2;
  cursor: pointer;
}

.sidebar-articles__item:first-child {
  border-top: 1px solid #b2b2b2;
}

.sidebar-articles__item:hover p {
  color: #e8709c;
}

.sidebar-articles__image {
  width: 94px;
  min-width: 94px;
  height: 87px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sidebar-articles__info {
  margin-right: 26px;
}

.sidebar-articles__info span {
  color: #b2b2b2;
}

.sidebar-articles__info p {
  -webkit-transition: .3s;
  transition: .3s;
}

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

.sticky-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sticky-container-mobile {
  display: none;
  z-index: 400;
}

.sticky-container-call {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sticky-button {
  position: fixed;
  width: 60px;
  height: 60px;
  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;
  bottom: 30px;
  left: auto;
  z-index: 200;
  cursor: pointer;
  background: #e8709c;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 23.75px 1.25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 23.75px 1.25px rgba(0, 0, 0, 0.15);
}

.sticky-button:hover {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.sticky-button img {
  width: 100%;
  max-width: 33px;
}

@media (max-width: 900px) {
  .sticky-container {
    display: none;
  }
  .sticky-container-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0;
    background: #e8709c;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .sticky__item {
    padding: 20px 0px;
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #ffffff;
  }
  .sticky__item:last-child {
    border-right: 0px solid #ffffff;
  }

  .sticky__item:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    color: #fff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
  .sticky__item:nth-child(3) span {
    margin-left: 2px;
    font-size: 17px;
  }
  .sticky__item:nth-child(3) img {
    height: 17px;
  }
  .sticky__item img {
    width: 25px;
    vertical-align: middle;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .sticky__item img:hover {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/* page * / */
.product-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #333a42;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 300;
  position: relative;
}

.product-tabs.fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 400;
}

.product-tabs a {
  font-size: 20px;
  min-width: 220px;
  padding: 25px 0;
  color: #fff;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: 'Ploni-Bold';
  display: block;
  z-index: 300;
  position: relative;
  text-transform: uppercase;
}

.product-tabs a:hover {
  color: #ff5c91;
}

.product-tabs a.active {
  background: #ff5c91;
}

.product-tabs a.active:hover {
  color: #fff;
}

.product-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}

.product-left {
  max-width: 547px;
}
.product-left .owl-dots {
 margin-top: 5px;
}

.product-left .owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.product-left .owl-nav button.owl-prev, .product-left .owl-nav button.owl-next {
  background: rgba(255, 255, 255, 0.7);
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0;
  border-radius: 0px;
}

.product-left .owl-nav button.owl-prev img, .product-left .owl-nav button.owl-next img {
  max-width: 30px;
}

.product-left .owl-nav button.owl-prev:hover, .product-left .owl-nav button.owl-next:hover {
  opacity: .8;
}

.product-left .owl-nav button.owl-prev img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.product__sertificate {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 28px;
  color: #666666;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__sertificate p, .product__sertificate img {
  margin: 7px 0px;
}

.product__sertificate img {
  max-height: 44px;
  margin-right: 11px;
}

.product__image {
  width: 574px;
  max-width: 100%;
  height: 448px;
  background-size: cover;
  background-position: center;
}

.product-info {
  margin-right: 20px;
  width: 100%;
}

.product__title {
  font-size: 32px;
  font-family: 'Almoni-Regular';
  color: #ff5c91;
  margin-bottom: 20px;
  line-height: 120%;
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
}

.product__title-mobile {
  display: none;
}

.product__title::after {
  content: '';
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  bottom: 0;
  height: 1px;
  background: #ff5c91;
}

.product__subtitle {
  font-size: 20px;
  margin-bottom: 25px;
  font-family: 'Ploni-Bold';
  text-transform: uppercase;
}

.product__subtitle-mobile {
  display: none;
}

.product__description {
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 40px;
}

.product__description h2, .product__description h1, .product__description h3 {
  line-height: 100%;
}

.product__description ul {
  list-style: disc;
  padding-right: 17px;
  margin: 8px 0px;
}

.product__description span {
  color: #ff5c91;
  font-family: 'Ploni-Bold';
}

.product__description p {
  margin: 10px 0px;
}

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

.product__left {
  margin-left: 100px;
}

.product__left p {
  font-family: 'Ploni-Bold';
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.product__new, .product .product-wrap ins bdi  {
  font-size: 36px;
  color: #ff5c91;
  font-family: 'Ploni-Bold';
  margin-left: 30px;
  direction: rtl;
}

.product__old, .product .product-wrap bdi {
  font-size: 24px;
  color: #b2b2b2;
  position: relative;
  direction: rtl;
}

.product-wrap ins bdi::before {
  display: none;
}

.product__old::before, .product .product-wrap bdi::before {
  content: '';
  position: absolute;
  left: -10%;
  right: 0;
  width: 130%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  background: #b2b2b2;
}

.product__right {
  position: relative;
}

.product__right .product__right-wrapper {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
}


.product__right .product__right-wrapper strong {
	font-weight: 400;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

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

.product__right .product__right-wrapper img {
	position: absolute;
	width: 22px;
	left: -30px;
	top: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

.product__right .product__right-wrapper img:hover {
	opacity: .6;
}

.product__right-info {
	position: absolute;
  width: 300px;
	background: #fff;
	border: 1px solid #e8709c;
  padding: 15px;
  z-index: 300;
  top: 25px;
	display: none;
}
.product__right-info.active {
  display: block;
}

@media (max-width: 1000px) {
  .product__right-info {
    left: 0px;
    width: 250px;
  }
}

@media (max-width: 500px) {
  .product__right {
    padding-left: 20px;
  }
}

.product__market {
  font-size: 36px;
  color: #b2b2b2;
}

.product__button {
  padding: 17px 0px;
  width: 100%;
  border-radius: 24px;
  font-size: 20px;
}

.product__button-call {
  background: #e9e8e8;
  color: #000000;
  margin-top: 8px;
  border: 1px solid #e9e8e8;
}

.product__button-call:hover {
  background: #818181;
  border: 1px solid #e1dfdf;
  color: #fff;
}

.product__button-call-mobile {
  display: none;
}

.product__button-wrap {
  margin-top: 40px;
}

.product-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  max-width: 800px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-category__item {
  border: 1px solid transparent;
  color: #a5a8ae;
  padding: 7px 15px;
  font-size: 18px;
  margin: 10px 10px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}
.product-category__item span {
  display: block;
}

.product-category__item.active {
  border: 1px solid #e8709c;
  color: #4b4e53;
}

.product-category__item:hover {
  border: 1px solid #e8709c;
  color: #4b4e53;
}

del, ins {
  text-decoration: none !important;
}

@media (max-width: 1200px) {
  .product-tabs {
    text-align: center;
  }
  .product-tabs a {
    font-size: 18px;
  }
  .product-tabs .owl-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 0;
    bottom: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 320px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
  }
  .product-tabs .owl-nav button.owl-prev, .product-tabs .owl-nav button.owl-next {
    width: 20px;
    padding: 0;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0;
    border-radius: 0px;
  }
  .product-tabs .owl-nav button.owl-prev img, .product-tabs .owl-nav button.owl-next img {
    vertical-align: middle;
  }
  .product-tabs .owl-nav button.owl-prev:hover, .product-tabs .owl-nav button.owl-next:hover {
    opacity: .8;
  }
  .product-tabs .owl-nav button.owl-prev img {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .product-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 547px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-info {
    margin-right: 0px;
  }
  .product__title {
    display: none;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .product__title-mobile {
    display: block;
    text-align: right;
  }
  .product__subtitle {
    display: none;
    font-size: 18px;
    margin-bottom: 15px;
    width: 100%;
    text-align: right;
  }
  .product__subtitle-mobile {
    display: block;
  }
  .product__sertificate {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    margin-top: 20px;
  }
  .product__sertificate p {
    font-size: 18px;
  }
  .product__sertificate img {
    max-height: 40px;
  }
  .product__description {
    margin-top: 30px;
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  .product__price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product .owl-dots {
    margin-top: 10px;
  }
}

@media (max-width: 1000px) {
  .product-left {
    max-width: 600px;
    width: 100%;
  }
  .product-left .owl-nav button.owl-prev, .product-left .owl-nav button.owl-next {
    width: 42px;
    height: 42px;
  }
  .product-left .owl-nav button.owl-prev img, .product-left .owl-nav button.owl-next img {
    max-width: 24px;
  }
  .product__price {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 400px;
    margin: auto;
  }
  .product__image {
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
  .product__left {
    margin-left: 0px;
  }
  .product__new, .product .product-wrap bdi {
    font-size: 30px;
  }
  .product__old, .product .product-wrap ins bdi {
    font-size: 18px;
  }
  .product__right .product__right-wrapper, .product__left p {
    font-size: 16px;
  }
  .product__market {
    font-size: 30px;
  }
  .product__button {
    font-size: 16px;
    padding: 9px 0px;
  }
  .product__button-call {
    margin-top: 20px;
  }
}

@media (max-width: 450px) {
  body .product {
    margin-top: 0px;
  }
  .product-block {
    margin-top: 20px;
  }
  .product-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .product__new, .product .product-wrap bdi {
    margin-left: 10px;
    font-size: 20px;
  }
  .product__old, .product .product-wrap ins bdi {
    font-size: 22px;
    line-height: 1;
  }
  .product__right .product__right-wrapper, .product__left p {
    font-size: 15px;
  }
  .product__market {
    font-size: 25px;
  }
  .product__sertificate {
    margin-top: 10px;
  }
  .product__sertificate img {
    max-height: 30px;
  }
  .product__image {
    height: 250px;
  }
  .product__button-call-desk {
    display: none;
  }
  .product__button-call-mobile {
    display: block;
    text-align: center;
  }
  .product-category {
    margin-top: 30px;
  }
  .product-category__item {
    padding: 4px 8px;
    font-size: 16px;
    margin: 5px 6px;
  }
}

.mini-gallery-block {
  max-width: 1010px;
  margin: auto;
}

.mini-gallery__item {
  width: 320px;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  display: block;
}

.mini-gallery .owl-dots {
  margin-top: 20px;
}

.mini-gallery .owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 120%;
  left: -10%;
  top: -10%;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: -4;
}

.mini-gallery .owl-nav button.owl-prev, .mini-gallery .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0;
  border-radius: 0px;
}

.mini-gallery .owl-nav button.owl-prev:hover, .mini-gallery .owl-nav button.owl-next:hover {
  opacity: .8;
}

.mini-gallery .owl-nav button.owl-prev {
  left: -50px;
}

.mini-gallery .owl-nav button.owl-prev img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.mini-gallery .owl-nav button.owl-next {
  right: -50px;
}

@media (max-width: 1200px) {
  .mini-gallery .owl-nav {
    width: 100%;
    left: 0;
  }
  .mini-gallery__item {
    height: 200px;
    width: 100%;
    max-width: 90%;
  }
}

@media (max-width: 1100px) {
  .mini-gallery .owl-nav {
    width: 110%;
    left: -5%;
  }
}

@media (max-width: 1000px) {
  .mini-gallery__item {
    height: 200px;
    width: 100%;
    max-width: 90%;
  }
  .mini-gallery-block {
    padding-top: 70px;
  }
  .mini-gallery .owl-nav {
    top: -5px;
    bottom: auto;
    width: 100%;
    max-width: 220px;
    margin: auto;
    left: 0;
    border-radius: 24px;
    border: 1px solid #b2b2b2;
    right: 0;
  }
  .mini-gallery .owl-dots {
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .mini-gallery__item {
    height: 180px;
    max-width: 100%;
  }
}

@media (max-width: 450px) {
  .mini-gallery__item {
    height: 140px;
  }
}

.product-about-info {
  margin-bottom: 60px;
  line-height: 150%;
}
.product-about {
  margin: 60px 0px;
}

.product-about-info iframe {
  width: 100%;
  height: 600px;
  margin: 20px 0px;
}

.product-about-info p, .product-about-info h1, .product-about-info h2, .product-about-info h3, .product-about-info h4, .product-about-info strong {
  max-width: 100%;
  display: block;
  margin: auto;
}

.product-about-info strong {
  font-family: 'Ploni-Bold';
}

.product-about-info h2 {
  font-size: 32px;
  color: #333a42;
  margin-top: 15px;
  margin-bottom: 10px;
}

.product-about-info h3, .product-about-info h4, .product-about-info h5 {
  font-size: 22px;
}

.product-about-info img {
  max-width: 100%;
}

.product-about-info div {
  max-width: 100%;
}

.product-about-info ul {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  list-style: disc;
}

.product-about-info p {
  margin-top: 5px;
  margin-bottom: 10px;
}

.product-about-info span {
  display: inline-block;
}

@media (max-width: 900px) {
  .product-about p, .product-about h1, .product-about h2, .product-about h3, .product-about h4, .product-about span, .product-about strong {
    max-width: 600px;
    width: 100%;
  }
  .product-about h2, .product-about h3, .product-about h4 {
    font-size: 22px;
  }
  .product-about-info {
    font-size: 14px;
  }
  .product-about-info iframe {
    height: 340px;
  }
  .product-about .title-line {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .product-about-info span {
    display: inline;
  }
  .product-about p, .product-about h1, .product-about h2, .product-about h3, .product-about h4, .product-about span, .product-about strong {
    max-width: 600px;
    width: 100%;
  }
  .product-about h2, .product-about h3, .product-about h4 {
    font-size: 22px;
  }
  .product-about-info {
    font-size: 14px;
  }
  .product-about-info iframe {
    height: 262px;
  }
}

.catalog-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.catalog__item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-right: 20px;
}

.catalog__item:nth-child(3n) {
  margin-right: 0px;
}

.beforeafter__item {
  height: 300px;
  width: 500px;
  border-radius: 5px;
  overflow: hidden;
}

.beforeafter__item:nth-child(2n) {
  margin-right: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.beforeafter__image {
  width: 100%;
  height: auto;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.beforeafter__button {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 3000;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 14px;
  padding: 8px 10px;
  font-family: 'Inter-SemiBold', sans-serif;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.beforeafter__button:hover {
  background: rgba(255, 255, 255, 0.3);
}

.beforeafter__name {
  position: absolute;
  font-size: 20px;
  z-index: 3000;
  line-height: 130%;
  color: #fff;
  top: 15px;
  left: 15px;
  max-width: 95%;
}

.beforeafter__button-all {
  background: rgba(59, 110, 173, 0.1);
  border-radius: 5px;
  color: #3B6EAD;
  padding: 8px 15px;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 40px;
  display: block;
}

.beforeafter__button-all:hover {
  background: #3B6EAD;
  color: #fff;
}

.twentytwenty-overlay::after {
  content: '';
  top: 0;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  position: absolute;
}

.twentytwenty-handle {
  border: 3px solid #ff5c91;
}

.twentytwenty-right-arrow {
  border-left: 6px solid #ff5c91;
}

.twentytwenty-left-arrow {
  border-right: 6px solid #ff5c91;
}

.twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before {
  background: #ff5c91;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 600px) {
  .beforeafter__item {
    width: 100%;
    height: 200px;
  }
  .beforeafter__image {
    height: 200px;
  }
}

.main .main-slider {
  margin-bottom: 0px;
  margin-top: 0px;
}

.main .main-slider__item {
  min-height: 700px;
}

.main .main-slider .owl-dots {
  margin-top: -30px;
  z-index: 30;
  position: relative;
}

.main .main-slider .owl-theme .owl-dots .owl-dot.active span, .main .main-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #e8709c;
}

.main-gallery {
  background: #f6f7f9;
  padding: 60px 0px;
}

.main-gallery-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-gallery__item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.main-gallery__item:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #222222;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
  margin: auto;
  z-index: 3;
  opacity: 0;
}

.main-gallery__item:before {
  content: '';
  width: 45px;
  height: 45px;
  background: url(../images/icons/o_b.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
  margin: auto;
  z-index: -1;
  opacity: 1;
}

.main-gallery__item:hover:after {
  opacity: .4;
}

.main-gallery__item:hover:before {
  opacity: 1;
  z-index: 40;
}

.main-gallery__button {
  padding: 15px 55px;
  margin-top: 30px;
  font-size: 17px;
}

@media (max-width: 1250px) {
  .main-gallery__item {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    margin: 5px;
  }
}

@media (max-width: 900px) {
  .main .main-slider__item {
    min-height: 400px;
    height: 400px;
  }
  .main-gallery__item {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    margin: 5px;
    height: 200px;
  }
}

@media (max-width: 500px) {
  .main .main-slider__item {
    min-height: 600px;
    height: 600px;
  }
  .main-gallery__item {
    height: 150px;
  }
}

.about {
  background: #f6f7f9;
  padding: 60px 0px;
}

.about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-left {
  max-width: 48%;
  position: relative;
  cursor: pointer;
}

.about-left a {
  display: block;
}

.about-left:before {
  content: '';
  position: absolute;
  width: 58px;
  height: 58px;
  background: url(../images/icons/play.png) no-repeat center center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: pulse 3s infinite;
          animation: pulse 3s infinite;
  cursor: pointer;
  pointer-events: none;
}

.about-left:hover:before {
  -webkit-animation: pulse 8s infinite;
          animation: pulse 8s infinite;
}

.about-left img {
  width: 100%;
  height: auto;
}

.about-right {
  max-width: 48%;
  width: 100%;
}

.about-faq__answer {
  line-height: 130%;
  margin-top: 12px;
  font-size: 16px;
  color: #6b6e75;
  line-height: 140%;
  display: none;
}

.about-faq__answer a {
  background: #ff5c91;
  text-align: center;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 5px 8px;
}

.about-faq__answer a:hover {
  opacity: .9;
}

.about-faq-questions {
  list-style: none;
}

.about-faq-questions li {
  -webkit-transition: .3s;
  transition: .3s;
  width: calc(100% - 40px);
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  background: #ffffff;
  padding: 10px 20px;
  overflow: hidden;
  border: 1px solid transparent;
}

.about-faq-questions li.opened {
  border: 1px solid #e8709c;
}

.about-faq-questions li.opened .about-faq__question::before {
  content: "-";
}

.about-faq-questions > li .about-faq__question {
  cursor: pointer;
  padding-right: 30px;
  font-size: 20px;
  color: #e8709c;
  position: relative;
  line-height: 130%;
  position: relative;
  width: calc(100% - 30px);
  display: block;
}

.about-faq-questions > li .about-faq__question::before {
  position: absolute;
  content: "+";
  font-size: 26px;
  color: #323942;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 13px;
  margin-top: -15px;
}

.page-template-templates .about {
  background: #fff;
}

.single-post .main-slider .owl-dots {
  margin-top: 20px;
}

.about-content {
  padding: 60px 0;
  background: #f6f7f9;
  line-height: 140%;
  color: #6b6e75;
  font-size: 18px;
}

.about-content h1, .about-content h2, .about-content h3, .about-content h4 {
  margin: 20px 0px 30px;
}

img.alignleft {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

img.alignright {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

img.aligncenter {
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: auto;
  display: block;
}

body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output, body .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 15px 0px;
}

.wpcf7-not-valid-tip {
  margin: 7px 0px;
}

@media (max-width: 1000px) {
  .about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-left {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .about-right {
    max-width: 100%;
  }
}

@media (max-width: 1000px) {
  .about-faq-questions > li .about-faq__question {
    font-size: 18px;
  }
  .about-faq-questions > li .about-faq__answer {
    font-size: 14px;
  }
}

.service {
  margin: 60px 0px;
}

.service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service__item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-left: 20px;
  margin-top: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

.service__item:nth-child(3n) {
  margin-left: 0px;
}

.service__item.load {
  opacity: 0;
}

.service__image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: block;
}

.service-info {
  background: #f6f7f9;
  padding: 25px 10px;
}

.service__name {
  text-align: center;
  line-height: 130%;
  max-width: 90%;
  min-height: 92px;
  margin: auto;
  display: block;
}

.service__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 20px 0px 10px 0px;
  min-height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.service__new, .service .service-info ins bdi{
  color: #ff5c91;
  font-size: 32px;
  margin: 0px 8px;
  direction: rtl;
  font-family: 'Ploni-Bold';
}

.service__old, .service .service-info bdi {
  color: #b2b2b2;
  font-size: 24px;
  margin: 0px 8px;
  direction: rtl;
}

.service__button, .service__more {
  display: block;
  width: 220px;
  height: 40px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  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;
  margin: auto;
  font-size: 16px;
}

.service__button {
  background: #ff5c91;
  color: #ffffff;
  margin-top: 25px;
  border: 1px solid #ff5c91;
}

.service__button:hover {
  background: #ffffff;
  color: #e8709c;
  border: 1px solid #ffffff;
}

.service__more {
  background: transparent;
  margin-top: 20px;
  border: 1px solid #d5d8e1;
}

.service__more:hover {
  background: #ff5c91;
  color: #ffffff;
  border: 1px solid #ff5c91;
}

@media (max-width: 1250px) {
  .service__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0px;
  }
  .service__item:first-child {
    margin-top: 0px;
  }
  .service__image {
    height: 330px;
  }
}

@media (max-width: 1000px) {
  .service__new, .service .service-info bdi {
    font-size: 22px;
  }
  .service__old, .service .service-info ins bdi {
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  .service__image {
    height: 250px;
  }
  .service__name {
    min-height: auto;
  }
  .service__price {
    min-height: auto;
  }
}

.news {
  margin: 60px 0px;
}

.news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news__item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-left: 20px;
  margin-top: 30px;
}

.news__item:nth-child(3n) {
  margin-left: 0px;
}

.news__image {
  width: 100%;
  height: 330px;
  background-size: cover;
  background-position: center;
}

.news-info {
  padding: 25px;
  border: 1px solid #d7d7d7;
}

.news__date {
  font-size: 14px;
}

.news__name {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 110%;
  min-height: 50px;
}

.news__button {
  padding: 15px 55px;
  margin-top: 30px;
  font-size: 17px;
}

@media (max-width: 1250px) {
  .news__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0px;
  }
  .news__item:first-child {
    margin-top: 0px;
  }
  .news__image {
    height: 330px;
  }
}

@media (max-width: 900px) {
  .news__image {
    height: 280px;
  }
}

@media (max-width: 500px) {
  .news__name {
    min-height: auto;
  }
  .news__image {
    height: 250px;
  }
  .about-content {
    line-height: 140%;
    font-size: 16px;
  }
  img.alignleft, img.alignright, img.aligncenter {
    float: none;
    display: block;
    width: auto;
    text-align: center;
    margin: 10px auto;
  }
}

.team {
  padding: 60px 0px;
  background: #f6f7f9;
}

.team-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team__item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-left: 20px;
  margin-top: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

.team__item:nth-child(3n) {
  margin-left: 0px;
}

.team__image {
  width: 100%;
  height: 330px;
  background-size: cover;
  background-position: top;
}

.team-info {
  padding: 25px 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.team__date {
  font-size: 14px;
}

.team__name {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 120%;
}

.team__description {
  text-align: center;
  height: 50px;
  overflow: hidden;
  line-height: 120%;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
}

.team__description.open {
  height: auto;
}

.team__more {
  text-align: center;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 5px;
}

.team__more:hover {
  opacity: .8;
}

.team__more .hide {
  display: none;
}

.team__more.active .hide {
  display: block;
}

.team__more.active .show {
  display: none;
}

.team__button {
  padding: 15px 55px;
  margin-top: 30px;
  font-size: 17px;
}

@media (max-width: 1250px) {
  .team__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0px;
  }
  .team__item:first-child {
    margin-top: 0px;
  }
  .team__image {
    height: 450px;
  }
}

@media (max-width: 900px) {
  .team__image {
    height: 350px;
  }
}

@media (max-width: 500px) {
  .team__image {
    height: 250px;
  }
}

.contacts {
  margin-bottom: 60px;
}

.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: #6b6e75;
}

.contacts-block a {
  color: #6b6e75;
}

.contacts__map {
  margin: 60px 0px;
}

.contacts__map iframe {
  height: 350px;
}

.contacts-left {
  width: 69%;
}

.contacts-left__info {
  margin-top: 25px;
  line-height: 130%;
  font-size: 20px;
}

.contacts-left__form {
  margin-top: 20px;
}

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

.contacts-left input {
  height: 55px;
  line-height: 53px;
  width: calc(100% - 50px);
  font-size: 20px;
  color: #6b6e75;
  padding: 0 25px;
  border: 1px solid #999999;
  outline: none;
}

.contacts-left textarea {
  resize: none;
  height: 240px;
  line-height: 1.7;
  width: calc(100% - 50px);
  font-size: 20px;
  color: #6b6e75;
  padding: 15px 25px;
  border: 1px solid #999999;
  outline: none;
  margin-top: 20px;
}

.contacts-left [type="submit"] {
  color: #ffffff;
  display: inline-block;
  margin-top: 10px;
  border: 1px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 220px;
}

.contacts-left [type="submit"]:hover {
  border: 1px solid #e8709c;
  color: #e8709c;
}

.contacts-right {
  width: 29%;
}

.contacts-right__item {
  padding: 3px 0px;
  line-height: 130%;
}

.contacts-right p {
  line-height: 130%;
}

.contacts-right__wrap {
  margin-top: 25px;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
}

.contacts-right__socials {
  margin-top: 20px;
}

.contacts-right__socials a {
  margin-right: 5px;
}

.contacts-right__socials a:last-child {
  margin-right: 0px;
}

.contacts__title {
  font-size: 24px;
  color: #e8709c;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #c9c9c9;
}

.contacts .contacts-left__row .wpcf7-form-control-wrap {
  width: 32%;
  margin-left: 20px;
}

.contacts .contacts-left__row .wpcf7-form-control-wrap:last-child {
  margin-left: 0;
}

@media (max-width: 1000px) {
  .contacts-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contacts-left {
    width: 100%;
  }
  .contacts-right {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .contacts__map {
    margin: 30px 0px;
  }
  .contacts__map iframe {
    height: 250px;
  }
  .contacts__title {
    font-size: 22px;
  }
  .contacts-left__info {
    font-size: 18px;
  }
  .contacts-left__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-left input {
    width: calc(100% - 50px);
    margin-top: 20px;
    font-size: 18px;
  }
  .contacts-left input:first-child {
    margin-top: 0px;
  }
  .contacts-left textarea {
    font-size: 18px;
  }
  .contacts-left [type="submit"] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 215px;
  }
  .contacts-right__wrap {
    font-size: 18px;
  }
  .contacts .contacts-left__row .wpcf7-form-control-wrap {
    width: 100%;
    margin-left: 0;
  }
}

.feedback {
  margin: 30px 0px 60px 0px;
}

.feedback-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feedback__item {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-left: 30px;
  display: block;
  margin-top: 30px;
}

.feedback__item:nth-child(2n) {
  margin-left: 0px;
}

.feedback__name {
  padding: 14px;
  font-size: 18px;
  text-align: center;
  display: block;
  background: #e8709c;
  color: #ffffff;
}

.feedback__image {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
}

.feedback__image:before {
  content: '';
  position: absolute;
  width: 58px;
  height: 58px;
  background: url(../images/icons/play.png) no-repeat center center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: pulse 3s infinite;
          animation: pulse 3s infinite;
  cursor: pointer;
  pointer-events: none;
}

.feedback__image:hover:before {
  opacity: .9;
}

@media (max-width: 1000px) {
  .feedback {
    margin: 40px 0px 60px 0px;
  }
  .feedback__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0px;
  }
  .feedback__item:first-child {
    margin-top: 0px;
  }
}

@media (max-width: 450px) {
  .feedback__image {
    height: 200px;
  }
}

.blog-block {
  width: calc(100% - 305px);
  max-width: calc(100% - 305px);
}

.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

.blog__item:last-child {
  margin-bottom: 0px;
}

.blog-data__title {
  font-size: 36px;
  margin-left: 30px;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
  min-width: 85px;
  padding: 10px 0px;
  font-size: 36px;
  color: #e8709c;
  line-height: 110%;
  text-align: center;
}

.blog-data__title span {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #6b6e75;
  margin-top: 5px;
  text-transform: uppercase;
}

.blog-data__box {
  font-size: 36px;
  margin-left: 30px;
  border-left: 1px solid #cccccc;
  text-align: center;
  height: 75px;
  font-size: 36px;
  color: #e8709c;
}

.blog-info {
  width: 100%;
}

.blog-info__image {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}

.blog-info__title {
  margin-bottom: 15px;
  display: block;
  font-size: 32px;
  color: #4a515c;
}

.blog-info__description {
  color: #6b6e75;
  font-size: 16px;
  margin-bottom: 20px;
}

.blog-info__button {
  font-size: 16px;
  color: #ffffff;
  padding: 7px 25px;
  background: #e8709c;
  text-transform: uppercase;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  float: left;
}

@media (max-width: 1200px) {
  .blog-block {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1000px) {
  .blog-info__image {
    height: 400px;
  }
}

@media (max-width: 900px) {
  .blog-info__title {
    font-size: 22px;
  }
  .blog-info__name {
    font-size: 22px;
  }
  .blog-info__image {
    height: 300px;
  }
}

@media (max-width: 500px) {
  .blog-info__image {
    height: 150px;
  }
  .blog-data__title {
    min-width: 60px;
    font-size: 22px;
  }
  .blog-data__title span {
    margin-top: 2px;
    font-size: 13px;
  }
}
/*# sourceMappingURL=he-style.css.map */

.sale {
  margin: 60px 0px;
  overflow-x: hidden;
}

.sale-banner {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 60%;
  background: #e4e0d4;
}

.sale-banner img {
  width: 100%;
  max-height: 320px;
  width: auto;
  margin: auto;
  display: block;
}

.sale-banner__date {
  background: #e8709c;
  color: #fff;
  font-size: 32px;
  text-align: center;
  padding: 10px 0px;
  display: none;
  text-transform: uppercase;
}

.sale-banner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 0px;
  text-align: center;
  max-height: 320px;
}

.sale-banner__left p {
  font-size: 32px;
  color: #333a42;
}

.sale-banner__left span {
  display: block;
  font-family: 'Ploni-Bold';
  font-size: 72px;
  line-height: 100%;
  text-transform: uppercase;
  color: #333a42;
}

.sale-banner__right p {
  font-size: 120px;
  color: #ff5c91;
  font-family: 'Ploni-Bold';
  line-height: 110%;
}

.sale-banner__right span {
  display: block;
  font-size: 32px;
  line-height: 110%;
  color: #333a42;
}

.sale-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sale-top__title {
  font-size: 32px;
  color: #ff5c91;
  text-transform: uppercase;
  font-family: 'Ploni-Bold';
}

.sale-top__count {
  color: #808080;
}

.sale-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sale__item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  margin-left: 20px;
  margin-top: 30px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.sale__item:hover .sale__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sale__item:nth-child(3n) {
  margin-left: 0px;
}

.sale__item.load {
  opacity: 0;
}

.sale__marker {
  position: absolute;
  left: 5px;
  top: 5px;
  background: #ff5c91;
  border-radius: 50%;
  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;
  width: 92px;
  height: 92px;
  color: #fff;
  display: flex;
}

.sale__marker span {
  font-size: 32px;
  font-family: 'Ploni-Bold';
  margin-top: 6px;
  direction: ltr;
}

.sale__marker p {
  font-size: 20px;
  border-top: 1px solid #fff;
  padding-top: 4px;
  text-transform: uppercase;
}

.sale__image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

.sale-info {
  padding: 25px 0px;
}

.sale__name {
  text-align: right;
  line-height: 130%;
  max-width: 100%;
  margin: auto;
  margin-bottom: 10px;
  min-height: 64px;
}

.sale__subtitle {
  color: #999999;
  min-height: 60px;
}

.sale__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 20px 0px 10px 0px;
  min-height: 40px;
  margin-left: -8px;
  margin-right: -8px;
}

.sale__new, .sale .sale-info ins bdi {
  color: #ff5c91;
  font-size: 32px;
  margin: 0px 8px;
  font-family: 'Ploni-Bold';
}

.sale__old, .sale .sale-info bdi {
  color: #b2b2b2;
  font-size: 24px;
  margin: 0px 8px;
}

.sale__button, .sale__more {
  display: block;
  width: 220px;
  height: 40px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  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;
  margin: auto;
  font-size: 16px;
}

.sale__button {
  background: #ff5c91;
  color: #ffffff;
  margin-top: 25px;
  border: 1px solid #ff5c91;
}

.sale__button:hover {
  background: #ffffff;
  color: #ff5c91;
  border: 1px solid #ffffff;
}

.sale__button-wrap {
  position: absolute;
  background: rgba(51, 58, 66, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  display: none;
}

.sale__button-wrap .btn {
  margin: 10px auto;
  font-size: 12px;
  max-width: 90%;
  padding: 12px 0px;
}

.sale__more {
  background: transparent;
  margin-top: 20px;
  border: 1px solid #d5d8e1;
}

.sale__more:hover {
  background: #ff5c91;
  color: #ffffff;
  border: 1px solid #ff5c91;
}

.sale__trigger {
  font-size: 14px;
  color: #999999;
}

.elem_filter_select {
  text-transform: none;
  width: 300px;
  border-color: transparent;
  border-bottom: 1px solid #808080;
  color: #808080;
  margin-bottom: 10px;
  outline: none;
}

.elem_filter_select:focus, .elem_filter_select:hover, .elem_filter_select:active {
  outline: none;
}

@media (max-width: 1250px) {
  .sale__item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .sale__image {
    height: 330px;
  }
  .sale__item:nth-child(3n) {
    margin-left: 20px;
  }
  .sale__item:nth-child(2n) {
    margin-left: 0px;
  }
}

@media (max-width: 1200px) {
  .sale__button-wrap {
    position: relative;
    height: auto;
    display: block;
    background: transparent;
  }
  .sale__button-wrap .btn {
    max-width: 100%;
  }
  .sale__item:hover .sale__button-wrap {
    display: block;
  }
}

@media (max-width: 800px) {
  .sale__new, .sale .sale-info bdi {
    font-size: 22px;
  }
  .sale__old, .sale .sale-info ins bdi {
    font-size: 22px;
  }
  .sale__item:nth-child(3n) {
    margin-left: 0px;
  }
  .sale__item:nth-child(2n) {
    margin-left: 0px;
  }
  .sale__image {
    height: 230px;
  }
}

@media (max-width: 700px) {
  .sale-top__title {
    display: none;
  }
  .sale-top__filter {
    width: 100%;
    text-align: center;
  }
  .sale-top .elem_filter_select {
    font-size: 14px;
    width: auto;
  }
  .sale__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0px;
  }
  .sale__new, .sale .sale-info bdi {
    font-size: 22px;
  }
  .sale__old, .sale .sale-info ins bdi {
    font-size: 22px;
  }
  .sale__item:nth-child(3n) {
    margin-left: 0px;
  }
  .sale__name {
    min-height: auto;
  }
  .sale__subtitle {
    min-height: auto;
  }
  .sale__price {
    min-height: auto;
  }
  .sale-info {
    max-width: 280px;
    margin: auto;
  }
  .sale__button-wrap {
    max-width: 320px;
    margin: auto;
  }
}

@media (max-width: 500px) {
  .sale-banner {
    background: transparent;
  }
  .sale-banner img {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    width: 100%;
  }
  .sale-banner__date {
    display: block;
  }
  .sale__image {
    height: 250px;
    margin: auto -40px;
    width: auto;
  }
  .sale-info {
    max-width: 280px;
    margin: auto;
  }
  .sale__button-wrap {
    max-width: 320px;
    margin: auto;
  }
}
/*# sourceMappingURL=he-style.css.map */


.fancybox-slide--iframe .fancybox-content {
  border: 10px solid #fff;
  border-radius: 4px;
}


.footer__cart {
  background: #e8709c;
  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;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 20px auto 10px auto;
  display: none;
}
.footer__cart img {
  width: 18px;
}




.product-blocks {
  margin: 60px auto;
}
.products-blocks__image {
  width: 100%; 
}
.product-blocks .feedback__image {
  height: 400px;
  margin-right: 0px;
}
.product-blocks .feedback__item {
  margin-right: 0px;
  max-width: 700px;
  margin: 30px auto;
}
.product-blocks img {
  width: 100%;
}

.product-blocks iframe {
  max-width: 100%;
  width: 100%;
}
.product-blocks.iframe-block .product__description {
  padding-bottom: 0px;
}
/*@media (max-width: 900px) {*/
/*  .product-blocks iframe {*/
/*    height: 400px;*/
/*  } */
/*}*/

@media (max-width: 600px) {
  .product-blocks iframe {
      max-width: 100%;
      width: 100%;
      /*height: 250px;*/
  } 
}

@media (max-width: 400px) {
  .product-blocks iframe {
      max-width: 100%;
      width: 100%;
      height: 180px;
  } 
}



@media (max-width: 600px) {
  .footer__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-blocks .feedback__image {
    height: 200px;
  }
}

a.main-slider__item::before {
  content: '';
  position: absolute;
  width: 58px;
  height: 58px;
  background: url(../images/icons/play.png) no-repeat center center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
  cursor: pointer;
  z-index: 20;
}

.main-slider__img {
  position: relative;
  display: block;
}
a.main-slider__img::before {
  content: '';
  position: absolute;
  width: 58px;
  height: 58px;
  background: url(../images/icons/play.png) no-repeat center center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
  cursor: pointer;
  z-index: 20;
}


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.product-table {
	margin: 60px 0px;
}

.product-table table {
	width: 100%;
}

.product-table table {
	font-size: 20px;
}

.product-table table tr:first-child {
	text-transform: uppercase;
}

.product-table table td {
	padding: 18px;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

.product-table table tr:first-child td {
	background: #ebebeb;
}

.product-table-mobile {
	display: none;
}

.product-table table tr td:first-child {
	border-right: 0px;
}
.product-table__title {
  display: block;
  text-align: center;
}

@media (max-width: 900px) {
	.product-table-desk {
		display: none;
  }
  .product-table-mobile {
    display: block;
  }

	.product-table-mobile table {
		margin-bottom: 20px;
	}

	.product-table-mobile tr td:first-child {
		width: 30%;
	}

	.product-table-mobile tr:first-child td:last-child {
		text-align: right;
		;
	}
}

@media (max-width: 500px) {
 

	.product-table table td {
		padding: 11px;
		font-size: 18px;
	}
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.zoom-image-button {
	z-index: 300;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.product-blocks-iframe {
	position: relative;
}
.product-blocks .product__description {
  padding-bottom: 0px;
}

.product-blocks-iframe .product-blocks-iframe-preview {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
  z-index: 200;
  display: none;
}
.product-blocks-iframe.play .product-blocks-iframe-preview  {
  display: block;
}

.product-blocks-iframe.play:before {
    content: '';
    position: absolute;
    width: 58px;
    height: 58px;
    background: url(../images/icons/play.png) no-repeat center center;
    top: 0;
    bottom: 0;
    z-index: 300;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
    cursor: pointer;

}


.zoom-image-block {
  position: relative;
}

.zoom-image-button button {
	width: 80px;
	border-radius: 50%;
	height: 80px;
	margin: 0px 18px;
	background: #fff;
	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;
}

.zoom-image-button button img {
	max-width: 32px;
}

.zoom-image-wrapper {
	position: relative;
	overflow: hidden;
}

.zoom-image {
	margin: 60px 0;
}

.zoom-image-wrapper img {
	width: 100%;
	max-height: 800px;
}

@media (max-width: 500px) {
  .zoom-image-button button img {
    max-width: 20px;
  }
  .zoom-image-button button {
    width: 50px;
    height: 50px;
    margin: 0px 8px;
    border: 2px solid #e8709c;
  }
  .zoom-image-button   {
    position: relative;
    margin-top: 5px;
    bottom: 0;
  }
}

body .breadcrumbs.pagetitle .breadcrumbs-pagetitle {
  display: none;
}

body .breadcrumbs .breadcrumbs-block {
  justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
.contacts .wpcf7-spinner {
  display: none !important;
}


body .breadcrumbs-block .breadcrumbs-pagetitle{
  display: none;
 }


 
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.error404 .header-top , .error404 .header ,.error404 .footer {
	display: none;
}

.error404-wrap {
	background-image: url(../images/404/404-back-min.png);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	height: 100vh;
	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;
}

.error404-wrap a {
	color: #fff;
	background: #e8709c;
	padding: 15px 32px;
	border-radius: 24px;
	margin: 0px 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
  text-transform: uppercase;
	cursor: pointer;
}

.error404-wrap a:hover {
	opacity: .7;
}

.error404-wrap a:first-child {
	border: 1px solid #595959;
	background: transprent;
	padding: 14px 31px;
	background: transparent;
	color: #595959;
}

.error404-block {
	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;
	margin-top: 80px;
}

.dflt-page.content {
	width: 100%;
	position: relative;
	text-align: center;
}

.error404-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: -2;
	top: -240px;
}

@media (max-width: 1100px) {
	.error404-image {
		top: -200px;
		max-width: 100%;
	}
}

@media (max-width: 700px) {
  .grecaptcha-badge{
    display: none !important;
  }
  iframe{
    max-width: 100% !important;
  }
	.error404-image-main {
		max-width: 80%;
	}

	.error404-block {
		margin-top: 25px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.error404-wrap a {
		width: calc(90% - 64px);
		margin: 5px 0px;
	}
}