/**
 * 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%}.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/* 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: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 141.4%;
  color: #323734;
  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;
}

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

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

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

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

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

@font-face {
  font-family: "Montserrat";
  src: url(/app/themes/sage/dist/fonts/Montserrat-SemiBoldItalic.woff) format("woff"), url(/app/themes/sage/dist/fonts/Montserrat-SemiBoldItalic.woff2) format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: "Montserrat";
  src: url(/app/themes/sage/dist/fonts/Montserrat-ExtraBoldItalic.woff) format("woff"), url(/app/themes/sage/dist/fonts/Montserrat-ExtraBoldItalic.woff2) format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

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

.breadcrumbs {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 35px;
  padding-left: 0;
}

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

.breadcrumbs span span a {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #989b99;
  padding-right: 5px;
}

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

.breadcrumbs span span a:hover {
  color: #3bc240;
}

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

.breadcrumbs span span .breadcrumb_last {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #e1e1e1;
  padding-left: 5px;
}

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

.banner__header-contacts-button,
.help-form-button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 191px;
  height: 48px;
  background: #323734;
  cursor: pointer;
  z-index: 3;
}

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

.banner__header-contacts-button::after,
.help-form-button::after {
  position: absolute;
  content: "";
  top: -3px;
  left: -1px;
  width: 189px;
  height: 48px;
  background: #3bc240;
  z-index: -1;
}

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

.banner__header-contacts-button_btn,
.help-form-button_btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
}

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

.banner__header-contacts-button:hover,
.help-form-button:hover {
  background: rgba(59, 194, 64, 0.7);
}

/*** page Service **/

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

.service-page__main-item-button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  width: 210px;
  height: 48px;
  background: #323734;
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  z-index: 3;
}

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

.service-page__main-item-button::after {
  position: absolute;
  content: "";
  top: -3px;
  left: -2px;
  width: 210px;
  height: 48px;
  background: #3bc240;
  z-index: -1;
}

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

.service-page__main-item-button:hover {
  background: rgba(59, 194, 64, 0.7);
}

/*** Product **/

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

.product__content-button,
.product-page__main-button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 191px;
  height: 48px;
  background: #323734;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  margin-top: auto;
  z-index: 3;
}

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

.product__content-button::after,
.product-page__main-button::after {
  position: absolute;
  content: "";
  top: -3px;
  left: -1px;
  width: 189px;
  height: 48px;
  background: #3bc240;
  z-index: -1;
}

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

.product__content-button:hover,
.product-page__main-button:hover {
  background: rgba(59, 194, 64, 0.7);
}

/*** Related product **/

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

.related-products__item-button,
.front-page-popular__item-button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  width: 177px;
  height: 39px;
  background: #323734;
  cursor: pointer;
  z-index: 3;
}

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

.related-products__item-button::after,
.front-page-popular__item-button::after {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  width: 177px;
  height: 39px;
  background: #3bc240;
  z-index: -1;
}

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

.related-products__item-button a.related-products__item-link,
.related-products__item-button a.front-page-popular__item-link,
.front-page-popular__item-button a.related-products__item-link,
.front-page-popular__item-button a.front-page-popular__item-link {
  display: none;
}

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

.related-products__item-button_btn,
.front-page-popular__item-button_btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
}

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

.related-products__item-button:hover,
.front-page-popular__item-button:hover {
  background: rgba(59, 194, 64, 0.7);
}

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

.contact-form,
.review-form {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 140px;
}

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

.contact-form .wpcf7,
.review-form .wpcf7 {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: none;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
}

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

.contact-form .wpcf7 .wpcf7-form,
.review-form .wpcf7 .wpcf7-form {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.contact-form .wpcf7 .wpcf7-form .wpcf7-response-output,
.review-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(28, 140, 255, 0.4);
  border-radius: 5px;
}

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

.contact-form .wpcf7 .wpcf7-form br,
.review-form .wpcf7 .wpcf7-form br {
  display: none;
}

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

.contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap,
.review-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 56, resources/assets/styles/components/_forms.scss */

.contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control,
.review-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control {
  max-width: 100%;
  width: 100%;
  height: 51px;
  outline: none;
  appearance: none;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 114%;
  color: #323734;
  background: #efefef;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  padding-left: 22px;
  margin-bottom: 10px;
}

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

.contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder,
.review-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 114%;
  color: #9a9b9c;
}

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

.contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control option,
.review-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control option {
  color: #323734;
}

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

.contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
.review-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
  max-width: 100%;
  width: 100%;
  height: 181px;
  outline: none;
  appearance: none;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 114%;
  color: #000;
  background: #efefef;
  border: none;
  border-radius: 4px;
  padding-top: 17px;
  padding-left: 25px;
}

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

.contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control::placeholder,
.review-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 114%;
  color: #9a9b9c;
}

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

.contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.review-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: -4px;
  color: #3bc240;
}

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

.contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid,
.review-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid {
  border: 2px solid #3bc240 !important;
}

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

.contact-form .wpcf7 .wpcf7-form input[type="submit"],
.review-form .wpcf7 .wpcf7-form input[type="submit"] {
  position: relative;
  max-width: 191px;
  width: 100%;
  height: 48px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  background: #3bc240;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 3;
}

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

.contact-form .wpcf7 .wpcf7-form input[type="submit"]::after,
.review-form .wpcf7 .wpcf7-form input[type="submit"]::after {
  position: absolute;
  content: "";
  top: -3px;
  left: -2px;
  width: 191px;
  height: 48px;
  background: #3bc240;
  z-index: -1;
}

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

.contact-form .wpcf7 .wpcf7-form input[type="submit"]:hover,
.review-form .wpcf7 .wpcf7-form input[type="submit"]:hover {
  background: rgba(59, 194, 64, 0.7);
}

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

.contact-form .wpcf7 .wpcf7-form .wpcf7-submit-wrapper,
.review-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 167, resources/assets/styles/components/_forms.scss */

.contact-form .wpcf7 .wpcf7-form .ajax-loader,
.review-form .wpcf7 .wpcf7-form .ajax-loader {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

/* line 175, resources/assets/styles/components/_forms.scss */
.contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox,
.review-form .wpcf7 .wpcf7-form .wpcf7-checkbox {
  width: auto;
  max-width: none;
}

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

.contact-form .wpcf7 .wpcf7-form span.your-checkbox,
.review-form .wpcf7 .wpcf7-form span.your-checkbox {
  max-width: none;
  width: auto;
}

/* line 185, resources/assets/styles/components/_forms.scss */
.contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox,
.review-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox {
  position: absolute;
  bottom: 0;
  right: 191px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 231px;
  margin-top: 15px;
}

/* line 201, resources/assets/styles/components/_forms.scss */
.contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label,
.review-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: 400;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
  padding-left: 25px;
}

/* line 217, resources/assets/styles/components/_forms.scss */
.contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap,
.review-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap {
  margin: 0 !important;
}

/* line 220, resources/assets/styles/components/_forms.scss */
.contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item,
.review-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item {
  margin: 0 !important;
}

/* line 223, resources/assets/styles/components/_forms.scss */
.contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item input[type="checkbox"],
.review-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item input[type="checkbox"] {
  display: none;
}

/* line 229, resources/assets/styles/components/_forms.scss */
.contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::before,
.contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::after,
.review-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::before,
.review-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::after {
  position: absolute;
  content: "";
  display: flex;
}

/* line 236, resources/assets/styles/components/_forms.scss */
.contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::before,
.review-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::before {
  height: 14px;
  width: 14px;
  left: 0;
  top: 0;
  background-color: #3bc240;
  border-radius: 2px;
}

/* line 245, resources/assets/styles/components/_forms.scss */
.contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::after,
.review-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: #323734;
}

/* line 258, resources/assets/styles/components/_forms.scss */
.contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label.checked::after,
.review-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label.checked::after {
  opacity: 1;
}

/* line 263, resources/assets/styles/components/_forms.scss */
.contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox a,
.review-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox a {
  margin-top: -19px;
  margin-left: 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #3bc240;
  z-index: 99;
  text-decoration: underline;
}

/* line 273, resources/assets/styles/components/_forms.scss */
.contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox a:hover,
.review-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox a:hover {
  color: #323734;
}

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

.contact-form .wpcf7 .wpcf7-form__block,
.review-form .wpcf7 .wpcf7-form__block {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.contact-form .wpcf7 .wpcf7-form__block-title,
.review-form .wpcf7 .wpcf7-form__block-title {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #323734;
  margin-bottom: 11px;
  width: 100%;
}

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

.contact-form .wpcf7 .wpcf7-form__block-subtitle,
.review-form .wpcf7 .wpcf7-form__block-subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
}

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

.contact-form .wpcf7 .wpcf7-form__block-wrapper,
.review-form .wpcf7 .wpcf7-form__block-wrapper {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 27px;
}

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

.contact-form .wpcf7 .wpcf7-form__block-wrapper-info,
.review-form .wpcf7 .wpcf7-form__block-wrapper-info {
  max-width: 358px;
  width: 100%;
}

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

.contact-form .wpcf7 .wpcf7-form__block-wrapper-textarea,
.review-form .wpcf7 .wpcf7-form__block-wrapper-textarea {
  max-width: 100%;
  width: 100%;
  margin-left: 53px;
}

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

.contact-form .wpcf7 .wpcf7-form__block label[for="your-file-3"],
.review-form .wpcf7 .wpcf7-form__block label[for="your-file-3"] {
  position: relative;
  left: 0;
  width: 100%;
  height: 18px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #323734;
  cursor: pointer;
  padding-left: 6px;
  z-index: 3;
}

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

.contact-form .wpcf7 .wpcf7-form__block label[for="your-file-3"]::before,
.review-form .wpcf7 .wpcf7-form__block label[for="your-file-3"]::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTM4LjQzNCA1LjgzMWgtMy43MXYtMy43MUMzNC43MjMuOTUzIDMzLjc2OCAwIDMyLjYwMyAwSDUuNTY2QzQuNCAwIDMuNDQ3Ljk1NCAzLjQ0NyAyLjEydjMzLjkyOGMwIDEuMTY2Ljk1MyAyLjEyIDIuMTIgMi4xMmgzLjcxdjMuNzEyYzAgMS4xNjYuOTU0IDIuMTIgMi4xMjEgMi4xMmgxOC4wMjRjMS4xNjUgMCAyLjgxNS0uNjU0IDMuNjY0LTEuNDUzbDUuOTI0LTUuNTc2Yy44NS0uNzk5IDEuNTQ0LTIuNDA3IDEuNTQ0LTMuNTczVjcuOTUyYzAtMS4xNjYtLjk1NC0yLjEyLTIuMTItMi4xMlpNOS4yNzcgNy45NTF2MjguNjI3aC0zLjcxYS41MzcuNTM3IDAgMCAxLS41My0uNTNWMi4xMmMwLS4yODcuMjQyLS41My41My0uNTNoMjcuMDM2Yy4yODcgMCAuNTMuMjQzLjUzLjUzdjMuNzExSDExLjM5OGMtMS4xNjcgMC0yLjEyLjk1NS0yLjEyIDIuMTJaTTM3LjkyIDM1LjgxNGwtNS45MjMgNS41NzZjLS4xMjEuMTE0LS4yOC4yMjUtLjQ1NC4zMzJ2LTQuODc4YzAtLjM2NC4xNDctLjY5Mi4zOS0uOTM1LjI0NC0uMjQzLjU3MS0uMzkuOTM1LS4zOWg1LjMwNGEyLjIyIDIuMjIgMCAwIDEtLjI1Mi4yOTVabTEuMDQ0LTIuNDE2YzAgLjE1OC0uMDI5LjM0LS4wNzIuNTNoLTYuMDI0YTIuOTIyIDIuOTIyIDAgMCAwLTIuOTE1IDIuOTE2djUuNTAyYy0uMTkuMDM4LS4zNzIuMDY0LS41My4wNjRIMTEuMzk4YS41MzcuNTM3IDAgMCAxLS41My0uNTNWNy45NTJjMC0uMjg4LjI0Mi0uNTMuNTMtLjUzaDI3LjAzNmMuMjg3IDAgLjUzLjI0Mi41My41M3YyNS40NDZaIi8+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTMyLjYwMiAxMy4yNTRIMTcuMjNhLjc5NS43OTUgMCAxIDAgMCAxLjU5aDE1LjM3M2EuNzk1Ljc5NSAwIDEgMCAwLTEuNTlaTTMyLjYwMiAyMy44NTVIMTcuMjNhLjc5NS43OTUgMCAxIDAgMCAxLjU5aDE1LjM3M2EuNzk1Ljc5NSAwIDEgMCAwLTEuNTlaTTI1LjcxMiAyOS4xNTdIMTcuMjNhLjc5NS43OTUgMCAxIDAgMCAxLjU5aDguNDgyYS43OTUuNzk1IDAgMSAwIDAtMS41OVpNMzIuNjAyIDE4LjU1NEgxNy4yM2EuNzk1Ljc5NSAwIDEgMCAwIDEuNTloMTUuMzczYS43OTUuNzk1IDAgMSAwIDAtMS41OVoiLz48L3N2Zz4=);
  top: -7px;
  left: 0;
  width: 44px;
  height: 44px;
}

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

.contact-form .wpcf7 .wpcf7-form__block label[for="your-file-3"]::after,
.review-form .wpcf7 .wpcf7-form__block label[for="your-file-3"]::after {
  position: absolute;
  left: 54px;
  top: 8px;
  content: "\41F\440\438\43A\440\435\43F\438\442\44C   \444\430\439\43B";
  width: 135px;
}

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

.contact-form .wpcf7 .wpcf7-form__block label[for="your-file-3"] span.wpcf7-form-control-wrap,
.review-form .wpcf7 .wpcf7-form__block label[for="your-file-3"] span.wpcf7-form-control-wrap {
  display: none;
}

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

.contact-form .wpcf7 .wpcf7-form__footer,
.review-form .wpcf7 .wpcf7-form__footer {
  position: absolute;
  top: 244px;
  right: 0;
  max-width: 759px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 22px;
  z-index: 1;
}

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

.contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
  height: 173px !important;
}

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

.banner {
  position: fixed;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 122px;
  z-index: 9999;
}

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

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

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

.banner__header-logo {
  margin-right: 30px;
}

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

.banner__header-logo-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 151.68%;
  letter-spacing: 0.035em;
  color: #323734;
}

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

.banner__header-logo-title:hover {
  color: #3bc240;
}

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

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

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

.banner__header-contacts_item {
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #323734;
  padding-left: 24px;
}

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

.banner__header-contacts_item::before {
  position: absolute;
  top: 1px;
  left: 0;
}

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

.banner__header-contacts_item:hover {
  color: #3bc240;
}

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

.banner__header-contacts_email {
  text-transform: uppercase;
  margin-right: 77px;
}

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

.banner__header-contacts_email::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTE1LjQyOCAyLjI4NkguNTcxTDggOC40MDVsNy41MTItNi4xMDJhLjUxNy41MTcgMCAwIDAtLjA4NC0uMDE3WiIvPjxwYXRoIGZpbGw9IiMzQkMyNDAiIGQ9Ik04LjM2IDkuNTg2YS41NzEuNTcxIDAgMCAxLS43MjMgMEwwIDMuMjk1djkuODQ4YzAgLjMxNS4yNTYuNTcxLjU3MS41NzFIMTUuNDNhLjU3MS41NzEgMCAwIDAgLjU3MS0uNTcxVjMuMzc5TDguMzYgOS41ODZaIi8+PC9zdmc+);
}

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

.banner__header-contacts_phone {
  white-space: nowrap;
  margin-right: 89px;
}

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

.banner__header-contacts_phone::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjM0JDMjQwIiBkPSJNMTQuNzE2IDEwLjUwMmMtLjk4IDAtMS45NDEtLjE1My0yLjg1My0uNDU0LS40NDYtLjE1My0uOTk1LS4wMTMtMS4yNjguMjY3bC0xLjc5OSAxLjM1OEM2LjcxIDEwLjU2IDUuNDI0IDkuMjc1IDQuMzI2IDcuMjA0bDEuMzE4LTEuNzUyYy4zNDMtLjM0Mi40NjUtLjg0Mi4zMTgtMS4zMWE5LjA5OCA5LjA5OCAwIDAgMS0uNDU2LTIuODU4QzUuNTA2LjU3NiA0LjkzIDAgNC4yMjIgMEgxLjI4NEMuNTc2IDAgMCAuNTc2IDAgMS4yODQgMCA5LjM5OCA2LjYwMiAxNiAxNC43MTYgMTZjLjcwOCAwIDEuMjg0LS41NzYgMS4yODQtMS4yODR2LTIuOTNjMC0uNzA4LS41NzYtMS4yODQtMS4yODQtMS4yODRaIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgxNnYxNkgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
}

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

.banner__navigation {
  width: 100%;
  height: 38px;
  background: #323734;
}

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

.banner__nav-primary {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}

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

.banner__nav-primary .menu-verhnee-menyu-container {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

.banner__nav-primary-list li.menu-item a {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
}

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

.banner__nav-primary-list li.menu-item a:hover {
  color: rgba(59, 194, 64, 0.7);
}

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

.banner__nav-primary-list li.menu-item.menu-item-has-children {
  position: relative;
  flex-direction: column !important;
  justify-content: center;
  align-items: flex-start;
  min-height: 39px;
  height: auto;
}

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

.banner__nav-primary-list li.menu-item.menu-item-has-children::after {
  position: absolute;
  top: 15px;
  right: -15px;
}

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

.banner__nav-primary-list li.menu-item.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: column !important;
  justify-content: flex-start;
  align-items: flex-start;
  width: 160px;
  height: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  z-index: 5;
}

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

.banner__nav-primary-list li.menu-item.menu-item-has-children ul.sub-menu li.menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 32px;
  border-bottom: 1px solid #efefef;
  width: 100%;
  margin-right: 0;
}

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

.banner__nav-primary-list li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
  padding: 6px 8px;
  color: #323734;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
}

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

.banner__nav-primary-list li.menu-item.menu-item-has-children ul.sub-menu li.menu-item:hover {
  background-color: #3bc240;
}

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

.banner__nav-primary-list li.menu-item.menu-item-has-children ul.sub-menu li.menu-item:hover a {
  color: #fff;
}

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

.banner__nav-primary-list li.menu-item.menu-item-has-children:hover ul.sub-menu {
  display: flex;
  height: auto;
}

/* line 1, resources/assets/styles/layouts/_news-promo.scss */

.news-promo {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 35px;
}

/* line 7, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__title {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
}

/* line 11, resources/assets/styles/layouts/_news-promo.scss */

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

/* line 19, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: calc((100% - 16px) / 2);
  height: 283px;
  background: #f5f5f5;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  transition: 0.25s ease-in-out;
}

/* line 30, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list-item:hover {
  transform: scale(1.02);
}

/* line 34, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list-item:first-child {
  margin-right: 16px;
}

/* line 38, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list-item-link {
  height: inherit;
}

/* line 42, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list-item-image {
  width: 266px;
  height: inherit;
}

/* line 46, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list-item-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 54, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list-item-content {
  display: flex;
  flex-direction: column;
  padding: 32px 15px 30px 24px;
  min-height: 283px;
}

/* line 61, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list-item-title {
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
  margin-bottom: 12px;
}

/* line 69, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list-item-title:hover {
  color: #3bc240;
}

/* line 74, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list-item-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 135.9%;
  letter-spacing: 0.03em;
  color: #323734;
  margin-bottom: 25px;
}

/* line 84, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list-item-date {
  margin-top: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 135.9%;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.3);
}

/* line 95, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list-info {
  width: 100%;
  text-align: right;
  margin-top: 25px;
}

/* line 100, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list-info-link {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #3bc240;
}

/* line 108, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list-info-link:hover {
  color: rgba(59, 194, 64, 0.7);
}

/* line 115, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list .owl-nav button {
  position: absolute;
  top: 153px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  outline: none;
  background-size: 16px;
  font-size: 0;
  z-index: 99;
}

/* line 126, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list .owl-nav button span {
  font-size: 0;
}

/* line 130, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list .owl-nav button.owl-prev {
  left: 0;
  background: #474747 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEuMjg3IDEzLjcxMyAxMy4yOTIgMjUuNzJhMSAxIDAgMCAwIDEuNDE1LTEuNDE1TDMuNDEgMTMuMDA3IDE0LjcwNyAxLjcwOEExIDEgMCAwIDAgMTMuMjkyLjI5M0wxLjI4NyAxMi4yOTlhMSAxIDAgMCAwIDAgMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

/* line 136, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list .owl-nav button.owl-next {
  right: 0;
  background: #474747 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEzLjcxMyAxMi4yODcgMS43MDguMjhBMSAxIDAgMCAwIC4yOTMgMS42OTVMMTEuNTkgMTIuOTk0LjI5MyAyNC4yOTJhMSAxIDAgMCAwIDEuNDE1IDEuNDE1bDEyLjAwNS0xMi4wMDZhMSAxIDAgMCAwIDAtMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

/* line 142, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list .owl-nav button.disabled {
  background: rgba(0, 0, 0, 0) !important;
}

/* line 148, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list .owl-dots {
  position: absolute;
  bottom: -35px;
  left: 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

/* line 159, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: inherit;
  border: 1px solid #898989;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 5px;
  outline: none;
}

/* line 173, resources/assets/styles/layouts/_news-promo.scss */

.news-promo__list .owl-dots .owl-dot.active {
  background: #898989;
}

/* line 1, resources/assets/styles/layouts/_clients-carousel.scss */

.clients-carousel {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 100px;
}

/* line 7, resources/assets/styles/layouts/_clients-carousel.scss */

.clients-carousel-title {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
}

/* line 11, resources/assets/styles/layouts/_clients-carousel.scss */

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

/* line 20, resources/assets/styles/layouts/_clients-carousel.scss */

.clients-carousel_content-item {
  height: 90px;
}

/* line 23, resources/assets/styles/layouts/_clients-carousel.scss */

.clients-carousel_content-item-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* line 33, resources/assets/styles/layouts/_clients-carousel.scss */

.clients-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 12.5px);
  width: 25px;
  height: 25px;
  outline: none;
  background-size: 16px;
  font-size: 0;
  z-index: 99;
}

/* line 43, resources/assets/styles/layouts/_clients-carousel.scss */

.clients-carousel .owl-nav button span {
  font-size: 0;
}

/* line 47, resources/assets/styles/layouts/_clients-carousel.scss */

