/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/app/themes/sage/dist/vendor/owl.video.play_4a37f800.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }


@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@charset "UTF-8";

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

/* line 6, node_modules/reset-css/reset.css */

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

/* HTML5 display-role reset for older browsers */

/* line 27, node_modules/reset-css/reset.css */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */

/* line 32, node_modules/reset-css/reset.css */

*[hidden] {
  display: none;
}

/* line 35, node_modules/reset-css/reset.css */

body {
  line-height: 1;
}

/* line 38, node_modules/reset-css/reset.css */

menu,
ol,
ul {
  list-style: none;
}

/* line 41, node_modules/reset-css/reset.css */

blockquote,
q {
  quotes: none;
}

/* line 44, node_modules/reset-css/reset.css */

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

/* line 49, node_modules/reset-css/reset.css */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/** Import theme styles */

/* line 1, resources/assets/styles/common/_global.scss */

* {
  box-sizing: border-box;
  text-decoration: none;
}

/* line 6, resources/assets/styles/common/_global.scss */

body {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #231c25;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, resources/assets/styles/common/_global.scss */

.wrap,
.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

/* line 29, resources/assets/styles/common/_global.scss */

.wrap {
  padding-right: 0;
  padding-left: 0;
}

/* line 34, resources/assets/styles/common/_global.scss */

.main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
}

/* line 43, resources/assets/styles/common/_global.scss */

strong {
  font-weight: bold;
}

/* line 47, resources/assets/styles/common/_global.scss */

select:active,
select:focus {
  outline: none;
}

/* line 52, resources/assets/styles/common/_global.scss */

input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 59, resources/assets/styles/common/_global.scss */

a {
  text-decoration: none;
  color: inherit;
}

/* line 65, resources/assets/styles/common/_global.scss */

details,
summary {
  outline: 0;
}

/* line 70, resources/assets/styles/common/_global.scss */

details > summary {
  list-style: none;
}

/* line 74, resources/assets/styles/common/_global.scss */

details > summary::-webkit-details-marker {
  display: none;
}

/* line 78, resources/assets/styles/common/_global.scss */

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

/* line 101, resources/assets/styles/common/_global.scss */

button:active,
button:focus,
button:hover {
  outline: 0;
  outline-offset: 0;
}

/* line 108, resources/assets/styles/common/_global.scss */

p {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 114, resources/assets/styles/common/_global.scss */

textarea {
  font: inherit;
  line-height: inherit;
  margin: 0;
  overflow: auto;
}

/* line 121, resources/assets/styles/common/_global.scss */

nav.navigation .posts-navigation {
  display: none !important;
}

/* line 125, resources/assets/styles/common/_global.scss */

.screen-reader-text,
.nav-links,
.nav-previous {
  display: none !important;
}

/* line 131, resources/assets/styles/common/_global.scss */

.full-width-outside {
  position: relative;
}

/* line 135, resources/assets/styles/common/_global.scss */

.full-width-outside::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100vw;
  background-color: inherit;
  top: 0;
  left: -50vw;
  right: -50vw;
  margin-right: auto;
  margin-left: auto;
  z-index: -1;
}

/* line 151, resources/assets/styles/common/_global.scss */

.woocommerce-Price-currencySymbol {
  display: none !important;
}

@font-face {
  font-family: "Oxygen";
  src: url(/app/themes/sage/dist/fonts/Oxygen-Light.woff) format("woff"), url(/app/themes/sage/dist/fonts/Oxygen-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oxygen";
  src: url(/app/themes/sage/dist/fonts/Oxygen-Regular.woff) format("woff"), url(/app/themes/sage/dist/fonts/Oxygen-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oxygen";
  src: url(/app/themes/sage/dist/fonts/Oxygen-Bold.woff) format("woff"), url(/app/themes/sage/dist/fonts/Oxygen-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.product-page__service-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 358px;
  height: 60px;
  margin-top: 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  color: #fff;
  background: #6d59c6;
  border-radius: 8px;
  cursor: pointer;
}

/* line 19, resources/assets/styles/components/_buttons.scss */

.product-page__service-button:hover {
  background: rgba(109, 89, 198, 0.8);
}

/* line 1, resources/assets/styles/components/_forms.scss */

.front-page__app-form,
.repair-page__head-form,
.product-page__service-form {
  max-width: 488px;
  width: 100%;
}

/* line 7, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7,
.repair-page__head-form .wpcf7,
.product-page__service-form .wpcf7 {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 15, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form,
.repair-page__head-form .wpcf7 .wpcf7-form,
.product-page__service-form .wpcf7 .wpcf7-form {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 23, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form .wpcf7-response-output,
.repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-response-output,
.product-page__service-form .wpcf7 .wpcf7-form .wpcf7-response-output {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0;
  padding: 10px;
  border: none;
  color: #fff;
  font-size: 12px;
  background: rgba(109, 89, 198, 0.7);
  border-radius: 5px;
}

/* line 36, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form br,
.repair-page__head-form .wpcf7 .wpcf7-form br,
.product-page__service-form .wpcf7 .wpcf7-form br {
  display: none;
}

/* line 40, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap,
.repair-page__head-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap,
.product-page__service-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 3;
}

/* line 50, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control,
.repair-page__head-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control,
.product-page__service-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control {
  max-width: 100%;
  width: 100%;
  height: 60px;
  outline: none;
  appearance: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #231c25;
  background: #fff;
  border: 2px solid #231c25;
  box-sizing: border-box;
  border-radius: 8px;
  padding-left: 30px;
  margin-bottom: 20px;
}

/* line 68, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder,
.repair-page__head-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder,
.product-page__service-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.95);
}

/* line 76, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control option,
.repair-page__head-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control option,
.product-page__service-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control option {
  color: #231c25;
}

/* line 81, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
.repair-page__head-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
.product-page__service-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
  max-width: 100%;
  width: 100%;
  height: 122px;
  outline: none;
  appearance: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #231c25;
  background: #fff;
  border: 2px solid #231c25;
  box-sizing: border-box;
  border-radius: 8px;
  padding-left: 30px;
  padding-top: 14px;

}

/* line 98, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control::placeholder,
.repair-page__head-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control::placeholder,
.product-page__service-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.95);
  padding-top: 40px;
}

/* line 107, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.repair-page__head-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.product-page__service-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: -14px;
  margin-bottom: 5px;
  color: #6d59c6;
}

/* line 114, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid,
.repair-page__head-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid,
.product-page__service-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid {
  border: 2px solid #6d59c6 !important;
}

/* line 119, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form input[type="submit"],
.repair-page__head-form .wpcf7 .wpcf7-form input[type="submit"],
.product-page__service-form .wpcf7 .wpcf7-form input[type="submit"] {
  max-width: 100%;
  width: 100%;
  height: 60px;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  color: #fff;
  outline: none;
  background: #6d59c6;
  border: none;
  box-sizing: border-box;
  border-radius: 8px;
  cursor: pointer;
}

/* line 135, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form input[type="submit"]:hover,
.repair-page__head-form .wpcf7 .wpcf7-form input[type="submit"]:hover,
.product-page__service-form .wpcf7 .wpcf7-form input[type="submit"]:hover {
  background: rgba(109, 89, 198, 0.8);
}

/* line 140, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form .wpcf7-submit-wrapper,
.repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-submit-wrapper,
.product-page__service-form .wpcf7 .wpcf7-form .wpcf7-submit-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
}

/* line 149, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form .ajax-loader,
.repair-page__head-form .wpcf7 .wpcf7-form .ajax-loader,
.product-page__service-form .wpcf7 .wpcf7-form .ajax-loader {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

/* line 157, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form .wpcf7-checkbox,
.repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-checkbox,
.product-page__service-form .wpcf7 .wpcf7-form .wpcf7-checkbox {
  width: auto;
  max-width: none;
}

/* line 162, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form span.your-checkbox,
.repair-page__head-form .wpcf7 .wpcf7-form span.your-checkbox,
.product-page__service-form .wpcf7 .wpcf7-form span.your-checkbox {
  max-width: none;
  width: auto;
}

/* line 167, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox,
.repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox,
.product-page__service-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
}

/* line 177, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label,
.repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label,
.product-page__service-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  width: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
  color: #231c25;
  cursor: pointer;
  padding-left: 25px;
}

/* line 193, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap,
.repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap,
.product-page__service-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap {
  margin: 0 !important;
}

/* line 196, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item,
.repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item,
.product-page__service-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item {
  margin: 0 !important;
}

/* line 199, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item input[type="checkbox"],
.repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item input[type="checkbox"],
.product-page__service-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item input[type="checkbox"] {
  display: none;
}

/* line 205, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::before,
.front-page__app-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::after,
.repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::before,
.repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::after,
.product-page__service-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::before,
.product-page__service-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::after {
  position: absolute;
  content: "";
  display: flex;
}

/* line 212, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::before,
.repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::before,
.product-page__service-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::before {
  height: 16px;
  width: 16px;
  left: 0;
  top: 0;
  background-color: #6d59c6;
  border-radius: 2px;
}

/* line 221, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::after,
.repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::after,
.product-page__service-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::after {
  height: 5px;
  width: 10px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 2.5px;
  top: 2.5px;
  opacity: 0;
  transition: 0.25s;
  color: #fff;
}

/* line 234, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label.checked::after,
.repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label.checked::after,
.product-page__service-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label.checked::after {
  opacity: 1;
}

/* line 239, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox a,
.repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox a,
.product-page__service-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox a {
  font-size: 14px;
  line-height: 16px;
  color: #231c25;
  z-index: 99;
}

/* line 245, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox a:hover,
.repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox a:hover,
.product-page__service-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox a:hover {
  color: #6d59c6;
}

/* line 252, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form__block,
.repair-page__head-form .wpcf7 .wpcf7-form__block,
.product-page__service-form .wpcf7 .wpcf7-form__block {
  max-width: 100%;
  width: 100%;
}

/* line 256, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form__block-title,
.repair-page__head-form .wpcf7 .wpcf7-form__block-title,
.product-page__service-form .wpcf7 .wpcf7-form__block-title {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 63px;
  color: #231c25;
  max-width: 422px;
  margin-bottom: 23px;
}

/* line 264, resources/assets/styles/components/_forms.scss */

.front-page__app-form .wpcf7 .wpcf7-form__footer,
.repair-page__head-form .wpcf7 .wpcf7-form__footer,
.product-page__service-form .wpcf7 .wpcf7-form__footer {
  margin-top: 25px;
  max-width: 100%;
  width: 100%;
}

/* line 272, resources/assets/styles/components/_forms.scss */

.repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-submit-wrapper,
.product-page__service-form .wpcf7 .wpcf7-form .wpcf7-submit-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

/* line 279, resources/assets/styles/components/_forms.scss */

.repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox,
.product-page__service-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox {
  margin-top: -15px;
}

/* line 284, resources/assets/styles/components/_forms.scss */

.product-page__service-form {
  display: none;
  margin-top: 80px;
}

/* line 1, resources/assets/styles/components/_wp-classes.scss */

main {
  padding-top: 181px;
}

/* line 1, resources/assets/styles/layouts/_header.scss */

.banner {
  position: fixed;
  width: 100%;
  padding-top: 35px;
  background: #fff;
  padding-bottom: 15px;
  z-index: 999;
}

/* line 9, resources/assets/styles/layouts/_header.scss */

.banner__header {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 17, resources/assets/styles/layouts/_header.scss */

.banner__header-logo {
  width: 302px;
  height: 67px;
  margin-right: 20px;
}

/* line 22, resources/assets/styles/layouts/_header.scss */

.banner__header-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

/* line 30, resources/assets/styles/layouts/_header.scss */

.banner__header-main {
  max-width: 404px;
  width: 100%;
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #231c25;
  margin-right: 20px;
}

/* line 44, resources/assets/styles/layouts/_header.scss */

.banner__header-info {
  position: relative;
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 20px;
  padding-left: 30px;
}

/* line 55, resources/assets/styles/layouts/_header.scss */

.banner__header-info--active {
  display: none;
}

/* line 59, resources/assets/styles/layouts/_header.scss */

.banner__header-info-phone {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: right;
  letter-spacing: 0.14em;
  color: #231c25;
  margin-bottom: 16px;
}

/* line 70, resources/assets/styles/layouts/_header.scss */

.banner__header-info-phone:hover {
  color: #6d59c6;
}

/* line 75, resources/assets/styles/layouts/_header.scss */

.banner__header-info-social {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

/* line 82, resources/assets/styles/layouts/_header.scss */

.banner__header-info-social-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34.8px;
  height: 34.8px;
  margin-right: 13px;
}

/* line 93, resources/assets/styles/layouts/_header.scss */

.banner__header-info-social-link:hover {
  border-color: #6d59c6;
}

/* line 97, resources/assets/styles/layouts/_header.scss */

.banner__header-info-social-link:last-child {
  margin-right: 0;
}

/* line 103, resources/assets/styles/layouts/_header.scss */

.banner__header-info-languages {
  position: absolute;
  top: 5px;
  left: 0;
  width: 27px;
  height: 27px;
}

/* line 110, resources/assets/styles/layouts/_header.scss */

.banner__header-info-languages ul li a img {
  width: 20px !important;
  height: 16px !important;

}

/* line 118, resources/assets/styles/layouts/_header.scss */

.banner__nav-primary {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: none;
  position: relative;
  width: 100%;
  max-width: 675px;
  margin-top: 36px;
  padding-bottom: 14px;
}

/* line 128, resources/assets/styles/layouts/_header.scss */

.banner__nav-primary-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 135, resources/assets/styles/layouts/_header.scss */

.banner__nav-primary-list li.menu-item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 22px;
  cursor: pointer;
}

/* line 144, resources/assets/styles/layouts/_header.scss */

.banner__nav-primary-list li.menu-item a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #231c25;
}

/* line 158, resources/assets/styles/layouts/_header.scss */

.banner__nav-primary-list li.menu-item a:hover {
  color: #6d59c6;
}

/* line 163, resources/assets/styles/layouts/_header.scss */

.banner__nav-primary-list li.menu-item:last-child {
  margin-right: 0;
}

/* line 170, resources/assets/styles/layouts/_header.scss */

.banner__nav-primary--scroll {
  display: none;
}

/* line 174, resources/assets/styles/layouts/_header.scss */

.banner.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 180, resources/assets/styles/layouts/_header.scss */

.banner.scrolled .banner__nav-primary {
  display: none;
  transition: 0.5s ease-in-out;
  margin-top: 10px;
}

/* line 186, resources/assets/styles/layouts/_header.scss */

.banner.scrolled .banner__nav-primary--scroll {
  display: flex;
}

/* line 190, resources/assets/styles/layouts/_header.scss */

.banner.scrolled .banner__header-main {
  display: none;
}

/* line 194, resources/assets/styles/layouts/_header.scss */

.banner.scrolled .banner__header-info {
  flex-direction: row;
  max-width: 308px;
  align-items: center;
}

/* line 200, resources/assets/styles/layouts/_header.scss */

.banner.scrolled .banner__header-info-phone {
  display: none;
  width: 100%;
  margin-bottom: 0;
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

.content-info {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #231c25;
  color: #fff;
}

/* line 11, resources/assets/styles/layouts/_footer.scss */

.content-info__footer {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 58px;
  padding-bottom: 58px;
}

/* line 21, resources/assets/styles/layouts/_footer.scss */

.content-info__footer-wrapper {
  max-width: 630px;
}

/* line 25, resources/assets/styles/layouts/_footer.scss */

.content-info__footer-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

/* line 32, resources/assets/styles/layouts/_footer.scss */

.content-info__footer-info_navigation {
  max-width: 130px;
  margin-right: 30px;
}

/* line 37, resources/assets/styles/layouts/_footer.scss */

.content-info__footer-info .footer__nav-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

/* line 44, resources/assets/styles/layouts/_footer.scss */

.content-info__footer-info .footer__nav-list li.menu-item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  cursor: pointer;
}

/* line 53, resources/assets/styles/layouts/_footer.scss */

.content-info__footer-info .footer__nav-list li.menu-item a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

/* line 66, resources/assets/styles/layouts/_footer.scss */

.content-info__footer-info .footer__nav-list li.menu-item a:hover {
  color: #6d59c6;
}

/* line 71, resources/assets/styles/layouts/_footer.scss */

.content-info__footer-info .footer__nav-list li.menu-item:last-child {
  margin-bottom: 0;
}

/* line 77, resources/assets/styles/layouts/_footer.scss */

.content-info__footer-info_contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 345px;
  width: 100%;
}

/* line 85, resources/assets/styles/layouts/_footer.scss */

.content-info__footer-info_contact-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}

