/**
 * 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(/wp-content/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: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140.52%;
  color: #282b32;
  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: 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: "Gilroy";
  src: url(/wp-content/themes/sage/dist/fonts/Gilroy-Regular.woff) format("woff"), url(/wp-content/themes/sage/dist/fonts/Gilroy-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Gilroy";
  src: url(/wp-content/themes/sage/dist/fonts/Gilroy-MediumItalic.woff) format("woff"), url(/wp-content/themes/sage/dist/fonts/Gilroy-MediumItalic.woff2) format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

/* .banner__header-buttons_cart {
  width: 147px;
  height: 41px;
  margin-right: 15px;
} */

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

.banner__header-buttons_cart-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  padding-left: 19px;
  z-index: 3;
}

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

.banner__header-buttons_cart-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 186px;
  height: 41px;
  background: #ff7a00;
  -webkit-transform: skew(348deg);
  -moz-transform: skew(348deg);
  -o-transform: skew(348deg);
  z-index: -1;
}

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

.banner__header-buttons_cart-btn::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzBfMTM0MykiPgo8cGF0aCBkPSJNMy43MjM1OCAyLjg5MDY0TDYuOTQxODMgMTQuMDY1M0w1LjM1NDIxIDE2LjA3NDlMNS4zNTQxMyAxNi4wNzVDNS4wODEyMyAxNi40MjA4IDQuOTMxOCAxNi44NTM0IDQuOTMxOCAxNy4yOTQ5QzQuOTMxOCAxOC4zNzA0IDUuNzk1NzMgMTkuMjUgNi44NjUzNSAxOS4yNUgyMS4zODY0QzIxLjgxNjQgMTkuMjUgMjIuMTU5MSAxOC44OTgzIDIyLjE1OTEgMTguNDcwNkMyMi4xNTkxIDE4LjA0MjkgMjEuODE2NCAxNy42OTExIDIxLjM4NjQgMTcuNjkxMUg2Ljg2NTM1QzYuNjU0NjkgMTcuNjkxMSA2LjQ3NzI0IDE3LjUxNiA2LjQ3NzI0IDE3LjI5NDlDNi40NzcyNCAxNy4yMDQxIDYuNTA4MjEgMTcuMTE1NCA2LjU2MjgzIDE3LjA0NjdMNi41NjMyOCAxNy4wNDYxTDguMTY4MDcgMTUuMDE0N0gxOC4zQzE5LjIwNDYgMTUuMDE0NyAyMC4wMzUgMTQuNDc5OCAyMC40MTkgMTMuNjU0MUwyMC40MTkxIDEzLjY1NEwyNC4wNjcgNS44MDMzNEwyNC4wNjcxIDUuODAzMDVDMjQuMTg3IDUuNTQ0MTUgMjQuMjUgNS4yNTc1NiAyNC4yNSA0Ljk3MjYyVjQuODIyNjhDMjQuMjUgMy43NDcyMiAyMy4zODYxIDIuODY3NjYgMjIuMzE2NSAyLjg2NzY2SDUuMzI2MjFMNS4yMDc2NiAyLjQ1NjA0QzUuMjA3NjYgMi40NTYwMiA1LjIwNzY1IDIuNDU1OTkgNS4yMDc2NCAyLjQ1NTk2QzQuOTE5IDEuNDUyNjEgMy45OTY5NSAwLjc1IDIuOTYwMjMgMC43NUgxLjUyMjc0QzEuMDkyNzUgMC43NSAwLjc1IDEuMTAxNzMgMC43NSAxLjUyOTQzQzAuNzUgMS45NTcxMyAxLjA5Mjc1IDIuMzA4ODYgMS41MjI3NCAyLjMwODg2SDIuOTYwMjNDMy4zMDg5NSAyLjMwODg2IDMuNjI0NzEgMi41NDY2NiAzLjcyMzU0IDIuODkwNTJMMy43MjM1OCAyLjg5MDY0Wk0yMi42NjczIDUuMTQxOTVMMjIuNjY3MSA1LjE0MjM5TDE5LjAxOTggMTIuOTkyM0MxOS4wMTk4IDEyLjk5MjMgMTkuMDE5OCAxMi45OTIzIDE5LjAxOTggMTIuOTkyNEMxOC44ODgyIDEzLjI3NDggMTguNjA0NiAxMy40NTU5IDE4LjMgMTMuNDU1OUg4LjM3NTY4TDUuNzc1MTcgNC40MjY0N0gyMi4zMTY1QzIyLjUyNzEgNC40MjY0NyAyMi43MDQ2IDQuNjAxNTkgMjIuNzA0NiA0LjgyMjczVjQuOTcyNjdDMjIuNzA0NiA1LjAzMTE1IDIyLjY5MTUgNS4wOTAxNCAyMi42NjczIDUuMTQxOTVaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjUiLz4KPHBhdGggZD0iTTcgMTkuNzVDNS43NTg5MyAxOS43NSA0Ljc1IDIwLjc1ODkgNC43NSAyMkM0Ljc1IDIzLjI0MTEgNS43NTg4NyAyNC4yNSA3IDI0LjI1QzguMjQxMTIgMjQuMjUgOS4yNSAyMy4yNDExIDkuMjUgMjJDOS4yNSAyMC43NTg5IDguMjQxMDcgMTkuNzUgNyAxOS43NVpNNyAyMi43NUM2LjU4NjgzIDIyLjc1IDYuMjUwMDIgMjIuNDEzMiA2LjI1MDAyIDIyQzYuMjUwMDIgMjEuNTg2OCA2LjU4NjgzIDIxLjI1IDcgMjEuMjVDNy40MTMxNyAyMS4yNSA3Ljc0OTk4IDIxLjU4NjggNy43NDk5OCAyMkM3Ljc0OTk4IDIyLjQxMzIgNy40MTMxNyAyMi43NSA3IDIyLjc1WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC41Ii8+CjxwYXRoIGQ9Ik0yMCAxOS43NUMxOC43NTg5IDE5Ljc1IDE3Ljc1IDIwLjc1ODkgMTcuNzUgMjJDMTcuNzUgMjMuMjQxMSAxOC43NTg5IDI0LjI1IDIwIDI0LjI1QzIxLjI0MTEgMjQuMjUgMjIuMjUgMjMuMjQxMSAyMi4yNSAyMkMyMi4yNSAyMC43NTg5IDIxLjI0MTEgMTkuNzUgMjAgMTkuNzVaTTIwIDIyLjc1QzE5LjU4NjggMjIuNzUgMTkuMjUgMjIuNDEzMiAxOS4yNSAyMkMxOS4yNSAyMS41ODY4IDE5LjU4NjggMjEuMjUgMjAgMjEuMjVDMjAuNDEzMiAyMS4yNSAyMC43NSAyMS41ODY4IDIwLjc1IDIyQzIwLjc1IDIyLjQxMzIgMjAuNDEzMiAyMi43NSAyMCAyMi43NVoiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuNSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzBfMTM0MyI+CjxyZWN0IHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  top: 8px;
  right: 23px;
  z-index: 2;
}

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

.banner__header-buttons_cart-btn:hover::before {
  background: rgba(74, 148, 67, 0.7);
}

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

.calculator-submit-cart {
  width: 200px;
  height: 48px;
  margin-right: 15px;
}

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

.calculator-submit-cart a {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 21px;
  color: #fff;
  padding-left: 25px;
  z-index: 3;
}

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

.calculator-submit-cart a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 200px;
  height: 48px;
  background: #ff7a00;
  -webkit-transform: skew(348deg);
  -moz-transform: skew(348deg);
  -o-transform: skew(348deg);
  z-index: -1;
}

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

.calculator-submit-cart a::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzBfMTM0MykiPgo8cGF0aCBkPSJNMy43MjM1OCAyLjg5MDY0TDYuOTQxODMgMTQuMDY1M0w1LjM1NDIxIDE2LjA3NDlMNS4zNTQxMyAxNi4wNzVDNS4wODEyMyAxNi40MjA4IDQuOTMxOCAxNi44NTM0IDQuOTMxOCAxNy4yOTQ5QzQuOTMxOCAxOC4zNzA0IDUuNzk1NzMgMTkuMjUgNi44NjUzNSAxOS4yNUgyMS4zODY0QzIxLjgxNjQgMTkuMjUgMjIuMTU5MSAxOC44OTgzIDIyLjE1OTEgMTguNDcwNkMyMi4xNTkxIDE4LjA0MjkgMjEuODE2NCAxNy42OTExIDIxLjM4NjQgMTcuNjkxMUg2Ljg2NTM1QzYuNjU0NjkgMTcuNjkxMSA2LjQ3NzI0IDE3LjUxNiA2LjQ3NzI0IDE3LjI5NDlDNi40NzcyNCAxNy4yMDQxIDYuNTA4MjEgMTcuMTE1NCA2LjU2MjgzIDE3LjA0NjdMNi41NjMyOCAxNy4wNDYxTDguMTY4MDcgMTUuMDE0N0gxOC4zQzE5LjIwNDYgMTUuMDE0NyAyMC4wMzUgMTQuNDc5OCAyMC40MTkgMTMuNjU0MUwyMC40MTkxIDEzLjY1NEwyNC4wNjcgNS44MDMzNEwyNC4wNjcxIDUuODAzMDVDMjQuMTg3IDUuNTQ0MTUgMjQuMjUgNS4yNTc1NiAyNC4yNSA0Ljk3MjYyVjQuODIyNjhDMjQuMjUgMy43NDcyMiAyMy4zODYxIDIuODY3NjYgMjIuMzE2NSAyLjg2NzY2SDUuMzI2MjFMNS4yMDc2NiAyLjQ1NjA0QzUuMjA3NjYgMi40NTYwMiA1LjIwNzY1IDIuNDU1OTkgNS4yMDc2NCAyLjQ1NTk2QzQuOTE5IDEuNDUyNjEgMy45OTY5NSAwLjc1IDIuOTYwMjMgMC43NUgxLjUyMjc0QzEuMDkyNzUgMC43NSAwLjc1IDEuMTAxNzMgMC43NSAxLjUyOTQzQzAuNzUgMS45NTcxMyAxLjA5Mjc1IDIuMzA4ODYgMS41MjI3NCAyLjMwODg2SDIuOTYwMjNDMy4zMDg5NSAyLjMwODg2IDMuNjI0NzEgMi41NDY2NiAzLjcyMzU0IDIuODkwNTJMMy43MjM1OCAyLjg5MDY0Wk0yMi42NjczIDUuMTQxOTVMMjIuNjY3MSA1LjE0MjM5TDE5LjAxOTggMTIuOTkyM0MxOS4wMTk4IDEyLjk5MjMgMTkuMDE5OCAxMi45OTIzIDE5LjAxOTggMTIuOTkyNEMxOC44ODgyIDEzLjI3NDggMTguNjA0NiAxMy40NTU5IDE4LjMgMTMuNDU1OUg4LjM3NTY4TDUuNzc1MTcgNC40MjY0N0gyMi4zMTY1QzIyLjUyNzEgNC40MjY0NyAyMi43MDQ2IDQuNjAxNTkgMjIuNzA0NiA0LjgyMjczVjQuOTcyNjdDMjIuNzA0NiA1LjAzMTE1IDIyLjY5MTUgNS4wOTAxNCAyMi42NjczIDUuMTQxOTVaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjUiLz4KPHBhdGggZD0iTTcgMTkuNzVDNS43NTg5MyAxOS43NSA0Ljc1IDIwLjc1ODkgNC43NSAyMkM0Ljc1IDIzLjI0MTEgNS43NTg4NyAyNC4yNSA3IDI0LjI1QzguMjQxMTIgMjQuMjUgOS4yNSAyMy4yNDExIDkuMjUgMjJDOS4yNSAyMC43NTg5IDguMjQxMDcgMTkuNzUgNyAxOS43NVpNNyAyMi43NUM2LjU4NjgzIDIyLjc1IDYuMjUwMDIgMjIuNDEzMiA2LjI1MDAyIDIyQzYuMjUwMDIgMjEuNTg2OCA2LjU4NjgzIDIxLjI1IDcgMjEuMjVDNy40MTMxNyAyMS4yNSA3Ljc0OTk4IDIxLjU4NjggNy43NDk5OCAyMkM3Ljc0OTk4IDIyLjQxMzIgNy40MTMxNyAyMi43NSA3IDIyLjc1WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC41Ii8+CjxwYXRoIGQ9Ik0yMCAxOS43NUMxOC43NTg5IDE5Ljc1IDE3Ljc1IDIwLjc1ODkgMTcuNzUgMjJDMTcuNzUgMjMuMjQxMSAxOC43NTg5IDI0LjI1IDIwIDI0LjI1QzIxLjI0MTEgMjQuMjUgMjIuMjUgMjMuMjQxMSAyMi4yNSAyMkMyMi4yNSAyMC43NTg5IDIxLjI0MTEgMTkuNzUgMjAgMTkuNzVaTTIwIDIyLjc1QzE5LjU4NjggMjIuNzUgMTkuMjUgMjIuNDEzMiAxOS4yNSAyMkMxOS4yNSAyMS41ODY4IDE5LjU4NjggMjEuMjUgMjAgMjEuMjVDMjAuNDEzMiAyMS4yNSAyMC43NSAyMS41ODY4IDIwLjc1IDIyQzIwLjc1IDIyLjQxMzIgMjAuNDEzMiAyMi43NSAyMCAyMi43NVoiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuNSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzBfMTM0MyI+CjxyZWN0IHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  top: 10px;
  right: 25px;
  z-index: 2;
  width: 25px;
  height: 25px;
}

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

.calculator-submit-cart a:hover::before {
  background: rgba(74, 148, 67, 0.7);
}

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

.banner__header-buttons_button, .banner__header-buttons_link, .banner__header-buttons_cart {
  width: 186px;
  height: 41px;
}

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

.banner__header-buttons_button-btn, .banner__header-button_link {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  z-index: 3;
}

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

.banner__header-buttons_button-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 186px;
  height: 41px;
  background: #4a9443;
  -webkit-transform: skew(348deg);
  -moz-transform: skew(348deg);
  -o-transform: skew(348deg);
  z-index: -1;
}

.banner__header-button_link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 186px;
  height: 41px;
  background: #1d9ad6;
  -webkit-transform: skew(348deg);
  -moz-transform: skew(348deg);
  -o-transform: skew(348deg);
  z-index: -1;
}

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

.banner__header-buttons_btn:hover::before {
  background: rgba(74, 148, 67, 0.7);
}

.banner__header-button_link:hover::before {
  background: #3abae2;
}

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

#place_order {
  width: 200px;
  height: 48px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 21px;
  color: #fff;
  z-index: 3;
}

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

#place_order::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 200px;
  height: 48px;
  background: #4a9443;
  -webkit-transform: skew(348deg);
  -moz-transform: skew(348deg);
  -o-transform: skew(348deg);
  z-index: -1;
}

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

#place_order:hover::before {
  background: rgba(74, 148, 67, 0.7);
}

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

.front-page__catalog-item-buttons,
.product__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 41px;
}

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

.front-page__catalog-item-buttons_button,
.product__buttons_button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  z-index: 3;
}

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

.front-page__catalog-item-buttons_button::before,
.product__buttons_button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 41px;
  -webkit-transform: skew(348deg);
  -moz-transform: skew(348deg);
  -o-transform: skew(348deg);
  z-index: -1;
}

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

.front-page__catalog-item-buttons_button:hover::before,
.product__buttons_button:hover::before {
  background: rgba(74, 148, 67, 0.7);
}

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

.product__buttons-button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  z-index: 3;
}

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

.product__buttons-button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 41px;
  -webkit-transform: skew(348deg);
  -moz-transform: skew(348deg);
  -o-transform: skew(348deg);
  z-index: -1;
}

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

.product__buttons-button:hover::before {
  background: rgba(74, 148, 67, 0.7);
}

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

.add_to_cart_button,
.single_add_to_cart_button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  padding-left: 20px;
  margin-right: 10px;
  z-index: 3;
  cursor: pointer;
}

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

.add_to_cart_button::before,
.single_add_to_cart_button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 41px;
  background: #ff7a00;
  -webkit-transform: skew(348deg);
  -moz-transform: skew(348deg);
  -o-transform: skew(348deg);
  z-index: -1;
}

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

.add_to_cart_button::after,
.single_add_to_cart_button::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzBfMTM0MykiPgo8cGF0aCBkPSJNMy43MjM1OCAyLjg5MDY0TDYuOTQxODMgMTQuMDY1M0w1LjM1NDIxIDE2LjA3NDlMNS4zNTQxMyAxNi4wNzVDNS4wODEyMyAxNi40MjA4IDQuOTMxOCAxNi44NTM0IDQuOTMxOCAxNy4yOTQ5QzQuOTMxOCAxOC4zNzA0IDUuNzk1NzMgMTkuMjUgNi44NjUzNSAxOS4yNUgyMS4zODY0QzIxLjgxNjQgMTkuMjUgMjIuMTU5MSAxOC44OTgzIDIyLjE1OTEgMTguNDcwNkMyMi4xNTkxIDE4LjA0MjkgMjEuODE2NCAxNy42OTExIDIxLjM4NjQgMTcuNjkxMUg2Ljg2NTM1QzYuNjU0NjkgMTcuNjkxMSA2LjQ3NzI0IDE3LjUxNiA2LjQ3NzI0IDE3LjI5NDlDNi40NzcyNCAxNy4yMDQxIDYuNTA4MjEgMTcuMTE1NCA2LjU2MjgzIDE3LjA0NjdMNi41NjMyOCAxNy4wNDYxTDguMTY4MDcgMTUuMDE0N0gxOC4zQzE5LjIwNDYgMTUuMDE0NyAyMC4wMzUgMTQuNDc5OCAyMC40MTkgMTMuNjU0MUwyMC40MTkxIDEzLjY1NEwyNC4wNjcgNS44MDMzNEwyNC4wNjcxIDUuODAzMDVDMjQuMTg3IDUuNTQ0MTUgMjQuMjUgNS4yNTc1NiAyNC4yNSA0Ljk3MjYyVjQuODIyNjhDMjQuMjUgMy43NDcyMiAyMy4zODYxIDIuODY3NjYgMjIuMzE2NSAyLjg2NzY2SDUuMzI2MjFMNS4yMDc2NiAyLjQ1NjA0QzUuMjA3NjYgMi40NTYwMiA1LjIwNzY1IDIuNDU1OTkgNS4yMDc2NCAyLjQ1NTk2QzQuOTE5IDEuNDUyNjEgMy45OTY5NSAwLjc1IDIuOTYwMjMgMC43NUgxLjUyMjc0QzEuMDkyNzUgMC43NSAwLjc1IDEuMTAxNzMgMC43NSAxLjUyOTQzQzAuNzUgMS45NTcxMyAxLjA5Mjc1IDIuMzA4ODYgMS41MjI3NCAyLjMwODg2SDIuOTYwMjNDMy4zMDg5NSAyLjMwODg2IDMuNjI0NzEgMi41NDY2NiAzLjcyMzU0IDIuODkwNTJMMy43MjM1OCAyLjg5MDY0Wk0yMi42NjczIDUuMTQxOTVMMjIuNjY3MSA1LjE0MjM5TDE5LjAxOTggMTIuOTkyM0MxOS4wMTk4IDEyLjk5MjMgMTkuMDE5OCAxMi45OTIzIDE5LjAxOTggMTIuOTkyNEMxOC44ODgyIDEzLjI3NDggMTguNjA0NiAxMy40NTU5IDE4LjMgMTMuNDU1OUg4LjM3NTY4TDUuNzc1MTcgNC40MjY0N0gyMi4zMTY1QzIyLjUyNzEgNC40MjY0NyAyMi43MDQ2IDQuNjAxNTkgMjIuNzA0NiA0LjgyMjczVjQuOTcyNjdDMjIuNzA0NiA1LjAzMTE1IDIyLjY5MTUgNS4wOTAxNCAyMi42NjczIDUuMTQxOTVaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjUiLz4KPHBhdGggZD0iTTcgMTkuNzVDNS43NTg5MyAxOS43NSA0Ljc1IDIwLjc1ODkgNC43NSAyMkM0Ljc1IDIzLjI0MTEgNS43NTg4NyAyNC4yNSA3IDI0LjI1QzguMjQxMTIgMjQuMjUgOS4yNSAyMy4yNDExIDkuMjUgMjJDOS4yNSAyMC43NTg5IDguMjQxMDcgMTkuNzUgNyAxOS43NVpNNyAyMi43NUM2LjU4NjgzIDIyLjc1IDYuMjUwMDIgMjIuNDEzMiA2LjI1MDAyIDIyQzYuMjUwMDIgMjEuNTg2OCA2LjU4NjgzIDIxLjI1IDcgMjEuMjVDNy40MTMxNyAyMS4yNSA3Ljc0OTk4IDIxLjU4NjggNy43NDk5OCAyMkM3Ljc0OTk4IDIyLjQxMzIgNy40MTMxNyAyMi43NSA3IDIyLjc1WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC41Ii8+CjxwYXRoIGQ9Ik0yMCAxOS43NUMxOC43NTg5IDE5Ljc1IDE3Ljc1IDIwLjc1ODkgMTcuNzUgMjJDMTcuNzUgMjMuMjQxMSAxOC43NTg5IDI0LjI1IDIwIDI0LjI1QzIxLjI0MTEgMjQuMjUgMjIuMjUgMjMuMjQxMSAyMi4yNSAyMkMyMi4yNSAyMC43NTg5IDIxLjI0MTEgMTkuNzUgMjAgMTkuNzVaTTIwIDIyLjc1QzE5LjU4NjggMjIuNzUgMTkuMjUgMjIuNDEzMiAxOS4yNSAyMkMxOS4yNSAyMS41ODY4IDE5LjU4NjggMjEuMjUgMjAgMjEuMjVDMjAuNDEzMiAyMS4yNSAyMC43NSAyMS41ODY4IDIwLjc1IDIyQzIwLjc1IDIyLjQxMzIgMjAuNDEzMiAyMi43NSAyMCAyMi43NVoiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuNSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzBfMTM0MyI+CjxyZWN0IHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  top: 8px;
  right: 8px;
  z-index: 2;
}

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

.add_to_cart_button:hover::before,
.single_add_to_cart_button:hover::before {
  background: rgba(74, 148, 67, 0.7);
}

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

.button-order {
  justify-content: flex-start;
  padding-left: 20px;
  margin-right: 10px;
}

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

.button-order::before {
  background: #ff7a00;
  z-index: -1;
}

body .fancybox-slide--html .fancybox-close-small {
  top: 12px;
  right: 12px;
  padding: 6px;
  color: #111;
}

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

body .fancybox-button svg path {
  color: #fff;
  fill: #111;
  stroke-width: 0;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  position: absolute;
  z-index: 401;
  cursor: pointer;
}

.fancybox-button {
  box-shadow: none;
  display: inline-block;
  height: 44px;
  margin: 0;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  right: 20px;
    top: 20px;
}

.product-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  gap: 6px;
}

.product-labels .product-badge {
  background-color: pink;
  padding: 0.25rem 0.6rem;
  display: inline-block;
  color: initial;
  line-height: initial;
  font-size: 14px;
  font-weight: 500;
}

.product-labels .product-badge.nostock {
  background-color: #dc3232;
  color: #fff;
}

.product-labels .product-badge.promo {
  background-color: #bdcd80;
  color: #111;
}

.product-labels .product-badge.gift {
  background-color: #282b32;
  color: #fff;
}

.product-labels .product-badge.hit {
  background-color: #ff7a00;
  color: #fff;
}


.product-page__main-content .product-labels .product-badge {
  font-size: 16px;
  padding: 0.4rem .8rem;
}

.product-page__main-content .product-labels {
  margin: 20px 0;
  gap: 10px;
}

.disabled {
  filter: grayscale(1);
  opacity: 0.7;
}

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

.button-order::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzBfMTM0MykiPgo8cGF0aCBkPSJNMy43MjM1OCAyLjg5MDY0TDYuOTQxODMgMTQuMDY1M0w1LjM1NDIxIDE2LjA3NDlMNS4zNTQxMyAxNi4wNzVDNS4wODEyMyAxNi40MjA4IDQuOTMxOCAxNi44NTM0IDQuOTMxOCAxNy4yOTQ5QzQuOTMxOCAxOC4zNzA0IDUuNzk1NzMgMTkuMjUgNi44NjUzNSAxOS4yNUgyMS4zODY0QzIxLjgxNjQgMTkuMjUgMjIuMTU5MSAxOC44OTgzIDIyLjE1OTEgMTguNDcwNkMyMi4xNTkxIDE4LjA0MjkgMjEuODE2NCAxNy42OTExIDIxLjM4NjQgMTcuNjkxMUg2Ljg2NTM1QzYuNjU0NjkgMTcuNjkxMSA2LjQ3NzI0IDE3LjUxNiA2LjQ3NzI0IDE3LjI5NDlDNi40NzcyNCAxNy4yMDQxIDYuNTA4MjEgMTcuMTE1NCA2LjU2MjgzIDE3LjA0NjdMNi41NjMyOCAxNy4wNDYxTDguMTY4MDcgMTUuMDE0N0gxOC4zQzE5LjIwNDYgMTUuMDE0NyAyMC4wMzUgMTQuNDc5OCAyMC40MTkgMTMuNjU0MUwyMC40MTkxIDEzLjY1NEwyNC4wNjcgNS44MDMzNEwyNC4wNjcxIDUuODAzMDVDMjQuMTg3IDUuNTQ0MTUgMjQuMjUgNS4yNTc1NiAyNC4yNSA0Ljk3MjYyVjQuODIyNjhDMjQuMjUgMy43NDcyMiAyMy4zODYxIDIuODY3NjYgMjIuMzE2NSAyLjg2NzY2SDUuMzI2MjFMNS4yMDc2NiAyLjQ1NjA0QzUuMjA3NjYgMi40NTYwMiA1LjIwNzY1IDIuNDU1OTkgNS4yMDc2NCAyLjQ1NTk2QzQuOTE5IDEuNDUyNjEgMy45OTY5NSAwLjc1IDIuOTYwMjMgMC43NUgxLjUyMjc0QzEuMDkyNzUgMC43NSAwLjc1IDEuMTAxNzMgMC43NSAxLjUyOTQzQzAuNzUgMS45NTcxMyAxLjA5Mjc1IDIuMzA4ODYgMS41MjI3NCAyLjMwODg2SDIuOTYwMjNDMy4zMDg5NSAyLjMwODg2IDMuNjI0NzEgMi41NDY2NiAzLjcyMzU0IDIuODkwNTJMMy43MjM1OCAyLjg5MDY0Wk0yMi42NjczIDUuMTQxOTVMMjIuNjY3MSA1LjE0MjM5TDE5LjAxOTggMTIuOTkyM0MxOS4wMTk4IDEyLjk5MjMgMTkuMDE5OCAxMi45OTIzIDE5LjAxOTggMTIuOTkyNEMxOC44ODgyIDEzLjI3NDggMTguNjA0NiAxMy40NTU5IDE4LjMgMTMuNDU1OUg4LjM3NTY4TDUuNzc1MTcgNC40MjY0N0gyMi4zMTY1QzIyLjUyNzEgNC40MjY0NyAyMi43MDQ2IDQuNjAxNTkgMjIuNzA0NiA0LjgyMjczVjQuOTcyNjdDMjIuNzA0NiA1LjAzMTE1IDIyLjY5MTUgNS4wOTAxNCAyMi42NjczIDUuMTQxOTVaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjUiLz4KPHBhdGggZD0iTTcgMTkuNzVDNS43NTg5MyAxOS43NSA0Ljc1IDIwLjc1ODkgNC43NSAyMkM0Ljc1IDIzLjI0MTEgNS43NTg4NyAyNC4yNSA3IDI0LjI1QzguMjQxMTIgMjQuMjUgOS4yNSAyMy4yNDExIDkuMjUgMjJDOS4yNSAyMC43NTg5IDguMjQxMDcgMTkuNzUgNyAxOS43NVpNNyAyMi43NUM2LjU4NjgzIDIyLjc1IDYuMjUwMDIgMjIuNDEzMiA2LjI1MDAyIDIyQzYuMjUwMDIgMjEuNTg2OCA2LjU4NjgzIDIxLjI1IDcgMjEuMjVDNy40MTMxNyAyMS4yNSA3Ljc0OTk4IDIxLjU4NjggNy43NDk5OCAyMkM3Ljc0OTk4IDIyLjQxMzIgNy40MTMxNyAyMi43NSA3IDIyLjc1WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC41Ii8+CjxwYXRoIGQ9Ik0yMCAxOS43NUMxOC43NTg5IDE5Ljc1IDE3Ljc1IDIwLjc1ODkgMTcuNzUgMjJDMTcuNzUgMjMuMjQxMSAxOC43NTg5IDI0LjI1IDIwIDI0LjI1QzIxLjI0MTEgMjQuMjUgMjIuMjUgMjMuMjQxMSAyMi4yNSAyMkMyMi4yNSAyMC43NTg5IDIxLjI0MTEgMTkuNzUgMjAgMTkuNzVaTTIwIDIyLjc1QzE5LjU4NjggMjIuNzUgMTkuMjUgMjIuNDEzMiAxOS4yNSAyMkMxOS4yNSAyMS41ODY4IDE5LjU4NjggMjEuMjUgMjAgMjEuMjVDMjAuNDEzMiAyMS4yNSAyMC43NSAyMS41ODY4IDIwLjc1IDIyQzIwLjc1IDIyLjQxMzIgMjAuNDEzMiAyMi43NSAyMCAyMi43NVoiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuNSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzBfMTM0MyI+CjxyZWN0IHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  top: 8px;
  right: 8px;
  z-index: 2;
}

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

.button-more::before {
  background: #4a9443;
  z-index: -1;
}

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

a.wc-forward {
  display: none !important;
}

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

.calculator-page__main-form {
  width: 100%;
}

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

.calculator-page__main-form .wpcf7 {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: linear-gradient(106.81deg, rgba(66, 232, 255, 0.13) 13.68%, rgba(167, 194, 57, 0.27) 81.57%);
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  padding: 33px 37px 40px;
}

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

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

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

.calculator-page__main-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(74, 148, 67, 0.7);
  border-radius: 5px;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form br {
  display: none;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap {
  position: relative;
  width: calc((100% - 28px) / 3);
  margin-right: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 3;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap:last-child {
  margin-right: 0;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control {
  max-width: 100%;
  width: 100%;
  height: 48px;
  outline: none;
  appearance: none;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #282b32;
  background: #fff;
  border: 1px solid #2e6041;
  box-sizing: border-box;
  border-radius: 0;
  padding-left: 22px;
  margin-bottom: 10px;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #11363c;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control option {
  color: #282b32;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: -4px;
  color: #4a9443;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid {
  border: 2px solid #4a9443 !important;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form input[type="submit"] {
  position: relative;
  max-width: 215px;
  width: 100%;
  height: 48px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  outline: none;
  background: #4a9443;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transform: skew(348deg);
  -moz-transform: skew(348deg);
  -o-transform: skew(348deg);
  z-index: 3;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form input[type="submit"]:hover {
  background: rgba(74, 148, 67, 0.7);
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form .wpcf7-submit-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100%;
  width: 100%;
}

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

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

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

.calculator-page__main-form .wpcf7 .wpcf7-form .wpcf7-checkbox {
  width: auto;
  max-width: none;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form span.your-checkbox {
  max-width: none;
  width: auto;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
}

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

.calculator-page__main-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 175, resources/assets/styles/components/_forms.scss */

.calculator-page__main-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap {
  margin: 0 !important;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item {
  margin: 0 !important;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item input[type="checkbox"] {
  display: none;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::before,
.calculator-page__main-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::after {
  position: absolute;
  content: "";
  display: flex;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::before {
  height: 14px;
  width: 14px;
  left: 0;
  top: 0;
  background-color: #4a9443;
  border-radius: 2px;
}

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

.calculator-page__main-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: 2px;
  opacity: 0;
  transition: 0.25s;
  color: #fff;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label.checked::after {
  opacity: 1;
}

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

.calculator-page__main-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: #4a9443;
  z-index: 99;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox a:hover {
  color: #282b32;
}

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

.calculator-page__main-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 247, resources/assets/styles/components/_forms.scss */

.calculator-page__main-form .wpcf7 .wpcf7-form__block-title {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 140.52%;
  color: #282b32;
  max-width: 510px;
  width: 100%;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form__block-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
  color: #282b32;
  max-width: 510px;
  width: 100%;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form__block-wrapper {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form__block-wrapper-info {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 46px;
}

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

.calculator-page__main-form .wpcf7 .wpcf7-form__footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 26px;
  z-index: 1;
}

/** All Menu **/

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

.banner__all-menu li.menu-item {
  display: flex;
  height: 30px;
}

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

.banner__all-menu li.menu-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  color: #fff;
}

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

.banner__all-menu li.menu-item a:hover {
  color: #ff7a00;
}

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

.banner {
  position: fixed;
  top: 0;
  width: 100%;
  margin: auto;
  padding-top: 13px;
  z-index: 999;
}

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

.banner.scrolled {
  padding-top: 8px;
  padding-bottom: 6px;
  transition: 0.25s ease-in-out;
  background: linear-gradient(106.81deg, rgba(167, 194, 57, 0.57) 13.68%, rgba(66, 232, 255, 0.13) 81.57%);
  /* backdrop-filter: blur(17px); */
}

@media (min-width: 1px) and (max-width: 559px) {
  .banner.scrolled {
    background: linear-gradient(106.81deg, rgba(167, 194, 57, 0.90) 13.68%, rgba(66, 232, 255, 0.90) 81.57%);
  }
}

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

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

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

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

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

.banner__header-logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 263px;
  width: 100%;
  height: 60px;
  margin-right: 21px;
}

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

.banner__header-logo-img {
  width: 263px;
  height: 60px;
  object-fit: contain;
  object-position: left;
}

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

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

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

.banner__header-contacts-phones {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 155px;
  margin-right: 30px;
}

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

.banner__header-contacts_item {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  white-space: nowrap;
}

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

.banner__header-contacts_item:first-child {
  margin-bottom: 6px;
}

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

.banner__header-contacts_item:hover {
  color: rgba(74, 148, 67, 0.7);
}

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

.banner__header-contacts-link {
  width: 40px;
  height: 40px;
}

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

.banner__header-buttons {
  /* display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

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

.banner__header-buttons_cart {
  position: relative;
}

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

.banner__header-buttons_cart-price {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: -16px;
  right: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #2e6041;
  width: 100%;
  background: rgba(255, 122, 0, 0.2);
  -webkit-transform: skew(348deg);
  -moz-transform: skew(348deg);
  -o-transform: skew(348deg);
}

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

.banner__header-buttons_cart-price-info {
  font-size: 10px;
}

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

.banner__navigation {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

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

.banner__nav-primary {
  width: fit-content;
  height: 42px;
  border: 1px solid #fff;
  /* backdrop-filter: blur(7px); */
}

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

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

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

.banner__nav-primary-list {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #203d39;
  padding: 2px 18px 2px 13px;
}

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

.banner__nav-primary-list li.all {
  position: relative;
  margin-right: 30px !important;
  border-bottom: 2px solid #ff7a00;
}

/* line 165, 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: 24px;
  cursor: pointer;
}

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

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

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

.banner__nav-primary-list li.menu-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  white-space: nowrap;
}

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

.banner__nav-primary-list li.menu-item a:hover {
  color: rgba(74, 148, 67, 0.7);
}

/* line 190, 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 198, 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 205, 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: #4a9443;
  z-index: 5;
}

/* line 219, 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 #203d39;
  width: 100%;
  margin-right: 0;
}

/* line 228, 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: #fff;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  white-space: normal;
}

/* line 238, 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: #ff7a00;
}

/* line 246, 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 256, resources/assets/styles/layouts/_header.scss */

.banner__all-menu {
  display: none;
  position: absolute;
  top: 40px;
  left: 16px;
  margin-right: 0;
  max-width: 400px;
  background: #4a9443;
  color: #fff;
  text-align: center;
  border: none;
  width: 100%;
  height: fit-content;
  border-radius: 0 0 12px 12px;
  z-index: 5;
}

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

.banner__all-menu--active {
  display: flex;
}

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

.banner__all-menu .menu-menyu-ves-sajt-container {
  width: 100%;
  height: 100%;
}

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

.banner__all-menu-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 10px 25px 15px;
  width: 100%;
  max-width: 100%;
}

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

.banner .menu-mobi {
  display: none;
}

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

.test {
  position: fixed;
  z-index: 1000000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  /* backdrop-filter: blur(25px); */
  top: 0;
  left: 0;
}

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

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

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

.breadcrumbs span span a {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140.52%;
  color: #282b32;
  padding-right: 2px;
}

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

.breadcrumbs span span a:hover {
  color: #4a9443;
}

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

.breadcrumbs span span .breadcrumb_last {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140.52%;
  color: #2e6041;
  padding-left: 2px;
}

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

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

/* line 5, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main {
  position: relative;
  width: 100%;
  background: #203d39;
  padding: 23px 0 20px;
}

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

.sidebar-main ul {
  width: 100%;
  padding-top: 115px;
}

/* line 15, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main ul li.main_shop {
  position: absolute;
  top: 23px;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #a7c239;
  padding-left: 82px !important;
}

/* line 26, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main ul li.main_shop::before {
  position: absolute;
  content: "";
  top: 0;
  right: -8px;
  width: 8px;
  height: 44px;
  background: #a7c239;
}

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

.sidebar-main ul li.main_shop::after {
  position: absolute;
  content: "";
  top: -6px;
  right: -8px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #a7c239;
  border-right: 8px solid transparent;
}

/* line 47, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main ul li.main_shop a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: inherit;
  color: #203d39 !important;
  font-weight: 600 !important;
}

/* line 56, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main ul li.main_shop a::before {
  position: absolute;
  content: url(/wp-content/themes/sage/dist/images/svg/glass_1.svg);
  top: 8px;
  left: -60px;
}

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

.sidebar-main ul li.service {
  position: absolute;
  top: 73px;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #ff7a00;
  padding-left: 82px !important;
}

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

.sidebar-main ul li.service a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: inherit;
  color: #203d39 !important;
  font-weight: 600 !important;
}

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

.sidebar-main ul li.service a::before {
  position: absolute;
  content: url(/wp-content/themes/sage/dist/images/svg/glass_2.svg);
  top: 8px;
  left: -55px;
}

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

.sidebar-main ul li.menu-item {
  padding-left: 24px;
  padding-right: 10px;
  margin-bottom: 10px;
}

/* line 99, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main ul li.menu-item:nth-child(3) {
  border-top: 1px solid #a7c239;
  padding-top: 17px;
}

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

.sidebar-main ul li.menu-item:last-child {
  margin-bottom: 0;
}

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

.sidebar-main ul li.menu-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
}

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

.sidebar-main ul li.menu-item a:hover {
  color: #4a9443;
}

/* line 121, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main ul li.price {
  margin-top: 14px;
  border-top: 1px solid #a7c239;
  padding-top: 17px;
}

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

.sidebar-main .ubermenu,
.sidebar-main .ubermenu-nav {
  z-index: 1;
}

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

.sidebar-main nav.ubermenu ul.ubermenu-nav .plashka-g {
  position: relative;
}

/* line 138, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main nav.ubermenu ul.ubermenu-nav .plashka-g::before {
  position: absolute;
  content: "";
  top: 0;
  right: -8px;
  width: 8px;
  height: 44px;
  background: #a7c239;
}

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

.sidebar-main nav.ubermenu ul.ubermenu-nav .plashka-g::after {
  position: absolute;
  content: "";
  top: -6px;
  right: -8px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #a7c239;
  border-right: 8px solid transparent;
}

/* line 159, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main nav.ubermenu ul.ubermenu-nav .plashka-g .ubermenu-target {
  min-height: 44px;
}

/* line 164, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main nav.ubermenu ul.ubermenu-nav .plashka-o {
  position: relative;
}

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

.sidebar-main nav.ubermenu ul.ubermenu-nav .plashka-o::before {
  position: absolute;
  content: "";
  top: 0;
  right: -8px;
  width: 8px;
  height: 44px;
  background: #ff7a00;
}

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

.sidebar-main nav.ubermenu ul.ubermenu-nav .plashka-o::after {
  position: absolute;
  content: "";
  top: -6px;
  right: -8px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #ff7a00;
  border-right: 8px solid transparent;
}

/* line 188, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main nav.ubermenu ul.ubermenu-nav .plashka-o .ubermenu-target {
  min-height: 44px;
}

/* line 193, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main nav.ubermenu ul.ubermenu-nav li.ubermenu-item {
  margin-bottom: 10px;
}

/* line 196, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main nav.ubermenu ul.ubermenu-nav li.ubermenu-item:last-child {
  margin-bottom: 0;
}

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

.sidebar-main nav.ubermenu ul.ubermenu-nav li.ubermenu-item .ubermenu-target {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2px;
  padding-left: 24px;
  padding-right: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
}

/* line 215, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main nav.ubermenu ul.ubermenu-nav li.ubermenu-item .ubermenu-target .ubermenu-image {
  height: 33px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 0;
  margin-right: 15px;
}

/* line 223, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main nav.ubermenu ul.ubermenu-nav li.ubermenu-item .ubermenu-target:hover {
  color: #4a9443;
}

/* line 229, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main nav.ubermenu ul.ubermenu-nav .line-b {
  border-bottom: 1px solid #a7c239;
  padding-bottom: 17px;
}

/* line 234, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main nav.ubermenu ul.ubermenu-nav .line-t {
  margin-top: 14px;
  border-top: 1px solid #a7c239;
  padding-top: 17px;
}

/* line 242, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-main .ubermenu_navigation_widget-3 {
  display: none;
}

/* line 247, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-bottom {
  position: relative;
  width: 100%;
  background: #203d39;
  padding: 23px 24px 22px;
  margin-top: 23px;
}

/* line 254, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-bottom-title {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 22px;
}

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

.sidebar-bottom-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

/* line 270, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-bottom-content_item {
  position: relative;
  width: 100%;
  height: 209px;
  transition: 0.4s;
}

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

.sidebar-bottom-content_item:first-child {
  margin-bottom: 15px;
}

/* line 280, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-bottom-content_item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 287, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-bottom-content_item-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 51px;
  background: #ff7a00;
  padding: 5px 15px;
}

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

.sidebar-bottom-content_item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 125.52%;
  text-align: center;
  color: #fff;
}

/* line 310, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-bottom-content_item:hover {
  transform: scale(1.03);
}

/* line 313, resources/assets/styles/layouts/_sidebar.scss */

.sidebar-bottom-content_item:hover .sidebar-bottom-content_item-title {
  color: rgba(74, 148, 67, 0.7);
}

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

.content-info {
  position: relative;
  z-index: 3;
}

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

.content-info__footer {
  position: relative;
  background: #282b32;
  padding-top: 39px;
  padding-bottom: 90px;
  z-index: 1;
}

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

.content-info__footer-bg {
  position: absolute;
  top: -78px;
  left: 0;
  background: url(/wp-content/themes/sage/dist/images/svg/grass.svg) repeat;
  width: 100%;
  height: 85px;
  z-index: -1;
}

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

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

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

.content-info__footer-main_left {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 325px;
  width: 100%;
  margin-right: 50px;
}

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

.content-info__footer-main_left-item {
  position: absolute;
  bottom: 0;
  left: 123px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  border-bottom: 1px solid #ff7a00;
}

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

.content-info__footer-main_left-item:hover {
  color: rgba(74, 148, 67, 0.7);
}

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

.content-info__footer-main-logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

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

.content-info__footer-main-logo-img {
  width: 324px;
  height: 102.45px;
  object-fit: contain;
  object-position: top;
}

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

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

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

.content-info__footer-main_navigation {
  max-width: 775px;
  width: 100%;
  color: #fff;
  margin-bottom: 57px;
}

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

.content-info__footer-main_navigation .menu-verhnee-menyu-container {
  width: 100%;
}

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

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

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

.content-info__footer-main_navigation-list li.menu-item {
  cursor: pointer;
}

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

.content-info__footer-main_navigation-list li.menu-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  white-space: nowrap;
}

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

.content-info__footer-main_navigation-list li.menu-item a:hover {
  color: rgba(74, 148, 67, 0.7);
}

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

.content-info__footer-main_navigation-list li.menu-item ul.sub-menu {
  display: none;
}

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

.content-info__footer-main_navigation-list .all {
  display: none;
}

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

.content-info__footer-main_info {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

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

.content-info__footer-main_info-item {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  white-space: nowrap;
  margin-right: 21px;
}

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

.content-info__footer-main_info-item:last-child {
  margin-right: 0;
}

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

.content-info__footer-main_info-item:hover {
  color: rgba(74, 148, 67, 0.7);
}

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

.content-info__footer-main_info-link {
  margin-left: 37px;
  width: 40px;
  height: 40px;
}

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

.content-info__footer-main_info-link_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

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

.content-info__footer-main_sitemap {
  margin-top: 20px;
}

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

.content-info__footer-main_sitemap-link {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
}

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

.content-info__footer-main_sitemap-link:hover {
  color: rgba(74, 148, 67, 0.7);
}

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

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

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

.content-info__footer-info-copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.59) !important;
}

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

.content-info__footer-info-creation {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.59);
}

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

.content-info__footer-info-creation-link:hover {
  color: rgba(74, 148, 67, 0.7) !important;
}

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

.footer-items {
  position: fixed;
  bottom: 0;
  background: #f3f3f3;
  width: 100%;
  border-top: 1px solid #282b32;
  z-index: 99;
}

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

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

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

.footer-items_item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(100% / 6);
  height: 64px;
  border-right: 1px solid #282b32;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  /*
    &::after {
      position: absolute;
      top: 14px;
      right: 13px;
      z-index: 1;
    }
    */
}

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

.footer-items_item-img {
  position: absolute;
  top: 20px;
  right: 20px;
  width: fit-content;
  height: 24px;
  object-fit: contain;
  object-position: center right;
  z-index: 1;
}

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

.footer-items_item strong {
  font-weight: 500;
}

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

.footer-items_item-link {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: inherit;
  padding: 0 1px;
  padding-right: 40px;
  z-index: 99;
}

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

.footer-items_item-link:hover {
  background: rgba(74, 148, 67, 0.7);
  color: #fff !important;
  transition: 0.5s ease-in-out;
}

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

.footer-items_item:last-child {
  border-right: none;
}

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

.footer-items_item_1 {
  max-width: 140px;
  width: 100%;
  /*
      &::after {
        content: url("../images/svg/i7.svg");
        top: 12px;
      }
      */
}

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

.footer-items_item_2 {
  max-width: 250px;
  width: 100%;
  /*
      &::after {
        content: url("../images/svg/i2.svg");
        top: 18px;
      }
      */
}

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

.footer-items_item_2 .footer-items_item-img_2 {
  right: 2px;
}

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

.footer-items_item_3 {
  max-width: 236px;
  width: 100%;
  /*
      &::after {
        content: url("../images/svg/i3.svg");
      }
      */
}

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

.footer-items_item_4 {
  max-width: 205px;
  width: 100%;
  /*
      &::after {
        content: url("../images/svg/i4.svg");
      }
      */
}

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

.footer-items_item_5 {
  max-width: 321px;
  width: 100%;
  /*
      &::after {
        content: url("../images/svg/i5.svg");
      }
      */
}

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

.footer-items_item_6 {
  max-width: 168px;
  width: 100%;
  /*
      &::after {
        content: url("../images/svg/i6.svg");
      }
      */
}

/* line 368, 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);
  /* backdrop-filter: blur(25px); */
  top: 0;
  left: 0;
  display: none;
}

/* line 379, 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: linear-gradient(106.81deg, rgba(66, 232, 255, 0.13) 13.68%, rgba(167, 194, 57, 0.27) 81.57%);
  border-radius: 5px;
  padding: 35px;
  position: relative;
}

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

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

/* line 396, 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 410, 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 418, 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 425, 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: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
  font-size: 32px;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}

/* line 434, 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(40, 43, 50, 0.4);
  border-radius: 5px;
  border-color: #282b32 !important;
}

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

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

/* line 452, 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 461, 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 476, 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 481, 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: #282b32;
}

/* line 486, 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 503, 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 509, 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: #282b32;
}

/* line 515, 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 #282b32 !important;
}

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

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

/* line 524, 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: #4a9443;
  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 548, resources/assets/styles/layouts/_footer.scss */

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

/* line 551, 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: #305f2b;
  border-radius: 20px;
}

/* line 564, 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 572, resources/assets/styles/layouts/_footer.scss */

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

/* line 575, 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: #282b32;
}

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

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

/* line 586, 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 596, 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 610, 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 613, 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 616, 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 622, 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 629, 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 #4a9443;
  left: 0;
  top: 2px;
  background-color: #fff;
  border-radius: 2px;
}

/* line 639, 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: #4a9443;
}

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

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

/* line 659, 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;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a:hover {
  color: rgba(74, 148, 67, 0.7);
}

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

.scrollup {
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 35%;
  right: 0;
  display: none;
  width: 50px;
  height: 132px;
  z-index: 99;
}

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

.scrollup-img {
  width: 100%;
  height: 100%;
}

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

.act {
  display: flex;
}

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

.product-added {
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  /* backdrop-filter: blur(25px); */
  top: 0;
  left: 0;
  display: none;
  overflow-y: auto;
}

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

.product-added__block {
  margin: 25% auto;
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  background: linear-gradient(106.81deg, rgba(66, 232, 255, 0.13) 13.68%, rgba(167, 194, 57, 0.27) 81.57%);
  border: 3px solid #4a9443;
  border-radius: 5px;
  padding: 35px;
  position: relative;
}

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

.product-added__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 738, resources/assets/styles/layouts/_footer.scss */

.product-added__block-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

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

.inner-page {
  padding-top: 122px;
  padding-bottom: 116px;
}

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

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

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

.inner-page .page-header h1 {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
  margin-bottom: 25px;
}

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

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

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

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

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

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

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

.inner-page p ul {
  margin-top: 5px;
}

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

.inner-page p ul li {
  position: relative;
  padding-left: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

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

.inner-page p ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #282b32;
  border-radius: 50%;
}

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

.inner-page p strong {
  color: #2e6041;
}

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

.inner-page p a {
  font-weight: bold;
  color: #282b32;
}

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

.inner-page p a:hover {
  color: #4a9443;
}

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

.not-found-page,
.content-no-page {
  padding-top: 122px;
  padding-bottom: 116px;
}

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

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

/* line 16, 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: #4a9443;
  margin-bottom: 25px;
}

/* line 30, 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 1, resources/assets/styles/layouts/_post-page.scss */

.post-page {
  padding-top: 122px;
  padding-bottom: 100px;
}

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

.post-page__title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
  margin-top: 35px;
}

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

.post-page__wrapper {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

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

.post-page__tabs {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 372px;
  height: 41px;
  z-index: 5;
  margin-top: 35px;
}

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

.post-page__tabs-link {
  width: 50%;
  height: 43px;
  transform: skew(348deg);
  text-align: center;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  border: 2px solid #203d39;
}

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

.post-page__tabs-link:first-child {
  margin-right: 10px;
}

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

.post-page__tabs-link:hover,
.post-page__tabs-link.active {
  cursor: pointer;
  color: #fff;
  background: #203d39;
}

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

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

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

.post-page__list-item {
  position: relative;
  width: calc((100% - 48px) / 4);
  margin-right: 16px;
  margin-bottom: 30px;
  filter: drop-shadow(0 4px 5px rgba(41, 46, 40, 0.09));
  transition: 0.25s ease-in-out;
}

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

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

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

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

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

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

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

.post-page__list-item-image {
  width: 100%;
  height: 406px;
  object-fit: cover;
  object-position: top;
}

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

.post-page__list-item-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2e6041;
  /* backdrop-filter: blur(7.5px); */
  width: 100%;
  min-height: 74px;
  border-top: 1px solid #fff;
  padding: 9px 12px 10px 9px;
}

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

.post-page__list-item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 10px;
}

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

.post-page__list-item-date {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140.52%;
  color: #d3d3d3;
}

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

.blog-page {
  padding-top: 122px;
  padding-bottom: 170px;
}

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

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

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

.blog-page__main-heading {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

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

.blog-page__main-content {
  max-width: 526px;
  width: 100%;
  margin-right: 50px;
}

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

.blog-page__main-text {
  margin-top: 20px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

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

.blog-page__main-text p {
  margin-bottom: 10px;
}

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

.blog-page__main-text strong {
  color: #2e6041;
}

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

.blog-page__main-text ul {
  margin-top: 28px;
}

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

.blog-page__main-text ul li {
  position: relative;
  padding-left: 25px;
}

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

.blog-page__main-text ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #282b32;
  border-radius: 50%;
}

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

.blog-page__main-image {
  max-width: 587px;
  width: 100%;
  height: 380px;
}

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

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

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

.blog-page__info-block {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 132px;
}

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

.blog-page__info-block-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

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

.blog-page__info-block-textarea {
  width: 100%;
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

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

.blog-page__info-block-textarea p {
  margin-bottom: 10px;
}

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

.blog-page__info-block-textarea strong {
  color: #2e6041;
}

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

.blog-page__info-block-textarea ul {
  margin-top: 20px;
}

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

.blog-page__info-block-textarea ul li {
  position: relative;
  padding-left: 25px;
}

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

.blog-page__info-block-textarea ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #282b32;
  border-radius: 50%;
}

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

.blog-page__info-block-media {
  width: 100%;
  margin-top: 105px;
}

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

.blog-page__info-block-tabs {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 372px;
  height: 41px;
  margin: auto;
  z-index: 5;
}

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

.blog-page__info-block-tabs_btn {
  width: 50%;
  height: 43px;
  transform: skew(348deg);
  text-align: center;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  border: 2px solid #203d39;
}

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

.blog-page__info-block-tabs_btn:first-child {
  margin-right: 10px;
}

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

.blog-page__info-block-tabs_btn:hover,
.blog-page__info-block-tabs_btn.active {
  cursor: pointer;
  color: #fff;
  background: #203d39;
}

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

.blog-page__info-block-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 58px;
}

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

.blog-page__info-block-content-foto,
.blog-page__info-block-content-foto1,
.blog-page__info-block-content-foto2,
.blog-page__info-block-content-foto3,
.blog-page__info-block-content-video,
.blog-page__info-block-content-video1,
.blog-page__info-block-content-video2,
.blog-page__info-block-content-video3 {
  display: none !important;
}

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

.blog-page__info-block-content-foto.active,
.blog-page__info-block-content-foto1.active,
.blog-page__info-block-content-foto2.active,
.blog-page__info-block-content-foto3.active,
.blog-page__info-block-content-video.active,
.blog-page__info-block-content-video1.active,
.blog-page__info-block-content-video2.active,
.blog-page__info-block-content-video3.active {
  display: block !important;
}

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

.blog-page__info-block-content-video iframe {
  width: 100%;
}

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

.blog-page__info-block-content-wrapp.active,
.blog-page__info-block-content-wrapp1.active,
.blog-page__info-block-content-wrapp2.active,
.blog-page__info-block-content-wrapp3.active {
  display: block !important;
}

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

.blog-page__info-block-content_item {
  position: relative;
  filter: drop-shadow(0 4px 5px rgba(41, 46, 40, 0.09));
}

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

.blog-page__info-block-content_item-link {
  width: 100%;
  height: 100%;
}

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

.blog-page__info-block-content_item-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
  cursor: zoom-in;
}

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

.blog-page__info-block-content_item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2e6041;
  /* backdrop-filter: blur(7.5px); */
  width: 100%;
  min-height: 54px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 15px 13px;
}

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

.blog-page__main-image .owl-nav.disabled,
.blog-page__info-block-content-foto .owl-nav.disabled,
.blog-page__info-block-content-video .owl-nav.disabled {
  display: block !important;
}

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

.blog-page__main-image .owl-nav button,
.blog-page__info-block-content-foto .owl-nav button,
.blog-page__info-block-content-video .owl-nav button {
  position: absolute;
  bottom: -62px;
  width: 45.92px;
  height: 34.23px;
  outline: none;
  background-size: 16px;
  font-size: 0;
  transform: skew(348deg);
  z-index: 99;
}

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

.blog-page__main-image .owl-nav button span,
.blog-page__info-block-content-foto .owl-nav button span,
.blog-page__info-block-content-video .owl-nav button span {
  font-size: 0;
}

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

.blog-page__main-image .owl-nav button.owl-prev,
.blog-page__info-block-content-foto .owl-nav button.owl-prev,
.blog-page__info-block-content-video .owl-nav button.owl-prev {
  right: 50px;
  background: #4a9443 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjA4MiA4LjY5OWExIDEgMCAxIDAgMC0ydjJaTS45OTIgNi45OTJhMSAxIDAgMCAwIDAgMS40MTRsNi4zNjQgNi4zNjRhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDMuMTEzIDcuNjk5IDguNzcgMi4wNDJBMSAxIDAgMCAwIDcuMzU2LjYyOEwuOTkyIDYuOTkyWm0xNC4wOS0uMjkzSDEuNjk5djJoMTMuMzgzdi0yWiIvPjwvc3ZnPg==) no-repeat center center;
  z-index: 99;
}

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

.blog-page__main-image .owl-nav button.owl-prev:hover,
.blog-page__info-block-content-foto .owl-nav button.owl-prev:hover,
.blog-page__info-block-content-video .owl-nav button.owl-prev:hover {
  background: rgba(74, 148, 67, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjA4MiA4LjY5OWExIDEgMCAxIDAgMC0ydjJaTS45OTIgNi45OTJhMSAxIDAgMCAwIDAgMS40MTRsNi4zNjQgNi4zNjRhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDMuMTEzIDcuNjk5IDguNzcgMi4wNDJBMSAxIDAgMCAwIDcuMzU2LjYyOEwuOTkyIDYuOTkyWm0xNC4wOS0uMjkzSDEuNjk5djJoMTMuMzgzdi0yWiIvPjwvc3ZnPg==) no-repeat center center;
}

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

.blog-page__main-image .owl-nav button.owl-next,
.blog-page__info-block-content-foto .owl-nav button.owl-next,
.blog-page__info-block-content-video .owl-nav button.owl-next {
  right: 0;
  background: #4a9443 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuNzc3IDYuNjk5YTEgMSAwIDAgMCAwIDJ2LTJabTE0LjA5IDEuNzA3YTEgMSAwIDAgMCAwLTEuNDE0TDkuNTAxLjYyOGExIDEgMCAxIDAtMS40MTQgMS40MTRMMTMuNzQ1IDcuN2wtNS42NTcgNS42NTdhMSAxIDAgMSAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xLjc3NiA4LjdoMTMuMzgydi0ySDEuNzc3djJaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

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

.blog-page__main-image .owl-nav button.owl-next:hover,
.blog-page__info-block-content-foto .owl-nav button.owl-next:hover,
.blog-page__info-block-content-video .owl-nav button.owl-next:hover {
  background: rgba(74, 148, 67, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuNzc3IDYuNjk5YTEgMSAwIDAgMCAwIDJ2LTJabTE0LjA5IDEuNzA3YTEgMSAwIDAgMCAwLTEuNDE0TDkuNTAxLjYyOGExIDEgMCAxIDAtMS40MTQgMS40MTRMMTMuNzQ1IDcuN2wtNS42NTcgNS42NTdhMSAxIDAgMSAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xLjc3NiA4LjdoMTMuMzgydi0ySDEuNzc3djJaIi8+PC9zdmc+) no-repeat center center;
}

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

.blog-page__main-image .owl-nav button.disabled,
.blog-page__info-block-content-foto .owl-nav button.disabled,
.blog-page__info-block-content-video .owl-nav button.disabled {
  background: rgba(0, 0, 0, 0) !important;
}

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

.sidebar-main ul li.main_shop a:hover,
.sidebar-main ul li.service a:hover {
  color: #fff !important;
}

/**    template-Front-page    */

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

.front-page__banner {
  position: relative;
  width: 100%;
  height: 431px;
  background: linear-gradient(106.81deg, rgba(167, 194, 57, 0.27) 13.68%, rgba(66, 232, 255, 0.13) 81.57%);
}

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

.front-page__banner::before {
  position: absolute;
  content: "";
  bottom: 31px;
  left: 0;
  width: 35px;
  height: 145px;
  background: #e8efca;
  z-index: 9;
}

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

.front-page__banner::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTAiIGhlaWdodD0iMzg3IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjQjlFNUZCIiBkPSJNMjMzIDM4NyAuMDQtNC41SDQ2NS45NkwyMzMgMzg3WiIvPjwvc3ZnPg==);
  top: 0;
  right: 0;
  z-index: 5;
}

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

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

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

.front-page__banner-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  height: 431px;
}

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

.front-page__banner-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 31px;
  background: #1d9ad6;
  z-index: 1;
}

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

.front-page__banner-item-content {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 134px;
}

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

.front-page__banner-item-content-title,
.front-page__banner-item-content-subtitle {
  max-width: 515px;
  width: 100%;
}

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

.front-page__banner-item-content-title {
  font-style: normal;
  font-weight: 600;
  font-size: 29px;
  line-height: 130.52%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ff7a00;
  margin-bottom: 20px;
}

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

.front-page__banner-item-content-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 29px;
  line-height: 130.52%;
  color: #282b32;
}

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

.front-page__banner-item-image1 {
  position: absolute;
  top: 0;
  right: 266px;
  width: 466px;
  height: 387px;
  z-index: 2;
}

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

.front-page__banner-item-image1-img {
  width: 466px;
  height: 387px;
  object-fit: cover;
  object-position: top;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

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

.front-page__banner-item-image1-bg {
  position: absolute;
  top: 0;
  right: 230px;
  width: 538px;
  height: 522px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MzgiIGhlaWdodD0iMzg4IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjQjlFNUZCIiBkPSJtMTY2LjcxMSAzMTkuMDggNDAuODM4IDY3Ljk5NmgtODEuNjg2bDQwLjg0OC02Ny45OTZaIi8+PHBhdGggZmlsbD0iIzFEOUFENiIgZD0iTTI2OSAzODcgMzYuMDQtNC41SDUwMS45NkwyNjkgMzg3WiIvPjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik0xMTIuNTQ5IDIyOWg2MS43MzhsOTUgMTU4LjA3NmgtNjEuNzM4bC05NS0xNTguMDc2WiIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjE3MC42ODIiIHgyPSIxNzAuNjgyIiB5MT0iNjQuOTMiIHkyPSI0ODkuNDk0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iIzMyNjk0MyIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzE2MjMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==);
  background-repeat: no-repeat;
  z-index: -1;
}

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

.front-page__banner-item-image2 {
  position: absolute;
  bottom: 0;
  right: -43px;
  z-index: 2;
}

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

.front-page__banner-item-image2-img {
  width: 524px;
  height: 431px;
  object-fit: contain;
  object-position: bottom;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

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

.front-page__banner-item-image2::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTAiIGhlaWdodD0iMjE5IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMCAwaDYxLjczOWwxMzcuOTE0IDIxOC40OTNoLTYxLjczOEwwIDBaIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iNDIuNTIiIHgyPSI0Mi41MiIgeTE9Ii0yMDYuMDcxIiB5Mj0iMjE4LjQ5MyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMzMjY5NDMiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMxNjIzMzMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=);
  bottom: 0;
  right: 31px;
  z-index: -1;
}

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

.front-page__banner .owl-nav button {
  position: absolute;
  bottom: 42px;
  width: 45.92px;
  height: 34.23px;
  outline: none;
  background-size: 16px;
  font-size: 0;
  transform: skew(348deg);
  z-index: 99;
}

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

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

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

.front-page__banner .owl-nav button.owl-prev {
  left: 22%;
  background: #4a9443 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjA4MiA4LjY5OWExIDEgMCAxIDAgMC0ydjJaTS45OTIgNi45OTJhMSAxIDAgMCAwIDAgMS40MTRsNi4zNjQgNi4zNjRhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDMuMTEzIDcuNjk5IDguNzcgMi4wNDJBMSAxIDAgMCAwIDcuMzU2LjYyOEwuOTkyIDYuOTkyWm0xNC4wOS0uMjkzSDEuNjk5djJoMTMuMzgzdi0yWiIvPjwvc3ZnPg==) no-repeat center center;
  z-index: 99;
}

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

.front-page__banner .owl-nav button.owl-prev:hover {
  background: rgba(74, 148, 67, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjA4MiA4LjY5OWExIDEgMCAxIDAgMC0ydjJaTS45OTIgNi45OTJhMSAxIDAgMCAwIDAgMS40MTRsNi4zNjQgNi4zNjRhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDMuMTEzIDcuNjk5IDguNzcgMi4wNDJBMSAxIDAgMCAwIDcuMzU2LjYyOEwuOTkyIDYuOTkyWm0xNC4wOS0uMjkzSDEuNjk5djJoMTMuMzgzdi0yWiIvPjwvc3ZnPg==) no-repeat center center;
}

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

.front-page__banner .owl-nav button.owl-next {
  left: 25%;
  background: #4a9443 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuNzc3IDYuNjk5YTEgMSAwIDAgMCAwIDJ2LTJabTE0LjA5IDEuNzA3YTEgMSAwIDAgMCAwLTEuNDE0TDkuNTAxLjYyOGExIDEgMCAxIDAtMS40MTQgMS40MTRMMTMuNzQ1IDcuN2wtNS42NTcgNS42NTdhMSAxIDAgMSAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xLjc3NiA4LjdoMTMuMzgydi0ySDEuNzc3djJaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

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

.front-page__banner .owl-nav button.owl-next:hover {
  background: rgba(74, 148, 67, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuNzc3IDYuNjk5YTEgMSAwIDAgMCAwIDJ2LTJabTE0LjA5IDEuNzA3YTEgMSAwIDAgMCAwLTEuNDE0TDkuNTAxLjYyOGExIDEgMCAxIDAtMS40MTQgMS40MTRMMTMuNzQ1IDcuN2wtNS42NTcgNS42NTdhMSAxIDAgMSAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xLjc3NiA4LjdoMTMuMzgydi0ySDEuNzc3djJaIi8+PC9zdmc+) no-repeat center center;
}

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

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

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

.front-page__banner .owl-dots {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  left: 17.5%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto;
}

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

.front-page__banner .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  background: none;
  border: 1px solid #4a9443;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 5px 5px;
  outline: none;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

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

.front-page__banner .owl-dots .owl-dot:hover {
  background: #4a9443;
}

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

.front-page__banner .owl-dots .owl-dot.active {
  background: #4a9443;
}

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

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

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

.front-page__catalog-top {
  width: 100%;
}

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

.front-page__catalog-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
  margin-bottom: 17px;
}

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

.front-page__catalog-text {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140.52%;
}

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

.front-page__catalog-text p {
  margin-bottom: 10px;
}

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

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

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

.front-page__catalog-text strong {
  color: #2e6041;
}

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

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

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

.front-page__catalog-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 894px;
  margin-left: 60px;
}

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

.front-page__catalog-item {
  width: calc((100% - 18px) / 3);
  min-height: 481px;
  margin-right: 9px;
  margin-bottom: 15px;
  border: none;
  box-shadow: 0 -1px 6px 1px rgba(158, 210, 153, 0.69), 0 6px 20px rgba(80, 189, 69, 0.59);
  transition: 0.4s;
}

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

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

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

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

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

.front-page__catalog-item-image {
  height: 234px;
}

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

.front-page__catalog-item-image img {
  width: 100%;
  height: inherit;
  object-fit: contain;
  object-position: top;
}

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

.front-page__catalog-item-content {
  width: 100%;
  padding: 18px 15px 23px;
}

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

.front-page__catalog-item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 8px;
  min-height: 42px;
}

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

.front-page__catalog-item-title:hover {
  color: #4a9443;
}

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

.front-page__catalog-item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

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

.front-page__catalog-item-text strong {
  color: #2e6041;
}

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

.front-page__catalog-item-price {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  margin-top: 27px;
  margin-bottom: 33px;
}

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

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

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

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

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

.front-page__catalog ul.products .product {
  width: calc((100% - 45px) / 3);
  min-height: 481px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: none;
  box-shadow: 0 -1px 6px 1px rgba(158, 210, 153, 0.69), 0 6px 20px rgba(80, 189, 69, 0.59);
  transition: 0.4s;
  position: relative;
  /**/
  display: flex;
  flex-direction: column;
}

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

.front-page__catalog ul.products .product.product_cat-top-sale::after {
  content: "\41B\438\434\435\440   \43F\440\43E\434\430\436!";
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='92' height='41' viewBox='0 0 92 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40.884L0 0.115917L91.5385 0.115917L74.6101 19.6846L91.5385 40.884L0 40.884Z' fill='%23FF7A00'/%3E%3C/svg%3E%0A");
  width: 92px;
  height: 41px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.05;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

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

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

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

.front-page__catalog ul.products .product__content {
  width: 100%;
  padding: 18px 15px 23px;
  /**/
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/**/
.product__content .product__main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

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

.front-page__catalog ul.products .product .woocommerce-loop-product__title {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 8px;
  min-height: 42px;
}

.woocommerce-notices-wrapper {
  display: none;
}

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

.front-page__catalog ul.products .product .attachment-woocommerce_thumbnail,
.front-page__catalog ul.products .product .wp-post-image {
  width: 100%;
  height: 234px;
  object-fit: cover;
  object-position: top;
}

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

.front-page__catalog ul.products .product__main-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

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

.front-page__catalog ul.products .product__main-price {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  margin-top: 27px;
  margin-bottom: 33px;
}

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

.front-page__catalog ul.products .product:hover {
  transform: scale(1.03);
}

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

.front-page__information {
  position: relative;
  margin-top: 30px;
  padding-top: 39px;
  height: 323px;
  background: linear-gradient(106.81deg, rgba(66, 232, 255, 0.13) 13.68%, rgba(167, 194, 57, 0.27) 81.57%);
  /*
  &-image1 {
    position: absolute;
    bottom: 25px;
    left: -50px;
    width: 415px;
    height: 350px;
    overflow: hidden;
    z-index: 1;

    .mask1 {
      position: relative;
      overflow: hidden;
      transform: rotate(45deg) skew(10deg, 10deg);
      width: 355px;
      height: 400px;
      margin: 167px 0 0 16px;
    }

    &-img {
      position: absolute;
      width: 200%;
      height: 200%;
      top: -67%;
      left: -50%;
      z-index: -1;
      background-size: 100%;
      background-position: center top;
      transform: skew(-10deg, -10deg) rotate(-45deg);
    }
  }

  .mask11 {
    position: absolute;
    bottom: 21px;
    left: -50px;
    width: 415px;
    height: 350px;

    &::before {
      position: absolute;
      content: "";
      background: url("../images/svg/info-line-right2.svg");
      background-size: cover;
      background-repeat: no-repeat;
      bottom: 0;
      height: 310px;
      width: 194px;
      right: 3px;
      transform: rotate(-4deg);
    }

    &::after {
      position: absolute;
      content: "";
      background: url("../images/svg/info-line-left2.svg");
      background-size: cover;
      background-repeat: no-repeat;
      bottom: 13px;
      height: 300px;
      width: 194px;
      left: 0;
      transform: rotate(5deg);
    }
  }

  &-image2 {
    position: absolute;
    top: 0;
    right: 5%;
    width: 415px;
    height: 350px;
    overflow: hidden;
    z-index: 1;

    .mask2 {
      position: relative;
      overflow: hidden;
      transform: rotate(45deg) skew(10deg, 10deg);
      width: 363px;
      height: 379px;
      margin: -202px 0 0 29px;
    }

    &-img {
      position: absolute;
      width: 200%;
      height: 200%;
      top: -10%;
      left: -37%;
      z-index: -1;
      background-size: 100%;
      background-position: center top;
      transform: skew(-10deg, -10deg) rotate(-45deg);
    }
  }

  .mask22 {
    position: absolute;
    top: 0;
    right: 5%;
    width: 300px;
    height: 295px;

    &::before {
      position: absolute;
      content: "";
      //background: url("../images/svg/info-line-left.svg");
      //background-size: cover;
      //background-repeat: no-repeat;
      height: 360px;
      width: 194px;
      top: -83px;
      left: -44px;
      transform: rotate(325deg);
      border: -10px solid transparent;
      border-bottom: 0 solid transparent;
      border-right: 0 solid transparent;
      border-left: 15px solid #1d9ad6;
    }

    &::after {
      position: absolute;
      content: "";
      background: url("../images/svg/info-line-right.svg");
      background-size: cover;
      background-repeat: no-repeat;
      height: 310px;
      width: 194px;
      top: -7px;
      right: 6px;
      transform: rotate(4deg);
    }
  }
  */
}

/* line 8, resources/assets/styles/front-page/_front-page-information.scss */

.front-page__information::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background: #1d9ad6;
  z-index: 2;
}

/* line 19, resources/assets/styles/front-page/_front-page-information.scss */

.front-page__information-content {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-left: 85px;
}

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

.front-page__information-title {
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ff7a00;
  margin-bottom: 32px;
}

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

.front-page__information-text {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140.52%;
  max-width: 600px;
  width: 100%;
  padding-left: 75px;
}

/* line 46, resources/assets/styles/front-page/_front-page-information.scss */

.front-page__information-image1 {
  position: absolute;
  bottom: 21px;
  left: -23px;
  z-index: 1;
}

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

.front-page__information-image1::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTQiIGhlaWdodD0iMjk1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNLjUgMGgxNy4yMzJMMTkzLjUgMjk1aC0xNy4yMzJMLjUgMFoiLz48L3N2Zz4=);
  top: -1px;
  right: -16px;
}

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

.front-page__information-image1::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTQiIGhlaWdodD0iMjk1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTkzLjUgMGgtMTcuMTQyTC44NTggMjk1SDE4TDE5My41IDBaIi8+PC9zdmc+);
  top: 0;
  left: -16px;
}

/* line 66, resources/assets/styles/front-page/_front-page-information.scss */

.front-page__information-image1-img {
  position: relative;
  width: 358.91px;
  height: 294.65px;
  object-fit: cover;
  object-position: bottom;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: 2;
}

/* line 77, resources/assets/styles/front-page/_front-page-information.scss */

.front-page__information-image2 {
  position: absolute;
  top: 0;
  right: 73px;
  z-index: 1;
}

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

.front-page__information-image2::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTQiIGhlaWdodD0iMjk1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjMUQ5QUQ2IiBkPSJNLjUgMGgxNy4yMzJMMTkzLjUgMjk1aC0xNy4yMzJMLjUgMFoiLz48L3N2Zz4=);
  top: 0;
  left: -17px;
}

/* line 90, resources/assets/styles/front-page/_front-page-information.scss */

.front-page__information-image2::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTQiIGhlaWdodD0iMjk1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjMUQ5QUQ2IiBkPSJNMTkzLjUgMGgtMTcuMTQyTC44NTggMjk1SDE4TDE5My41IDBaIi8+PC9zdmc+);
  top: 0;
  right: -17px;
}

/* line 97, resources/assets/styles/front-page/_front-page-information.scss */

.front-page__information-image2-img {
  position: relative;
  width: 351px;
  height: 295px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 2;
}

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

.front-page__news {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 130px;
}

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

.front-page__news-tabs {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 372px;
  height: 41px;
  z-index: 1;
}

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

.front-page__news-tabs_btn {
  width: 50%;
  height: 43px;
  transform: skew(348deg);
  text-align: center;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  border: 2px solid #203d39;
}

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

.front-page__news-tabs_btn:first-child {
  margin-right: 10px;
}

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

.front-page__news-tabs_btn:hover,
.front-page__news-tabs_btn.active {
  cursor: pointer;
  color: #fff;
  background: #203d39;
}

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

.front-page__news-content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 406px;
  margin-top: 10px;
}

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

.front-page__news-content .owl-nav.disabled {
  display: block !important;
}

/* line 56, resources/assets/styles/front-page/_front-page-news.scss */

.front-page__news-content .owl-nav button {
  position: absolute;
  /* bottom: -32px; */
  top: -47px;
  width: 45.92px;
  height: 34.23px;
  outline: none;
  background-size: 16px;
  font-size: 0;
  transform: skew(348deg);
  z-index: 99;
}

/* line 67, resources/assets/styles/front-page/_front-page-news.scss */

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

/* line 71, resources/assets/styles/front-page/_front-page-news.scss */

.front-page__news-content .owl-nav button.owl-prev {
  left: 1100px;
  background: #4a9443 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjA4MiA4LjY5OWExIDEgMCAxIDAgMC0ydjJaTS45OTIgNi45OTJhMSAxIDAgMCAwIDAgMS40MTRsNi4zNjQgNi4zNjRhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDMuMTEzIDcuNjk5IDguNzcgMi4wNDJBMSAxIDAgMCAwIDcuMzU2LjYyOEwuOTkyIDYuOTkyWm0xNC4wOS0uMjkzSDEuNjk5djJoMTMuMzgzdi0yWiIvPjwvc3ZnPg==) no-repeat center center;
  z-index: 99;
}

/* line 77, resources/assets/styles/front-page/_front-page-news.scss */

.front-page__news-content .owl-nav button.owl-prev:hover {
  background: rgba(74, 148, 67, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjA4MiA4LjY5OWExIDEgMCAxIDAgMC0ydjJaTS45OTIgNi45OTJhMSAxIDAgMCAwIDAgMS40MTRsNi4zNjQgNi4zNjRhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDMuMTEzIDcuNjk5IDguNzcgMi4wNDJBMSAxIDAgMCAwIDcuMzU2LjYyOEwuOTkyIDYuOTkyWm0xNC4wOS0uMjkzSDEuNjk5djJoMTMuMzgzdi0yWiIvPjwvc3ZnPg==) no-repeat center center;
}

/* line 82, resources/assets/styles/front-page/_front-page-news.scss */

.front-page__news-content .owl-nav button.owl-next {
  left: 1150px;
  background: #4a9443 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuNzc3IDYuNjk5YTEgMSAwIDAgMCAwIDJ2LTJabTE0LjA5IDEuNzA3YTEgMSAwIDAgMCAwLTEuNDE0TDkuNTAxLjYyOGExIDEgMCAxIDAtMS40MTQgMS40MTRMMTMuNzQ1IDcuN2wtNS42NTcgNS42NTdhMSAxIDAgMSAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xLjc3NiA4LjdoMTMuMzgydi0ySDEuNzc3djJaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

/* line 88, resources/assets/styles/front-page/_front-page-news.scss */

.front-page__news-content .owl-nav button.owl-next:hover {
  background: rgba(74, 148, 67, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuNzc3IDYuNjk5YTEgMSAwIDAgMCAwIDJ2LTJabTE0LjA5IDEuNzA3YTEgMSAwIDAgMCAwLTEuNDE0TDkuNTAxLjYyOGExIDEgMCAxIDAtMS40MTQgMS40MTRMMTMuNzQ1IDcuN2wtNS42NTcgNS42NTdhMSAxIDAgMSAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xLjc3NiA4LjdoMTMuMzgydi0ySDEuNzc3djJaIi8+PC9zdmc+) no-repeat center center;
}

/* line 93, resources/assets/styles/front-page/_front-page-news.scss */

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

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

.front-page__news-content-news,
.front-page__news-content-article {
  display: none !important;
}

/* line 103, resources/assets/styles/front-page/_front-page-news.scss */

.front-page__news-content-news.active,
.front-page__news-content-article.active {
  display: block !important;
}

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

.front-page__news-content-wrapp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
}

/* line 114, resources/assets/styles/front-page/_front-page-news.scss */

.front-page__news-content-wrapp.active {
  display: block !important;
}

/* line 119, resources/assets/styles/front-page/_front-page-news.scss */

.front-page__news-content_item {
  position: relative;
  filter: drop-shadow(0 4px 5px rgba(41, 46, 40, 0.09));
  transition: 0.25s ease-in-out;
}

/* line 124, resources/assets/styles/front-page/_front-page-news.scss */

.front-page__news-content_item:hover {
  transform: scale(1.06);
}

/* line 128, resources/assets/styles/front-page/_front-page-news.scss */

.front-page__news-content_item-link {
  width: 100%;
  height: 100%;
}

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

.front-page__news-content_item-image {
  width: 100%;
  height: 406px;
  object-fit: cover;
  object-position: top;
}

/* line 140, resources/assets/styles/front-page/_front-page-news.scss */

.front-page__news-content_item-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2e6041;
  /* backdrop-filter: blur(7.5px); */
  width: 100%;
  min-height: 74px;
  border-top: 1px solid #fff;
  padding: 9px 12px 10px 9px;
}

/* line 152, resources/assets/styles/front-page/_front-page-news.scss */

.front-page__news-content_item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 10px;
}

/* line 161, resources/assets/styles/front-page/_front-page-news.scss */

.front-page__news-content_item-date {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140.52%;
  color: #d3d3d3;
}

/* line 171, resources/assets/styles/front-page/_front-page-news.scss */

.front-page__news .owl-carousel .owl-stage {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.front-page__portfolio {
  width: 100%;
  padding-top: 41px;
  padding-bottom: 125px;
  background: #f3f3f3;
  box-shadow: 0 -4px 9px rgba(41, 46, 40, 0.09);
  border-radius: 0;
}

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

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

/* line 13, resources/assets/styles/front-page/_front-page-portfolio.scss */

.front-page__portfolio-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

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

.front-page__portfolio-container {
  position: relative;
  width: 100%;
  height: 391px;
  margin-top: 0;
}

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

.front-page__portfolio-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
}

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

.front-page__portfolio-content .owl-nav button {
  position: absolute;
  /* bottom: -32px; */
  top: -47px;
  width: 45.92px;
  height: 34.23px;
  outline: none;
  background-size: 16px;
  font-size: 0;
  transform: skew(348deg);
  z-index: 99;
}

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

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

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

.front-page__portfolio-content .owl-nav button.owl-prev {
  left: 1100px;
  background: #4a9443 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjA4MiA4LjY5OWExIDEgMCAxIDAgMC0ydjJaTS45OTIgNi45OTJhMSAxIDAgMCAwIDAgMS40MTRsNi4zNjQgNi4zNjRhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDMuMTEzIDcuNjk5IDguNzcgMi4wNDJBMSAxIDAgMCAwIDcuMzU2LjYyOEwuOTkyIDYuOTkyWm0xNC4wOS0uMjkzSDEuNjk5djJoMTMuMzgzdi0yWiIvPjwvc3ZnPg==) no-repeat center center;
  z-index: 99;
}

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

.front-page__portfolio-content .owl-nav button.owl-prev:hover {
  background: rgba(74, 148, 67, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjA4MiA4LjY5OWExIDEgMCAxIDAgMC0ydjJaTS45OTIgNi45OTJhMSAxIDAgMCAwIDAgMS40MTRsNi4zNjQgNi4zNjRhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDMuMTEzIDcuNjk5IDguNzcgMi4wNDJBMSAxIDAgMCAwIDcuMzU2LjYyOEwuOTkyIDYuOTkyWm0xNC4wOS0uMjkzSDEuNjk5djJoMTMuMzgzdi0yWiIvPjwvc3ZnPg==) no-repeat center center;
}

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

.front-page__portfolio-content .owl-nav button.owl-next {
  left: 1150px;
  background: #4a9443 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuNzc3IDYuNjk5YTEgMSAwIDAgMCAwIDJ2LTJabTE0LjA5IDEuNzA3YTEgMSAwIDAgMCAwLTEuNDE0TDkuNTAxLjYyOGExIDEgMCAxIDAtMS40MTQgMS40MTRMMTMuNzQ1IDcuN2wtNS42NTcgNS42NTdhMSAxIDAgMSAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xLjc3NiA4LjdoMTMuMzgydi0ySDEuNzc3djJaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

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

.front-page__portfolio-content .owl-nav button.owl-next:hover {
  background: rgba(74, 148, 67, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuNzc3IDYuNjk5YTEgMSAwIDAgMCAwIDJ2LTJabTE0LjA5IDEuNzA3YTEgMSAwIDAgMCAwLTEuNDE0TDkuNTAxLjYyOGExIDEgMCAxIDAtMS40MTQgMS40MTRMMTMuNzQ1IDcuN2wtNS42NTcgNS42NTdhMSAxIDAgMSAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xLjc3NiA4LjdoMTMuMzgydi0ySDEuNzc3djJaIi8+PC9zdmc+) no-repeat center center;
}

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

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

/* line 77, resources/assets/styles/front-page/_front-page-portfolio.scss */

.front-page__portfolio .owl-carousel .owl-stage {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 82, resources/assets/styles/front-page/_front-page-portfolio.scss */

.front-page__portfolio-item {
  position: relative;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

/* line 87, resources/assets/styles/front-page/_front-page-portfolio.scss */

.front-page__portfolio-item:hover {
  transform: scale(1.08);
}

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

.front-page__portfolio-item-link {
  width: 100%;
  height: 100%;
}

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

.front-page__portfolio-item-image {
  width: 100%;
  height: 391px;
  object-fit: cover;
  object-position: top;
}

/* line 103, resources/assets/styles/front-page/_front-page-portfolio.scss */

.front-page__portfolio-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2e6041;
  /* backdrop-filter: blur(7.5px); */
  width: 100%;
  height: 71px;
  border-top: 1px solid #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  padding: 13px 35px 18px 13px;
}

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

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

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

.front-page__about-main {
  max-width: 526px;
  width: 100%;
  margin-right: 88px;
}

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

.front-page__about-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
  margin-bottom: 30px;
}

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

.front-page__about-text {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140.52%;
  margin-bottom: 19px;
}

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

.front-page__about-text strong {
  color: #2e6041;
}

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

.front-page__about-link {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #2e6041;
}

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

.front-page__about-link:hover {
  color: rgba(74, 148, 67, 0.7);
}

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

.front-page__about-image {
  max-width: 587px;
  width: 100%;
  /* height: 460px; */
}

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

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

/**    template-Includes    */

/* line 1, resources/assets/styles/includes/_banner-block.scss */

.banner-block {
  position: relative;
  width: 100%;
  height: 205px;
  background: linear-gradient(102.3deg, rgba(66, 232, 255, 0.13) 15.19%, rgba(167, 194, 57, 0.27) 90.58%);
}

/* line 7, resources/assets/styles/includes/_banner-block.scss */

.banner-block-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 205px;
}

/* line 15, resources/assets/styles/includes/_banner-block.scss */

.banner-block-item::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODgiIGhlaWdodD0iMjA1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNLTYzLjUgMEg2MmwxMjUuNSAyMDVINjJMLTYzLjUgMFoiLz48cGF0aCBmaWxsPSIjMUQ5QUQ2IiBkPSJNLTcuNDk0IDEwOSA1MCAyMDVILTY1bDU3LjUwNi05NloiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIxMC4wMjkiIHgyPSIxMC4wMjkiIHkxPSItMjEyLjc3NCIgeTI9IjMzNy44MTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzI2OTQzIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMTYyMzMzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+);
  bottom: 0;
  left: 0;
  height: 205px;
  z-index: -1;
}

/* line 24, resources/assets/styles/includes/_banner-block.scss */

.banner-block-item-content {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-left: 8.5%;
}

/* line 29, resources/assets/styles/includes/_banner-block.scss */

.banner-block-item-content-title,
.banner-block-item-content-subtitle {
  max-width: 513px;
  width: 100%;
}

/* line 35, resources/assets/styles/includes/_banner-block.scss */

.banner-block-item-content-title {
  font-style: normal;
  font-weight: 600;
  font-size: 29px;
  line-height: 130.52%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ff7a00;
  margin-bottom: 20px;
}

/* line 46, resources/assets/styles/includes/_banner-block.scss */

.banner-block-item-content-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 29px;
  line-height: 130.52%;
  color: #282b32;
}

/* line 55, resources/assets/styles/includes/_banner-block.scss */

.banner-block-item-image1 {
  position: absolute;
  top: 0;
  right: 150px;
  z-index: 2;
}

/* line 61, resources/assets/styles/includes/_banner-block.scss */

.banner-block-item-image1-img {
  width: 248px;
  height: 205px;
  object-fit: cover;
  object-position: top;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/* line 69, resources/assets/styles/includes/_banner-block.scss */

.banner-block-item-image1::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE4IiBoZWlnaHQ9IjExOSIgdmlld0JveD0iMCAwIDExOCAxMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00MS4wMDMzIDY3TDcyIDExOUgxMEw0MS4wMDMzIDY3WiIgZmlsbD0iI0I5RTVGQiIvPgo8cGF0aCBkPSJNMCAwSDQ2LjQ3OTdMMTE3LjcxNyAxMTlINzEuNTIwM0wwIDBaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNTMyXzMzNDQ3KSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzUzMl8zMzQ0NyIgeDE9IjQzLjc2NTMiIHkxPSItMTIzLjUxMyIgeDI9IjQzLjc2NTMiIHkyPSIxOTYuMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMzI2OTQzIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzE2MjMzMyIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
  bottom: 0;
  left: 7px;
  z-index: -1;
}

/* line 78, resources/assets/styles/includes/_banner-block.scss */

.banner-block-item-image2 {
  position: absolute;
  bottom: 0;
  right: -32px;
  width: 270px;
  height: 205px;
  z-index: 2;
}

/* line 86, resources/assets/styles/includes/_banner-block.scss */

.banner-block-item-image2-img {
  width: 270px;
  height: 205px;
  object-fit: cover;
  object-position: bottom;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

/* line 94, resources/assets/styles/includes/_banner-block.scss */

.banner-block-item-image2::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MCIgaGVpZ2h0PSIyMDUiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiMxRDlBRDYiIGQ9Ik0wIDBoMTU3bDEyMCAyMDQuNUgxMjBMMCAwWiIvPjwvc3ZnPg==);
  top: 0;
  right: 20px;
  z-index: -1;
}

/* line 1, resources/assets/styles/includes/_info-block.scss */

.info-block {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 13, resources/assets/styles/includes/_info-block.scss */

.info-block-item {
  position: relative;
  height: 165px;
  max-width: 425px;
  width: 100%;
}

/* line 20, resources/assets/styles/includes/_info-block.scss */

.info-block-item-form {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAakAAAClCAMAAADRR/KmAAAAAXNSR0IArs4c6QAAADNQTFRFAAAAMGBAMGBAMGBALGBALWBALWBALmBALmBCLmBCL2BALmBALWBBLmBBLmBBLmBBLmBBqIuGcgAAABB0Uk5TABAgMEBQYHCAkJ+wv8/f71A8bv4AAAIrSURBVHja7dTREZ0wEMXQ+4xZgjFL+q82PeRPMzotaEb5K4Q3f4VwWQpiWIphx1IMZSmIYSmGHUsxlKUghqUYdizFUJaC+FmK4YmlGMpSDF8sxbAsBXFaiqFjKYZlKYhpKYaOpRiWpSCmpRg6lmK4LQVxWIqhYymGy1IQw1IMbyzFUJaCGJZi2LEUQ1kKYliKYcdSDGUpiJ+lGJ5YiqEsxfDFUgzLUhCnpRg6lmJYloKYlmLoWIphWQpiWoqhYymGZSmIw1IMHUsx3JaCGJZieGMphstSEMNSDDuWYihLQQxLMexYiqEsBTEsxfDEUgxlKYifpRhWLMVwWorhi6UYlqUgpqUYOpZiWJaCmJZi6FiKYVkK4rAUQ8dSDLelIIalGN5YiuGyFMSwFMOOpRjKUhDDUgw7lmIoS0EMSzHsWIqhLAXxsxTDE0sxnJZi+GIphmUpiGkpho6lGJalIKalGDqWYliWgpiWYuhYiuG2FMRhKYaOpRguS0EMSzG8sRRDWQpiWIphx1IMZSmIYSmGHUsxlKUgfpZieGIphrIUwxdLMSxLQZyWYuhYimFZCmJaiqFjKYZlKYhpKYaOpRhuS0EclmLoWIrhj6UghqUY3liKoSwFMSzFsGMphrIUxLAUw46lGMpSEMNSDE8sxVCWgvhZimHFUgynpRi+WIphWQpiWoqhYymGZSmIaSmGjqUYlqUgDksxdCzFcFsKYliK4Y2lGC5LQfz3/P4Bamr5i1y+DtcAAAAASUVORK5CYII=);
  max-width: 425px;
}

/* line 25, resources/assets/styles/includes/_info-block.scss */

.info-block-item-form::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4NCIgaGVpZ2h0PSIxNTQiIGZpbGw9Im5vbmUiPjxnIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZmlsbD0idXJsKCNiKSIgZD0iTTQ2LjYyOSAxMDMuOTljLS43NDQgMC0xLjM0OC42MDQtMS4zNDggMS4zNDh2OS4yOTlhNi43NDYgNi43NDYgMCAwIDEtNi43MzggNi43MzhoLTE0LjU1Yy0uNzQ0IDAtMS4zNDguNjAzLTEuMzQ4IDEuMzQ3bC0uMDAyIDIuNjc5LTMuMjE2LTMuMjE2YTEuMzQ4IDEuMzQ4IDAgMCAwLTEuMjM2LS44MUg5LjQzNGE2Ljc0NiA2Ljc0NiAwIDAgMS02LjczOS02LjczOFY5My44ODNhNi43NDYgNi43NDYgMCAwIDEgNi43MzktNi43MzloMTMuNjFhMS4zNDggMS4zNDggMCAxIDAgMC0yLjY5NUg5LjQzNUM0LjIzMiA4NC40NSAwIDg4LjY4MSAwIDkzLjg4M3YyMC43NTRjMCA1LjIwMSA0LjIzMiA5LjQzMyA5LjQzNCA5LjQzM0gxNy41bDUuNTM1IDUuNTM1YTEuMzQ3IDEuMzQ3IDAgMCAwIDIuMy0uOTUybC4wMDQtNC41ODNoMTMuMjA0YzUuMjAyIDAgOS40MzQtNC4yMzIgOS40MzQtOS40MzN2LTkuMjk5YzAtLjc0NC0uNjA0LTEuMzQ4LTEuMzQ4LTEuMzQ4WiIvPjxwYXRoIGZpbGw9InVybCgjYykiIGQ9Ik00OS40MTMgNjFoLTMuNDExYy0xMC44IDAtMTkuNTg4IDguNzg3LTE5LjU4OCAxOS41ODggMCAxMC44IDguNzg3IDE5LjU4NyAxOS41ODggMTkuNTg3aDMuNDFjMS42ODYgMCAzLjM1NS0uMjE0IDQuOTcyLS42MzdsNS4wMzggNS4wMzVhMS4zNDYgMS4zNDYgMCAwIDAgMi4zLS45NTN2LTcuNzk3YTE5Ljc3NSAxOS43NzUgMCAwIDAgNS4xNS02LjM0N0ExOS4zNzYgMTkuMzc2IDAgMCAwIDY5IDgwLjU4OEM2OSA2OS43ODcgNjAuMjEzIDYxIDQ5LjQxMyA2MVptMTAuMTUxIDMzLjA5YTEuMzQ4IDEuMzQ4IDAgMCAwLS41MzcgMS4wNzZ2NS4yMDJsLTMuMjk3LTMuMjk2YTEuMzQ4IDEuMzQ4IDAgMCAwLTEuMzQ5LS4zMzUgMTYuODk2IDE2Ljg5NiAwIDAgMS00Ljk2OC43NDNoLTMuNDExYy05LjMxNSAwLTE2Ljg5My03LjU3OC0xNi44OTMtMTYuODkyIDAtOS4zMTUgNy41NzgtMTYuODkzIDE2Ljg5My0xNi44OTNoMy40MWM5LjMxNSAwIDE2Ljg5MyA3LjU3OCAxNi44OTMgMTYuODkzIDAgNS4zNTQtMi40NTcgMTAuMjc1LTYuNzQgMTMuNTAyWiIvPjxwYXRoIGZpbGw9InVybCgjZCkiIGQ9Ik01My43NzYgNzUuNzQ2YTUuNzE4IDUuNzE4IDAgMCAwLTUuMjktNS4yOWMtMS42LS4xMS0zLjEyNi40My00LjI5NCAxLjUyYTUuNzI2IDUuNzI2IDAgMCAwLTEuODEzIDQuMTcyIDEuMzQ4IDEuMzQ4IDAgMSAwIDIuNjk1IDBjMC0uODQ0LjM0LTEuNjI1Ljk1Ny0yLjIwMWEzLjAxMiAzLjAxMiAwIDAgMSA1LjA1NiAxLjk4NSAyLjk5NyAyLjk5NyAwIDAgMS0yLjM0MSAzLjE1MyAyLjU1IDIuNTUgMCAwIDAtMi4wMSAyLjV2My4yMzhhMS4zNDggMS4zNDggMCAwIDAgMi42OTYgMHYtMy4xM2E1LjY3NiA1LjY3NiAwIDAgMCA0LjM0NC01Ljk0N1oiLz48cGF0aCBmaWxsPSJ1cmwoI2UpIiBkPSJNNDkuMDM3IDg5LjIwMWExLjM1OCAxLjM1OCAwIDAgMC0uOTUzLS4zOTVjLS4zNTQgMC0uNzAyLjE0NC0uOTUyLjM5NS0uMjUxLjI1LS4zOTUuNTk4LS4zOTUuOTUzIDAgLjM1Ni4xNDQuNzAzLjM5NS45NTQuMjUuMjUuNTk4LjM5My45NTIuMzkzLjM1NSAwIC43MDItLjE0Mi45NTMtLjM5My4yNS0uMjUyLjM5NS0uNTk4LjM5NS0uOTU0IDAtLjM1NS0uMTQ0LS43MDItLjM5NS0uOTUzWiIvPjxwYXRoIGZpbGw9InVybCgjZikiIGQ9Ik0zNy4wNiAxMDIuNzc3SDguNjI1YTEuMzQ4IDEuMzQ4IDAgMCAwIDAgMi42OTZIMzcuMDZhMS4zNDggMS4zNDggMCAwIDAgMC0yLjY5NloiLz48cGF0aCBmaWxsPSJ1cmwoI2cpIiBkPSJNMzguMDEzIDExMC43MTlhMS4zNTYgMS4zNTYgMCAwIDAtLjk1My0uMzk1Yy0uMzU0IDAtLjcwMi4xNDQtLjk1Mi4zOTUtLjI1MS4yNTEtLjM5NS41OTgtLjM5NS45NTMgMCAuMzU0LjE0NC43MDIuMzk1Ljk1My4yNS4yNS41OTguMzk1Ljk1My4zOTUuMzU0IDAgLjcwMi0uMTQ1Ljk1Mi0uMzk1LjI1MS0uMjUxLjM5NS0uNTk3LjM5NS0uOTUzIDAtLjM1NS0uMTQ0LS43MDItLjM5NS0uOTUzWiIvPjxwYXRoIGZpbGw9InVybCgjaCkiIGQ9Ik0zMS43NiAxMTAuMzI0SDguNjI1YTEuMzQ4IDEuMzQ4IDAgMCAwIDAgMi42OTZIMzEuNzZhMS4zNDggMS4zNDggMCAwIDAgMC0yLjY5NloiLz48cGF0aCBmaWxsPSJ1cmwoI2kpIiBkPSJNMjguMyA5NS4yM0g4LjYyNmExLjM0OCAxLjM0OCAwIDAgMCAwIDIuNjk2aDE5LjY3NmExLjM0OCAxLjM0OCAwIDAgMCAwLTIuNjk1WiIvPjwvZz48cGF0aCBzdHJva2U9IiNBN0MyMzkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzIiBkPSJNODIgMiA1OS41IDU1TTEyIDE1Mi41bDctMTYuNSIvPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYiIgeDE9IjEuODMxIiB4Mj0iMTUzLjYxOCIgeTE9IjEwNy42NjMiIHkyPSIxMTUuMzQ0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0E3QzIzOSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzRBOTQ0MyIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJjIiB4MT0iMjguMDM5IiB4Mj0iMTYyLjgyNSIgeTE9IjgzLjQwNyIgeTI9Ijg5LjY4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0E3QzIzOSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzRBOTQ0MyIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJkIiB4MT0iNDIuODE0IiB4Mj0iNzguOTY2IiB5MT0iNzguNDU4IiB5Mj0iNzkuNzE4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0E3QzIzOSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzRBOTQ0MyIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJlIiB4MT0iNDYuODQiIHgyPSI1NS4zNjkiIHkxPSI5MC4xOCIgeTI9IjkwLjU5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0E3QzIzOSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzRBOTQ0MyIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJmIiB4MT0iOC40NjUiIHgyPSI4My45NiIgeTE9IjEwNC4xNTEiIHkyPSIxNDYuMDQ2IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0E3QzIzOSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzRBOTQ0MyIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJnIiB4MT0iMzUuODE2IiB4Mj0iNDQuMzQ1IiB5MT0iMTExLjY5OCIgeTI9IjExMi4xMDgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjQTdDMjM5Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNEE5NDQzIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImgiIHgxPSI4LjI2MyIgeDI9Ijc1Ljg2MSIgeTE9IjExMS42OTgiIHkyPSIxNDIuODI0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0E3QzIzOSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzRBOTQ0MyIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJpIiB4MT0iOC4xMzEiIHgyPSI2OS4zNTMiIHkxPSI5Ni42MDQiIHkyPSIxMjEuMDE5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0E3QzIzOSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzRBOTQ0MyIvPjwvbGluZWFyR3JhZGllbnQ+PGNsaXBQYXRoIGlkPSJhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCA2MWg2OXY2OUgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
  top: 5px;
  right: 26px;
  z-index: 2;
}

/* line 34, resources/assets/styles/includes/_info-block.scss */

.info-block-item-button {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 26px;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #fff;
}

/* line 46, resources/assets/styles/includes/_info-block.scss */

.info-block-item-link {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 26px;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #fff;
  z-index: 3;
}

/* line 60, resources/assets/styles/includes/_info-block.scss */

.info-block-item-page1 {
  position: absolute;
  left: 32.5%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaoAAAClCAMAAAA6cEmlAAAAAXNSR0IArs4c6QAAAEtQTFRFAAAAIEBAKEg4IEg4JUU6JEg8I0Y9JUg9JUg6JEk7JEc7JEg8I0k8I0c8JUg9JUg7JEc8Jkc7JUg8JEg8JUc8JUg7JUk8JUc8JUg8OkaeUwAAABh0Uk5TABAgIDBAUGBgcHCAkJCfn6+wv7/P3+/vXza0agAAAjVJREFUeNrt3EFOG0AQBdEhMcSExGDAMPc/KTsjWM5iREnvHeJvutRj2ftkp9ex6s9kq/ux6mmy1e+x6Gay1Yv9qziOVc+Tqx+9f78mn+wf9i/I/lWc7V/F+v69Tra6sX8Rp7Hq72Sru7HqMtnpbaw6TK5+9v49Tra6tX8Rl7HqdnJl/7B/QfYvw/5lHOxfxPr+3U22+m//KtajMlHtN6JaRLUxoooKUVmGqCzD/lXYvwz7l2H/Ks6isgpRbYaotuI0Vv2bfCGqRVQbI6rIEJVViMoy7F+G/auwfxn2L+PgU2OEqDbjwf5V+NRYIarNOIpqK0QVFaKyDFFZhv2rsH8Z9i9DVFYhqs0Q1VaIyjJEtRmi2gpRRYaoIkNUVmH/Muxfhv2rsH8ZPjVmiGorLo6KFT41ZohqK0S1GaKKDFFZhagsw/5l2L8K+5chKssQ1VaIajOOjooRotoMUW2GqKJCVJEhKsuwfxX2L8P+Zdi/Cp8aM0S1GaLaClFZhqg2Q1RbIarIEJVliMoq7F+G/cuwfxVn+1chqs0Q1VacxqqHyRc+NSKqjRFVZIgqKkRlGfYvw/5V2L8M+5chKqsQ1WaIajNEZRWi2gxRbYaookJUliEqy7B/FfYvw/5l2L8KnxozRLUVb6LaCp8aM0S1FRdRbYWoIkNUViEqy7B/Gfavwv5l2L8MUW2FqDbj3v5ViGorRLUZR1FthaiiQlSWISrLsH8V9i/D/mWIyipEtRmi2or1T40fMbNJxDDYgy0AAAAASUVORK5CYII=);
  max-width: 430px;
}

/* line 66, resources/assets/styles/includes/_info-block.scss */

.info-block-item-page1::after {
  position: absolute;
  content: url(/wp-content/themes/sage/dist/images/svg/info_2.svg);
  top: 5px;
  right: 60px;
  z-index: 2;
}

/* line 74, resources/assets/styles/includes/_info-block.scss */

.info-block-item-page1 .info-block-item-link {
  padding-left: 70px;
}

/* line 79, resources/assets/styles/includes/_info-block.scss */

.info-block-item-page2 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAakAAAClCAMAAADRR/KmAAAAAXNSR0IArs4c6QAAADNQTFRFAAAAIDAwGCgwGyo1GCw0Gi0zGCo1GSs0GCw0GSszGis1GSo0GSs0GSs0GSs1GSs1GSs1EpAOYgAAABB0Uk5TABAgMEBQYHCAkJ+vv8/f77KMbq0AAAKbSURBVHja7dw5DtxYFATB2Ue7eP/TytHSrSZpyBAqgYgrFJAO3+cfv+qvg9/ql5f6/+Cr8aU+Hny1vZT4/bC91NuDb7aX+nTwzfRSfx98N73Uu4PvppcSvwfLS/1z8MPyUuL3aHkp8Xs0vJT4PRleSvyeDC/1+eDB7lL/HjzaXUr8ns0u9efBk9ml/jt4MrvU+4Mnq0v5hviz1aXE72erS304eDa6lPi9GF1K/F6MLiV+LzaXEr9Xm0uJ36vNpZzOvppcSvxOTC715uDF5FIOKE4sLuV09sziUt4NnFlcSvzODC7leuzU4FIOKE4NLiV+p/aWEr9ze0uJ37m9pcTv3NxSTmcvzC0lfhfmlvJu4MLaUr4hXllbyunslbGlvBu4NLaU+F0aW8r12KWtpRxQXNtaSvyubS0lftemlhK/G1NLid+NqaWczt5YWkr87iwt5Zfbd5aW8g3xztBSTmdvDS3ldPbW0FLid2tnKddj93aWckBxb2cp8bs3s5T4TRC/CvGrEL8K8atwOlvh3UCF09kKp7MVDigqXI9VOKCoEL8K8asQvwrxqxC/CvGrcDpb4d1AhfhVOJ2tcEBR4d1AhQOKCvGrcD1WIX4V4lchfhXiV+F0tsLpbIX4VTidrXBAUeHdQIVviBXiV+F6rEL8KsSvQvwqxK/C6WyF09kK8atwOlvhgKLC6WyFb4gV4lfheqxC/CrEr0L8KsSvQvwqnM5WiF+FdwMVDigqnM5WeDdQIX4VrscqHFBUiF+F+FWIX4X4VTidrRC/Cu8GKnxDrHA6W+HdQIX4Vbgeq3BAUSF+FeJXIX4V4lfhdLZC/Cqczlb4hljhdLbC6WyF+FW4HqtwQFEhfhXiVyF+FeJXIX4V4lfhdLbCu4GKL28J+YtxsODiAAAAAElFTkSuQmCC);
}

/* line 82, resources/assets/styles/includes/_info-block.scss */

.info-block-item-page2::after {
  position: absolute;
  content: url(/wp-content/themes/sage/dist/images/svg/info_3.svg);
  bottom: 29.2px;
  right: 3px;
  z-index: 2;
}

/* line 90, resources/assets/styles/includes/_info-block.scss */

.info-block-item-page2 .front-page__info-item-link {
  padding: 26px 5px 20px 50px;
}

/* line 94, resources/assets/styles/includes/_info-block.scss */

.info-block-item-page2 .info-block-item-link {
  padding-left: 80px;
}

/* line 1, resources/assets/styles/includes/_advantages-block.scss */

.advantages-block {
  position: relative;
  margin-top: 30px;
}

/* line 5, resources/assets/styles/includes/_advantages-block.scss */

.advantages-block-wrapp {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
  padding-bottom: 44px;
  z-index: 3;
}

/* line 14, resources/assets/styles/includes/_advantages-block.scss */

.advantages-block-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 18, resources/assets/styles/includes/_advantages-block.scss */

.advantages-block-content {
  position: relative;
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  /* max-width: 606px; */
  width: 100%;
  z-index: 3;
}

/* line 31, resources/assets/styles/includes/_advantages-block.scss */

.advantages-block-item {
  position: relative;
  max-width: 293px;
  width: 100%;
  padding-left: 42px;
}

/* line 37, resources/assets/styles/includes/_advantages-block.scss */

.advantages-block-item::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzFEOUFENiIgZD0iTTE5Ljk4MiAxMi4yMjQgMCAyNC4yNDJWLjIwNGwxOS45ODIgMTIuMDJaIi8+PC9zdmc+);
  top: 15px;
  left: 0;
}

/* line 44, resources/assets/styles/includes/_advantages-block.scss */

.advantages-block-item:nth-child(odd) {
  margin-right: 20px;
}

/* line 48, resources/assets/styles/includes/_advantages-block.scss */

.advantages-block-item:nth-child(1),
.advantages-block-item:nth-child(2) {
  margin-bottom: 40px;
}

/* line 53, resources/assets/styles/includes/_advantages-block.scss */

.advantages-block-item-image {
  width: 55px;
  height: 55px;
  margin-bottom: 30px;
}

/* line 58, resources/assets/styles/includes/_advantages-block.scss */

.advantages-block-item-image_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* line 66, resources/assets/styles/includes/_advantages-block.scss */

.advantages-block-item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 13px;
}

/* line 74, resources/assets/styles/includes/_advantages-block.scss */

.advantages-block-item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140.52%;
}

/* line 82, resources/assets/styles/includes/_advantages-block.scss */

.advantages-block-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 486px;
  height: 585px;
  z-index: 2;
  display: none;
}

/* line 90, resources/assets/styles/includes/_advantages-block.scss */

.advantages-block-bg-image-img {
  position: relative;
  width: 486px;
  height: 585px;
  object-fit: cover;
  object-position: right;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  z-index: 5;
}

/* line 100, resources/assets/styles/includes/_advantages-block.scss */

.advantages-block-bg-image-poly {
  position: absolute;
  top: 4px;
  right: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MjYiIGhlaWdodD0iNjI0IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjMUQ5QUQ2IiBkPSJNMCAzMTIgNTI1Ljc1LjIzVjYyMy43N0wwIDMxMloiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: cover;
  width: 526px;
  height: 624px;
  z-index: 1;
}

/* line 111, resources/assets/styles/includes/_advantages-block.scss */

.advantages-block-bg-image-poly::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NTUiIGhlaWdodD0iMzAyIiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNNDIgMzAxLjUgMCAyNzYgNDY5LjkyMyAwSDU1NUw0MiAzMDEuNVoiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSI0Mi4xMzciIHgyPSI0NjkuOTIzIiB5MT0iMTU4Ljc0MiIgeTI9IjE1OC43NDIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzI2OTQzIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMTYyMzMzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+);
  top: -4px;
  right: 38px;
}

/* line 1, resources/assets/styles/includes/_calculator.scss */

.calculator {
  width: 100%;
  background-color: #f3f3f3;
  padding: 33px 44px 28px 42px;
}

/* line 2, resources/assets/styles/includes/_calculator.scss */

.calculator-page__main-wrap {
  width: 100%;
  margin-bottom: 80px;
}

/* line 11, resources/assets/styles/includes/_calculator.scss */

.calculator-block {
  padding-bottom: 36px;
  border-bottom: 1px solid #11363c;
  margin-bottom: 30px;
}

/* line 16, resources/assets/styles/includes/_calculator.scss */

.calculator-block .title {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 20px;
}

/* line 22, resources/assets/styles/includes/_calculator.scss */

.calculator-block:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* line 28, resources/assets/styles/includes/_calculator.scss */

.calculator-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 48px;
}

/* line 35, resources/assets/styles/includes/_calculator.scss */

.calculator-row-divider {
  display: block;
  margin: 10px 0;
}

/* line 40, resources/assets/styles/includes/_calculator.scss */

.calculator-row.product-add-row {
  margin-bottom: 20px;
  position: relative;
}

/* line 45, resources/assets/styles/includes/_calculator.scss */

.calculator-row .close-row {
  position: absolute;
  top: -12px;
  right: -17px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

/* line 55, resources/assets/styles/includes/_calculator.scss */

.calculator-input,
.calculator-select,
.calculator-qty,
.calculator-name {
  flex: 0 0 calc(80% - 48px);
}

/* line 61, resources/assets/styles/includes/_calculator.scss */

.calculator-input input,
.calculator-input select,
.calculator-select input,
.calculator-select select,
.calculator-qty input,
.calculator-qty select,
.calculator-name input,
.calculator-name select {
  width: 100%;
  height: 48px;
  border: 1px solid #2e6041;
  padding: 14px;
  font-family: "Gilroy", sans-serif;
  font-size: 17px;
  color: #11363c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 74, resources/assets/styles/includes/_calculator.scss */

.calculator-input input::placeholder,
.calculator-input select::placeholder,
.calculator-select input::placeholder,
.calculator-select select::placeholder,
.calculator-qty input::placeholder,
.calculator-qty select::placeholder,
.calculator-name input::placeholder,
.calculator-name select::placeholder {
  font-family: "Gilroy", sans-serif;
  font-size: 17px;
  color: #11363c;
}

/* line 80, resources/assets/styles/includes/_calculator.scss */

.calculator-input input:active,
.calculator-input input:focus,
.calculator-input select:active,
.calculator-input select:focus,
.calculator-select input:active,
.calculator-select input:focus,
.calculator-select select:active,
.calculator-select select:focus,
.calculator-qty input:active,
.calculator-qty input:focus,
.calculator-qty select:active,
.calculator-qty select:focus,
.calculator-name input:active,
.calculator-name input:focus,
.calculator-name select:active,
.calculator-name select:focus {
  outline: none;
}

/* line 85, resources/assets/styles/includes/_calculator.scss */

.calculator-input input[disabled],
.calculator-input select[disabled],
.calculator-select input[disabled],
.calculator-select select[disabled],
.calculator-qty input[disabled],
.calculator-qty select[disabled],
.calculator-name input[disabled],
.calculator-name select[disabled] {
  background-color: #fff;
}

/* line 92, resources/assets/styles/includes/_calculator.scss */

.calculator-input-square {
  flex: 0 0 100%;
}

/* line 97, resources/assets/styles/includes/_calculator.scss */

.calculator-select {
  position: relative;
}

/* line 100, resources/assets/styles/includes/_calculator.scss */

.calculator-select select {
  padding-right: 18px;
}

/* line 104, resources/assets/styles/includes/_calculator.scss */

.calculator-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23A7C239' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

/* line 117, resources/assets/styles/includes/_calculator.scss */

.calculator-qty {
  flex: 0 0 calc(20% - 48px);
  position: relative;
}

/* line 121, resources/assets/styles/includes/_calculator.scss */

.calculator-qty input {
  text-align: center;
}

/* line 126, resources/assets/styles/includes/_calculator.scss */

.calculator-inputs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 28px;
}

/* line 132, resources/assets/styles/includes/_calculator.scss */

.calculator-inputs .calculator-input {
  flex: 0 0 calc(50% - 28px);
}

/* line 137, resources/assets/styles/includes/_calculator.scss */

.calculator-submit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* line 142, resources/assets/styles/includes/_calculator.scss */

.calculator-submit_btn {
  margin-bottom: 35px;
  text-decoration: underline;
  color: #2e6041;
  font-size: 20px;
  font-weight: 600;
}

/* line 149, resources/assets/styles/includes/_calculator.scss */

.calculator-submit_btn span {
  transition: 300ms ease-in-out;
  cursor: pointer;
}

/* line 153, resources/assets/styles/includes/_calculator.scss */

.calculator-submit_btn span.calced {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

/* line 161, resources/assets/styles/includes/_calculator.scss */

.calculator-submit_total {
  font-size: 17px;
  color: #757575;
}

/* line 165, resources/assets/styles/includes/_calculator.scss */

.calculator-submit_total span {
  display: block;
  margin-top: 15px;
  color: #000;
  font-size: 20px;
}

/* line 174, resources/assets/styles/includes/_calculator.scss */

.calculator-submit-cart a {
  transition: 300ms ease-in-out;
}

/* line 177, resources/assets/styles/includes/_calculator.scss */

.calculator-submit-cart a[area-disabled="true"] {
  pointer-events: none;
  opacity: 0.5;
}

/* line 185, resources/assets/styles/includes/_calculator.scss */

.calculator-response {
  text-align: center;
  margin-top: 20px;
  font-size: 500;
  font-size: 20px;
  color: #4a9443;
}

/* line 192, resources/assets/styles/includes/_calculator.scss */

.calculator-response a {
  text-decoration: underline;
  color: #2e6041;
}

/* line 199, resources/assets/styles/includes/_calculator.scss */

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

/* line 209, resources/assets/styles/includes/_calculator.scss */

.modal-calculator .modal-wrap {
  margin: 150px auto 0;
  max-width: 600px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  border-radius: 5px;
  position: relative;
}

/* line 221, resources/assets/styles/includes/_calculator.scss */

.modal-calculator .modal-wrap-close {
  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 236, resources/assets/styles/includes/_calculator.scss */

.modal-calculator .calculator {
  padding: 35px 25px;
  overflow-y: auto;
}

/* line 240, resources/assets/styles/includes/_calculator.scss */

.modal-calculator .calculator::before {
  display: none;
}

/**    woocommerce    */

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

.shop-page {
  padding-top: 122px;
  padding-bottom: 116px;
}

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

.shop-page__head {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 35px;
}

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

.shop-page__head-heading {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
  width: fit-content;
}

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

.shop-page__head-text {
  max-width: 960px;
  width: 100%;
  margin-top: 17px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140.52%;
}

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

.shop-page__head-text strong {
  color: #2e6041;
}

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

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

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

.shop-page__loop {
  width: 100%;
  max-width: 894px;
  margin-left: 60px;
}

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

.shop-page__loop ul.products {
  /* display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%; */
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 15px;
}

@media screen and (max-width: 989px) {
  .shop-page__loop ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
}

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

.shop-page__loop ul.products .product {
  /* width: calc((100% - 18px) / 3); */
  width: 100%;
  min-height: 481px;
  margin-right: 9px;
  margin-bottom: 15px;
  border: none;
  box-shadow: 0 -1px 6px 1px rgba(158, 210, 153, 0.69), 0 6px 20px rgba(80, 189, 69, 0.59);
  transition: 0.4s;
  position: relative;
  display: flex;
  flex-direction: column;
}

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

.shop-page__loop ul.products .product.product_cat-top-sale::after {
  content: "\41B\438\434\435\440   \43F\440\43E\434\430\436!";
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='92' height='41' viewBox='0 0 92 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40.884L0 0.115917L91.5385 0.115917L74.6101 19.6846L91.5385 40.884L0 40.884Z' fill='%23FF7A00'/%3E%3C/svg%3E%0A");
  width: 92px;
  height: 41px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.05;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

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

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

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

.shop-page__loop ul.products .product__content {
  width: 100%;
  padding: 18px 15px 23px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.shop-page__loop ul.products .product .woocommerce-loop-product__title {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 8px;
  min-height: 42px;
}

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

.shop-page__loop ul.products .product .attachment-woocommerce_thumbnail,
.shop-page__loop ul.products .product .wp-post-image {
  width: 100%;
  height: 234px;
  object-fit: cover;
  object-position: top;
}

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

.shop-page__loop ul.products .product__main-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

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

.shop-page__loop ul.products .product__main-price {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  margin-top: 27px;
  margin-bottom: 33px;
}

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

.shop-page__loop ul.products .product:hover {
  transform: scale(1.03);
}

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

.shop-page__information {
  position: relative;
  margin-top: 60px;
  padding-top: 39px;
  height: 323px;
  background: linear-gradient(106.81deg, rgba(66, 232, 255, 0.13) 13.68%, rgba(167, 194, 57, 0.27) 81.57%);
}

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

.shop-page__information::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background: #1d9ad6;
}

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

.shop-page__information-content {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-left: 85px;
}

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

.shop-page__information-title {
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ff7a00;
  margin-bottom: 32px;
  max-width: 750px;
}

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

.shop-page__information-text {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140.52%;
  max-width: 600px;
  width: 100%;
  padding-left: 75px;
}

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

.shop-page__information-text strong {
  color: #2e6041;
}

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

.shop-page__information-image1 {
  position: absolute;
  bottom: 21px;
  left: -23px;
  z-index: 1;
}

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

.shop-page__information-image1::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTQiIGhlaWdodD0iMjk1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNLjUgMGgxNy4yMzJMMTkzLjUgMjk1aC0xNy4yMzJMLjUgMFoiLz48L3N2Zz4=);
  top: -1px;
  right: -16px;
}

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

.shop-page__information-image1::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTQiIGhlaWdodD0iMjk1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTkzLjUgMGgtMTcuMTQyTC44NTggMjk1SDE4TDE5My41IDBaIi8+PC9zdmc+);
  top: 0;
  left: -16px;
}

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

.shop-page__information-image1-img {
  position: relative;
  width: 358.91px;
  height: 294.65px;
  object-fit: cover;
  object-position: bottom;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: 2;
}

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

.shop-page__information-image2 {
  position: absolute;
  top: 0;
  right: 73px;
  z-index: 1;
}

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

.shop-page__information-image2::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTQiIGhlaWdodD0iMjk1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjMUQ5QUQ2IiBkPSJNLjUgMGgxNy4yMzJMMTkzLjUgMjk1aC0xNy4yMzJMLjUgMFoiLz48L3N2Zz4=);
  top: 0;
  left: -17px;
}

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

.shop-page__information-image2::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTQiIGhlaWdodD0iMjk1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjMUQ5QUQ2IiBkPSJNMTkzLjUgMGgtMTcuMTQyTC44NTggMjk1SDE4TDE5My41IDBaIi8+PC9zdmc+);
  top: 0;
  right: -17px;
}

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

.shop-page__information-image2-img {
  position: relative;
  width: 351px;
  height: 295px;
  object-fit: cover;
  object-position: top;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 2;
}

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

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

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

.shop-page__advantages-textarea {
  max-width: 526px;
  width: 100%;
  margin-right: 60px;
}

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

.shop-page__advantages-textarea-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

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

.shop-page__advantages-textarea-text {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
  margin-top: 30px;
  margin-bottom: 16px;
}

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

.shop-page__advantages-textarea-text ul {
  margin-top: 5px;
}

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

.shop-page__advantages-textarea-text ul li {
  position: relative;
  padding-left: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

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

.shop-page__advantages-textarea-text ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #282b32;
  border-radius: 50%;
}

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

.shop-page__advantages-textarea-text strong {
  color: #2e6041;
}

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

.shop-page__advantages-textarea-link {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #2e6041;
}

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

.shop-page__advantages-textarea-link:hover {
  color: rgba(74, 148, 67, 0.7);
}

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

.shop-page__advantages-image {
  max-width: 587px;
  width: 100%;
  height: 460px;
}

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

.shop-page__advantages-image-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

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

.shop-page__advantages-textarea-text p,
.shop-page__head-text p {
  margin-bottom: 10px;
}

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

.shop-page__advantages-textarea-text p:last-child,
.shop-page__head-text p:last-child {
  margin-bottom: 0;
}

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

.product-page {
  padding-top: 122px;
  padding-bottom: 90px;
}

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

.product-page__main {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 35px;
}

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

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

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

.product-page__main .product_title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

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

.product-page__main-content {
  max-width: 550px;
  width: 100%;
  margin-right: 60px;
}

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

.product-page__main-parameters {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 13px;
}

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

.product-page__main-parameters_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  font-style: normal;
  font-size: 17px;
  line-height: 140.52%;
  margin-bottom: 5px;
}

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

.product-page__main-parameters_item-title {
  font-weight: 500;
  color: #2e6041;
  margin-right: 5px;
}

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

.product-page__main-parameters_item-value {
  font-weight: 400;
}

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

.product-page__main-calc {
  margin-top: 25px;
}

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

.product-page__main-calc-button {
  width: 100%;
}

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

.product-page__main-calc-button .add_to_cart_button,
.product-page__main-calc-button .single_add_to_cart_button {
  max-width: 215px;
  height: 48px;
}

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

.product-page__main-calc-button .add_to_cart_button::before,
.product-page__main-calc-button .single_add_to_cart_button::before {
  height: 48px;
}

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

.product-page__main-calc-button .quantity {
  margin-top: 7px;
  display: block;
  border: 1px solid #2e6041;
}

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

.product-page__main-calc-button .quantity-wrap {
  font-size: 17px;
  color: #757575;
}

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

.product-page__main-calc-button input {
  appearance: none;
  border: none;
  background: transparent;
  margin: 10px 5px;
  width: 45px;
  text-align: center;
  font-size: 18px;
  font-family: "Gilroy", sans-serif;
  color: #282b32;
  vertical-align: middle;
}

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

.product-page__main-calc-button input::-webkit-outer-spin-button,
.product-page__main-calc-button input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.product-page__main-calc-button input:focus,
.product-page__main-calc-button input:active {
  outline: none;
}

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

.product-page__main-calc-button .plus,
.product-page__main-calc-button .minus {
  padding-left: 12px;
  padding-right: 5px;
  font-weight: 500;
  font-size: 25px;
  font-family: "Gilroy", sans-serif;
  color: #cbcdd0;
  vertical-align: middle;
  cursor: pointer;
}

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

.product-page__main-calc-button .plus {
  padding-right: 12px;
  padding-left: 5px;
}

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

.product-page__main-calc .calculation-wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

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

.product-page__main-calc .calculation-wrap .total {
  font-size: 17px;
  color: #757575;
}

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

.product-page__main-calc .calculation-wrap .total div {
  display: block;
  margin-top: 20px;
  color: #000;
  font-size: 20px;
}

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

.product-page__main-calc .calculation-open {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 17px;
}

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

.product-page__main-calc .calculation-open span {
  color: #2e6041;
  text-decoration: underline;
  cursor: pointer;
}

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

.product-page__image {
  max-width: 586px;
  width: 100%;
}

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

.product-page__image-item {
  width: 100%;
  height: 380px;
}

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

.product-page__image-item img {
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}

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

.product-page__description {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 104px;
  margin-bottom: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #000;
}

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

.product-page__description-text {
  max-width: 1100px;
  width: 100%;
}

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

.product-page__description-text ul {
  margin-top: 5px;
}

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

.product-page__description-text ul li {
  position: relative;
  padding-left: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

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

.product-page__description-text ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #282b32;
  border-radius: 50%;
}

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

.product-page__description-text strong {
  color: #2e6041;
}

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

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

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

.product-page__info-main {
  max-width: 735px;
  width: 100%;
  background: #203d39;
  margin-right: 50px;
  padding: 32px 50px 60px;
}

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

.product-page__info-main-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
}

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

.product-page__info-main-text {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}

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

.product-page__info-main_table {
  margin-top: 35px;
  width: 100%;
  background: #203d39;
  border: 1px solid #2e6041;
}

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

.product-page__info-main_table-title_row {
  display: grid;
  grid-template-columns: 2.2fr 1fr 2fr;
  grid-column-gap: 0;
  text-align: center;
  background: #a7c239;
  width: 100%;
  height: 60px;
}

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

.product-page__info-main_table-title_row-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #203d39;
  height: 100%;
}

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

.product-page__info-main_table-title_row-item:not(:last-child) {
  border-right: 1px solid #2e6041;
}

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

.product-page__info-main_table-title_row-item:first-child {
  justify-content: flex-start;
  padding-left: 20px;
}
@media (min-width: 1px) and (max-width: 767.9px) {
.product-page__info-main_table-title_row-item:first-child {
  padding-left: 0;
}
}
/* line 291, resources/assets/styles/woocommerce/_product-page.scss */

.product-page__info-main_table_row {
  display: grid;
  grid-template-columns: 2.2fr 1fr 2fr;
  grid-column-gap: 0;
  text-align: start;
  background: #203d39;
  width: 100%;
  min-height: 40px;
}

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

.product-page__info-main_table_row-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  height: 100%;
  padding-left: 20px;
  border-top: 1px solid #2e6041;
}

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

.product-page__info-main_table_row-item:not(:last-child) {
  border-right: 1px solid #2e6041;
}

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

.product-page__info-main_table_row-item:first-child {
  justify-content: flex-start;
}

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

.product-page__info-main_table_row-stock {
  justify-content: center;
  padding: 0 5px;
}

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

.product-page__info-main_table_row-price {
  padding-right: 20px;
  justify-content: flex-end;
}

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

.product-page__info-banner {
  width: 383px;
  min-height: 502px;
  background: linear-gradient(106.81deg, rgba(66, 232, 255, 0.13) 13.68%, rgba(167, 194, 57, 0.27) 81.57%);
}

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

.product-page__info-banner-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 103px;
  background: linear-gradient(204.87deg, #326943 -36.62%, #162333 174.99%);
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ff7a00;
}

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

.product-page__info-banner-text {
  padding: 24px 12px 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140.52%;
}

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

.product-page__info-banner-image {
  position: relative;
  margin-top: 55px;
  width: 100%;
  height: 205px;
}

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

.product-page__info-banner-image-img {
  width: 100%;
  height: 100%;
}

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

.product-page__info-banner-image::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI1IiBoZWlnaHQ9IjExOSIgdmlld0JveD0iMCAwIDEyNSAxMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zOS4wMDQyIDU0TDc4IDExOUgwTDM5LjAwNDIgNTRaIiBmaWxsPSIjMUQ5QUQ2Ii8+CjxwYXRoIGQ9Ik02IDBINTIuNDc5N0wxMjQuMTk3IDExOUg3OEw2IDBaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNjUxXzMzNDQ3KSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzY1MV8zMzQ0NyIgeDE9IjQ5Ljc2NTMiIHkxPSItMTIzLjUxMyIgeDI9IjQ5Ljc2NTMiIHkyPSIxOTYuMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMzI2OTQzIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzE2MjMzMyIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
  bottom: -7px;
  left: 0;
  z-index: -1;
}

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

.product-page__media {
  width: 100%;
  background: #f3f3f3;
  box-shadow: 0 -4px 9px rgba(41, 46, 40, 0.09);
  padding: 46px 0 100px;
}

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

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

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

.product-page__media-tabs {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 372px;
  height: 41px;
  margin: auto;
  z-index: 5;
}

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

.product-page__media-tabs_btn {
  width: 50%;
  height: 43px;
  transform: skew(348deg);
  text-align: center;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  border: 2px solid #203d39;
}

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

.product-page__media-tabs_btn:first-child {
  margin-right: 10px;
}

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

.product-page__media-tabs_btn:hover,
.product-page__media-tabs_btn.active {
  cursor: pointer;
  color: #fff;
  background: #203d39;
}

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

.product-page__media-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 58px;
}

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

.product-page__media-content-foto,
.product-page__media-content-video {
  display: none !important;
}

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

.product-page__media-content-foto.active,
.product-page__media-content-video.active {
  display: block !important;
}

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

.product-page__media-content-video iframe {
  width: 100%;
}

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

.product-page__media-content-wrapp.active {
  display: block !important;
}

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

.product-page__media-content_item {
  position: relative;
  filter: drop-shadow(0 4px 5px rgba(41, 46, 40, 0.09));
}

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

.product-page__media-content_item-link {
  width: 100%;
  height: 100%;
}

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

.product-page__media-content_item-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
  cursor: zoom-in;
}

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

.product-page__media-content_item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2e6041;
  /* backdrop-filter: blur(7.5px); */
  width: 100%;
  min-height: 54px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 15px 13px;
}

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

.product-page__seotext1,
.product-page__seotext2 {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px;
}

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

.product-page__seotext1-title,
.product-page__seotext2-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

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

.product-page__seotext1-text,
.product-page__seotext2-text {
  margin-top: 20px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
  color: #282b32;
}

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

.product-page__seotext1-text ul,
.product-page__seotext2-text ul {
  margin-top: 5px;
}

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

.product-page__seotext1-text ul li,
.product-page__seotext2-text ul li {
  position: relative;
  padding-left: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

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

.product-page__seotext1-text ul li::before,
.product-page__seotext2-text ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #282b32;
  border-radius: 50%;
}

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

.product-page__seotext1-text strong,
.product-page__seotext2-text strong {
  color: #2e6041;
}

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

.product-page__information {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 30px;
  height: 323px;
  background: linear-gradient(106.81deg, rgba(66, 232, 255, 0.13) 13.68%, rgba(167, 194, 57, 0.27) 81.57%);
  /*
    &-image1 {
      position: absolute;
      bottom: 25px;
      left: -50px;
      width: 415px;
      height: 350px;
      overflow: hidden;
      z-index: 1;

      .mask1 {
        position: relative;
        overflow: hidden;
        transform: rotate(45deg) skew(10deg, 10deg);
        width: 355px;
        height: 400px;
        margin: 167px 0 0 16px;
      }

      &-img {
        position: absolute;
        width: 200%;
        height: 200%;
        top: -67%;
        left: -50%;
        z-index: -1;
        background-size: 100%;
        background-position: center top;
        transform: skew(-10deg, -10deg) rotate(-45deg);
      }
    }

    .mask11 {
      position: absolute;
      bottom: 21px;
      left: -50px;
      width: 415px;
      height: 350px;

      &::before {
        position: absolute;
        content: "";
        background: url("../images/svg/info-line-right2.svg");
        background-size: cover;
        background-repeat: no-repeat;
        bottom: 0;
        height: 310px;
        width: 194px;
        right: 3px;
        transform: rotate(-4deg);
      }

      &::after {
        position: absolute;
        content: "";
        background: url("../images/svg/info-line-left2.svg");
        background-size: cover;
        background-repeat: no-repeat;
        bottom: 13px;
        height: 300px;
        width: 194px;
        left: 0;
        transform: rotate(5deg);
      }
    }

    &-image2 {
      position: absolute;
      top: 0;
      right: 5%;
      width: 415px;
      height: 350px;
      overflow: hidden;
      z-index: 1;

      .mask2 {
        position: relative;
        overflow: hidden;
        transform: rotate(45deg) skew(10deg, 10deg);
        width: 363px;
        height: 379px;
        margin: -202px 0 0 29px;
      }

      &-img {
        position: absolute;
        width: 200%;
        height: 200%;
        top: -10%;
        left: -37%;
        z-index: -1;
        background-size: 100%;
        background-position: center top;
        transform: skew(-10deg, -10deg) rotate(-45deg);
      }
    }

    .mask22 {
      position: absolute;
      top: 0;
      right: 5%;
      width: 300px;
      height: 295px;

      &::before {
        position: absolute;
        content: "";
        //background: url("../images/svg/info-line-left.svg");
        //background-size: cover;
        //background-repeat: no-repeat;
        height: 360px;
        width: 194px;
        top: -83px;
        left: -44px;
        transform: rotate(325deg);
        border: -10px solid transparent;
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        border-left: 15px solid #1d9ad6;
      }

      &::after {
        position: absolute;
        content: "";
        background: url("../images/svg/info-line-right.svg");
        background-size: cover;
        background-repeat: no-repeat;
        height: 310px;
        width: 194px;
        top: -7px;
        right: 6px;
        transform: rotate(4deg);
      }
    }
    */
}

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

.product-page__information::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background: #1d9ad6;
  z-index: 2;
}

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

.product-page__information-content {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-left: 85px;
}

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

.product-page__information-title {
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ff7a00;
  margin-bottom: 20px;
  max-width: 750px;
}

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

.product-page__information-text {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140.52%;
  max-width: 600px;
  width: 100%;
  padding-left: 75px;
}

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

.product-page__information-image1 {
  position: absolute;
  bottom: 21px;
  left: -23px;
  z-index: 1;
}

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

.product-page__information-image1::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTQiIGhlaWdodD0iMjk1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNLjUgMGgxNy4yMzJMMTkzLjUgMjk1aC0xNy4yMzJMLjUgMFoiLz48L3N2Zz4=);
  top: -1px;
  right: -16px;
}

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

.product-page__information-image1::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTQiIGhlaWdodD0iMjk1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTkzLjUgMGgtMTcuMTQyTC44NTggMjk1SDE4TDE5My41IDBaIi8+PC9zdmc+);
  top: 0;
  left: -16px;
}

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

.product-page__information-image1-img {
  position: relative;
  width: 358.91px;
  height: 294.65px;
  object-fit: cover;
  object-position: bottom;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: 2;
}

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

.product-page__information-image2 {
  position: absolute;
  top: 0;
  right: 73px;
  z-index: 1;
}

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

.product-page__information-image2::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTQiIGhlaWdodD0iMjk1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjMUQ5QUQ2IiBkPSJNLjUgMGgxNy4yMzJMMTkzLjUgMjk1aC0xNy4yMzJMLjUgMFoiLz48L3N2Zz4=);
  top: 0;
  left: -17px;
}

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

.product-page__information-image2::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTQiIGhlaWdodD0iMjk1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjMUQ5QUQ2IiBkPSJNMTkzLjUgMGgtMTcuMTQyTC44NTggMjk1SDE4TDE5My41IDBaIi8+PC9zdmc+);
  top: 0;
  right: -17px;
}

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

.product-page__information-image2-img {
  position: relative;
  width: 351px;
  height: 295px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 2;
}

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

.product-page__description p {
  margin-bottom: 10px;
}

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

.product-page__description p:last-child {
  margin-bottom: 0;
}

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

.product-page__image .owl-nav.disabled,
.product-page__media-content .owl-nav.disabled {
  display: block !important;
}

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

.product-page__image .owl-nav button,
.product-page__media-content .owl-nav button {
  position: absolute;
  bottom: -62px;
  width: 45.92px;
  height: 34.23px;
  outline: none;
  background-size: 16px;
  font-size: 0;
  transform: skew(348deg);
  z-index: 99;
}

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

.product-page__image .owl-nav button span,
.product-page__media-content .owl-nav button span {
  font-size: 0;
}

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

.product-page__image .owl-nav button.owl-prev,
.product-page__media-content .owl-nav button.owl-prev {
  right: 50px;
  background: #4a9443 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjA4MiA4LjY5OWExIDEgMCAxIDAgMC0ydjJaTS45OTIgNi45OTJhMSAxIDAgMCAwIDAgMS40MTRsNi4zNjQgNi4zNjRhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDMuMTEzIDcuNjk5IDguNzcgMi4wNDJBMSAxIDAgMCAwIDcuMzU2LjYyOEwuOTkyIDYuOTkyWm0xNC4wOS0uMjkzSDEuNjk5djJoMTMuMzgzdi0yWiIvPjwvc3ZnPg==) no-repeat center center;
  z-index: 99;
}

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

.product-page__image .owl-nav button.owl-prev:hover,
.product-page__media-content .owl-nav button.owl-prev:hover {
  background: rgba(74, 148, 67, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjA4MiA4LjY5OWExIDEgMCAxIDAgMC0ydjJaTS45OTIgNi45OTJhMSAxIDAgMCAwIDAgMS40MTRsNi4zNjQgNi4zNjRhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDMuMTEzIDcuNjk5IDguNzcgMi4wNDJBMSAxIDAgMCAwIDcuMzU2LjYyOEwuOTkyIDYuOTkyWm0xNC4wOS0uMjkzSDEuNjk5djJoMTMuMzgzdi0yWiIvPjwvc3ZnPg==) no-repeat center center;
}

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

.product-page__image .owl-nav button.owl-next,
.product-page__media-content .owl-nav button.owl-next {
  right: 0;
  background: #4a9443 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuNzc3IDYuNjk5YTEgMSAwIDAgMCAwIDJ2LTJabTE0LjA5IDEuNzA3YTEgMSAwIDAgMCAwLTEuNDE0TDkuNTAxLjYyOGExIDEgMCAxIDAtMS40MTQgMS40MTRMMTMuNzQ1IDcuN2wtNS42NTcgNS42NTdhMSAxIDAgMSAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xLjc3NiA4LjdoMTMuMzgydi0ySDEuNzc3djJaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

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

.product-page__image .owl-nav button.owl-next:hover,
.product-page__media-content .owl-nav button.owl-next:hover {
  background: rgba(74, 148, 67, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuNzc3IDYuNjk5YTEgMSAwIDAgMCAwIDJ2LTJabTE0LjA5IDEuNzA3YTEgMSAwIDAgMCAwLTEuNDE0TDkuNTAxLjYyOGExIDEgMCAxIDAtMS40MTQgMS40MTRMMTMuNzQ1IDcuN2wtNS42NTcgNS42NTdhMSAxIDAgMSAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xLjc3NiA4LjdoMTMuMzgydi0ySDEuNzc3djJaIi8+PC9zdmc+) no-repeat center center;
}

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

.product-page__image .owl-nav button.disabled,
.product-page__media-content .owl-nav button.disabled {
  background: rgba(0, 0, 0, 0) !important;
}

/* line 1, resources/assets/styles/woocommerce/_related-products.scss */

.related-products {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.related-products .owl-carousel .owl-item {
  padding: 20px;
}


.simple-sitemap-container h3, h3.sitemap {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.simple-sitemap-container ul {
  margin: 10px 0 10px 1.2em !important;
}

.simple-sitemap-container li.sitemap-item {
  margin: 5px 0;
}

.simple-sitemap-container a {
  text-decoration: underline;
}
/* line 7, resources/assets/styles/woocommerce/_related-products.scss */

.related-products__title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 11, resources/assets/styles/woocommerce/_related-products.scss */

.related-products ul.products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* align-items: flex-start; */
  width: 100%;
  margin-top: 30px;
}

.related-products .product__cart {
  flex-grow: 1;
}

/* line 20, resources/assets/styles/woocommerce/_related-products.scss */

.related-products ul.products .product {
  width: calc((100% - 30px) / 4);
  min-height: 481px;
  margin-right: 10px;
  margin-bottom: 15px;
  border: none;
  box-shadow: 0 -1px 6px 1px rgba(158, 210, 153, 0.69), 0 6px 20px rgba(80, 189, 69, 0.59);
  transition: 0.4s;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 31, resources/assets/styles/woocommerce/_related-products.scss */

.related-products ul.products .product.product_cat-top-sale::after {
  content: "\41B\438\434\435\440   \43F\440\43E\434\430\436!";
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='92' height='41' viewBox='0 0 92 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40.884L0 0.115917L91.5385 0.115917L74.6101 19.6846L91.5385 40.884L0 40.884Z' fill='%23FF7A00'/%3E%3C/svg%3E%0A");
  width: 92px;
  height: 41px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.05;
  display: flex;
  align-items: center;
  padding-left: 5px;
}

/* line 51, resources/assets/styles/woocommerce/_related-products.scss */

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

/* line 55, resources/assets/styles/woocommerce/_related-products.scss */

.related-products ul.products .product__content {
  width: 100%;
  padding: 18px 15px 23px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 60, resources/assets/styles/woocommerce/_related-products.scss */

.related-products ul.products .product .woocommerce-loop-product__title {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 8px;
  min-height: 42px;
}

/* line 69, resources/assets/styles/woocommerce/_related-products.scss */

.related-products ul.products .product .attachment-woocommerce_thumbnail,
.related-products ul.products .product .wp-post-image {
  width: 100%;
  height: 234px;
  object-fit: cover;
  object-position: center;
  margin-top: 0;
}

/* line 79, resources/assets/styles/woocommerce/_related-products.scss */

.related-products ul.products .product__main-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

/* line 86, resources/assets/styles/woocommerce/_related-products.scss */

.related-products ul.products .product__main-price {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  margin-top: 27px;
  margin-bottom: 33px;
}

/* line 96, resources/assets/styles/woocommerce/_related-products.scss */

.related-products ul.products .product:hover {
  transform: scale(1.03);
}

/* line 102, resources/assets/styles/woocommerce/_related-products.scss */

.related-products ul.products .owl-nav button {
  position: absolute;
  bottom: -62px;
  width: 45.92px;
  height: 34.23px;
  outline: none;
  background-size: 16px;
  font-size: 0;
  transform: skew(348deg);
  z-index: 99;
}

/* line 113, resources/assets/styles/woocommerce/_related-products.scss */

.related-products ul.products .owl-nav button span {
  font-size: 0;
}

/* line 117, resources/assets/styles/woocommerce/_related-products.scss */

.related-products ul.products .owl-nav button.owl-prev {
  left: 1100px;
  background: #4a9443 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjA4MiA4LjY5OWExIDEgMCAxIDAgMC0ydjJaTS45OTIgNi45OTJhMSAxIDAgMCAwIDAgMS40MTRsNi4zNjQgNi4zNjRhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDMuMTEzIDcuNjk5IDguNzcgMi4wNDJBMSAxIDAgMCAwIDcuMzU2LjYyOEwuOTkyIDYuOTkyWm0xNC4wOS0uMjkzSDEuNjk5djJoMTMuMzgzdi0yWiIvPjwvc3ZnPg==) no-repeat center center;
  z-index: 99;
}

/* line 123, resources/assets/styles/woocommerce/_related-products.scss */

.related-products ul.products .owl-nav button.owl-prev:hover {
  background: rgba(74, 148, 67, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjA4MiA4LjY5OWExIDEgMCAxIDAgMC0ydjJaTS45OTIgNi45OTJhMSAxIDAgMCAwIDAgMS40MTRsNi4zNjQgNi4zNjRhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDMuMTEzIDcuNjk5IDguNzcgMi4wNDJBMSAxIDAgMCAwIDcuMzU2LjYyOEwuOTkyIDYuOTkyWm0xNC4wOS0uMjkzSDEuNjk5djJoMTMuMzgzdi0yWiIvPjwvc3ZnPg==) no-repeat center center;
}

/* line 128, resources/assets/styles/woocommerce/_related-products.scss */

.related-products ul.products .owl-nav button.owl-next {
  left: 1150px;
  background: #4a9443 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuNzc3IDYuNjk5YTEgMSAwIDAgMCAwIDJ2LTJabTE0LjA5IDEuNzA3YTEgMSAwIDAgMCAwLTEuNDE0TDkuNTAxLjYyOGExIDEgMCAxIDAtMS40MTQgMS40MTRMMTMuNzQ1IDcuN2wtNS42NTcgNS42NTdhMSAxIDAgMSAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xLjc3NiA4LjdoMTMuMzgydi0ySDEuNzc3djJaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

/* line 134, resources/assets/styles/woocommerce/_related-products.scss */

.related-products ul.products .owl-nav button.owl-next:hover {
  background: rgba(74, 148, 67, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuNzc3IDYuNjk5YTEgMSAwIDAgMCAwIDJ2LTJabTE0LjA5IDEuNzA3YTEgMSAwIDAgMCAwLTEuNDE0TDkuNTAxLjYyOGExIDEgMCAxIDAtMS40MTQgMS40MTRMMTMuNzQ1IDcuN2wtNS42NTcgNS42NTdhMSAxIDAgMSAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xLjc3NiA4LjdoMTMuMzgydi0ySDEuNzc3djJaIi8+PC9zdmc+) no-repeat center center;
}

/* line 139, resources/assets/styles/woocommerce/_related-products.scss */

.related-products ul.products .owl-nav button.disabled {
  background: rgba(0, 0, 0, 0) !important;
}

/* line 1, resources/assets/styles/woocommerce/_cart.scss */

.cart-page {
  padding-top: 122px;
  padding-bottom: 116px;
}

/* line 5, resources/assets/styles/woocommerce/_cart.scss */

.cart-page .page-header {
  margin-top: 35px;
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 11, resources/assets/styles/woocommerce/_cart.scss */

.cart-page .breadcrumbs {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 19px;
}

/* line 18, resources/assets/styles/woocommerce/_cart.scss */

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

/* line 23, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce {
  width: 100%;
}

/* line 26, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-message {
  background: rgba(74, 148, 67, 0.7);
  font-weight: 500;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  margin: 15px 0;
}

/* line 34, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-message .wp-element-button {
  text-decoration: underline;
}

/* line 39, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 44, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .clear-cart,
.woocommerce .woocommerce-cart-form .cart-pdf-button {
  width: auto;
  flex: 0 0 auto;
  color: #cbcdd0;
}

/* line 51, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 35px;
}

/* line 57, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table thead tr {
  text-align: left;
  font-weight: 600;
  font-size: 15px;
}

/* line 63, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table thead th {
  padding-bottom: 27px;
}

/* line 67, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table thead .product-thumbnail {
  padding-left: 15px;
}

/* line 72, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table tbody {
  background: #f3f3f3;
  padding: 20px 15px 36px;
}

/* line 76, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table tbody td {
  vertical-align: middle;
}

/* line 80, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table tbody .product-thumbnail {
  padding: 35px 0;
  padding-left: 15px;
  position: relative;
  width: 225px;
  height: 135px;
}

/* line 87, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table tbody .product-thumbnail a {
  position: relative;
  top: 0;
  left: 0;
  width: 225px;
  height: 135px;
  display: block;
}

/* line 95, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table tbody .product-thumbnail a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 107, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table tbody .product-name {
  padding-left: 21px;
  font-size: 17px;
  color: #282b32;
  font-weight: 400;
}

/* line 113, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table tbody .product-name span {
  font-weight: 400;
  margin-top: 7px;
  display: block;
  color: #cbcdd0;
  font-size: 15px;
}

/* line 123, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table tbody .product-quantity .quantity {
  display: inline-block;
  border: 1px solid #2e6041;
}

/* line 128, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table tbody .product-quantity input {
  appearance: none;
  border: none;
  background: transparent;
  margin: 10px 5px;
  width: 100px;
  text-align: center;
  font-size: 18px;
  font-family: "Gilroy", sans-serif;
  color: #282b32;
  vertical-align: middle;
}

/* line 141, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table tbody .product-quantity input::-webkit-outer-spin-button,
.woocommerce .woocommerce-cart-form .shop_table tbody .product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 147, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table tbody .product-quantity input:focus,
.woocommerce .woocommerce-cart-form .shop_table tbody .product-quantity input:active {
  outline: none;
}

/* line 153, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table tbody .product-quantity .plus,
.woocommerce .woocommerce-cart-form .shop_table tbody .product-quantity .minus {
  padding-left: 12px;
  padding-right: 5px;
  font-weight: 500;
  font-size: 25px;
  font-family: "Gilroy", sans-serif;
  color: #cbcdd0;
  vertical-align: middle;
  cursor: pointer;
}

/* line 165, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table tbody .product-quantity .plus {
  padding-right: 12px;
  padding-left: 5px;
}

/* line 172, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table tbody .product-remove .remove {
  font-size: 35px;
  font-weight: 300;
  font-family: serif;
  color: #cbcdd0;
}

/* line 180, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .woocommerce-cart-form .shop_table tbody .actions {
  display: none;
}

/* line 187, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .cart-collaterals {
  margin-top: 60px;
}

/* line 190, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .cart-collaterals .shop_table {
  width: 100%;
}

/* line 194, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .cart-collaterals .wc-proceed-to-checkout {
  margin-top: 25px;
}

/* line 197, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  margin-left: auto;
}

/* line 202, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .cart-collaterals .order-total {
  display: block;
  text-align: right;
  font-weight: 700;
  font-size: 18px;
}

/* line 208, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .cart-collaterals .order-total td {
  display: inline-block;
}

/* line 212, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce .cart-collaterals .order-total th {
  display: inline-block;
  margin-right: 20px;
  font-weight: 600;
}

/* line 2, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-error {
  background-color: rgba(74, 148, 67, 0.7);
  padding: 10px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

/* line 8, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-error li {
  color: #fff;
  margin-bottom: 10px;
}

/* line 12, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-error li:last-child {
  margin-bottom: 0;
}

/* line 20, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .delivery-block {
  display: flex;
  justify-content: space-between;
}

/* line 25, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .delivery-fields {
  flex: 0 0 31%;
  width: 100%;
}

/* line 30, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .delivery-info {
  flex: 0 0 65%;
  width: 100%;
  margin-top: -200px;
}

/* line 36, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .delivery__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 35px;
}

/* line 43, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .delivery__description p {
  font-size: 15px;
  margin-bottom: 25px;
}

/* line 47, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .delivery__description p:last-child {
  margin-bottom: 0;
}

/* line 54, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #back-to-cart {
  margin-bottom: 30px;
  display: inline-block;
}

/* line 59, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .billing {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

/* line 64, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .billing .woocommerce-billing-fields {
  flex: 0 0 31%;
  width: 100%;
}

/* line 69, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .billing .woocommerce-additional-fields {
  flex: 0 0 65%;
  width: 100%;
}

/* line 73, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .billing .woocommerce-additional-fields__field-wrapper {
  display: none;
}

/* line 78, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .billing h3,
.woocommerce .woocommerce-checkout .billing label {
  display: none;
}

/* line 83, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .billing input {
  max-width: 100%;
  width: 100%;
  height: 44px;
  outline: none;
  appearance: none;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 114%;
  color: #2e6041;
  background: transparent;
  box-sizing: border-box;
  border: 1px solid #2e6041;
  padding-left: 22px;
  margin-bottom: 10px;
}

/* line 100, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .billing input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 114%;
  color: #2e6041;
}

/* line 109, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .billing textarea {
  max-width: 100%;
  width: 100%;
  height: 155px;
  outline: none;
  appearance: none;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 114%;
  color: #2e6041;
  background: transparent;
  border: 1px solid #2e6041;
  resize: none;
  padding-top: 17px;
  padding-left: 25px;
}

/* line 126, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .billing textarea::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 114%;
  color: #2e6041;
}

/* line 137, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review thead,
.woocommerce .woocommerce-checkout #order_review tbody {
  display: none;
}

/* line 142, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review_title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 35px;
}

/* line 148, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review .shop_table {
  width: 100%;
}

/* line 152, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review #payment {
  display: none;
}

/* line 156, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review .cart-subtotal,
.woocommerce .woocommerce-checkout #order_review .order-total {
  display: none;
}

/* line 162, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review .woocommerce-shipping-totals th {
  display: none;
}

/* line 166, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review .woocommerce-shipping-totals #shipping_method {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 40px;
}

/* line 172, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review .woocommerce-shipping-totals #shipping_method label {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  width: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.7;
  cursor: pointer;
  padding-left: 35px;
}

/* line 188, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review .woocommerce-shipping-totals #shipping_method label::before,
.woocommerce .woocommerce-checkout #order_review .woocommerce-shipping-totals #shipping_method label::after {
  position: absolute;
  content: "";
  display: flex;
}

/* line 195, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review .woocommerce-shipping-totals #shipping_method label::before {
  height: 23px;
  width: 23px;
  left: 0;
  top: 0;
  background-color: transparent;
  border: 1px solid #2e6041;
}

/* line 204, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review .woocommerce-shipping-totals #shipping_method label::after {
  height: 8px;
  width: 14px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 5px;
  top: 5px;
  opacity: 0;
  transition: 0.25s;
  color: #2e6041;
}

/* line 218, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review .woocommerce-shipping-totals #shipping_method input {
  display: none;
}

/* line 222, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review .woocommerce-shipping-totals #shipping_method input[checked] + label::after {
  opacity: 1;
}

/* line 226, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review .woocommerce-shipping-totals #shipping_method input[checked] + label::before {
  border-color: #4a9443;
}

/* line 233, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review_footer {
  display: flex;
}

/* line 236, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review_footer label.woocommerce-form__label-for-checkbox {
  position: relative;
  max-width: none;
  width: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5;
  cursor: pointer;
  padding-left: 24px;
}

/* line 248, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review_footer label.woocommerce-form__label-for-checkbox .optional,
.woocommerce .woocommerce-checkout #order_review_footer label.woocommerce-form__label-for-checkbox abbr {
  display: none;
}

/* line 253, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review_footer label.woocommerce-form__label-for-checkbox a {
  font-weight: 400;
}

/* line 257, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review_footer label.woocommerce-form__label-for-checkbox::before,
.woocommerce .woocommerce-checkout #order_review_footer label.woocommerce-form__label-for-checkbox::after {
  position: absolute;
  content: "";
  display: flex;
}

/* line 264, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review_footer label.woocommerce-form__label-for-checkbox::before {
  height: 16px;
  width: 16px;
  left: 0;
  top: 0;
  background-color: #cbcdd0;
}

/* line 272, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review_footer label.woocommerce-form__label-for-checkbox::after {
  height: 4px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 3.5px;
  top: 3.5px;
  opacity: 0;
  transition: 0.25s;
  color: #fff;
}

/* line 285, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review_footer label.woocommerce-form__label-for-checkbox:checked::after {
  opacity: 1;
}

/* line 289, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review_footer label.woocommerce-form__label-for-checkbox:checked::before {
  background: #11363c;
}

/* line 294, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review_footer input {
  display: none;
}

/* line 300, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review_footer .woocommerce-validated label.woocommerce-form__label-for-checkbox::after {
  opacity: 1;
}

/* line 304, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review_footer .woocommerce-validated label.woocommerce-form__label-for-checkbox::before {
  background: #11363c;
}

/* line 310, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review_footer .place-order {
  flex: 0 0 31%;
  width: 100%;
}

/* line 314, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review_footer .place-order button#place_order {
  margin-bottom: 30px;
  cursor: pointer;
}

/* line 320, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout #order_review_footer .woocommerce-terms-and-conditions-wrapper {
  display: none;
}

/* line 326, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .shipping .shipping_address {
  display: block !important;
}

/* line 330, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .shipping #ship-to-different-address {
  display: none;
}

/* line 334, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .shipping .form-row {
  margin-top: 25px;
  margin-bottom: 50px;
}

/* line 338, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .shipping .form-row#shipping_address_2_field {
  display: none !important;
}

/* line 342, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .shipping .form-row label {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

/* line 348, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .shipping .form-row label .description {
  margin-top: 14px;
  font-weight: 400;
  display: block;
  font-size: 15px;
}

/* line 355, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .shipping .form-row label .optional {
  display: none;
}

/* line 359, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .shipping .form-row label[for="shipping_local"] {
  font-size: 14px;
  font-weight: 500;
}

/* line 363, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .shipping .form-row label[for="shipping_local"] strong {
  display: block;
  margin-top: 10px;
  font-size: 15px;
}

/* line 371, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .shipping .form-row input {
  max-width: 100%;
  width: 100%;
  height: 44px;
  outline: none;
  appearance: none;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 114%;
  color: #2e6041;
  background: transparent;
  border: 1px solid #2e6041;
  box-sizing: border-box;
  border-radius: 0;
  padding-left: 11px;
  padding-right: 5px;
  margin-bottom: 0;
}

/* line 390, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-checkout .shipping .form-row input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 114%;
  color: #2e6041;
}

/* line 402, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-order {
  padding-top: 30px;
}

/* line 405, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-order .woocommerce-notice {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.2;
}

/* line 412, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-order .woocommerce-order-overview__order {
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 1.2;
}

/* line 418, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-order .woocommerce-order-overview__date,
.woocommerce .woocommerce-order .woocommerce-order-overview__total,
.woocommerce .woocommerce-order .woocommerce-order-overview__payment-method {
  font-size: 15px;
}

/* line 423, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-order .woocommerce-order-overview__date .woocommerce-Price-currencySymbol,
.woocommerce .woocommerce-order .woocommerce-order-overview__total .woocommerce-Price-currencySymbol,
.woocommerce .woocommerce-order .woocommerce-order-overview__payment-method .woocommerce-Price-currencySymbol {
  display: inline;
  padding-left: 5px;
}

/* line 429, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce .woocommerce-order .woocommerce-order-details {
  display: none;
}

/**    Template's    */

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

.about-page {
  padding-top: 122px;
}

/* line 4, resources/assets/styles/templates/_template-about.scss */

.about-page__main {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 35px;
  margin-bottom: 90px;
}

/* line 14, resources/assets/styles/templates/_template-about.scss */

.about-page__main-heading {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

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

.about-page__main-content {
  max-width: 526px;
  width: 100%;
  margin-right: 50px;
}

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

.about-page__main-text {
  margin-top: 20px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

/* line 32, resources/assets/styles/templates/_template-about.scss */

.about-page__main-text ul {
  margin-top: 5px;
}

/* line 35, resources/assets/styles/templates/_template-about.scss */

.about-page__main-text ul li {
  position: relative;
  padding-left: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

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

.about-page__main-text ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #282b32;
  border-radius: 50%;
}

/* line 56, resources/assets/styles/templates/_template-about.scss */

.about-page__main-text strong {
  color: #2e6041;
}

/* line 61, resources/assets/styles/templates/_template-about.scss */

.about-page__main-image {
  max-width: 587px;
  width: 100%;
  height: 380px;
}

/* line 66, resources/assets/styles/templates/_template-about.scss */

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

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

.about-page__textarea {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

/* line 81, resources/assets/styles/templates/_template-about.scss */

.about-page__textarea-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 85, resources/assets/styles/templates/_template-about.scss */

.about-page__textarea-text {
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

/* line 92, resources/assets/styles/templates/_template-about.scss */

.about-page__textarea-text ul {
  margin-top: 5px;
}

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

.about-page__textarea-text ul li {
  position: relative;
  padding-left: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

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

.about-page__textarea-text ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #282b32;
  border-radius: 50%;
}

/* line 116, resources/assets/styles/templates/_template-about.scss */

.about-page__textarea-text strong {
  color: #2e6041;
}

/* line 122, resources/assets/styles/templates/_template-about.scss */

.about-page__portfolio {
  padding-top: 80px;
  padding-bottom: 170px;
  background: #f3f3f3;
  box-shadow: 0 -4px 9px rgba(41, 46, 40, 0.09);
}

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

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

/* line 132, resources/assets/styles/templates/_template-about.scss */

.about-page__portfolio-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 136, resources/assets/styles/templates/_template-about.scss */

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

/* line 144, resources/assets/styles/templates/_template-about.scss */

.about-page__portfolio-item {
  position: relative;
  transition: 0.25s ease-in-out;
}

/* line 148, resources/assets/styles/templates/_template-about.scss */

.about-page__portfolio-item:hover {
  transform: scale(1.03);
}

/* line 152, resources/assets/styles/templates/_template-about.scss */

.about-page__portfolio-item-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
  cursor: pointer;
}

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

.about-page__portfolio-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2e6041;
  /* backdrop-filter: blur(7.5px); */
  width: 100%;
  min-height: 54px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  padding: 15px 13px;
}

/* line 181, resources/assets/styles/templates/_template-about.scss */

.about-page__main-text p,
.about-page__textarea-text p {
  margin-bottom: 20px;
}

/* line 184, resources/assets/styles/templates/_template-about.scss */

.about-page__main-text p:last-child,
.about-page__textarea-text p:last-child {
  margin-bottom: 0;
}

/* line 189, resources/assets/styles/templates/_template-about.scss */

.about-page__main-text ul,
.about-page__textarea-text ul {
  margin-top: 5px;
}

/* line 192, resources/assets/styles/templates/_template-about.scss */

.about-page__main-text ul li,
.about-page__textarea-text ul li {
  position: relative;
  padding-left: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

/* line 200, resources/assets/styles/templates/_template-about.scss */

.about-page__main-text ul li::before,
.about-page__textarea-text ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #282b32;
  border-radius: 50%;
}

/* line 213, resources/assets/styles/templates/_template-about.scss */

.about-page__main-text strong,
.about-page__textarea-text strong {
  color: #2e6041;
}

/* line 223, resources/assets/styles/templates/_template-about.scss */

.about-page__main-image .owl-nav.disabled,
.about-page__portfolio-content .owl-nav.disabled {
  display: block !important;
}

/* line 227, resources/assets/styles/templates/_template-about.scss */

.about-page__main-image .owl-nav button,
.about-page__portfolio-content .owl-nav button {
  position: absolute;
  bottom: -62px;
  width: 45.92px;
  height: 34.23px;
  outline: none;
  background-size: 16px;
  font-size: 0;
  transform: skew(348deg);
  z-index: 99;
}

/* line 238, resources/assets/styles/templates/_template-about.scss */

.about-page__main-image .owl-nav button span,
.about-page__portfolio-content .owl-nav button span {
  font-size: 0;
}

/* line 242, resources/assets/styles/templates/_template-about.scss */

.about-page__main-image .owl-nav button.owl-prev,
.about-page__portfolio-content .owl-nav button.owl-prev {
  right: 50px;
  background: #4a9443 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjA4MiA4LjY5OWExIDEgMCAxIDAgMC0ydjJaTS45OTIgNi45OTJhMSAxIDAgMCAwIDAgMS40MTRsNi4zNjQgNi4zNjRhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDMuMTEzIDcuNjk5IDguNzcgMi4wNDJBMSAxIDAgMCAwIDcuMzU2LjYyOEwuOTkyIDYuOTkyWm0xNC4wOS0uMjkzSDEuNjk5djJoMTMuMzgzdi0yWiIvPjwvc3ZnPg==) no-repeat center center;
  z-index: 99;
}

/* line 247, resources/assets/styles/templates/_template-about.scss */

.about-page__main-image .owl-nav button.owl-prev:hover,
.about-page__portfolio-content .owl-nav button.owl-prev:hover {
  background: rgba(74, 148, 67, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjA4MiA4LjY5OWExIDEgMCAxIDAgMC0ydjJaTS45OTIgNi45OTJhMSAxIDAgMCAwIDAgMS40MTRsNi4zNjQgNi4zNjRhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDMuMTEzIDcuNjk5IDguNzcgMi4wNDJBMSAxIDAgMCAwIDcuMzU2LjYyOEwuOTkyIDYuOTkyWm0xNC4wOS0uMjkzSDEuNjk5djJoMTMuMzgzdi0yWiIvPjwvc3ZnPg==) no-repeat center center;
}

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

.about-page__main-image .owl-nav button.owl-next,
.about-page__portfolio-content .owl-nav button.owl-next {
  right: 0;
  background: #4a9443 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuNzc3IDYuNjk5YTEgMSAwIDAgMCAwIDJ2LTJabTE0LjA5IDEuNzA3YTEgMSAwIDAgMCAwLTEuNDE0TDkuNTAxLjYyOGExIDEgMCAxIDAtMS40MTQgMS40MTRMMTMuNzQ1IDcuN2wtNS42NTcgNS42NTdhMSAxIDAgMSAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xLjc3NiA4LjdoMTMuMzgydi0ySDEuNzc3djJaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

/* line 257, resources/assets/styles/templates/_template-about.scss */

.about-page__main-image .owl-nav button.owl-next:hover,
.about-page__portfolio-content .owl-nav button.owl-next:hover {
  background: rgba(74, 148, 67, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuNzc3IDYuNjk5YTEgMSAwIDAgMCAwIDJ2LTJabTE0LjA5IDEuNzA3YTEgMSAwIDAgMCAwLTEuNDE0TDkuNTAxLjYyOGExIDEgMCAxIDAtMS40MTQgMS40MTRMMTMuNzQ1IDcuN2wtNS42NTcgNS42NTdhMSAxIDAgMSAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xLjc3NiA4LjdoMTMuMzgydi0ySDEuNzc3djJaIi8+PC9zdmc+) no-repeat center center;
}

/* line 262, resources/assets/styles/templates/_template-about.scss */

.about-page__main-image .owl-nav button.disabled,
.about-page__portfolio-content .owl-nav button.disabled {
  background: rgba(0, 0, 0, 0) !important;
}

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

.calculator-page {
  padding-top: 122px;
  padding-bottom: 116px;
}

/* line 5, resources/assets/styles/templates/_template-calculator.scss */

.calculator-page__head {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 35px;
}

/* line 10, resources/assets/styles/templates/_template-calculator.scss */

.calculator-page__head-heading {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 14, resources/assets/styles/templates/_template-calculator.scss */

.calculator-page__head-text {
  max-width: 807px;
  width: 100%;
  margin-top: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

/* line 25, resources/assets/styles/templates/_template-calculator.scss */

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

/* line 35, resources/assets/styles/templates/_template-calculator.scss */

.calculator-page__main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 894px;
  margin-left: 60px;
}

/* line 45, resources/assets/styles/templates/_template-calculator.scss */

.calculator-page__main-calc {
  width: 100%;
  margin-bottom: 60px;
}

/* line 50, resources/assets/styles/templates/_template-calculator.scss */

.calculator-page__main-form {
  margin-bottom: 60px;
}

/* line 54, resources/assets/styles/templates/_template-calculator.scss */

.calculator-page__main-textarea {
  width: 100%;
}

/* line 57, resources/assets/styles/templates/_template-calculator.scss */

.calculator-page__main-textarea-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 61, resources/assets/styles/templates/_template-calculator.scss */

.calculator-page__main-textarea-text {
  margin-top: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

/* line 74, resources/assets/styles/templates/_template-calculator.scss */

.calculator-page__head-text p,
.calculator-page__main-textarea-text p {
  margin-bottom: 10px;
}

/* line 77, resources/assets/styles/templates/_template-calculator.scss */

.calculator-page__head-text p:last-child,
.calculator-page__main-textarea-text p:last-child {
  margin-bottom: 0;
}

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

.calculator-page__head-text ul,
.calculator-page__main-textarea-text ul {
  margin-top: 25px;
}

/* line 85, resources/assets/styles/templates/_template-calculator.scss */

.calculator-page__head-text ul li,
.calculator-page__main-textarea-text ul li {
  position: relative;
  padding-left: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

/* line 93, resources/assets/styles/templates/_template-calculator.scss */

.calculator-page__head-text ul li::before,
.calculator-page__main-textarea-text ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #282b32;
  border-radius: 50%;
}

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

.service-page {
  padding-top: 122px;
}

/* line 4, resources/assets/styles/templates/_template-service.scss */

.service-page__main {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 60px;
}

/* line 10, resources/assets/styles/templates/_template-service.scss */

.service-page__main-heading {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 14, resources/assets/styles/templates/_template-service.scss */

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

/* line 23, resources/assets/styles/templates/_template-service.scss */

.service-page__main-textarea,
.service-page__main-ad-text {
  width: 100%;
  margin-right: 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
  color: #282b32;
}

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

.service-page__main-textarea strong,
.service-page__main-ad-text strong {
  color: #2e6041;
}

/* line 37, resources/assets/styles/templates/_template-service.scss */

.service-page__main-textarea ul,
.service-page__main-ad-text ul {
  margin-top: 5px;
}

/* line 40, resources/assets/styles/templates/_template-service.scss */

.service-page__main-textarea ul li,
.service-page__main-ad-text ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

/* line 45, resources/assets/styles/templates/_template-service.scss */

.service-page__main-textarea ul li::before,
.service-page__main-ad-text ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #282b32;
  border-radius: 50%;
}

/* line 59, resources/assets/styles/templates/_template-service.scss */

.service-page__main-item {
  max-width: 587px;
  width: 100%;
  height: auto;
}

/* line 65, resources/assets/styles/templates/_template-service.scss */

.service-page__main-image {
  width: 100%;
  height: inherit;
}

/* line 69, resources/assets/styles/templates/_template-service.scss */

.service-page__main-image-img {
  width: 100%;
  height: 458px;
  object-fit: cover;
  object-position: top right;
  cursor: zoom-in;
}

/* line 78, resources/assets/styles/templates/_template-service.scss */

.service-page__main-ad-text {
  margin-right: 0;
  margin-top: 75px;
}

/* line 84, resources/assets/styles/templates/_template-service.scss */

.service-page__seo {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px;
}

/* line 90, resources/assets/styles/templates/_template-service.scss */

.service-page__seo-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 94, resources/assets/styles/templates/_template-service.scss */

.service-page__seo-text {
  margin-top: 20px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
  color: #282b32;
}

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

.service-page__seo-text ul {
  margin-top: 5px;
}

/* line 106, resources/assets/styles/templates/_template-service.scss */

.service-page__seo-text ul li {
  position: relative;
  padding-left: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
  margin-bottom: 5px;
}

/* line 115, resources/assets/styles/templates/_template-service.scss */

.service-page__seo-text ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #282b32;
  border-radius: 50%;
}

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

.service-page__seo-text strong {
  color: #2e6041;
}

/* line 134, resources/assets/styles/templates/_template-service.scss */

.service-page__media {
  width: 100%;
  background: #f3f3f3;
  box-shadow: 0 -4px 9px rgba(41, 46, 40, 0.09);
  padding: 46px 0 100px;
}

/* line 140, resources/assets/styles/templates/_template-service.scss */

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

/* line 144, resources/assets/styles/templates/_template-service.scss */

.service-page__media-tabs {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 372px;
  height: 41px;
  margin: auto;
  z-index: 5;
}

/* line 154, resources/assets/styles/templates/_template-service.scss */

.service-page__media-tabs_btn {
  width: 50%;
  height: 43px;
  transform: skew(348deg);
  text-align: center;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  border: 2px solid #203d39;
}

/* line 166, resources/assets/styles/templates/_template-service.scss */

.service-page__media-tabs_btn:first-child {
  margin-right: 10px;
}

/* line 170, resources/assets/styles/templates/_template-service.scss */

.service-page__media-tabs_btn:hover,
.service-page__media-tabs_btn.active {
  cursor: pointer;
  color: #fff;
  background: #203d39;
}

/* line 179, resources/assets/styles/templates/_template-service.scss */

.service-page__media-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 58px;
}

/* line 187, resources/assets/styles/templates/_template-service.scss */

.service-page__media-content-foto,
.service-page__media-content-video {
  display: none !important;
}

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

.service-page__media-content-foto.active,
.service-page__media-content-video.active {
  display: block !important;
}

/* line 197, resources/assets/styles/templates/_template-service.scss */

.service-page__media-content-video iframe {
  width: 100%;
}

/* line 203, resources/assets/styles/templates/_template-service.scss */

.service-page__media-content-wrapp.active {
  display: block !important;
}

/* line 208, resources/assets/styles/templates/_template-service.scss */

.service-page__media-content_item {
  position: relative;
  filter: drop-shadow(0 4px 5px rgba(41, 46, 40, 0.09));
}

/* line 212, resources/assets/styles/templates/_template-service.scss */

.service-page__media-content_item-link {
  width: 100%;
  height: 100%;
}

/* line 217, resources/assets/styles/templates/_template-service.scss */

.service-page__media-content_item-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
  cursor: zoom-in;
}

/* line 225, resources/assets/styles/templates/_template-service.scss */

.service-page__media-content_item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2e6041;
  /* backdrop-filter: blur(7.5px); */
  width: 100%;
  min-height: 54px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 15px 13px;
}

/* line 245, resources/assets/styles/templates/_template-service.scss */

.service-page__information {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 39px;
  height: 323px;
  background: linear-gradient(106.81deg, rgba(66, 232, 255, 0.13) 13.68%, rgba(167, 194, 57, 0.27) 81.57%);
}

/* line 253, resources/assets/styles/templates/_template-service.scss */

.service-page__information::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background: #1d9ad6;
}

/* line 263, resources/assets/styles/templates/_template-service.scss */

.service-page__information-content {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  padding-left: 85px;
}

/* line 269, resources/assets/styles/templates/_template-service.scss */

.service-page__information-title {
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ff7a00;
  margin-bottom: 32px;
  max-width: 750px;
}

/* line 281, resources/assets/styles/templates/_template-service.scss */

.service-page__information-text {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140.52%;
  max-width: 600px;
  width: 100%;
  padding-left: 75px;
}

/* line 291, resources/assets/styles/templates/_template-service.scss */

.service-page__information-image1 {
  position: absolute;
  bottom: 21px;
  left: -23px;
  z-index: 1;
}

/* line 297, resources/assets/styles/templates/_template-service.scss */

.service-page__information-image1::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTQiIGhlaWdodD0iMjk1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNLjUgMGgxNy4yMzJMMTkzLjUgMjk1aC0xNy4yMzJMLjUgMFoiLz48L3N2Zz4=);
  top: -1px;
  right: -16px;
}

/* line 304, resources/assets/styles/templates/_template-service.scss */

.service-page__information-image1::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTQiIGhlaWdodD0iMjk1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTkzLjUgMGgtMTcuMTQyTC44NTggMjk1SDE4TDE5My41IDBaIi8+PC9zdmc+);
  top: 0;
  left: -16px;
}

/* line 311, resources/assets/styles/templates/_template-service.scss */

.service-page__information-image1-img {
  position: relative;
  width: 358.91px;
  height: 294.65px;
  object-fit: cover;
  object-position: bottom;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: 2;
}

/* line 322, resources/assets/styles/templates/_template-service.scss */

.service-page__information-image2 {
  position: absolute;
  top: 0;
  right: 73px;
  z-index: 1;
}

/* line 328, resources/assets/styles/templates/_template-service.scss */

.service-page__information-image2::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTQiIGhlaWdodD0iMjk1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjMUQ5QUQ2IiBkPSJNLjUgMGgxNy4yMzJMMTkzLjUgMjk1aC0xNy4yMzJMLjUgMFoiLz48L3N2Zz4=);
  top: 0;
  left: -17px;
}

/* line 335, resources/assets/styles/templates/_template-service.scss */

.service-page__information-image2::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTQiIGhlaWdodD0iMjk1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjMUQ5QUQ2IiBkPSJNMTkzLjUgMGgtMTcuMTQyTC44NTggMjk1SDE4TDE5My41IDBaIi8+PC9zdmc+);
  top: 0;
  right: -17px;
}

/* line 342, resources/assets/styles/templates/_template-service.scss */

.service-page__information-image2-img {
  position: relative;
  width: 351px;
  height: 295px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 2;
}

/* line 352, resources/assets/styles/templates/_template-service.scss */

.service-page__video {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 105px;
}

/* line 358, resources/assets/styles/templates/_template-service.scss */

.service-page__video-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 362, resources/assets/styles/templates/_template-service.scss */

.service-page__video-content {
  margin-top: 50px;
  width: 100%;
}

/* line 366, resources/assets/styles/templates/_template-service.scss */

.service-page__video-content_item {
  width: 100%;
  height: 588px;
}

/* line 370, resources/assets/styles/templates/_template-service.scss */

.service-page__video-content_item-main {
  width: 100%;
  height: 588px;
}

/* line 374, resources/assets/styles/templates/_template-service.scss */

.service-page__video-content_item-main iframe {
  width: 100%;
  height: inherit;
}

/* line 383, resources/assets/styles/templates/_template-service.scss */

.service-page__portfolio {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 150px;
}

/* line 389, resources/assets/styles/templates/_template-service.scss */

.service-page__portfolio-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 393, resources/assets/styles/templates/_template-service.scss */

.service-page__portfolio-content {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

/* line 402, resources/assets/styles/templates/_template-service.scss */

.service-page__portfolio .owl-carousel .owl-stage {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 407, resources/assets/styles/templates/_template-service.scss */

.service-page__portfolio-item {
  position: relative;
  transition: 0.25s ease-in-out;
}

/* line 411, resources/assets/styles/templates/_template-service.scss */

.service-page__portfolio-item:hover {
  transform: scale(1.04);
}

/* line 415, resources/assets/styles/templates/_template-service.scss */

.service-page__portfolio-item-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
  cursor: pointer;
}

/* line 423, resources/assets/styles/templates/_template-service.scss */

.service-page__portfolio-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2e6041;
  /* backdrop-filter: blur(7.5px); */
  width: 100%;
  min-height: 54px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  padding: 15px 13px;
}

/* line 442, resources/assets/styles/templates/_template-service.scss */

.service-page____main p,
.service-page__seo-text p {
  margin-bottom: 15px;
}

/* line 446, resources/assets/styles/templates/_template-service.scss */

.service-page____main p:last-child,
.service-page__seo-text p:last-child {
  margin-bottom: 0;
}

/** Service page **/

/* line 457, resources/assets/styles/templates/_template-service.scss */

.service-page__video-content .owl-nav.disabled,
.service-page__portfolio-content .owl-nav.disabled,
.service-page__main-item .owl-nav.disabled,
.service-page__media-content .owl-nav.disabled {
  display: block !important;
}

/* line 461, resources/assets/styles/templates/_template-service.scss */

.service-page__video-content .owl-nav button,
.service-page__portfolio-content .owl-nav button,
.service-page__main-item .owl-nav button,
.service-page__media-content .owl-nav button {
  position: absolute;
  bottom: -62px;
  width: 45.92px;
  height: 34.23px;
  outline: none;
  background-size: 16px;
  font-size: 0;
  transform: skew(348deg);
  z-index: 99;
}

/* line 472, resources/assets/styles/templates/_template-service.scss */

.service-page__video-content .owl-nav button span,
.service-page__portfolio-content .owl-nav button span,
.service-page__main-item .owl-nav button span,
.service-page__media-content .owl-nav button span {
  font-size: 0;
}

/* line 476, resources/assets/styles/templates/_template-service.scss */

.service-page__video-content .owl-nav button.owl-prev,
.service-page__portfolio-content .owl-nav button.owl-prev,
.service-page__main-item .owl-nav button.owl-prev,
.service-page__media-content .owl-nav button.owl-prev {
  right: 50px;
  background: #4a9443 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjA4MiA4LjY5OWExIDEgMCAxIDAgMC0ydjJaTS45OTIgNi45OTJhMSAxIDAgMCAwIDAgMS40MTRsNi4zNjQgNi4zNjRhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDMuMTEzIDcuNjk5IDguNzcgMi4wNDJBMSAxIDAgMCAwIDcuMzU2LjYyOEwuOTkyIDYuOTkyWm0xNC4wOS0uMjkzSDEuNjk5djJoMTMuMzgzdi0yWiIvPjwvc3ZnPg==) no-repeat center center;
  z-index: 99;
}

/* line 481, resources/assets/styles/templates/_template-service.scss */

.service-page__video-content .owl-nav button.owl-prev:hover,
.service-page__portfolio-content .owl-nav button.owl-prev:hover,
.service-page__main-item .owl-nav button.owl-prev:hover,
.service-page__media-content .owl-nav button.owl-prev:hover {
  background: rgba(74, 148, 67, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjA4MiA4LjY5OWExIDEgMCAxIDAgMC0ydjJaTS45OTIgNi45OTJhMSAxIDAgMCAwIDAgMS40MTRsNi4zNjQgNi4zNjRhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDMuMTEzIDcuNjk5IDguNzcgMi4wNDJBMSAxIDAgMCAwIDcuMzU2LjYyOEwuOTkyIDYuOTkyWm0xNC4wOS0uMjkzSDEuNjk5djJoMTMuMzgzdi0yWiIvPjwvc3ZnPg==) no-repeat center center;
}

/* line 486, resources/assets/styles/templates/_template-service.scss */

.service-page__video-content .owl-nav button.owl-next,
.service-page__portfolio-content .owl-nav button.owl-next,
.service-page__main-item .owl-nav button.owl-next,
.service-page__media-content .owl-nav button.owl-next {
  right: 0;
  background: #4a9443 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuNzc3IDYuNjk5YTEgMSAwIDAgMCAwIDJ2LTJabTE0LjA5IDEuNzA3YTEgMSAwIDAgMCAwLTEuNDE0TDkuNTAxLjYyOGExIDEgMCAxIDAtMS40MTQgMS40MTRMMTMuNzQ1IDcuN2wtNS42NTcgNS42NTdhMSAxIDAgMSAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xLjc3NiA4LjdoMTMuMzgydi0ySDEuNzc3djJaIi8+PC9zdmc+) no-repeat center center;
  z-index: 99;
}

/* line 491, resources/assets/styles/templates/_template-service.scss */

.service-page__video-content .owl-nav button.owl-next:hover,
.service-page__portfolio-content .owl-nav button.owl-next:hover,
.service-page__main-item .owl-nav button.owl-next:hover,
.service-page__media-content .owl-nav button.owl-next:hover {
  background: rgba(74, 148, 67, 0.7) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEuNzc3IDYuNjk5YTEgMSAwIDAgMCAwIDJ2LTJabTE0LjA5IDEuNzA3YTEgMSAwIDAgMCAwLTEuNDE0TDkuNTAxLjYyOGExIDEgMCAxIDAtMS40MTQgMS40MTRMMTMuNzQ1IDcuN2wtNS42NTcgNS42NTdhMSAxIDAgMSAwIDEuNDE0IDEuNDE0bDYuMzY0LTYuMzY0Wk0xLjc3NiA4LjdoMTMuMzgydi0ySDEuNzc3djJaIi8+PC9zdmc+) no-repeat center center;
}

/* line 496, resources/assets/styles/templates/_template-service.scss */

.service-page__video-content .owl-nav button.disabled,
.service-page__portfolio-content .owl-nav button.disabled,
.service-page__main-item .owl-nav button.disabled,
.service-page__media-content .owl-nav button.disabled {
  background: rgba(0, 0, 0, 0) !important;
}

.service-page__video-content .owl-nav button.disabled, .service-page__portfolio-content .owl-nav button.disabled, .service-page__main-item .owl-nav button.disabled, .service-page__media-content .owl-nav button.disabled {
  background: #4a9443 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1LjA4MiA4LjY5OWExIDEgMCAxIDAgMC0ydjJaTS45OTIgNi45OTJhMSAxIDAgMCAwIDAgMS40MTRsNi4zNjQgNi4zNjRhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDMuMTEzIDcuNjk5IDguNzcgMi4wNDJBMSAxIDAgMCAwIDcuMzU2LjYyOEwuOTkyIDYuOTkyWm0xNC4wOS0uMjkzSDEuNjk5djJoMTMuMzgzdi0yWiIvPjwvc3ZnPg==) no-repeat center center !important;
}

/* line 503, resources/assets/styles/templates/_template-service.scss */

.service-page__portfolio-content .owl-nav button {
  bottom: -42px;
}

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

.portfolio-page {
  padding-top: 122px;
  margin-bottom: 45px;
}

/* line 5, resources/assets/styles/templates/_template-portfolio.scss */

.portfolio-page__main {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 40px;
}

/* line 11, resources/assets/styles/templates/_template-portfolio.scss */

.portfolio-page__main-heading {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 15, resources/assets/styles/templates/_template-portfolio.scss */

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

/* line 25, resources/assets/styles/templates/_template-portfolio.scss */

.portfolio-page__main-item {
  position: relative;
  width: calc((100% - 20px) / 2);
  margin-bottom: 30px;
  transition: 0.25s ease-in-out;
}

/* line 31, resources/assets/styles/templates/_template-portfolio.scss */

.portfolio-page__main-item:hover {
  transform: scale(1.03);
}

/* line 35, resources/assets/styles/templates/_template-portfolio.scss */

.portfolio-page__main-item:nth-child(odd) {
  margin-right: 20px;
}

/* line 39, resources/assets/styles/templates/_template-portfolio.scss */

.portfolio-page__main-item-link {
  width: 100%;
  height: 100%;
}

/* line 44, resources/assets/styles/templates/_template-portfolio.scss */

.portfolio-page__main-item-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
  cursor: pointer;
}

/* line 52, resources/assets/styles/templates/_template-portfolio.scss */

.portfolio-page__main-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2e6041;
  /* backdrop-filter: blur(7.5px); */
  width: 100%;
  min-height: 46px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 13px 13px;
}

/* line 71, resources/assets/styles/templates/_template-portfolio.scss */

.portfolio-page__seo {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 40px;
}

/* line 76, resources/assets/styles/templates/_template-portfolio.scss */

.portfolio-page__seo-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 80, resources/assets/styles/templates/_template-portfolio.scss */

.portfolio-page__seo-text {
  margin-top: 20px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
  color: #282b32;
}

/* line 89, resources/assets/styles/templates/_template-portfolio.scss */

.portfolio-page__seo-text ul {
  margin-top: 5px;
}

/* line 92, resources/assets/styles/templates/_template-portfolio.scss */

.portfolio-page__seo-text ul li {
  position: relative;
  padding-left: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

/* line 100, resources/assets/styles/templates/_template-portfolio.scss */

.portfolio-page__seo-text ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #282b32;
  border-radius: 50%;
}

/* line 113, resources/assets/styles/templates/_template-portfolio.scss */

.portfolio-page__seo-text strong {
  color: #2e6041;
}

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

.portfolio-single-page {
  padding-top: 122px;
  margin-bottom: 45px;
}

/* line 5, resources/assets/styles/templates/_template-portfolio-single.scss */

.portfolio-single-page__main {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 35px;
}

/* line 10, resources/assets/styles/templates/_template-portfolio-single.scss */

.portfolio-single-page__main-heading {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 14, resources/assets/styles/templates/_template-portfolio-single.scss */

.portfolio-single-page__main-text {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
  margin-top: 20px;
}

/* line 21, resources/assets/styles/templates/_template-portfolio-single.scss */

.portfolio-single-page__main-text p {
  margin-bottom: 10px;
}

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

.portfolio-single-page__main-text p:last-child {
  margin-bottom: 0;
}

/* line 29, resources/assets/styles/templates/_template-portfolio-single.scss */

.portfolio-single-page__main-text ul {
  margin-top: 5px;
}

/* line 32, resources/assets/styles/templates/_template-portfolio-single.scss */

.portfolio-single-page__main-text ul li {
  position: relative;
  padding-left: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

/* line 40, resources/assets/styles/templates/_template-portfolio-single.scss */

.portfolio-single-page__main-text ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #282b32;
  border-radius: 50%;
}

/* line 53, resources/assets/styles/templates/_template-portfolio-single.scss */

.portfolio-single-page__main-text strong {
  color: #2e6041;
}

/* line 58, resources/assets/styles/templates/_template-portfolio-single.scss */

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

/* line 68, resources/assets/styles/templates/_template-portfolio-single.scss */

.portfolio-single-page__main-item {
  position: relative;
  width: calc((100% - 20px) / 2);
  margin-bottom: 30px;
  transition: 0.25s ease-in-out;
}

/* line 74, resources/assets/styles/templates/_template-portfolio-single.scss */

.portfolio-single-page__main-item:hover {
  transform: scale(1.03);
}

/* line 78, resources/assets/styles/templates/_template-portfolio-single.scss */

.portfolio-single-page__main-item:nth-child(odd) {
  margin-right: 20px;
}

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

.portfolio-single-page__main-item-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
  cursor: zoom-in;
}

/* line 90, resources/assets/styles/templates/_template-portfolio-single.scss */

.portfolio-single-page__main-item-video {
  width: 100%;
  height: 360px;
}

/* line 94, resources/assets/styles/templates/_template-portfolio-single.scss */

.portfolio-single-page__main-item-video iframe {
  width: 100%;
  height: inherit;
}

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

.price-page {
  padding-top: 122px;
  padding-bottom: 116px;
}

/* line 5, resources/assets/styles/templates/_template-price.scss */

.price-page__head {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
}

/* line 14, resources/assets/styles/templates/_template-price.scss */

.price-page__head-heading {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
  width: fit-content;
}

/* line 20, resources/assets/styles/templates/_template-price.scss */

.price-page__head-link {
  position: relative;
  margin-left: 150px;
  padding-left: 43px;
}

/* line 25, resources/assets/styles/templates/_template-price.scss */

.price-page__head-link::before {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAyOCAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI3LjI4MDMgNy43MTk3NUwxOS43ODAzIDAuMjE5NzI3QzE5LjYzOTYgMC4wNzkxMDE2IDE5LjQ0OTIgMCAxOS4yNSAwSDMuNDk5OTVDMS44NDU0MyAwIDAuNSAxLjM0NTQzIDAuNSAzLjAwMDAyVjMzQzAuNSAzNC42NTQ2IDEuODQ1NDMgMzYgMy41MDAwMiAzNkgyNC41QzI2LjE1NDYgMzYgMjcuNSAzNC42NTQ2IDI3LjUgMzNWOC4yNDk5OEMyNy41IDguMDUwNzggMjcuNDIwOSA3Ljg2MDM3IDI3LjI4MDMgNy43MTk3NVpNMjAgMi41NjA1N0wyNC45Mzk0IDcuNTAwMDJIMjEuNUMyMC42NzMxIDcuNTAwMDIgMjAgNi44MjY5MiAyMCA2LjAwMDA1VjIuNTYwNTdaTTI2IDMzQzI2IDMzLjgyNjkgMjUuMzI2OSAzNC41IDI0LjUgMzQuNUgzLjUwMDAyQzIuNjczMTUgMzQuNSAyLjAwMDA1IDMzLjgyNjkgMi4wMDAwNSAzM1YzLjAwMDAyQzIuMDAwMDUgMi4xNzMxNSAyLjY3MzE1IDEuNTAwMDUgMy41MDAwMiAxLjUwMDA1SDE4LjVWNi4wMDAwNUMxOC41IDcuNjU0NTcgMTkuODQ1NCA5IDIxLjUgOUgyNlYzM1oiIGZpbGw9IiNEQTE0MzgiLz4KPHBhdGggZD0iTTE3LjgyMzkgMjIuMDE3M0MxNy4xMjk2IDIxLjQ3MDkgMTYuNDY5NyAyMC45MDkyIDE2LjAzMDMgMjAuNDY5N0MxNS40NTkgMTkuODk4NCAxNC45NDk5IDE5LjM0NDcgMTQuNTA3NiAxOC44MTc0QzE1LjE5NzYgMTYuNjg1MyAxNS41IDE1LjU4NiAxNS41IDE1QzE1LjUgMTIuNTEwNSAxNC42MDA2IDEyIDEzLjI1IDEyQzEyLjIyMzkgMTIgMTEgMTIuNTMzMSAxMSAxNS4wNzE4QzExIDE2LjE5MDkgMTEuNjEzMSAxNy41NDk2IDEyLjgyODIgMTkuMTI4N0MxMi41MzA4IDIwLjAzNjEgMTIuMTgxNCAyMS4wODI4IDExLjc4ODkgMjIuMjYyN0MxMS41OTk5IDIyLjgyODkgMTEuMzk0OSAyMy4zNTMyIDExLjE3OCAyMy44MzgxQzExLjAwMTUgMjMuOTE2NSAxMC44MzAxIDIzLjk5NjMgMTAuNjY0NiAyNC4wNzkxQzEwLjA2ODQgMjQuMzc3MiA5LjUwMjI1IDI0LjY0NTIgOC45NzcwOSAyNC44OTQzQzYuNTgyMDMgMjYuMDI4MSA1IDI2Ljc3ODEgNSAyOC4yNTlDNSAyOS4zMzQyIDYuMTY4MjQgMzAgNy4yNSAzMEM4LjY0NDUxIDMwIDEwLjc1MDIgMjguMTM3NCAxMi4yODgzIDI0Ljk5OTdDMTMuODg1IDI0LjM2OTggMTUuODY5OSAyMy45MDMyIDE3LjQzNjUgMjMuNjExQzE4LjY5MTkgMjQuNTc2MyAyMC4wNzg0IDI1LjUgMjAuNzUgMjUuNUMyMi42MDk2IDI1LjUgMjMgMjQuNDI0NyAyMyAyMy41MjMxQzIzIDIxLjc0OTkgMjAuOTc0MSAyMS43NDk5IDIwIDIxLjc0OTlDMTkuNjk3NSAyMS43NSAxOC44ODYgMjEuODM5MyAxNy44MjM5IDIyLjAxNzNaTTcuMjUgMjguNUM2LjgyMTUyIDI4LjUgNi41MzE0OCAyOC4yOTc4IDYuNDk5OTggMjguMjU5QzYuNDk5OTggMjcuNzI3MiA4LjA4NTY2IDI2Ljk3NTggOS42MTkzOSAyNi4yNDkzQzkuNzE2NzcgMjYuMjAzMSA5LjgxNTcgMjYuMTU3IDkuOTE2MDQgMjYuMTA5NEM4Ljc4OTU2IDI3Ljc0MjcgNy42NzU1MyAyOC41IDcuMjUgMjguNVpNMTIuNSAxNS4wNzE4QzEyLjUgMTMuNSAxMi45ODc5IDEzLjUgMTMuMjUgMTMuNUMxMy43ODAzIDEzLjUgMTQuMDAwMSAxMy41IDE0LjAwMDEgMTVDMTQuMDAwMSAxNS4zMTY0IDEzLjc4OTEgMTYuMTA3NCAxMy40MDMxIDE3LjM0MjNDMTIuODE0MiAxNi40MzU1IDEyLjUgMTUuNjU4NSAxMi41IDE1LjA3MThaTTEzLjA3NSAyMy4xMzI4QzEzLjEyMTkgMjMuMDAyNSAxMy4xNjczIDIyLjg3MDYgMTMuMjExMiAyMi43MzczQzEzLjQ4OTUgMjEuOTAyMyAxMy43NDAxIDIxLjE1MjMgMTMuOTYzNCAyMC40NzdDMTQuMjc0NyAyMC44MTk4IDE0LjYxMDIgMjEuMTcwNyAxNC45Njk4IDIxLjUzMDNDMTUuMTEwNCAyMS42NzA5IDE1LjQ1OTEgMjEuOTg3MyAxNS45MjM1IDIyLjM4MzVDMTQuOTk5IDIyLjU4NDkgMTQuMDE1NCAyMi44MzQ3IDEzLjA3NSAyMy4xMzI4Wk0yMS41IDIzLjUyMzJDMjEuNSAyMy44NjAxIDIxLjUgMjQgMjAuODA0MiAyNC4wMDQ0QzIwLjU5OTkgMjMuOTYwNSAyMC4xMjc1IDIzLjY4MjIgMTkuNTQ0NCAyMy4yODUyQzE5Ljc1NjEgMjMuMjYxOCAxOS45MTIxIDIzLjI1IDIwIDIzLjI1QzIxLjEwODIgMjMuMjUgMjEuNDIyNCAyMy4zNTg0IDIxLjUgMjMuNTIzMloiIGZpbGw9IiNEQTE0MzgiLz4KPC9zdmc+Cg==);
  top: -6px;
  left: 0;
}

/* line 32, resources/assets/styles/templates/_template-price.scss */

.price-page__head-link-item {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #203d39;
}

/* line 39, resources/assets/styles/templates/_template-price.scss */

.price-page__head-link-item:hover {
  color: rgba(74, 148, 67, 0.7);
}

/* line 46, resources/assets/styles/templates/_template-price.scss */

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

/* line 56, resources/assets/styles/templates/_template-price.scss */

.price-page__main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 894px;
  margin-left: 60px;
}

/* line 66, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

/* line 71, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base .finger {
  position: absolute;
  top: calc(50% - (97px / 2));
  left: 30%;
  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 91, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base .finger::before {
  position: absolute;
  content: url(/wp-content/themes/sage/dist/images/svg/finger.svg);
}

/* line 98, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base:hover .finger {
  display: none;
}

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

.price-page__main-table_base-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 107, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base-body {
  width: 100%;
  margin-top: 25px;
  border: 1px solid #2e6041;
}

/* line 113, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base-title_row {
  display: grid;
  grid-template-columns: 2.1fr 1.8fr 0.8fr 1.4fr 2.1fr;
  grid-column-gap: 1px;
  text-align: center;
  background: #a7c239;
  width: 100%;
  height: 59px;
}

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

.price-page__main-table_base-title_row-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #203d39;
  height: 100%;
}

/* line 136, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base-title_row-item:not(:last-child) {
  border-right: 1px solid #2e6041;
}

/* line 140, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base-title_row-item:first-child {
  justify-content: flex-start;
  padding-left: 10px;
}

/* line 146, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base-title_row-volume {
  justify-content: flex-start;
}

/* line 151, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base_row {
  display: grid;
  grid-template-columns: 2.1fr 4fr 2.1fr;
  grid-column-gap: 1px;
  text-align: start;
  background: #fff;
  width: 100%;
  min-height: 40px;
}

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

.price-page__main-table_base_row-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #2e6041;
  height: 100%;
  padding-left: 10px;
  border-top: 1px solid #2e6041;
}

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

.price-page__main-table_base_row-item:not(:last-child) {
  border-right: 1px solid #2e6041;
}

/* line 182, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base_row-item:first-child {
  justify-content: flex-start;
}

/* line 187, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base_row-name,
.price-page__main-table_base_row-volume {
  text-align: left;
  justify-content: flex-start;
}

/* line 193, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base_row-name {
  text-decoration-line: underline;
}

/* line 196, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base_row-name:hover {
  color: rgba(74, 148, 67, 0.7);
}

/* line 202, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base_rows-item {
  flex-direction: column;
  padding-left: 0;
  font-size: 16px;
}

/* line 208, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base_rows-subitem {
  display: grid;
  grid-template-columns: 1.8fr 0.8fr 1.4fr;
  grid-column-gap: 0;
  text-align: start;
  width: 100%;
}

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

.price-page__main-table_base_rows-subitem:not(:last-child) {
  border-bottom: 1px solid #2e6041;
}

/* line 220, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base_subrow-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
  min-height: 40px;
}

/* line 228, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base_subrow-item:not(:last-child) {
  border-right: 1px solid #2e6041;
}

/* line 233, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base_row-stock {
  justify-content: center;
}

/* line 237, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_base_row-price {
  justify-content: flex-end;
  padding-right: 5px;
}

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

.price-page__main-table {
  width: 100%;
}

/* line 246, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_item {
  width: 100%;
  margin-bottom: 50px;
}

/* line 250, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_item:last-child {
  margin-bottom: 0;
}

/* line 254, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_item-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 258, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_item-body {
  width: 100%;
  margin-top: 25px;
  border: 1px solid #2e6041;
}

/* line 264, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_item-title_row {
  display: grid;
  grid-template-columns: minmax(100px, 350px) repeat(auto-fit, minmax(100px, 1.66fr));
  grid-column-gap: 1px;
  text-align: center;
  background: #a7c239;
  width: 100%;
  height: 59px;
}

/* line 275, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_item-title_row-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #203d39;
  height: 100%;
  padding-left: 10px;
}

/* line 288, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_item-title_row-item:not(:last-child) {
  border-right: 1px solid #2e6041;
}

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

.price-page__main-table_item-title_row-item:first-child {
  justify-content: flex-start;
}

/* line 297, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_item-title_row-volume {
  justify-content: flex-start;
}

/* line 302, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_item_row {
  display: grid;
  grid-template-columns: minmax(100px, 350px) repeat(auto-fit, minmax(100px, 1.66fr));
  grid-column-gap: 1px;
  text-align: center;
  background: #fff;
  width: 100%;
  min-height: 40px;
}

/* line 314, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_item_row-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #2e6041;
  height: 100%;
  padding-left: 10px;
  border-top: 1px solid #2e6041;
}

/* line 328, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_item_row-item:not(:last-child) {
  border-right: 1px solid #2e6041;
}

/* line 332, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_item_row-item:first-child {
  justify-content: flex-start;
}

/* line 337, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_item_row-name,
.price-page__main-table_item_row-volume {
  text-align: left;
  justify-content: flex-start;
}

/* line 343, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_item_row-name {
  text-decoration-line: underline;
}

/* line 346, resources/assets/styles/templates/_template-price.scss */

.price-page__main-table_item_row-name:hover {
  color: rgba(74, 148, 67, 0.7);
}

/* line 354, resources/assets/styles/templates/_template-price.scss */

.price-page__main-textarea {
  width: 100%;
  margin-top: 60px;
}

/* line 358, resources/assets/styles/templates/_template-price.scss */

.price-page__main-textarea-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 362, resources/assets/styles/templates/_template-price.scss */

.price-page__main-textarea-text {
  margin-top: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

/* line 369, resources/assets/styles/templates/_template-price.scss */

.price-page__main-textarea-text p {
  margin-bottom: 10px;
}

/* line 372, resources/assets/styles/templates/_template-price.scss */

.price-page__main-textarea-text p:last-child {
  margin-bottom: 0;
}

/* line 377, resources/assets/styles/templates/_template-price.scss */

.price-page__main-textarea-text strong {
  color: #2e6041;
}

/* line 381, resources/assets/styles/templates/_template-price.scss */

.price-page__main-textarea-text ul {
  margin-top: 25px;
}

/* line 384, resources/assets/styles/templates/_template-price.scss */

.price-page__main-textarea-text ul li {
  position: relative;
  padding-left: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

/* line 392, resources/assets/styles/templates/_template-price.scss */

.price-page__main-textarea-text ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #282b32;
  border-radius: 50%;
}

/* line 408, resources/assets/styles/templates/_template-price.scss */

.price-page__table {
  width: 100%;
}

/* line 412, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka1 {
  position: relative;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 418, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka1-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 422, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka1-body {
  width: 100%;
  margin-top: 25px;
  border: 1px solid #2e6041;
}

/* line 428, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka1-title_row {
  display: grid;
  grid-template-columns: 2.5fr 2fr 1fr 1.5fr 1.5fr 1.5fr;
  grid-column-gap: 0;
  text-align: center;
  background: #a7c239;
  width: 100%;
  height: 59px;
}

/* line 439, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka1-title_row-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #203d39;
  height: 100%;
}

/* line 451, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka1-title_row-item:not(:last-child) {
  border-right: 1px solid #2e6041;
}

/* line 455, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka1-title_row-item:first-child {
  padding-left: 10px;
}

/* line 460, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka1-title_row-name {
  justify-content: flex-start;
  text-align: left;
}

/* line 466, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka1_item_row {
  display: grid;
  grid-template-columns: 5.5fr 1.5fr 1.5fr 1.5fr;
  grid-column-gap: 0;
  text-align: start;
  background: #fff;
  width: 100%;
  min-height: 40px;
}

/* line 479, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka1_item_row-sub {
  display: grid;
  grid-template-columns: 2.5fr 2fr 1fr;
  grid-column-gap: 0;
  text-align: center;
}

/* line 488, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka1_item_row-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #2e6041;
  height: 100%;
  padding: 5px;
  border-top: 1px solid #2e6041;
}

/* line 502, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka1_item_row-item:not(:last-child) {
  border-right: 1px solid #2e6041;
}

/* line 506, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka1_item_row-item:first-child {
  justify-content: flex-start;
}

/* line 511, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka1_item_row-name {
  text-decoration-line: underline;
  justify-content: flex-start;
  text-align: left;
  padding-left: 10px;
}

/* line 517, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka1_item_row-name:hover {
  color: rgba(74, 148, 67, 0.7);
}

/* line 522, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka1_item_row-volume {
  justify-content: flex-start;
  text-align: left;
}

/* line 527, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka1_item_row-value1 {
  border-right: 1px solid #2e6041;
}

/* line 533, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka2 {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

/* line 538, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka2-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 542, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka2-body {
  width: 100%;
  margin-top: 25px;
  border: 1px solid #2e6041;
}

/* line 548, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka2-title_row {
  display: grid;
  grid-template-columns: 3.2fr 2.2fr 1.4fr 1.6fr;
  grid-column-gap: 0;
  text-align: center;
  background: #a7c239;
  width: 100%;
  height: 59px;
}

/* line 559, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka2-title_row-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #203d39;
  height: 100%;
}

/* line 571, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka2-title_row-item:not(:last-child) {
  border-right: 1px solid #2e6041;
}

/* line 575, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka2-title_row-item:first-child {
  padding-left: 10px;
}

/* line 580, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka2-title_row-name {
  justify-content: flex-start;
}

/* line 585, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka2_item_row {
  display: grid;
  grid-template-columns: 3.2fr 2.2fr 1.4fr 1.6fr;
  grid-column-gap: 0;
  text-align: start;
  background: #fff;
  width: 100%;
  min-height: 40px;
}

/* line 594, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka2_item_row-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #2e6041;
  height: 100%;
  padding: 5px;
  border-top: 1px solid #2e6041;
}

/* line 608, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka2_item_row-item:not(:last-child) {
  border-right: 1px solid #2e6041;
}

/* line 612, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka2_item_row-item:first-child {
  justify-content: flex-start;
}

/* line 617, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka2_item_row-name {
  text-decoration-line: underline;
  justify-content: flex-start;
  padding-left: 10px;
}

/* line 622, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka2_item_row-name:hover {
  color: rgba(74, 148, 67, 0.7);
}

/* line 633, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3 {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

/* line 638, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 642, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3-body {
  width: 100%;
  margin-top: 25px;
  border: 1px solid #2e6041;
}

/* line 648, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3-title_row {
  display: grid;
  grid-template-columns: 2.6fr 2.2fr 4fr;
  grid-column-gap: 0;
  text-align: center;
  background: #a7c239;
  width: 100%;
  height: 118px;
}

/* line 659, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3-title_row-subitem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* line 666, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3-title_row-subitem-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0;
  text-align: center;
  width: 100%;
  height: 59px;
}

/* line 676, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3-title_row-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #203d39;
  height: 100%;
}

/* line 688, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3-title_row-item:not(:last-child) {
  border-right: 1px solid #2e6041;
}

/* line 692, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3-title_row-item:first-child {
  padding-left: 10px;
}

/* line 697, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3-title_row-name {
  justify-content: flex-start;
}

/* line 701, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3-title_row-price {
  height: 59px;
  border-bottom: 1px solid #2e6041;
  border-right: none !important;
  width: 100%;
}

/* line 709, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3_item_row {
  display: grid;
  grid-template-columns: 2.6fr 6.2fr;
  grid-column-gap: 0;
  text-align: start;
  background: #fff;
  width: 100%;
  min-height: 40px;
}

/* line 718, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3_item_row-sub {
  display: grid;
  grid-template-columns: 2.2fr 2fr 2fr;
  grid-column-gap: 0;
  text-align: center;
}

/* line 725, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3_item_row-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #2e6041;
  min-height: 40px;
  height: 100%;
  padding: 5px;
  border-top: 1px solid #2e6041;
}

/* line 740, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3_item_row-item:not(:last-child) {
  border-right: 1px solid #2e6041;
}

/* line 745, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3_item_row-name {
  text-decoration-line: underline;
  justify-content: flex-start;
  padding-left: 10px;
}

/* line 750, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3_item_row-name:hover {
  color: rgba(74, 148, 67, 0.7);
}

/* line 755, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka3_item_row-value3 {
  border-right: none !important;
}

/* line 761, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka4 {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

/* line 766, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka4-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 770, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka4-body {
  width: 100%;
  margin-top: 25px;
  border: 1px solid #2e6041;
}

/* line 776, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka4-title_row {
  display: grid;
  grid-template-columns: 2fr 2fr 3fr 3fr;
  grid-column-gap: 0;
  text-align: center;
  background: #a7c239;
  width: 100%;
  height: 59px;
}

/* line 787, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka4-title_row-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #203d39;
  height: 100%;
}

/* line 799, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka4-title_row-item:not(:last-child) {
  border-right: 1px solid #2e6041;
}

/* line 803, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka4-title_row-item:first-child {
  padding-left: 10px;
}

/* line 809, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka4_item_row {
  display: grid;
  grid-template-columns: 2fr 8fr;
  grid-column-gap: 0;
  text-align: start;
  background: #fff;
  width: 100%;
  min-height: 40px;
}

/* line 818, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka4_item_row-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #2e6041;
  height: 100%;
  padding: 5px;
  border-top: 1px solid #2e6041;
}

/* line 832, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka4_item_row-item:not(:last-child) {
  border-right: 1px solid #2e6041;
}

/* line 837, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka4_item_row-item-content {
  display: grid;
  grid-template-columns: 2fr 3fr 3fr;
  grid-column-gap: 0;
}

/* line 843, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka4_item_row-name {
  text-decoration-line: underline;
  justify-content: flex-start;
  padding-left: 10px;
}

/* line 848, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka4_item_row-name:hover {
  color: rgba(74, 148, 67, 0.7);
}

/* line 853, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka4_item_row-value4 {
  width: 100%;
}

/* line 859, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5 {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

/* line 864, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5:last-child {
  margin-bottom: 0;
}

/* line 868, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 872, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5-body {
  width: 100%;
  margin-top: 25px;
  border: 1px solid #2e6041;
}

/* line 878, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5-title_row {
  display: grid;
  grid-template-columns: 2.6fr 2.2fr 4fr;
  grid-column-gap: 0;
  text-align: center;
  background: #a7c239;
  width: 100%;
  height: 118px;
}

/* line 889, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5-title_row-subitem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* line 896, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5-title_row-subitem-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0;
  text-align: center;
  width: 100%;
  height: 59px;
}

/* line 906, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5-title_row-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #203d39;
  height: 100%;
}

/* line 918, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5-title_row-item:not(:last-child) {
  border-right: 1px solid #2e6041;
}

/* line 922, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5-title_row-item:first-child {
  padding-left: 10px;
}

/* line 927, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5-title_row-name {
  justify-content: flex-start;
}

/* line 931, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5-title_row-price {
  height: 59px;
  border-bottom: 1px solid #2e6041;
  border-right: none !important;
  width: 100%;
}

/* line 939, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5_item_row {
  display: grid;
  grid-template-columns: 2.6fr 6.2fr;
  grid-column-gap: 0;
  text-align: start;
  background: #fff;
  width: 100%;
  min-height: 40px;
}

/* line 948, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5_item_row-sub {
  display: grid;
  grid-template-columns: 2.2fr 4fr;
  grid-column-gap: 0;
  text-align: center;
}

/* line 955, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5_item_row-item-content {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-column-gap: 0;
}

/* line 961, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5_item_row-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #2e6041;
  min-height: 40px;
  height: 100%;
  padding: 5px;
  border-top: 1px solid #2e6041;
}

/* line 976, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5_item_row-item:not(:last-child) {
  border-right: 1px solid #2e6041;
}

/* line 981, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5_item_row-name {
  text-decoration-line: underline;
  justify-content: flex-start;
  padding-left: 10px;
}

/* line 986, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5_item_row-name:hover {
  color: rgba(74, 148, 67, 0.7);
}

/* line 991, resources/assets/styles/templates/_template-price.scss */

.price-page__table-fasovka5_item_row-value3 {
  border-right: none !important;
}

@-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);
  }
}

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

.contacts-page {
  padding-top: 122px;
  padding-bottom: 116px;
}

/* line 5, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 60px;
}

/* line 11, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-heading {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 15, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-content {
  width: 100%;
  margin-top: 32px;
}

/* line 19, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-content-wrapper {
  width: 100%;
  margin-top: 24px;
}

/* line 25, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  border-top: 2px solid #2e6041;
  margin-bottom: 24px;
}

/* line 35, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item:last-child {
  margin-bottom: 0;
  border-bottom: 2px solid #2e6041;
  padding-bottom: 24px;
}

/* line 41, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_info {
  max-width: 485px;
  width: 100%;
  margin-right: 40px;
}

/* line 46, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_info-name {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #000;
  margin-bottom: 18px;
}

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

.contacts-page__main-item_info-head {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}

/* line 65, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_info-location {
  display: flex;
  flex-direction: column;
  margin-top: 31px;
}

/* line 70, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_info-location-item {
  display: flex;
  flex-direction: row;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
}

/* line 79, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_info-location-title {
  margin-bottom: 6px;
  margin-right: 5px;
  color: #000;
}

/* line 85, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_info-location-content {
  color: #2e6041;
}

/* line 88, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_info-location-content:hover {
  color: rgba(74, 148, 67, 0.7);
}

/* line 94, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_info-bottom {
  margin-top: 60px;
}

/* line 97, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_info-bottom_scheme {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 174.3%;
  text-decoration-line: underline;
  color: #2e6041;
}

/* line 105, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_info-bottom_scheme:hover {
  color: rgba(74, 148, 67, 0.7);
}

/* line 110, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_info-bottom_gallery {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 22px;
}

/* line 118, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_info-bottom_gallery-item {
  width: 190px;
  height: 127px;
  margin-right: 6px;
}

/* line 123, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_info-bottom_gallery-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 130, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_info-bottom_gallery-item:last-child {
  margin-right: 0;
}

/* line 138, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_map {
  max-width: 692px;
  width: 100%;
  height: 406px;
}

/* line 143, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_map iframe {
  width: 100%;
}

/* line 148, resources/assets/styles/templates/_template-contacts.scss */

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

/* line 155, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_base-info {
  max-width: 485px;
  width: 100%;
  margin-right: 40px;
}

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

.contacts-page__main-item_base-info-address {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}

/* line 171, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_base-info-address-title {
  margin-bottom: 18px;
}

/* line 176, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_base-info-contacts {
  margin-top: 19px;
}

/* line 179, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_base-info-contacts-phone {
  display: flex;
  flex-direction: column;
  margin-bottom: 9px;
}

/* line 185, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_base-info-contacts-item {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 174.3%;
  color: #2e6041;
}

/* line 192, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_base-info-contacts-item:hover {
  color: rgba(74, 148, 67, 0.7);
}

/* line 198, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_base-info-text {
  margin-top: 19px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #000;
}

/* line 206, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_base-info-text ul {
  margin-top: 5px;
}

/* line 209, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_base-info-text ul li {
  position: relative;
  padding-left: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

/* line 217, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_base-info-text ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #282b32;
  border-radius: 50%;
}

/* line 230, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_base-info-text strong {
  color: #2e6041;
}

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

.contacts-page__main-item_base-info_gallery {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 22px;
}

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

.contacts-page__main-item_base-info_gallery-item {
  width: 190px;
  height: 127px;
  margin-right: 6px;
}

/* line 248, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_base-info_gallery-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 255, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_base-info_gallery-item:last-child {
  margin-right: 0;
}

/* line 262, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_base-map {
  max-width: 692px;
  width: 100%;
  height: 406px;
}

/* line 267, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__main-item_base-map iframe {
  width: 100%;
}

/* line 275, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__infotext {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 60px;
}

/* line 280, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__infotext-title {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
}

/* line 284, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__infotext-text {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
  margin-top: 20px;
  max-width: 825px;
  width: 100%;
}

/* line 293, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__infotext-text ul {
  margin-top: 5px;
}

/* line 296, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__infotext-text ul li {
  position: relative;
  padding-left: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140.52%;
}

/* line 304, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__infotext-text ul li::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 11px;
  width: 4px;
  height: 4px;
  background: #282b32;
  border-radius: 50%;
}

/* line 317, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__infotext-text strong {
  color: #2e6041;
}

/* line 324, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__infotext-text p {
  margin-bottom: 15px;
}

/* line 327, resources/assets/styles/templates/_template-contacts.scss */

.contacts-page__infotext-text p: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 {
    padding-top: 10px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header {
    margin-bottom: 0;
  }

  /* line 10, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-info {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-contacts-link {
    position: absolute;
    top: 0;
    left: 55%;
  }

  /* line 23, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-logo,
  .banner__header-logo-img {
    max-width: 177px;
  }

  /* line 28, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-logo-img {
    width: 177px;
    height: 40px;
  }

  /* line 33, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-logo {
    margin-right: 15px;
    height: 40px;
  }

  /* line 38, resources/assets/styles/559-adaptive/_559-header.scss */

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

  /* line 42, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-contacts-phones {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-right: 0;
  }

  /* line 50, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-contacts_item:first-child {
    margin-right: 5px;
    margin-bottom: 0;
  }

  /* line 55, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-buttons {
    display: none;
  }

  /* line 59, resources/assets/styles/559-adaptive/_559-header.scss */

  .menu-menyu-ves-sajt-container {
    padding-right: 10px;
  }

  /* line 63, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__nav-primary,
  .banner__all-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 0;
    padding-top: 50px;
    max-width: 100%;
    background: rgba(74, 148, 67, 0.88) linear-gradient(106.81deg, rgba(66, 232, 255, 0.13) 13.68%, rgba(167, 194, 57, 0.27) 81.57%);
    color: #4a9443;
    text-align: center;
    border: none;
    width: 100%;
    height: 100vh;
    /* backdrop-filter: blur(16px); */
    overflow-y: auto;
    z-index: 5;
  }

  /* line 82, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__nav-primary--active,
  .banner__all-menu--active {
    display: block !important;
  }

  /* line 86, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__nav-primary-list,
  .banner__all-menu-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 55px 15px 75px 25px;
    width: 100%;
    max-width: 450px;
    background: none;
    overflow-y: auto;
    height: 650px;
  }

  /* line 98, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__nav-primary-list::-webkit-scrollbar,
  .banner__all-menu-list::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    cursor: pointer;
  }

  /* line 104, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__nav-primary-list::-webkit-scrollbar-track,
  .banner__all-menu-list::-webkit-scrollbar-track {
    background: #2e6041;
    cursor: pointer;
  }

  /* line 109, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__nav-primary-list::-webkit-scrollbar-thumb,
  .banner__all-menu-list::-webkit-scrollbar-thumb {
    background: #a7c239;
    border-radius: 20px;
    transition: 0.25s ease-in-out;
    cursor: pointer;
  }

  /* line 116, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__nav-primary-list::-webkit-scrollbar-thumb:hover,
  .banner__all-menu-list::-webkit-scrollbar-thumb:hover {
    background: #11363c;
    cursor: pointer;
  }

  /* line 123, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__nav-primary-list li.menu-item {
    margin-right: 0;
    margin-bottom: 12px;
  }

  /* line 128, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__nav-primary-list li.emit a {
    color: #fff !important;
  }

  /* line 132, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__nav-primary-list li.menu-item a {
    font-weight: 600;
    color: #11363c;
    font-size: 20px;
    text-align: start;
    white-space: normal;
  }

  /* line 139, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__nav-primary-list li.menu-item a:hover {
    color: #ff7a00 !important;
  }

  /* line 144, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner .navi {
    background: transparent;
    position: absolute;
    top: 0;
    right: 15px;
    height: 60px;
    display: block;
    z-index: 199;
    transition: 0.5s ease-in-out;
    padding: 16px 27px;
    margin-left: 10px;
    cursor: pointer;
  }

  /* line 157, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner .navi::before,
  .banner .navi::after {
    background: #11363c;
    backface-visibility: hidden;
    content: "";
    height: 2px;
    left: calc(50% - 12.5px);
    transition: 0.5s ease-in-out;
    width: 38px;
  }

  /* line 168, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner .navi::before {
    box-shadow: #11363c 0 9px 0 0;
    position: absolute;
    top: calc(50% - 10px);
  }

  /* line 174, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner .navi::after {
    position: absolute;
    top: calc(50% + 8px);
  }

  /* line 179, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner .navi--active {
    transition: 0.5s ease-in-out;
  }

  /* line 182, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner .navi--active::before,
  .banner .navi--active::after {
    background: #11363c;
  }

  /* line 187, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner .navi--active::before {
    box-shadow: #11363c 0 0 0 0;
    top: 50%;
    transform: rotate(-45deg);
  }

  /* line 193, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner .navi--active::after {
    top: 50%;
    transform: rotate(45deg);
  }
}

@media (min-width: 1px) and (max-width: 389px) {
  /* line 202, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-contacts_item {
    font-size: 14px;
    line-height: 20px;
  }

  /* line 207, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-contacts-link {
    left: 185px !important;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-breadcrumbs.scss */

  .breadcrumbs {
    margin-top: 13px;
    margin-bottom: 13px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner-item-image1,
  .front-page__banner-item-image1-bg,
  .front-page__banner-item-image2::before {
    display: none;
  }

  /* line 8, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner-item-image2 {
    right: 0;
    z-index: -1;
  }

  /* line 13, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner-item-image2-img {
    height: 190px;
    width: 233px;
  }

  /* line 18, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner::before {
    display: none;
    height: 70px;
    width: 44px;
  }

  /* line 24, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjc2IiBoZWlnaHQ9IjQwMyIgdmlld0JveD0iMCAwIDI3NiA0MDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNjkgMzg1TDM2LjAzOTIgLTYuNUw1MDEuOTYxIC02LjVMMjY5IDM4NVoiIGZpbGw9IiMxRDlBRDYiLz4KPHBhdGggZD0iTTIwNy41IDE4M0wyNjguNzM5IDE4NEw0MDYuNjUzIDQwMi40OTNIMzQyLjVMMjA3LjUgMTgzWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzUxNF8xMDkyOSkiLz4KPHBhdGggZD0iTTI3NiAyNDJMMTMxLjM3NCAtMC4yNUw0MjAuNjI2IC0wLjI1TDI3NiAyNDJaIiBmaWxsPSIjQjlFNUZCIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNTE0XzEwOTI5IiB4MT0iMjQ5LjUyIiB5MT0iLTIyLjA3MDYiIHgyPSIyNDkuNTIiIHkyPSI0MDIuNDk0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzMjY5NDMiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMTYyMzMzIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);
    z-index: -1;
  }

  /* line 29, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner-item {
    align-items: center;
  }

  /* line 33, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner-item::before {
    display: none;
  }

  /* line 37, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner .owl-dots {
    display: none;
  }

  /* line 41, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-prev {
    display: none;
  }

  /* line 45, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-next {
    display: none;
  }

  /* line 49, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner-item-content {
    flex-direction: column;
    margin-bottom: 0;
  }

  /* line 54, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner-item-content-title,
  .front-page__banner-item-content-subtitle {
    max-width: 240px;
    font-size: 24px;
  }

  /* line 60, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner-item-content-title {
    margin-bottom: 10px;
  }
}

@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: 45px;
    margin-bottom: 25px;
    padding: 0;
  }

  /* line 8, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-top,
  .front-page__catalog-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 14, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-title {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 19, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-wrapper {
    margin-top: 45px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-content {
    max-width: 100%;
    margin-left: 0;
    padding: 0 !important;
  }

  /* line 32, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-item {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }

  /* line 37, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

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

  /* line 41, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

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

  /* line 46, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-item-image {
    height: 182px;
  }

  /* line 50, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-item-image img {
    object-fit: cover;
    margin-top: 0;
  }

  /* line 55, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-item-content {
    padding: 15px 15px 16px;
  }

  /* line 59, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-item-title {
    min-height: auto;
  }

  /* line 63, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog-item-price {
    margin-top: 20px;
    margin-bottom: 18px;
  }

  /* line 68, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog ul.products {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 76, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog ul.products .product {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }

  /* line 81, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog ul.products .product:nth-child(odd) {
    margin-right: 0;
  }

  /* line 85, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog ul.products .product:nth-child(even) {
    margin-right: 0;
  }

  /* line 90, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog ul.products .product .attachment-woocommerce_thumbnail,
  .front-page__catalog ul.products .product .wp-post-image {
    height: 182px;
    object-fit: cover;
    margin-top: 0;
  }

  /* line 97, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog ul.products .product__content {
    padding: 15px 15px 16px;
  }

  /* line 101, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog ul.products .product .woocommerce-loop-product__title {
    min-height: auto;
  }

  /* line 105, resources/assets/styles/559-adaptive/_559-front-page-catalog.scss */

  .front-page__catalog ul.products .product__main-price {
    margin-top: 20px;
    margin-bottom: 18px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-news.scss */

  .front-page__news {
    margin-top: 45px;
    margin-bottom: 110px;
    padding-right: 0;
  }

  /* line 8, resources/assets/styles/559-adaptive/_559-front-page-news.scss */

  .front-page__news-tabs {
    max-width: 350px;
    /* width: 100%; */
    width: calc(100% - 140px);
  }

  /* line 13, resources/assets/styles/559-adaptive/_559-front-page-news.scss */

  .front-page__news-tabs_btn {
    height: 35px;
    font-size: 24px;
    line-height: 29px;
  }

  /* line 19, resources/assets/styles/559-adaptive/_559-front-page-news.scss */

  .front-page__news-content {
    /* margin-top: 20px; */
  }

  /* line 23, resources/assets/styles/559-adaptive/_559-front-page-news.scss */

  .front-page__news .owl-carousel .owl-stage {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 28, resources/assets/styles/559-adaptive/_559-front-page-news.scss */

  .front-page__news-content-wrapp {
    width: 100%;
  }

  /* line 32, resources/assets/styles/559-adaptive/_559-front-page-news.scss */

  .front-page__news-content .owl-nav button {
    bottom: -58px;
  }

  /* line 36, resources/assets/styles/559-adaptive/_559-front-page-news.scss */

  .front-page__news-content .owl-nav button.owl-prev {
    /* left: 0; */
    left: calc(100% - 110px);
  }

  /* line 40, resources/assets/styles/559-adaptive/_559-front-page-news.scss */

  .front-page__news-content .owl-nav button.owl-next {
    /* left: 50px; */
    left: calc(100% - 60px);
  }

  /* line 45, resources/assets/styles/559-adaptive/_559-front-page-news.scss */

  .front-page__news-content_item:hover {
    transform: none;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-portfolio.scss */

  .front-page__portfolio {
    padding-top: 18px;
    padding-bottom: 100px;
    padding-right: 0;
  }

  /* line 8, resources/assets/styles/559-adaptive/_559-front-page-portfolio.scss */

  .front-page__portfolio-title {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 13, resources/assets/styles/559-adaptive/_559-front-page-portfolio.scss */

  .front-page__portfolio-container {
    margin-top: 20px;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-front-page-portfolio.scss */

  .front-page__portfolio-wrapper {
    padding-right: 0;
  }

  /* line 21, resources/assets/styles/559-adaptive/_559-front-page-portfolio.scss */

  .front-page__portfolio-content {
    width: 100%;
  }

  /* line 25, resources/assets/styles/559-adaptive/_559-front-page-portfolio.scss */

  .front-page__portfolio .owl-carousel .owl-stage {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 30, resources/assets/styles/559-adaptive/_559-front-page-portfolio.scss */

  .front-page__portfolio-content .owl-nav button {
    bottom: -58px;
  }

  /* line 34, resources/assets/styles/559-adaptive/_559-front-page-portfolio.scss */

  .front-page__portfolio-content .owl-nav button.owl-prev {
    left: calc(100% - 110px);
  }

  /* line 38, resources/assets/styles/559-adaptive/_559-front-page-portfolio.scss */

  .front-page__portfolio-content .owl-nav button.owl-next {
    left: calc(100% - 60px);
  }

  /* line 43, resources/assets/styles/559-adaptive/_559-front-page-portfolio.scss */

  .front-page__portfolio-item:hover {
    transform: none;
  }
}

@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: 45px;
    margin-bottom: 45px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 10, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about-main {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* line 22, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about-image {
    height: 280px;
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about-image-img {
    object-fit: cover;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-banner-block.scss */

  .banner-block {
    overflow: hidden;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-banner-block.scss */

  .banner-block-item-content {
    padding-left: 15px;
  }

  /* line 10, resources/assets/styles/559-adaptive/_559-banner-block.scss */

  .banner-block-item-content-title,
  .banner-block-item-content-subtitle {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-banner-block.scss */

  .banner-block-item-content-title {
    margin-bottom: 15px;
    max-width: 240px;
  }

  /* line 21, resources/assets/styles/559-adaptive/_559-banner-block.scss */

  .banner-block-item-content-subtitle {
    max-width: 240px;
  }

  /* line 25, resources/assets/styles/559-adaptive/_559-banner-block.scss */

  .banner-block-item::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjc2IiBoZWlnaHQ9IjQwMyIgdmlld0JveD0iMCAwIDI3NiA0MDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNjkgMzg1TDM2LjAzOTIgLTYuNUw1MDEuOTYxIC02LjVMMjY5IDM4NVoiIGZpbGw9IiMxRDlBRDYiLz4KPHBhdGggZD0iTTIwNy41IDE4M0wyNjguNzM5IDE4NEw0MDYuNjUzIDQwMi40OTNIMzQyLjVMMjA3LjUgMTgzWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzUxNF8xMDkyOSkiLz4KPHBhdGggZD0iTTI3NiAyNDJMMTMxLjM3NCAtMC4yNUw0MjAuNjI2IC0wLjI1TDI3NiAyNDJaIiBmaWxsPSIjQjlFNUZCIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNTE0XzEwOTI5IiB4MT0iMjQ5LjUyIiB5MT0iLTIyLjA3MDYiIHgyPSIyNDkuNTIiIHkyPSI0MDIuNDk0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzMjY5NDMiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMTYyMzMzIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    height: 205px;
    z-index: 1;
  }

  /* line 39, resources/assets/styles/559-adaptive/_559-banner-block.scss */

  .banner-block-item-image1,
  .banner-block-item::before,
  .banner-block-item-image2::before {
    display: none;
  }

  /* line 45, resources/assets/styles/559-adaptive/_559-banner-block.scss */

  .banner-block-item-image2 {
    right: -34px;
    width: 120px;
    height: 100px;
  }

  /* line 51, resources/assets/styles/559-adaptive/_559-banner-block.scss */

  .banner-block-item-image2-img {
    right: 0;
    width: 120px;
    height: 100px;
  }
}

@media (min-width: 1px) and (max-width: 369px) {
  /* line 59, resources/assets/styles/559-adaptive/_559-banner-block.scss */

  .banner-block-item::after {
    height: 160px !important;
  }
}

@media (min-width: 1px) and (max-width: 339px) {
  /* line 66, resources/assets/styles/559-adaptive/_559-banner-block.scss */

  .banner-block-item::after {
    height: 160px !important;
    z-index: -1 !important;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-information.scss */

  .front-page__information,
  .shop-page__information,
  .product-page__information,
  .service-page__information {
    margin-top: 25px;
    padding-top: 24px;
    padding-bottom: 50px;
    height: auto;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-information.scss */

  .service-page__information,
  .product-page__information,
  .shop-page__information {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  /* line 19, resources/assets/styles/559-adaptive/_559-information.scss */

  .front-page__information-content,
  .shop-page__information-content,
  .product-page__information-content,
  .service-page__information-content {
    padding-left: 15px;
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-information.scss */

  .front-page__information-title,
  .shop-page__information-title,
  .product-page__information-title,
  .service-page__information-title {
    font-size: 24px;
    line-height: 29px;
    max-width: 100%;
    margin-bottom: 9px;
  }

  /* line 36, resources/assets/styles/559-adaptive/_559-information.scss */

  .front-page__information-text,
  .shop-page__information-text,
  .product-page__information-text,
  .service-page__information-text {
    padding-left: 0;
    max-width: 100%;
  }

  /* line 44, resources/assets/styles/559-adaptive/_559-information.scss */

  .front-page__information-image1,
  .mask11,
  .mask22,
  .shop-page__information-image1,
  .product-page__information-image1,
  .service-page__information-image1,
  .front-page__information-image2,
  .shop-page__information-image2,
  .product-page__information-image2,
  .service-page__information-image2 {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-info-block.scss */

  .info-block {
    margin-top: 20px;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  /* line 10, resources/assets/styles/559-adaptive/_559-info-block.scss */

  .info-block-item-form {
    background: #2e6041;
    margin-right: 0;
  }

  /* line 14, resources/assets/styles/559-adaptive/_559-info-block.scss */

  .info-block-item-form::after {
    content: url(/wp-content/themes/sage/dist/images/svg/info_5.svg);
    top: 0;
    right: 20px;
  }

  /* line 21, resources/assets/styles/559-adaptive/_559-info-block.scss */

  .info-block-item-page1 {
    background: #25483c;
    left: 0;
  }

  /* line 25, resources/assets/styles/559-adaptive/_559-info-block.scss */

  .info-block-item-page1::after {
    content: url(/wp-content/themes/sage/dist/images/svg/info_6.svg);
    right: 20px;
  }

  /* line 31, resources/assets/styles/559-adaptive/_559-info-block.scss */

  .info-block-item-page2 {
    background: #192b35;
    margin-left: 0;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-info-block.scss */

  .info-block-item-page2::after {
    content: url(/wp-content/themes/sage/dist/images/svg/info_4.svg);
    bottom: -4px;
    right: 30px;
  }

  /* line 42, resources/assets/styles/559-adaptive/_559-info-block.scss */

  .info-block-item {
    position: relative !important;
    width: 100%;
    max-width: 100%;
    height: 122px;
    margin-bottom: 10px;
  }

  /* line 49, resources/assets/styles/559-adaptive/_559-info-block.scss */

  .info-block-item:last-child {
    margin-bottom: 0;
  }

  /* line 53, resources/assets/styles/559-adaptive/_559-info-block.scss */

  .info-block-item:hover {
    background: rgba(74, 148, 67, 0.7);
  }

  /* line 58, resources/assets/styles/559-adaptive/_559-info-block.scss */

  .info-block-item-button,
  .info-block-item-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    line-height: 29px;
    padding: 18px 15px;
  }

  /* line 69, resources/assets/styles/559-adaptive/_559-info-block.scss */

  .info-block-item-button {
    padding-right: 75px;
  }

  /* line 73, resources/assets/styles/559-adaptive/_559-info-block.scss */

  .info-block-item-page1 .info-block-item-link {
    padding-left: 30px;
  }

  /* line 77, resources/assets/styles/559-adaptive/_559-info-block.scss */

  .info-block-item-page2 .info-block-item-link {
    padding-left: 20px;
    padding-right: 60px;
  }
}

@media (min-width: 1px) and (max-width: 385px) {
  /* line 84, resources/assets/styles/559-adaptive/_559-info-block.scss */

  .info-block-item-button,
  .info-block-item-link {
    font-size: 20px !important;
    line-height: 25px !important;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page {
    padding-top: 90px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__main {
    margin-top: 25px;
    margin-bottom: 80px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 14, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__main-heading {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 19, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__main-content {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* line 25, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__main-image {
    max-width: none;
    width: 100%;
  }

  /* line 30, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__main-image,
  .about-page__main-image-img {
    height: 230px;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__textarea {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  /* line 40, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__textarea-title {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 45, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__portfolio {
    padding-top: 20px;
    padding-bottom: 140px;
  }

  /* line 50, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__portfolio-item-title {
    min-height: 39px;
    padding: 10px 13px;
  }

  /* line 55, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__portfolio-item-image {
    height: 230px;
  }

  /* line 59, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__main-image .owl-nav button,
  .about-page__portfolio-content .owl-nav button {
    bottom: -55px;
  }

  /* line 64, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__main-image .owl-nav button.owl-prev,
  .about-page__portfolio-content .owl-nav button.owl-prev {
    left: 0 !important;
  }

  /* line 69, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__main-image .owl-nav button.owl-next,
  .about-page__portfolio-content .owl-nav button.owl-next {
    left: 55px !important;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-template-calculator.scss */

  .calculator-page {
    padding-top: 90px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-template-calculator.scss */

  .calculator-page .sidebar {
    display: none !important;
  }

  /* line 10, resources/assets/styles/559-adaptive/_559-template-calculator.scss */

  .calculator-page__head-heading,
  .calculator-page__main-textarea-title {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-template-calculator.scss */

  .calculator-page__head {
    margin-top: 25px;
  }

  /* line 20, resources/assets/styles/559-adaptive/_559-template-calculator.scss */

  .calculator-page__main-form {
    margin-bottom: 40px;
  }

  /* line 24, resources/assets/styles/559-adaptive/_559-template-calculator.scss */

  .calculator-page__main-form .wpcf7 .wpcf7-form__block-wrapper-info {
    flex-direction: column;
    margin-top: 30px;
  }

  /* line 29, resources/assets/styles/559-adaptive/_559-template-calculator.scss */

  .calculator-page__main-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap {
    width: 100%;
    margin-right: 0;
  }

  /* line 34, resources/assets/styles/559-adaptive/_559-template-calculator.scss */

  .calculator-page__main-textarea-text {
    margin-top: 25px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page {
    padding-top: 90px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__main {
    position: relative;
    margin-top: 25px;
    margin-bottom: 80px;
    padding-bottom: 300px;
  }

  /* line 13, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__main-heading {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 18, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__main-content {
    margin-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 25, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__main-textarea {
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* line 30, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__main-ad-text {
    margin-top: 0;
    margin-bottom: 20px;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__main-item {
    position: absolute;
    bottom: 62px;
    left: 0;
    max-width: 100%;
    height: 230px;
  }

  /* line 43, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__main-image-img {
    object-fit: cover;
    object-position: center;
    height: 230px;
  }

  /* line 49, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__main-image .owl-nav button,
  .service-page__portfolio-content .owl-nav button {
    bottom: -55px;
  }

  /* line 54, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__main-image .owl-nav button.owl-prev,
  .service-page__portfolio-content .owl-nav button.owl-prev {
    left: 0 !important;
  }

  /* line 59, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__main-image .owl-nav button.owl-next,
  .service-page__portfolio-content .owl-nav button.owl-next {
    left: 55px !important;
  }

  /* line 65, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__seo {
    margin-bottom: 40px;
  }

  /* line 69, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__seo-title {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 75, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__media {
    padding-top: 20px;
  }

  /* line 79, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__media-tabs {
    max-width: 372px;
    width: 100%;
  }

  /* line 84, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__media-tabs_btn {
    height: 35px;
    font-size: 24px;
    line-height: 29px;
  }

  /* line 90, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__media-content {
    margin-top: 20px;
  }

  /* line 94, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__media-content_item-image {
    height: 200px;
  }

  /* line 98, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__media-content_item-video iframe {
    height: 200px;
  }

  /* line 102, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__media-content .owl-nav button.owl-prev,
  .service-page__video-content .owl-nav button.owl-prev,
  .service-page__portfolio-content .owl-nav button.owl-prev {
    left: 0 !important;
  }

  /* line 108, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__media-content .owl-nav button.owl-next,
  .service-page__video-content .owl-nav button.owl-next,
  .service-page__portfolio-content .owl-nav button.owl-next {
    left: 55px !important;
  }

  /* line 115, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__video {
    margin-top: 40px;
    margin-bottom: 110px;
  }

  /* line 120, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__video-title {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 125, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__video-content {
    margin-top: 20px;
  }

  /* line 129, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__video-content_item,
  .service-page__video-content_item-main {
    height: 280px;
  }

  /* line 135, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__portfolio-title {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 140, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__portfolio-content {
    margin-top: 20px;
  }

  /* line 144, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__portfolio .owl-carousel .owl-stage {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 149, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__portfolio-content .owl-nav button {
    bottom: -55px;
  }

  /* line 154, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__portfolio-item:hover {
    transform: none;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-template-price.scss */

  .price-page {
    padding-top: 90px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-template-price.scss */

  .price-page__head {
    margin-top: 25px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 13, resources/assets/styles/559-adaptive/_559-template-price.scss */

  .price-page .sidebar {
    display: none;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-template-price.scss */

  .price-page__head-link {
    position: relative;
    margin-left: 0;
  }

  /* line 22, resources/assets/styles/559-adaptive/_559-template-price.scss */

  .price-page__head-heading,
  .price-page__main-table_base-title,
  .price-page__main-table_item-title,
  .price-page__main-textarea-title,
  .price-page__table-fasovka1-title,
  .price-page__table-fasovka2-title,
  .price-page__table-fasovka3-title,
  .price-page__table-fasovka4-title,
  .price-page__table-fasovka5-title {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-template-price.scss */

  .price-page__head-heading {
    margin-bottom: 27px;
  }

  /* line 39, resources/assets/styles/559-adaptive/_559-template-price.scss */

  .price-page__main {
    margin-left: 0;
    max-width: 100%;
  }

  /* line 44, resources/assets/styles/559-adaptive/_559-template-price.scss */

  .price-page__main-table_item,
  .price-page__main-table_base,
  .price-page__table-fasovka1,
  .price-page__table-fasovka2,
  .price-page__table-fasovka3,
  .price-page__table-fasovka4,
  .price-page__table-fasovka5 {
    width: 900px;
    max-width: 100%;
    overflow-x: auto;
  }

  /* line 55, resources/assets/styles/559-adaptive/_559-template-price.scss */

  .price-page__main-table_item::-webkit-scrollbar,
  .price-page__main-table_base::-webkit-scrollbar,
  .price-page__table-fasovka1::-webkit-scrollbar,
  .price-page__table-fasovka2::-webkit-scrollbar,
  .price-page__table-fasovka3::-webkit-scrollbar,
  .price-page__table-fasovka4::-webkit-scrollbar,
  .price-page__table-fasovka5::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    cursor: pointer;
  }

  /* line 61, resources/assets/styles/559-adaptive/_559-template-price.scss */

  .price-page__main-table_item::-webkit-scrollbar-track,
  .price-page__main-table_base::-webkit-scrollbar-track,
  .price-page__table-fasovka1::-webkit-scrollbar-track,
  .price-page__table-fasovka2::-webkit-scrollbar-track,
  .price-page__table-fasovka3::-webkit-scrollbar-track,
  .price-page__table-fasovka4::-webkit-scrollbar-track,
  .price-page__table-fasovka5::-webkit-scrollbar-track {
    background: #2e6041;
    cursor: pointer;
  }

  /* line 66, resources/assets/styles/559-adaptive/_559-template-price.scss */

  .price-page__main-table_item::-webkit-scrollbar-thumb,
  .price-page__main-table_base::-webkit-scrollbar-thumb,
  .price-page__table-fasovka1::-webkit-scrollbar-thumb,
  .price-page__table-fasovka2::-webkit-scrollbar-thumb,
  .price-page__table-fasovka3::-webkit-scrollbar-thumb,
  .price-page__table-fasovka4::-webkit-scrollbar-thumb,
  .price-page__table-fasovka5::-webkit-scrollbar-thumb {
    background: #a7c239;
    border-radius: 20px;
    transition: 0.25s ease-in-out;
    cursor: pointer;
  }

  /* line 73, resources/assets/styles/559-adaptive/_559-template-price.scss */

  .price-page__main-table_item::-webkit-scrollbar-thumb:hover,
  .price-page__main-table_base::-webkit-scrollbar-thumb:hover,
  .price-page__table-fasovka1::-webkit-scrollbar-thumb:hover,
  .price-page__table-fasovka2::-webkit-scrollbar-thumb:hover,
  .price-page__table-fasovka3::-webkit-scrollbar-thumb:hover,
  .price-page__table-fasovka4::-webkit-scrollbar-thumb:hover,
  .price-page__table-fasovka5::-webkit-scrollbar-thumb:hover {
    background: #4a9443;
    cursor: pointer;
  }

  /* line 79, resources/assets/styles/559-adaptive/_559-template-price.scss */

  .price-page__main-table_item-body,
  .price-page__main-table_base-body,
  .price-page__table-fasovka1-body,
  .price-page__table-fasovka2-body,
  .price-page__table-fasovka3-body,
  .price-page__table-fasovka4-body,
  .price-page__table-fasovka5-body {
    width: 900px;
    margin-bottom: 5px;
  }

  /* line 90, resources/assets/styles/559-adaptive/_559-template-price.scss */

  .price-page__main-table_base .finger {
    display: flex;
  }

  /* line 94, resources/assets/styles/559-adaptive/_559-template-price.scss */

  .price-page__main-textarea {
    margin-top: 40px;
  }

  /* line 98, resources/assets/styles/559-adaptive/_559-template-price.scss */

  .price-page__main-textarea-text {
    margin-top: 20px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-template-portfolio.scss */

  .portfolio-page {
    padding-top: 90px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-template-portfolio.scss */

  .portfolio-page__main {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  /* line 11, resources/assets/styles/559-adaptive/_559-template-portfolio.scss */

  .portfolio-page__main-content {
    margin-top: 20px;
  }

  /* line 15, resources/assets/styles/559-adaptive/_559-template-portfolio.scss */

  .portfolio-page__main-heading,
  .portfolio-page__seo-title {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 21, resources/assets/styles/559-adaptive/_559-template-portfolio.scss */

  .portfolio-page__main-item {
    width: 100%;
    margin-bottom: 20px;
  }

  /* line 25, resources/assets/styles/559-adaptive/_559-template-portfolio.scss */

  .portfolio-page__main-item:nth-child(odd) {
    margin-right: 0;
  }

  /* line 30, resources/assets/styles/559-adaptive/_559-template-portfolio.scss */

  .portfolio-page__main-item-image {
    height: 230px;
  }

  /* line 34, resources/assets/styles/559-adaptive/_559-template-portfolio.scss */

  .portfolio-page__seo {
    margin-top: 20px;
  }

  /* line 38, resources/assets/styles/559-adaptive/_559-template-portfolio.scss */

  .portfolio-page__main-item-title {
    min-height: 39px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-template-portfolio-single.scss */

  .portfolio-single-page {
    padding-top: 90px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-template-portfolio-single.scss */

  .portfolio-single-page__main {
    margin-top: 20px;
  }

  /* line 10, resources/assets/styles/559-adaptive/_559-template-portfolio-single.scss */

  .portfolio-single-page__main-heading {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 15, resources/assets/styles/559-adaptive/_559-template-portfolio-single.scss */

  .portfolio-single-page__main-content {
    margin-top: 20px;
  }

  /* line 19, resources/assets/styles/559-adaptive/_559-template-portfolio-single.scss */

  .portfolio-single-page__main-item {
    width: 100%;
    margin-bottom: 20px;
  }

  /* line 23, resources/assets/styles/559-adaptive/_559-template-portfolio-single.scss */

  .portfolio-single-page__main-item:nth-child(odd) {
    margin-right: 0;
  }

  /* line 28, resources/assets/styles/559-adaptive/_559-template-portfolio-single.scss */

  .portfolio-single-page__main-item-image,
  .portfolio-single-page__main-item-video {
    height: 230px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contacts-page {
    padding-top: 90px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contacts-page__main {
    margin-top: 25px;
    margin-bottom: 40px;
  }

  /* line 11, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contacts-page__main-heading,
  .contacts-page__infotext-title {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contacts-page__main-content {
    margin-top: 20px;
  }

  /* line 21, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contacts-page__main-item_base,
  .contacts-page__main-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 28, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contacts-page__main-item_base-info,
  .contacts-page__main-item_info {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contacts-page__main-item_info-bottom {
    margin-top: 20px;
  }

  /* line 39, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contacts-page__main-item_base-info_gallery-item,
  .contacts-page__main-item_info-bottom_gallery-item {
    height: 119px;
  }

  /* line 44, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contacts-page__main-item_base-map,
  .contacts-page__main-item_map {
    max-width: 100%;
    height: 212px;
  }

  /* line 49, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contacts-page__main-item_base-map iframe,
  .contacts-page__main-item_map iframe {
    height: inherit;
  }

  /* line 54, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contacts-page__infotext {
    margin-top: 40px;
  }

  /* line 57, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contacts-page__infotext table {
    width: 700px;
    max-width: 100%;
    overflow-x: auto;
  }

  /* line 62, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contacts-page__infotext table::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    cursor: pointer;
  }

  /* line 68, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contacts-page__infotext table::-webkit-scrollbar-track {
    background: #2e6041;
    cursor: pointer;
  }

  /* line 73, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contacts-page__infotext table::-webkit-scrollbar-thumb {
    background: #a7c239;
    border-radius: 20px;
    transition: 0.25s ease-in-out;
    cursor: pointer;
  }

  /* line 80, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contacts-page__infotext table::-webkit-scrollbar-thumb:hover {
    background: #4a9443;
    cursor: pointer;
  }

  /* line 85, resources/assets/styles/559-adaptive/_559-template-contacts.scss */

  .contacts-page__infotext table tbody {
    width: 700px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-advantages-block.scss */

  .advantages-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  /* line 8, resources/assets/styles/559-adaptive/_559-advantages-block.scss */

  .advantages-block-title {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 13, resources/assets/styles/559-adaptive/_559-advantages-block.scss */

  .advantages-block-content {
    max-width: 100%;
    margin-top: 20px;
  }

  /* line 18, resources/assets/styles/559-adaptive/_559-advantages-block.scss */

  .advantages-block-item {
    max-width: 100%;
  }

  /* line 22, resources/assets/styles/559-adaptive/_559-advantages-block.scss */

  .advantages-block-item:nth-child(1),
  .advantages-block-item:nth-child(2) {
    margin-bottom: 0;
  }

  /* line 27, resources/assets/styles/559-adaptive/_559-advantages-block.scss */

  .advantages-block-bg-image {
    position: relative;
    width: 265px;
    height: 321px;
    display: none;
  }

  /* line 33, resources/assets/styles/559-adaptive/_559-advantages-block.scss */

  .advantages-block-bg-image-img {
    width: 265px;
    height: 321px;
  }

  /* line 38, resources/assets/styles/559-adaptive/_559-advantages-block.scss */

  .advantages-block-bg-image-poly {
    width: 291px;
    height: 323px;
  }

  /* line 43, resources/assets/styles/559-adaptive/_559-advantages-block.scss */

  .advantages-block-bg-image-poly::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkwIiBoZWlnaHQ9IjE1OCIgdmlld0JveD0iMCAwIDI5MCAxNTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMS44NzUgMTU3LjQyN0wtNS44MDU0MmUtMDcgMTQ0LjE0NkwyNDQuNzUyIDAuMzk2MDAxTDI4OS4wNjIgMC4zOTU5OTlMMjEuODc1IDE1Ny40MjdaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNDEwXzM0NjY3KSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzQxMF8zNDY2NyIgeDE9IjIxLjk0NjIiIHkxPSI4My4wNzQxIiB4Mj0iMjQ0Ljc1MiIgeTI9IjgzLjA3NDEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzMyNjk0MyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMxNjIzMzMiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
    top: 0;
    right: 40px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page {
    padding-top: 90px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__head {
    margin-top: 25px;
  }

  /* line 10, resources/assets/styles/559-adaptive/_559-archive-product.scss */

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

  /* line 15, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  /* line 22, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  /* .shop-page__loop ul.products {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px; */
  }

  /* line 30, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__head-heading,
  .shop-page__advantages-textarea-title {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 36, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__loop ul.products .product {
    /* width: 100%; */
    min-height: auto;
    margin-bottom: 20px;
  }

  /* line 41, resources/assets/styles/559-adaptive/_559-archive-product.scss */

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

  /* line 45, resources/assets/styles/559-adaptive/_559-archive-product.scss */

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

  /* line 50, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__loop ul.products .product .attachment-woocommerce_thumbnail,
  .shop-page__loop ul.products .product .wp-post-image {
    height: 182px;
    object-fit: cover;
    margin-top: 0;
  }

  /* line 57, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__loop ul.products .product__content {
    padding: 15px 15px 16px;
  }

  /* line 61, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__loop ul.products .product .woocommerce-loop-product__title {
    min-height: auto;
  }

  /* line 65, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__loop ul.products .product__main-price {
    margin-top: 20px;
    margin-bottom: 18px;
  }

  /* line 70, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__advantages {
    margin-top: 60px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 77, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__advantages-textarea {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* line 83, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__advantages-textarea-text {
    margin-top: 25px;
  }

  /* line 87, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__advantages-image {
    max-width: 100%;
    height: 230px;
  }

  /* line 92, resources/assets/styles/559-adaptive/_559-archive-product.scss */

  .shop-page__advantages-image-img {
    object-fit: cover;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page {
    padding-top: 90px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__tabs {
    max-width: 372px;
    width: 100%;
    margin-top: 25px;
    height: 35px;
  }

  /* line 13, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__tabs-link {
    height: 35px;
    font-size: 24px;
    line-height: 29px;
  }

  /* line 19, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__list {
    margin-top: 20px;
  }

  /* line 23, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__list-item {
    width: 100%;
    margin-bottom: 20px;
  }

  /* line 27, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__list-item:nth-child(odd) {
    margin-right: 0 !important;
  }

  /* line 31, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__list-item:nth-child(even) {
    margin-right: 0 !important;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page {
    padding-top: 90px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__main {
    margin-top: 25px;
    margin-bottom: 100px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 14, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__main-heading {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 19, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__main-content {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* line 25, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__main-image {
    max-width: none;
    width: 100%;
  }

  /* line 30, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__main-image,
  .blog-page__main-image-img {
    height: 230px;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__info-block {
    margin-bottom: 100px;
  }

  /* line 39, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__info-block-title {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 44, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__info-block-tabs {
    height: 35px;
    max-width: 372px;
    width: 100%;
  }

  /* line 50, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__info-block-tabs_btn {
    height: 35px;
    font-size: 24px;
    line-height: 29px;
  }

  /* line 56, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__info-block-media {
    margin-top: 40px;
  }

  /* line 60, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__info-block-content {
    margin-top: 20px;
  }

  /* line 64, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__info-block-content_item-image,
  .blog-page__info-block-content_item-video iframe {
    height: 230px;
  }

  /* line 69, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__info-block-content_item-title {
    min-height: 39px;
    padding: 10px 13px;
  }

  /* line 74, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__main-image .owl-nav button,
  .blog-page__info-block-content-foto .owl-nav button,
  .blog-page__info-block-content-video .owl-nav button {
    bottom: -55px;
  }

  /* line 80, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__main-image .owl-nav button.owl-prev,
  .blog-page__info-block-content-foto .owl-nav button.owl-prev,
  .blog-page__info-block-content-video .owl-nav button.owl-prev {
    left: 0 !important;
  }

  /* line 86, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__main-image .owl-nav button.owl-next,
  .blog-page__info-block-content-foto .owl-nav button.owl-next,
  .blog-page__info-block-content-video .owl-nav button.owl-next {
    left: 55px !important;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-pages.scss */

  .inner-page {
    padding-top: 90px;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-pages.scss */

  .inner-page__content {
    padding-top: 25px;
  }

  /* line 10, resources/assets/styles/559-adaptive/_559-pages.scss */

  .inner-page .page-header h1 {
    font-size: 24px;
    line-height: 29px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-404.scss */

  .not-found-page,
  .content-no-page {
    padding-top: 90px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-main_left {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 177px;
  }

  /* line 13, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-main_right {
    max-width: 100%;
    align-items: center;
  }

  /* line 18, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-main-logo-img {
    width: 177px;
    height: 40px;
    object-fit: contain;
    object-position: left;
  }

  /* line 25, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-main_left-item {
    display: none;
  }

  /* line 29, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-main {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 36, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-main_navigation {
    display: none;
  }

  /* line 40, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-main_info {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 47, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-main_info-item {
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* line 52, resources/assets/styles/559-adaptive/_559-footer.scss */

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

  /* line 56, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-main_info-link {
    position: absolute;
    top: -55px;
    right: 0;
  }

  /* line 62, resources/assets/styles/559-adaptive/_559-footer.scss */

  .footer-items_item {
    width: calc(100% / 4);
    height: 50px;
    font-size: 16px;
    line-height: 18px;
    align-items: flex-end;
  }

  /* line 69, resources/assets/styles/559-adaptive/_559-footer.scss */

  .footer-items_item::after {
    top: 8px;
    right: calc(50% - 18px);
  }

  /* line 76, resources/assets/styles/559-adaptive/_559-footer.scss */

  .footer-items_item_2::after {
    top: 11px;
  }

  /* line 81, resources/assets/styles/559-adaptive/_559-footer.scss */

  .footer-items_item_3 {
    display: none;
  }

  /* line 85, resources/assets/styles/559-adaptive/_559-footer.scss */

  .footer-items_item_5 {
    padding-bottom: 1px;
  }

  /* line 88, resources/assets/styles/559-adaptive/_559-footer.scss */

  .footer-items_item_5::after {
    top: 1.5px;
  }

  /* line 92, resources/assets/styles/559-adaptive/_559-footer.scss */

  .footer-items_item_5-link {
    font-size: 12px !important;
    line-height: 14px !important;
    align-items: flex-end;
    padding-right: 0px;
    text-align: center;
  }

  /* line 100, resources/assets/styles/559-adaptive/_559-footer.scss */

  .footer-items_item-link {
    font-size: 0;
    line-height: 0;
  }

  /* line 105, resources/assets/styles/559-adaptive/_559-footer.scss */

  .footer-items_item-img {
    /* top: 8px !important;
    right: calc(50% - (45px / 2)) !important;
    width: 45px !important;
    height: 30px !important;
    object-position: center center; */
    top: 12px !important;
    right: calc(50% - (24px / 2)) !important;
    width: 24px !important;
    height: 24px !important;
    object-position: center center;
  }
}

@media (min-width: 1px) and (max-width: 389px) {
  /* line 115, resources/assets/styles/559-adaptive/_559-footer.scss */

  .footer-items_item_5-link {
    font-size: 12px !important;
    line-height: 13px !important;
    padding-right: 6px;
  }
}

@media (min-width: 1px) and (max-width: 349px) {
  /* line 123, resources/assets/styles/559-adaptive/_559-footer.scss */

  .footer-items_item_5-link {
    font-size: 11px !important;
    line-height: 13px !important;
    padding-right: 4px;
  }
}

/** adaptive 768 */

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner {
    padding-top: 10px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__header {
    margin-bottom: 0;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__header-logo,
  .banner__header-logo-img {
    max-width: 220px;
  }

  /* line 15, resources/assets/styles/768-adaptive/_768-header.scss */

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

  /* line 19, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__header-buttons {
    display: none;
  }

  /* line 23, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__nav-primary,
  .banner__all-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 0;
    padding-top: 50px;
    max-width: 70%;
    background: rgba(74, 148, 67, 0.88) linear-gradient(106.81deg, rgba(66, 232, 255, 0.13) 13.68%, rgba(167, 194, 57, 0.27) 81.57%);
    color: #4a9443;
    text-align: center;
    border: none;
    width: 100%;
    height: 100vh;
    /* backdrop-filter: blur(16px); */
    overflow-y: auto;
    z-index: 5;
  }

  /* line 42, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__nav-primary--active,
  .banner__all-menu--active {
    display: block !important;
  }

  /* line 46, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__nav-primary-list,
  .banner__all-menu-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 175px 35px 155px 55px;
    width: 100%;
    max-width: 450px;
    background: none;
  }

  /* line 58, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__nav-primary-list li.menu-item {
    margin-right: 0;
    margin-bottom: 12px;
  }

  /* line 63, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__nav-primary-list li.emit a {
    color: #fff !important;
  }

  /* line 67, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__nav-primary-list li.menu-item a {
    font-weight: 600;
    color: #11363c;
    font-size: 20px;
    text-align: start;
  }

  /* line 73, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__nav-primary-list li.menu-item a:hover {
    color: #ff7a00 !important;
  }

  /* line 78, resources/assets/styles/768-adaptive/_768-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;
    cursor: pointer;
  }

  /* line 91, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner .navi::before,
  .banner .navi::after {
    background: #11363c;
    backface-visibility: hidden;
    content: "";
    height: 2px;
    left: calc(50% - 12.5px);
    transition: 0.5s ease-in-out;
    width: 38px;
  }

  /* line 102, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner .navi::before {
    box-shadow: #11363c 0 9px 0 0;
    position: absolute;
    top: calc(50% - 10px);
  }

  /* line 108, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner .navi::after {
    position: absolute;
    top: calc(50% + 8px);
  }

  /* line 113, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner .navi--active {
    transition: 0.5s ease-in-out;
  }

  /* line 116, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner .navi--active::before,
  .banner .navi--active::after {
    background: #11363c;
  }

  /* line 121, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner .navi--active::before {
    box-shadow: #11363c 0 0 0 0;
    top: 50%;
    transform: rotate(-45deg);
  }

  /* line 127, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner .navi--active::after {
    top: 50%;
    transform: rotate(45deg);
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-banner.scss */

  .front-page__banner-item-image1,
  .front-page__banner-item-image1-bg,
  .front-page__banner-item-image2::before {
    display: none;
  }

  /* line 8, resources/assets/styles/768-adaptive/_768-front-page-banner.scss */

  .front-page__banner-item-image2 {
    right: -60px;
  }

  /* line 12, resources/assets/styles/768-adaptive/_768-front-page-banner.scss */

  .front-page__banner-item-image2-img {
    height: 275px;
  }

  /* line 16, resources/assets/styles/768-adaptive/_768-front-page-banner.scss */

  .front-page__banner::before {
    height: 70px;
    width: 44px;
  }

  /* line 21, resources/assets/styles/768-adaptive/_768-front-page-banner.scss */

  .front-page__banner::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjc2IiBoZWlnaHQ9IjQwMyIgdmlld0JveD0iMCAwIDI3NiA0MDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNjkgMzg1TDM2LjAzOTIgLTYuNUw1MDEuOTYxIC02LjVMMjY5IDM4NVoiIGZpbGw9IiMxRDlBRDYiLz4KPHBhdGggZD0iTTIwNy41IDE4M0wyNjguNzM5IDE4NEw0MDYuNjUzIDQwMi40OTNIMzQyLjVMMjA3LjUgMTgzWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzUxNF8xMDkyOSkiLz4KPHBhdGggZD0iTTI3NiAyNDJMMTMxLjM3NCAtMC4yNUw0MjAuNjI2IC0wLjI1TDI3NiAyNDJaIiBmaWxsPSIjQjlFNUZCIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNTE0XzEwOTI5IiB4MT0iMjQ5LjUyIiB5MT0iLTIyLjA3MDYiIHgyPSIyNDkuNTIiIHkyPSI0MDIuNDk0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzMjY5NDMiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMTYyMzMzIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);
    z-index: -1;
  }

  /* line 26, resources/assets/styles/768-adaptive/_768-front-page-banner.scss */

  .front-page__banner .owl-dots {
    left: 5%;
  }

  /* line 30, resources/assets/styles/768-adaptive/_768-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-prev {
    left: 20%;
  }

  /* line 34, resources/assets/styles/768-adaptive/_768-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-next {
    left: 30%;
  }

  /* line 38, resources/assets/styles/768-adaptive/_768-front-page-banner.scss */

  .front-page__banner-item-content {
    flex-direction: column;
  }

  /* line 42, resources/assets/styles/768-adaptive/_768-front-page-banner.scss */

  .front-page__banner-item-content-title,
  .front-page__banner-item-content-subtitle {
    max-width: 300px;
  }

  /* line 47, resources/assets/styles/768-adaptive/_768-front-page-banner.scss */

  .front-page__banner-item-content-title {
    margin-bottom: 15px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog {
    margin-bottom: 30px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog-wrapper {
    margin-top: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 18, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog-content {
    max-width: 100%;
    margin-left: 0;
  }

  /* line 23, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog-item {
    width: calc((100% - 9px) / 2);
    min-height: 440px;
  }

  /* line 27, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog-item:nth-child(odd) {
    margin-right: 9px;
  }

  /* line 31, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

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

  /* line 36, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog-item-image {
    height: 195px;
  }

  /* line 40, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog-item-image img {
    object-fit: cover;
    margin-top: 0;
  }

  /* line 45, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog-item-content {
    padding: 15px 15px 20px;
  }

  /* line 49, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog-item-price {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* line 54, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog ul.products .product {
    width: calc((100% - 9px) / 2);
    min-height: 440px;
  }

  /* line 58, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog ul.products .product:nth-child(odd) {
    margin-right: 9px;
  }

  /* line 62, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog ul.products .product:nth-child(even) {
    margin-right: 0;
  }

  /* line 67, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog ul.products .product .attachment-woocommerce_thumbnail,
  .front-page__catalog ul.products .product .wp-post-image {
    height: 195px;
    object-fit: cover;
    margin-top: 0;
  }

  /* line 74, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog ul.products .product__content {
    padding: 15px 15px 20px;
  }

  /* line 78, resources/assets/styles/768-adaptive/_768-front-page-catalog.scss */

  .front-page__catalog ul.products .product__main-price {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-news.scss */

  .front-page__news {
    margin-top: 60px;
    margin-bottom: 130px;
    padding-right: 0;
  }

  /* line 8, resources/assets/styles/768-adaptive/_768-front-page-news.scss */

  .front-page__news-tabs_btn {
    height: 40px;
    font-size: 25px;
    line-height: 31px;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-front-page-news.scss */

  .front-page__news-content {
    /* margin-top: 0; */
  }

  /* line 18, resources/assets/styles/768-adaptive/_768-front-page-news.scss */

  .front-page__news-content-wrapp {
    width: 100%;
  }

  /* line 22, resources/assets/styles/768-adaptive/_768-front-page-news.scss */

  .front-page__news-content .owl-nav button.owl-prev {
    /* left: 0; */
    left: calc(100% - 110px);
  }

  /* line 26, resources/assets/styles/768-adaptive/_768-front-page-news.scss */

  .front-page__news-content .owl-nav button.owl-next {
    /* left: 50px; */
    left: calc(100% - 60px);
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-portfolio.scss */

  .front-page__portfolio {
    padding-top: 25px;
    padding-bottom: 110px;
    padding-right: 0;
  }

  /* line 8, resources/assets/styles/768-adaptive/_768-front-page-portfolio.scss */

  .front-page__portfolio-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 13, resources/assets/styles/768-adaptive/_768-front-page-portfolio.scss */

  .front-page__portfolio-content {
    width: 100%;
  }

  /* line 17, resources/assets/styles/768-adaptive/_768-front-page-portfolio.scss */

  .front-page__portfolio-content .owl-nav button.owl-prev {
    left: calc(100% - 110px);
  }

  /* line 21, resources/assets/styles/768-adaptive/_768-front-page-portfolio.scss */

  .front-page__portfolio-content .owl-nav button.owl-next {
    left: calc(100% - 60px);
  }
}

@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: 60px;
    margin-bottom: 60px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-front-page-about.scss */

  .front-page__about-title {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 20px;
  }

  /* line 16, resources/assets/styles/768-adaptive/_768-front-page-about.scss */

  .front-page__about-main {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* line 22, resources/assets/styles/768-adaptive/_768-front-page-about.scss */

  .front-page__about-image {
    height: 350px;
  }

  /* line 26, resources/assets/styles/768-adaptive/_768-front-page-about.scss */

  .front-page__about-image-img {
    object-fit: cover;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-banner-block.scss */

  .banner-block-item-content {
    padding-left: 15px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-banner-block.scss */

  .banner-block-item-content-title,
  .banner-block-item-content-subtitle {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 12, resources/assets/styles/768-adaptive/_768-banner-block.scss */

  .banner-block-item-content-title {
    margin-bottom: 15px;
  }

  /* line 16, resources/assets/styles/768-adaptive/_768-banner-block.scss */

  .banner-block-item-content-subtitle {
    max-width: 420px;
  }

  /* line 20, resources/assets/styles/768-adaptive/_768-banner-block.scss */

  .banner-block-item::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjc2IiBoZWlnaHQ9IjQwMyIgdmlld0JveD0iMCAwIDI3NiA0MDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNjkgMzg1TDM2LjAzOTIgLTYuNUw1MDEuOTYxIC02LjVMMjY5IDM4NVoiIGZpbGw9IiMxRDlBRDYiLz4KPHBhdGggZD0iTTIwNy41IDE4M0wyNjguNzM5IDE4NEw0MDYuNjUzIDQwMi40OTNIMzQyLjVMMjA3LjUgMTgzWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzUxNF8xMDkyOSkiLz4KPHBhdGggZD0iTTI3NiAyNDJMMTMxLjM3NCAtMC4yNUw0MjAuNjI2IC0wLjI1TDI3NiAyNDJaIiBmaWxsPSIjQjlFNUZCIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNTE0XzEwOTI5IiB4MT0iMjQ5LjUyIiB5MT0iLTIyLjA3MDYiIHgyPSIyNDkuNTIiIHkyPSI0MDIuNDk0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzMjY5NDMiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMTYyMzMzIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    height: 205px;
    z-index: 1;
  }

  /* line 34, resources/assets/styles/768-adaptive/_768-banner-block.scss */

  .banner-block-item-image1,
  .banner-block-item::before,
  .banner-block-item-image2::before {
    display: none;
  }

  /* line 40, resources/assets/styles/768-adaptive/_768-banner-block.scss */

  .banner-block-item-image2 {
    right: -34px;
    width: 170px;
    height: 140px;
  }

  /* line 46, resources/assets/styles/768-adaptive/_768-banner-block.scss */

  .banner-block-item-image2-img {
    right: 0;
    width: 170px;
    height: 140px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-information.scss */

  .front-page__information,
  .shop-page__information,
  .product-page__information,
  .service-page__information {
    margin-top: 30px;
    height: 303px;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-information.scss */

  .front-page__information-content,
  .shop-page__information-content,
  .product-page__information-content,
  .service-page__information-content {
    padding-left: 3%;
  }

  /* line 17, resources/assets/styles/768-adaptive/_768-information.scss */

  .front-page__information-title,
  .shop-page__information-title,
  .product-page__information-title,
  .service-page__information-title {
    font-size: 25px;
    line-height: 31px;
    max-width: 100%;
    margin-bottom: 15px;
  }

  /* line 27, resources/assets/styles/768-adaptive/_768-information.scss */

  .front-page__information-text,
  .shop-page__information-text,
  .product-page__information-text,
  .service-page__information-text {
    padding-left: 0;
    max-width: 100%;
  }

  /* line 35, resources/assets/styles/768-adaptive/_768-information.scss */

  .front-page__information-image1,
  .mask11,
  .mask22,
  .shop-page__information-image1,
  .product-page__information-image1,
  .service-page__information-image1,
  .front-page__information-image2,
  .shop-page__information-image2,
  .product-page__information-image2,
  .service-page__information-image2 {
    display: none;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__main {
    margin-top: 30px;
    margin-bottom: 80px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__main-heading {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 19, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__main-content {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* line 25, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__main-image {
    max-width: none;
    width: 100%;
  }

  /* line 30, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__main-image,
  .about-page__main-image-img {
    height: 290px;
  }

  /* line 35, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__textarea {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  /* line 40, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__textarea-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 45, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__portfolio {
    padding-top: 40px;
    padding-bottom: 140px;
  }

  /* line 50, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__portfolio-item-image {
    height: 290px;
  }

  /* line 54, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__main-image .owl-nav button,
  .about-page__portfolio-content .owl-nav button {
    bottom: -55px;
  }

  /* line 59, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__main-image .owl-nav button.owl-prev,
  .about-page__portfolio-content .owl-nav button.owl-prev {
    left: 0 !important;
  }

  /* line 64, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__main-image .owl-nav button.owl-next,
  .about-page__portfolio-content .owl-nav button.owl-next {
    left: 55px !important;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-template-calculator.scss */

  .calculator-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-template-calculator.scss */

  .calculator-page .sidebar {
    display: none !important;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-template-calculator.scss */

  .calculator-page__head-heading,
  .calculator-page__main-textarea-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 16, resources/assets/styles/768-adaptive/_768-template-calculator.scss */

  .calculator-page__head {
    margin-top: 30px;
  }

  /* line 20, resources/assets/styles/768-adaptive/_768-template-calculator.scss */

  .calculator-page__main-form {
    margin-bottom: 60px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__main {
    position: relative;
    margin-top: 25px;
    margin-bottom: 80px;
    padding-bottom: 365px;
  }

  /* line 13, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__main-heading {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 18, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__main-content {
    margin-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 25, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__main-textarea {
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* line 30, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__main-ad-text {
    margin-top: 0;
    margin-bottom: 20px;
  }

  /* line 35, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__main-item {
    position: absolute;
    bottom: 62px;
    left: 0;
    max-width: 100%;
    height: 290px;
  }

  /* line 43, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__main-image-img {
    object-fit: cover;
    object-position: center;
    height: 290px;
  }

  /* line 49, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__main-image .owl-nav button {
    bottom: -55px;
  }

  /* line 53, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__main-image .owl-nav button.owl-prev,
  .service-page__portfolio-content .owl-nav button.owl-prev {
    left: 0 !important;
  }

  /* line 58, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__main-image .owl-nav button.owl-next,
  .service-page__portfolio-content .owl-nav button.owl-next {
    left: 55px !important;
  }

  /* line 64, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__seo {
    margin-bottom: 50px;
  }

  /* line 68, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__seo-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 74, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__media-tabs_btn {
    height: 40px;
    font-size: 25px;
    line-height: 31px;
  }

  /* line 80, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__media-content {
    margin-top: 30px;
  }

  /* line 84, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__media-content_item-image {
    height: 300px;
  }

  /* line 88, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__media-content_item-video iframe {
    height: 300px;
  }

  /* line 92, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__media-content .owl-nav button.owl-prev,
  .service-page__video-content .owl-nav button.owl-prev,
  .service-page__portfolio-content .owl-nav button.owl-prev {
    left: 0 !important;
  }

  /* line 98, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__media-content .owl-nav button.owl-next,
  .service-page__video-content .owl-nav button.owl-next,
  .service-page__portfolio-content .owl-nav button.owl-next {
    left: 55px !important;
  }

  /* line 105, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__video {
    margin-top: 50px;
    margin-bottom: 110px;
  }

  /* line 110, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__video-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 115, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__video-content {
    margin-top: 30px;
  }

  /* line 119, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__video-content_item,
  .service-page__video-content_item-main {
    height: 330px;
  }

  /* line 125, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__portfolio-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 130, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__portfolio-content {
    margin-top: 10px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-template-price.scss */

  .price-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-template-price.scss */

  .price-page__head {
    margin-top: 30px;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-template-price.scss */

  .price-page .sidebar {
    display: none;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-template-price.scss */

  .price-page__head-link {
    margin-left: 100px;
  }

  /* line 18, resources/assets/styles/768-adaptive/_768-template-price.scss */

  .price-page__head-heading,
  .price-page__main-table_base-title,
  .price-page__main-table_item-title,
  .price-page__main-textarea-title,
  .price-page__table-fasovka1-title,
  .price-page__table-fasovka2-title,
  .price-page__table-fasovka3-title,
  .price-page__table-fasovka4-title,
  .price-page__table-fasovka5-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 31, resources/assets/styles/768-adaptive/_768-template-price.scss */

  .price-page__main {
    margin-left: 0;
    max-width: 100%;
  }

  /* line 36, resources/assets/styles/768-adaptive/_768-template-price.scss */

  .price-page__main-table_item,
  .price-page__main-table_base,
  .price-page__table-fasovka1,
  .price-page__table-fasovka2,
  .price-page__table-fasovka3,
  .price-page__table-fasovka4,
  .price-page__table-fasovka5 {
    width: 900px;
    max-width: 100%;
    overflow-x: auto;
  }

  /* line 47, resources/assets/styles/768-adaptive/_768-template-price.scss */

  .price-page__main-table_item::-webkit-scrollbar,
  .price-page__main-table_base::-webkit-scrollbar,
  .price-page__table-fasovka1::-webkit-scrollbar,
  .price-page__table-fasovka2::-webkit-scrollbar,
  .price-page__table-fasovka3::-webkit-scrollbar,
  .price-page__table-fasovka4::-webkit-scrollbar,
  .price-page__table-fasovka5::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    cursor: pointer;
  }

  /* line 53, resources/assets/styles/768-adaptive/_768-template-price.scss */

  .price-page__main-table_item::-webkit-scrollbar-track,
  .price-page__main-table_base::-webkit-scrollbar-track,
  .price-page__table-fasovka1::-webkit-scrollbar-track,
  .price-page__table-fasovka2::-webkit-scrollbar-track,
  .price-page__table-fasovka3::-webkit-scrollbar-track,
  .price-page__table-fasovka4::-webkit-scrollbar-track,
  .price-page__table-fasovka5::-webkit-scrollbar-track {
    background: #2e6041;
    cursor: pointer;
  }

  /* line 58, resources/assets/styles/768-adaptive/_768-template-price.scss */

  .price-page__main-table_item::-webkit-scrollbar-thumb,
  .price-page__main-table_base::-webkit-scrollbar-thumb,
  .price-page__table-fasovka1::-webkit-scrollbar-thumb,
  .price-page__table-fasovka2::-webkit-scrollbar-thumb,
  .price-page__table-fasovka3::-webkit-scrollbar-thumb,
  .price-page__table-fasovka4::-webkit-scrollbar-thumb,
  .price-page__table-fasovka5::-webkit-scrollbar-thumb {
    background: #a7c239;
    border-radius: 20px;
    transition: 0.25s ease-in-out;
    cursor: pointer;
  }

  /* line 65, resources/assets/styles/768-adaptive/_768-template-price.scss */

  .price-page__main-table_item::-webkit-scrollbar-thumb:hover,
  .price-page__main-table_base::-webkit-scrollbar-thumb:hover,
  .price-page__table-fasovka1::-webkit-scrollbar-thumb:hover,
  .price-page__table-fasovka2::-webkit-scrollbar-thumb:hover,
  .price-page__table-fasovka3::-webkit-scrollbar-thumb:hover,
  .price-page__table-fasovka4::-webkit-scrollbar-thumb:hover,
  .price-page__table-fasovka5::-webkit-scrollbar-thumb:hover {
    background: #4a9443;
    cursor: pointer;
  }

  /* line 71, resources/assets/styles/768-adaptive/_768-template-price.scss */

  .price-page__main-table_item-body,
  .price-page__main-table_base-body,
  .price-page__table-fasovka1-body,
  .price-page__table-fasovka2-body,
  .price-page__table-fasovka3-body,
  .price-page__table-fasovka4-body,
  .price-page__table-fasovka5-body {
    width: 900px;
    margin-bottom: 5px;
  }

  /* line 82, resources/assets/styles/768-adaptive/_768-template-price.scss */

  .price-page__main-table_base .finger {
    display: flex;
  }

  /* line 86, resources/assets/styles/768-adaptive/_768-template-price.scss */

  .price-page__main-textarea {
    margin-top: 50px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-template-portfolio.scss */

  .portfolio-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-template-portfolio.scss */

  .portfolio-page__main {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-template-portfolio.scss */

  .portfolio-page__main-content {
    margin-top: 30px;
  }

  /* line 15, resources/assets/styles/768-adaptive/_768-template-portfolio.scss */

  .portfolio-page__main-heading,
  .portfolio-page__seo-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 21, resources/assets/styles/768-adaptive/_768-template-portfolio.scss */

  .portfolio-page__main-item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 20px;
  }

  /* line 25, resources/assets/styles/768-adaptive/_768-template-portfolio.scss */

  .portfolio-page__main-item:nth-child(odd) {
    margin-right: 15px;
  }

  /* line 30, resources/assets/styles/768-adaptive/_768-template-portfolio.scss */

  .portfolio-page__main-item-image {
    height: 290px;
  }

  /* line 34, resources/assets/styles/768-adaptive/_768-template-portfolio.scss */

  .portfolio-page__seo {
    margin-top: 30px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-template-portfolio-single.scss */

  .portfolio-single-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-template-portfolio-single.scss */

  .portfolio-single-page__main {
    margin-top: 30px;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-template-portfolio-single.scss */

  .portfolio-single-page__main-heading {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 15, resources/assets/styles/768-adaptive/_768-template-portfolio-single.scss */

  .portfolio-single-page__main-content {
    margin-top: 30px;
  }

  /* line 19, resources/assets/styles/768-adaptive/_768-template-portfolio-single.scss */

  .portfolio-single-page__main-item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 20px;
  }

  /* line 23, resources/assets/styles/768-adaptive/_768-template-portfolio-single.scss */

  .portfolio-single-page__main-item:nth-child(odd) {
    margin-right: 15px;
  }

  /* line 28, resources/assets/styles/768-adaptive/_768-template-portfolio-single.scss */

  .portfolio-single-page__main-item-image,
  .portfolio-single-page__main-item-video {
    height: 290px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-template-contacts.scss */

  .contacts-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-template-contacts.scss */

  .contacts-page__main {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-template-contacts.scss */

  .contacts-page__main-heading,
  .contacts-page__infotext-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 17, resources/assets/styles/768-adaptive/_768-template-contacts.scss */

  .contacts-page__main-content {
    margin-top: 30px;
  }

  /* line 21, resources/assets/styles/768-adaptive/_768-template-contacts.scss */

  .contacts-page__main-item_base,
  .contacts-page__main-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 28, resources/assets/styles/768-adaptive/_768-template-contacts.scss */

  .contacts-page__main-item_base-info,
  .contacts-page__main-item_info {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* line 35, resources/assets/styles/768-adaptive/_768-template-contacts.scss */

  .contacts-page__main-item_info-bottom {
    margin-top: 40px;
  }

  /* line 39, resources/assets/styles/768-adaptive/_768-template-contacts.scss */

  .contacts-page__main-item_base-info_gallery-item,
  .contacts-page__main-item_info-bottom_gallery-item {
    height: 122px;
  }

  /* line 44, resources/assets/styles/768-adaptive/_768-template-contacts.scss */

  .contacts-page__main-item_base-map,
  .contacts-page__main-item_map {
    max-width: 100%;
    height: 300px;
  }

  /* line 49, resources/assets/styles/768-adaptive/_768-template-contacts.scss */

  .contacts-page__main-item_base-map iframe,
  .contacts-page__main-item_map iframe {
    height: inherit;
  }

  /* line 54, resources/assets/styles/768-adaptive/_768-template-contacts.scss */

  .contacts-page__infotext {
    margin-top: 50px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__head {
    margin-top: 30px;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-archive-product.scss */

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

  /* line 15, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 21, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  /* .shop-page__loop ul.products {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  } */

  /* line 27, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__head-heading,
  .shop-page__advantages-textarea-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 33, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__loop ul.products .product {
    /* width: calc((100% - 9px) / 2); */
    min-height: 440px;
  }

  /* line 37, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__loop ul.products .product:nth-child(odd) {
    margin-right: 9px;
  }

  /* line 41, resources/assets/styles/768-adaptive/_768-archive-product.scss */

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

  /* line 46, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__loop ul.products .product .attachment-woocommerce_thumbnail,
  .shop-page__loop ul.products .product .wp-post-image {
    height: 195px;
    object-fit: cover;
    margin-top: 0;
  }

  /* line 53, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__loop ul.products .product__content {
    padding: 15px 15px 20px;
  }

  /* line 57, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__loop ul.products .product__main-price {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* line 62, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__advantages {
    margin-top: 60px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 69, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__advantages-textarea {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* line 75, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__advantages-image {
    max-width: 100%;
    height: 290px;
  }

  /* line 80, resources/assets/styles/768-adaptive/_768-archive-product.scss */

  .shop-page__advantages-image-img {
    object-fit: cover;
  }
}

@media (min-width: 1px) and (max-width: 767.9px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__main .product {
    flex-direction: column;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__main-content {
    max-width: 100%;
    margin-right: 0;
  }

  /* line 16, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__image {
    margin-top: 10px;
    max-width: 100%;
  }

  /* line 20, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__image-item {
    max-height: 240px;
  }

  /* line 23, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__image-item img {
    object-fit: cover;
  }

  /* line 29, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__info {
    flex-direction: column;
  }

  /* line 32, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__info-main {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    padding: 16px 8px 26px;
  }

  /* line 40, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__info-main_table_row-item {
    padding: 10px;
  }

  /* line 47, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__info-banner {
    margin-top: 40px;
    width: 100%;
  }

  /* line 51, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__info-banner-image {
    max-width: 380px;
    margin-right: 0;
    margin-left: auto;
  }

  /* line 60, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__media-tabs {
    max-width: 372px;
    width: 100%;
  }

  /* line 65, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__media .owl-nav button.owl-prev {
    left: 0;
  }

  /* line 69, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__media .owl-nav button.owl-next {
    left: 50px;
  }

  /* line 75, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .related-products {
    width: 100%;
    padding: 0;
    height: 540px;
    position: relative;
  }

  /* line 81, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .related-products__title {
    max-width: 1230px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  /* line 87, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .related-products ul.products {
    position: absolute;
    top: 0;
    left: 15px;
    width: 100vw;
  }

  /* line 93, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .related-products ul.products .product {
    width: 100%;
  }

  /* line 96, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .related-products ul.products .product .attachment-woocommerce_thumbnail,
  .related-products ul.products .product .wp-post-image {
    object-fit: cover;
  }

  /* line 102, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .related-products ul.products .owl-nav button.owl-prev {
    left: 0;
  }

  /* line 106, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .related-products ul.products .owl-nav button.owl-next {
    left: 50px;
  }

  /* line 113, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .modal-calculator .modal-wrap {
    max-width: 90%;
  }

  /* line 117, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .modal-calculator .calculator {
    padding: 20px 10px;
    max-height: 70vh;
  }

  /* line 123, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__main .product_title,
  .product-page__info-main-title,
  .product-page__info-banner-title,
  .related-products__title,
  .product-page__seotext1-title,
  .product-page__seotext2-title {
    font-size: 25px;
    line-height: 31px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 135, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page {
    padding-top: 90px !important;
  }

  /* line 139, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .related-products {
    min-height: 540px;
    height: auto;
    margin-bottom: 120px;
  }

  /* line 144, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .related-products ul.products {
    position: static;
    width: 100%;
    padding-left: 15px;
  }

  /* line 151, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__seotext2 {
    margin-bottom: 0;
  }

  /* line 155, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__main .product_title,
  .product-page__info-main-title,
  .product-page__info-banner-title,
  .related-products__title,
  .product-page__seotext1-title,
  .product-page__seotext2-title {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 165, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__info-main_table_row-item {
    font-size: 15px;
  }
}

@media (min-width: 1px) and (max-width: 359px) {
  /* line 171, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__main-calc-button .quantity {
    width: 101px;
    height: 45px;
  }

  /* line 176, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__main-calc .calculation-wrap {
    gap: 10px;
  }

  /* line 180, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__main-calc-button input {
    margin: 10px 2px;
    width: 40px;
  }

  /* line 185, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__main-calc-button .minus {
    padding-left: 5px;
  }

  /* line 189, resources/assets/styles/768-adaptive/_768-product-page.scss */

  .product-page__main-calc-button .plus {
    padding-right: 5px;
  }
}

@media (min-width: 1px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .sidebar {
    max-width: 100%;
    margin-bottom: 30px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .sidebar-main {
    padding: 18px 0 15px;
    padding-bottom: 5px;
  }

  /* line 12, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .sidebar-main ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  /* line 21, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .sidebar-main ul li.menu-item {
    display: none;
    padding-left: 20px;
    padding-right: 6px;
    margin-bottom: 0;
  }

  /* line 28, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .sidebar-main ul li.main_shop,
  .sidebar-main ul li.service {
    position: static;
    display: flex;
  }

  /* line 34, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .sidebar-main ul li.main_shop {
    margin-right: 19px;
  }

  /* line 38, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .sidebar-bottom,
  .sidebar-main ul li.main_shop::before,
  .sidebar-main ul li.main_shop::after {
    display: none;
  }

  /* line 44, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .ubermenu-responsive-toggle {
    padding: 5px 20px 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    color: #fff;
  }

  /* line 52, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .ubermenu-responsive-toggle:hover {
    color: rgba(74, 148, 67, 0.7);
  }

  /* line 57, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .ubermenu-responsive-default.ubermenu-responsive {
    max-height: none;
  }

  /* line 61, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .ubermenu_navigation_widget-2 {
    display: none;
  }

  /* line 65, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .ubermenu_navigation_widget-3 {
    display: block !important;
    width: 550px;
    max-width: 100%;
    overflow-x: auto !important;
  }

  /* line 71, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .ubermenu_navigation_widget-3::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    cursor: pointer;
  }

  /* line 77, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .ubermenu_navigation_widget-3::-webkit-scrollbar-track {
    background: #2e6041;
    cursor: pointer;
  }

  /* line 82, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .ubermenu_navigation_widget-3::-webkit-scrollbar-thumb {
    background: #a7c239;
    border-radius: 20px;
    transition: 0.25s ease-in-out;
    cursor: pointer;
  }

  /* line 89, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .ubermenu_navigation_widget-3::-webkit-scrollbar-thumb:hover {
    background: #4a9443;
    cursor: pointer;
  }

  /* line 94, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .ubermenu_navigation_widget-3 .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse {
    max-height: none;
    visibility: visible;
    overflow: visible !important;
    padding-bottom: 15px;
  }

  /* line 101, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .ubermenu_navigation_widget-3 .ubermenu-responsive-toggle {
    display: none;
  }

  /* line 105, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .ubermenu_navigation_widget-3 .ubermenu-nav {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 550px;
  }

  /* line 114, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .ubermenu_navigation_widget-3 .ubermenu-nav li.ubermenu-item {
    width: 48% !important;
    min-width: auto !important;
    margin-bottom: 0 !important;
  }

  /* line 119, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .ubermenu_navigation_widget-3 .ubermenu-nav li.ubermenu-item .ubermenu-target {
    padding-left: 5px !important;
    padding-right: 5px !important;
    min-height: 44px;
  }

  /* line 124, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .ubermenu_navigation_widget-3 .ubermenu-nav li.ubermenu-item .ubermenu-target .ubermenu-target-description {
    display: none !important;
  }

  /* line 128, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .ubermenu_navigation_widget-3 .ubermenu-nav li.ubermenu-item .ubermenu-target .ubermenu-image {
    height: 30px !important;
  }

  /* line 134, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .ubermenu_navigation_widget-3 .ubermenu-nav .plashka-g::before,
  .ubermenu_navigation_widget-3 .ubermenu-nav .plashka-o::before,
  .ubermenu_navigation_widget-3 .ubermenu-nav .plashka-o::after,
  .ubermenu_navigation_widget-3 .ubermenu-nav .plashka-g::after {
    display: none;
  }

  /*
  .block-4 {
    display: none;
  }

  .ubermenu_navigation_widget-2 {
    display: block !important;
    width: 550px;
    max-width: 100%;
    overflow-x: auto !important;

    &::-webkit-scrollbar {
      width: 5px;
      height: 8px;
      cursor: pointer;
    }

    &::-webkit-scrollbar-track {
      background: $bg;
      cursor: pointer;
    }

    &::-webkit-scrollbar-thumb {
      background: #a7c239;
      border-radius: 20px;
      transition: 0.25s ease-in-out;
      cursor: pointer;
    }

    &::-webkit-scrollbar-thumb:hover {
      background: $main;
      cursor: pointer;
    }

    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse {
      max-height: none;
      visibility: visible;
      overflow: visible !important;
      padding-bottom: 15px;
    }

    .ubermenu-responsive-toggle {
      display: none;
    }

    .ubermenu-nav {
      display: flex !important;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      width: 550px;

      li.ubermenu-item {
        width: 48% !important;
        min-width: auto !important;
        margin-bottom: 0 !important;

        .ubermenu-target {
          padding-left: 5px !important;
          padding-right: 5px !important;
          min-height: 44px;

          .ubermenu .ubermenu-target-description {
            display: none !important;
          }

          .ubermenu-image {
            height: 30px !important;
          }
        }
      }

      .plashka-g::before,
      .plashka-o::before,
      .plashka-o::after,
      .plashka-g::after {
        display: none;
      }
    }
  }
  */
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 230, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .sidebar {
    margin-bottom: 25px !important;
  }

  /* line 234, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .sidebar-main ul li.main_shop {
    margin-right: 15px !important;
  }

  /* line 238, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .sidebar-main ul li.main_shop,
  .sidebar-main ul li.service {
    padding-left: 50px !important;
  }

  /* line 243, resources/assets/styles/768-adaptive/_768-sidebar.scss */

  .sidebar-main ul li.main_shop a::before,
  .sidebar-main ul li.service a::before {
    left: -45px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-advantages-block.scss */

  .advantages-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  /* line 8, resources/assets/styles/768-adaptive/_768-advantages-block.scss */

  .advantages-block-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 13, resources/assets/styles/768-adaptive/_768-advantages-block.scss */

  .advantages-block-content {
    max-width: 100%;
    margin-top: 30px;
  }

  /* line 18, resources/assets/styles/768-adaptive/_768-advantages-block.scss */

  .advantages-block-item {
    max-width: 245px;
  }

  /* line 22, resources/assets/styles/768-adaptive/_768-advantages-block.scss */

  .advantages-block-bg-image {
    position: relative;
    width: 470px;
    height: 565px;
  }

  /* line 28, resources/assets/styles/768-adaptive/_768-advantages-block.scss */

  .advantages-block-bg-image-img {
    width: 470px;
    height: 565px;
  }

  /* line 33, resources/assets/styles/768-adaptive/_768-advantages-block.scss */

  .advantages-block-bg-image-poly {
    width: 500px;
    height: 560px;
  }

  /* line 38, resources/assets/styles/768-adaptive/_768-advantages-block.scss */

  .advantages-block-bg-image-poly::before {
    top: -24px;
    right: 40px;
    height: 280px;
    width: 106%;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page__tabs {
    margin-top: 30px;
    height: 40px;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page__tabs-link {
    height: 40px;
    font-size: 25px;
    line-height: 31px;
  }

  /* line 17, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page__list {
    margin-top: 30px;
  }

  /* line 21, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page__list-item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 20px;
  }

  /* line 25, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page__list-item:nth-child(odd) {
    margin-right: 15px !important;
  }

  /* line 29, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page__list-item:nth-child(even) {
    margin-right: 0 !important;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__main {
    margin-top: 30px;
    margin-bottom: 100px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__main-heading {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 19, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__main-content {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* line 25, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__main-image {
    max-width: none;
    width: 100%;
  }

  /* line 30, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__main-image,
  .blog-page__main-image-img {
    height: 290px;
  }

  /* line 35, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__info-block {
    margin-bottom: 110px;
  }

  /* line 39, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__info-block-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 44, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__info-block-tabs {
    height: 40px;
  }

  /* line 48, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__info-block-tabs_btn {
    height: 40px;
    font-size: 25px;
    line-height: 31px;
  }

  /* line 54, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__info-block-media {
    margin-top: 60px;
  }

  /* line 58, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__info-block-content {
    margin-top: 30px;
  }

  /* line 62, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__info-block-content_item-image,
  .blog-page__info-block-content_item-video iframe {
    height: 290px;
  }

  /* line 67, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__main-image .owl-nav button,
  .blog-page__info-block-content-foto .owl-nav button,
  .blog-page__info-block-content-video .owl-nav button {
    bottom: -55px;
  }

  /* line 73, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__main-image .owl-nav button.owl-prev,
  .blog-page__info-block-content-foto .owl-nav button.owl-prev,
  .blog-page__info-block-content-video .owl-nav button.owl-prev {
    left: 0 !important;
  }

  /* line 79, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__main-image .owl-nav button.owl-next,
  .blog-page__info-block-content-foto .owl-nav button.owl-next,
  .blog-page__info-block-content-video .owl-nav button.owl-next {
    left: 55px !important;
  }
}

@media (min-width: 1px) and (max-width: 394.9px) {
  /* line 3, resources/assets/styles/768-adaptive/_768-calculator.scss */

  .calculator-submit {
    flex-direction: column;
    align-items: flex-start;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-calculator.scss */

  .calculator-submit-cart {
    align-self: flex-end;
  }
}

@media (min-width: 1px) and (max-width: 767.9px) {
  /* line 15, resources/assets/styles/768-adaptive/_768-calculator.scss */

  .calculator {
    padding: 15px;
    position: relative;
  }

  /* line 19, resources/assets/styles/768-adaptive/_768-calculator.scss */

  .calculator::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;
    background: #f3f3f3;
    z-index: -1;
  }

  /* line 30, resources/assets/styles/768-adaptive/_768-calculator.scss */

  .calculator-page__main {
    margin-left: 0;
  }

  /* line 34, resources/assets/styles/768-adaptive/_768-calculator.scss */

  .calculator-row,
  .calculator-inputs {
    flex-direction: column;
    align-items: flex-start;
  }

  /* line 40, resources/assets/styles/768-adaptive/_768-calculator.scss */

  .calculator-inputs {
    row-gap: 10px;
  }

  /* line 44, resources/assets/styles/768-adaptive/_768-calculator.scss */

  .calculator-input,
  .calculator-select,
  .calculator-qty,
  .calculator-name {
    flex: 0 0 100%;
    width: 100%;
  }

  /* line 52, resources/assets/styles/768-adaptive/_768-calculator.scss */

  .calculator-select {
    margin-bottom: 10px;
  }

  /* line 56, resources/assets/styles/768-adaptive/_768-calculator.scss */

  .calculator-name {
    margin-bottom: 10px;
  }

  /* line 60, resources/assets/styles/768-adaptive/_768-calculator.scss */

  .calculator-qty {
    flex: 0 0 40%;
    width: 40%;
  }
}

@media (min-width: 768px) and (max-width: 991.9px) {
  /* line 69, resources/assets/styles/768-adaptive/_768-calculator.scss */

  .calculator .product-add-row,
  .calculator .product-row {
    flex-direction: column;
    align-items: flex-start;
  }

  /* line 75, resources/assets/styles/768-adaptive/_768-calculator.scss */

  .calculator-select,
  .calculator-name,
  .calculator-qty {
    width: 100%;
  }

  /* line 81, resources/assets/styles/768-adaptive/_768-calculator.scss */

  .calculator-qty {
    width: 40%;
    margin-top: 15px;
  }
}

@media (min-width: 1px) and (max-width: 767.9px) {
  /* line 4, resources/assets/styles/768-adaptive/_768-cart.scss */

  .woocommerce .shop_table thead {
    display: none;
  }

  /* line 8, resources/assets/styles/768-adaptive/_768-cart.scss */

  .woocommerce .shop_table tbody {
    position: relative;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-cart.scss */

  .woocommerce .shop_table tbody::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 100vw;
    height: 100%;
    background: #f3f3f3;
    z-index: -1;
  }

  /* line 22, resources/assets/styles/768-adaptive/_768-cart.scss */

  .woocommerce .shop_table tbody .cart_item {
    display: flex;
    flex-direction: column;
  }

  /* line 27, resources/assets/styles/768-adaptive/_768-cart.scss */

  .woocommerce .shop_table tbody .product-remove {
    order: -1;
    text-align: right;
    margin-top: 20px;
  }

  /* line 33, resources/assets/styles/768-adaptive/_768-cart.scss */

  .woocommerce .shop_table tbody .product-thumbnail {
    margin-top: 10px;
    padding: 0 !important;
  }

  /* line 37, resources/assets/styles/768-adaptive/_768-cart.scss */

  .woocommerce .shop_table tbody .product-thumbnail a {
    width: 100%;
    height: 220px;
  }

  /* line 43, resources/assets/styles/768-adaptive/_768-cart.scss */

  .woocommerce .shop_table tbody .product-name {
    padding-left: 0 !important;
    margin-top: 10px;
    font-size: 18px;
  }

  /* line 49, resources/assets/styles/768-adaptive/_768-cart.scss */

  .woocommerce .shop_table tbody .product-quantity {
    margin-top: 10px;
    text-align: left;
  }

  /* line 54, resources/assets/styles/768-adaptive/_768-cart.scss */

  .woocommerce .shop_table tbody .product-price {
    margin-top: 10px;
  }

  /* line 58, resources/assets/styles/768-adaptive/_768-cart.scss */

  .woocommerce .shop_table tbody .product-subtotal {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
  }

  /* line 69, resources/assets/styles/768-adaptive/_768-cart.scss */

  .cart-page {
    padding-top: 90px;
  }
}

@media (min-width: 1px) and (max-width: 767.9px) {
  /* line 5, resources/assets/styles/768-adaptive/_768-checkout.scss */

  .woocommerce .woocommerce-checkout .delivery-block {
    flex-direction: column;
  }

  /* line 9, resources/assets/styles/768-adaptive/_768-checkout.scss */

  .woocommerce .woocommerce-checkout .delivery-fields,
  .woocommerce .woocommerce-checkout .delivery-info {
    flex: 0 0 100%;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-checkout.scss */

  .woocommerce .woocommerce-checkout .delivery-info {
    margin-top: 0;
  }

  /* line 19, resources/assets/styles/768-adaptive/_768-checkout.scss */

  .woocommerce .woocommerce-checkout .billing {
    flex-direction: column;
  }

  /* line 22, resources/assets/styles/768-adaptive/_768-checkout.scss */

  .woocommerce .woocommerce-checkout .billing .woocommerce-billing-fields,
  .woocommerce .woocommerce-checkout .billing .woocommerce-additional-fields {
    flex: 0 0 100%;
  }

  /* line 28, resources/assets/styles/768-adaptive/_768-checkout.scss */

  .woocommerce .woocommerce-checkout #order_review_footer {
    margin-top: 30px;
  }

  /* line 31, resources/assets/styles/768-adaptive/_768-checkout.scss */

  .woocommerce .woocommerce-checkout #order_review_footer .woocommerce-form__label-for-checkbox {
    font-size: 14px;
  }

  /* line 35, resources/assets/styles/768-adaptive/_768-checkout.scss */

  .woocommerce .woocommerce-checkout #order_review_footer .place-order {
    flex: 0 0 100%;
  }
}

/** adaptive 989 */

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__header-buttons {
    display: none;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary,
  .banner__all-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    margin-right: 0;
    padding-top: 50px;
    max-width: 70%;
    background: rgba(74, 148, 67, 0.88) linear-gradient(106.81deg, rgba(66, 232, 255, 0.13) 13.68%, rgba(167, 194, 57, 0.27) 81.57%);
    color: #4a9443;
    text-align: center;
    border: none;
    width: 100%;
    height: 100vh;
    /* backdrop-filter: blur(16px); */
    overflow-y: auto;
    z-index: 5;
  }

  /* line 25, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary--active,
  .banner__all-menu--active {
    display: block !important;
  }

  /* line 29, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary .menu-verhnee-menyu-container,
  .banner__all-menu .menu-verhnee-menyu-container {
    display: none;
  }

  /* line 33, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary-list,
  .banner__all-menu-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 175px 35px 155px 55px;
    width: 100%;
    max-width: 450px;
    background: none;
  }

  /* line 45, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary-list li.menu-item {
    margin-right: 0;
    margin-bottom: 12px;
  }

  /* line 50, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary-list li.emit a {
    color: #fff !important;
  }

  /* line 54, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary-list li.menu-item a {
    font-weight: 600;
    color: #11363c;
    font-size: 20px;
    text-align: start;
  }

  /* line 60, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary-list li.menu-item a:hover {
    color: #ff7a00 !important;
  }

  /* line 65, 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;
    cursor: pointer;
  }

  /* line 78, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi::before,
  .banner .navi::after {
    background: #11363c;
    backface-visibility: hidden;
    content: "";
    height: 2px;
    left: calc(50% - 12.5px);
    transition: 0.5s ease-in-out;
    width: 38px;
  }

  /* line 89, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi::before {
    box-shadow: #11363c 0 9px 0 0;
    position: absolute;
    top: calc(50% - 10px);
  }

  /* line 95, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi::after {
    position: absolute;
    top: calc(50% + 8px);
  }

  /* line 100, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi--active {
    transition: 0.5s ease-in-out;
  }

  /* line 103, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi--active::before,
  .banner .navi--active::after {
    background: #11363c;
  }

  /* line 108, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi--active::before {
    box-shadow: #11363c 0 0 0 0;
    top: 50%;
    transform: rotate(-45deg);
  }

  /* line 114, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi--active::after {
    top: 50%;
    transform: rotate(45deg);
  }
}

@media (min-width: 1px) and (max-width: 989px) {
  /* line 123, resources/assets/styles/989-adaptive/_989-header.scss */

  .menu-mobi-out {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-banner.scss */

  .front-page__banner-item-image1,
  .front-page__banner-item-image1-bg,
  .front-page__banner-item-image2::before {
    display: none;
  }

  /* line 8, resources/assets/styles/989-adaptive/_989-front-page-banner.scss */

  .front-page__banner-item-image2 {
    right: -60px;
  }

  /* line 12, resources/assets/styles/989-adaptive/_989-front-page-banner.scss */

  .front-page__banner-item-image2-img {
    height: 275px;
  }

  /* line 16, resources/assets/styles/989-adaptive/_989-front-page-banner.scss */

  .front-page__banner::before {
    height: 70px;
    width: 44px;
  }

  /* line 21, resources/assets/styles/989-adaptive/_989-front-page-banner.scss */

  .front-page__banner::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjc2IiBoZWlnaHQ9IjQwMyIgdmlld0JveD0iMCAwIDI3NiA0MDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNjkgMzg1TDM2LjAzOTIgLTYuNUw1MDEuOTYxIC02LjVMMjY5IDM4NVoiIGZpbGw9IiMxRDlBRDYiLz4KPHBhdGggZD0iTTIwNy41IDE4M0wyNjguNzM5IDE4NEw0MDYuNjUzIDQwMi40OTNIMzQyLjVMMjA3LjUgMTgzWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzUxNF8xMDkyOSkiLz4KPHBhdGggZD0iTTI3NiAyNDJMMTMxLjM3NCAtMC4yNUw0MjAuNjI2IC0wLjI1TDI3NiAyNDJaIiBmaWxsPSIjQjlFNUZCIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNTE0XzEwOTI5IiB4MT0iMjQ5LjUyIiB5MT0iLTIyLjA3MDYiIHgyPSIyNDkuNTIiIHkyPSI0MDIuNDk0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzMjY5NDMiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMTYyMzMzIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);
    z-index: -1;
  }

  /* line 26, resources/assets/styles/989-adaptive/_989-front-page-banner.scss */

  .front-page__banner .owl-dots {
    left: 5%;
  }

  /* line 30, resources/assets/styles/989-adaptive/_989-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-prev {
    left: 15%;
  }

  /* line 34, resources/assets/styles/989-adaptive/_989-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-next {
    left: 22%;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog {
    margin-bottom: 40px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog-wrapper {
    margin-top: 60px;
  }

  /* line 15, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog-content {
    margin-left: 30px;
  }

  /* line 19, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog-item {
    width: calc((100% - 9px) / 2);
    min-height: 440px;
  }

  /* line 23, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog-item:nth-child(odd) {
    margin-right: 9px;
  }

  /* line 27, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

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

  /* line 32, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog-item-image {
    height: 210px;
  }

  /* line 36, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog-item-image img {
    object-fit: cover;
    margin-top: 0;
  }

  /* line 41, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog-item-content {
    padding: 15px 15px 20px;
  }

  /* line 45, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog ul.products .product {
    width: calc((100% - 9px) / 2);
    min-height: 440px;
  }

  /* line 49, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog ul.products .product:nth-child(odd) {
    margin-right: 9px;
  }

  /* line 53, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog ul.products .product:nth-child(even) {
    margin-right: 0;
  }

  /* line 58, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog ul.products .product .attachment-woocommerce_thumbnail,
  .front-page__catalog ul.products .product .wp-post-image {
    height: 210px;
    object-fit: cover;
    margin-top: 0;
  }

  /* line 65, resources/assets/styles/989-adaptive/_989-front-page-catalog.scss */

  .front-page__catalog ul.products .product__content {
    padding: 15px 15px 20px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-news.scss */

  .front-page__news {
    margin-top: 80px;
    margin-bottom: 140px;
    padding-right: 0;
  }

  /* line 8, resources/assets/styles/989-adaptive/_989-front-page-news.scss */

  .front-page__news-content {
    /* margin-top: 15px; */
  }

  /* line 12, resources/assets/styles/989-adaptive/_989-front-page-news.scss */

  .front-page__news-content-wrapp {
    width: 100%;
  }

  /* line 16, resources/assets/styles/989-adaptive/_989-front-page-news.scss */

  .front-page__news-content .owl-nav button.owl-prev {
    /* left: 0; */
    left: calc(100% - 110px);
  }

  /* line 20, resources/assets/styles/989-adaptive/_989-front-page-news.scss */

  .front-page__news-content .owl-nav button.owl-next {
    /* left: 50px; */
    left: calc(100% - 60px);
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-portfolio.scss */

  .front-page__portfolio {
    padding-top: 30px;
    padding-bottom: 115px;
    padding-right: 0;
  }

  /* line 8, resources/assets/styles/989-adaptive/_989-front-page-portfolio.scss */

  .front-page__portfolio-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 13, resources/assets/styles/989-adaptive/_989-front-page-portfolio.scss */

  .front-page__portfolio-content {
    width: 100%;
  }

  /* line 17, resources/assets/styles/989-adaptive/_989-front-page-portfolio.scss */

  .front-page__portfolio-content .owl-nav button.owl-prev {
    left: calc(100% - 110px);
  }

  /* line 21, resources/assets/styles/989-adaptive/_989-front-page-portfolio.scss */

  .front-page__portfolio-content .owl-nav button.owl-next {
    left: calc(100% - 60px);
  }
}

@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: 80px;
    margin-bottom: 80px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-about.scss */

  .front-page__about-title {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 25px;
  }

  /* line 13, resources/assets/styles/989-adaptive/_989-front-page-about.scss */

  .front-page__about-main {
    margin-right: 50px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-banner-block.scss */

  .banner-block-item-content {
    padding-left: 15%;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-banner-block.scss */

  .banner-block-item-content-title,
  .banner-block-item-content-subtitle {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 13, resources/assets/styles/989-adaptive/_989-banner-block.scss */

  .banner-block-item-content-title {
    margin-bottom: 15px;
  }

  /* line 17, resources/assets/styles/989-adaptive/_989-banner-block.scss */

  .banner-block-item-content-subtitle {
    max-width: 420px;
  }

  /* line 21, resources/assets/styles/989-adaptive/_989-banner-block.scss */

  .banner-block-item::before {
    left: -40px;
  }

  /* line 25, resources/assets/styles/989-adaptive/_989-banner-block.scss */

  .banner-block-item::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjc2IiBoZWlnaHQ9IjQwMyIgdmlld0JveD0iMCAwIDI3NiA0MDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNjkgMzg1TDM2LjAzOTIgLTYuNUw1MDEuOTYxIC02LjVMMjY5IDM4NVoiIGZpbGw9IiMxRDlBRDYiLz4KPHBhdGggZD0iTTIwNy41IDE4M0wyNjguNzM5IDE4NEw0MDYuNjUzIDQwMi40OTNIMzQyLjVMMjA3LjUgMTgzWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzUxNF8xMDkyOSkiLz4KPHBhdGggZD0iTTI3NiAyNDJMMTMxLjM3NCAtMC4yNUw0MjAuNjI2IC0wLjI1TDI3NiAyNDJaIiBmaWxsPSIjQjlFNUZCIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNTE0XzEwOTI5IiB4MT0iMjQ5LjUyIiB5MT0iLTIyLjA3MDYiIHgyPSIyNDkuNTIiIHkyPSI0MDIuNDk0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMzMjY5NDMiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMTYyMzMzIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    height: 205px;
    z-index: 1;
  }

  /* line 39, resources/assets/styles/989-adaptive/_989-banner-block.scss */

  .banner-block-item-image1,
  .banner-block-item-image2::before {
    display: none;
  }

  /* line 45, resources/assets/styles/989-adaptive/_989-banner-block.scss */

  .banner-block-item-image2 {
    right: -34px;
    width: 170px;
    height: 140px;
  }

  /* line 51, resources/assets/styles/989-adaptive/_989-banner-block.scss */

  .banner-block-item-image2-img {
    right: 0;
    width: 170px;
    height: 140px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-information.scss */

  .front-page__information,
  .shop-page__information,
  .product-page__information,
  .service-page__information {
    margin-top: 40px;
  }

  /* line 9, resources/assets/styles/989-adaptive/_989-information.scss */

  .front-page__information-image2,
  .mask22,
  .shop-page__information-image2,
  .product-page__information-image2,
  .service-page__information-image2 {
    right: 2% !important;
  }

  /* line 17, resources/assets/styles/989-adaptive/_989-information.scss */

  .front-page__information-content,
  .shop-page__information-content,
  .product-page__information-content,
  .service-page__information-content {
    padding-left: 3%;
  }

  /* line 24, resources/assets/styles/989-adaptive/_989-information.scss */

  .front-page__information-title,
  .shop-page__information-title,
  .product-page__information-title,
  .service-page__information-title {
    font-size: 25px;
    line-height: 31px;
    max-width: 410px;
    margin-bottom: 28px;
  }

  /* line 34, resources/assets/styles/989-adaptive/_989-information.scss */

  .front-page__information-text,
  .shop-page__information-text,
  .product-page__information-text,
  .service-page__information-text {
    padding-left: 0;
    max-width: 410px;
  }

  /* line 42, resources/assets/styles/989-adaptive/_989-information.scss */

  .front-page__information-image1,
  .mask11,
  .shop-page__information-image1,
  .product-page__information-image1,
  .service-page__information-image1 {
    display: none;
  }
}

@media (min-width: 560px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-info-block.scss */

  .info-block {
    margin-top: 40px;
    margin-bottom: 60px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-info-block.scss */

  .info-block-item-form {
    background: #2e6041;
    margin-right: auto;
  }

  /* line 14, resources/assets/styles/989-adaptive/_989-info-block.scss */

  .info-block-item-form::after {
    right: 20px;
  }

  /* line 19, resources/assets/styles/989-adaptive/_989-info-block.scss */

  .info-block-item-page1 {
    background: #25483c;
    left: 0;
  }

  /* line 23, resources/assets/styles/989-adaptive/_989-info-block.scss */

  .info-block-item-page1::after {
    right: 20px;
  }

  /* line 28, resources/assets/styles/989-adaptive/_989-info-block.scss */

  .info-block-item-page2 {
    background: #192b35;
    margin-left: auto;
  }

  /* line 32, resources/assets/styles/989-adaptive/_989-info-block.scss */

  .info-block-item-page2::after {
    content: url(/wp-content/themes/sage/dist/images/svg/info_4.svg);
    bottom: 15px;
    right: 10px;
  }

  /* line 39, resources/assets/styles/989-adaptive/_989-info-block.scss */

  .info-block-item {
    position: relative !important;
    width: 410px;
    margin-bottom: 20px;
  }

  /* line 44, resources/assets/styles/989-adaptive/_989-info-block.scss */

  .info-block-item:last-child {
    margin-bottom: 0;
  }

  /* line 48, resources/assets/styles/989-adaptive/_989-info-block.scss */

  .info-block-item:hover {
    background: rgba(74, 148, 67, 0.7);
  }

  /* line 53, resources/assets/styles/989-adaptive/_989-info-block.scss */

  .info-block-item-button,
  .info-block-item-link {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 59, resources/assets/styles/989-adaptive/_989-info-block.scss */

  .info-block-item-page1 .info-block-item-link {
    padding-left: 30px;
  }

  /* line 63, resources/assets/styles/989-adaptive/_989-info-block.scss */

  .info-block-item-page2 .info-block-item-link {
    padding-left: 20px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-advantages-block.scss */

  .advantages-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  /* line 8, resources/assets/styles/989-adaptive/_989-advantages-block.scss */

  .advantages-block-content {
    max-width: 100%;
  }

  /* line 12, resources/assets/styles/989-adaptive/_989-advantages-block.scss */

  .advantages-block-bg-image {
    position: relative;
    width: 470px;
    height: 565px;
  }

  /* line 18, resources/assets/styles/989-adaptive/_989-advantages-block.scss */

  .advantages-block-bg-image-img {
    width: 470px;
    height: 565px;
  }

  /* line 23, resources/assets/styles/989-adaptive/_989-advantages-block.scss */

  .advantages-block-bg-image-poly {
    width: 500px;
    height: 560px;
  }

  /* line 28, resources/assets/styles/989-adaptive/_989-advantages-block.scss */

  .advantages-block-bg-image-poly::before {
    top: -24px;
    right: 40px;
    height: 280px;
    width: 106%;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__main {
    margin-bottom: 80px;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__main-heading {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 15, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__main-content {
    max-width: 52%;
    margin-right: 30px;
  }

  /* line 20, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__main-image {
    max-width: none;
    width: 48%;
  }

  /* line 25, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__textarea {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  /* line 30, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__textarea-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 35, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__portfolio {
    padding-top: 60px;
    padding-bottom: 150px;
  }

  /* line 40, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__portfolio-item-image {
    height: 330px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-template-calculator.scss */

  .calculator-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-template-calculator.scss */

  .calculator-page__head-heading,
  .calculator-page__main-textarea-title {
    font-size: 25px;
    line-height: 31px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__main {
    margin-top: 30px;
    margin-bottom: 80px;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__main-heading {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 16, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__main-content {
    margin-top: 30px;
  }

  /* line 23, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__main-textarea {
    max-width: 52%;
    margin-right: 30px;
  }

  /* line 29, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__main-ad-text {
    margin-top: 30px;
  }

  /* line 33, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__main-item {
    max-width: none;
    width: 48%;
    height: 380px;
  }

  /* line 39, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__main-image-img {
    object-fit: cover;
    object-position: center;
    height: 380px;
  }

  /* line 46, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__seo {
    margin-bottom: 60px;
  }

  /* line 50, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__seo-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 56, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__media-content {
    margin-top: 45px;
  }

  /* line 60, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__media-content_item-image {
    height: 330px;
  }

  /* line 64, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__media-content_item-video iframe {
    height: 330px;
  }

  /* line 68, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__media-content .owl-nav button.owl-prev,
  .service-page__video-content .owl-nav button.owl-prev,
  .service-page__portfolio-content .owl-nav button.owl-prev {
    left: 0 !important;
  }

  /* line 74, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__media-content .owl-nav button.owl-next,
  .service-page__video-content .owl-nav button.owl-next,
  .service-page__portfolio-content .owl-nav button.owl-next {
    left: 55px !important;
  }

  /* line 81, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__video {
    margin-top: 60px;
    margin-bottom: 110px;
  }

  /* line 86, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__video-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 91, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__video-content {
    margin-top: 40px;
  }

  /* line 95, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__video-content_item,
  .service-page__video-content_item-main {
    height: 450px;
  }

  /* line 101, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__portfolio-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 106, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__portfolio-content {
    margin-top: 20px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-template-price.scss */

  .price-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-template-price.scss */

  .price-page .sidebar {
    display: none;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-template-price.scss */

  .price-page__head-heading,
  .price-page__main-table_base-title,
  .price-page__main-table_item-title,
  .price-page__main-textarea-title,
  .price-page__table-fasovka1-title,
  .price-page__table-fasovka2-title,
  .price-page__table-fasovka3-title,
  .price-page__table-fasovka4-title,
  .price-page__table-fasovka5-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 23, resources/assets/styles/989-adaptive/_989-template-price.scss */

  .price-page__main {
    margin-left: 0;
    max-width: 100%;
  }

  /* line 28, resources/assets/styles/989-adaptive/_989-template-price.scss */

  .price-page__main-table_item,
  .price-page__table-fasovka1,
  .price-page__table-fasovka2,
  .price-page__table-fasovka3,
  .price-page__table-fasovka4,
  .price-page__table-fasovka5 {
    width: 900px;
    max-width: 100%;
    overflow-x: auto;
  }

  /* line 38, resources/assets/styles/989-adaptive/_989-template-price.scss */

  .price-page__main-table_item::-webkit-scrollbar,
  .price-page__table-fasovka1::-webkit-scrollbar,
  .price-page__table-fasovka2::-webkit-scrollbar,
  .price-page__table-fasovka3::-webkit-scrollbar,
  .price-page__table-fasovka4::-webkit-scrollbar,
  .price-page__table-fasovka5::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    cursor: pointer;
  }

  /* line 44, resources/assets/styles/989-adaptive/_989-template-price.scss */

  .price-page__main-table_item::-webkit-scrollbar-track,
  .price-page__table-fasovka1::-webkit-scrollbar-track,
  .price-page__table-fasovka2::-webkit-scrollbar-track,
  .price-page__table-fasovka3::-webkit-scrollbar-track,
  .price-page__table-fasovka4::-webkit-scrollbar-track,
  .price-page__table-fasovka5::-webkit-scrollbar-track {
    background: #2e6041;
    cursor: pointer;
  }

  /* line 49, resources/assets/styles/989-adaptive/_989-template-price.scss */

  .price-page__main-table_item::-webkit-scrollbar-thumb,
  .price-page__table-fasovka1::-webkit-scrollbar-thumb,
  .price-page__table-fasovka2::-webkit-scrollbar-thumb,
  .price-page__table-fasovka3::-webkit-scrollbar-thumb,
  .price-page__table-fasovka4::-webkit-scrollbar-thumb,
  .price-page__table-fasovka5::-webkit-scrollbar-thumb {
    background: #a7c239;
    border-radius: 20px;
    transition: 0.25s ease-in-out;
    cursor: pointer;
  }

  /* line 56, resources/assets/styles/989-adaptive/_989-template-price.scss */

  .price-page__main-table_item::-webkit-scrollbar-thumb:hover,
  .price-page__table-fasovka1::-webkit-scrollbar-thumb:hover,
  .price-page__table-fasovka2::-webkit-scrollbar-thumb:hover,
  .price-page__table-fasovka3::-webkit-scrollbar-thumb:hover,
  .price-page__table-fasovka4::-webkit-scrollbar-thumb:hover,
  .price-page__table-fasovka5::-webkit-scrollbar-thumb:hover {
    background: #4a9443;
    cursor: pointer;
  }

  /* line 62, resources/assets/styles/989-adaptive/_989-template-price.scss */

  .price-page__main-table_item-body,
  .price-page__table-fasovka1-body,
  .price-page__table-fasovka2-body,
  .price-page__table-fasovka3-body,
  .price-page__table-fasovka4-body,
  .price-page__table-fasovka5-body {
    width: 900px;
    margin-bottom: 5px;
  }

  /* line 72, resources/assets/styles/989-adaptive/_989-template-price.scss */

  .price-page__main-textarea {
    margin-top: 60px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-template-portfolio.scss */

  .portfolio-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-template-portfolio.scss */

  .portfolio-page__main-heading,
  .portfolio-page__seo-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 12, resources/assets/styles/989-adaptive/_989-template-portfolio.scss */

  .portfolio-page__main-item-image {
    height: 330px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-template-portfolio-single.scss */

  .portfolio-single-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-template-portfolio-single.scss */

  .portfolio-single-page__main-heading {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-template-portfolio-single.scss */

  .portfolio-single-page__main-content {
    margin-top: 40px;
  }

  /* line 15, resources/assets/styles/989-adaptive/_989-template-portfolio-single.scss */

  .portfolio-single-page__main-item-image,
  .portfolio-single-page__main-item-video {
    height: 330px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-template-contacts.scss */

  .contacts-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-template-contacts.scss */

  .contacts-page__main-heading,
  .contacts-page__infotext-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 12, resources/assets/styles/989-adaptive/_989-template-contacts.scss */

  .contacts-page__infotext {
    margin-top: 60px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__loop {
    margin-left: 30px;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__head-heading,
  .shop-page__advantages-textarea-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 16, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__loop ul.products .product {
    /* width: calc((100% - 9px) / 2); */
    min-height: 440px;
  }

  /* line 20, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__loop ul.products .product:nth-child(odd) {
    margin-right: 9px;
  }

  /* line 24, resources/assets/styles/989-adaptive/_989-archive-product.scss */

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

  /* line 29, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__loop ul.products .product .attachment-woocommerce_thumbnail,
  .shop-page__loop ul.products .product .wp-post-image {
    height: 210px;
    object-fit: cover;
    margin-top: 0;
  }

  /* line 36, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__loop ul.products .product__content {
    padding: 15px 15px 20px;
  }

  /* line 40, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__advantages-textarea {
    max-width: 52%;
    margin-right: 30px;
  }

  /* line 45, resources/assets/styles/989-adaptive/_989-archive-product.scss */

  .shop-page__advantages-image {
    max-width: 48%;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__main .product {
    flex-direction: column;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__main-content {
    max-width: 100%;
    margin-right: 0;
  }

  /* line 16, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__image {
    margin-top: 10px;
    max-width: 100%;
  }

  /* line 21, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__info {
    flex-direction: column;
  }

  /* line 24, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__info-main {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  /* line 30, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__info-banner {
    width: 100%;
  }

  /* line 33, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .product-page__info-banner-image {
    max-width: 380px;
    margin-right: 0;
    margin-left: auto;
  }

  /* line 44, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .related-products ul.products .product {
    width: calc((100% - 30px) / 2);
  }

  /* line 47, resources/assets/styles/989-adaptive/_989-product-page.scss */

  .related-products ul.products .product .attachment-woocommerce_thumbnail,
  .related-products ul.products .product .wp-post-image {
    object-fit: cover;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-post-page.scss */

  .post-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-post-page.scss */

  .post-page__list {
    margin-top: 40px;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-post-page.scss */

  .post-page__list-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px !important;
  }

  /* line 14, resources/assets/styles/989-adaptive/_989-post-page.scss */

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

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-posts.scss */

  .blog-page {
    padding-top: 77px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-posts.scss */

  .blog-page__main {
    margin-bottom: 80px;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-posts.scss */

  .blog-page__main-heading {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 15, resources/assets/styles/989-adaptive/_989-posts.scss */

  .blog-page__main-content {
    max-width: 52%;
    margin-right: 30px;
  }

  /* line 20, resources/assets/styles/989-adaptive/_989-posts.scss */

  .blog-page__main-image {
    max-width: none;
    width: 48%;
  }

  /* line 25, resources/assets/styles/989-adaptive/_989-posts.scss */

  .blog-page__info-block {
    margin-bottom: 120px;
  }

  /* line 29, resources/assets/styles/989-adaptive/_989-posts.scss */

  .blog-page__info-block-title {
    font-size: 25px;
    line-height: 31px;
  }

  /* line 34, resources/assets/styles/989-adaptive/_989-posts.scss */

  .blog-page__info-block-media {
    margin-top: 80px;
  }

  /* line 38, resources/assets/styles/989-adaptive/_989-posts.scss */

  .blog-page__info-block-content {
    margin-top: 45px;
  }

  /* line 42, resources/assets/styles/989-adaptive/_989-posts.scss */

  .blog-page__info-block-content_item-image,
  .blog-page__info-block-content_item-video iframe {
    height: 330px;
  }
}

@media (min-width: 560px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-pages.scss */

  .inner-page {
    padding-top: 77px;
  }
}

@media (min-width: 560px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-404.scss */

  .not-found-page,
  .content-no-page {
    padding-top: 77px;
  }
}

@media (min-width: 560px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info__footer-main_left {
    margin-right: 0;
    margin-bottom: 50px;
    max-width: 300px;
  }

  /* line 8, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info__footer-main_right {
    max-width: 100%;
    align-items: center;
  }

  /* line 13, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info__footer-main-logo-img {
    width: 300px;
  }

  /* line 17, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info__footer-main_left-item {
    bottom: 7px;
    left: 113px;
  }

  /* line 22, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info__footer-main {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 29, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info__footer-main_navigation {
    margin-bottom: 20px;
  }

  /* line 33, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info__footer-main_navigation-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  /* line 38, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info__footer-main_navigation-list li.menu-item {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  /* line 43, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info__footer-main_info {
    position: absolute;
    top: 0;
    right: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  /* line 52, resources/assets/styles/989-adaptive/_989-footer.scss */

  .content-info__footer-main_info-item {
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* line 57, resources/assets/styles/989-adaptive/_989-footer.scss */

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

  /* line 61, resources/assets/styles/989-adaptive/_989-footer.scss */

  .footer-items_item {
    max-width: calc(100% / 6);
    font-size: 18px;
    line-height: 20px;
  }

  /* line 66, resources/assets/styles/989-adaptive/_989-footer.scss */

  .footer-items_item::after {
    right: calc(50% - 18px);
  }

  /* line 71, resources/assets/styles/989-adaptive/_989-footer.scss */

  .footer-items_item-link {
    padding-left: 5px;
    font-size: 0;
    line-height: 0;
  }

  /* line 77, resources/assets/styles/989-adaptive/_989-footer.scss */

  .footer-items_item-img {
    width: 50px !important;
    right: calc(50% - (50px / 2)) !important;
    object-position: center center;
  }

  /* line 83, resources/assets/styles/989-adaptive/_989-footer.scss */

  .footer-items_item_5 {
    padding-bottom: 1px;
  }

  /* line 86, resources/assets/styles/989-adaptive/_989-footer.scss */

  .footer-items_item_5::after {
    top: 1.5px;
  }

  /* line 90, resources/assets/styles/989-adaptive/_989-footer.scss */

  .footer-items_item_5-link {
    font-size: 14px !important;
    line-height: 14px !important;
    align-items: flex-end;
    padding-right: 10px;
  }
}

@media (min-width: 560px) and (max-width: 640px) {
  /* line 100, resources/assets/styles/989-adaptive/_989-footer.scss */

  .footer-items_item-link {
    font-size: 0;
    line-height: 0;
  }

  /* line 106, resources/assets/styles/989-adaptive/_989-footer.scss */

  .footer-items_item_5-link {
    font-size: 14px !important;
    line-height: 14px !important;
    align-items: flex-end;
    padding-right: 10px;
  }
}

/** adaptive 1220 */

@media (min-width: 1221px) and (max-width: 1320px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner-item-image1 {
    right: 186px;
  }

  /* line 6, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner-item-image1-bg {
    right: 150px;
  }

  /* line 10, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner-item-image2 {
    right: -50px;
  }

  /* line 14, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner-item-image2-img {
    height: 380px;
  }

  /* line 18, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner-item-image2::before {
    right: 40px;
  }

  /* line 22, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner::before {
    height: 55px;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 28, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner-item-image1 {
    right: 111px;
  }

  /* line 32, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner-item-image1-bg {
    right: 75px;
  }

  /* line 36, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner-item-image2 {
    right: -45px;
  }

  /* line 40, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner-item-image2-img {
    height: 313px;
  }

  /* line 44, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner-item-image2::before {
    right: 40px;
  }

  /* line 48, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner::before {
    height: 55px;
  }

  /* line 52, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner .owl-dots {
    left: 5%;
  }

  /* line 56, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-prev {
    left: 15%;
  }

  /* line 60, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-next {
    left: 20%;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-front-page-catalog.scss */

  .front-page__catalog-wrapper {
    margin-top: 80px;
  }

  /* line 6, resources/assets/styles/1220-adaptive/_1220-front-page-catalog.scss */

  .front-page__catalog-content {
    margin-left: 35px;
  }

  /* line 10, resources/assets/styles/1220-adaptive/_1220-front-page-catalog.scss */

  .front-page__catalog-item-image img {
    object-fit: cover;
    margin-top: 0;
  }

  /* line 15, resources/assets/styles/1220-adaptive/_1220-front-page-catalog.scss */

  .front-page__catalog ul.products .product .attachment-woocommerce_thumbnail,
  .front-page__catalog ul.products .product .wp-post-image {
    object-fit: cover;
    margin-top: 0;
  }
}

@media (min-width: 1221px) and (max-width: 1340px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-front-page-news.scss */

  .front-page__news-content .owl-nav button.owl-prev {
    left: calc(100% - 110px - 45px);
  }

  /* line 6, resources/assets/styles/1220-adaptive/_1220-front-page-news.scss */

  .front-page__news-content .owl-nav button.owl-next {
    left: calc(100% - 60px - 45px);
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 12, resources/assets/styles/1220-adaptive/_1220-front-page-news.scss */

  .front-page__news-content .owl-nav button.owl-prev {
    left: calc(100% - 110px - 30px);
  }

  /* line 16, resources/assets/styles/1220-adaptive/_1220-front-page-news.scss */

  .front-page__news-content .owl-nav button.owl-next {
    left: calc(100% - 60px - 30px);
  }
}

@media (min-width: 1221px) and (max-width: 1340px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-front-page-portfolio.scss */

  .front-page__portfolio-content .owl-nav button.owl-prev {
    left: calc(100% - 110px - 45px);
  }

  /* line 6, resources/assets/styles/1220-adaptive/_1220-front-page-portfolio.scss */

  .front-page__portfolio-content .owl-nav button.owl-next {
    left: calc(100% - 60px - 45px);
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 12, resources/assets/styles/1220-adaptive/_1220-front-page-portfolio.scss */

  .front-page__portfolio-content .owl-nav button.owl-prev {
    left: calc(100% - 110px - 30px);
  }

  /* line 16, resources/assets/styles/1220-adaptive/_1220-front-page-portfolio.scss */

  .front-page__portfolio-content .owl-nav button.owl-next {
    left: calc(100% - 60px - 30px);
  }
}

@media (min-width: 1060px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-template-price.scss */

  .price-page__main {
    margin-left: 40px;
  }
}

@media (min-width: 990px) and (max-width: 1059px) {
  /* line 8, resources/assets/styles/1220-adaptive/_1220-template-price.scss */

  .price-page .sidebar {
    display: none;
  }

  /* line 12, resources/assets/styles/1220-adaptive/_1220-template-price.scss */

  .price-page__main {
    margin-left: 0;
    max-width: 100%;
  }
}

@media (min-width: 1221px) and (max-width: 1360px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-banner-block.scss */

  .banner-block-item-content {
    padding-left: 14%;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 8, resources/assets/styles/1220-adaptive/_1220-banner-block.scss */

  .banner-block-item-content {
    padding-left: 16%;
  }

  /* line 12, resources/assets/styles/1220-adaptive/_1220-banner-block.scss */

  .banner-block-item::before {
    left: -25px;
  }

  /* line 16, resources/assets/styles/1220-adaptive/_1220-banner-block.scss */

  .banner-block-item-image1 {
    right: 80px;
  }

  /* line 20, resources/assets/styles/1220-adaptive/_1220-banner-block.scss */

  .banner-block-item-image2 {
    right: -90px;
  }

  /* line 24, resources/assets/styles/1220-adaptive/_1220-banner-block.scss */

  .banner-block-item-image2::before {
    right: 34px;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-information.scss */

  .front-page__information-image2,
  .mask22,
  .shop-page__information-image2,
  .product-page__information-image2,
  .service-page__information-image2 {
    right: 2% !important;
  }

  /* line 10, resources/assets/styles/1220-adaptive/_1220-information.scss */

  .front-page__information-content,
  .shop-page__information-content,
  .product-page__information-content,
  .service-page__information-content {
    padding-left: 3%;
  }

  /* line 17, resources/assets/styles/1220-adaptive/_1220-information.scss */

  .front-page__information-title,
  .shop-page__information-title,
  .product-page__information-title,
  .service-page__information-title {
    max-width: 600px;
  }

  /* line 24, resources/assets/styles/1220-adaptive/_1220-information.scss */

  .front-page__information-text,
  .shop-page__information-text,
  .product-page__information-text,
  .service-page__information-text {
    padding-left: 55px;
  }

  /* line 31, resources/assets/styles/1220-adaptive/_1220-information.scss */

  .front-page__information-image1,
  .mask11,
  .shop-page__information-image1,
  .product-page__information-image1,
  .service-page__information-image1 {
    display: none;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-info-block.scss */

  .info-block-item-form {
    background: #2e6041;
  }

  /* line 5, resources/assets/styles/1220-adaptive/_1220-info-block.scss */

  .info-block-item-form::after {
    right: 20px;
  }

  /* line 10, resources/assets/styles/1220-adaptive/_1220-info-block.scss */

  .info-block-item-page1 {
    background: #25483c;
    left: 0;
  }

  /* line 14, resources/assets/styles/1220-adaptive/_1220-info-block.scss */

  .info-block-item-page1::after {
    right: 20px;
  }

  /* line 19, resources/assets/styles/1220-adaptive/_1220-info-block.scss */

  .info-block-item-page2 {
    background: #192b35;
  }

  /* line 22, resources/assets/styles/1220-adaptive/_1220-info-block.scss */

  .info-block-item-page2::after {
    content: url(/wp-content/themes/sage/dist/images/svg/info_4.svg);
    bottom: 15px;
    right: 10px;
  }

  /* line 29, resources/assets/styles/1220-adaptive/_1220-info-block.scss */

  .info-block-item {
    position: relative !important;
    width: calc(100% / 3);
  }

  /* line 33, resources/assets/styles/1220-adaptive/_1220-info-block.scss */

  .info-block-item:hover {
    background: rgba(74, 148, 67, 0.7);
  }

  /* line 38, resources/assets/styles/1220-adaptive/_1220-info-block.scss */

  .info-block-item-page1 .info-block-item-link {
    padding-left: 30px;
  }

  /* line 42, resources/assets/styles/1220-adaptive/_1220-info-block.scss */

  .info-block-item-page2 .info-block-item-link {
    padding-left: 20px;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-archive-product.scss */

  .shop-page__loop {
    margin-left: 35px;
  }

  /* line 6, resources/assets/styles/1220-adaptive/_1220-archive-product.scss */

  .shop-page__loop ul.products .product .attachment-woocommerce_thumbnail,
  .shop-page__loop ul.products .product .wp-post-image {
    object-fit: cover;
    margin-top: 0;
  }
}

@media (min-width: 769px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-sidebar.scss */

  .sidebar {
    max-width: 215px;
  }

  /* line 6, resources/assets/styles/1220-adaptive/_1220-sidebar.scss */

  .sidebar-main ul li.menu-item {
    padding-left: 20px;
    padding-right: 6px;
  }

  /* line 11, resources/assets/styles/1220-adaptive/_1220-sidebar.scss */

  .sidebar-bottom {
    padding: 22px 20px 22px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 17, resources/assets/styles/1220-adaptive/_1220-sidebar.scss */

  .ubermenu-responsive-toggle,
  .ubermenu-sticky-toggle-wrapper {
    display: none;
  }

  /* line 22, resources/assets/styles/1220-adaptive/_1220-sidebar.scss */

  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse {
    max-height: none !important;
    visibility: visible !important;
  }

  /* line 27, resources/assets/styles/1220-adaptive/_1220-sidebar.scss */

  .ubermenu-responsive-default.ubermenu-responsive {
    max-height: none;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-footer.scss */

  .content-info__footer-main_left {
    margin-right: 30px;
    max-width: 300px;
  }

  /* line 7, resources/assets/styles/1220-adaptive/_1220-footer.scss */

  .content-info__footer-main-logo-img {
    width: 300px;
  }

  /* line 11, resources/assets/styles/1220-adaptive/_1220-footer.scss */

  .content-info__footer-main_left-item {
    bottom: 7px;
    left: 113px;
  }

  /* line 16, resources/assets/styles/1220-adaptive/_1220-footer.scss */

  .footer-items_item-link {
    padding-left: 15px;
  }
}

@media (min-width: 990px) and (max-width: 1100px) {
  /* line 22, resources/assets/styles/1220-adaptive/_1220-footer.scss */

  .content-info__footer-main_navigation-list {
    flex-wrap: wrap;
  }
}

/** adaptive 1670 */

@media (min-width: 1481px) and (max-width: 1669px) {
  /* line 2, resources/assets/styles/1670-adaptive/_1670-front-page-banner.scss */

  .front-page__banner .owl-dots {
    left: 13%;
  }

  /* line 6, resources/assets/styles/1670-adaptive/_1670-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-prev {
    left: 18%;
  }

  /* line 10, resources/assets/styles/1670-adaptive/_1670-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-next {
    left: 21.5%;
  }
}

@media (min-width: 1441px) and (max-width: 1480px) {
  /* line 16, resources/assets/styles/1670-adaptive/_1670-front-page-banner.scss */

  .front-page__banner .owl-dots {
    left: 8%;
  }

  /* line 20, resources/assets/styles/1670-adaptive/_1670-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-prev {
    left: 14%;
  }

  /* line 24, resources/assets/styles/1670-adaptive/_1670-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-next {
    left: 18%;
  }
}

@media (min-width: 1367px) and (max-width: 1440px) {
  /* line 30, resources/assets/styles/1670-adaptive/_1670-front-page-banner.scss */

  .front-page__banner .owl-dots {
    left: 7%;
  }

  /* line 34, resources/assets/styles/1670-adaptive/_1670-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-prev {
    left: 13%;
  }

  /* line 38, resources/assets/styles/1670-adaptive/_1670-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-next {
    left: 17%;
  }
}

@media (min-width: 1331px) and (max-width: 1366px) {
  /* line 44, resources/assets/styles/1670-adaptive/_1670-front-page-banner.scss */

  .front-page__banner .owl-dots {
    left: 4%;
  }

  /* line 48, resources/assets/styles/1670-adaptive/_1670-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-prev {
    left: 10%;
  }

  /* line 52, resources/assets/styles/1670-adaptive/_1670-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-next {
    left: 14%;
  }
}

@media (min-width: 1221px) and (max-width: 1330px) {
  /* line 58, resources/assets/styles/1670-adaptive/_1670-front-page-banner.scss */

  .front-page__banner .owl-dots {
    left: 2%;
  }

  /* line 62, resources/assets/styles/1670-adaptive/_1670-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-prev {
    left: 8%;
  }

  /* line 66, resources/assets/styles/1670-adaptive/_1670-front-page-banner.scss */

  .front-page__banner .owl-nav button.owl-next {
    left: 12.5%;
  }
}

@media (min-width: 1440px) and (max-width: 1639px) {
  /* line 2, resources/assets/styles/1670-adaptive/_1670-information.scss */

  .front-page__information-image2,
  .shop-page__information-image2,
  .product-page__information-image2,
  .service-page__information-image2 {
    right: 5%;
  }

  /* line 9, resources/assets/styles/1670-adaptive/_1670-information.scss */

  .front-page__information-content,
  .shop-page__information-content,
  .product-page__information-content,
  .service-page__information-content {
    padding-left: 145px;
  }
}

@media (min-width: 1221px) and (max-width: 1439px) {
  /* line 18, resources/assets/styles/1670-adaptive/_1670-information.scss */

  .front-page__information-image2,
  .shop-page__information-image2,
  .product-page__information-image2,
  .service-page__information-image2 {
    right: 5%;
  }

  /* line 25, resources/assets/styles/1670-adaptive/_1670-information.scss */

  .front-page__information-content,
  .shop-page__information-content,
  .product-page__information-content,
  .service-page__information-content {
    padding-left: 19%;
  }

  /* line 32, resources/assets/styles/1670-adaptive/_1670-information.scss */

  .front-page__information-title,
  .shop-page__information-title,
  .product-page__information-title,
  .service-page__information-title {
    max-width: 600px;
  }
}


/*# sourceMappingURL=main.css.map*/

/* CUSTOM ADDED CONTENT -- DELETE LATER */
.added-content {
  max-width: 1230px;
  width: 100%;
  padding: 60px 30px;
  background-color: #f6f6f6;
  margin: 0 auto;
}

.added-content:empty {
  display: none;
}

.added-content h2 {
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 27px;
  line-height: 33px;
  color: #282b32;
  width: 100%;
  margin-bottom: 30px;
}

.added-content h3 {
  color: #282b32;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.added-content ul, .added-content ol {
  margin-bottom: 19px;
  list-style: inside;
}

.added-content p, p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 140.52%;
  margin-bottom: 19px;
}

.added-content b {
  font-weight: 500;
}

.added-content i {
  font-style: italic;
}

.added-content a {
  font-weight: 500;
  color: #339966;
  border-bottom: 1px solid #339966; 
}