.clients-carousel .owl-nav button.owl-prev {
  left: -30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEuMjg3IDEzLjcxMyAxMy4yOTIgMjUuNzJhMSAxIDAgMCAwIDEuNDE1LTEuNDE1TDMuNDEgMTMuMDA3IDE0LjcwNyAxLjcwOEExIDEgMCAwIDAgMTMuMjkyLjI5M0wxLjI4NyAxMi4yOTlhMSAxIDAgMCAwIDAgMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

/* line 53, resources/assets/styles/layouts/_clients-carousel.scss */

.clients-carousel .owl-nav button.owl-next {
  right: -30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEzLjcxMyAxMi4yODcgMS43MDguMjhBMSAxIDAgMCAwIC4yOTMgMS42OTVMMTEuNTkgMTIuOTk0LjI5MyAyNC4yOTJhMSAxIDAgMCAwIDEuNDE1IDEuNDE1bDEyLjAwNS0xMi4wMDZhMSAxIDAgMCAwIDAtMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

/* line 59, resources/assets/styles/layouts/_clients-carousel.scss */

.clients-carousel .owl-nav button.disabled {
  background: rgba(0, 0, 0, 0) !important;
}

/* line 65, resources/assets/styles/layouts/_clients-carousel.scss */

.clients-carousel .owl-dots {
  position: absolute;
  bottom: -55px;
  left: 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

/* line 76, resources/assets/styles/layouts/_clients-carousel.scss */

.clients-carousel .owl-dots .owl-dot {
  width: 18px;
  height: 4px;
  background: rgba(50, 55, 52, 0.5);
  border: 0.5px solid #3bc240;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 5px;
  outline: none;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

/* line 91, resources/assets/styles/layouts/_clients-carousel.scss */

.clients-carousel .owl-dots .owl-dot:hover {
  background: #3bc240;
}

/* line 95, resources/assets/styles/layouts/_clients-carousel.scss */

.clients-carousel .owl-dots .owl-dot.active {
  width: 104px;
  background: #3bc240;
}

/* line 1, resources/assets/styles/layouts/_help-form.scss */

.help-form {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 119px;
  background: #323734;
  margin-top: 10px;
  margin-bottom: 100px;
  padding: 15px 60px;
  max-width: 1170px;
}

/* line 15, resources/assets/styles/layouts/_help-form.scss */

.help-form-title {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  font-style: italic;
  color: #fff;
  text-align: left;
  max-width: 66%;
}

/* line 24, resources/assets/styles/layouts/_help-form.scss */

.help-form-button {
  background: #111212;
}

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

.content-info {
  background: #e1e1e1;
  padding-top: 42px;
  padding-bottom: 35px;
}

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

.content-info__footer {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #323734;
  padding-bottom: 46px;
}

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

.content-info__footer-logo {
  margin-bottom: 6px;
}

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

.content-info__footer-wrapper {
  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-navigation {
  max-width: 350px;
  width: 100%;
  margin-right: 40px;
}

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

.content-info__footer-address,
.content-info__footer-email,
.content-info__footer-phone {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: 40px;
}

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

.content-info__footer-address {
  max-width: 250px;
}

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

.content-info__footer-email {
  max-width: 120px;
}

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

.content-info__footer-phone {
  max-width: 150px;
}

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

.content-info__footer-title {
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 22px;
}

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

.content-info__footer-call-modal:hover {
  color: rgba(59, 194, 64, 0.7);
}

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

.content-info__footer-item:hover,
.content-info__footer-link:hover {
  color: rgba(59, 194, 64, 0.7);
}

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

.content-info__footer-hours {
  margin-top: 15px;
}

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

.content-info__footer .footer-phone {
  margin-bottom: 12px;
}

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

.content-info__footer-info_social {
  margin-top: 21px;
}

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

.content-info__footer-info_social-link:hover {
  color: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

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

.content-info__footer-bottom-creat {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 141.4%;
  color: #323734;
  padding-top: 28px;
  border-top: 1px solid #3bc240;
}

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

.content-info__footer-bottom-creat-link:hover {
  color: rgba(59, 194, 64, 0.7);
}

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

.content-info .footer__nav-list,
.content-info .ubermenu-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-height: 160px;
}

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

.content-info .footer__nav-list li.menu-item,
.content-info .footer__nav-list li.ubermenu-item,
.content-info .ubermenu-nav li.menu-item,
.content-info .ubermenu-nav li.ubermenu-item {
  margin-bottom: 13px;
  margin-right: 0;
}

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

.content-info .footer__nav-list li.menu-item a,
.content-info .footer__nav-list li.ubermenu-item a,
.content-info .ubermenu-nav li.menu-item a,
.content-info .ubermenu-nav li.ubermenu-item a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
}

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

.content-info .footer__nav-list li.menu-item a:hover,
.content-info .footer__nav-list li.ubermenu-item a:hover,
.content-info .ubermenu-nav li.menu-item a:hover,
.content-info .ubermenu-nav li.ubermenu-item a:hover {
  color: rgba(59, 194, 64, 0.7);
}

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

.content-info .footer__nav-list li.menu-item.menu-item-has-children,
.content-info .footer__nav-list li.ubermenu-item.menu-item-has-children,
.content-info .ubermenu-nav li.menu-item.menu-item-has-children,
.content-info .ubermenu-nav li.ubermenu-item.menu-item-has-children {
  display: none;
}

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

.content-info nav.ubermenu {
  height: auto !important;
}

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

.content-info nav.ubermenu ul.ubermenu-nav {
  display: flex;
  flex-direction: column !important;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-height: 160px;
}

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

.content-info nav.ubermenu ul.ubermenu-nav li.ubermenu-item a.ubermenu-target .ubermenu-target-title {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-transform: none;
  color: #323734;
}

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

.content-info nav.ubermenu ul.ubermenu-nav li.ubermenu-item a.ubermenu-target .ubermenu-target-title:hover {
  color: rgba(59, 194, 64, 0.7);
}

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

.modal__wrapper {
  position: fixed;
  z-index: 1000000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
  display: none;
}

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

.modal__wrapper .modal__block {
  margin: 150px auto 0;
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  background-color: #3bc240;
  border-radius: 5px;
  padding: 35px;
  position: relative;
}

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

.modal__wrapper .modal__block-item {
  width: 100%;
}

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

.modal__wrapper .modal__block-close-modal {
  position: absolute;
  right: 15px;
  top: 15px;
  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 225, resources/assets/styles/layouts/_footer.scss */

.modal__wrapper .modal__block .wpcf7 {
  max-width: 100%;
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block .wpcf7-form__block-title {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  font-size: 32px;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block .wpcf7-response-output {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0;
  padding: 10px;
  border: none;
  color: #fff !important;
  font-size: 12px !important;
  background: rgba(50, 55, 52, 0.4);
  border-radius: 5px;
  border-color: #323734 !important;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block br {
  display: none;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block 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;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control,
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control {
  max-width: 100%;
  width: 100%;
  outline: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  box-sizing: border-box;
  height: 35px;
  padding-left: 5px;
  font-size: 14px;
  color: #fff;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder,
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control::placeholder {
  font-size: 14px;
  color: #fff;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control option,
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control option {
  color: #323734;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
  max-width: 100%;
  width: 100%;
  height: 144px;
  outline: none;
  appearance: none;
  font-style: normal;
  font-weight: normal;
  padding-left: 5px;
  font-size: 14px;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 4px;
  padding-top: 10px;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control::placeholder {
  font-size: 14px;
  color: #fff;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: -2px;
  color: #323734;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap .wpcf7-not-valid {
  border-bottom: 2px solid #323734 !important;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer {
  margin-top: 30px;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer input[type="submit"] {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 44px;
  appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
  background: #323734;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.035em;
  color: #fff;
  margin: auto;
  position: relative;
  z-index: 1;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-submit-wrapper {
  position: relative;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-submit-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 2px;
  z-index: 0;
  background: #0e0f0e;
  border-radius: 20px;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .ajax-loader {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer span.your-checkbox {
  max-width: 100%;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer span.your-checkbox .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: -2px;
  color: #323734;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer span.your-checkbox .wpcf7-not-valid {
  border-bottom: 2px solid #323734 !important;
}

/* line 401, resources/assets/styles/layouts/_footer.scss */
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
}

/* line 411, resources/assets/styles/layouts/_footer.scss */
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  padding-left: 25px;
}

/* line 425, resources/assets/styles/layouts/_footer.scss */
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap {
  margin: 0 !important;
}

/* line 428, resources/assets/styles/layouts/_footer.scss */
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item {
  margin: 0 !important;
}

/* line 431, resources/assets/styles/layouts/_footer.scss */
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item input[type="checkbox"] {
  display: none;
}

/* line 437, resources/assets/styles/layouts/_footer.scss */
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::before,
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::after {
  position: absolute;
  content: "";
  display: flex;
}

/* line 444, resources/assets/styles/layouts/_footer.scss */
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::before {
  height: 12px;
  width: 12px;
  border: 1px solid #3bc240;
  left: 0;
  top: 2px;
  background-color: #fff;
  border-radius: 2px;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::after {
  height: 5px;
  width: 8px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 2px;
  top: 4px;
  opacity: 0;
  transition: 0.25s;
  color: #3bc240;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label.checked::after {
  opacity: 1;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a {
  position: absolute;
  top: 1px;
  left: 200px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-decoration: underline;
}

/* line 482, resources/assets/styles/layouts/_footer.scss */
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a:hover {
  color: rgba(59, 194, 64, 0.7);
}

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

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

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

.inner-page .page-header h1 {
  text-align: center;
  color: #323734;
  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: #323734;
  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: #323734;
  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: #323734;
}

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

.inner-page p a:hover {
  color: #3bc240;
}

/* line 1, resources/assets/styles/layouts/_post-page.scss */

.post-page {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 122px;
  margin-bottom: 100px;
}

/* line 7, resources/assets/styles/layouts/_post-page.scss */

.post-page__title {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  margin-top: 45px;
  text-align: center;
}

/* line 14, resources/assets/styles/layouts/_post-page.scss */

.post-page__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
}

/* line 23, resources/assets/styles/layouts/_post-page.scss */

.post-page__list-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc((100% - 18px) / 3);
  min-height: 455px;
  margin-right: 9px;
  margin-bottom: 30px;
  background: #f6f6f6;
  transition: 0.4s;
}

/* line 35, resources/assets/styles/layouts/_post-page.scss */

.post-page__list-item:hover {
  transform: scale(1.03);
}

/* line 39, resources/assets/styles/layouts/_post-page.scss */

.post-page__list-item:nth-child(3n),
.post-page__list-item:last-child {
  margin-right: 0;
}

/* line 44, resources/assets/styles/layouts/_post-page.scss */

.post-page__list-item-link {
  width: 100%;
}

/* line 48, resources/assets/styles/layouts/_post-page.scss */

.post-page__list-item-image {
  width: 100%;
  height: 186px;
}

/* line 52, resources/assets/styles/layouts/_post-page.scss */

.post-page__list-item-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 60, resources/assets/styles/layouts/_post-page.scss */

.post-page__list-item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 267px;
  padding: 23px 16px 19px 22px;
}

/* line 69, resources/assets/styles/layouts/_post-page.scss */

.post-page__list-item-title {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #323734;
  margin-bottom: 9px;
}

/* line 77, resources/assets/styles/layouts/_post-page.scss */

.post-page__list-item-title:hover {
  color: #3bc240;
}

/* line 82, resources/assets/styles/layouts/_post-page.scss */

.post-page__list-item-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
  margin-bottom: auto;
}

/* line 91, resources/assets/styles/layouts/_post-page.scss */

.post-page__list-item-date {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #989b99;
  margin-bottom: 9px;
  width: 100%;
  text-align: left;
}

/* line 102, resources/assets/styles/layouts/_post-page.scss */

.post-page__list-item-more {
  position: relative;
  margin-top: 18px;
  margin-left: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #3bc240;
  padding-right: 27px;
}

/* line 113, resources/assets/styles/layouts/_post-page.scss */

.post-page__list-item-more::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTIxLjQ4NCA2IDE0LjgwOC4xOGEuNzI4LjcyOCAwIDAgMC0xLjAzMy4wNzYuNzQ0Ljc0NCAwIDAgMCAuMDc1IDEuMDQzbDUuMTE3IDQuNDZILjczMkEuNzM2LjczNiAwIDAgMCAwIDYuNDk4YzAgLjQwOC4zMjguNzM5LjczMi43MzloMTguNDJsLTIuOTE3IDIuNjI2LTIuMjc5IDEuODE5YS43NDQuNzQ0IDAgMCAwLS4xMiAxLjAzOC43My43MyAwIDAgMCAxLjAzLjEybDIuMzEtMS44NDYgNC4zMTctMy44ODVhLjc0Mi43NDIgMCAwIDAtLjAxLTEuMTFaIi8+PC9zdmc+);
  top: 0;
  right: 0;
}

/* line 120, resources/assets/styles/layouts/_post-page.scss */

.post-page__list-item-more:hover {
  color: rgba(59, 194, 64, 0.7);
}

/* line 127, resources/assets/styles/layouts/_post-page.scss */

.post-page .navigation,
.post-page .pagination {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 15px 0;
}

/* line 137, resources/assets/styles/layouts/_post-page.scss */

.post-page .navigation .screen-reader-text,
.post-page .pagination .screen-reader-text {
  display: none !important;
}

/* line 141, resources/assets/styles/layouts/_post-page.scss */

.post-page .navigation .nav,
.post-page .pagination .nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* line 148, resources/assets/styles/layouts/_post-page.scss */

.post-page .navigation .page,
.post-page .pagination .page {
  background: #fff;
  border: 1px solid #3bc240;
  box-sizing: border-box;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  margin: 5px;
  margin-right: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 131.18%;
  color: #323734;
  transition: 0.25s linear;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 168, resources/assets/styles/layouts/_post-page.scss */

.post-page .navigation .page.current,
.post-page .navigation .page:hover,
.post-page .pagination .page.current,
.post-page .pagination .page:hover {
  background-color: #3bc240;
  color: #fff;
  cursor: pointer;
}

/* line 176, resources/assets/styles/layouts/_post-page.scss */

.post-page .navigation .next,
.post-page .pagination .next {
  width: 36px;
  height: 36px;
  margin-left: -7px;
  font-size: 0;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEzLjcxMyAxMi4yODcgMS43MDguMjhBMSAxIDAgMCAwIC4yOTMgMS42OTVMMTEuNTkgMTIuOTk0LjI5MyAyNC4yOTJhMSAxIDAgMCAwIDEuNDE1IDEuNDE1bDEyLjAwNS0xMi4wMDZhMSAxIDAgMCAwIDAtMS40MTRaIi8+PC9zdmc+) no-repeat center center;
}

/* line 185, resources/assets/styles/layouts/_post-page.scss */

.post-page .navigation .prev,
.post-page .pagination .prev {
  width: 36px;
  height: 36px;
  font-size: 0;
  cursor: pointer;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEuMjg3IDEzLjcxMyAxMy4yOTIgMjUuNzJhMSAxIDAgMCAwIDEuNDE1LTEuNDE1TDMuNDEgMTMuMDA3IDE0LjcwNyAxLjcwOEExIDEgMCAwIDAgMTMuMjkyLjI5M0wxLjI4NyAxMi4yOTlhMSAxIDAgMCAwIDAgMS40MTRaIi8+PC9zdmc+) no-repeat center center;
}

/* line 194, resources/assets/styles/layouts/_post-page.scss */

.post-page .navigation {
  display: none;
}

/* line 199, resources/assets/styles/layouts/_post-page.scss */

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

/* line 203, resources/assets/styles/layouts/_post-page.scss */

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

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

.blog-page {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

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

.blog-page__head {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 122px;
}

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

.blog-page__main {
  width: 100%;
  max-width: 725px;
  margin-right: 39px;
}

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

.blog-page__main-title {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  text-align: left;
  margin-bottom: 34px;
}

/* line 29, resources/assets/styles/layouts/_posts.scss */

.blog-page__main-image {
  width: 100%;
  height: 281px;
}

/* line 33, resources/assets/styles/layouts/_posts.scss */

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

/* line 41, resources/assets/styles/layouts/_posts.scss */

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

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

.blog-page__main-content p {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
}

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

.blog-page__main-content p:last-child {
  margin-bottom: 0;
}

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

.blog-page__main-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

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

.blog-page__main-footer-date {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #989b99;
}

/* line 74, resources/assets/styles/layouts/_posts.scss */

.blog-page__main-footer-links {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #3bc240;
  padding-left: 29px;
}

/* line 83, resources/assets/styles/layouts/_posts.scss */

.blog-page__main-footer-links:hover {
  color: rgba(59, 194, 64, 0.7);
}

/* line 87, resources/assets/styles/layouts/_posts.scss */

.blog-page__main-footer-links::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTIxLjQ4NCA2IDE0LjgwOC4xOGEuNzI4LjcyOCAwIDAgMC0xLjAzMy4wNzYuNzQ0Ljc0NCAwIDAgMCAuMDc1IDEuMDQzbDUuMTE3IDQuNDZILjczMkEuNzM2LjczNiAwIDAgMCAwIDYuNDk4YzAgLjQwOC4zMjguNzM5LjczMi43MzloMTguNDJsLTIuOTE3IDIuNjI2LTIuMjc5IDEuODE5YS43NDQuNzQ0IDAgMCAwLS4xMiAxLjAzOC43My43MyAwIDAgMCAxLjAzLjEybDIuMzEtMS44NDYgNC4zMTctMy44ODVhLjc0Mi43NDIgMCAwIDAtLjAxLTEuMTFaIi8+PC9zdmc+);
  transform: rotate(180deg);
  top: 0;
  left: 0;
}

/* line 98, resources/assets/styles/layouts/_posts.scss */

.blog-page__aside {
  width: 100%;
  max-width: 407px;
  padding: 37px 22px 34px 39px;
  background: #f6f6f6;
}

/* line 104, resources/assets/styles/layouts/_posts.scss */

.blog-page__aside-title {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 34px;
  width: 100%;
  text-align: center;
}

/* line 114, resources/assets/styles/layouts/_posts.scss */

.blog-page__aside-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}

/* line 123, resources/assets/styles/layouts/_posts.scss */

.blog-page__aside-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
}

/* line 131, resources/assets/styles/layouts/_posts.scss */

.blog-page__aside-item:last-child {
  margin-bottom: 0;
}

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

.blog-page__aside-item-title {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #323734;
  margin-bottom: 9px;
}

/* line 143, resources/assets/styles/layouts/_posts.scss */

.blog-page__aside-item-title:hover {
  color: #3bc240;
}

/* line 148, resources/assets/styles/layouts/_posts.scss */

.blog-page__aside-item-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
}

/* line 156, resources/assets/styles/layouts/_posts.scss */

.blog-page__aside-item-date {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #989b99;
  margin-bottom: 9px;
  width: 100%;
  text-align: left;
}

/* line 167, resources/assets/styles/layouts/_posts.scss */

.blog-page__aside-item-more {
  position: relative;
  margin-top: 4px;
  margin-left: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #3bc240;
  padding-right: 27px;
}

/* line 178, resources/assets/styles/layouts/_posts.scss */

.blog-page__aside-item-more::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMyIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTIxLjQ4NCA2IDE0LjgwOC4xOGEuNzI4LjcyOCAwIDAgMC0xLjAzMy4wNzYuNzQ0Ljc0NCAwIDAgMCAuMDc1IDEuMDQzbDUuMTE3IDQuNDZILjczMkEuNzM2LjczNiAwIDAgMCAwIDYuNDk4YzAgLjQwOC4zMjguNzM5LjczMi43MzloMTguNDJsLTIuOTE3IDIuNjI2LTIuMjc5IDEuODE5YS43NDQuNzQ0IDAgMCAwLS4xMiAxLjAzOC43My43MyAwIDAgMCAxLjAzLjEybDIuMzEtMS44NDYgNC4zMTctMy44ODVhLjc0Mi43NDIgMCAwIDAtLjAxLTEuMTFaIi8+PC9zdmc+);
  top: 0;
  right: 0;
}

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

.blog-page__aside-item-more:hover {
  color: rgba(59, 194, 64, 0.7);
}

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

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

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

.not-found-page__code,
.not-found-page .content-no-page_title,
.content-no-page__code,
.content-no-page .content-no-page_title {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  line-height: 80px;
  color: #3bc240;
  margin-bottom: 25px;
}

/* line 25, 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: #363636;
  margin-bottom: 25px;
  text-align: center;
}

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

.service-single-two-page__aside-content_item.active .service-single-two-page__aside-content_item-link {
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

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

.category-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-active a.ubermenu-target .ubermenu-target-title,
.product-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-active a.ubermenu-target .ubermenu-target-title {
  color: #323734 !important;
}

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

.category-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu li.ubermenu-current-menu-item a.ubermenu-target .ubermenu-target-title,
.product-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu li.ubermenu-current-menu-item a.ubermenu-target .ubermenu-target-title {
  color: #3bc240 !important;
}

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

nav.ubermenu {
  width: 100%;
  max-width: 100%;
  height: 38px;
}

/* line 6, resources/assets/styles/layouts/_ubermenu.scss */

nav.ubermenu ul.ubermenu-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* line 14, resources/assets/styles/layouts/_ubermenu.scss */

nav.ubermenu ul.ubermenu-nav li.ubermenu-item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 57px;
}

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

nav.ubermenu ul.ubermenu-nav li.ubermenu-item a.ubermenu-target {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
}

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

nav.ubermenu ul.ubermenu-nav li.ubermenu-item a.ubermenu-target .ubermenu-target-description {
  display: none;
}

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

nav.ubermenu ul.ubermenu-nav li.ubermenu-item a.ubermenu-target .ubermenu-target-title {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
}

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

nav.ubermenu ul.ubermenu-nav li.ubermenu-item a.ubermenu-target .ubermenu-target-title:hover {
  color: rgba(59, 194, 64, 0.7);
}

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

nav.ubermenu ul.ubermenu-nav li.ubermenu-item a.ubermenu-target:hover {
  color: rgba(59, 194, 64, 0.7);
}

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

nav.ubermenu ul.ubermenu-nav li.ubermenu-item:last-child {
  margin-right: 0;
}

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

nav.ubermenu ul.ubermenu-nav li.ubermenu-item ul.ubermenu-submenu {
  flex-direction: column !important;
  justify-content: flex-start;
  align-items: flex-start;
  width: 190px;
  max-width: 190px;
  min-height: 39px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background: #323734;
  z-index: 5;
}

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

nav.ubermenu ul.ubermenu-nav li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 35px;
  border-bottom: 1px solid #efefef;
  width: 100%;
  margin-right: 0;
}

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

nav.ubermenu ul.ubermenu-nav li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item:last-child {
  border-bottom: none;
}

/* line 88, resources/assets/styles/layouts/_ubermenu.scss */

nav.ubermenu ul.ubermenu-nav li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item a.ubermenu-target {
  padding: 6px 4px;
  color: #fff;
  width: 100%;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
}

/* line 96, resources/assets/styles/layouts/_ubermenu.scss */

nav.ubermenu ul.ubermenu-nav li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item a.ubermenu-target .ubermenu-target-title {
  font-size: 11px;
  line-height: 12px;
  text-align: center;
}

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

nav.ubermenu ul.ubermenu-nav li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item:hover a.ubermenu-target {
  color: rgba(59, 194, 64, 0.7);
}

/* line 116, resources/assets/styles/layouts/_ubermenu.scss */

.ubermenu-vertical .ubermenu-item.ubermenu-item-level-0.ubermenu-relative.ubermenu-active > .ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item {
  top: 35px;
}

/* line 120, resources/assets/styles/layouts/_ubermenu.scss */

.ubermenu-bound .ubermenu-submenu-type-mega {
  min-width: 30%;
}

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

.ubermenu-vertical .ubermenu-item > .ubermenu-submenu-drop {
  left: 0;
  top: 28px !important;
}

/**    template-Front-page    */

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

.front-page__banner {
  width: 100%;
  max-width: 1920px;
  height: 600px;
  margin: auto;
  margin-top: 122px;
  margin-bottom: 35px;
}

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

.front-page__banner-heading {
  font-size: 0;
  line-height: 0;
}

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

.front-page__banner-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  z-index: 1;
}

/* line 23, resources/assets/styles/front-page/_front-page-banner.scss */

.front-page__banner-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* line 32, resources/assets/styles/front-page/_front-page-banner.scss */

.front-page__banner-item-content {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 5;
}