/* line 92, resources/assets/styles/layouts/_footer.scss */

.content-info__footer-info_contact-item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  width: 83px;
  margin-right: 6px;
}

/* line 101, resources/assets/styles/layouts/_footer.scss */

.content-info__footer-info_contact-item-link {
  width: 100%;
  max-width: 220px;
  font-size: 16px;
  line-height: 26px;
}

/* line 107, resources/assets/styles/layouts/_footer.scss */

.content-info__footer-info_contact-item-link:hover {
  color: #6d59c6;
}

/* line 112, resources/assets/styles/layouts/_footer.scss */

.content-info__footer-info_contact-item-delivery {
  width: 100%;
  max-width: 203px;
}

/* line 117, resources/assets/styles/layouts/_footer.scss */

.content-info__footer-info_contact-item:last-child {
  margin-bottom: 0;
}

/* line 124, resources/assets/styles/layouts/_footer.scss */

.content-info__footer-bottom {
  margin-top: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

/* line 133, resources/assets/styles/layouts/_footer.scss */

.content-info__map {
  position: absolute;
  top: -55px;
  right: 0;
  max-width: 667px;
  width: 100%;
  height: 360px;
}

/* line 141, resources/assets/styles/layouts/_footer.scss */

.content-info__map iframe {
  height: 360px;
  border: 3px solid #231c25;
  box-sizing: border-box;
  border-radius: 8px 0 0 8px;
}

/* line 151, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

/* line 160, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 166, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 173, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_top-logo {
  width: 200px;
  height: 90px;
}

/* line 177, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_top-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

/* line 185, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_top-turn-on {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  padding-right: 25px;
}

/* line 194, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_top-turn-on::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMTUgNyAzbDUuMjMzIDExLjQxOC4yNjcuNTgyIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+);
  top: 1px;
  right: 0;
}

/* line 203, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_navigation {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 50px;
}

/* line 210, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_navigation .menu-nizhnee-menyu-en-container {
  position: relative;
  width: 100%;
}

/* line 214, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_navigation .menu-nizhnee-menyu-en-container::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(89.98deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.881875) 16.84%, #fff 78.04%, rgba(255, 255, 255, 0) 99.98%);
}

/* line 224, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_navigation .menu-nizhnee-menyu-en-container::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(89.98deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.881875) 16.84%, #fff 78.04%, rgba(255, 255, 255, 0) 99.98%);
}

/* line 235, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_navigation #menu-nizhnee-menyu-en {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 15px 10px;
}

/* line 245, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_navigation #menu-nizhnee-menyu-en li.menu-item {
  margin-bottom: 0;
  margin-right: 10px;
}

/* line 249, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_navigation #menu-nizhnee-menyu-en li.menu-item:last-child {
  margin-right: 0;
}

/* line 256, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_contact {
  max-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 262, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_contact-item {
  max-width: 49%;
}

/* line 265, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_contact-item:nth-child(odd) {
  margin-right: 15px;
}

/* line 269, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_contact-item-title {
  width: auto;
}

/* line 273, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_contact-item-hours {
  line-height: 26px;
}

/* line 277, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_contact-item-link {
  max-width: 100%;
}

/* line 281, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-info_contact-item-delivery {
  max-width: 100%;
  line-height: 26px;
}

/* line 289, resources/assets/styles/layouts/_footer.scss */

.content-info-en__footer-bottom {
  text-align: center;
}

/* line 1, resources/assets/styles/layouts/_pages.scss */

.inner-page {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 15px 150px;
}

/* line 11, resources/assets/styles/layouts/_pages.scss */

.inner-page .page-header h1 {
  text-align: center;
  color: #231c25;
  font-size: 24px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: bold;
}

/* line 21, resources/assets/styles/layouts/_pages.scss */

.inner-page .page-header h2 {
  color: #231c25;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 500;
}

/* line 30, resources/assets/styles/layouts/_pages.scss */

.inner-page .page-header h3 {
  color: #231c25;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 39, resources/assets/styles/layouts/_pages.scss */

.inner-page p {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

/* line 45, resources/assets/styles/layouts/_pages.scss */

.inner-page p a {
  font-weight: bold;
  color: #231c25;
}

/* line 49, resources/assets/styles/layouts/_pages.scss */

.inner-page p a:hover {
  color: #6d59c6;
}

/* line 1, resources/assets/styles/layouts/_404.scss */

.not-found-page,
.content-no-page {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 60vh;
  padding-top: 30px;
  padding-bottom: 90px;
}

/* line 13, resources/assets/styles/layouts/_404.scss */

.not-found-page__wrapper,
.content-no-page__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

/* line 21, resources/assets/styles/layouts/_404.scss */

.not-found-page__code,
.content-no-page__code {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 27, resources/assets/styles/layouts/_404.scss */

.not-found-page__code-title,
.content-no-page__code-title {
  font-style: normal;
  font-weight: bold;
  font-size: 100px;
  line-height: 100px;
  color: #6d59c6;
  margin-bottom: 45px;
}

/* line 36, resources/assets/styles/layouts/_404.scss */

.not-found-page__code-text,
.content-no-page__code-text {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 45px;
  color: #231c25;
  margin-bottom: 30px;
  max-width: 390px;
}

/* line 45, resources/assets/styles/layouts/_404.scss */

.not-found-page__code-text:last-child,
.content-no-page__code-text:last-child {
  margin-bottom: 0;
}

/* line 50, resources/assets/styles/layouts/_404.scss */

.not-found-page__code-button,
.content-no-page__code-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 248px;
  height: 60px;
  background: #6d59c6;
  border-radius: 8px;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  color: #fff;
}

/* line 65, resources/assets/styles/layouts/_404.scss */

.not-found-page__code-button:hover,
.content-no-page__code-button:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 71, resources/assets/styles/layouts/_404.scss */

.not-found-page__image,
.content-no-page__image {
  max-width: 500px;
  width: 100%;
  height: 180px;
}

/* line 76, resources/assets/styles/layouts/_404.scss */

.not-found-page__image-img,
.content-no-page__image-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* line 84, resources/assets/styles/layouts/_404.scss */

.not-found-page__warning,
.content-no-page__warning {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #6d59c6;
  margin-bottom: 25px;
  text-align: center;
}

/* line 1, resources/assets/styles/layouts/_breadcrumbs.scss */

.breadcrumbs {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-left: 0;
}

/* line 10, resources/assets/styles/layouts/_breadcrumbs.scss */

.breadcrumbs span span a {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #231c25;
  padding-right: 5px;
}

/* line 19, resources/assets/styles/layouts/_breadcrumbs.scss */

.breadcrumbs span span a:hover {
  color: #6d59c6;
}

/* line 24, resources/assets/styles/layouts/_breadcrumbs.scss */

.breadcrumbs span span .breadcrumb_last {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #6d59c6;
  padding-left: 5px;
}

/* line 3, resources/assets/styles/layouts/_tinymce.scss */

#privacy_policy_field label.checkbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  padding-left: 20px;
  margin-right: 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #404040;
  user-select: none;
  vertical-align: middle;
}

/* line 19, resources/assets/styles/layouts/_tinymce.scss */

#privacy_policy_field label.checkbox::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 3px;
  background: rgba(109, 89, 198, 0.3);
  border-radius: 2px;
}

/* line 31, resources/assets/styles/layouts/_tinymce.scss */

#privacy_policy_field label.checkbox input[type=checkbox] {
  display: none;
}

/* line 34, resources/assets/styles/layouts/_tinymce.scss */

#privacy_policy_field label.checkbox input[type=checkbox]:checked + label::before {
  background: #6d59c6;
  border-radius: 2px;
}

/* line 39, resources/assets/styles/layouts/_tinymce.scss */

#privacy_policy_field label.checkbox input[type=checkbox]:disabled + label::before {
  filter: grayscale(100%);
}

/* line 45, resources/assets/styles/layouts/_tinymce.scss */

#privacy_policy_field label.checkbox:hover::before {
  filter: brightness(110%);
}

/* line 53, resources/assets/styles/layouts/_tinymce.scss */

#privacy_policy_field.woocommerce-validated label.checkbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  padding-left: 20px;
  margin-right: 0;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #404040;
  user-select: none;
  vertical-align: middle;
}

/* line 69, resources/assets/styles/layouts/_tinymce.scss */

#privacy_policy_field.woocommerce-validated label.checkbox::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 3px;
  background: #6d59c6;
  border-radius: 2px;
}

/* line 81, resources/assets/styles/layouts/_tinymce.scss */

#privacy_policy_field.woocommerce-validated label.checkbox input[type=checkbox] {
  display: none;
}

/* line 84, resources/assets/styles/layouts/_tinymce.scss */

#privacy_policy_field.woocommerce-validated label.checkbox input[type=checkbox]:checked + label::before {
  background: #6d59c6;
  border-radius: 2px;
}

/* line 89, resources/assets/styles/layouts/_tinymce.scss */

#privacy_policy_field.woocommerce-validated label.checkbox input[type=checkbox]:disabled + label::before {
  filter: grayscale(100%);
}

/* line 95, resources/assets/styles/layouts/_tinymce.scss */

#privacy_policy_field.woocommerce-validated label.checkbox:hover::before {
  filter: brightness(110%);
}

/* line 102, resources/assets/styles/layouts/_tinymce.scss */

.woocommerce-order p:last-of-type {
  display: none;
}

/* line 106, resources/assets/styles/layouts/_tinymce.scss */

.mfp-wrap {
  z-index: 99999999;
}

/**    template-Front-page    */

/* line 1, resources/assets/styles/front-page/_front-page-catalog.scss */

.front-page__catalog {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 70px;
}

/* line 6, resources/assets/styles/front-page/_front-page-catalog.scss */

.front-page__catalog-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

/* line 14, resources/assets/styles/front-page/_front-page-catalog.scss */

.front-page__catalog-content-item {
  width: calc((100% - 108px) / 5);
  min-height: 247px;
  margin-right: 27px;
  margin-bottom: 21px;
  background: #fff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  transition: 0.25s ease-in-out;
}

/* line 26, resources/assets/styles/front-page/_front-page-catalog.scss */

.front-page__catalog-content-item:nth-child(5n) {
  margin-right: 0;
}

/* line 30, resources/assets/styles/front-page/_front-page-catalog.scss */

.front-page__catalog-content-item:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 17px rgba(109, 89, 198, 0.5);
}

/* line 35, resources/assets/styles/front-page/_front-page-catalog.scss */

.front-page__catalog-content-item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: inherit;
  min-height: inherit;
}

/* line 45, resources/assets/styles/front-page/_front-page-catalog.scss */

.front-page__catalog-content-item-image {
  width: 100%;
  height: 173px;
  object-fit: contain;
  object-position: center;
}

/* line 52, resources/assets/styles/front-page/_front-page-catalog.scss */

.front-page__catalog-content-item-title {
  margin-top: 11px;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  color: #231c25;
}

/* line 1, resources/assets/styles/front-page/_front-page-about.scss */

.front-page__about {
  padding-top: 70px;
  padding-bottom: 50px;
  background: #231c25;
  width: 100%;
}

/* line 7, resources/assets/styles/front-page/_front-page-about.scss */

.front-page__about-wrapper {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 16, resources/assets/styles/front-page/_front-page-about.scss */

.front-page__about_textarea {
  color: #fff;
  width: 100%;
  margin-right: 79px;
}

/* line 21, resources/assets/styles/front-page/_front-page-about.scss */

.front-page__about_textarea-heading {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 63px;
  color: #231c25;
  color: #fff;
  margin-bottom: 41px;
}

/* line 29, resources/assets/styles/front-page/_front-page-about.scss */

.front-page__about_textarea-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

/* line 37, resources/assets/styles/front-page/_front-page-about.scss */

.front-page__about_textarea-content ul {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 16px;
}

/* line 42, resources/assets/styles/front-page/_front-page-about.scss */

.front-page__about_textarea-content ul li {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  padding-left: 22px;
  margin-bottom: 1px;
}

/* line 51, resources/assets/styles/front-page/_front-page-about.scss */

.front-page__about_textarea-content ul li::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 1px;
  background-color: #6d59c6;
}

/* line 62, resources/assets/styles/front-page/_front-page-about.scss */

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

/* line 70, resources/assets/styles/front-page/_front-page-about.scss */

.front-page__about_textinfo {
  max-width: 532px;
  width: 100%;
  border-radius: 8px;
  background: #6d59c6;
  margin-top: 41px;
  padding: 74px 50px 74px 42px;
}

/* line 79, resources/assets/styles/front-page/_front-page-about.scss */

.front-page__about_textinfo-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}

/* line 1, resources/assets/styles/front-page/_front-page-advantages.scss */

.front-page__advantages {
  background: #231c25;
  width: 100%;
}

/* line 5, resources/assets/styles/front-page/_front-page-advantages.scss */