/* line 43, resources/assets/styles/front-page/_front-page-banner.scss */

.front-page__banner-item-content-title {
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 26px;
}

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

.front-page__banner-item-content-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 655px;
  color: #fff;
}

/* line 68, resources/assets/styles/front-page/_front-page-banner.scss */

.front-page__banner .owl-nav button {
  position: absolute;
  top: calc(50% - (38px / 2));
  width: 38px;
  height: 38px;
  border-radius: 50%;
  outline: none;
  background-size: 16px;
  font-size: 0;
  z-index: 99;
}

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

.front-page__banner .owl-nav button span {
  font-size: 0;
}

/* line 83, resources/assets/styles/front-page/_front-page-banner.scss */

.front-page__banner .owl-nav button.owl-prev {
  left: 14%;
  background: rgba(50, 55, 52, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEuMjg3IDEzLjcxMyAxMy4yOTIgMjUuNzJhMSAxIDAgMCAwIDEuNDE1LTEuNDE1TDMuNDEgMTMuMDA3IDE0LjcwNyAxLjcwOEExIDEgMCAwIDAgMTMuMjkyLjI5M0wxLjI4NyAxMi4yOTlhMSAxIDAgMCAwIDAgMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

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

.front-page__banner .owl-nav button.owl-next {
  right: 14%;
  background: rgba(50, 55, 52, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEzLjcxMyAxMi4yODcgMS43MDguMjhBMSAxIDAgMCAwIC4yOTMgMS42OTVMMTEuNTkgMTIuOTk0LjI5MyAyNC4yOTJhMSAxIDAgMCAwIDEuNDE1IDEuNDE1bDEyLjAwNS0xMi4wMDZhMSAxIDAgMCAwIDAtMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

/* line 95, resources/assets/styles/front-page/_front-page-banner.scss */

.front-page__banner .owl-nav button.disabled {
  background: rgba(0, 0, 0, 0) !important;
}

/* line 101, resources/assets/styles/front-page/_front-page-banner.scss */

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

/* line 112, resources/assets/styles/front-page/_front-page-banner.scss */

.front-page__banner .owl-dots .owl-dot {
  width: 18px;
  height: 4px;
  background: rgba(50, 55, 52, 0.5);
  border: 0.5px solid #3bc240;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 5px;
  outline: none;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

/* line 127, resources/assets/styles/front-page/_front-page-banner.scss */

.front-page__banner .owl-dots .owl-dot:hover {
  background: #3bc240;
}

/* line 131, resources/assets/styles/front-page/_front-page-banner.scss */

.front-page__banner .owl-dots .owl-dot.active {
  width: 104px;
  background: #3bc240;
}

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

.front-page__catalog {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 35px;
}

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

.front-page__catalog-title {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
}

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

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

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

.front-page__catalog-content-item {
  position: relative;
  max-width: calc((100% - 66px) / 3);
  width: 100%;
  min-height: 265px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #989b99;
  box-sizing: border-box;
  border-radius: 0;
  margin-right: 33px;
  margin-bottom: 30px;
  transition: 0.25s ease-in-out;
}

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

.front-page__catalog-content-item:hover {
  transform: scale(1.03);
}

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

.front-page__catalog-content-item:nth-of-type(3n+3) {
  margin-right: 0;
}

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

.front-page__catalog-content-item-link {
  width: 100%;
  height: inherit;
}

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

.front-page__catalog-content-item-image {
  width: 100%;
  height: 265px;
}

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

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

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

.front-page__catalog-content-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 15px;
  background: #f7f7f7;
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
  color: #323734;
}

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

.front-page-popular {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 70px;
}

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

.front-page-popular__title {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
}

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

.front-page-popular__products {
  position: relative;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

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

.front-page-popular__products .owl-nav button {
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  outline: none;
  background-size: 16px;
  font-size: 0;
  z-index: 99;
}

/* line 31, resources/assets/styles/front-page/_front-page-popular.scss */

.front-page-popular__products .owl-nav button span {
  font-size: 0;
}

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

.front-page-popular__products .owl-nav button.owl-prev {
  left: -24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEuMjg3IDEzLjcxMyAxMy4yOTIgMjUuNzJhMSAxIDAgMCAwIDEuNDE1LTEuNDE1TDMuNDEgMTMuMDA3IDE0LjcwNyAxLjcwOEExIDEgMCAwIDAgMTMuMjkyLjI5M0wxLjI4NyAxMi4yOTlhMSAxIDAgMCAwIDAgMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

/* line 41, resources/assets/styles/front-page/_front-page-popular.scss */

.front-page-popular__products .owl-nav button.owl-next {
  right: -24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEzLjcxMyAxMi4yODcgMS43MDguMjhBMSAxIDAgMCAwIC4yOTMgMS42OTVMMTEuNTkgMTIuOTk0LjI5MyAyNC4yOTJhMSAxIDAgMCAwIDEuNDE1IDEuNDE1bDEyLjAwNS0xMi4wMDZhMSAxIDAgMCAwIDAtMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

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

.front-page-popular__products .owl-nav button.disabled {
  background: rgba(0, 0, 0, 0) !important;
}

/* line 53, resources/assets/styles/front-page/_front-page-popular.scss */

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

/* line 64, resources/assets/styles/front-page/_front-page-popular.scss */

.front-page-popular__products .owl-dots .owl-dot {
  width: 18px;
  height: 4px;
  background: rgba(50, 55, 52, 0.5);
  border: 0.5px solid #3bc240;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 5px;
  outline: none;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

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

.front-page-popular__products .owl-dots .owl-dot:hover {
  background: #3bc240;
}

/* line 83, resources/assets/styles/front-page/_front-page-popular.scss */

.front-page-popular__products .owl-dots .owl-dot.active {
  width: 104px;
  background: #3bc240;
}

/* line 91, resources/assets/styles/front-page/_front-page-popular.scss */

.front-page-popular__item {
  position: relative;
  width: 100%;
  min-height: 387px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #989b99;
  box-sizing: border-box;
  border-radius: 0;
  margin-right: 15px;
}

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

.front-page-popular__item:nth-of-type(3n+3) {
  margin-right: 0;
}

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

.front-page-popular__item-link {
  width: 100%;
  height: inherit;
}

/* line 113, resources/assets/styles/front-page/_front-page-popular.scss */

.front-page-popular__item-image {
  width: 100%;
  height: 215px;
  border-bottom: 1px solid #989b99;
}

/* line 118, resources/assets/styles/front-page/_front-page-popular.scss */

.front-page-popular__item-image img,
.front-page-popular__item-image img.attachment-full {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* line 127, resources/assets/styles/front-page/_front-page-popular.scss */

.front-page-popular__item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 171px;
  padding: 22px 15px;
}

/* line 137, resources/assets/styles/front-page/_front-page-popular.scss */

.front-page-popular__item-title {
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #323734;
  margin-bottom: 25px;
}

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

.front-page__review {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 35px;
}

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

.front-page__review-title {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
}

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

.front-page__review-content {
  position: relative;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

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

.front-page__review-content .owl-nav button {
  position: absolute;
  top: calc(50% - 18px);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  outline: none;
  background-size: 16px;
  font-size: 0;
  z-index: 99;
}

/* line 32, resources/assets/styles/front-page/_front-page-review.scss */

.front-page__review-content .owl-nav button span {
  font-size: 0;
}

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

.front-page__review-content .owl-nav button.owl-prev {
  left: 0;
  background: #474747 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEuMjg3IDEzLjcxMyAxMy4yOTIgMjUuNzJhMSAxIDAgMCAwIDEuNDE1LTEuNDE1TDMuNDEgMTMuMDA3IDE0LjcwNyAxLjcwOEExIDEgMCAwIDAgMTMuMjkyLjI5M0wxLjI4NyAxMi4yOTlhMSAxIDAgMCAwIDAgMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

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

.front-page__review-content .owl-nav button.owl-next {
  right: 0;
  background: #474747 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEzLjcxMyAxMi4yODcgMS43MDguMjhBMSAxIDAgMCAwIC4yOTMgMS42OTVMMTEuNTkgMTIuOTk0LjI5MyAyNC4yOTJhMSAxIDAgMCAwIDEuNDE1IDEuNDE1bDEyLjAwNS0xMi4wMDZhMSAxIDAgMCAwIDAtMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

/* line 48, resources/assets/styles/front-page/_front-page-review.scss */

.front-page__review-content .owl-nav button.disabled {
  background: rgba(0, 0, 0, 0) !important;
}

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

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

/* line 65, resources/assets/styles/front-page/_front-page-review.scss */

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

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

.front-page__review-content .owl-dots .owl-dot.active {
  background: #898989;
}

/* line 86, resources/assets/styles/front-page/_front-page-review.scss */

.front-page__review-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc((100% - 16px) / 2);
  min-height: 187px;
  margin-right: 16px;
  background: #eee;
  padding: 20px 28px 24px 66px;
}

/* line 98, resources/assets/styles/front-page/_front-page-review.scss */

.front-page__review-item::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzk4OUI5OSIgZD0iTTAgMTAuNzE0aDUuMTQzbC0zLjQyOSA2Ljg1N2g1LjE0M2wzLjQyOS02Ljg1N1YuNDNIMHYxMC4yODVaTTEzLjcxNS40Mjl2MTAuMjg1aDUuMTQzbC0zLjQyOSA2Ljg1N2g1LjE0M0wyNCAxMC43MTRWLjQzSDEzLjcxNVoiLz48L3N2Zz4=);
  left: 9px;
  top: 20px;
}

/* line 105, resources/assets/styles/front-page/_front-page-review.scss */

.front-page__review-item:nth-child(even) {
  margin-right: 0;
}

/* line 109, resources/assets/styles/front-page/_front-page-review.scss */

.front-page__review-item_head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 22px;
}

/* line 117, resources/assets/styles/front-page/_front-page-review.scss */

.front-page__review-item_head-name {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
}

/* line 125, resources/assets/styles/front-page/_front-page-review.scss */

.front-page__review-item_head-name::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjM0JDMjQwIiBkPSJNLjAxNyA0LjYyM2EuMzUxLjM1MSAwIDAgMSAuMjg0LS4yNGwzLjcyLS41NEw1LjY4NS40NzNhLjM1Mi4zNTIgMCAwIDEgLjYzIDBsMS42NjQgMy4zNyAzLjcyLjU0YS4zNTIuMzUyIDAgMCAxIC4xOTUuNkw5LjIwMiA3LjYwN2wuNjM1IDMuNzA1YS4zNTEuMzUxIDAgMCAxLS41MS4zNzFMNiA5LjkzM2wtMy4zMjcgMS43NWEuMzUyLjM1MiAwIDAgMS0uNTEtLjM3bC42MzUtMy43MDZMLjEwNiA0Ljk4M2EuMzUxLjM1MSAwIDAgMS0uMDg5LS4zNloiLz48L2c+PGcgY2xpcC1wYXRoPSJ1cmwoI2IpIj48cGF0aCBmaWxsPSIjM0JDMjQwIiBkPSJNMTQuMDE3IDQuNjIzYS4zNTIuMzUyIDAgMCAxIC4yODQtLjI0bDMuNzItLjU0IDEuNjY0LTMuMzdhLjM1Mi4zNTIgMCAwIDEgLjYzIDBsMS42NjQgMy4zNyAzLjcyLjU0YS4zNTIuMzUyIDAgMCAxIC4xOTUuNmwtMi42OTIgMi42MjQuNjM1IDMuNzA1YS4zNTIuMzUyIDAgMCAxLS41MS4zNzFMMjAgOS45MzNsLTMuMzI3IDEuNzVhLjM1Mi4zNTIgMCAwIDEtLjUxLS4zN2wuNjM1LTMuNzA2LTIuNjkyLTIuNjI0YS4zNTEuMzUxIDAgMCAxLS4wODktLjM2WiIvPjwvZz48ZyBjbGlwLXBhdGg9InVybCgjYykiPjxwYXRoIGZpbGw9IiMzQkMyNDAiIGQ9Ik0yOS4wMTcgNC42MjNhLjM1Mi4zNTIgMCAwIDEgLjI4NC0uMjRsMy43Mi0uNTQgMS42NjQtMy4zN2EuMzUyLjM1MiAwIDAgMSAuNjMgMGwxLjY2NCAzLjM3IDMuNzIuNTRhLjM1Mi4zNTIgMCAwIDEgLjE5NS42bC0yLjY5MiAyLjYyNC42MzUgMy43MDVhLjM1Mi4zNTIgMCAwIDEtLjUxLjM3MUwzNSA5LjkzM2wtMy4zMjcgMS43NWEuMzUyLjM1MiAwIDAgMS0uNTEtLjM3bC42MzUtMy43MDYtMi42OTItMi42MjRhLjM1MS4zNTEgMCAwIDEtLjA4OS0uMzZaIi8+PC9nPjxnIGNsaXAtcGF0aD0idXJsKCNkKSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTQ0LjAxNyA0LjYyM2EuMzUyLjM1MiAwIDAgMSAuMjg0LS4yNGwzLjcyLS41NCAxLjY2NC0zLjM3YS4zNTIuMzUyIDAgMCAxIC42MyAwbDEuNjY0IDMuMzcgMy43Mi41NGEuMzUyLjM1MiAwIDAgMSAuMTk1LjZsLTIuNjkyIDIuNjI0LjYzNSAzLjcwNWEuMzUyLjM1MiAwIDAgMS0uNTEuMzcxTDUwIDkuOTMzbC0zLjMyNyAxLjc1YS4zNTIuMzUyIDAgMCAxLS41MS0uMzdsLjYzNS0zLjcwNi0yLjY5Mi0yLjYyNGEuMzUxLjM1MSAwIDAgMS0uMDg5LS4zNloiLz48L2c+PGcgY2xpcC1wYXRoPSJ1cmwoI2UpIj48cGF0aCBmaWxsPSIjM0JDMjQwIiBkPSJNNTguMDE3IDQuNjIzYS4zNTIuMzUyIDAgMCAxIC4yODQtLjI0bDMuNzItLjU0IDEuNjY0LTMuMzdhLjM1Mi4zNTIgMCAwIDEgLjYzIDBsMS42NjQgMy4zNyAzLjcyLjU0YS4zNTIuMzUyIDAgMCAxIC4xOTUuNmwtMi42OTIgMi42MjQuNjM1IDMuNzA1YS4zNTIuMzUyIDAgMCAxLS41MS4zNzFMNjQgOS45MzNsLTMuMzI3IDEuNzVhLjM1Mi4zNTIgMCAwIDEtLjUxLS4zN2wuNjM1LTMuNzA2LTIuNjkyLTIuNjI0YS4zNTEuMzUxIDAgMCAxLS4wODktLjM2WiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMiAwSDB2MTJoMTJ6Ii8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9ImIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNiAwSDE0djEyaDEyeiIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJjIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNDEgMEgyOXYxMmgxMnoiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iZCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTU2IDBINDR2MTJoMTJ6Ii8+PC9jbGlwUGF0aD48Y2xpcFBhdGggaWQ9ImUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik03MCAwSDU4djEyaDEyeiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
  right: -100px;
  top: 0;
}

/* line 133, resources/assets/styles/front-page/_front-page-review.scss */

.front-page__review-item_head-date {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #c4c4c4;
}

/* line 143, resources/assets/styles/front-page/_front-page-review.scss */

.front-page__review-item_text p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
}

/* line 150, resources/assets/styles/front-page/_front-page-review.scss */

.front-page__review-item_text p:last-child {
  margin-bottom: 0;
}

/* line 157, resources/assets/styles/front-page/_front-page-review.scss */

.front-page__review-info {
  width: 100%;
  text-align: right;
  margin-top: 25px;
}

/* line 162, resources/assets/styles/front-page/_front-page-review.scss */

.front-page__review-info-link {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #3bc240;
}

/* line 170, resources/assets/styles/front-page/_front-page-review.scss */

.front-page__review-info-link:hover {
  color: rgba(59, 194, 64, 0.7);
}

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

.front-page__advantages {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 35px;
}

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

.front-page__advantages-title {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
}

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

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

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

.front-page__advantages-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc((100% - 159px) / 4);
  min-height: 206px;
  margin-right: 53px;
  margin-bottom: 30px;
}

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

.front-page__advantages-item:nth-child(4n) {
  margin-right: 0;
}

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

.front-page__advantages-item-image {
  width: 89px;
  height: 89px;
  margin-bottom: 21px;
}

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

.front-page__advantages-item-image_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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

.front-page__advantages-item-title {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #323734;
  margin-bottom: 14px;
}

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

.front-page__advantages-item-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #323734;
}

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

.front-page__faq {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
  margin-bottom: 90px;
}

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

.front-page__faq-title {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
}

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

.front-page__faq-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  width: 100%;
}

/* line 24, resources/assets/styles/front-page/_front-page-faq.scss */

.front-page__faq-content_item {
  width: calc((100% - 12px) / 2);
  background: #fff;
  border: 1px solid #3bc240;
  box-sizing: border-box;
  margin-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

/* line 34, resources/assets/styles/front-page/_front-page-faq.scss */

.front-page__faq-content_item:nth-child(even) {
  margin-right: 0;
}

/* line 38, resources/assets/styles/front-page/_front-page-faq.scss */

.front-page__faq-content_item-title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  height: 85px;
  width: 100%;
  padding: 19px 95px 18px 17px;
}

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

.front-page__faq-content_item-title::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3IDFsLTguNDY0IDlMMSAxIiBzdHJva2U9IiMxQzFDMUMiLz48L3N2Zz4=);
  top: 33%;
  right: 35px;
}

/* line 60, resources/assets/styles/front-page/_front-page-faq.scss */

.front-page__faq-content_item-text {
  margin-top: 20px;
  padding-left: 17px;
  padding-bottom: 18px;
  max-width: 540px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

/* line 75, resources/assets/styles/front-page/_front-page-faq.scss */

details[open] .front-page__faq-content_item-title {
  background: #f7f7f7;
  border-bottom: 1px solid #3bc240;
}

/* line 80, resources/assets/styles/front-page/_front-page-faq.scss */

details[open] .front-page__faq-content_item-title::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3IDFsLTguNDY0IDlMMSAxIiBzdHJva2U9IiNmZmYiLz48L3N2Zz4=);
}

/**    WooCommerce    */

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

.shop-page {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 122px;
  margin-bottom: 70px;
}

/* line 7, 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%;
  max-width: 100%;
  margin-bottom: 100px;
}

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

.shop-page__heading,
.shop-page__header-title {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}

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

.shop-page__sidebar {
  max-width: 281px;
  width: 100%;
  background: #d0d0d0;
  border-radius: 4px;
  padding: 45px 21px 41px 30px;
  margin-right: 59px;
}

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

.shop-page__sidebar-title {
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
}

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

.shop-page__sidebar nav.ubermenu {
  height: 100% !important;
}

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

.shop-page__sidebar nav.ubermenu-loc-sidebar_navigation {
  max-width: 100%;
  margin-top: 23px;
}

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

.shop-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

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

.shop-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-current-menu-item a.ubermenu-target {
  color: #3bc240;
}

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

.shop-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-current-menu-item a.ubermenu-target .ubermenu-target-title {
  color: #3bc240 !important;
}

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

.shop-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 22px;
  margin-right: 0;
  margin-bottom: 15px;
}

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

.shop-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item a.ubermenu-target {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #000;
  margin-bottom: 3px;
}

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

.shop-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu {
  position: static;
  top: 0;
  left: 0;
  display: flex;
  max-height: 100%;
  background: none;
  box-shadow: none;
}

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

.shop-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu-drop {
  visibility: visible;
}

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

.shop-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu-type-mega {
  min-width: 100%;
}

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

.shop-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item {
  min-height: 22px;
  border-bottom: none;
  margin-bottom: 3px;
}

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

.shop-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item a.ubermenu-target {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #000 !important;
  padding: 0;
  margin-bottom: 0;
}

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

.shop-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item a.ubermenu-target .ubermenu-target-title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #000 !important;
  text-align: left;
  text-transform: capitalize;
}

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

.shop-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item a.ubermenu-target .ubermenu-target-title:hover {
  color: #3bc240 !important;
}

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

.shop-page__main {
  max-width: calc(100% - 340px);
  width: 100%;
  margin-left: auto;
}

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

.shop-page__main-desc {
  margin-bottom: 40px;
}

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

.shop-page__main-desc h2 {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

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

.shop-page__main-desc h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 123.49%;
  margin-bottom: 15px;
  color: #323734;
}

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

.shop-page__main-desc p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 123.49%;
  margin-bottom: 15px;
  color: #323734;
}

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

.shop-page__main-desc strong {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 123.49%;
  color: #323734;
}

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

.shop-page__main-desc em {
  font-style: italic;
}

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

.shop-page__main-desc .text-emit {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 123.49%;
  margin-bottom: 15px;
  color: #323734;
}

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

.shop-page__main-desc ul {
  margin-top: 2px;
  margin-bottom: 2px;
}

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

.shop-page__main-desc ul li {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 123.49%;
  color: #323734;
  padding-left: 25px;
  margin-bottom: 6px;
}

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

.shop-page__main-desc ul li::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 4px solid #3bc240;
}

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

.shop-page__main-desc ul li:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

.shop-page__loop ul.products .product,
.shop-page__loop-additional ul.products .product {
  max-width: calc((100% - 54px) / 3);
  width: 100%;
  min-height: 387px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  border-radius: 0;
  margin-right: 27px;
  margin-bottom: 24px;
  transition: 0.25s ease-in-out;
}

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

.shop-page__loop ul.products .product:hover,
.shop-page__loop-additional ul.products .product:hover {
  transform: scale(1.03);
}

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

.shop-page__loop ul.products .product:nth-of-type(3n+3),
.shop-page__loop-additional ul.products .product:nth-of-type(3n+3) {
  margin-right: 0;
}

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

.shop-page__loop ul.products .product__thumbs,
.shop-page__loop-additional ul.products .product__thumbs {
  width: 100%;
  height: 215px;
}

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

.shop-page__loop ul.products .product__thumbs img,
.shop-page__loop-additional ul.products .product__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

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

.shop-page__loop ul.products .product__content,
.shop-page__loop-additional ul.products .product__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 22px 15px;
}

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

.shop-page__loop ul.products .product__content .woocommerce-loop-product__title,
.shop-page__loop-additional ul.products .product__content .woocommerce-loop-product__title {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  margin-bottom: 25px;
}

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

.shop-page__loop ul.products .product__content-price,
.shop-page__loop-additional ul.products .product__content-price {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #312a20;
  text-align: center;
  margin-bottom: 25px;
}

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

.shop-page__loop ul.products .product__content-price .price,
.shop-page__loop-additional ul.products .product__content-price .price {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  color: #000;
  padding-left: 2px;
}

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

.shop-page .woocommerce {
  width: 100%;
}

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

.shop-page .woocommerce ul.products.columns-4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

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

.shop-page .woocommerce ul.products.columns-4 li.product-category {
  position: relative;
  max-width: calc((100% - 66px) / 3);
  width: 100%;
  min-height: 265px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #989b99;
  box-sizing: border-box;
  border-radius: 0;
  margin-right: 33px;
  margin-bottom: 30px;
  transition: 0.25s ease-in-out;
}

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

.shop-page .woocommerce ul.products.columns-4 li.product-category:hover {
  transform: scale(1.03);
}

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

.shop-page .woocommerce ul.products.columns-4 li.product-category:nth-of-type(3n+3) {
  margin-right: 0;
}

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

.shop-page .woocommerce ul.products.columns-4 li.product-category a {
  width: 100%;
  height: 265px;
}

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

.shop-page .woocommerce ul.products.columns-4 li.product-category img {
  width: 100%;
  height: 265px;
  object-fit: contain;
  object-position: center;
}

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

.shop-page .woocommerce ul.products.columns-4 li.product-category .woocommerce-loop-category__title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 15px;
  background: #f7f7f7;
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #323734;
}

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

.shop-page .woocommerce ul.products.columns-4 li.product-category .woocommerce-loop-category__title .count {
  display: none;
}

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

.shop-page .woocommerce-pagination {
  max-width: 100%;
  width: 100%;
}

/* line 402, 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 410, resources/assets/styles/woocommerce/_archive-product.scss */