.front-page__advantages-wrapper {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 9, resources/assets/styles/front-page/_front-page-advantages.scss */

.front-page__advantages-title {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 63px;
  color: #231c25;
  font-size: 35px;
  line-height: 44px;
  color: #fff;
}

/* line 17, resources/assets/styles/front-page/_front-page-advantages.scss */

.front-page__advantages-content {
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  color: #fff;
}

/* line 27, resources/assets/styles/front-page/_front-page-advantages.scss */

.front-page__advantages_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 285px;
  margin-right: 25px;
}

/* line 36, resources/assets/styles/front-page/_front-page-advantages.scss */

.front-page__advantages_item:last-child {
  margin-right: 0;
}

/* line 40, resources/assets/styles/front-page/_front-page-advantages.scss */

.front-page__advantages_item::after {
  position: absolute;
  content: "";
  top: 72px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(45.01deg, #493dbc 5.38%, #d3a7e3 94.62%);
}

/* line 50, resources/assets/styles/front-page/_front-page-advantages.scss */

.front-page__advantages_item-title {
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 10px;
  min-height: 64px;
}

/* line 59, resources/assets/styles/front-page/_front-page-advantages.scss */

.front-page__advantages_item-text {
  margin-top: 10px;
}

/* line 62, resources/assets/styles/front-page/_front-page-advantages.scss */

.front-page__advantages_item-text p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

/* line 70, resources/assets/styles/front-page/_front-page-advantages.scss */

.front-page__advantages_info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 70px 0;
}

/* line 78, resources/assets/styles/front-page/_front-page-advantages.scss */

.front-page__advantages_info-text {
  max-width: 220px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-right: 50px;
}

/* line 89, resources/assets/styles/front-page/_front-page-advantages.scss */

.front-page__advantages_info-images {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 792px;
  width: 100%;
  height: 246px;
}

/* line 99, resources/assets/styles/front-page/_front-page-advantages.scss */

.front-page__advantages_info-image {
  width: 385px;
  height: 245.63px;
  cursor: zoom-in;
}

/* line 104, resources/assets/styles/front-page/_front-page-advantages.scss */

.front-page__advantages_info-image:first-child {
  margin-right: 20px;
}

/* line 108, resources/assets/styles/front-page/_front-page-advantages.scss */

.front-page__advantages_info-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 1, resources/assets/styles/front-page/_front-page-reviews.scss */

.front-page__reviews {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 120px;
}

/* line 7, resources/assets/styles/front-page/_front-page-reviews.scss */

.front-page__reviews-title {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 63px;
  color: #231c25;
}

/* line 11, resources/assets/styles/front-page/_front-page-reviews.scss */

.front-page__reviews-content {
  margin-top: 50px;
}

/* line 14, resources/assets/styles/front-page/_front-page-reviews.scss */

.front-page__reviews-content .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* line 25, resources/assets/styles/front-page/_front-page-reviews.scss */

.front-page__reviews-content .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  border: 1px solid #231c25;
  background: #231c25;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 5px 12px;
  outline: none;
}

/* line 39, resources/assets/styles/front-page/_front-page-reviews.scss */

.front-page__reviews-content .owl-dots .owl-dot.active {
  outline: 1px solid #6d59c6;
  outline-offset: 8px;
}

/* line 47, resources/assets/styles/front-page/_front-page-reviews.scss */

.front-page__reviews_item {
  width: 100%;
  min-height: 248px;
  background: #6d59c6;
  padding: 30px 30px 30px 25px;
  color: #fff;
}

/* line 54, resources/assets/styles/front-page/_front-page-reviews.scss */

.front-page__reviews_item-name {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 13px;
}

/* line 63, resources/assets/styles/front-page/_front-page-reviews.scss */

.front-page__reviews_item-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

/* line 70, resources/assets/styles/front-page/_front-page-reviews.scss */

.front-page__reviews_item-text p:nth-of-type(n+2) {
  display: none;
}

/* line 74, resources/assets/styles/front-page/_front-page-reviews.scss */

.front-page__reviews_item-text p.visible {
  display: block;
}

/* line 78, resources/assets/styles/front-page/_front-page-reviews.scss */

.front-page__reviews_item-text p:last-child {
  margin-bottom: 0;
}

/* line 84, resources/assets/styles/front-page/_front-page-reviews.scss */

.front-page__reviews_item-footer {
  margin-top: 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

/* line 96, resources/assets/styles/front-page/_front-page-reviews.scss */

.front-page__reviews_item-footer-more {
  cursor: pointer;
}

/* line 99, resources/assets/styles/front-page/_front-page-reviews.scss */

.front-page__reviews_item-footer-more:hover {
  color: #231c25;
}

/* line 1, resources/assets/styles/front-page/_front-page-examples.scss */

.front-page__examples {
  padding: 66px 0;
  width: 100%;
  min-height: 443px;
}

/* line 6, resources/assets/styles/front-page/_front-page-examples.scss */

.front-page__examples-content {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

/* line 15, resources/assets/styles/front-page/_front-page-examples.scss */

.front-page__examples-text {
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 63px;
  text-align: center;
  color: #fff;
  max-width: 950px;
  margin-bottom: 67px;
}

/* line 28, resources/assets/styles/front-page/_front-page-examples.scss */

.front-page__examples_social-item:first-child {
  margin-right: 29px;
}

/* line 1, resources/assets/styles/front-page/_front-page-app.scss */

.front-page__app {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 70px;
  margin-bottom: 145px;
}

/* line 11, resources/assets/styles/front-page/_front-page-app.scss */

.front-page__app-image {
  max-width: 590px;
  width: 100%;
  height: 219.66px;
}

/* line 16, resources/assets/styles/front-page/_front-page-app.scss */

.front-page__app-image-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/**    Template's    */

/* line 1, resources/assets/styles/templates/_template-repair.scss */

.repair-page {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 145px;
}

/* line 6, resources/assets/styles/templates/_template-repair.scss */

.repair-page__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

/* line 13, resources/assets/styles/templates/_template-repair.scss */

.repair-page__head-info {
  max-width: 580px;
  width: 100%;
  margin-right: 50px;
}

/* line 18, resources/assets/styles/templates/_template-repair.scss */

.repair-page__head-info-heading {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 63px;
  color: #231c25;
  margin-bottom: 30px;
}

/* line 24, resources/assets/styles/templates/_template-repair.scss */

.repair-page__head-info-title {
  max-width: 350px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

/* line 33, resources/assets/styles/templates/_template-repair.scss */

.repair-page__head-info-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 32px;
}

/* line 43, resources/assets/styles/templates/_template-repair.scss */

.repair-page__head-info-item {
  width: calc((100% - 80px) / 5);
  min-height: 100px;
  margin-right: 20px;
  margin-bottom: 8px;
  background: #fff;
  border: 0.383142px solid #c4c4c4;
  box-sizing: border-box;
  box-shadow: 0 1.53257px 6.51342px rgba(0, 0, 0, 0.25);
  border-radius: 3.06514px;
  transition: 0.25s ease-in-out;
}

/* line 55, resources/assets/styles/templates/_template-repair.scss */

.repair-page__head-info-item:nth-child(5n) {
  margin-right: 0;
}

/* line 64, resources/assets/styles/templates/_template-repair.scss */

.repair-page__head-info-item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: inherit;
  min-height: inherit;
  pointer-events: none;
}

/* line 75, resources/assets/styles/templates/_template-repair.scss */

.repair-page__head-info-item-image {
  width: 78.94px;
  height: 70.04px;
  object-fit: contain;
  object-position: center;
}

/* line 82, resources/assets/styles/templates/_template-repair.scss */

.repair-page__head-info-item-title {
  margin-top: 4.4px;
  font-style: normal;
  font-weight: normal;
  font-size: 11.4943px;
  line-height: 15px;
  text-transform: uppercase;
  color: #231c25;
}

/* line 95, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why {
  margin-top: 10px;
  margin-bottom: 50px;
}

/* line 99, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why--adaptive {
  display: none;
}

/* line 103, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-title {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 44px;
  color: #000;
}

/* line 111, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-list {
  margin-top: 40px;
}

/* line 114, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-list-item {
  position: relative;
  padding-left: 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 20px;
}

/* line 124, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-list-item:last-child {
  margin-bottom: 0;
}

/* line 128, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-list-item::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #6d59c6;
  border-radius: 1px;
}

/* line 141, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 50px 0;
}

/* line 149, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-content-image {
  width: calc((100% - 42px) / 3);
  height: 291px;
  margin-right: 21px;
  cursor: zoom-in;
  transition: 0.25s ease-in-out;
}

/* line 156, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-content-image:last-child {
  margin-right: 0;
}

/* line 160, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-content-image:hover {
  transform: scale(1.02);
}

/* line 164, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-content-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 173, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-textarea {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

/* line 178, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-textarea p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 20px;
}

/* line 186, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-textarea p strong {
  font-weight: bold;
}

/* line 191, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-textarea h2,
.repair-page__why-textarea h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 44px;
  color: #000;
  margin-bottom: 20px;
}

/* line 201, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-textarea ul {
  margin-top: 10px;
  margin-bottom: 15px;
}

/* line 205, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-textarea ul li {
  position: relative;
  padding-left: 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 20px;
}

/* line 215, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-textarea ul li:last-child {
  margin-bottom: 0;
}

/* line 219, resources/assets/styles/templates/_template-repair.scss */

.repair-page__why-textarea ul li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #6d59c6;
  border-radius: 1px;
}

/* line 235, resources/assets/styles/templates/_template-repair.scss */

.repair-page__make-title {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 44px;
  color: #000;
}

/* line 243, resources/assets/styles/templates/_template-repair.scss */

.repair-page__make-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
}

/* line 252, resources/assets/styles/templates/_template-repair.scss */

.repair-page__make-item {
  width: calc((100% - 42px) / 3);
  min-height: 425px;
  margin-right: 21px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  background: #fff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 17px 27px 30px;
}

/* line 268, resources/assets/styles/templates/_template-repair.scss */

.repair-page__make-item:last-child {
  margin-right: 0;
}

/* line 272, resources/assets/styles/templates/_template-repair.scss */

.repair-page__make-item-variant {
  margin-bottom: 10px;
}

/* line 276, resources/assets/styles/templates/_template-repair.scss */

.repair-page__make-item_list {
  margin-top: 44px;
}

/* line 279, resources/assets/styles/templates/_template-repair.scss */

.repair-page__make-item_list-element {
  position: relative;
  display: flex;
  padding-left: 25px;
  margin-bottom: 5px;
}

/* line 285, resources/assets/styles/templates/_template-repair.scss */

.repair-page__make-item_list-element::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggdHJhbnNmb3JtPSJtYXRyaXgoLjczNjM3IC42NzY1OCAtLjM2ODIzIC45Mjk3NCAxIDIuMDAxKSIgc3Ryb2tlPSIjQzgwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTEtMWgyMC4xNjkiLz48cGF0aCB0cmFuc2Zvcm09Im1hdHJpeCguNzM5MzIgLS42NzMzNSAuMzY1NDQgLjkzMDg0IDEgMTYuOTAzKSIgc3Ryb2tlPSIjQzgwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTEtMWgyMC4xMzIiLz48L3N2Zz4=);
  top: 4px;
  left: 0;
}

/* line 292, resources/assets/styles/templates/_template-repair.scss */

.repair-page__make-item_list-element:last-child {
  margin-bottom: 0;
}

/* line 298, resources/assets/styles/templates/_template-repair.scss */

.repair-page__make-item_list .yes::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggdHJhbnNmb3JtPSJtYXRyaXgoLjU5NDc2IC44MDM5IC0uMjU5OTcgLjk2NTYyIDAgMi4wMDIpIiBzdHJva2U9IiM1QUNEMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJNMS0xaDE2LjY1OCIvPjxwYXRoIHRyYW5zZm9ybT0ibWF0cml4KC41OTgxNCAtLjgwMTM5IC4yNTc4NSAuOTY2MTggMTAuODc3IDE2LjkwMykiIHN0cm9rZT0iIzVBQ0QwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0xLTFoMTYuNTk2Ii8+PC9zdmc+) !important;
}

/**    WooCommerce    */

/* line 1, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 160px;
}

/* line 6, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__heading,
.shop-page__header-title {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 63px;
  color: #231c25;
}

/* line 11, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__head-adaptive {
  display: none;
}

/* line 15, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 70px;
}

/* line 24, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__sidebar {
  max-width: 285px;
  width: 100%;
  min-height: 516px;
  margin-right: 20px;
  background: #6d59c6;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  padding: 33px 28px;
  color: #fff;
}

/* line 37, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__sidebar-title {
  margin-top: 34px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}

/* line 47, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__sidebar-close {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggdHJhbnNmb3JtPSJtYXRyaXgoLjczNjM3IC42NzY1OCAtLjM2ODIzIC45Mjk3NCAxIDIuMDAxKSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTEtMWgzNS45MzYiLz48cGF0aCB0cmFuc2Zvcm09Im1hdHJpeCguNzM5MzIgLS42NzMzNSAuMzY1NDQgLjkzMDg0IDEgMjcuNTAyKSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTEtMWgzNS44NzIiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-position: 50% 50%;
}

/* line 64, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__nav li.menu-item {
  margin-bottom: 20px;
}

/* line 68, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__nav li.menu-item a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 73, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__nav li.menu-item:last-child {
  margin-bottom: 0;
}

/* line 79, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__loop {
  width: 100%;
  max-width: 100%;
}

/* line 83, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__loop ul.products {
  max-width: 100%;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 93, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__loop ul.products .product {
  width: calc((100% - 40px) / 3);
  /*min-height: 426px;*/
  margin-right: 20px;
  margin-bottom: 20px;
  border: 2px solid #231c25;
  box-sizing: border-box;
  border-radius: 8px;
  padding-bottom: 35px;
  transition: 0.25s ease-in-out;
  height: 480px;
}

/* line 104, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__loop ul.products .product:nth-child(3n) {
  margin-right: 0;
}

/* line 108, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__loop ul.products .product:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 17px rgba(109, 89, 198, 0.5);
}

/* line 113, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__loop ul.products .product .woocommerce-loop-product__link {
  pointer-events: none;
}

/* line 117, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__loop ul.products .product .attachment-woocommerce_thumbnail,
.shop-page__loop ul.products .product .wp-post-image {
  width: 100%;
  height: 236px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px 8px 0 0;
}

/* line 126, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__loop ul.products .product__item-wrapp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 190px;
}

/* line 136, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__loop ul.products .product__item-title,
.shop-page__loop ul.products .product .woocommerce-loop-product__title {
  font-style: normal;
  font-weight: bold;
  line-height: 20px;
  color: #231c25;
  font-size: 20px;
}

/* line 145, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__loop ul.products .product .woocommerce-loop-product__title {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 25px;
}

/* line 152, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__loop ul.products .product__item-info {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 15px;
  color: #231c25;
}

/* line 159, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__loop ul.products .product__item-info_price-title {
  font-weight: normal;
}

/* line 163, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__loop ul.products .product__item-info_price {
  text-align: center;
  font-weight: bold;
  margin-bottom: 28px;
  font-size: 25px;
}

/* line 172, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__loop ul.products .product__item-buttons_button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 36.31px;
  background: #6d59c6;
  border-radius: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 13px;
  text-align: center;
  color: #fff;
  margin: auto;
}

/* line 189, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__loop ul.products .product__item-buttons_button:hover {
  background: rgba(109, 89, 198, 0.85);
}

/* line 195, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page__loop ul.products .product .add_to_cart_button {
  display: none;
}

/* line 202, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page .woocommerce-pagination {
  max-width: 100%;
  width: 100%;
  margin-top: 30px;
}

/* line 207, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page .woocommerce-pagination .page-numbers {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

/* line 215, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page .woocommerce-pagination .page-numbers .page-numbers {
  background: #fff;
  border: 1px solid #231c25;
  box-sizing: border-box;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  margin: 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #231c25;
  transition: 0.25s linear;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 235, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page .woocommerce-pagination .page-numbers .page-numbers.prev,
.shop-page .woocommerce-pagination .page-numbers .page-numbers.next {
  position: relative;
  border: 1px solid #231c25;
  box-sizing: border-box;
  border-radius: 4px;
}

/* line 243, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page .woocommerce-pagination .page-numbers .page-numbers.prev::after,
.shop-page .woocommerce-pagination .page-numbers .page-numbers.next::after {
  position: absolute;
  top: 5px;
}

/* line 249, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page .woocommerce-pagination .page-numbers .page-numbers.next {
  font-size: 0;
}

/* line 252, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page .woocommerce-pagination .page-numbers .page-numbers.next::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEgMTkgOS05LTktOSIgc3Ryb2tlPSIjMjMxQzI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=);
  left: 10px;
}

/* line 258, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page .woocommerce-pagination .page-numbers .page-numbers.prev {
  font-size: 0;
}

/* line 261, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page .woocommerce-pagination .page-numbers .page-numbers.prev::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEwIDEtOSA5IDkgOSIgc3Ryb2tlPSIjMjMxQzI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=);
  right: 10px;
}

/* line 268, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page .woocommerce-pagination .page-numbers .page-numbers.current,
.shop-page .woocommerce-pagination .page-numbers .page-numbers:hover {
  background-color: #6d59c6;
  color: #fff;
}

/* line 279, resources/assets/styles/woocommerce/_archive-product.scss */

#woosq-popup {
  box-shadow: 0 4px 84px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

/* line 284, resources/assets/styles/woocommerce/_archive-product.scss */

#woosq-popup .single-product .product .summary {
  order: 1;
}

/* line 288, resources/assets/styles/woocommerce/_archive-product.scss */

#woosq-popup .single-product .product .summary .summary-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 30px;
}

/* line 297, resources/assets/styles/woocommerce/_archive-product.scss */

#woosq-popup .thumbnails {
  order: 2;
}

/* line 301, resources/assets/styles/woocommerce/_archive-product.scss */

#woosq-popup .thumbnails .slick-list,
#woosq-popup .thumbnails .slick-track {
  height: 100% !important;
}

/* line 307, resources/assets/styles/woocommerce/_archive-product.scss */

#woosq-popup .product_title {
  display: flex;
  order: 1;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #231c25;
  margin-bottom: 30px;
}

/* line 318, resources/assets/styles/woocommerce/_archive-product.scss */

#woosq-popup .product__info_price {
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #231c25;
  order: 3;
}

/* line 327, resources/assets/styles/woocommerce/_archive-product.scss */

#woosq-popup .product__info_price .product__info_price-title {
  font-weight: bold !important;
}

/* line 331, resources/assets/styles/woocommerce/_archive-product.scss */

#woosq-popup .product__info_price p {
  margin-left: 5px;
}

/* line 336, resources/assets/styles/woocommerce/_archive-product.scss */

.product-page__parameters-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

/* line 348, resources/assets/styles/woocommerce/_archive-product.scss */

.product-page__parameters-label {
  font-weight: bold;
  margin-right: 5px;
}

/* line 353, resources/assets/styles/woocommerce/_archive-product.scss */

#woosq-popup .product_type_simple {
  bottom: 100px;
  left: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 44px;
  margin-top: 40px;
  background: #6d59c6;
  border-radius: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  color: #fff;
  order: 4;
}

/* line 374, resources/assets/styles/woocommerce/_archive-product.scss */

#woosq-popup .product_type_simple:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 379, resources/assets/styles/woocommerce/_archive-product.scss */

#woosq-popup .product_meta {
  display: flex;
  margin-bottom: 22px;
  order: 2;
}

/****** Конец ****/

/* line 388, resources/assets/styles/woocommerce/_archive-product.scss */

.banner-search-wrap {
  display: block;
  width: 100%;
  z-index: 5;
  transition: all 0.3s ease;
}

/* line 394, resources/assets/styles/woocommerce/_archive-product.scss */

.banner-search-wrap-out {
  transform: translateY(-100%);
}

/* line 399, resources/assets/styles/woocommerce/_archive-product.scss */

.banner-search-wrap-title {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 8px;
}

/* line 408, resources/assets/styles/woocommerce/_archive-product.scss */

.banner__search {
  width: 100%;
  max-width: 230px;
  background: #6d59c6 !important;
}

/* line 413, resources/assets/styles/woocommerce/_archive-product.scss */

.banner__search-item {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}

/* line 422, resources/assets/styles/woocommerce/_archive-product.scss */

.aws-container .aws-search-field,
.aws-container .aws-search-form .aws-form-btn {
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 38px;
}

/* line 429, resources/assets/styles/woocommerce/_archive-product.scss */

.aws-container .aws-search-field {
  color: #fff;
  background: #6d59c6;
  border-radius: 5px 0 0 5px !important;
}

/* line 434, resources/assets/styles/woocommerce/_archive-product.scss */

.aws-container .aws-search-field::placeholder {
  color: #fff;
}

/* line 439, resources/assets/styles/woocommerce/_archive-product.scss */

.aws-container .aws-search-field:focus {
  background: #6d59c6;
}

/* line 443, resources/assets/styles/woocommerce/_archive-product.scss */

.aws-container .aws-search-form .aws-search-clear span {
  color: #fff;
}

/* line 447, resources/assets/styles/woocommerce/_archive-product.scss */

.aws-container .aws-search-form .aws-search-btn_icon {
  color: #6d59c6;
}

/* line 451, resources/assets/styles/woocommerce/_archive-product.scss */

.aws-container .aws-search-form .aws-form-btn {
  background: #fff;
}

/* line 454, resources/assets/styles/woocommerce/_archive-product.scss */

.aws-container .aws-search-form .aws-form-btn:hover {
  background: rgba(255, 255, 255, 0.7);
}

/* line 1, resources/assets/styles/woocommerce/_category-page.scss */

.category-page {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 160px;
}

/* line 7, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__head-title {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 63px;
  color: #231c25;
}

/* line 11, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__head-list {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 17, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__nav {
  position: relative;
  width: 180px;
  display: flex;
  flex-direction: column;
  height: 42px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
  border: 2px solid #231c25;
  box-sizing: border-box;
  border-radius: 8px;
  z-index: 9;
  /*
    &:hover {
      height: auto;
      transition: 0.25s ease-in;
    }
    */
}

/* line 30, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__nav::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNyA2IC45MzggMGgxMi4xMjRMNyA2WiIgZmlsbD0iIzM3Mjc0OCIvPjwvc3ZnPg==);
  top: 7px;
  right: 15px;
  z-index: 3;
}

/* line 45, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__nav.active-menu {
  height: auto;
  transition: 0.25s ease-in;
}

/* line 50, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__nav .current-menu-item {
  display: flex;
  order: 1 !important;
}

/* line 54, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__nav .current-menu-item a {
  pointer-events: none;
}

/* line 59, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__nav .menu-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  background-color: #fff;
  order: 7;
  height: auto;
  min-height: 42px;
  cursor: pointer;
  z-index: 1;
}

/* line 75, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__nav .menu-item a {
  max-width: 100%;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 11px;
  color: #231c25;
}

/* line 87, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__nav .menu-item:hover {
  background-color: #6d59c6;
}

/* line 90, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__nav .menu-item:hover a {
  color: #fff;
}

/* line 98, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__main-title {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 26px;
  color: #231c25;
}

/* line 106, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__main-content {
  margin-top: 50px;
}

/* line 109, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__main-content_item {
  display: flex;
  margin-bottom: 6px;
}

/* line 113, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__main-content_item:last-child {
  margin-bottom: 0;
}

/* line 117, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__main-content_item-num {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  width: 39px;
  height: 39px;
  background: #6d59c6;
  border-radius: 8px;
  margin-right: 17px;
}

/* line 135, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__main-content_item-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

/* line 144, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__main-content_item-model {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #231c25;
  border: 2px solid #231c25;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 6px 26px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 6px;
}

/* line 163, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__main-content_item-model:last-child {
  margin-right: 0;
}

/* line 167, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__main-content_item-model:hover {
  background: #6d59c6;
  color: #fff;
}

/* line 176, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__main-modification-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}

/* line 186, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__main-modification_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 5px 5.8px 20px;
}

/* line 201, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__main-modification_item:nth-child(4n) {
  margin-right: 0;
}

/* line 205, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__main-modification_item:hover {
  box-shadow: 0 4px 17px rgba(109, 89, 198, 0.5);
}

/* line 209, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__main-modification_item-image {
  width: 100%;
  height: 210px;
}

/* line 213, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__main-modification_item-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

/* line 222, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__main-modification_item-title {
  margin-top: 16px;
  margin-bottom: 19px;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  color: #231c25;
}

/* line 233, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__main-modification_item-text {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  color: #231c25;
  margin-bottom: 9px;
}

/* line 246, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__loop {
  width: 100%;
}

/* line 249, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__loop ul.products {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

/* line 257, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__loop ul.products .product {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 5px 5.8px 20px;
  height: 450px;
}

/* line 272, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__loop ul.products .product:nth-child(4n) {
  margin-right: 0;
}

/* line 276, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__loop ul.products .product:hover {
  box-shadow: 0 4px 17px rgba(109, 89, 198, 0.5);
}

/* line 280, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__loop ul.products .product .woocommerce-LoopProduct-link {
  width: 100%;
}

/* line 284, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__loop ul.products .product .attachment-woocommerce_thumbnail {
  width: 100%;
  height: 225px;
  object-fit: cover;
  object-position: center;
}

/* line 292, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__loop ul.products .product .woocommerce-loop-product__title {
  margin-top: 16px;
  margin-bottom: 19px;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  color: #231c25;
}

/* line 304, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__loop ul.products .product p {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  color: #231c25;
  margin-bottom: 9px;
}

/* line 314, resources/assets/styles/woocommerce/_category-page.scss */

.category-page__loop ul.products .product .product__item-buttons_button,
.category-page__loop ul.products .product .product_type_simple {
  display: none !important;
}

/* line 1, resources/assets/styles/woocommerce/_product-page.scss */

.product-page {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 160px;
}