.shop-page .woocommerce-pagination .page-numbers .page-numbers {
  background: #fff;
  border: 1px solid #3bc240;
  box-sizing: border-box;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  margin: 5px;
  margin-right: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 131.18%;
  color: #323734;
  transition: 0.25s linear;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 430, 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: none;
}

/* line 436, 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 442, resources/assets/styles/woocommerce/_archive-product.scss */

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

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

.shop-page .woocommerce-pagination .page-numbers .page-numbers.next::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEzLjcxMyAxMi4yODcgMS43MDguMjhBMSAxIDAgMCAwIC4yOTMgMS42OTVMMTEuNTkgMTIuOTk0LjI5MyAyNC4yOTJhMSAxIDAgMCAwIDEuNDE1IDEuNDE1bDEyLjAwNS0xMi4wMDZhMSAxIDAgMCAwIDAtMS40MTRaIi8+PC9zdmc+);
  left: 0;
}

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

.shop-page .woocommerce-pagination .page-numbers .page-numbers.next:hover {
  background: #fff;
}

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

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

/* line 458, 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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEuMjg3IDEzLjcxMyAxMy4yOTIgMjUuNzJhMSAxIDAgMCAwIDEuNDE1LTEuNDE1TDMuNDEgMTMuMDA3IDE0LjcwNyAxLjcwOEExIDEgMCAwIDAgMTMuMjkyLjI5M0wxLjI4NyAxMi4yOTlhMSAxIDAgMCAwIDAgMS40MTRaIi8+PC9zdmc+);
  right: 0;
}

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

.shop-page .woocommerce-pagination .page-numbers .page-numbers.prev:hover {
  background: #fff;
}

/* line 469, 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: #3bc240;
  color: #fff;
}

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

.category-page {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 122px;
  margin-bottom: 0;
}

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

.category-page__heading {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}

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

.category-page__sidebar {
  max-width: 281px;
  width: 100%;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 45px 21px 41px 30px;
  margin-right: 59px;
}

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

.category-page__sidebar-title {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #323734;
  margin-bottom: 28px;
}

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

.category-page__sidebar nav.ubermenu {
  height: 100% !important;
}

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

.category-page__sidebar nav.ubermenu-loc-sidebar_navigation {
  max-width: 100%;
  margin-top: 28px;
}

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

.category-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

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

.category-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-current-menu-item a.ubermenu-target {
  color: #3bc240;
}

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

.category-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-current-menu-item a.ubermenu-target .ubermenu-target-title {
  color: #3bc240 !important;
}

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

.category-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 22px;
  margin-right: 0;
  margin-bottom: 15px;
}

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

.category-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item a.ubermenu-target {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #989b99;
  text-align: left;
  margin-bottom: 10px;
}

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

.category-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item a.ubermenu-target .ubermenu-target-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #989b99;
}

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

.category-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu {
  position: static;
  top: 0;
  left: 0;
  display: flex;
  max-height: 100%;
  background: none;
  box-shadow: none;
}

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

.category-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu-drop {
  visibility: visible;
}

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

.category-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu-type-mega {
  min-width: 100%;
}

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

.category-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item {
  min-height: 22px;
  border-bottom: none;
  margin-bottom: 3px;
}

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

.category-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item a.ubermenu-target {
  padding: 0;
  margin-bottom: 0;
}

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

.category-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item a.ubermenu-target .ubermenu-target-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #989b99;
  text-align: left;
  text-transform: capitalize;
}

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

.category-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item a.ubermenu-target .ubermenu-target-title:hover {
  color: #3bc240 !important;
}

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

.category-page__main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 70px;
}

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

.category-page__main-content {
  max-width: calc(100% - 340px);
  width: 100%;
  margin-left: auto;
}

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

.category-page__main-content_head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
}

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

.category-page__main-content_head-info {
  width: 100%;
  max-width: 474px;
  margin-right: 40px;
}

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

.category-page__main-content_head-image {
  width: 355px;
  height: 230px;
}

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

.category-page__main-content_head-image img {
  width: inherit;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

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

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

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

.category-page__main-content_products-title {
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  text-align: center;
  width: 100%;
}

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

.category-page__main-content_products-table {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #b0b0b0;
  margin-bottom: 50px;
  z-index: 1;
}

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

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

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

.category-page__main-content_products-table .finger {
  position: absolute;
  top: calc(50% - (97px / 2));
  left: 103px;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 97px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  cursor: pointer;
  -webkit-animation: swing 2s ease;
  animation: swing 2s ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 3;
}

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

.category-page__main-content_products-table .finger::before {
  position: absolute;
  content: url(/app/themes/sage/dist/images/svg/finger.svg);
}

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

.category-page__main-content_products-table:hover .finger {
  display: none;
}

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

.category-page__main-content_products-item {
  display: grid;
  grid-template-columns: minmax(100px, 250px) repeat(auto-fit, minmax(100px, 1.66fr));
  grid-column-gap: 10px;
  text-align: center;
  border-right: 1px solid #b0b0b0;
}

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

.category-page__main-content_products-item:last-child {
  border-right: none;
}

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

.category-page__main-content_products-item-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #323734;
  padding: 10px 5px;
  border-bottom: 1px solid #b0b0b0;
  min-height: 57px;
}

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

.category-page__main-content_products-item-sku {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
  padding: 10px 5px;
  border-bottom: 1px solid #b0b0b0;
  min-height: 38px;
}

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

.category-page__main-content_products-item-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 5px;
}

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

.category-page__main-content_products-item-image img {
  width: 100%;
  height: 148px;
  object-fit: contain;
  object-position: center;
}

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

.category-page__main-content_products-item:hover .category-page__main-content_products-item-title,
.category-page__main-content_products-item:hover .category-page__main-content_products-item-sku {
  color: rgba(59, 194, 64, 0.7);
}

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

.category-page__main-content-desc {
  margin-bottom: 40px;
}

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

.category-page__main-content-desc h2 {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

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

.category-page__main-content-desc h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 123.49%;
  margin-bottom: 15px;
  color: #323734;
}

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

.category-page__main-content-desc p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 123.49%;
  margin-bottom: 15px;
  color: #323734;
}

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

.category-page__main-content-desc strong {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 123.49%;
  color: #323734;
}

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

.category-page__main-content-desc em {
  font-style: italic;
}

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

.category-page__main-content-desc .text-emit {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 123.49%;
  margin-bottom: 15px;
  color: #323734;
}

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

.category-page__main-content-desc ul {
  margin-top: 2px;
  margin-bottom: 2px;
}

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

.category-page__main-content-desc ul li {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 123.49%;
  color: #323734;
  padding-left: 25px;
  margin-bottom: 6px;
}

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

.category-page__main-content-desc ul li::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 4px solid #3bc240;
}

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

.category-page__main-content-desc ul li:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.aws-container .aws-search-field {
  color: #323734;
  background: #f7f7f7;
  border-radius: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 1px) and (max-width: 989px) {
  /* line 535, resources/assets/styles/woocommerce/_category-page.scss */

  .category-page__main-content_products-table .finger {
    display: flex;
  }
}

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

.product-page {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 122px;
  margin-bottom: 70px;
}

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

.product-page__heading,
.product-page .product_title {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  text-align: left;
}

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

.product-page .product_title {
  margin-top: 0;
  margin-bottom: 20px;
}

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

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

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

.product-page__sidebar {
  max-width: 281px;
  width: 100%;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 45px 21px 41px 30px;
  margin-right: 59px;
}

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

.product-page__sidebar-title {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #323734;
  margin-bottom: 28px;
}

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

.product-page__sidebar nav.ubermenu {
  height: 100% !important;
}

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

.product-page__sidebar nav.ubermenu-loc-sidebar_navigation {
  max-width: 100%;
  margin-top: 28px;
}

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

.product-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

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

.product-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-current-menu-item a.ubermenu-target {
  color: #3bc240;
}

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

.product-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-current-menu-item a.ubermenu-target .ubermenu-target-title {
  color: #3bc240 !important;
}

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

.product-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 22px;
  margin-right: 0;
  margin-bottom: 15px;
}

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

.product-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item a.ubermenu-target {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #989b99;
  text-align: left;
  margin-bottom: 10px;
}

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

.product-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item a.ubermenu-target .ubermenu-target-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #989b99;
}

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

.product-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu {
  position: static;
  top: 0;
  left: 0;
  display: flex;
  max-height: 100%;
  background: none;
  box-shadow: none;
}

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

.product-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu-drop {
  visibility: visible;
}

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

.product-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu-type-mega {
  min-width: 100%;
}

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

.product-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item {
  min-height: 22px;
  border-bottom: none;
  margin-bottom: 3px;
}

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

.product-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item a.ubermenu-target {
  padding: 0;
  margin-bottom: 0;
}

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

.product-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item a.ubermenu-target .ubermenu-target-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #989b99;
  text-align: left;
  text-transform: capitalize;
}

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

.product-page__sidebar nav.ubermenu-loc-sidebar_navigation ul#ubermenu-nav-main-22-sidebar_navigation li.ubermenu-item ul.ubermenu-submenu li.ubermenu-item a.ubermenu-target .ubermenu-target-title:hover {
  color: #3bc240 !important;
}

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

.product-page__main {
  max-width: calc(100% - 340px);
  width: 100%;
  margin-left: auto;
}

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

.product-page__main .type-product {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

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

.product-page__image {
  position: relative;
  max-width: 418px;
  width: 100%;
  height: 306px;
  margin-right: 36px;
  border: 1px solid #989b99;
}

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

.product-page__image-item {
  max-width: inherit;
  width: inherit;
  height: 306px;
  padding-bottom: 2px;
}

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

.product-page__image-item img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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

.product-page__image .owl-nav button {
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  outline: none;
  background-size: 16px;
  border-radius: 50%;
  font-size: 0;
  z-index: 99;
}

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

.product-page__image .owl-nav button span {
  font-size: 0;
}

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

.product-page__image .owl-nav button.owl-prev {
  left: 8px;
  background: rgba(50, 55, 52, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjM0JDMjQwIiBkPSJtLjQxNCA3LjM3NiA2LjMyIDYuMzE4YS41MjcuNTI3IDAgMCAwIC43NDQtLjc0NEwxLjUzIDcuMDAzbDUuOTQ3LTUuOTQ2YS41MjcuNTI3IDAgMCAwLS43NDUtLjc0NUwuNDE0IDYuNjMxYS41MjcuNTI3IDAgMCAwIDAgLjc0NVoiLz48L3N2Zz4=) no-repeat center center;
  z-index: 99;
}

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

.product-page__image .owl-nav button.owl-next {
  right: 8px;
  background: rgba(50, 55, 52, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjM0JDMjQwIiBkPSJNNy41ODYgNi42MjQgMS4yNjYuMzA2YS41MjcuNTI3IDAgMCAwLS43NDQuNzQ0TDYuNDcgNi45OTcuNTIyIDEyLjk0M2EuNTI3LjUyNyAwIDAgMCAuNzQ1Ljc0NWw2LjMxOS02LjMxOWEuNTI3LjUyNyAwIDAgMCAwLS43NDVaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

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

.product-page__image .owl-nav button.disabled {
  background: rgba(0, 0, 0, 0) !important;
}

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

.product-page__main-content {
  max-width: 100%;
  width: 100%;
  min-height: 306px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

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

.product-page__main-description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

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

.product-page__main-description-title {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}

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

.product-page__main-description p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
  margin-bottom: 10px;
}

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

.product-page__main-price {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

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

.product-page__main-price-title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #312a20;
  margin-right: 8px;
}

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

.product-page__main-price .price {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #000;
}

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

.product-page__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 70px;
}

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

.product-page__info-text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
  margin-bottom: 10px;
}

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

.product-page__info-text:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.aws-container .aws-search-field {
  color: #323734;
  background: #f7f7f7;
  border-radius: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

/* line 1, resources/assets/styles/woocommerce/_related-products.scss */

.related-products {
  margin-top: 70px;
  margin-bottom: 70px;
}

/* line 5, resources/assets/styles/woocommerce/_related-products.scss */

.related-products__title {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: #000;
  text-align: left;
}

/* line 16, resources/assets/styles/woocommerce/_related-products.scss */

.related-products .products.columns-4 {
  position: relative;
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

/* line 25, resources/assets/styles/woocommerce/_related-products.scss */

.related-products .products.columns-4 .product {
  position: relative;
  width: 100%;
  min-height: 387px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  border-radius: 0;
  margin-right: 15px;
  transition: 0.25s ease-in-out;
}

/* line 39, resources/assets/styles/woocommerce/_related-products.scss */

.related-products .products.columns-4 .product:hover {
  transform: scale(1.03);
}

/* line 43, resources/assets/styles/woocommerce/_related-products.scss */

.related-products .products.columns-4 .product:nth-of-type(3n+3) {
  margin-right: 0;
}

/* line 47, resources/assets/styles/woocommerce/_related-products.scss */

.related-products .products.columns-4 .product .woocommerce-loop-product__link {
  height: inherit;
}

/* line 50, resources/assets/styles/woocommerce/_related-products.scss */

.related-products .products.columns-4 .product .woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
  width: 100%;
  height: 215px;
  object-fit: cover;
  object-position: center;
}

/* line 58, resources/assets/styles/woocommerce/_related-products.scss */

.related-products .products.columns-4 .product__thumbs {
  width: 100%;
  height: 215px;
}

/* line 62, resources/assets/styles/woocommerce/_related-products.scss */

.related-products .products.columns-4 .product__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 70, resources/assets/styles/woocommerce/_related-products.scss */

.related-products .products.columns-4 .product__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 171px;
  padding: 22px 15px;
}

/* line 79, resources/assets/styles/woocommerce/_related-products.scss */

.related-products .products.columns-4 .product__content .woocommerce-loop-product__title {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  margin-bottom: 25px;
}

/* line 88, resources/assets/styles/woocommerce/_related-products.scss */

.related-products .products.columns-4 .product__content-price {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #312a20;
  text-align: center;
  margin-bottom: 25px;
}

/* line 97, resources/assets/styles/woocommerce/_related-products.scss */

.related-products .products.columns-4 .product__content-price .price {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  color: #000;
  padding-left: 2px;
}

/* line 110, resources/assets/styles/woocommerce/_related-products.scss */

.related-products .products.columns-4 .owl-nav button {
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  outline: none;
  background-size: 16px;
  font-size: 0;
  z-index: 99;
}

/* line 120, resources/assets/styles/woocommerce/_related-products.scss */

.related-products .products.columns-4 .owl-nav button span {
  font-size: 0;
}

/* line 124, resources/assets/styles/woocommerce/_related-products.scss */

.related-products .products.columns-4 .owl-nav button.owl-prev {
  left: -24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjM0JDMjQwIiBkPSJtLjQxNCA3LjM3NiA2LjMyIDYuMzE4YS41MjcuNTI3IDAgMCAwIC43NDQtLjc0NEwxLjUzIDcuMDAzbDUuOTQ3LTUuOTQ2YS41MjcuNTI3IDAgMCAwLS43NDUtLjc0NUwuNDE0IDYuNjMxYS41MjcuNTI3IDAgMCAwIDAgLjc0NVoiLz48L3N2Zz4=) no-repeat center center;
  z-index: 99;
}

/* line 130, resources/assets/styles/woocommerce/_related-products.scss */

.related-products .products.columns-4 .owl-nav button.owl-next {
  right: -24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjM0JDMjQwIiBkPSJNNy41ODYgNi42MjQgMS4yNjYuMzA2YS41MjcuNTI3IDAgMCAwLS43NDQuNzQ0TDYuNDcgNi45OTcuNTIyIDEyLjk0M2EuNTI3LjUyNyAwIDAgMCAuNzQ1Ljc0NWw2LjMxOS02LjMxOWEuNTI3LjUyNyAwIDAgMCAwLS43NDVaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

/* line 136, resources/assets/styles/woocommerce/_related-products.scss */

.related-products .products.columns-4 .owl-nav button.disabled {
  background: rgba(0, 0, 0, 0) !important;
}

/* line 143, resources/assets/styles/woocommerce/_related-products.scss */

.related-products__item {
  position: relative;
  width: 100%;
  min-height: 387px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  border-radius: 0;
  margin-right: 15px;
  transition: 0.25s ease-in-out;
}

/* line 157, resources/assets/styles/woocommerce/_related-products.scss */

.related-products__item:hover {
  transform: scale(1.03);
}

/* line 161, resources/assets/styles/woocommerce/_related-products.scss */

.related-products__item:nth-of-type(3n+3) {
  margin-right: 0;
}

/* line 165, resources/assets/styles/woocommerce/_related-products.scss */

.related-products__item-link {
  width: 100%;
  height: inherit;
}

/* line 170, resources/assets/styles/woocommerce/_related-products.scss */

.related-products__item-image {
  width: 100%;
  height: 215px;
}

/* line 174, resources/assets/styles/woocommerce/_related-products.scss */

.related-products__item-image img.attachment-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 182, resources/assets/styles/woocommerce/_related-products.scss */

.related-products__item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 171px;
  padding: 22px 15px;
}

/* line 192, resources/assets/styles/woocommerce/_related-products.scss */

.related-products__item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  margin-bottom: 25px;
  text-align: center;
}

/* line 202, resources/assets/styles/woocommerce/_related-products.scss */

.related-products__item-price {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  color: #000;
  padding-left: 2px;
  text-align: center;
}

/* line 211, resources/assets/styles/woocommerce/_related-products.scss */

.related-products__item-price-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #312a20;
  text-align: center;
  margin-bottom: 25px;
}

/**    Template's    */

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

.about-page {
  padding-top: 122px;
  padding-bottom: 0;
}

/* line 5, resources/assets/styles/templates/_template-about.scss */

.about-page__head {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 70px;
}

/* line 12, resources/assets/styles/templates/_template-about.scss */

.about-page__heading {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
}

/* line 16, resources/assets/styles/templates/_template-about.scss */

.about-page__content {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 23, resources/assets/styles/templates/_template-about.scss */

.about-page__content-image {
  position: relative;
  width: 506px;
  height: 317px;
  margin-right: 68px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

/* line 30, resources/assets/styles/templates/_template-about.scss */

.about-page__content-image::before {
  position: absolute;
  content: url(/app/themes/sage/dist/images/svg/about_logo.svg);
  top: calc(50% - (-31.86px / 2));
  left: calc(50% - (273px / 2));
}

/* line 37, resources/assets/styles/templates/_template-about.scss */

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

/* line 45, resources/assets/styles/templates/_template-about.scss */

.about-page__content-textarea {
  width: 100%;
  max-width: 596px;
}

/* line 49, resources/assets/styles/templates/_template-about.scss */

.about-page__content-textarea h2 {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  margin-bottom: 21px;
}

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

.about-page__content-textarea h3 {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 19px;
  color: #323734;
}

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

.about-page__content-textarea p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 30px;
  color: #323734;
}

/* line 72, resources/assets/styles/templates/_template-about.scss */

.about-page__content-textarea p a:hover {
  color: #3bc240;
}

/* line 77, resources/assets/styles/templates/_template-about.scss */

.about-page__content-textarea strong {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #323734;
}

/* line 85, resources/assets/styles/templates/_template-about.scss */

.about-page__content-textarea em {
  font-style: italic;
}

/* line 89, resources/assets/styles/templates/_template-about.scss */

.about-page__content-textarea .text-emit {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 123.49%;
  margin-bottom: 15px;
  color: #323734;
}

/* line 98, resources/assets/styles/templates/_template-about.scss */

.about-page__content-textarea ul {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 102, resources/assets/styles/templates/_template-about.scss */

.about-page__content-textarea ul li {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
  padding-left: 17px;
  margin-bottom: 3px;
}

/* line 112, resources/assets/styles/templates/_template-about.scss */

.about-page__content-textarea ul li::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3bc240;
}

/* line 123, resources/assets/styles/templates/_template-about.scss */

.about-page__content-textarea ul li:last-child {
  margin-bottom: 0;
}

/* line 131, resources/assets/styles/templates/_template-about.scss */

.about-page__advantages {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

/* line 137, resources/assets/styles/templates/_template-about.scss */

.about-page__advantages-title {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
}

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

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

/* line 151, resources/assets/styles/templates/_template-about.scss */

.about-page__advantages-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc((100% - 159px) / 4);
  min-height: 206px;
  margin-right: 53px;
  margin-bottom: 30px;
}

/* line 161, resources/assets/styles/templates/_template-about.scss */

.about-page__advantages-item:nth-child(4n) {
  margin-right: 0;
}

/* line 165, resources/assets/styles/templates/_template-about.scss */

.about-page__advantages-item-image {
  width: 89px;
  height: 89px;
  margin-bottom: 21px;
}

/* line 170, resources/assets/styles/templates/_template-about.scss */

.about-page__advantages-item-image_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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

.about-page__advantages-item-title {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #323734;
  margin-bottom: 14px;
}

/* line 188, resources/assets/styles/templates/_template-about.scss */

.about-page__advantages-item-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #323734;
}

/* line 199, resources/assets/styles/templates/_template-about.scss */

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

/* line 209, resources/assets/styles/templates/_template-about.scss */

.about-page__faq-title {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
}

/* line 213, resources/assets/styles/templates/_template-about.scss */

.about-page__faq-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  width: 100%;
}

/* line 222, resources/assets/styles/templates/_template-about.scss */

.about-page__faq-content_item {
  width: calc((100% - 12px) / 2);
  background: #fff;
  border: 1px solid #3bc240;
  box-sizing: border-box;
  margin-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

/* line 232, resources/assets/styles/templates/_template-about.scss */

.about-page__faq-content_item:nth-child(even) {
  margin-right: 0;
}

/* line 236, resources/assets/styles/templates/_template-about.scss */

.about-page__faq-content_item-title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  height: 85px;
  width: 100%;
  padding: 19px 95px 18px 17px;
}

/* line 250, resources/assets/styles/templates/_template-about.scss */

.about-page__faq-content_item-title::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3IDFsLTguNDY0IDlMMSAxIiBzdHJva2U9IiMxQzFDMUMiLz48L3N2Zz4=);
  top: 33%;
  right: 35px;
}

/* line 258, resources/assets/styles/templates/_template-about.scss */

.about-page__faq-content_item-text {
  margin-top: 20px;
  padding-left: 17px;
  padding-bottom: 18px;
  max-width: 540px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

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

.about-page__stages {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

/* line 278, resources/assets/styles/templates/_template-about.scss */

.about-page__stages-title {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
}

/* line 282, resources/assets/styles/templates/_template-about.scss */

.about-page__stages-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 45px;
  width: 100%;
}

/* line 291, resources/assets/styles/templates/_template-about.scss */

.about-page__stages-content_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
  background: #eee;
  min-height: 210px;
  margin-bottom: 26px;
  padding: 36px 20px 25px 31px;
  color: #323734;
}