/* line 7, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__head-title {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 63px;
  color: #231c25;
}

/* line 11, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__head-list {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 18, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__system-title {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 26px;
  color: #231c25;
}

/* line 26, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__system-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}

/* line 35, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__system-content_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 5px 5.8px 20px;
  cursor: pointer;
}

/* line 51, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__system-content_item:nth-child(4n) {
  margin-right: 0;
}

/* line 55, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__system-content_item:hover {
  box-shadow: 0 4px 17px rgba(109, 89, 198, 0.5);
}

/* line 59, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__system-content_item-image {
  width: 100%;
  height: 210px;
}

/* line 63, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__system-content_item-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

/* line 72, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__system-content_item-title {
  margin-top: 16px;
  margin-bottom: 19px;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 8px;
  color: #231c25;
  min-height: 76px;
}

/* line 86, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__system-content_item-text {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  color: #231c25;
  margin-bottom: 9px;
}

/* line 100, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-back {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #231c25;
  text-decoration: underline;
  margin-bottom: 30px;
  cursor: pointer;
  display: none;
}

/* line 111, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-back:hover {
  color: #c0b5ec;
}

/* line 116, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-title {
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 26px;
  color: #231c25;
  display: none;
}

/* line 125, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-wrapper {
  width: 100%;
}

/* line 129, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-main {
  display: none;
}

/* line 133, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}

/* line 142, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: calc((100% - 40px) / 3);
  min-height: 226px;
  margin-right: 20px;
  margin-bottom: 33px;
  background: #fff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 35px 20px 20px;
  cursor: pointer;
}

/* line 160, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item:nth-child(3n) {
  margin-right: 0;
}

/* line 164, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item__clicker {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 172, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: auto;
}

/* line 180, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-info-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #231c25;
  max-width: 300px;
  width: 100%;
  margin-right: 10px;
}

/* line 191, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-info-check {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid #231c25;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 12px;
}

/* line 201, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-info .checked {
  background: #6d59c6;
}

/* line 204, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-info .checked::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEgMSA2IDggNi04IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) !important;
  top: 1px;
  left: 5px;
}

/* line 213, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item:hover {
  box-shadow: 0 4px 17px rgba(109, 89, 198, 0.5);
  background: #c0b5ec;
}

/* line 218, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item:hover .product-page__service-content_item-info-check::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEgMSA2IDggNi04IiBzdHJva2U9IiMyMzFDMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  top: 1px;
  left: 5px;
}

/* line 228, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  z-index: 9999999;
}

/* line 239, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup-block {
  position: relative;
  margin: 75px auto 0;
  max-width: 1027px;
  width: 100%;
}

/* line 246, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  padding: 35px 35px 55px 33px;
  height: 80vh;
  overflow-y: scroll;
}

/* line 257, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup-content h1,
.product-page__service-content_item-popup-content h2 {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 63px;
  color: #231c25;
}

/* line 262, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup-content h3,
.product-page__service-content_item-popup-content h4 {
  color: #231c25;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 272, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #231c25;
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
}

/* line 282, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup-content p:last-child {
  margin-bottom: 0;
}

/* line 286, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup-content p img {
  margin-top: 30px;
}

/* line 290, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup-content p iframe {
  width: 100%;
}

/* line 295, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup-content strong {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
}

/* line 301, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup-content em {
  font-style: italic;
}

/* line 305, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup-content ol {
  list-style: decimal;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
}

/* line 311, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup-content ol li {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  padding-left: 0;
  margin-bottom: 3px;
}

/* line 322, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup-content ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 326, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup-content ul li {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  padding-left: 17px;
  margin-bottom: 3px;
}

/* line 335, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup-content ul li::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #6d59c6;
}

/* line 346, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup-content ul li:last-child {
  margin-bottom: 0;
}

/* line 353, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__service-content_item-popup-close {
  position: absolute;
  right: 25px;
  top: 20px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0naXNvLTg4NTktMSc/Pgo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTUuNjQyIDE1LjY0MiIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1LjY0MiAxNS42NDIiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTguODgyLDcuODIxbDYuNTQxLTYuNTQxYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjEgIGMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMEw3LjgyMSw2Ljc2TDEuMjgsMC4yMmMtMC4yOTMtMC4yOTMtMC43NjgtMC4yOTMtMS4wNjEsMGMtMC4yOTMsMC4yOTMtMC4yOTMsMC43NjgsMCwxLjA2MSAgbDYuNTQxLDYuNTQxTDAuMjIsMTQuMzYyYy0wLjI5MywwLjI5My0wLjI5MywwLjc2OCwwLDEuMDYxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyczAuMzg0LTAuMDczLDAuNTMtMC4yMmw2LjU0MS02LjU0MSAgbDYuNTQxLDYuNTQxYzAuMTQ3LDAuMTQ2LDAuMzM4LDAuMjIsMC41MywwLjIyYzAuMTkyLDAsMC4zODQtMC4wNzMsMC41My0wLjIyYzAuMjkzLTAuMjkzLDAuMjkzLTAuNzY4LDAtMS4wNjFMOC44ODIsNy44MjF6Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-position: 50% 50%;
}

/* line 2, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce {
  position: relative;
  width: 100%;
}

/* line 7, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce-checkout .inner-page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 150px;
  margin-top: 50px;
}

/* line 17, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce-checkout .inner-page .page-header h1 {
  display: none;
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 24px;
  text-transform: uppercase;
  color: #6d59c6;
}

/* line 28, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce-cart-form {
  margin-bottom: 50px;
}

/* line 32, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

table.cart td,
table.cart th {
  vertical-align: middle;
}

/* line 37, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table {
  border: none;
  padding: 0;
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
}

/* line 49, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}

/* line 55, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(194, 194, 194, 0.5);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
  transition: 0.2s;
}

/* line 63, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td.product-thumbnail {
  width: 200px;
  padding-left: 25px;
  padding-right: 20px;
}

/* line 69, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td.product-name {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #231c25;
  width: 100%;
}

/* line 78, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td.product-name .product-name_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 70px;
}

/* line 85, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td.product-name .product-name_item-info {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 93, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td.product-name .product-name_item-info-title {
  font-weight: bold;
  margin-right: 5px;
}

/* line 98, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td.product-name .product-name_item-info-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 123.49%;
  color: #606060;
  margin-right: 20px;
}

/* line 113, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td.product-price {
  width: 100%;
}

/* line 117, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td.product-remove {
  width: 50px;
}

/* line 124, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td.product-quantity,
.woocommerce table.shop_table td.product-subtotal {
  display: none;
}

/* line 130, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td.product-price .woocommerce-Price-amount {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 35px;
}

/* line 138, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td.product-price .woocommerce-Price-amount::after {
  position: absolute;
  content: "\440\443\431.";
  top: 0;
  right: 0;
}

/* line 145, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td.product-price .woocommerce-Price-amount-info {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 15px;
  color: #231c25;
  margin-right: 11px;
}

/* line 155, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td.product-price .woocommerce-Price-amount:lang(en) {
  padding-right: 30px;
}

/* line 158, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td.product-price .woocommerce-Price-amount:lang(en)::after {
  content: "rub";
}

/* line 168, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td.actions {
  display: none;
  background: transparent;
}

/* line 172, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td.actions:hover {
  background: transparent;
}

/* line 177, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

table.cart img {
  width: 177px;
  object-fit: contain;
  box-shadow: none;
  height: auto;
}

/* line 184, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.product-remove a {
  font-size: 28px;
  opacity: 0.7;
  font-weight: 300;
}

/* line 190, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.quantity label.screen-reader-text {
  display: none;
}

/* line 194, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.quantity {
  display: none;
}

/* line 200, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.quantity .minus-cart,
.quantity .plus-cart {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 31px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  color: #c4c4c4;
  cursor: pointer;
}

/* line 217, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.quantity .minus-cart:hover,
.quantity .plus-cart:hover {
  background: #6d59c6;
  color: #fff;
  transition: all 0.5s ease;
}

/* line 224, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.quantity input.qty {
  text-align: center;
  width: 60px;
  height: 31px;
  border: none;
  outline: none;
  background: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 123.49%;
  color: #606060;
  cursor: pointer;
  margin: 0;
}

/* line 239, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.quantity input.qty::-webkit-inner-spin-button,
.quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 247, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

table.shop_table .coupon {
  display: none;
}

/* line 251, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce-Price-currencySymbol {
  display: inline-block;
  padding-right: 5px;
}

/* line 256, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce-notices-wrapper {
  display: none;
}

/* line 260, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

button[name=update_cart] {
  display: none;
}

/* line 264, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce-form-coupon-toggle {
  display: none;
}

/* line 268, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce-checkout-review-order-table {
  display: none;
}

/* line 272, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce-additional-fields h3 {
  display: none;
}

/* line 276, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#customer_details {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 0;
}

/* line 281, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#customer_details h3 {
  display: none;
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 114%;
  text-transform: uppercase;
  color: #6d59c6;
  margin-bottom: 11px;
}

/* line 293, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#customer_details .woocommerce-billing-fields-subtitles {
  display: none;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 123.5%;
  color: #606060;
}

/* line 302, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#customer_details .woocommerce-billing-fields {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 488px;
}

/* line 312, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#customer_details .woocommerce-billing-fields__field-wrapper,
#customer_details .woocommerce-organisation-fields__field-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: start;
  width: 100%;
}

/* line 322, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#customer_details .woocommerce-billing-fields__field-wrapper .form-row,
#customer_details .woocommerce-organisation-fields__field-wrapper .form-row {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
}

/* line 328, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#customer_details .woocommerce-billing-fields__field-wrapper .form-row label,
#customer_details .woocommerce-organisation-fields__field-wrapper .form-row label {
  display: none;
}

/* line 333, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#customer_details .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input,
#customer_details .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea,
#customer_details .woocommerce-organisation-fields__field-wrapper .form-row .woocommerce-input-wrapper input,
#customer_details .woocommerce-organisation-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea {
  outline: none;
  appearance: none;
  padding-left: 30px;
  background: #fff;
  height: 60px;
  width: 100%;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #231c25;
  border: 2px solid #231c25;
  box-sizing: border-box;
  border-radius: 8px;
}

/* line 351, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#customer_details .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input::placeholder,
#customer_details .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea::placeholder,
#customer_details .woocommerce-organisation-fields__field-wrapper .form-row .woocommerce-input-wrapper input::placeholder,
#customer_details .woocommerce-organisation-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #9a9b9c;
}

/* line 360, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#customer_details .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea,
#customer_details .woocommerce-organisation-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea {
  height: 134px;
  padding-top: 20px;
  padding-left: 20px;
}

/* line 367, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#customer_details .woocommerce-billing-fields__field-wrapper .form-row-comment,
#customer_details .woocommerce-organisation-fields__field-wrapper .form-row-comment {
  max-width: 100%;
}

/* line 373, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#customer_details .woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

/* line 380, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#customer_details .woocommerce-additional-fields__field-wrapper .form-row {
  width: 100%;
  text-align: center;
}

/* line 384, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#customer_details .woocommerce-additional-fields__field-wrapper .form-row label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

/* line 393, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#customer_details .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea {
  outline: none;
  appearance: none;
  border: none;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  height: 80px !important;
  resize: none;
  width: 50% !important;
  text-align: center;
  font-weight: 400;
  padding-top: 5px;
  font-size: 14px;
  color: #231c25;
}

/* line 414, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#order_review {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  bottom: -50px;
  right: 0;
  width: 358px;
  padding-top: 5px;
}

/* line 424, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#order_review .woocommerce-terms-and-conditions-wrapper {
  display: none;
}

/* line 429, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#order_review .woocommerce-checkout-payment .wc_payment_method {
  margin-bottom: 10px;
  text-align: left;
}

/* line 433, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#order_review .woocommerce-checkout-payment .wc_payment_method .payment_method_bacs {
  width: 70%;
  margin: 0 auto;
}

/* line 439, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#order_review .woocommerce-checkout-payment .woocommerce-privacy-policy-text p,
#order_review .woocommerce-checkout-payment .payment_method_cod p {
  font-size: 11px;
  color: #404040;
  margin-bottom: 0;
}

/* line 448, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

#order_review_heading {
  display: none;
}

/* line 452, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  font-size: 12px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 15px;
  color: #6d59c6;
}

/* line 459, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout strong {
  color: #231c25;
}

/* line 464, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

a.cart-pdf-button.button {
  top: 30px;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}

/* line 472, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.place-order {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: start;
  margin-top: 0;
}

/* line 480, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.place-order #privacy_policy_field {
  order: 2;
  font-size: 12px;
  margin-top: 10px;
}

/* line 486, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.place-order .woocommerce-privacy-policy-text {
  text-align: left;
}

/* line 490, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.place-order button#place_order {
  order: 1;
  width: 358px;
  height: 60px;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 32px;
  color: #fff;
  outline: none;
  background: #6d59c6;
  border: none;
  box-sizing: border-box;
  border-radius: 8px;
  cursor: pointer;
}

/* line 506, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.place-order button#place_order:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 513, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.form-row-eng {
  display: none;
}

/* line 516, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.form-row-eng:lang(en) {
  display: block;
}

/* line 522, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.form-row-ru:lang(en) {
  display: none;
}

/* line 528, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.error-en {
  display: none;
}

/* line 531, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.error-en:lang(en) {
  display: block;
}

/* line 537, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.error-ru:lang(en) {
  display: none;
}

/* line 542, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

a#wc-print-button {
  display: block;
  margin-bottom: 20px;
  background: #6d59c6;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 200px;
  font-weight: 600;
}

/* line 554, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce-order-details__title,
.woocommerce-column__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 561, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.wc_payment_methods {
  display: none;
}

/** Заказ принят */

/* line 566, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce-order-overview__total,
.woocommerce-order-overview__payment-method {
  display: none;
}

/* line 571, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce-thankyou-order-details {
  margin-bottom: 15px;
}

/* line 575, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce .woocommerce-table--order-details {
  width: 50% !important;
}

/* line 579, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table th.woocommerce-table__product-table {
  display: none;
}

/* line 583, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table td.woocommerce-table__product-total {
  display: none;
}

/* line 587, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce table.shop_table tfoot {
  display: none;
}

/* line 591, resources/assets/styles/woocommerce/_cart-checkout-page.scss */

.woocommerce-notice {
  font-style: normal;
  font-weight: normal;
  font-size: 35px !important;
  line-height: 26px !important;
  color: #6d59c6 !important;
  margin-bottom: 30px !important;
}