/* line 304, resources/assets/styles/templates/_template-about.scss */

.about-page__stages-content_item:nth-child(3n) {
  margin-right: 0;
}

/* line 308, resources/assets/styles/templates/_template-about.scss */

.about-page__stages-content_item-title {
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
  margin-bottom: 18px;
}

/* line 317, resources/assets/styles/templates/_template-about.scss */

.about-page__stages-content_item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
}

/* line 330, resources/assets/styles/templates/_template-about.scss */

details[open] .about-page__faq-content_item-title {
  background: #f7f7f7;
  border-bottom: 1px solid #3bc240;
}

/* line 335, resources/assets/styles/templates/_template-about.scss */

details[open] .about-page__faq-content_item-title::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3IDFsLTguNDY0IDlMMSAxIiBzdHJva2U9IiNmZmYiLz48L3N2Zz4=);
}

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

.service-page {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 122px;
  margin-bottom: 100px;
}

/* line 7, resources/assets/styles/templates/_template-service.scss */

.service-page__head {
  margin-top: 80px;
  width: 100%;
  text-align: center;
}

/* line 12, resources/assets/styles/templates/_template-service.scss */

.service-page__head-title {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

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

.service-page__head-subtitle {
  max-width: 708px;
  width: 100%;
  margin: auto;
}

/* line 25, resources/assets/styles/templates/_template-service.scss */

.service-page__main {
  margin-top: 50px;
}

/* line 28, resources/assets/styles/templates/_template-service.scss */

.service-page__main-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 70px;
  transition: 0.25s ease-in-out;
}

/* line 37, resources/assets/styles/templates/_template-service.scss */

.service-page__main-item:hover {
  transform: scale(1.02);
}

/* line 41, resources/assets/styles/templates/_template-service.scss */

.service-page__main-item:last-child {
  margin-bottom: 0;
}

/* line 45, resources/assets/styles/templates/_template-service.scss */

.service-page__main-item-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

/* line 53, resources/assets/styles/templates/_template-service.scss */

.service-page__main-item-image {
  max-width: 506px;
  width: 100%;
  height: 317px;
  margin-right: 68px;
}

/* line 59, resources/assets/styles/templates/_template-service.scss */

.service-page__main-item-image_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 67, resources/assets/styles/templates/_template-service.scss */

.service-page__main-item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 317px;
}

/* line 76, resources/assets/styles/templates/_template-service.scss */

.service-page__main-item-title {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #323734;
  margin-bottom: 20px;
}

/* line 86, resources/assets/styles/templates/_template-service.scss */

.service-page__main-item-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
  margin-bottom: 12px;
}

/* line 94, resources/assets/styles/templates/_template-service.scss */

.service-page__main-item-text p:last-child {
  margin-bottom: 0;
}

/* line 1, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 122px;
  margin-bottom: 100px;
}

/* line 7, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__heading {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  margin-top: 40px;
  padding-left: 328px;
  text-align: left;
}

/* line 15, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  width: 100%;
}

/* line 24, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 281px;
  width: 100%;
  background: #f7f7f7;
  border-radius: 4px;
  margin-right: 47px;
  padding: 28px 17px;
}

/* line 36, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__aside-title {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #323734;
  margin-bottom: 28px;
}

/* line 45, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__aside-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

/* line 52, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__aside-content_item {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #3bc240;
  margin-bottom: 10px;
}

/* line 58, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__aside-content_item:last-child {
  margin-bottom: 0;
}

/* line 62, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__aside-content_item-link {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #323734;
}

/* line 69, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__aside-content_item-link:visited,
.service-single-two-page__aside-content_item-link:active {
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

/* line 79, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__aside-content_item:hover .service-single-two-page__aside-content_item-link {
  color: #3bc240;
}

/* line 87, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

/* line 94, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__main-image {
  width: 100%;
  height: 232px;
  margin-bottom: 35px;
}

/* line 99, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__main-image_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 107, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__main-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 70px;
}

/* line 115, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__main-content h2 {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  margin-bottom: 21px;
}

/* line 121, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__main-content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 135.9%;
  margin-bottom: 20px;
  color: #323734;
}

/* line 130, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__main-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 130.5%;
  margin-bottom: 20px;
  color: #323734;
}

/* line 138, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__main-content p:last-child {
  margin-bottom: 0;
}

/* line 142, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__main-content p a:hover {
  color: #3bc240;
}

/* line 147, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__main-content strong {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 123.49%;
  color: #323734;
}

/* line 155, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__main-content em {
  font-style: italic;
}

/* line 159, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__main-content .text-emit {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 123.49%;
  margin-bottom: 15px;
  color: #323734;
}

/* line 168, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__main-content ul {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 172, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__main-content ul li {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 122%;
  color: #323734;
  padding-left: 17px;
  margin-bottom: 3px;
}

/* line 182, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__main-content ul li::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3bc240;
}

/* line 193, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page__main-content ul li:last-child {
  margin-bottom: 0;
}

/* line 201, resources/assets/styles/templates/_template-service-single-two.scss */

.service-single-two-page .help-form {
  margin-bottom: 0;
}

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

.review-page {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 122px;
  margin-bottom: 70px;
}

/* line 7, resources/assets/styles/templates/_template-review.scss */

.review-page__heading {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  margin-top: 45px;
}

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

.review-page__main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
}

/* line 21, resources/assets/styles/templates/_template-review.scss */

.review-page__main-item {
  margin-bottom: 50px;
}

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

.review-page__main-item:last-child {
  margin-bottom: 0;
}

/* line 28, resources/assets/styles/templates/_template-review.scss */

.review-page__main-item-title {
  position: relative;
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
  padding-left: 36px;
  margin-bottom: 11px;
}

/* line 38, resources/assets/styles/templates/_template-review.scss */

.review-page__main-item-title::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzk4OUI5OSIgZD0iTTAgMTAuNzE0aDUuMTQzbC0zLjQyOSA2Ljg1N2g1LjE0M2wzLjQyOS02Ljg1N1YuNDNIMHYxMC4yODVaTTEzLjcxNS40Mjl2MTAuMjg1aDUuMTQzbC0zLjQyOSA2Ljg1N2g1LjE0M0wyNCAxMC43MTRWLjQzSDEzLjcxNVoiLz48L3N2Zz4=);
  left: 0;
  top: 0;
}

/* line 46, resources/assets/styles/templates/_template-review.scss */

.review-page__main-item-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}

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

.review-page__main-item-gallery_image {
  width: calc((100% - 69px) / 4);
  height: 141px;
  margin-right: 23px;
  margin-bottom: 12px;
}

/* line 61, resources/assets/styles/templates/_template-review.scss */

.review-page__main-item-gallery_image:nth-child(4n) {
  margin-right: 0;
}

/* line 65, resources/assets/styles/templates/_template-review.scss */

.review-page__main-item-gallery_image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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

.review-page__main-item-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
  margin-bottom: 11px;
}

/* line 83, resources/assets/styles/templates/_template-review.scss */

.review-page__main-item-text p:last-child {
  margin-bottom: 0;
}

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

.gallery-page {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 122px;
  margin-bottom: 70px;
}

/* line 7, resources/assets/styles/templates/_template-gallery.scss */

.gallery-page__heading {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  margin-top: 45px;
}

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

.gallery-page__content {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

/* line 23, resources/assets/styles/templates/_template-gallery.scss */

.gallery-page__content-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc((100% - 36px) / 3);
  margin-right: 18px;
  margin-bottom: 43px;
  transition: 0.25s ease-in-out;
}

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

.gallery-page__content-item:nth-child(3n) {
  margin-right: 0;
}

/* line 37, resources/assets/styles/templates/_template-gallery.scss */

.gallery-page__content-item:hover {
  transform: scale(1.02);
  cursor: zoom-in;
}

/* line 42, resources/assets/styles/templates/_template-gallery.scss */

.gallery-page__content-item-image {
  width: 100%;
  height: 224px;
}

/* line 46, resources/assets/styles/templates/_template-gallery.scss */

.gallery-page__content-item-image_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 54, resources/assets/styles/templates/_template-gallery.scss */

.gallery-page__content-item-title {
  width: 100%;
  height: 82px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 141.4%;
  text-align: center;
  color: #323734;
  margin-top: -5px;
  padding: 0 10px;
  background: #f5f5f5;
}

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

.gallery-single-page {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 122px;
  margin-bottom: 70px;
}

/* line 7, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__heading {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  margin-top: 45px;
}

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

.gallery-single-page__content {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

/* line 22, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__content-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
  transition: 0.25s ease-in-out;
}

/* line 32, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__content-item:nth-child(4n) {
  margin-right: 0;
}

/* line 36, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__content-item:hover {
  transform: scale(1.02);
  cursor: zoom-in;
}

/* line 41, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__content-item-image {
  width: 100%;
  height: 251px;
  cursor: zoom-in;
}

/* line 46, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__content-item-image_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 56, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__textarea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
}

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

.gallery-single-page__textarea h2 {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  margin-bottom: 21px;
}

/* line 70, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__textarea h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 123.49%;
  margin-bottom: 21px;
  color: #323734;
}

/* line 79, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__textarea p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 130.5%;
  margin-bottom: 20px;
  color: #323734;
}

/* line 87, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__textarea p:last-child {
  margin-bottom: 0;
}

/* line 91, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__textarea p a:hover {
  color: #3bc240;
}

/* line 96, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__textarea strong {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 123.49%;
  color: #323734;
}

/* line 104, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__textarea em {
  font-style: italic;
}

/* line 108, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__textarea .text-emit {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 123.49%;
  margin-bottom: 15px;
  color: #323734;
}

/* line 117, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__textarea ul {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 121, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__textarea ul li {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 122%;
  color: #323734;
  padding-left: 17px;
  margin-bottom: 3px;
}

/* line 131, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__textarea ul li::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3bc240;
}

/* line 142, resources/assets/styles/templates/_template-gallery-single.scss */

.gallery-single-page__textarea ul li:last-child {
  margin-bottom: 0;
}

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

.contact-page {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 122px;
  margin-bottom: 70px;
}

/* line 7, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__heading {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  margin-top: 50px;
}

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

.contact-page__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px;
}

/* line 23, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 560px;
  width: 100%;
  min-height: 321px;
  padding: 42px 40px 42px 30px;
  background: #f7f7f7;
  border-radius: 3px;
  margin-right: 45px;
}

/* line 37, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__content-info {
  position: relative;
  padding-left: 30px;
  margin-bottom: 36px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
}

/* line 47, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__content-info::before {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 53, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__content-info-title {
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #323734;
  margin-bottom: 8px;
}

/* line 62, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__content-info-address {
  max-width: 380px;
}

/* line 65, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__content-info-address::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAxNSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjcxNzUgMy41OTYwM0MxMi40NDMgMS4zOTY2IDEwLjE3OTIgMC4wNTI4OTA2IDcuNjYxOTEgMC4wMDE1MzkwNkM3LjU1NDQ1IC0wLjAwMDY3NTc4MSA3LjQ0NjI5IC0wLjAwMDY3NTc4MSA3LjMzODc5IDAuMDAxNTM5MDZDNC44MjE1IDAuMDUyODkwNiAyLjU1Nzc2IDEuMzk2NiAxLjI4MzI1IDMuNTk2MDNDLTAuMDE5NDkzIDUuODQ0MTcgLTAuMDU1MTM1NSA4LjU0NDY0IDEuMTg3ODggMTAuODE5OEw2LjM5NTM1IDIwLjM1MTNDNi4zOTc2OSAyMC4zNTU1IDYuNDAwMDMgMjAuMzU5OCA2LjQwMjQ1IDIwLjM2NEM2LjYzMTU2IDIwLjc2MjIgNy4wNDIgMjAuOTk5OSA3LjUwMDQzIDIwLjk5OTlDNy45NTg4MyAyMC45OTk5IDguMzY5MjcgMjAuNzYyMSA4LjU5ODM0IDIwLjM2NEM4LjYwMDc2IDIwLjM1OTggOC42MDMxIDIwLjM1NTUgOC42MDU0NCAyMC4zNTEzTDEzLjgxMjkgMTAuODE5OEMxNS4wNTU4IDguNTQ0NjQgMTUuMDIwMiA1Ljg0NDE3IDEzLjcxNzUgMy41OTYwM1pNNy41MDAzNSA5LjUxNTUyQzUuODcxOTkgOS41MTU1MiA0LjU0NzIzIDguMTkwNzYgNC41NDcyMyA2LjU2MjRDNC41NDcyMyA0LjkzNDA0IDUuODcxOTkgMy42MDkyNyA3LjUwMDM1IDMuNjA5MjdDOS4xMjg3MSAzLjYwOTI3IDEwLjQ1MzUgNC45MzQwNCAxMC40NTM1IDYuNTYyNEMxMC40NTM1IDguMTkwNzYgOS4xMjg3NSA5LjUxNTUyIDcuNTAwMzUgOS41MTU1MloiIGZpbGw9IiMzQkMyNDAiLz4KPC9zdmc+Cg==);
}

/* line 71, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__content-info-mail::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTE1LjQyOCAyLjI4NkguNTcxTDggOC40MDVsNy41MTItNi4xMDJhLjUxNy41MTcgMCAwIDAtLjA4NC0uMDE3WiIvPjxwYXRoIGZpbGw9IiMzQkMyNDAiIGQ9Ik04LjM2IDkuNTg2YS41NzEuNTcxIDAgMCAxLS43MjMgMEwwIDMuMjk1djkuODQ4YzAgLjMxNS4yNTYuNTcxLjU3MS41NzFIMTUuNDNhLjU3MS41NzEgMCAwIDAgLjU3MS0uNTcxVjMuMzc5TDguMzYgOS41ODZaIi8+PC9zdmc+);
}

/* line 76, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__content-info-phone {
  margin-bottom: 0;
}

/* line 79, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__content-info-phone::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjM0JDMjQwIiBkPSJNMTQuNzE2IDEwLjUwMmMtLjk4IDAtMS45NDEtLjE1My0yLjg1My0uNDU0LS40NDYtLjE1My0uOTk1LS4wMTMtMS4yNjguMjY3bC0xLjc5OSAxLjM1OEM2LjcxIDEwLjU2IDUuNDI0IDkuMjc1IDQuMzI2IDcuMjA0bDEuMzE4LTEuNzUyYy4zNDMtLjM0Mi40NjUtLjg0Mi4zMTgtMS4zMWE5LjA5OCA5LjA5OCAwIDAgMS0uNDU2LTIuODU4QzUuNTA2LjU3NiA0LjkzIDAgNC4yMjIgMEgxLjI4NEMuNTc2IDAgMCAuNTc2IDAgMS4yODQgMCA5LjM5OCA2LjYwMiAxNiAxNC43MTYgMTZjLjcwOCAwIDEuMjg0LS41NzYgMS4yODQtMS4yODR2LTIuOTNjMC0uNzA4LS41NzYtMS4yODQtMS4yODQtMS4yODRaIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgxNnYxNkgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
}

/* line 87, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__content-info-link:hover,
.contact-page__content-info-email:hover,
.contact-page__content-info-phone:hover {
  color: #3bc240;
}

/* line 93, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__content_social {
  position: absolute;
  bottom: 42px;
  right: 40px;
}

/* line 98, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__content_social-link {
  width: 28px;
  height: 28px;
}

/* line 102, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__content_social-link svg {
  width: 28px;
  height: 28px;
}

/* line 107, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__content_social-link:hover {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

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

.contact-page__map {
  max-width: 560px;
  width: 100%;
  height: 321px;
}

/* line 119, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__map iframe {
  height: 321px;
}

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

.contact-page__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  border-radius: 3px;
  padding: 36px;
}

/* line 133, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__info h2 {
  position: relative;
  font-style: italic;
  font-weight: 800;
  font-size: 25px;
  line-height: 150.9%;
  text-transform: uppercase;
  color: #323734;
  text-align: center;
  width: 100%;
  margin-bottom: 21px;
}

/* line 139, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__info h3 {
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 12px;
  color: #323734;
}

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

.contact-page__info p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #323734;
  text-align: center;
  max-width: 682px;
}

/* line 159, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__info p:last-child {
  margin-bottom: 0;
}

/* line 163, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__info p a:hover {
  color: #3bc240;
}

/* line 168, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__info strong {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 123.49%;
  color: #323734;
}

/* line 176, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__info em {
  font-style: italic;
}

/* line 180, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__info .text-emit {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 123.49%;
  margin-bottom: 15px;
  color: #323734;
}

/* line 189, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__info ul {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 193, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__info ul li {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 122%;
  color: #323734;
  padding-left: 17px;
  margin-bottom: 3px;
}

/* line 203, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__info ul li::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3bc240;
}

/* line 214, resources/assets/styles/templates/_template-contacts.scss */

.contact-page__info ul li:last-child {
  margin-bottom: 0;
}

/** adaptive 559 */

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-contacts {
    flex-direction: row !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    max-height: none !important;
  }

  /* line 10, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-contacts_email {
    display: none;
  }

  /* line 14, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-contacts_phone {
    font-size: 0;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-contacts_phone::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+PHBhdGggZD0iTTI2LjY3MyAxOS4wMzVjLTEuNzc1IDAtMy41MTktLjI3Ny01LjE3LS44MjMtLjgxLS4yNzctMS44MDUtLjAyMy0yLjMuNDg0bC0zLjI2IDIuNDYyYy0zLjc4Mi0yLjAxOS02LjExMS00LjM0OC04LjEwMi04LjFsMi4zODktMy4xNzZjLjYyLS42Mi44NDMtMS41MjYuNTc2LTIuMzc1YTE2LjQ5IDE2LjQ5IDAgMDEtLjgyNi01LjE4QTIuMzMgMi4zMyAwIDAwNy42NTMgMEgyLjMyN0EyLjMzIDIuMzMgMCAwMDAgMi4zMjdDMCAxNy4wMzUgMTEuOTY1IDI5IDI2LjY3MyAyOUEyLjMzIDIuMzMgMCAwMDI5IDI2LjY3M3YtNS4zMWEyLjMzIDIuMzMgMCAwMC0yLjMyNy0yLjMyOHoiIGZpbGw9IiMxQzFDMUMiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyOXYyOUgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
    top: -6px;
  }

  /* line 23, resources/assets/styles/559-adaptive/_559-header.scss */

  nav.ubermenu {
    max-width: 100% !important;
  }

  /* line 27, resources/assets/styles/559-adaptive/_559-header.scss */

  nav.ubermenu ul.ubermenu-nav li.ubermenu-item a.ubermenu-target .ubermenu-target-title {
    color: #323734 !important;
  }

  /* line 30, resources/assets/styles/559-adaptive/_559-header.scss */

  nav.ubermenu ul.ubermenu-nav li.ubermenu-item a.ubermenu-target .ubermenu-target-title:hover {
    color: rgba(59, 194, 64, 0.7) !important;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner .navi--active {
    top: -55px !important;
  }

  /* line 39, resources/assets/styles/559-adaptive/_559-header.scss */

  nav.ubermenu ul.ubermenu-nav li.ubermenu-item ul.ubermenu-submenu {
    left: 5% !important;
    min-width: 155px !important;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner,
  .front-page__banner-item {
    height: 400px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner-item-content-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 18px;
    max-width: 250px;
    text-align: center;
  }

  /* line 15, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner-item-content-subtitle {
    font-size: 15px;
    line-height: 20px;
    max-width: 275px;
    text-align: center;
  }

  /* line 22, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-prev {
    left: 15px;
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-next {
    right: 15px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about-title {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about-wrapper {
    margin-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 18, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about-image {
    max-width: 100%;
    height: 177px;
    margin-bottom: 30px;
  }

  /* line 24, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about-content {
    margin-left: 0;
  }

  /* line 29, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about-textarea h3 {
    text-align: center;
  }

  /* line 33, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about-textarea p {
    margin-bottom: 15px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

  .front-page__service {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

  .front-page__service-title {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

  .front-page__service-content {
    margin-top: 20px;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

  .front-page__service-item {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 13px 10px 14px;
  }

  /* line 24, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

  .front-page__service-item_image {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 9px;
  }

  /* line 31, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

  .front-page__service-item_text {
    text-align: center;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-title {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-content {
    margin-top: 20px;
    flex-direction: column;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-content-item {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* line 22, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

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

  /* line 26, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

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

  /* line 31, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-content-item-image {
    height: 216px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-popular.scss */

  .front-page-popular {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-front-page-popular.scss */

  .front-page-popular__title {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-front-page-popular.scss */

  .front-page-popular__products {
    margin-top: 20px;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-front-page-popular.scss */

  .front-page-popular__item {
    min-height: 358px;
  }

  /* line 20, resources/assets/styles/559-adaptive/_559-front-page-popular.scss */

  .front-page-popular__item-image {
    height: 181px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-review.scss */

  .front-page__review {
    margin-top: 35px;
    margin-bottom: 25px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-front-page-review.scss */

  .front-page__review-title {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-front-page-review.scss */

  .front-page__review-content {
    margin-top: 25px;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-front-page-review.scss */

  .front-page__review-item {
    width: 100%;
    margin-right: 0;
    padding: 32px 15px 23px 23px;
  }

  /* line 22, resources/assets/styles/559-adaptive/_559-front-page-review.scss */

  .front-page__review-item::before {
    top: 10px;
    left: 23px;
  }

  /* line 27, resources/assets/styles/559-adaptive/_559-front-page-review.scss */

  .front-page__review-item_head {
    margin-bottom: 28px;
  }

  /* line 31, resources/assets/styles/559-adaptive/_559-front-page-review.scss */

  .front-page__review-item_head-name::after {
    top: 20px;
    right: calc(100% - 70px);
  }

  /* line 36, resources/assets/styles/559-adaptive/_559-front-page-review.scss */

  .front-page__review-content .owl-nav button.owl-prev {
    left: -13px;
  }

  /* line 40, resources/assets/styles/559-adaptive/_559-front-page-review.scss */

  .front-page__review-content .owl-nav button.owl-next {
    right: -13px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-work.scss */

  .front-page__work {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-front-page-work.scss */

  .front-page__work-title {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-front-page-work.scss */

  .front-page__work-content {
    margin-top: 20px;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-front-page-work.scss */

  .front-page__work-item {
    height: 253px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages {
    margin-top: 60px;
    margin-bottom: 25px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages-title {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages-content {
    margin-top: 25px;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages-item {
    width: 100%;
    min-height: 160px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  /* line 22, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages-item:nth-child(even) {
    margin-right: 0;
  }

  /* line 27, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages-item-image {
    width: 72px;
    height: 72px;
    margin-bottom: 11px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-faq.scss */

  .front-page__faq {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-front-page-faq.scss */

  .front-page__faq-title {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 11, resources/assets/styles/559-adaptive/_559-front-page-faq.scss */

  .front-page__faq-content {
    margin-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-front-page-faq.scss */

  .front-page__faq-content_item {
    width: 100%;
    margin-right: 0;
  }

  /* line 20, resources/assets/styles/559-adaptive/_559-front-page-faq.scss */

  .front-page__faq-content_item-title {
    height: 85px;
    padding: 19px 20px 18px 15px;
  }

  /* line 24, resources/assets/styles/559-adaptive/_559-front-page-faq.scss */

  .front-page__faq-content_item-title::after {
    right: 5px;
  }

  /* line 29, resources/assets/styles/559-adaptive/_559-front-page-faq.scss */

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

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-stages.scss */

  .front-page__stages {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-front-page-stages.scss */

  .front-page__stages-title {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-front-page-stages.scss */

  .front-page__stages-content {
    margin-top: 20px;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-front-page-stages.scss */

  .front-page__stages-content_item {
    width: 100%;
    min-height: 155px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 23px 15px 23px 24px;
  }

  /* line 23, resources/assets/styles/559-adaptive/_559-front-page-stages.scss */

  .front-page__stages-content_item:nth-child(odd) {
    margin-right: 0;
  }

  /* line 27, resources/assets/styles/559-adaptive/_559-front-page-stages.scss */

  .front-page__stages-content_item:nth-child(even) {
    margin-right: 0;
  }

  /* line 32, resources/assets/styles/559-adaptive/_559-front-page-stages.scss */

  .front-page__stages-content_item-title {
    margin-bottom: 10px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-contact.scss */

  .front-page__contact {
    margin-top: 40px;
    margin-bottom: 0;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-front-page-contact.scss */

  .front-page__contact-title {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-front-page-contact.scss */

  .front-page__contact-wrapper {
    margin-top: 20px;
    flex-direction: column;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-front-page-contact.scss */

  .front-page__contact-map {
    max-width: 100%;
    margin-right: 0;
    height: 200px;
    margin-top: 40px;
    order: 2;
  }

  /* line 25, resources/assets/styles/559-adaptive/_559-front-page-contact.scss */

  .front-page__contact-map iframe {
    width: 100%;
    height: 200px;
    left: -50vw;
    right: -50vw;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-front-page-contact.scss */

  .front-page__contact-content {
    max-width: 100%;
    order: 1;
  }

  /* line 40, resources/assets/styles/559-adaptive/_559-front-page-contact.scss */

  .front-page__contact-content_item {
    margin-bottom: 25px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-news-promo.scss */

  .news-promo {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-news-promo.scss */

  .news-promo__title {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-news-promo.scss */

  .news-promo__list {
    margin-top: 20px;
    flex-direction: column;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-news-promo.scss */

  .news-promo__list-item {
    flex-direction: column;
    width: 100%;
    min-height: 300px;
    height: auto;
  }

  /* line 23, resources/assets/styles/559-adaptive/_559-news-promo.scss */

  .news-promo__list-item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* line 29, resources/assets/styles/559-adaptive/_559-news-promo.scss */

  .news-promo__list-item-link {
    width: 100%;
  }

  /* line 33, resources/assets/styles/559-adaptive/_559-news-promo.scss */

  .news-promo__list-item-image {
    width: 100%;
    height: 171px;
  }

  /* line 38, resources/assets/styles/559-adaptive/_559-news-promo.scss */

  .news-promo__list-item-content {
    padding: 19px 11px 20px 13px;
  }

  /* line 42, resources/assets/styles/559-adaptive/_559-news-promo.scss */

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

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-help-form.scss */

  .help-form {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 32px 28px;
  }

  /* line 10, resources/assets/styles/559-adaptive/_559-help-form.scss */

  .help-form-title {
    max-width: 275px;
    font-size: 20px;
    line-height: 132.4%;
    margin-bottom: 23px;
    text-align: center;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page {
    padding-bottom: 0;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__head {
    margin-top: 30px;
    margin-bottom: -20px;
  }

  /* line 11, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__heading {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__content {
    margin-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 22, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__content-image {
    max-width: 100%;
    width: 100%;
    height: 177px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  /* line 30, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__content-textarea {
    max-width: 100%;
  }

  /* line 33, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__content-textarea h3 {
    text-align: center;
  }

  /* line 37, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__content-textarea p {
    margin-bottom: 15px;
  }

  /* line 42, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__advantages {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  /* line 47, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__advantages-title {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 52, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__advantages-content {
    margin-top: 25px;
  }

  /* line 56, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__advantages-item {
    width: 100%;
    min-height: 160px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  /* line 62, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__advantages-item:nth-child(even) {
    margin-right: 0;
  }

  /* line 67, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__advantages-item-image {
    width: 72px;
    height: 72px;
    margin-bottom: 11px;
  }

  /* line 73, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__faq {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  /* line 78, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__faq-title {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 83, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__faq-content {
    margin-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 89, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__faq-content_item {
    width: 100%;
    margin-right: 0;
  }

  /* line 94, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__faq-content_item-title {
    height: 85px;
    padding: 19px 20px 18px 15px;
  }

  /* line 98, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__faq-content_item-title::after {
    right: 5px;
  }

  /* line 103, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__faq-content_item-text {
    margin-top: 10px;
  }

  /* line 107, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__stages {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  /* line 112, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__stages-title {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 117, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__stages-content {
    margin-top: 20px;
  }

  /* line 121, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__stages-content_item {
    width: 100%;
    min-height: 155px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 23px 15px 23px 24px;
  }

  /* line 128, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__stages-content_item:nth-child(odd) {
    margin-right: 0;
  }

  /* line 132, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__stages-content_item:nth-child(even) {
    margin-right: 0;
  }

  /* line 137, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__stages-content_item-title {
    margin-bottom: 10px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-template-gallery.scss */

  .gallery-page {
    margin-bottom: 40px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-template-gallery.scss */

  .gallery-page__heading {
    margin-top: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-template-gallery.scss */

  .gallery-page__content {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-template-gallery.scss */

  .gallery-page__content-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* line 22, resources/assets/styles/559-adaptive/_559-template-gallery.scss */

  .gallery-page__content-item:nth-child(3n) {
    margin-right: 0;
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-template-gallery.scss */

  .gallery-page__content-item:nth-child(even) {
    margin-right: 0;
  }

  /* line 31, resources/assets/styles/559-adaptive/_559-template-gallery.scss */

  .gallery-page__content-item-image {
    height: 177px;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-template-gallery.scss */

  .gallery-page__content-item-title {
    height: 66px;
    font-size: 15px;
    line-height: 141.4%;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-template-gallery-single.scss */

  .gallery-single-page {
    margin-bottom: 40px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-template-gallery-single.scss */

  .gallery-single-page__heading {
    margin-top: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-template-gallery-single.scss */

  .gallery-single-page__content {
    margin-top: 20px;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-template-gallery-single.scss */

  .gallery-single-page__content-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* line 21, resources/assets/styles/559-adaptive/_559-template-gallery-single.scss */

  .gallery-single-page__content-item:nth-child(odd) {
    margin-right: 0;
  }

  /* line 25, resources/assets/styles/559-adaptive/_559-template-gallery-single.scss */

  .gallery-single-page__content-item:nth-child(even) {
    margin-right: 0;
  }

  /* line 30, resources/assets/styles/559-adaptive/_559-template-gallery-single.scss */

  .gallery-single-page__content-item-image {
    height: 229px;
  }

  /* line 34, resources/assets/styles/559-adaptive/_559-template-gallery-single.scss */

  .gallery-single-page__textarea {
    margin-top: 10px;
  }

  /* line 38, resources/assets/styles/559-adaptive/_559-template-gallery-single.scss */

  .gallery-single-page__textarea p {
    margin-bottom: 15px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page {
    margin-bottom: 40px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__head {
    margin-top: 30px;
  }

  /* line 10, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__head-title {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 15, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__head-subtitle {
    text-align: left;
  }

  /* line 19, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__main {
    margin-top: 30px;
  }

  /* line 23, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__main-item {
    position: relative;
    margin-bottom: 50px;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
  }

  /* line 31, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__main-item-link {
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 36, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__main-item-image {
    max-width: 100%;
    height: 173px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* line 43, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__main-item-content {
    min-height: auto;
    align-items: center;
  }

  /* line 48, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__main-item-title {
    width: 100%;
    text-align: center;
  }

  /* line 56, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__main-item-text {
    margin-bottom: 35px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-template-service-single-two.scss */

  .service-single-two-page {
    margin-bottom: 40px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-template-service-single-two.scss */

  .service-single-two-page__heading {
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
    padding-left: 0;
  }

  /* line 13, resources/assets/styles/559-adaptive/_559-template-service-single-two.scss */

  .service-single-two-page__wrapper {
    margin-top: 20px;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-template-service-single-two.scss */

  .service-single-two-page__main-image {
    height: 189px;
    margin-bottom: 30px;
  }

  /* line 22, resources/assets/styles/559-adaptive/_559-template-service-single-two.scss */

  .service-single-two-page__aside {
    display: none;
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-template-service-single-two.scss */

  .service-single-two-page__main-content {
    margin-bottom: 40px;
  }

  /* line 29, resources/assets/styles/559-adaptive/_559-template-service-single-two.scss */

  .service-single-two-page__main-content h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-template-service-single-two.scss */

  .service-single-two-page__main-content p {
    margin-bottom: 15px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-template-review.scss */

  .review-page {
    margin-bottom: 40px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-template-review.scss */

  .review-page__heading {
    margin-top: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-template-review.scss */

  .review-page__main {
    margin-top: 30px;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-template-review.scss */

  .review-page__main-item {
    margin-bottom: 40px;
    width: 100%;
  }

  /* line 21, resources/assets/styles/559-adaptive/_559-template-review.scss */

  .review-page__main-item-gallery {
    position: relative;
    margin-bottom: 20px;
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-template-review.scss */

  .review-page__main-item-gallery .owl-nav button {
    position: absolute;
    top: calc(50% - 18px);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    outline: none;
    background-size: 16px;
    font-size: 0;
    z-index: 99;
  }

  /* line 37, resources/assets/styles/559-adaptive/_559-template-review.scss */

  .review-page__main-item-gallery .owl-nav button span {
    font-size: 0;
  }

  /* line 41, resources/assets/styles/559-adaptive/_559-template-review.scss */

  .review-page__main-item-gallery .owl-nav button.owl-prev {
    left: -13px;
    background: #474747 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEuMjg3IDEzLjcxMyAxMy4yOTIgMjUuNzJhMSAxIDAgMCAwIDEuNDE1LTEuNDE1TDMuNDEgMTMuMDA3IDE0LjcwNyAxLjcwOEExIDEgMCAwIDAgMTMuMjkyLjI5M0wxLjI4NyAxMi4yOTlhMSAxIDAgMCAwIDAgMS40MTRaIi8+PC9zdmc+) no-repeat center center;
    z-index: 99;
  }

  /* line 47, resources/assets/styles/559-adaptive/_559-template-review.scss */

  .review-page__main-item-gallery .owl-nav button.owl-next {
    right: -13px;
    background: #474747 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEzLjcxMyAxMi4yODcgMS43MDguMjhBMSAxIDAgMCAwIC4yOTMgMS42OTVMMTEuNTkgMTIuOTk0LjI5MyAyNC4yOTJhMSAxIDAgMCAwIDEuNDE1IDEuNDE1bDEyLjAwNS0xMi4wMDZhMSAxIDAgMCAwIDAtMS40MTRaIi8+PC9zdmc+) no-repeat center center;
    z-index: 99;
  }

  /* line 53, resources/assets/styles/559-adaptive/_559-template-review.scss */

  .review-page__main-item-gallery .owl-nav button.disabled {
    background: rgba(0, 0, 0, 0) !important;
  }

  /* line 60, resources/assets/styles/559-adaptive/_559-template-review.scss */

  .review-page__main-item-gallery_image {
    width: 100%;
    height: 168px;
    margin-bottom: 0;
  }

  /* line 65, resources/assets/styles/559-adaptive/_559-template-review.scss */

  .review-page__main-item-gallery_image:nth-child(even) {
    margin-right: 0;
  }

  /* line 69, resources/assets/styles/559-adaptive/_559-template-review.scss */

  .review-page__main-item-gallery_image:nth-child(odd) {
    margin-right: 0;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contact-page {
    margin-bottom: 40px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contact-page__heading {
    margin-top: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contact-page__wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contact-page__content {
    margin-right: 0;
    max-width: 100%;
    min-height: auto;
    padding: 27px 15px 30px 16px;
  }

  /* line 24, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contact-page__content_social {
    bottom: 12px;
    right: 22px;
  }

  /* line 29, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contact-page__map {
    display: none;
  }

  /* line 33, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contact-page__info {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 33px 19px 29px;
  }

  /* line 39, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contact-page__info p {
    text-align: left;
    margin-bottom: 15px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page {
    margin-bottom: 50px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__heading,
  .shop-page__header-title {
    margin-top: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  /* line 13, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__sidebar {
    display: none;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-archive-product.scss */

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

  /* line 21, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__loop ul.products .product,
  .shop-page__loop-additional ul.products .product,
  .shop-page .woocommerce ul.products.columns-4 li.product-category {
    max-width: 100%;
    min-height: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }

  /* line 29, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__loop ul.products .product:nth-of-type(odd),
  .shop-page__loop-additional ul.products .product:nth-of-type(odd),
  .shop-page .woocommerce ul.products.columns-4 li.product-category:nth-of-type(odd) {
    margin-right: 0;
  }

  /* line 33, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__loop ul.products .product:nth-of-type(even),
  .shop-page__loop-additional ul.products .product:nth-of-type(even),
  .shop-page .woocommerce ul.products.columns-4 li.product-category:nth-of-type(even) {
    margin-right: 0;
  }

  /* line 38, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .woocommerce-loop-product__link {
    width: 100%;
  }

  /* line 42, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page .woocommerce ul.products.columns-4 li.product-category a {
    width: 100%;
    height: 200px;
  }

  /* line 47, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__loop ul.products .product__thumbs,
  .shop-page__loop-additional ul.products .product__thumbs,
  .shop-page .woocommerce ul.products.columns-4 li.product-category img {
    height: 200px;
  }

  /* line 53, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__loop ul.products .product__content .woocommerce-loop-product__title,
  .shop-page__loop-additional ul.products .product__content .woocommerce-loop-product__title {
    text-align: center;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page {
    margin-bottom: 50px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__heading,
  .product-page .product_title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
  }

  /* line 13, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page .product_title {
    margin-bottom: 20px;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__sidebar {
    display: none;
  }

  /* line 21, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__content {
    margin-bottom: 40px;
  }

  /* line 25, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__main {
    max-width: 100%;
  }

  /* line 29, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__main .type-product {
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 34, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__image {
    max-width: 100%;
    height: 218px;
    margin-bottom: 20px;
  }

  /* line 40, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__image-item {
    height: 218px;
  }

  /* line 44, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__main-description {
    margin-bottom: 20px;
  }

  /* line 48, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__main-description-title {
    width: 100%;
    text-align: center;
  }

  /* line 53, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__main-content {
    min-height: auto;
  }

  /* line 57, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__main-price {
    margin-top: 20px;
    justify-content: center;
    width: 100%;
  }

  /* line 63, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__main-button {
    margin: auto;
  }

  /* line 67, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__info {
    margin-top: 40px;
  }

  /* line 71, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__info-tabs {
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 76, resources/assets/styles/559-adaptive/_559-product-page.scss */

  .product-page__info-tabs-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__heading {
    margin-top: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  /* line 8, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__sidebar {
    display: none;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__main-content {
    max-width: 100%;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__main-content_head {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  /* line 22, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__main-content_head-info {
    margin-right: 0;
    max-width: 100%;
    margin-top: 30px;
    order: 2;
  }

  /* line 29, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__main-content_head-image {
    width: 250px;
    height: 200px;
  }

  /* line 34, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__main-content_products {
    margin-top: 30px;
  }

  /* line 38, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__main-content_products-table {
    width: 930px;
    max-width: 100%;
    overflow-x: auto;
  }

  /* line 43, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__main-content_products-table::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    cursor: pointer;
  }

  /* line 49, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__main-content_products-table::-webkit-scrollbar-track {
    background: #c4c4c4;
    cursor: pointer;
  }

  /* line 54, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__main-content_products-table::-webkit-scrollbar-thumb {
    background: #3bc240;
    border-radius: 20px;
    transition: 0.25s ease-in-out;
    cursor: pointer;
  }

  /* line 61, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__main-content_products-table::-webkit-scrollbar-thumb:hover {
    background: rgba(59, 194, 64, 0.7);
    cursor: pointer;
  }

  /* line 67, resources/assets/styles/559-adaptive/_559-category-page.scss */

  .category-page__main-content_products-item {
    grid-template-columns: minmax(210px, 250px) repeat(auto-fit, minmax(210px, 2fr));
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-related-products.scss */

  .related-products {
    margin-top: 40px;
    margin-bottom: 0;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-related-products.scss */

  .related-products__title {
    text-align: center;
  }

  /* line 11, resources/assets/styles/559-adaptive/_559-related-products.scss */

  .related-products .products.columns-4 .product {
    min-height: auto;
  }

  /* line 15, resources/assets/styles/559-adaptive/_559-related-products.scss */

  .related-products .products.columns-4 .product__thumbs {
    height: 170px;
  }

  /* line 19, resources/assets/styles/559-adaptive/_559-related-products.scss */

  .related-products .products.columns-4 .product__content .woocommerce-loop-product__title {
    text-align: center;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-clients-carousel.scss */

  .clients-carousel {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-clients-carousel.scss */

  .clients-carousel-title {
    font-size: 20px;
    line-height: 24px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-clients-carousel.scss */

  .clients-carousel_content {
    margin-top: 30px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page {
    margin-bottom: 40px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__title {
    margin-top: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__list {
    margin-top: 30px;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__list-item {
    width: 100%;
    min-height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* line 22, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__list-item:nth-child(odd) {
    margin-right: 0;
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__list-item:nth-child(even) {
    margin-right: 0;
  }

  /* line 31, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__list-item-image {
    height: 145px;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__list-item-content {
    min-height: auto;
    padding: 20px 15px 19px 17px;
  }

  /* line 40, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__list-item-title {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page {
    margin-top: 40px;
    margin-bottom: 40px;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 9, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__main {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 40px;
  }

  /* line 15, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__main-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  /* line 22, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__main-image {
    height: 206px;
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__main-content {
    margin-top: 25px;
    margin-bottom: 27px;
  }

  /* line 31, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__main-content p {
    margin-bottom: 15px;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__aside {
    max-width: 100%;
    padding: 29px 15px;
  }

  /* line 40, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__aside-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  /* line 46, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__main-footer-links {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-forms.scss */

  .contact-form,
  .review-form {
    margin-bottom: 40px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-forms.scss */

  .contact-form .wpcf7 .wpcf7-form__block-title,
  .review-form .wpcf7 .wpcf7-form__block-title {
    font-size: 20px;
    line-height: 114%;
  }

  /* line 13, resources/assets/styles/559-adaptive/_559-forms.scss */

  .contact-form .wpcf7 .wpcf7-form__block-wrapper,
  .review-form .wpcf7 .wpcf7-form__block-wrapper {
    margin-top: 15px;
    flex-direction: column;
  }

  /* line 19, resources/assets/styles/559-adaptive/_559-forms.scss */

  .contact-form .wpcf7 .wpcf7-form__block-wrapper-info,
  .review-form .wpcf7 .wpcf7-form__block-wrapper-info {
    max-width: 100%;
  }

  /* line 24, resources/assets/styles/559-adaptive/_559-forms.scss */

  .contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control,
  .review-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control {
    margin-bottom: 8px;
  }

  /* line 29, resources/assets/styles/559-adaptive/_559-forms.scss */

  .contact-form .wpcf7 .wpcf7-form__block-wrapper-textarea,
  .review-form .wpcf7 .wpcf7-form__block-wrapper-textarea {
    margin-left: 0;
  }

  /* line 34, resources/assets/styles/559-adaptive/_559-forms.scss */

  .contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
  .review-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
    height: 181px;
  }

  /* line 39, resources/assets/styles/559-adaptive/_559-forms.scss */

  .contact-form .wpcf7 .wpcf7-form__footer,
  .review-form .wpcf7 .wpcf7-form__footer {
    position: static;
    max-width: 100%;
    align-items: center;
  }

  /* line 46, resources/assets/styles/559-adaptive/_559-forms.scss */

  .contact-form .wpcf7 .wpcf7-form .wpcf7-submit-wrapper,
  .review-form .wpcf7 .wpcf7-form .wpcf7-submit-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  /* line 53, resources/assets/styles/559-adaptive/_559-forms.scss */

  .contact-form .wpcf7 .wpcf7-form__block label[for="your-file-3"]::before,
  .review-form .wpcf7 .wpcf7-form__block label[for="your-file-3"]::before {
    display: none;
  }

  /* line 58, resources/assets/styles/559-adaptive/_559-forms.scss */

  .contact-form .wpcf7 .wpcf7-form__block label[for="your-file-3"]::after,
  .review-form .wpcf7 .wpcf7-form__block label[for="your-file-3"]::after {
    left: 30%;
  }

  /* line 63, resources/assets/styles/559-adaptive/_559-forms.scss */

  .contact-form .wpcf7 .wpcf7-form input[type="submit"],
  .review-form .wpcf7 .wpcf7-form input[type="submit"] {
    margin-top: 15px;
  }

  /* line 68, resources/assets/styles/559-adaptive/_559-forms.scss */
  .contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox,
  .review-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox {
    flex-direction: column;
    align-items: flex-start;
    position: static;
    max-width: 100%;
  }

  /* line 76, resources/assets/styles/559-adaptive/_559-forms.scss */
  .contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label,
  .review-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label {
    font-size: 12px;
    line-height: 14px;
  }

  /* line 82, resources/assets/styles/559-adaptive/_559-forms.scss */
  .contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox a,
  .review-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox a {
    margin-top: -15px;
    margin-left: 25px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 8, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-wrapper {
    flex-wrap: wrap;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-navigation,
  .content-info__footer-address,
  .content-info__footer-email {
    margin-bottom: 26px;
  }

  /* line 18, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-navigation {
    max-width: 100%;
    margin-right: 0;
  }

  /* line 23, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info nav.ubermenu {
    display: block;
    position: static;
    padding: 0;
    max-width: none;
    background: none;
  }

  /* line 31, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info nav.ubermenu ul.ubermenu-nav {
    padding: 0;
    max-width: none;
  }

  /* line 36, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info .footer__nav-list li.menu-item,
  .content-info .footer__nav-list li.ubermenu-item,
  .content-info .ubermenu-nav li.menu-item,
  .content-info .ubermenu-nav li.ubermenu-item {
    max-width: 50%;
  }

  /* line 43, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info nav.ubermenu ul.ubermenu-nav li.ubermenu-item {
    height: 25px;
    margin-bottom: 13px;
    margin-right: 0;
  }

  /* line 49, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-bottom-creat {
    flex-direction: column;
    justify-content: center;
  }

  /* line 54, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-bottom-creat-item:first-child {
    margin-bottom: 10px;
  }

  /* line 58, resources/assets/styles/559-adaptive/_559-footer.scss */

  nav.ubermenu ul.ubermenu-submenu li.ubermenu-item a.ubermenu-target .ubermenu-target-title {
    color: #fff !important;
  }

  /* line 62, resources/assets/styles/559-adaptive/_559-footer.scss */

  .modal__wrapper .modal__block {
    margin: 13% auto 0;
    max-width: 100%;
    padding: 35px 15px 35px;
  }

  /* line 68, resources/assets/styles/559-adaptive/_559-footer.scss */

  .modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: center;
  }

  /* line 75, resources/assets/styles/559-adaptive/_559-footer.scss */

  .modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }

  /* line 80, resources/assets/styles/559-adaptive/_559-footer.scss */

  .modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control,
  .modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control {
    height: 38px;
    font-size: 18px;
  }

  /* line 86, resources/assets/styles/559-adaptive/_559-footer.scss */

  .modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-textarea {
    font-size: 18px;
  }

  /* line 90, resources/assets/styles/559-adaptive/_559-footer.scss */
  .modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a {
    top: 18px;
    left: 25px;
  }

  /* line 95, resources/assets/styles/559-adaptive/_559-footer.scss */

  .modal__wrapper .modal__block .wpcf7 .wpcf7-form__block .wpcf7-form__block-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  /* line 101, resources/assets/styles/559-adaptive/_559-footer.scss */

  .modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
    height: 120px;
  }
}

/** adaptive 768 */

@media (min-width: 1px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__header-contacts-button {
    display: none;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-about.scss */

  .front-page__about {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-about.scss */

  .front-page__about-wrapper {
    margin-top: 25px;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 13, resources/assets/styles/768-adaptive/_768-front-page-about.scss */

  .front-page__about-image {
    max-width: 100%;
    height: 225px;
    margin-bottom: 30px;
  }

  /* line 19, resources/assets/styles/768-adaptive/_768-front-page-about.scss */

  .front-page__about-content {
    margin-left: 0;
  }

  /* line 24, resources/assets/styles/768-adaptive/_768-front-page-about.scss */

  .front-page__about-textarea h3 {
    text-align: center;
  }

  /* line 28, resources/assets/styles/768-adaptive/_768-front-page-about.scss */

  .front-page__about-textarea p {
    margin-bottom: 15px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-service.scss */

  .front-page__service {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-service.scss */

  .front-page__service-content {
    margin-top: 25px;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-front-page-service.scss */

  .front-page__service-item {
    flex-direction: column;
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px 10px 15px 15px;
  }

  /* line 19, resources/assets/styles/768-adaptive/_768-front-page-service.scss */

  .front-page__service-item_image {
    width: 55px;
    height: 55px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  /* line 26, resources/assets/styles/768-adaptive/_768-front-page-service.scss */

  .front-page__service-item_text {
    text-align: center;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog-content {
    margin-top: 25px;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog-content-item {
    max-width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-bottom: 25px;
  }

  /* line 16, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog-content-item:nth-child(3n) {
    margin-right: 30px;
  }

  /* line 20, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

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

  /* line 25, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog-content-item-image {
    height: 225px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-popular.scss */

  .front-page-popular {
    margin-top: 25px;
    margin-bottom: 50px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-popular.scss */

  .front-page-popular__products {
    margin-top: 25px;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-front-page-popular.scss */

  .front-page-popular__item {
    min-height: 360px;
  }

  /* line 15, resources/assets/styles/768-adaptive/_768-front-page-popular.scss */

  .front-page-popular__item-image {
    height: 200px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-review.scss */

  .front-page__review {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-review.scss */

  .front-page__review-content {
    margin-top: 25px;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-front-page-review.scss */

  .front-page__review-item {
    width: 100%;
    margin-right: 0;
  }

  /* line 16, resources/assets/styles/768-adaptive/_768-front-page-review.scss */

  .front-page__review-item_head {
    margin-bottom: 28px;
  }

  /* line 20, resources/assets/styles/768-adaptive/_768-front-page-review.scss */

  .front-page__review-item_head-name::after {
    top: 20px;
    right: 32px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages {
    margin-top: 50px;
    margin-bottom: 25px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages-content {
    margin-top: 25px;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages-item {
    width: calc((100% - 50px) / 2);
    margin-right: 50px;
    margin-bottom: 25px;
  }

  /* line 16, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages-item:nth-child(even) {
    margin-right: 0;
  }

  /* line 21, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages-item-image {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-faq.scss */

  .front-page__faq {
    margin-bottom: 50px;
  }

  /* line 5, resources/assets/styles/768-adaptive/_768-front-page-faq.scss */

  .front-page__faq-content {
    margin-top: 25px;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-front-page-faq.scss */

  .front-page__faq-content_item {
    width: 100%;
    margin-right: 0;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-front-page-faq.scss */

  .front-page__faq-content_item-title {
    height: 85px;
    padding: 19px 75px 18px 17px;
  }

  /* line 18, resources/assets/styles/768-adaptive/_768-front-page-faq.scss */

  .front-page__faq-content_item-title::after {
    right: 25px;
  }

  /* line 23, resources/assets/styles/768-adaptive/_768-front-page-faq.scss */

  .front-page__faq-content_item-text {
    margin-top: 15px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-stages.scss */

  .front-page__stages {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-stages.scss */

  .front-page__stages-content {
    margin-top: 25px;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-front-page-stages.scss */

  .front-page__stages-content_item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 25px 15px 25px 25px;
  }

  /* line 17, resources/assets/styles/768-adaptive/_768-front-page-stages.scss */

  .front-page__stages-content_item:nth-child(odd) {
    margin-right: 20px;
  }

  /* line 21, resources/assets/styles/768-adaptive/_768-front-page-stages.scss */

  .front-page__stages-content_item:nth-child(even) {
    margin-right: 0;
  }

  /* line 26, resources/assets/styles/768-adaptive/_768-front-page-stages.scss */

  .front-page__stages-content_item-title {
    margin-bottom: 10px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-contact.scss */

  .front-page__contact {
    margin-top: 40px;
    margin-bottom: 0;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-contact.scss */

  .front-page__contact-wrapper {
    margin-top: 25px;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-front-page-contact.scss */

  .front-page__contact-map {
    max-width: 55%;
    margin-right: 50px;
  }

  /* line 16, resources/assets/styles/768-adaptive/_768-front-page-contact.scss */

  .front-page__contact-map iframe {
    width: 100%;
  }

  /* line 20, resources/assets/styles/768-adaptive/_768-front-page-contact.scss */

  .front-page__contact-content {
    max-width: 45%;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-news-promo.scss */

  .news-promo {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-news-promo.scss */

  .news-promo__list {
    margin-top: 25px;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-news-promo.scss */

  .news-promo__list-item {
    flex-direction: column;
    min-height: 350px;
    height: auto;
  }

  /* line 17, resources/assets/styles/768-adaptive/_768-news-promo.scss */

  .news-promo__list-item-link {
    width: 100%;
  }

  /* line 21, resources/assets/styles/768-adaptive/_768-news-promo.scss */

  .news-promo__list-item-image {
    width: 100%;
    height: 185px;
  }

  /* line 26, resources/assets/styles/768-adaptive/_768-news-promo.scss */

  .news-promo__list-item-content {
    padding: 19px 11px 20px 13px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__head {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__content {
    margin-top: 30px;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 13, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__content-image {
    max-width: 100%;
    width: 100%;
    height: 225px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  /* line 21, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__content-textarea {
    max-width: 100%;
  }

  /* line 24, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__content-textarea h3 {
    text-align: center;
  }

  /* line 28, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__content-textarea p {
    margin-bottom: 15px;
  }

  /* line 33, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__advantages {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  /* line 38, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__advantages-content {
    margin-top: 40px;
  }

  /* line 42, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__advantages-item {
    width: calc((100% - 50px) / 2);
    margin-right: 50px;
    margin-bottom: 25px;
  }

  /* line 47, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__advantages-item:nth-child(even) {
    margin-right: 0;
  }

  /* line 52, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__advantages-item-image {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  /* line 58, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__faq {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  /* line 63, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__faq-content {
    margin-top: 25px;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 69, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__faq-content_item {
    width: 100%;
    margin-right: 0;
  }

  /* line 74, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__faq-content_item-title {
    height: 85px;
    padding: 19px 75px 18px 17px;
  }

  /* line 78, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__faq-content_item-title::after {
    right: 25px;
  }

  /* line 83, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__faq-content_item-text {
    margin-top: 15px;
  }

  /* line 87, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__stages {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  /* line 92, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__stages-content {
    margin-top: 25px;
  }

  /* line 96, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__stages-content_item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 25px 15px 25px 25px;
  }

  /* line 102, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__stages-content_item:nth-child(odd) {
    margin-right: 20px;
  }

  /* line 106, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__stages-content_item:nth-child(even) {
    margin-right: 0;
  }

  /* line 111, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__stages-content_item-title {
    margin-bottom: 10px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-template-gallery.scss */

  .gallery-page {
    margin-bottom: 50px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-template-gallery.scss */

  .gallery-page__heading {
    margin-top: 40px;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-template-gallery.scss */

  .gallery-page__content {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  /* line 15, resources/assets/styles/768-adaptive/_768-template-gallery.scss */

  .gallery-page__content-item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 30px;
  }

  /* line 20, resources/assets/styles/768-adaptive/_768-template-gallery.scss */

  .gallery-page__content-item:nth-child(3n) {
    margin-right: 20px;
  }

  /* line 24, resources/assets/styles/768-adaptive/_768-template-gallery.scss */

  .gallery-page__content-item:nth-child(even) {
    margin-right: 0;
  }

  /* line 29, resources/assets/styles/768-adaptive/_768-template-gallery.scss */

  .gallery-page__content-item-image {
    height: 190px;
  }

  /* line 33, resources/assets/styles/768-adaptive/_768-template-gallery.scss */

  .gallery-page__content-item-title {
    height: 70px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-template-gallery-single.scss */

  .gallery-single-page {
    margin-bottom: 50px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-template-gallery-single.scss */

  .gallery-single-page__heading {
    margin-top: 40px;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-template-gallery-single.scss */

  .gallery-single-page__content {
    margin-top: 25px;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-template-gallery-single.scss */

  .gallery-single-page__content-item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 15px;
  }

  /* line 18, resources/assets/styles/768-adaptive/_768-template-gallery-single.scss */

  .gallery-single-page__content-item:nth-child(odd) {
    margin-right: 20px;
  }

  /* line 22, resources/assets/styles/768-adaptive/_768-template-gallery-single.scss */

  .gallery-single-page__content-item:nth-child(even) {
    margin-right: 0;
  }

  /* line 27, resources/assets/styles/768-adaptive/_768-template-gallery-single.scss */

  .gallery-single-page__content-item-image {
    height: 235px;
  }

  /* line 31, resources/assets/styles/768-adaptive/_768-template-gallery-single.scss */

  .gallery-single-page__textarea {
    margin-top: 10px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page {
    margin-bottom: 50px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__head {
    margin-top: 35px;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__main {
    margin-top: 30px;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__main-item {
    position: relative;
    margin-bottom: 60px;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 40px;
  }

  /* line 22, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__main-item-link {
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 27, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__main-item-image {
    max-width: 100%;
    height: 225px;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* line 34, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__main-item-content {
    min-height: auto;
    align-items: center;
  }

  /* line 39, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__main-item-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }

  /* line 47, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__main-item-text {
    margin-bottom: 35px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-template-service-single-two.scss */

  .service-single-two-page {
    margin-bottom: 50px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-template-service-single-two.scss */

  .service-single-two-page__heading {
    margin-top: 40px;
    padding-left: 0;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-template-service-single-two.scss */

  .service-single-two-page__wrapper {
    margin-top: 30px;
  }

  /* line 15, resources/assets/styles/768-adaptive/_768-template-service-single-two.scss */

  .service-single-two-page__main-image {
    height: 225px;
    margin-bottom: 30px;
  }

  /* line 20, resources/assets/styles/768-adaptive/_768-template-service-single-two.scss */

  .service-single-two-page__aside {
    display: none;
  }

  /* line 24, resources/assets/styles/768-adaptive/_768-template-service-single-two.scss */

  .service-single-two-page__main-content {
    margin-bottom: 50px;
  }

  /* line 27, resources/assets/styles/768-adaptive/_768-template-service-single-two.scss */

  .service-single-two-page__main-content h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
  }

  /* line 33, resources/assets/styles/768-adaptive/_768-template-service-single-two.scss */

  .service-single-two-page__main-content p {
    margin-bottom: 15px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-template-review.scss */

  .review-page {
    margin-bottom: 50px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-template-review.scss */

  .review-page__heading {
    margin-top: 35px;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-template-review.scss */

  .review-page__main {
    margin-top: 30px;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-template-review.scss */

  .review-page__main-item {
    margin-bottom: 40px;
  }

  /* line 18, resources/assets/styles/768-adaptive/_768-template-review.scss */

  .review-page__main-item-gallery_image {
    width: calc((100% - 23px) / 2);
  }

  /* line 21, resources/assets/styles/768-adaptive/_768-template-review.scss */

  .review-page__main-item-gallery_image:nth-child(even) {
    margin-right: 0;
  }

  /* line 25, resources/assets/styles/768-adaptive/_768-template-review.scss */

  .review-page__main-item-gallery_image:nth-child(odd) {
    margin-right: 23px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-template-contacts.scss */

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

  /* line 6, resources/assets/styles/768-adaptive/_768-template-contacts.scss */

  .contact-page__heading {
    margin-top: 35px;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-template-contacts.scss */

  .contact-page__wrapper {
    margin-top: 30px;
    margin-bottom: 35px;
  }

  /* line 15, resources/assets/styles/768-adaptive/_768-template-contacts.scss */

  .contact-page__content {
    margin-right: 0;
    max-width: 100%;
  }

  /* line 20, resources/assets/styles/768-adaptive/_768-template-contacts.scss */

  .contact-page__map {
    display: none;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page {
    margin-bottom: 50px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__heading,
  .shop-page__header-title {
    margin-top: 35px;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__sidebar {
    display: none;
  }

  /* line 15, resources/assets/styles/768-adaptive/_768-archive-product.scss */

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

  /* line 19, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__loop ul.products .product,
  .shop-page__loop-additional ul.products .product,
  .shop-page .woocommerce ul.products.columns-4 li.product-category {
    max-width: calc((100% - 20px) / 2);
    min-height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  /* line 27, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__loop ul.products .product:nth-of-type(odd),
  .shop-page__loop-additional ul.products .product:nth-of-type(odd),
  .shop-page .woocommerce ul.products.columns-4 li.product-category:nth-of-type(odd) {
    margin-right: 20px;
  }

  /* line 31, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__loop ul.products .product:nth-of-type(even),
  .shop-page__loop-additional ul.products .product:nth-of-type(even),
  .shop-page .woocommerce ul.products.columns-4 li.product-category:nth-of-type(even) {
    margin-right: 0;
  }

  /* line 36, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page .woocommerce ul.products.columns-4 li.product-category a {
    width: 100%;
    height: 205px;
  }

  /* line 41, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__loop ul.products .product__thumbs,
  .shop-page__loop-additional ul.products .product__thumbs,
  .shop-page .woocommerce ul.products.columns-4 li.product-category img {
    height: 205px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page {
    margin-bottom: 50px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__heading,
  .product-page .product_title {
    margin-bottom: 0;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page .product_title {
    margin-bottom: 20px;
  }

  /* line 15, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__sidebar {
    display: none;
  }

  /* line 19, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__content {
    margin-bottom: 40px;
  }

  /* line 23, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__main {
    max-width: 100%;
  }

  /* line 27, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__main .type-product {
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 32, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__image {
    max-width: 100%;
    height: 255px;
    margin-bottom: 25px;
  }

  /* line 38, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__image-item {
    height: 255px;
  }

  /* line 42, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__main-description {
    margin-bottom: 40px;
  }

  /* line 46, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__main-description-title {
    width: 100%;
    text-align: center;
  }

  /* line 51, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__main-content {
    min-height: auto;
  }

  /* line 55, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__main-price {
    margin-top: 30px;
    justify-content: center;
    width: 100%;
  }

  /* line 61, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__main-button {
    margin: auto;
  }

  /* line 65, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__info {
    margin-top: 50px;
  }

  /* line 69, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__info-tabs {
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 74, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__info-tabs-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__heading {
    margin-top: 35px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__sidebar {
    display: none;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__main-content {
    max-width: 100%;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__main-content_head {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  /* line 20, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__main-content_head-info {
    margin-right: 0;
    max-width: 100%;
    margin-top: 30px;
    order: 2;
  }

  /* line 27, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__main-content_head-image {
    width: 250px;
    height: 210px;
  }

  /* line 32, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__main-content_products {
    margin-top: 40px;
  }

  /* line 36, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__main-content_products-table {
    width: 930px;
    max-width: 100%;
    overflow-x: auto;
  }

  /* line 41, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__main-content_products-table::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    cursor: pointer;
  }

  /* line 47, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__main-content_products-table::-webkit-scrollbar-track {
    background: #c4c4c4;
    cursor: pointer;
  }

  /* line 52, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__main-content_products-table::-webkit-scrollbar-thumb {
    background: #3bc240;
    border-radius: 20px;
    transition: 0.25s ease-in-out;
    cursor: pointer;
  }

  /* line 59, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__main-content_products-table::-webkit-scrollbar-thumb:hover {
    background: rgba(59, 194, 64, 0.7);
    cursor: pointer;
  }

  /* line 65, resources/assets/styles/768-adaptive/_768-category-page.scss */

  .category-page__main-content_products-item {
    grid-template-columns: minmax(210px, 250px) repeat(auto-fit, minmax(210px, 2fr));
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-related-products.scss */

  .related-products {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-related-products.scss */

  .related-products .products.columns-4 .product {
    min-height: auto;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-related-products.scss */

  .related-products .products.columns-4 .product__thumbs {
    height: 185px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page {
    margin-bottom: 50px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page__title {
    margin-top: 35px;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page__list {
    margin-top: 30px;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page__list-item {
    width: calc((100% - 20px) / 2);
    min-height: 355px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  /* line 20, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page__list-item:nth-child(odd) {
    margin-right: 20px;
  }

  /* line 24, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page__list-item:nth-child(even) {
    margin-right: 0;
  }

  /* line 29, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page__list-item-image {
    height: 155px;
  }

  /* line 33, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page__list-item-content {
    min-height: 285px;
    padding: 20px 16px 19px 20px;
  }

  /* line 38, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page__list-item-title {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page {
    margin-bottom: 50px;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* line 8, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__main {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 50px;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__main-title {
    margin-bottom: 25px;
  }

  /* line 18, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__main-image {
    height: 220px;
  }

  /* line 22, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__main-content {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  /* line 27, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__main-content p {
    margin-bottom: 15px;
  }

  /* line 31, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__aside {
    max-width: 100%;
    padding: 37px 22px 34px 39px;
  }

  /* line 36, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__aside-title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 30px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-forms.scss */

  .contact-form,
  .review-form {
    margin-bottom: 50px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-forms.scss */

  .contact-form .wpcf7 .wpcf7-form__block-wrapper,
  .review-form .wpcf7 .wpcf7-form__block-wrapper {
    margin-top: 20px;
  }

  /* line 12, resources/assets/styles/768-adaptive/_768-forms.scss */

  .contact-form .wpcf7 .wpcf7-form__block-wrapper-textarea,
  .review-form .wpcf7 .wpcf7-form__block-wrapper-textarea {
    margin-left: 20px;
  }

  /* line 17, resources/assets/styles/768-adaptive/_768-forms.scss */

  .contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
  .review-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
    height: 234px;
  }

  /* line 22, resources/assets/styles/768-adaptive/_768-forms.scss */

  .contact-form .wpcf7 .wpcf7-form__footer,
  .review-form .wpcf7 .wpcf7-form__footer {
    position: static;
    max-width: 100%;
  }

  /* line 28, resources/assets/styles/768-adaptive/_768-forms.scss */
  .contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox,
  .review-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox {
    position: static;
    max-width: 100%;
    flex-direction: row;
  }

  /* line 35, resources/assets/styles/768-adaptive/_768-forms.scss */
  .contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox a,
  .review-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox a {
    margin-top: 0;
    margin-left: 0;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-footer.scss */

  .content-info__footer {
    flex-wrap: wrap;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-footer.scss */

  .content-info__footer-wrapper {
    flex-wrap: wrap;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-footer.scss */

  .content-info__footer-navigation,
  .content-info__footer-address {
    margin-bottom: 30px;
  }

  /* line 15, resources/assets/styles/768-adaptive/_768-footer.scss */

  .content-info__footer-navigation {
    max-width: 100%;
    margin-right: 0;
  }

  /* line 20, resources/assets/styles/768-adaptive/_768-footer.scss */

  .content-info nav.ubermenu {
    display: block;
    position: static;
    padding: 0;
    max-width: none;
    background: none;
  }

  /* line 28, resources/assets/styles/768-adaptive/_768-footer.scss */

  .content-info nav.ubermenu ul.ubermenu-nav {
    padding: 0;
    max-width: none;
  }

  /* line 33, resources/assets/styles/768-adaptive/_768-footer.scss */

  .content-info .footer__nav-list li.menu-item,
  .content-info .footer__nav-list li.ubermenu-item,
  .content-info .ubermenu-nav li.menu-item,
  .content-info .ubermenu-nav li.ubermenu-item {
    max-width: 50%;
  }

  /* line 40, resources/assets/styles/768-adaptive/_768-footer.scss */

  .content-info nav.ubermenu ul.ubermenu-nav li.ubermenu-item {
    height: 25px;
    margin-bottom: 13px;
    margin-right: 0;
  }
}

/** adaptive 989 */

@media (min-width: 1px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__navigation {
    position: relative;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__header-contacts {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
    max-height: 66px;
  }

  /* line 14, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__header-contacts_item {
    margin-right: 0;
  }

  /* line 18, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__header-contacts_email {
    margin-bottom: 10px;
  }

  /* line 22, resources/assets/styles/989-adaptive/_989-header.scss */

  nav.ubermenu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 0;
    padding-top: 50px;
    max-width: 60%;
    background-color: rgba(250, 250, 250, 0.97);
    color: #3bc240;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 5;
  }

  /* line 38, resources/assets/styles/989-adaptive/_989-header.scss */

  nav.ubermenu--active {
    display: block;
  }

  /* line 43, resources/assets/styles/989-adaptive/_989-header.scss */

  nav.ubermenu ul.ubermenu-nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 175px 35px 155px 55px;
    width: 100%;
    max-width: 450px;
  }

  /* line 53, resources/assets/styles/989-adaptive/_989-header.scss */

  nav.ubermenu ul.ubermenu-nav li.ubermenu-item {
    position: relative;
    height: 35px;
    margin-bottom: 17px;
    z-index: 1;
    width: 100%;
  }

  /* line 60, resources/assets/styles/989-adaptive/_989-header.scss */

  nav.ubermenu ul.ubermenu-nav li.ubermenu-item ul.ubermenu-submenu {
    position: relative;
    top: auto !important;
    left: 10%;
    min-width: 100%;
    z-index: 9;
  }

  /* line 69, resources/assets/styles/989-adaptive/_989-header.scss */

  nav.ubermenu ul.ubermenu-nav li.ubermenu-item ul.ubermenu-submenu .ubermenu-item {
    position: relative;
    min-height: 35px;
    height: auto;
    margin-bottom: 0;
    z-index: 5;
  }

  /* line 76, resources/assets/styles/989-adaptive/_989-header.scss */

  nav.ubermenu ul.ubermenu-nav li.ubermenu-item ul.ubermenu-submenu .ubermenu-item .ubermenu-target,
  nav.ubermenu ul.ubermenu-nav li.ubermenu-item ul.ubermenu-submenu .ubermenu-item .ubermenu-target-title {
    position: relative;
    z-index: 9;
  }

  /* line 85, resources/assets/styles/989-adaptive/_989-header.scss */

  nav.ubermenu ul.ubermenu-nav li.ubermenu-item a.ubermenu-target {
    min-width: 100px;
  }

  /* line 89, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi {
    background: transparent;
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    display: block;
    z-index: 199;
    transition: 0.5s ease-in-out;
    padding: 16px 27px;
    margin-left: 10px;
  }

  /* line 101, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi::before,
  .banner .navi::after {
    background: #fff;
    backface-visibility: hidden;
    content: "";
    height: 3.71px;
    left: calc(50% - 12.5px);
    transition: 0.5s ease-in-out;
    width: 38px;
  }

  /* line 112, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi::before {
    box-shadow: #fff 0 9px 0 0;
    position: absolute;
    top: calc(50% - 10px);
  }

  /* line 118, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi::after {
    position: absolute;
    top: calc(50% + 8px);
  }

  /* line 123, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi--active {
    transition: 0.5s ease-in-out;
  }

  /* line 126, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi--active::before,
  .banner .navi--active::after {
    background: #3bc240;
  }

  /* line 131, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi--active::before {
    box-shadow: #3bc240 0 0 0 0;
    top: 50%;
    transform: rotate(-45deg);
  }

  /* line 137, 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-front-page-banner.scss */

  .front-page__banner,
  .front-page__banner-item {
    height: 500px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-banner.scss */

  .front-page__banner-item-content-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 22px;
  }

  /* line 13, resources/assets/styles/989-adaptive/_989-front-page-banner.scss */

  .front-page__banner-item-content-subtitle {
    font-size: 18px;
    line-height: 30px;
  }

  /* line 18, resources/assets/styles/989-adaptive/_989-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-prev {
    left: 5%;
  }

  /* line 22, resources/assets/styles/989-adaptive/_989-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-next {
    right: 5%;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-about.scss */

  .front-page__about {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-about.scss */

  .front-page__about-wrapper {
    margin-top: 30px;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-front-page-about.scss */

  .front-page__about-image {
    height: 255px;
  }

  /* line 15, resources/assets/styles/989-adaptive/_989-front-page-about.scss */

  .front-page__about-content {
    margin-left: 40px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-service.scss */

  .front-page__service {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-service.scss */

  .front-page__service-content {
    margin-top: 30px;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-front-page-service.scss */

  .front-page__service-item {
    width: calc((100% - 25px) / 2);
    margin-right: 25px;
    margin-bottom: 25px;
    padding-left: 20px;
  }

  /* line 18, resources/assets/styles/989-adaptive/_989-front-page-service.scss */

  .front-page__service-item_image {
    margin-right: 25px;
  }

  /* line 22, resources/assets/styles/989-adaptive/_989-front-page-service.scss */

  .front-page__service-item_image-img {
    width: 71px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog-content {
    margin-top: 30px;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog-content-item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 25px;
  }

  /* line 17, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog-content-item-image {
    height: 245px;
  }
}

@media (min-width: 1px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-popular.scss */

  .front-page-popular__products .owl-nav button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
  }

  /* line 8, resources/assets/styles/989-adaptive/_989-front-page-popular.scss */

  .front-page-popular__products .owl-nav button.owl-prev {
    left: 0;
    background: #474747 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEuMjg3IDEzLjcxMyAxMy4yOTIgMjUuNzJhMSAxIDAgMCAwIDEuNDE1LTEuNDE1TDMuNDEgMTMuMDA3IDE0LjcwNyAxLjcwOEExIDEgMCAwIDAgMTMuMjkyLjI5M0wxLjI4NyAxMi4yOTlhMSAxIDAgMCAwIDAgMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  }

  /* line 13, resources/assets/styles/989-adaptive/_989-front-page-popular.scss */

  .front-page-popular__products .owl-nav button.owl-next {
    right: 0;
    background: #474747 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEzLjcxMyAxMi4yODcgMS43MDguMjhBMSAxIDAgMCAwIC4yOTMgMS42OTVMMTEuNTkgMTIuOTk0LjI5MyAyNC4yOTJhMSAxIDAgMCAwIDEuNDE1IDEuNDE1bDEyLjAwNS0xMi4wMDZhMSAxIDAgMCAwIDAtMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 20, resources/assets/styles/989-adaptive/_989-front-page-popular.scss */

  .front-page-popular {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  /* line 25, resources/assets/styles/989-adaptive/_989-front-page-popular.scss */

  .front-page-popular__products {
    margin-top: 30px;
  }

  /* line 29, resources/assets/styles/989-adaptive/_989-front-page-popular.scss */

  .front-page-popular__item {
    min-height: 350px;
  }

  /* line 33, resources/assets/styles/989-adaptive/_989-front-page-popular.scss */

  .front-page-popular__item-image {
    height: 225px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-review.scss */

  .front-page__review {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-review.scss */

  .front-page__review-content {
    margin-top: 30px;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-front-page-review.scss */

  .front-page__review-item_head {
    margin-bottom: 28px;
  }

  /* line 15, resources/assets/styles/989-adaptive/_989-front-page-review.scss */

  .front-page__review-item_head-name::after {
    top: 20px;
    right: 32px;
  }
}

@media (min-width: 560px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-work.scss */

  .front-page__work {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-work.scss */

  .front-page__work-content {
    margin-top: 30px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-advantages.scss */

  .front-page__advantages {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-advantages.scss */

  .front-page__advantages-content {
    margin-top: 30px;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-front-page-advantages.scss */

  .front-page__advantages-item {
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-faq.scss */

  .front-page__faq {
    margin-bottom: 60px;
  }

  /* line 5, resources/assets/styles/989-adaptive/_989-front-page-faq.scss */

  .front-page__faq-content {
    margin-top: 30px;
  }

  /* line 8, resources/assets/styles/989-adaptive/_989-front-page-faq.scss */

  .front-page__faq-content_item {
    width: calc((100% - 12px) / 2);
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-front-page-faq.scss */

  .front-page__faq-content_item-title {
    height: 85px;
    padding: 19px 75px 18px 17px;
  }

  /* line 15, resources/assets/styles/989-adaptive/_989-front-page-faq.scss */

  .front-page__faq-content_item-title::after {
    right: 15px;
  }

  /* line 20, resources/assets/styles/989-adaptive/_989-front-page-faq.scss */

  .front-page__faq-content_item-text {
    margin-top: 15px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-stages.scss */

  .front-page__stages {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-stages.scss */

  .front-page__stages-content {
    margin-top: 30px;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-front-page-stages.scss */

  .front-page__stages-content_item {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    padding: 30px 20px 25px 28px;
  }

  /* line 16, resources/assets/styles/989-adaptive/_989-front-page-stages.scss */

  .front-page__stages-content_item:nth-child(odd) {
    margin-right: 30px;
  }

  /* line 20, resources/assets/styles/989-adaptive/_989-front-page-stages.scss */

  .front-page__stages-content_item:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-contact.scss */

  .front-page__contact {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-contact.scss */

  .front-page__contact-wrapper {
    margin-top: 30px;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-front-page-contact.scss */

  .front-page__contact-map {
    max-width: 55%;
    margin-right: 50px;
  }

  /* line 16, resources/assets/styles/989-adaptive/_989-front-page-contact.scss */

  .front-page__contact-map iframe {
    width: 100%;
  }

  /* line 20, resources/assets/styles/989-adaptive/_989-front-page-contact.scss */

  .front-page__contact-content {
    max-width: 45%;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-news-promo.scss */

  .news-promo__list {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-news-promo.scss */

  .news-promo__list-item {
    flex-direction: column;
    min-height: 350px;
    height: auto;
  }

  /* line 13, resources/assets/styles/989-adaptive/_989-news-promo.scss */

  .news-promo__list-item-link {
    width: 100%;
  }

  /* line 17, resources/assets/styles/989-adaptive/_989-news-promo.scss */

  .news-promo__list-item-image {
    width: 100%;
    height: 200px;
  }

  /* line 22, resources/assets/styles/989-adaptive/_989-news-promo.scss */

  .news-promo__list-item-content {
    padding: 19px 11px 20px 13px;
  }
}

@media (min-width: 560px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-help-form.scss */

  .help-form {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 560px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-clients-carousel.scss */

  .clients-carousel {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-clients-carousel.scss */

  .clients-carousel_content {
    margin-top: 30px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__head {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__content {
    margin-top: 35px;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__content-image {
    max-width: 45%;
    width: 100%;
    margin-right: 45px;
  }

  /* line 17, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__content-textarea {
    max-width: 55%;
  }

  /* line 21, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__advantages {
    margin-top: 120px;
    margin-bottom: 60px;
  }

  /* line 26, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__advantages-content {
    margin-top: 40px;
  }

  /* line 30, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__advantages-item {
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
  }

  /* line 35, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__faq {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  /* line 40, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__faq-content {
    margin-top: 30px;
  }

  /* line 44, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__faq-content_item {
    width: calc((100% - 12px) / 2);
  }

  /* line 48, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__faq-content_item-title {
    height: 85px;
    padding: 19px 75px 18px 17px;
  }

  /* line 52, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__faq-content_item-title::after {
    right: 15px;
  }

  /* line 57, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__faq-content_item-text {
    margin-top: 15px;
  }

  /* line 61, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__stages {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  /* line 66, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__stages-content {
    margin-top: 30px;
  }

  /* line 70, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__stages-content_item {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    padding: 30px 20px 25px 28px;
  }

  /* line 75, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__stages-content_item:nth-child(odd) {
    margin-right: 30px;
  }

  /* line 79, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__stages-content_item:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-template-gallery.scss */

  .gallery-page__heading {
    margin-top: 40px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-template-gallery.scss */

  .gallery-page__content {
    margin-top: 30px;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-template-gallery.scss */

  .gallery-page__content-item {
    margin-bottom: 35px;
  }

  /* line 14, resources/assets/styles/989-adaptive/_989-template-gallery.scss */

  .gallery-page__content-item-image {
    height: 205px;
  }

  /* line 18, resources/assets/styles/989-adaptive/_989-template-gallery.scss */

  .gallery-page__content-item-title {
    height: 75px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-template-gallery-single.scss */

  .gallery-single-page__heading {
    margin-top: 40px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-template-gallery-single.scss */

  .gallery-single-page__content {
    margin-top: 30px;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-template-gallery-single.scss */

  .gallery-single-page__content-item {
    width: calc((100% - 40px) / 3);
  }

  /* line 13, resources/assets/styles/989-adaptive/_989-template-gallery-single.scss */

  .gallery-single-page__content-item:nth-child(3n) {
    margin-right: 0;
  }

  /* line 17, resources/assets/styles/989-adaptive/_989-template-gallery-single.scss */

  .gallery-single-page__content-item:nth-child(4n) {
    margin-right: 20px;
  }

  /* line 22, resources/assets/styles/989-adaptive/_989-template-gallery-single.scss */

  .gallery-single-page__content-item-image {
    height: 245px;
  }

  /* line 26, resources/assets/styles/989-adaptive/_989-template-gallery-single.scss */

  .gallery-single-page__textarea {
    margin-top: 20px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page {
    margin-bottom: 60px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__head {
    margin-top: 40px;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__main {
    margin-top: 35px;
  }

  /* line 14, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__main-item-image {
    margin-right: 40px;
  }

  /* line 18, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__main-item-text {
    margin-bottom: 15px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-template-service-single-two.scss */

  .service-single-two-page {
    margin-bottom: 60px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-template-service-single-two.scss */

  .service-single-two-page__heading {
    margin-top: 40px;
    padding-left: 0;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-template-service-single-two.scss */

  .service-single-two-page__wrapper {
    margin-top: 40px;
  }

  /* line 15, resources/assets/styles/989-adaptive/_989-template-service-single-two.scss */

  .service-single-two-page__aside {
    display: none;
  }

  /* line 19, resources/assets/styles/989-adaptive/_989-template-service-single-two.scss */

  .service-single-two-page__main-content {
    margin-bottom: 50px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-template-review.scss */

  .review-page {
    margin-bottom: 60px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-template-review.scss */

  .review-page__heading {
    margin-top: 40px;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-template-review.scss */

  .review-page__main {
    margin-top: 35px;
  }

  /* line 14, resources/assets/styles/989-adaptive/_989-template-review.scss */

  .review-page__main-item-gallery_image {
    width: calc((100% - 46px) / 3);
  }

  /* line 17, resources/assets/styles/989-adaptive/_989-template-review.scss */

  .review-page__main-item-gallery_image:nth-child(4n) {
    margin-right: 23px;
  }

  /* line 21, resources/assets/styles/989-adaptive/_989-template-review.scss */

  .review-page__main-item-gallery_image:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-template-contacts.scss */

  .contact-page {
    margin-bottom: 60px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-template-contacts.scss */

  .contact-page__heading {
    margin-top: 40px;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-template-contacts.scss */

  .contact-page__wrapper {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  /* line 15, resources/assets/styles/989-adaptive/_989-template-contacts.scss */

  .contact-page__content {
    margin-right: 25px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page {
    margin-bottom: 60px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__heading,
  .shop-page__header-title {
    margin-top: 40px;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__sidebar {
    display: none;
  }

  /* line 15, resources/assets/styles/989-adaptive/_989-archive-product.scss */

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

  /* line 19, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__loop ul.products .product,
  .shop-page__loop-additional ul.products .product,
  .shop-page .woocommerce ul.products.columns-4 li.product-category {
    max-width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page {
    margin-bottom: 60px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__sidebar {
    display: none;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__content {
    margin-bottom: 40px;
  }

  /* line 14, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__main {
    max-width: 100%;
  }

  /* line 18, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__image {
    max-width: 41%;
  }

  /* line 22, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__info {
    margin-top: 60px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-category-page.scss */

  .category-page__heading {
    margin-top: 40px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-category-page.scss */

  .category-page__sidebar {
    display: none;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-category-page.scss */

  .category-page__main-content {
    max-width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-related-products.scss */

  .related-products {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-post-page.scss */

  .post-page {
    margin-bottom: 60px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-post-page.scss */

  .post-page__title {
    margin-top: 40px;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-post-page.scss */

  .post-page__list {
    margin-top: 35px;
  }

  /* line 14, resources/assets/styles/989-adaptive/_989-post-page.scss */

  .post-page__list-item {
    width: calc((100% - 30px) / 2);
    min-height: 355px;
    margin-right: 30px;
    margin-bottom: 30px;
  }

  /* line 20, resources/assets/styles/989-adaptive/_989-post-page.scss */

  .post-page__list-item:nth-child(odd) {
    margin-right: 30px;
  }

  /* line 24, resources/assets/styles/989-adaptive/_989-post-page.scss */

  .post-page__list-item:nth-child(even) {
    margin-right: 0;
  }

  /* line 29, resources/assets/styles/989-adaptive/_989-post-page.scss */

  .post-page__list-item-image {
    height: 165px;
  }

  /* line 33, resources/assets/styles/989-adaptive/_989-post-page.scss */

  .post-page__list-item-content {
    min-height: 225px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-posts.scss */

  .blog-page {
    margin-bottom: 60px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-posts.scss */

  .blog-page__main {
    margin-right: 30px;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-posts.scss */

  .blog-page__aside {
    max-width: 300px;
    padding: 30px 12px 30px 20px;
  }

  /* line 15, resources/assets/styles/989-adaptive/_989-posts.scss */

  .blog-page__aside-title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-forms.scss */

  .contact-form,
  .review-form {
    margin-bottom: 60px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-forms.scss */

  .contact-form .wpcf7 .wpcf7-form__block-wrapper,
  .review-form .wpcf7 .wpcf7-form__block-wrapper {
    margin-top: 20px;
  }

  /* line 12, resources/assets/styles/989-adaptive/_989-forms.scss */

  .contact-form .wpcf7 .wpcf7-form__block-wrapper-textarea,
  .review-form .wpcf7 .wpcf7-form__block-wrapper-textarea {
    margin-left: 40px;
  }

  /* line 17, resources/assets/styles/989-adaptive/_989-forms.scss */

  .contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
  .review-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
    height: 234px;
  }

  /* line 22, resources/assets/styles/989-adaptive/_989-forms.scss */

  .contact-form .wpcf7 .wpcf7-form__footer,
  .review-form .wpcf7 .wpcf7-form__footer {
    position: static;
    max-width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info__footer {
    flex-wrap: wrap;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info__footer-wrapper {
    flex-wrap: wrap;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info__footer-navigation {
    margin-bottom: 40px;
  }

  /* line 14, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info nav.ubermenu {
    display: block;
    position: static;
    padding: 0;
    max-width: none;
    background: none;
  }

  /* line 22, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info nav.ubermenu ul.ubermenu-nav {
    padding: 0;
    max-width: none;
  }

  /* line 27, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info .footer__nav-list li.menu-item,
  .content-info .footer__nav-list li.ubermenu-item,
  .content-info .ubermenu-nav li.menu-item,
  .content-info .ubermenu-nav li.ubermenu-item {
    max-width: 50%;
  }

  /* line 34, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info nav.ubermenu ul.ubermenu-nav li.ubermenu-item {
    height: 25px;
    margin-bottom: 13px;
    margin-right: 0;
  }
}

/** adaptive 1220 */

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-header.scss */

  .banner__header-contacts_phone,
  .banner__header-contacts_email {
    margin-right: 69px;
  }
}

@media (min-width: 1px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-front-page-work.scss */

  .front-page__work .owl-nav button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
  }

  /* line 8, resources/assets/styles/1220-adaptive/_1220-front-page-work.scss */

  .front-page__work .owl-nav button.owl-prev {
    left: 0;
    background: #474747 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEuMjg3IDEzLjcxMyAxMy4yOTIgMjUuNzJhMSAxIDAgMCAwIDEuNDE1LTEuNDE1TDMuNDEgMTMuMDA3IDE0LjcwNyAxLjcwOEExIDEgMCAwIDAgMTMuMjkyLjI5M0wxLjI4NyAxMi4yOTlhMSAxIDAgMCAwIDAgMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  }

  /* line 13, resources/assets/styles/1220-adaptive/_1220-front-page-work.scss */

  .front-page__work .owl-nav button.owl-next {
    right: 0;
    background: #474747 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEzLjcxMyAxMi4yODcgMS43MDguMjhBMSAxIDAgMCAwIC4yOTMgMS42OTVMMTEuNTkgMTIuOTk0LjI5MyAyNC4yOTJhMSAxIDAgMCAwIDEuNDE1IDEuNDE1bDEyLjAwNS0xMi4wMDZhMSAxIDAgMCAwIDAtMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-front-page-contact.scss */

  .front-page__contact-map {
    max-width: 52%;
    margin-right: 8%;
  }

  /* line 7, resources/assets/styles/1220-adaptive/_1220-front-page-contact.scss */

  .front-page__contact-map iframe {
    width: 100%;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-news-promo.scss */

  .news-promo__list-item {
    height: 100%;
    min-height: 300px;
  }

  /* line 7, resources/assets/styles/1220-adaptive/_1220-news-promo.scss */

  .news-promo__list-item-link {
    height: 300px;
  }

  /* line 11, resources/assets/styles/1220-adaptive/_1220-news-promo.scss */

  .news-promo__list-item-image {
    width: 225px;
  }

  /* line 15, resources/assets/styles/1220-adaptive/_1220-news-promo.scss */

  .news-promo__list-item-content {
    padding: 25px 10px 25px 20px;
  }
}

@media (min-width: 1px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-clients-carousel.scss */

  .clients-carousel .owl-nav button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
  }

  /* line 8, resources/assets/styles/1220-adaptive/_1220-clients-carousel.scss */

  .clients-carousel .owl-nav button.owl-prev {
    left: 0;
    background: #474747 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEuMjg3IDEzLjcxMyAxMy4yOTIgMjUuNzJhMSAxIDAgMCAwIDEuNDE1LTEuNDE1TDMuNDEgMTMuMDA3IDE0LjcwNyAxLjcwOEExIDEgMCAwIDAgMTMuMjkyLjI5M0wxLjI4NyAxMi4yOTlhMSAxIDAgMCAwIDAgMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  }

  /* line 13, resources/assets/styles/1220-adaptive/_1220-clients-carousel.scss */

  .clients-carousel .owl-nav button.owl-next {
    right: 0;
    background: #474747 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEzLjcxMyAxMi4yODcgMS43MDguMjhBMSAxIDAgMCAwIC4yOTMgMS42OTVMMTEuNTkgMTIuOTk0LjI5MyAyNC4yOTJhMSAxIDAgMCAwIDEuNDE1IDEuNDE1bDEyLjAwNS0xMi4wMDZhMSAxIDAgMCAwIDAtMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-forms.scss */

  .contact-form,
  .review-form {
    margin-bottom: 70px;
  }

  /* line 7, resources/assets/styles/1220-adaptive/_1220-forms.scss */

  .contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
  .review-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
    height: 234px;
  }

  /* line 12, resources/assets/styles/1220-adaptive/_1220-forms.scss */

  .contact-form .wpcf7 .wpcf7-form__footer,
  .review-form .wpcf7 .wpcf7-form__footer {
    position: static;
    max-width: 100%;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-archive-product.scss */

  .shop-page__sidebar {
    max-width: 250px;
    margin-right: 30px;
  }

  /* line 7, resources/assets/styles/1220-adaptive/_1220-archive-product.scss */

  .shop-page__main {
    max-width: calc(100% - 280px);
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-product-page.scss */

  .product-page__sidebar {
    max-width: 250px;
    margin-right: 30px;
  }

  /* line 7, resources/assets/styles/1220-adaptive/_1220-product-page.scss */

  .product-page__main {
    max-width: calc(100% - 280px);
  }

  /* line 11, resources/assets/styles/1220-adaptive/_1220-product-page.scss */

  .product-page__image {
    max-width: 41%;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-category-page.scss */

  .category-page__sidebar {
    max-width: 250px;
    margin-right: 30px;
  }

  /* line 7, resources/assets/styles/1220-adaptive/_1220-category-page.scss */

  .category-page__main-content {
    max-width: calc(100% - 280px);
  }
}

@media (min-width: 1px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-related-products.scss */

  .related-products .products.columns-4 .owl-nav button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
  }

  /* line 8, resources/assets/styles/1220-adaptive/_1220-related-products.scss */

  .related-products .products.columns-4 .owl-nav button.owl-prev {
    left: 0;
    background: #474747 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEuMjg3IDEzLjcxMyAxMy4yOTIgMjUuNzJhMSAxIDAgMCAwIDEuNDE1LTEuNDE1TDMuNDEgMTMuMDA3IDE0LjcwNyAxLjcwOEExIDEgMCAwIDAgMTMuMjkyLjI5M0wxLjI4NyAxMi4yOTlhMSAxIDAgMCAwIDAgMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  }

  /* line 13, resources/assets/styles/1220-adaptive/_1220-related-products.scss */

  .related-products .products.columns-4 .owl-nav button.owl-next {
    right: 0;
    background: #474747 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzNCQzI0MCIgZD0iTTEzLjcxMyAxMi4yODcgMS43MDguMjhBMSAxIDAgMCAwIC4yOTMgMS42OTVMMTEuNTkgMTIuOTk0LjI5MyAyNC4yOTJhMSAxIDAgMCAwIDEuNDE1IDEuNDE1bDEyLjAwNS0xMi4wMDZhMSAxIDAgMCAwIDAtMS40MTRaIi8+PC9zdmc+) no-repeat center center;
  }
}


.modal__wrapper .modal__block .wpcf7 .wpcf7-form-wrapper-acceptance {
	color: #fff;
	font-size: 12px;
}
.wpcf7-form-wrapper-acceptance {
	padding: 5px 0;
}
.wpcf7-form-wrapper-acceptance a {
	text-decoration: underline;
}
.wpcf7-form-wrapper-acceptance  input[type="checkbox"] {
	-webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    margin: 10px 0 0 0;
    position: relative;
    bottom: -2px;
}
a.popform {
	text-decoration: underline;
}
.contact-form .wpcf7 .wpcf7-form__footer, .review-form .wpcf7 .wpcf7-form__footer {
    top: 274px;
}
/*# sourceMappingURL=main.css.map*/