/** adaptive 559 */

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-header.scss */

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

  /* line 7, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header {
    flex-wrap: wrap;
  }

  /* line 11, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-logo {
    position: relative;
    width: 180px;
    z-index: 9;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-main {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin-right: 0;
    margin-top: 12px;
  }

  /* line 25, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-title {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    max-width: 300px;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-info-phone,
  .banner__header-info-social {
    display: none;
  }

  /* line 41, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-info-languages {
    top: -120px;
    left: 100%;
  }

  /* line 47, resources/assets/styles/559-adaptive/_559-header.scss */

  .scrolled .banner__header-logo {
    width: 180px;
    margin-right: 15px;
  }

  /* line 52, resources/assets/styles/559-adaptive/_559-header.scss */

  .scrolled .banner__header-info-languages {
    top: -35px;
    left: 100%;
  }

  /* line 58, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner.scrolled .banner__nav-primary--scroll {
    display: none;
  }

  /* line 62, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-info--active {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }

  /* line 70, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-info--active .banner__header-info-phone {
    display: flex !important;
    justify-content: center;
    margin-bottom: 0 !important;
  }

  /* line 76, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-info--active .banner__header-info-social {
    display: flex !important;
    justify-content: center;
    margin-top: 16px;
  }

  /* line 82, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-info--active .banner__header-info-social-link {
    margin-right: 10px !important;
  }

  /* line 87, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__nav-primary {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 0 !important;
    margin-right: 0;
    padding-top: 120px;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    color: #231c25;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 5;
  }

  /* line 104, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__nav-primary--active {
    display: block !important;
  }

  /* line 109, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__nav-primary-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* line 115, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__nav-primary-list li.menu-item {
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* line 120, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner .navi {
    position: absolute;
    top: 20px;
    right: 0;
    background: transparent;
    height: 55px;
    display: block;
    z-index: 199;
    transition: 0.5s ease-in-out;
    padding: 23px 27px;
    margin-left: auto;
    margin-right: 15px;
    width: 55px;
    cursor: pointer;
  }

  /* line 136, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner .navi::before,
  .banner .navi::after {
    background: #6d59c6;
    backface-visibility: hidden;
    content: "";
    height: 3.33px;
    left: calc(50% - 12.5px);
    transition: 0.5s ease-in-out;
    width: 35px;
    border-radius: 2px;
  }

  /* line 148, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner .navi::before {
    box-shadow: #6d59c6 0 9px 0 0;
    position: absolute;
    top: calc(50% - 10px);
  }

  /* line 154, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner .navi::after {
    position: absolute;
    top: calc(50% + 8px);
  }

  /* line 159, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner .navi--active {
    position: fixed;
    top: 30px;
    right: 0;
    height: 55px;
    transition: 0.5s ease-in-out;
  }

  /* line 166, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner .navi--active::before,
  .banner .navi--active::after {
    background: #6d59c6;
  }

  /* line 171, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner .navi--active::before {
    box-shadow: #6d59c6 0 0 0 0;
    top: 50%;
    transform: rotate(-45deg);
  }

  /* line 177, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner .navi--active::after {
    top: 50%;
    transform: rotate(45deg);
  }
}

@media (min-width: 1px) and (max-width: 444px) {
  /* line 186, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-info-languages {
    left: 185px;
  }

  /* line 190, resources/assets/styles/559-adaptive/_559-header.scss */

  .scrolled .banner__header-info-languages {
    left: 185px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-main.scss */

  main {
    padding-top: 200px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-breadcrumbs.scss */

  .breadcrumbs {
    margin-bottom: 30px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog {
    margin-bottom: 50px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-content-item {
    display: flex;
    flex-direction: row;
    margin: 0;
    margin-bottom: 10px;
    width: calc((100% - 30px) / 3);
    min-height: 100px;
    margin-right: 15px !important;
  }

  /* line 41, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-content-item:nth-child(3n) {
    margin-right: 0 !important;
  }

  /* line 50, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-content-item-image {
    width: 78.94px;
    height: 70.04px;
    object-fit: contain;
    object-position: center;
  }

  /* line 57, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-content-item-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
    height: 100%;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    margin-bottom: 20px;
  }

  /* line 9, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about_textarea-heading {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #231c25;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 21, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about_textarea {
    max-width: 100%;
    margin-right: 0;
    color: #231c25;
  }

  /* line 27, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about_textarea-content p {
    margin-bottom: 15px;
  }

  /* line 31, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about_textinfo {
    max-width: 100%;
    margin-top: 20px;
    padding: 25px 15px 20px;
  }

  /* line 37, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about_textinfo-content p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages {
    background: #fff;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages-title {
    font-size: 20px;
    line-height: 25px;
    color: #231c25;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages-content {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    color: #231c25;
  }

  /* line 19, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages_item {
    max-width: 100%;
    margin-right: 0;
  }

  /* line 24, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages_item::after {
    display: none;
  }

  /* line 28, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages_item-title {
    position: relative;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0;
    min-height: auto;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages_item-title br {
    display: none;
  }

  /* line 39, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages_item-title::after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(45.01deg, #493dbc 5.38%, #d3a7e3 94.62%);
  }

  /* line 50, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages_item-text {
    margin-top: 22px;
  }

  /* line 54, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages_info {
    padding: 20px 0 40px;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 60, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages_info-text {
    max-width: 100%;
    margin-right: 0;
    margin-top: 5px;
    color: #231c25;
    order: 2;
  }

  /* line 68, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages_info-images {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 100%;
    height: 100%;
    order: 1;
  }

  /* line 76, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages_info-image {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-reviews.scss */

  .front-page__reviews {
    margin-top: 20px;
    margin-bottom: 110px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-front-page-reviews.scss */

  .front-page__reviews-title {
    font-size: 20px;
    line-height: 25px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-front-page-reviews.scss */

  .front-page__reviews-content {
    margin-top: 35px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-examples.scss */

  .front-page__examples {
    padding: 30px 0 35px;
    min-height: 240px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-front-page-examples.scss */

  .front-page__examples-text {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 40px;
  }

  /* line 13, resources/assets/styles/559-adaptive/_559-front-page-examples.scss */

  .front-page__examples_social-item:first-child {
    margin-right: 20px;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-front-page-examples.scss */

  .front-page__examples_social-item-image {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-app.scss */

  .front-page__app {
    margin-top: 35px;
    margin-bottom: 100px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-front-page-app.scss */

  .front-page__app-image {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page {
    margin-bottom: 90px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__head {
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 11, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__head-info-heading {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__head-info {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* line 23, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__head-info-item {
    width: calc((100% - 40px) / 3);
    min-height: 100px;
    margin-right: 20px !important;
  }

  /* line 28, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__head-info-item:nth-child(3n) {
    margin-right: 0 !important;
  }

  /* line 33, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__why {
    margin-bottom: 40px;
  }

  /* line 37, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__why-title,
  .repair-page__why-list {
    display: none;
  }

  /* line 42, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__why--adaptive {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 40px;
  }

  /* line 50, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__why--adaptive-title,
  .repair-page__why--adaptive-list {
    display: flex !important;
  }

  /* line 55, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__why--adaptive-title {
    font-size: 20px;
    line-height: 25px;
  }

  /* line 60, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__why--adaptive-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }

  /* line 68, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__why-list-item {
    margin-bottom: 15px;
  }

  /* line 72, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__why-content {
    margin: 50px 0 30px;
  }

  /* line 76, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__why-content-image {
    width: calc((100% - 20px) / 3);
    height: 155px;
    margin-right: 10px;
  }

  /* line 82, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__make-title {
    font-size: 20px;
    line-height: 25px;
  }

  /* line 87, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__make-content {
    margin-top: 25px;
    flex-direction: column;
  }

  /* line 92, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__make-item {
    padding: 15px 20px 25px;
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }

  /* line 99, resources/assets/styles/559-adaptive/_559-template-repair.scss */

  .repair-page__make-item_list {
    margin-top: 25px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__heading,
  .shop-page__header-title {
    font-size: 20px;
    line-height: 25px;
    display: none;
  }

  /* line 9, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__head-adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__head-adaptive-search {
    max-width: 240px;
    width: 100%;
  }

  /* line 21, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__head-adaptive-search .banner__search {
    max-width: 240px;
    background: #fff !important;
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__head-adaptive-search .aws-container .aws-search-form .aws-form-btn {
    background: #6d59c6;
    border: 1px solid #6d59c6;
    box-sizing: border-box;
    border-radius: 5px;
  }

  /* line 33, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__head-adaptive-search .aws-container .aws-search-form .aws-search-btn_icon {
    color: #fff;
  }

  /* line 37, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__head-adaptive-search .aws-container .aws-search-field {
    background: #fff;
    color: #231c25;
    border: 1px solid #6d59c6;
    box-sizing: border-box;
    border-radius: 5px;
  }

  /* line 46, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__head-adaptive-filter {
    display: block;
    position: relative;
    width: 22px;
    height: 20px;
    cursor: pointer;
  }

  /* line 53, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__head-adaptive-filter::after {
    position: absolute;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjU1LjAzN0M2LjAyLjE3NyAzLjU2OS41NjYgMi4wODUgMS4wNjJjLS41NzYuMTkzLTEuMjk5LjU0MS0xLjU4OC43NjZhMS40MzMgMS40MzMgMCAwIDAtLjM3Ni40MTlsLS4xMi4yMlY0LjE3YzAgMS44NDggMCAxLjg0NC4yNDYgMi4xMy4yOTMuMzQuOTk0LjcxOCAxLjgyOS45ODhsLjQ4Mi4xNTYgMS4yMSAxLjQgMy4yNTMgMy43NjIgMi4wNDQgMi4zNjMuMDEyIDIuNTA2LjAxMiAyLjUwNi42NDQuMDEuNjQ1LjAxIDEuMjY4LS43MzQgMS4yNjctLjczNC4wMjItMS43OTEuMDIxLTEuNzkyIDIuOS0zLjM1NUwxOS4xIDcuODRsLjM0My0uNC4zNjYtLjExM2MxLjExMy0uMzQ2IDEuODkxLS44MTYgMi4xMS0xLjI3NC4wNzMtLjE1MS4wOC0uMzA2LjA4LTEuODc1TDIyIDIuNDY4bC0uMTItLjIyMWMtLjI5NS0uNTQtMS4zNTktMS4wNjktMi45MjgtMS40NTdDMTcuMzcyLjQgMTUuNTEuMTUgMTMuMzIuMDM1Yy0uOTAzLS4wNDgtMy44OTctLjA0Ni00Ljc3LjAwMlptNS4yNjQgMS4wODRjMi41OTMuMTggNC43ODIuNTY4IDYuMTc4IDEuMDk2LjM4My4xNDUuNzYyLjMzNi43NjIuMzg1IDAgLjA5Ny0uOTAxLjQ2Ni0xLjYzMy42NjgtMi4xNDkuNTk2LTQuODE2Ljg4Ny04LjEyMS44ODctMy4yOTIgMC01Ljk5NS0uMjk1LTguMTIxLS44ODYtLjc3OS0uMjE2LTEuNjAyLS41Ni0xLjYwMi0uNjcgMC0uMDYuMzMyLS4yMzMuNzY0LS4zOTcgMS40MjItLjUzOCAzLjkxLS45NTggNi41MS0xLjFsMS4wOTUtLjA2Yy41OC0uMDMyIDMuMzI3LjAxOSA0LjE2OC4wNzdaIiBmaWxsPSIjNkQ1OUM2Ii8+PC9zdmc+);
    top: 0;
    left: 0;
  }

  /* line 61, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__content {
    margin-top: 60px;
  }

  /* line 65, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__sidebar {
    display: none;
    position: absolute;
    top: 290px;
    right: 0;
    margin-right: 0;
    max-width: 375px;
    border-radius: 8px 0 0 8px;
    z-index: 5;
  }

  /* line 75, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__sidebar .banner-search-wrap {
    display: none;
  }

  /* line 79, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__sidebar.active {
    display: flex;
  }

  /* line 84, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__loop ul.products .product {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* line 89, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__loop ul.products .product:nth-child(odd) {
    margin-right: 0;
  }

  /* line 93, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__loop ul.products .product:nth-child(even) {
    margin-right: 0;
  }

  /* line 98, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__loop ul.products .product .attachment-woocommerce_thumbnail,
  .shop-page__loop ul.products .product .wp-post-image {
    object-fit: contain;
  }

  /* line 104, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  #woosq-popup {
    max-height: 70vh !important;
  }

  /* line 108, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  #woosq-popup .product_type_simple {
    margin: auto;
    margin-top: 40px;
  }
}

@media (min-width: 1px) and (max-width: 450px) {
  /* line 115, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .product-page__parameters-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page {
    margin-bottom: 150px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__head-title {
    font-size: 20px;
    line-height: 25px;
  }

  /* line 11, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__head-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__main-title {
    font-size: 16px;
  }

  /* line 20, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__main-content {
    margin-top: 20px;
  }

  /* line 24, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__main-content_item-model {
    padding: 5px 10px;
  }

  /* line 28, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__main-modification-content {
    margin-top: 30px;
  }

  /* line 32, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__loop ul.products .product {
    width: 100%;
    margin-right: 0;
  }

  /* line 36, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__loop ul.products .product:nth-child(odd) {
    margin-right: 0;
  }

  /* line 40, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__loop ul.products .product:nth-child(even) {
    margin-right: 0;
  }

  /* line 45, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__loop ul.products .product .attachment-woocommerce_thumbnail {
    height: 210px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page {
    margin-bottom: 120px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__head-title {
    font-size: 20px;
    line-height: 25px;
  }

  /* line 11, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__system-title {
    font-size: 16px;
  }

  /* line 15, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__system-content {
    margin-top: 30px;
  }

  /* line 19, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__system-content_item {
    width: 100%;
    min-height: auto;
    margin-right: 0;
    padding-bottom: 15px;
  }

  /* line 25, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__system-content_item:nth-child(odd) {
    margin-right: 0;
  }

  /* line 29, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__system-content_item:nth-child(even) {
    margin-right: 0;
  }

  /* line 34, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__system-content_item-title {
    font-size: 30px;
    line-height: 38px;
    min-height: auto;
  }

  /* line 40, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__service-content_item {
    width: 100%;
    min-height: auto;
    margin-right: 0;
  }

  /* line 45, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__service-content_item:nth-child(odd) {
    margin-right: 0;
  }

  /* line 49, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__service-content_item:nth-child(even) {
    margin-right: 0;
  }

  /* line 54, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__service-content_item-info {
    align-items: flex-end;
  }

  /* line 58, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__service-content_item-popup-content {
    padding: 30px 20px 50px 15px;
  }

  /* line 62, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__service-content_item-popup-content p img {
    width: 100%;
  }

  /* line 66, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__service-content_item-popup-close {
    right: 8px;
    top: 18px;
  }

  /* line 71, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__service-back {
    font-size: 16px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-cart-checkout-page.scss */

  .woocommerce-checkout .inner-page {
    margin-top: 0;
    padding-bottom: 100px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-cart-checkout-page.scss */

  .woocommerce-cart-form {
    width: 510px;
    max-width: 100%;
    overflow-x: scroll;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-cart-checkout-page.scss */

  .woocommerce-cart-form::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 1px;
    height: 5px;
  }

  /* line 18, resources/assets/styles/559-adaptive/_559-cart-checkout-page.scss */

  .woocommerce-cart-form::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #6d59c6;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-cart-checkout-page.scss */

  .woocommerce table.shop_table {
    width: 510px !important;
    max-width: 100%;
  }

  /* line 31, resources/assets/styles/559-adaptive/_559-cart-checkout-page.scss */

  table.cart img {
    height: 89px;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-cart-checkout-page.scss */

  .woocommerce-notice {
    font-size: 25px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
  }

  /* line 41, resources/assets/styles/559-adaptive/_559-cart-checkout-page.scss */

  .woocommerce table.shop_table th {
    text-align: center;
  }

  /* line 45, resources/assets/styles/559-adaptive/_559-cart-checkout-page.scss */

  #order_review {
    margin: auto;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-forms.scss */

  .front-page__app-form .wpcf7 .wpcf7-form__block-title,
  .repair-page__head-form .wpcf7 .wpcf7-form__block-title,
  .product-page__service-form .wpcf7 .wpcf7-form__block-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 19px;
  }

  /* line 10, resources/assets/styles/559-adaptive/_559-forms.scss */

  .front-page__app-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control,
  .repair-page__head-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control,
  .product-page__service-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control {
    height: 48.5px;
    padding-left: 20px;
    margin-bottom: 16px;
  }

  /* line 18, resources/assets/styles/559-adaptive/_559-forms.scss */

  .front-page__app-form .wpcf7 .wpcf7-form input[type="submit"],
  .repair-page__head-form .wpcf7 .wpcf7-form input[type="submit"],
  .product-page__service-form .wpcf7 .wpcf7-form input[type="submit"] {
    height: 48.5px;
    font-size: 20px;
    line-height: 20px;
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-forms.scss */

  .front-page__app-form .wpcf7 .wpcf7-form__footer,
  .repair-page__head-form .wpcf7 .wpcf7-form__footer,
  .product-page__service-form .wpcf7 .wpcf7-form__footer {
    margin-top: 0;
  }

  /* line 32, resources/assets/styles/559-adaptive/_559-forms.scss */

  .front-page__app-form .wpcf7 .wpcf7-form .wpcf7-submit-wrapper,
  .repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-submit-wrapper,
  .product-page__service-form .wpcf7 .wpcf7-form .wpcf7-submit-wrapper {
    flex-direction: column;
  }

  /* line 38, resources/assets/styles/559-adaptive/_559-forms.scss */

  .front-page__app-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox,
  .repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox,
  .product-page__service-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox {
    margin-top: -10px;
  }

  /* line 44, resources/assets/styles/559-adaptive/_559-forms.scss */

  .product-page__service-form .wpcf7 .wpcf7-form__footer,
  .repair-page__head-form .wpcf7 .wpcf7-form__footer {
    margin-top: 16px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-buttons.scss */

  .product-page__service-button {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 8, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer {
    order: 2;
    padding-top: 25px;
    padding-bottom: 40px;
  }

  /* line 14, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-wrapper {
    max-width: 100%;
  }

  /* line 18, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 24, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-info_navigation {
    order: 2;
    margin-right: 0;
    margin-top: 40px;
  }

  /* line 30, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-info_contact {
    order: 1;
    max-width: 100%;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-bottom {
    margin-top: 30px;
  }

  /* line 39, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__map {
    order: 1;
    position: static;
    max-width: 100%;
    height: 180px;
    margin-top: -50px;
    text-align: center;
  }

  /* line 47, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__map iframe {
    height: 180px;
    width: 95%;
    border-radius: 8px;
  }

  /* line 54, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info-en__footer-info_top-logo {
    width: 150px;
    height: 75px;
  }

  /* line 59, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info-en__footer-info_navigation {
    margin-bottom: 10px;
  }

  /* line 63, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info-en__footer-info_contact {
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 68, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info-en__footer-info_contact-item {
    max-width: 100%;
  }

  /* line 72, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info-en__footer-info_top-turn-on {
    font-size: 14px;
    padding-right: 20px;
  }
}

/** adaptive 768 */

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-breadcrumbs.scss */

  .breadcrumbs {
    margin-bottom: 35px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog-content-item {
    width: calc((100% - 50px) / 3);
    min-height: 205px;
    margin-right: 25px !important;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog-content-item:nth-child(3n) {
    margin-right: 0 !important;
  }

  /* line 12, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog-content-item-image {
    height: 150px;
  }

  /* line 16, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog-content-item-title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-about.scss */

  .front-page__about {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-about.scss */

  .front-page__about_textarea-heading {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
  }

  /* line 13, resources/assets/styles/768-adaptive/_768-front-page-about.scss */

  .front-page__about-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 18, resources/assets/styles/768-adaptive/_768-front-page-about.scss */

  .front-page__about_textarea {
    max-width: 100%;
    margin-right: 0;
  }

  /* line 23, resources/assets/styles/768-adaptive/_768-front-page-about.scss */

  .front-page__about_textinfo {
    max-width: 100%;
    margin-top: 30px;
    padding: 40px 30px 45px;
  }

  /* line 29, resources/assets/styles/768-adaptive/_768-front-page-about.scss */

  .front-page__about_textinfo-content p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages-title {
    font-size: 30px;
    line-height: 38px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages-content {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 35px;
  }

  /* line 13, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages_item {
    max-width: 100%;
    margin-right: 0;
  }

  /* line 18, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages_item::after {
    display: none;
  }

  /* line 22, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages_item-title {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    min-height: auto;
  }

  /* line 29, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages_item-title br {
    display: none;
  }

  /* line 33, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages_item-title::after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(45.01deg, #493dbc 5.38%, #d3a7e3 94.62%);
  }

  /* line 44, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages_item-text {
    margin-top: 22px;
  }

  /* line 48, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages_info {
    padding: 35px 0 50px;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 54, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages_info-text {
    max-width: 100%;
    margin-right: 0;
    margin-top: 20px;
    order: 2;
  }

  /* line 61, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages_info-images {
    max-width: 100%;
    height: 210px;
    order: 1;
  }

  /* line 67, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages_info-image {
    width: calc((100% - 20px) / 2);
    height: 210px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-reviews.scss */

  .front-page__reviews-title {
    font-size: 30px;
    line-height: 38px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-reviews.scss */

  .front-page__reviews-content {
    margin-top: 40px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-examples.scss */

  .front-page__examples {
    padding: 45px 0;
    min-height: 350px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-examples.scss */

  .front-page__examples-text {
    font-size: 30px;
    line-height: 38px;
  }

  /* line 12, resources/assets/styles/768-adaptive/_768-front-page-examples.scss */

  .front-page__examples_social-item:first-child {
    margin-right: 20px;
  }

  /* line 16, resources/assets/styles/768-adaptive/_768-front-page-examples.scss */

  .front-page__examples_social-item-image {
    width: 55px;
    height: 55px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-app.scss */

  .front-page__app {
    margin-top: 50px;
    margin-bottom: 120px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-app.scss */

  .front-page__app-image {
    display: none;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page {
    margin-bottom: 120px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__head {
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__head-info-heading {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
  }

  /* line 17, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__head-info {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* line 23, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__head-info-item {
    width: calc((100% - 60px) / 4);
    min-height: 100px;
    margin-right: 20px;
  }

  /* line 28, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__head-info-item:nth-child(4n) {
    margin-right: 0;
  }

  /* line 32, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__head-info-item:nth-child(5n) {
    margin-right: 20px;
  }

  /* line 37, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__why {
    margin-bottom: 40px;
  }

  /* line 41, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__why-title,
  .repair-page__why-list {
    display: none;
  }

  /* line 46, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__why--adaptive {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 40px;
  }

  /* line 54, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__why--adaptive-title,
  .repair-page__why--adaptive-list {
    display: flex !important;
  }

  /* line 59, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__why--adaptive-title {
    font-size: 25px;
    line-height: 35px;
  }

  /* line 64, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__why--adaptive-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }

  /* line 72, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__why-list-item {
    margin-bottom: 15px;
  }

  /* line 76, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__why-content {
    margin: 50px 0 30px;
  }

  /* line 80, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__why-content-image {
    height: 200px;
  }

  /* line 84, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__make-title {
    font-size: 25px;
    line-height: 35px;
  }

  /* line 89, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__make-content {
    margin-top: 25px;
    flex-direction: column;
  }

  /* line 94, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__make-item {
    padding: 15px 20px 25px;
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }

  /* line 101, resources/assets/styles/768-adaptive/_768-template-repair.scss */

  .repair-page__make-item_list {
    margin-top: 25px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__heading,
  .shop-page__header-title {
    font-size: 30px;
    line-height: 38px;
  }

  /* line 8, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__head-adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  /* line 16, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__head-adaptive-search {
    max-width: 300px;
    width: 100%;
  }

  /* line 20, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__head-adaptive-search .banner__search {
    max-width: 300px;
    background: #fff !important;
  }

  /* line 25, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__head-adaptive-search .aws-container .aws-search-form .aws-form-btn {
    background: #6d59c6;
    border: 1px solid #6d59c6;
    box-sizing: border-box;
    border-radius: 5px;
  }

  /* line 32, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__head-adaptive-search .aws-container .aws-search-form .aws-search-btn_icon {
    color: #fff;
  }

  /* line 36, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__head-adaptive-search .aws-container .aws-search-field {
    background: #fff;
    color: #231c25;
    border: 1px solid #6d59c6;
    box-sizing: border-box;
    border-radius: 5px;
  }

  /* line 45, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__head-adaptive-filter {
    display: block;
    position: relative;
    width: 22px;
    height: 20px;
    cursor: pointer;
  }

  /* line 52, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__head-adaptive-filter::after {
    position: absolute;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjU1LjAzN0M2LjAyLjE3NyAzLjU2OS41NjYgMi4wODUgMS4wNjJjLS41NzYuMTkzLTEuMjk5LjU0MS0xLjU4OC43NjZhMS40MzMgMS40MzMgMCAwIDAtLjM3Ni40MTlsLS4xMi4yMlY0LjE3YzAgMS44NDggMCAxLjg0NC4yNDYgMi4xMy4yOTMuMzQuOTk0LjcxOCAxLjgyOS45ODhsLjQ4Mi4xNTYgMS4yMSAxLjQgMy4yNTMgMy43NjIgMi4wNDQgMi4zNjMuMDEyIDIuNTA2LjAxMiAyLjUwNi42NDQuMDEuNjQ1LjAxIDEuMjY4LS43MzQgMS4yNjctLjczNC4wMjItMS43OTEuMDIxLTEuNzkyIDIuOS0zLjM1NUwxOS4xIDcuODRsLjM0My0uNC4zNjYtLjExM2MxLjExMy0uMzQ2IDEuODkxLS44MTYgMi4xMS0xLjI3NC4wNzMtLjE1MS4wOC0uMzA2LjA4LTEuODc1TDIyIDIuNDY4bC0uMTItLjIyMWMtLjI5NS0uNTQtMS4zNTktMS4wNjktMi45MjgtMS40NTdDMTcuMzcyLjQgMTUuNTEuMTUgMTMuMzIuMDM1Yy0uOTAzLS4wNDgtMy44OTctLjA0Ni00Ljc3LjAwMlptNS4yNjQgMS4wODRjMi41OTMuMTggNC43ODIuNTY4IDYuMTc4IDEuMDk2LjM4My4xNDUuNzYyLjMzNi43NjIuMzg1IDAgLjA5Ny0uOTAxLjQ2Ni0xLjYzMy42NjgtMi4xNDkuNTk2LTQuODE2Ljg4Ny04LjEyMS44ODctMy4yOTIgMC01Ljk5NS0uMjk1LTguMTIxLS44ODYtLjc3OS0uMjE2LTEuNjAyLS41Ni0xLjYwMi0uNjcgMC0uMDYuMzMyLS4yMzMuNzY0LS4zOTcgMS40MjItLjUzOCAzLjkxLS45NTggNi41MS0xLjFsMS4wOTUtLjA2Yy41OC0uMDMyIDMuMzI3LjAxOSA0LjE2OC4wNzdaIiBmaWxsPSIjNkQ1OUM2Ii8+PC9zdmc+);
    top: 0;
    left: 0;
  }

  /* line 60, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__content {
    margin-top: 60px;
  }

  /* line 64, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__sidebar {
    display: none;
    position: absolute;
    top: 250px;
    right: 15px;
    margin-right: 0;
    max-width: 350px;
    border-radius: 8px;
    z-index: 5;
  }

  /* line 74, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__sidebar .banner-search-wrap {
    display: none;
  }

  /* line 78, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__sidebar.active {
    display: flex;
  }

  /* line 83, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__loop ul.products .product {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  /* line 88, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__loop ul.products .product:nth-child(odd) {
    margin-right: 20px;
  }

  /* line 92, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__loop ul.products .product:nth-child(even) {
    margin-right: 0;
  }

  /* line 97, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  #woosq-popup {
    max-height: 70vh !important;
  }

  /* line 101, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  #woosq-popup .product_type_simple {
    margin: auto;
    margin-top: 40px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page {
    margin-bottom: 150px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__head-title {
    font-size: 30px;
    line-height: 38px;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__head-list {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  /* line 16, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__main-title {
    font-size: 20px;
  }

  /* line 20, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__main-content {
    margin-top: 35px;
  }

  /* line 24, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__main-modification-content {
    margin-top: 35px;
  }

  /* line 28, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__loop ul.products .product {
    width: calc((100% - 20px) / 2);
    margin-right: 15px;
  }

  /* line 32, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__loop ul.products .product:nth-child(odd) {
    margin-right: 20px;
  }

  /* line 36, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__loop ul.products .product:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__head-title {
    font-size: 30px;
    line-height: 38px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__system-title {
    font-size: 20px;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__system-content {
    margin-top: 35px;
  }

  /* line 15, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__system-content_item {
    width: calc((100% - 20px) / 2);
    min-height: 390px;
    margin-right: 20px;
    padding-bottom: 15px;
  }

  /* line 21, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__system-content_item:nth-child(odd) {
    margin-right: 20px;
  }

  /* line 25, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__system-content_item:nth-child(even) {
    margin-right: 0;
  }

  /* line 30, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__system-content_item-title {
    font-size: 28px;
    line-height: 35px;
  }

  /* line 35, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__service-content_item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }

  /* line 39, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__service-content_item:nth-child(odd) {
    margin-right: 20px;
  }

  /* line 43, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__service-content_item:nth-child(even) {
    margin-right: 0;
  }

  /* line 48, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__service-content_item-info {
    align-items: flex-end;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-cart-checkout-page.scss */

  .woocommerce-checkout .inner-page {
    margin-top: 0;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-cart-checkout-page.scss */

  table.cart img {
    height: 100px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-forms.scss */

  .front-page__app-form .wpcf7 .wpcf7-form__block-title,
  .repair-page__head-form .wpcf7 .wpcf7-form__block-title,
  .product-page__service-form .wpcf7 .wpcf7-form__block-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 19px;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-forms.scss */

  .front-page__app-form .wpcf7 .wpcf7-form__footer,
  .repair-page__head-form .wpcf7 .wpcf7-form__footer,
  .product-page__service-form .wpcf7 .wpcf7-form__footer {
    margin-top: 0;
  }

  /* line 16, resources/assets/styles/768-adaptive/_768-forms.scss */

  .front-page__app-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
  .repair-page__head-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
  .product-page__service-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
    margin-bottom: 20px;
    padding-top: 20px;
  }



  /* line 23, resources/assets/styles/768-adaptive/_768-forms.scss */

  .front-page__app-form .wpcf7 .wpcf7-form .wpcf7-submit-wrapper,
  .repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-submit-wrapper,
  .product-page__service-form .wpcf7 .wpcf7-form .wpcf7-submit-wrapper {
    flex-direction: column;
  }

  /* line 29, resources/assets/styles/768-adaptive/_768-forms.scss */

  .front-page__app-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox,
  .repair-page__head-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox,
  .product-page__service-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox {
    margin-top: -10px;
  }
}

/** adaptive 989 */

@media (min-width: 560px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-header.scss */

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

  /* line 7, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__header-logo {
    position: relative;
    width: 250px;
    z-index: 9;
  }

  /* line 13, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__header-main {
    display: none;
  }

  /* line 20, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__header-info-phone,
  .banner__header-info-social {
    display: none;
  }

  /* line 26, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__header-info-languages {
    top: -7px;
    left: 60%;
  }

  /* line 32, resources/assets/styles/989-adaptive/_989-header.scss */

  .scrolled .banner__header-logo {
    width: 215px;
    margin-right: 15px;
  }

  /* line 38, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner.scrolled .banner__nav-primary--scroll {
    display: none;
  }

  /* line 42, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__header-info--active {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }

  /* line 50, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__header-info--active .banner__header-info-phone {
    display: flex !important;
    justify-content: center;
    margin-bottom: 0 !important;
  }

  /* line 56, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__header-info--active .banner__header-info-social {
    display: flex !important;
    justify-content: center;
    margin-top: 16px;
  }

  /* line 62, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__header-info--active .banner__header-info-social-link {
    margin-right: 10px !important;
  }

  /* line 67, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 0 !important;
    margin-right: 0;
    padding-top: 90px;
    max-width: 65%;
    background-color: rgba(255, 255, 255, 0.97);
    color: #231c25;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 5;
  }

  /* line 84, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary--active {
    display: block !important;
  }

  /* line 89, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* line 95, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary-list li.menu-item {
    margin-right: 0;
    margin-bottom: 40px;
  }

  /* line 100, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 100%;
    display: block;
    z-index: 199;
    transition: 0.5s ease-in-out;
    padding: 23px 27px;
    margin-left: auto;
    margin-right: 15px;
    width: 55px;
    cursor: pointer;
  }

  /* line 116, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi::before,
  .banner .navi::after {
    background: #6d59c6;
    backface-visibility: hidden;
    content: "";
    height: 3.33px;
    left: calc(50% - 12.5px);
    transition: 0.5s ease-in-out;
    width: 35px;
    border-radius: 2px;
  }

  /* line 128, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi::before {
    box-shadow: #6d59c6 0 9px 0 0;
    position: absolute;
    top: calc(50% - 10px);
  }

  /* line 134, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi::after {
    position: absolute;
    top: calc(50% + 8px);
  }

  /* line 139, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi--active {
    position: fixed;
    top: 30px;
    right: 0;
    height: 55px;
    transition: 0.5s ease-in-out;
  }

  /* line 146, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi--active::before,
  .banner .navi--active::after {
    background: #6d59c6;
  }

  /* line 151, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi--active::before {
    box-shadow: #6d59c6 0 0 0 0;
    top: 50%;
    transform: rotate(-45deg);
  }

  /* line 157, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi--active::after {
    top: 50%;
    transform: rotate(45deg);
  }
}

@media (min-width: 560px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-main.scss */

  main {
    padding-top: 130px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-breadcrumbs.scss */

  .breadcrumbs {
    margin-bottom: 40px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog-content-item {
    width: calc((100% - 90px) / 4);
    min-height: 235px;
    margin-right: 30px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog-content-item:nth-child(4n) {
    margin-right: 0;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog-content-item:nth-child(5n) {
    margin-right: 30px;
  }

  /* line 16, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog-content-item-title {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-about.scss */

  .front-page__about {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-about.scss */

  .front-page__about_textarea-heading {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }

  /* line 13, resources/assets/styles/989-adaptive/_989-front-page-about.scss */

  .front-page__about_textarea {
    margin-right: 55px;
  }

  /* line 17, resources/assets/styles/989-adaptive/_989-front-page-about.scss */

  .front-page__about_textinfo {
    margin-top: 35px;
    padding: 60px 45px 64px 35px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-advantages.scss */

  .front-page__advantages-title {
    font-size: 40px;
    line-height: 50px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-advantages.scss */

  .front-page__advantages-content {
    margin-top: 50px;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-front-page-advantages.scss */

  .front-page__advantages_item {
    margin-right: 30px;
  }

  /* line 15, resources/assets/styles/989-adaptive/_989-front-page-advantages.scss */

  .front-page__advantages_info {
    padding: 60px 0;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 21, resources/assets/styles/989-adaptive/_989-front-page-advantages.scss */

  .front-page__advantages_info-text {
    max-width: 100%;
    margin-right: 0;
    margin-top: 30px;
    order: 2;
  }

  /* line 28, resources/assets/styles/989-adaptive/_989-front-page-advantages.scss */

  .front-page__advantages_info-images {
    max-width: 100%;
    order: 1;
  }

  /* line 33, resources/assets/styles/989-adaptive/_989-front-page-advantages.scss */

  .front-page__advantages_info-image {
    width: calc((100% - 20px) / 2);
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-reviews.scss */

  .front-page__reviews-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-examples.scss */

  .front-page__examples {
    padding: 55px 0;
    min-height: 420px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-examples.scss */

  .front-page__examples-text {
    font-size: 40px;
    line-height: 50px;
  }

  /* line 12, resources/assets/styles/989-adaptive/_989-front-page-examples.scss */

  .front-page__examples_social-item-image {
    width: 75px;
    height: 75px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-app.scss */

  .front-page__app {
    margin-top: 60px;
    margin-bottom: 140px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-app.scss */

  .front-page__app-image {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-template-repair.scss */

  .repair-page__head {
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-template-repair.scss */

  .repair-page__head-info-heading {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 25px;
  }

  /* line 13, resources/assets/styles/989-adaptive/_989-template-repair.scss */

  .repair-page__head-info {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* line 19, resources/assets/styles/989-adaptive/_989-template-repair.scss */

  .repair-page__why-title,
  .repair-page__why-list {
    display: none;
  }

  /* line 24, resources/assets/styles/989-adaptive/_989-template-repair.scss */

  .repair-page__why--adaptive {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 40px;
  }

  /* line 32, resources/assets/styles/989-adaptive/_989-template-repair.scss */

  .repair-page__why--adaptive-title,
  .repair-page__why--adaptive-list {
    display: flex !important;
  }

  /* line 37, resources/assets/styles/989-adaptive/_989-template-repair.scss */

  .repair-page__why--adaptive-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
  }

  /* line 45, resources/assets/styles/989-adaptive/_989-template-repair.scss */

  .repair-page__why-content {
    margin: 40px 0;
  }

  /* line 49, resources/assets/styles/989-adaptive/_989-template-repair.scss */

  .repair-page__why-content-image {
    height: 255px;
  }

  /* line 53, resources/assets/styles/989-adaptive/_989-template-repair.scss */

  .repair-page__make-content {
    margin-top: 30px;
  }

  /* line 57, resources/assets/styles/989-adaptive/_989-template-repair.scss */

  .repair-page__make-item {
    padding: 17px 13px 25px;
  }

  /* line 61, resources/assets/styles/989-adaptive/_989-template-repair.scss */

  .repair-page__make-item_list {
    margin-top: 30px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__heading,
  .shop-page__header-title {
    font-size: 40px;
    line-height: 50px;
  }

  /* line 8, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__head-adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  /* line 16, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__head-adaptive-search {
    max-width: 300px;
    width: 100%;
  }

  /* line 20, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__head-adaptive-search .banner__search {
    max-width: 300px;
    background: #fff !important;
  }

  /* line 25, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__head-adaptive-search .aws-container .aws-search-form .aws-form-btn {
    background: #6d59c6;
    border: 1px solid #6d59c6;
    box-sizing: border-box;
    border-radius: 5px;
  }

  /* line 32, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__head-adaptive-search .aws-container .aws-search-form .aws-search-btn_icon {
    color: #fff;
  }

  /* line 36, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__head-adaptive-search .aws-container .aws-search-field {
    background: #fff;
    color: #231c25;
    border: 1px solid #6d59c6;
    box-sizing: border-box;
    border-radius: 5px;
  }

  /* line 45, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__head-adaptive-filter {
    display: block;
    position: relative;
    width: 22px;
    height: 20px;
    cursor: pointer;
  }

  /* line 52, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__head-adaptive-filter::after {
    position: absolute;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjU1LjAzN0M2LjAyLjE3NyAzLjU2OS41NjYgMi4wODUgMS4wNjJjLS41NzYuMTkzLTEuMjk5LjU0MS0xLjU4OC43NjZhMS40MzMgMS40MzMgMCAwIDAtLjM3Ni40MTlsLS4xMi4yMlY0LjE3YzAgMS44NDggMCAxLjg0NC4yNDYgMi4xMy4yOTMuMzQuOTk0LjcxOCAxLjgyOS45ODhsLjQ4Mi4xNTYgMS4yMSAxLjQgMy4yNTMgMy43NjIgMi4wNDQgMi4zNjMuMDEyIDIuNTA2LjAxMiAyLjUwNi42NDQuMDEuNjQ1LjAxIDEuMjY4LS43MzQgMS4yNjctLjczNC4wMjItMS43OTEuMDIxLTEuNzkyIDIuOS0zLjM1NUwxOS4xIDcuODRsLjM0My0uNC4zNjYtLjExM2MxLjExMy0uMzQ2IDEuODkxLS44MTYgMi4xMS0xLjI3NC4wNzMtLjE1MS4wOC0uMzA2LjA4LTEuODc1TDIyIDIuNDY4bC0uMTItLjIyMWMtLjI5NS0uNTQtMS4zNTktMS4wNjktMi45MjgtMS40NTdDMTcuMzcyLjQgMTUuNTEuMTUgMTMuMzIuMDM1Yy0uOTAzLS4wNDgtMy44OTctLjA0Ni00Ljc3LjAwMlptNS4yNjQgMS4wODRjMi41OTMuMTggNC43ODIuNTY4IDYuMTc4IDEuMDk2LjM4My4xNDUuNzYyLjMzNi43NjIuMzg1IDAgLjA5Ny0uOTAxLjQ2Ni0xLjYzMy42NjgtMi4xNDkuNTk2LTQuODE2Ljg4Ny04LjEyMS44ODctMy4yOTIgMC01Ljk5NS0uMjk1LTguMTIxLS44ODYtLjc3OS0uMjE2LTEuNjAyLS41Ni0xLjYwMi0uNjcgMC0uMDYuMzMyLS4yMzMuNzY0LS4zOTcgMS40MjItLjUzOCAzLjkxLS45NTggNi41MS0xLjFsMS4wOTUtLjA2Yy41OC0uMDMyIDMuMzI3LjAxOSA0LjE2OC4wNzdaIiBmaWxsPSIjNkQ1OUM2Ii8+PC9zdmc+);
    top: 0;
    left: 0;
  }

  /* line 60, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__content {
    margin-top: 60px;
  }

  /* line 64, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__sidebar {
    display: none;
    position: absolute;
    top: 250px;
    right: 15px;
    margin-right: 0;
    max-width: 350px;
    border-radius: 8px;
    z-index: 5;
  }

  /* line 74, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__sidebar .banner-search-wrap {
    display: none;
  }

  /* line 78, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__sidebar.active {
    display: flex;
  }

  /* line 83, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__loop ul.products .product {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  /* line 88, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__loop ul.products .product:nth-child(3n) {
    margin-right: 0;
  }

  /* line 93, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  #woosq-popup .product_type_simple {
    margin: auto;
    margin-top: 40px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-category-page.scss */

  .category-page__head-title {
    font-size: 40px;
    line-height: 50px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-category-page.scss */

  .category-page__head-list {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  /* line 12, resources/assets/styles/989-adaptive/_989-category-page.scss */

  .category-page__main-title {
    font-size: 30px;
  }

  /* line 16, resources/assets/styles/989-adaptive/_989-category-page.scss */

  .category-page__main-content {
    margin-top: 40px;
  }

  /* line 20, resources/assets/styles/989-adaptive/_989-category-page.scss */

  .category-page__main-modification-content {
    margin-top: 40px;
  }

  /* line 24, resources/assets/styles/989-adaptive/_989-category-page.scss */

  .category-page__loop ul.products .product {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }

  /* line 28, resources/assets/styles/989-adaptive/_989-category-page.scss */

  .category-page__loop ul.products .product:nth-child(3n) {
    margin-right: 0;
  }

  /* line 32, resources/assets/styles/989-adaptive/_989-category-page.scss */

  .category-page__loop ul.products .product:nth-child(4n) {
    margin-right: 20px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__head-title {
    font-size: 40px;
    line-height: 50px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__system-title {
    font-size: 30px;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__system-content {
    margin-top: 40px;
  }

  /* line 15, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__system-content_item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }

  /* line 19, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__system-content_item:nth-child(3n) {
    margin-right: 0;
  }

  /* line 23, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__system-content_item:nth-child(4n) {
    margin-right: 20px;
  }

  /* line 28, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__system-content_item-title {
    font-size: 26px;
    line-height: 32px;
  }

  /* line 33, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__service-content_item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }

  /* line 37, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__service-content_item:nth-child(odd) {
    margin-right: 20px;
  }

  /* line 41, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__service-content_item:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-forms.scss */

  .front-page__app-form .wpcf7 .wpcf7-form__block-title,
  .repair-page__head-form .wpcf7 .wpcf7-form__block-title,
  .product-page__service-form .wpcf7 .wpcf7-form__block-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 1px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-404.scss */

  .not-found-page__wrapper,
  .content-no-page__wrapper {
    justify-content: center;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-404.scss */

  .not-found-page__code,
  .content-no-page__code {
    align-items: center;
  }

  /* line 12, resources/assets/styles/989-adaptive/_989-404.scss */

  .not-found-page__code-title,
  .content-no-page__code-title {
    margin-bottom: 30px;
  }

  /* line 17, resources/assets/styles/989-adaptive/_989-404.scss */

  .not-found-page__code-text,
  .content-no-page__code-text {
    text-align: center;
    line-height: 35px;
    margin-bottom: 20px;
  }

  /* line 24, resources/assets/styles/989-adaptive/_989-404.scss */

  .not-found-page__image,
  .content-no-page__image {
    display: none;
  }
}

@media (min-width: 560px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 8, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info__footer {
    order: 2;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* line 14, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info__footer-wrapper {
    max-width: 100%;
  }

  /* line 18, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info__map {
    order: 1;
    position: static;
    max-width: 100%;
    height: 250px;
    margin-top: -55px;
  }

  /* line 25, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info__map iframe {
    height: 250px;
  }

  /* line 30, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info-en__footer-info_contact-item {
    max-width: 48%;
  }
}

/** adaptive 1220 */

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 3, resources/assets/styles/1220-adaptive/_1220-header.scss */

  .scrolled .banner__header-logo {
    width: 215px;
    margin-right: 15px;
  }

  /* line 8, resources/assets/styles/1220-adaptive/_1220-header.scss */

  .scrolled .banner__header-info-social-link {
    margin-right: 10px;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-main.scss */

  main {
    padding-top: 170px;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-front-page-catalog.scss */

  .front-page__catalog-content-item {
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
  }
}

@media (min-width: 990px) and (max-width: 1090px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-archive-product.scss */

  .shop-page__loop ul.products .product {
    width: calc((100% - 40px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  /* line 7, resources/assets/styles/1220-adaptive/_1220-archive-product.scss */

  .shop-page__loop ul.products .product:nth-child(odd) {
    margin-right: 20px;
  }

  /* line 11, resources/assets/styles/1220-adaptive/_1220-archive-product.scss */

  .shop-page__loop ul.products .product:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-product-page.scss */

  .product-page__system-content_item {
    width: calc((100% - 39px) / 4);
    margin-right: 13px;
  }

  /* line 7, resources/assets/styles/1220-adaptive/_1220-product-page.scss */

  .product-page__system-content_item-title {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-forms.scss */

  .repair-page__head-form {
    max-width: 400px;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-footer.scss */

  .content-info__footer-wrapper {
    max-width: 510px;
  }

  /* line 6, resources/assets/styles/1220-adaptive/_1220-footer.scss */

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

  /* line 10, resources/assets/styles/1220-adaptive/_1220-footer.scss */

  .content-info__map {
    max-width: 450px;
    height: 300px;
  }

  /* line 14, resources/assets/styles/1220-adaptive/_1220-footer.scss */

  .content-info__map iframe {
    height: 300px;
  }
}

@media (min-width: 1221px) and (max-width: 1380px) {
  /* line 21, resources/assets/styles/1220-adaptive/_1220-footer.scss */

  .content-info__map {
    max-width: 550px;
  }
}


/*# sourceMappingURL=main.css.map*/
header a,
.wrap.container a{
  text-decoration: none;
}

.owl-nav {
  position: absolute;
  top: 125px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

html body .owl-carousel .owl-nav button.owl-next,
html body .owl-carousel .owl-nav button.owl-prev{
  border: none;
  width: 32px;
  height: 32px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .4);
  background: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px !important;
  border-radius: 50px;
  position: relative;
}

html body .owl-carousel .owl-nav button.owl-prev{
  left: -16px;
}


html body .owl-carousel .owl-nav button.owl-next{
  right: -16px;
}

.owl-prev-arrow,
.owl-next-arrow {
  font-size: 32px;
  color: #000;
  cursor: pointer;

}

.front-page__reviews_item-text {
  max-height: 4.5em;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.front-page__reviews_item-text.is-open {
  max-height: 1500px;
}

.front-page__reviews_item-footer-more {
  cursor: pointer;
  user-select: none;
}

.text-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.front-page__reviews_item-text.is-open {
  display: block;
}

.front-page__reviews_item-footer-more {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
