/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/app/themes/sage/dist/vendor/owl.video.play_4a37f800.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

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

.select2-results {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/**
 * 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: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.035em;
  color: #1e1e1e;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 20, 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 30, resources/assets/styles/common/_global.scss */

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

/* line 35, 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 44, resources/assets/styles/common/_global.scss */

strong {
  font-weight: bold;
}

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

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

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

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

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

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

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

details,
summary {
  outline: 0;
}

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

details > summary {
  list-style: none;
}

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

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

/* line 79, 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 102, resources/assets/styles/common/_global.scss */

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

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

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

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

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

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

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

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

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

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

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

/* line 136, 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 152, resources/assets/styles/common/_global.scss */

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

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

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

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

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

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

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

.banner__header-button {
  max-width: 196px;
  width: 100%;
  height: 49px;
}

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

.banner__header-button-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #38b25a;
  border-radius: 9px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.035em;
  color: #fff;
  padding: 0 10px;
}

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

.banner__header-button-btn:hover {
  background: rgba(13, 130, 57, 0.7);
  transition: 0.5s ease-in-out;
}

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

.front-page__contact-form {
  max-width: 488px;
  width: 100%;
}

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

.front-page__contact-form .wpcf7 {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #ebebeb;
  border: none;
  box-sizing: border-box;
  border-radius: 35px;
  padding: 36px 18% 36px;
}

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

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

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

.front-page__contact-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(27, 35, 39, 0.6);
  border-radius: 5px;
}

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

.front-page__contact-form .wpcf7 .wpcf7-form br {
  display: none;
}

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

.front-page__contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 3;
}

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

.front-page__contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control {
  max-width: 100%;
  width: 100%;
  height: 42px;
  outline: none;
  appearance: none;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #1e1e1e;
  background: #fff;
  border: 1px solid #38b25a;
  border-radius: 6px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 20px;
}

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

.front-page__contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.035em;
  color: #1e1e1e;
}

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

.front-page__contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap input.wpcf7-form-control option {
  color: #1e1e1e;
}

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

.front-page__contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: -4px;
  color: #1b2327;
}

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

.front-page__contact-form .wpcf7 .wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid {
  border: 2px solid #1b2327 !important;
}

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

.front-page__contact-form .wpcf7 .wpcf7-form input[type="submit"] {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 39px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.035em;
  color: #fff;
  outline: none;
  background: #38b25a;
  box-shadow: 0 4px 10px rgba(91, 122, 101, 0.25);
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 3;
}

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

.front-page__contact-form .wpcf7 .wpcf7-form input[type="submit"]:hover {
  background: rgba(13, 130, 57, 0.7);
}

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

.front-page__contact-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 130, resources/assets/styles/components/_forms.scss */

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

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

.front-page__contact-form .wpcf7 .wpcf7-form .wpcf7-checkbox {
  width: auto;
  max-width: none;
}

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

.front-page__contact-form .wpcf7 .wpcf7-form span.your-checkbox {
  max-width: none;
  width: auto;
}

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

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

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

.front-page__contact-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: 14px;
  line-height: 17px;
  letter-spacing: 0.035em;
  color: #455a64;
  cursor: pointer;
  padding-left: 25px;
}

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

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

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

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

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

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

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

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

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

.front-page__contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label::before {
  height: 14px;
  width: 14px;
  left: 0;
  top: 2px;
  background-color: #38b25a;
  border-radius: 2px;
}

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

.front-page__contact-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: 3px;
  opacity: 0;
  transition: 0.25s;
  color: #fff;
}

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

.front-page__contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox label.checked::after {
  opacity: 1;
}

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

.front-page__contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox a {
  margin-top: -9px;
  margin-left: 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.035em;
  color: #455a64;
  z-index: 99;
}

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

.front-page__contact-form .wpcf7 .wpcf7-form .wpcf7-form-wrapper-checkbox a:hover {
  color: rgba(13, 130, 57, 0.7);
}

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

.front-page__contact-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 */

.front-page__contact-form .wpcf7 .wpcf7-form__block-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.035em;
  color: #1e1e1e;
}

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

.front-page__contact-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 264, resources/assets/styles/components/_forms.scss */

.front-page__contact-form .wpcf7 .wpcf7-form__block-wrapper-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 23px;
}

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

.front-page__contact-form .wpcf7 .wpcf7-form__footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 1;
}

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

.banner {
  position: relative;
  width: 100%;
  margin-top: 25px;
}

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

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

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

.banner__header-logo {
  max-width: 603px;
  width: 100%;
  height: 74.5px;
  margin-right: 30px;
}

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

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

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

.content-info {
  width: 100%;
  padding: 18px 0 32px;
  background: #1b2327;
}

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

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

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

.content-info__footer-logo {
  max-width: 603px;
  width: 100%;
  height: 74.5px;
  margin-right: 30px;
}

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

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

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

.content-info__footer-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  width: 100%;
}

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

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

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

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

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

.content-info__footer-info-creation-link:hover {
  color: rgba(13, 130, 57, 0.7) !important;
}

/* line 61, 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 72, 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: #38b25a;
  border-radius: 5px;
  padding: 35px;
  position: relative;
}

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

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

/* line 89, 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 103, 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 111, 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 118, resources/assets/styles/layouts/_footer.scss */

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block .wpcf7-form__block-title {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #1e1e1e;
  width: 100%;
  font-size: 32px;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}

/* line 127, 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(27, 35, 39, 0.4);
  border-radius: 5px;
  border-color: #1b2327 !important;
}

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

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

/* line 145, 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 154, 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: 1px solid #fff;
  border-radius: 6px;
  background: transparent;
  box-sizing: border-box;
  height: 39px;
  padding-left: 20px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}

/* line 170, 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 175, 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: #1e1e1e;
}

/* line 180, 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: #1b2327;
}

/* line 186, 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 #1b2327 !important;
}

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

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

/* line 195, 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: #0d8239;
  border-radius: 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.035em;
  color: #fff;
  margin: auto;
  position: relative;
  z-index: 1;
}

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

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

/* line 222, 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: #063c1b;
  border-radius: 14px;
}

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

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

/* line 246, 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: #1e1e1e;
}

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

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

/* line 257, 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 267, 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 281, 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 284, 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 287, 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 293, 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 300, 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 #0d8239;
  left: 0;
  top: 2px;
  background-color: #fff;
  border-radius: 2px;
}

/* line 310, 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: #0d8239;
}

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

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

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a {
  position: static;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding-left: 25px;
  margin-top: -12px;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a:hover {
  color: #1b2327;
}

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

#bubb {
  position: absolute;
  top: 70%;
  width: 100px;
  height: 100px;
  background-image: url(/app/themes/sage/dist/images/bubble.png);
  background-size: cover;
  animation: ufstige 6s linear infinite;
  opacity: 0;
}

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

body #bubb:nth-child(2) {
  left: 10%;
  animation: ufstige 8s linear infinite 0.5s;
}

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

body #bubb:nth-child(3) {
  left: 20%;
  animation: ufstige 4s linear infinite 1.7s;
}

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

body #bubb:nth-child(4) {
  left: 30%;
  animation: ufstige 7s linear infinite 3.9s;
}

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

body #bubb:nth-child(5) {
  left: 40%;
  animation: ufstige 10s linear infinite 1s;
}

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

body #bubb:nth-child(6) {
  left: 50%;
  animation: ufstige 5s linear infinite 6.3s;
}

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

body #bubb:nth-child(7) {
  left: 60%;
  animation: ufstige 9s linear infinite 0.9s;
}

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

body #bubb:nth-child(8) {
  left: 70%;
  animation: ufstige 8s linear infinite 1.1s;
}

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

body #bubb:nth-child(9) {
  left: 80%;
  animation: ufstige 6s linear infinite 2.3s;
}

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

body #bubb:nth-child(10) {
  left: 90%;
  animation: ufstige 8s linear infinite 1.5s;
}

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

body #bubb:nth-child(11) {
  left: 5%;
  animation: ufstige2 6s linear infinite 9s;
}

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

body #bubb:nth-child(12) {
  left: 15%;
  animation: ufstige2 4s linear infinite 0.5s;
}

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

body #bubb:nth-child(13) {
  left: 25%;
  animation: ufstige2 3s linear infinite 2.9s;
}

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

body #bubb:nth-child(14) {
  left: 35%;
  animation: ufstige2 10s linear infinite 7s;
}

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

body #bubb:nth-child(15) {
  left: 45%;
  animation: ufstige2 3s linear infinite;
}

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

body #bubb:nth-child(16) {
  left: 55%;
  animation: ufstige2 6s linear infinite 4.5s;
}

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

body #bubb:nth-child(17) {
  left: 60%;
  animation: ufstige2 8s linear infinite 2.2s;
}

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

body #bubb:nth-child(18) {
  left: 75%;
  animation: ufstige2 3s linear infinite 3.6s;
}

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

body #bubb:nth-child(19) {
  left: 85%;
  animation: ufstige2 4s linear infinite 1s;
}

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

body #bubb:nth-child(20) {
  left: 90%;
  animation: ufstige2 5.5s linear infinite 3s;
}

@keyframes ufstige {
  0% {
    transform: translateY(10px) scale(0.8);
    opacity: 0.4;
  }

  50% {
    transform: translateY(-500px) scale(1.2);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-1000px) scale(1.5);
    opacity: 1;
  }
}

@keyframes ufstige2 {
  0% {
    transform: translateY(0) scale(0.5);
    opacity: 0.5;
  }

  50% {
    transform: translateY(-500px) scale(1);
    opacity: 0.8;
  }

  100% {
    transform: translateY(-1000px) scale(2);
    opacity: 1;
  }
}

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

.inner-page {
  padding-bottom: 80px;
}

/* line 4, 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 15, resources/assets/styles/layouts/_pages.scss */

.inner-page .page-header h1 {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #1e1e1e;
  width: 100%;
  margin-bottom: 25px;
}

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

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

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

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

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

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

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

.inner-page p strong {
  color: #0d8239;
}

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

.inner-page p a {
  font-weight: bold;
  color: #1e1e1e;
}

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

.inner-page p a:hover {
  color: #0d8239;
}

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

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

/* 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: 60vh;
}

/* 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: #0d8239;
  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;
}

/**    template-Front-page    */

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

.front-page__banner {
  position: relative;
  width: 100%;
  margin-top: 23px;
}

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

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

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

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

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

.front-page__banner-main-svg {
  height: 600px;
  max-width: 100%;
}

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

.front-page__banner-main-svg .active {
  fill: #e9b248;
  opacity: 1;
}

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

.front-page__banner-main-svg-mobi {
  display: none;
}

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

.front-page__banner-main-svg-mobi .active {
  fill: #e9b248;
  opacity: 1;
}

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

.front-page__banner-main::before {
  position: absolute;
  content: "";
  left: 50px;
  bottom: 0;
  background: url(/app/themes/sage/dist/images/svg/block.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 189px;
  height: 244px;
}

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

.front-page__service {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 40px;
}

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

.front-page__service-title {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #1e1e1e;
  width: 100%;
}

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

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

/* line 22, resources/assets/styles/front-page/_front-page-service.scss */

.front-page__service-content::before {
  position: absolute;
  content: "";
  background: url(/app/themes/sage/dist/images/bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: calc(50% - (247.36px / 2));
  left: -52px;
  width: 247.36px;
  height: 247.36px;
  z-index: 2;
}

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

.front-page__service-content #bubbs1 {
  position: absolute;
  background: url(/app/themes/sage/dist/images/bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: calc(50% - (247.36px / 2));
  left: -52px;
  width: 247.36px;
  height: 247.36px;
  animation: ufstige 6s linear infinite;
  z-index: 2;
}

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

.front-page__service-item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: calc((100% - 40px) / 3);
  min-height: 174px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #ebebeb;
  border-radius: 24px;
  padding: 23px 20px;
}

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

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

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

.front-page__service-item_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.035em;
  margin-right: 5px;
  max-width: 230px;
  width: 100%;
  z-index: 2;
}

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

.front-page__service-item_info-title {
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 10px;
}

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

.front-page__service-item_info-text {
  font-weight: 400;
  color: #1e1e1e;
}

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

.front-page__service-item_image {
  position: absolute;
  right: 20px;
}

/* line 102, resources/assets/styles/front-page/_front-page-service.scss */

.front-page__service-item:nth-child(1) .front-page__service-item_info,
.front-page__service-item:nth-child(12) .front-page__service-item_info {
  max-width: 260px;
}

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

.front-page__service-item:nth-child(9) .front-page__service-item_image {
  top: 0;
}

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

.front-page__service-item a {
  color: #0d8239;
}

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

.front-page__service-item a:hover {
  color: rgba(13, 130, 57, 0.7);
}

/* line 122, resources/assets/styles/front-page/_front-page-service.scss */

.front-page__service-show-more {
  display: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.035em;
  text-decoration-line: underline;
  color: #0d8239;
  cursor: pointer;
  text-align: center;
}

/* line 134, resources/assets/styles/front-page/_front-page-service.scss */

.front-page__service-show-more:hover {
  color: rgba(13, 130, 57, 0.7);
}

@keyframes ufstige {
  0% {
    transform: translateY(10px) scale(0.8);
    opacity: 0.4;
  }

  50% {
    transform: translateY(-200px) scale(1.1);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-400px) scale(1.3);
    opacity: 1;
  }
}

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

.front-page__info {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 40px;
}

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

.front-page__info-wrapper {
  position: relative;
  background: #0d8239;
  border-radius: 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 35px 10px 25px 47px;
  height: 568px;
  z-index: 1;
}

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

.front-page__info-wrapper::before {
  position: absolute;
  content: "";
  background: url(/app/themes/sage/dist/images/bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: -46px;
  right: 58px;
  width: 91px;
  height: 91px;
  z-index: 2;
}

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

.front-page__info-wrapper::after {
  position: absolute;
  content: "";
  background: url(/app/themes/sage/dist/images/bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: -20px;
  right: 40px;
  width: 91px;
  height: 91px;
  z-index: 3;
}

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

.front-page__info-wrapper #bubbi1 {
  position: absolute;
  background: url(/app/themes/sage/dist/images/bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: -46px;
  right: 58px;
  width: 91px;
  height: 91px;
  animation: ufstige 6s linear infinite;
  z-index: 2;
}

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

.front-page__info-wrapper #bubbi2 {
  position: absolute;
  background: url(/app/themes/sage/dist/images/bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: -20px;
  right: 40px;
  width: 91px;
  height: 91px;
  animation: ufstige 5s linear infinite;
  z-index: 3;
}

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

.front-page__info-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 440px;
  width: 100%;
  margin-right: 30px;
}

/* line 87, resources/assets/styles/front-page/_front-page-info.scss */

.front-page__info-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: 0.035em;
  color: #fff;
  margin-bottom: 23px;
}

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

.front-page__info-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.035em;
  color: #fff;
}

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

.front-page__info-text p {
  margin-bottom: 20px;
}

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

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

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

.front-page__info-sign {
  font-family: "Sweet Mavka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.035em;
  color: #fff;
  margin-top: 12px;
}

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

.front-page__info-image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 675px;
  width: 100%;
  height: 568px;
}

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

.front-page__info-image-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  border-radius: 35px;
}

@keyframes ufstige {
  0% {
    transform: translateY(10px) scale(0.8);
    opacity: 0.4;
  }

  50% {
    transform: translateY(-400px) scale(1.2);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-800px) scale(1.5);
    opacity: 1;
  }
}

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

.front-page__advantages {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 25px;
}

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

.front-page__advantages-wrapper {
  max-width: 792px;
  width: 100%;
  min-height: 368px;
  margin-right: 20px;
}

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

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

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

.front-page__advantages-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc((100% - 60px) / 4);
  height: 174px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 23px 17px;
  background: #ebebeb;
  border-radius: 24px;
}

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

.front-page__advantages-item:nth-child(1) {
  background: none;
  justify-content: center;
}

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

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

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

.front-page__advantages-item-heading {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #1e1e1e;
  width: 100%;
}

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

.front-page__advantages-item-image {
  width: 55px;
  height: 55px;
  margin-bottom: 16px;
  object-fit: contain;
  object-position: center;
}

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

.front-page__advantages-item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.035em;
  color: #1e1e1e;
}

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

.front-page__advantages-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 387px;
  width: 100%;
  min-height: 368px;
  background: #0d8239;
  border-radius: 35px;
  padding: 43px;
}

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

.front-page__advantages-info-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.035em;
  color: #fff;
  margin-bottom: 10px;
}

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

.front-page__advantages-info-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.035em;
  color: #fff;
}

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

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

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

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

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

.front-page__profit {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 12, resources/assets/styles/front-page/_front-page-profit.scss */

.front-page__profit::before {
  position: absolute;
  content: "";
  background: url(/app/themes/sage/dist/images/bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
  width: 263px;
  height: 263px;
  transform: rotate(120deg);
  z-index: 2;
}

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

.front-page__profit::after {
  position: absolute;
  content: "";
  background: url(/app/themes/sage/dist/images/bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: 90px;
  right: 15%;
  width: 68px;
  height: 68px;
  z-index: 3;
}

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

.front-page__profit #bubbp1 {
  position: absolute;
  background: url(/app/themes/sage/dist/images/bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
  width: 263px;
  height: 263px;
  transform: rotate(120deg);
  animation: ufstige3 8s linear infinite;
  z-index: 2;
}

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

.front-page__profit #bubbp2 {
  position: absolute;
  background: url(/app/themes/sage/dist/images/bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: 90px;
  right: 15%;
  width: 68px;
  height: 68px;
  animation: ufstige3 3s linear infinite;
  z-index: 3;
}

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

.front-page__profit #bubbp3 {
  position: absolute;
  background: url(/app/themes/sage/dist/images/bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: 10px;
  right: 0;
  width: 68px;
  height: 68px;
  animation: ufstige3 5s linear infinite;
  z-index: 3;
}

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

.front-page__profit #bubbp4 {
  position: absolute;
  background: url(/app/themes/sage/dist/images/bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: 10px;
  right: 0;
  width: 68px;
  height: 68px;
  z-index: 3;
}

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

.front-page__profit-wrapper {
  max-width: 875px;
  width: 100%;
  margin-right: 20px;
}

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

.front-page__profit-title {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #1e1e1e;
  width: 100%;
}

/* line 107, resources/assets/styles/front-page/_front-page-profit.scss */

.front-page__profit-subtitle {
  max-width: 462px;
  width: 100%;
  margin-top: 20px;
}

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

.front-page__profit-content {
  margin-top: 30px;
  width: 100%;
}

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

.front-page__profit-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: #0d8239;
  border-radius: 12px;
  padding: 17px 13px 16px 18px;
  margin-bottom: 10px;
}

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

.front-page__profit-item:last-child {
  margin-bottom: 0;
}

/* line 132, resources/assets/styles/front-page/_front-page-profit.scss */

.front-page__profit-item-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.035em;
  color: #fff;
}

@keyframes ufstige3 {
  0% {
    transform: translateY(10px) scale(0.8);
    opacity: 0.4;
  }

  50% {
    transform: translateY(-200px) scale(1.1);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-400px) scale(1.3);
    opacity: 1;
  }
}

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

.front-page__work {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
}

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

.front-page__work::before {
  position: absolute;
  content: "";
  background: url(/app/themes/sage/dist/images/bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: -44px;
  left: -63px;
  width: 177px;
  height: 177px;
  z-index: 2;
}

/* line 22, resources/assets/styles/front-page/_front-page-work.scss */

.front-page__work #bubbw1 {
  position: absolute;
  background: url(/app/themes/sage/dist/images/bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: -44px;
  left: -63px;
  width: 177px;
  height: 177px;
  animation: ufstige4 6s linear infinite;
  z-index: 3;
}

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

.front-page__work-title {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #1e1e1e;
  width: 100%;
}

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

.front-page__work-content {
  width: 100%;
  margin-top: 40px;
}

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

.front-page__work-content .owl-nav button {
  position: absolute;
  bottom: -42px;
  width: 20px;
  height: 16px;
  outline: none;
  background-size: 16px;
  font-size: 0;
  z-index: 99;
}

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

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

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

.front-page__work-content .owl-nav button.owl-prev {
  right: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjkyODk0IDcuMjkyODlDLTAuMDk3NjMwMyA3LjY4MzQyIC0wLjA5NzYzMDMgOC4zMTY1OCAwLjI5Mjg5NCA4LjcwNzExTDYuNjU2ODYgMTUuMDcxMUM3LjA0NzM4IDE1LjQ2MTYgNy42ODA1NCAxNS40NjE2IDguMDcxMDcgMTUuMDcxMUM4LjQ2MTU5IDE0LjY4MDUgOC40NjE1OSAxNC4wNDc0IDguMDcxMDcgMTMuNjU2OUwyLjQxNDIxIDhMOC4wNzEwNyAyLjM0MzE1QzguNDYxNTkgMS45NTI2MiA4LjQ2MTU5IDEuMzE5NDYgOC4wNzEwNyAwLjkyODkzM0M3LjY4MDU0IDAuNTM4NDA4IDcuMDQ3MzggMC41Mzg0MDggNi42NTY4NiAwLjkyODkzM0wwLjI5Mjg5NCA3LjI5Mjg5Wk0yMCA3TDEgN1Y5TDIwIDlWN1oiIGZpbGw9IiMzOEIyNUEiLz4KPC9zdmc+Cg==) no-repeat center center;
  z-index: 99;
}

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

.front-page__work-content .owl-nav button.owl-next {
  right: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjcwNzEgOC43MDcxMUMyMC4wOTc2IDguMzE2NTggMjAuMDk3NiA3LjY4MzQyIDE5LjcwNzEgNy4yOTI4OUwxMy4zNDMxIDAuOTI4OTMyQzEyLjk1MjYgMC41Mzg0MDggMTIuMzE5NSAwLjUzODQwOCAxMS45Mjg5IDAuOTI4OTMyQzExLjUzODQgMS4zMTk0NiAxMS41Mzg0IDEuOTUyNjIgMTEuOTI4OSAyLjM0MzE1TDE3LjU4NTggOEwxMS45Mjg5IDEzLjY1NjlDMTEuNTM4NCAxNC4wNDc0IDExLjUzODQgMTQuNjgwNSAxMS45Mjg5IDE1LjA3MTFDMTIuMzE5NSAxNS40NjE2IDEyLjk1MjYgMTUuNDYxNiAxMy4zNDMxIDE1LjA3MTFMMTkuNzA3MSA4LjcwNzExWk0wIDlIMTlWN0gwVjlaIiBmaWxsPSIjMzhCMjVBIi8+Cjwvc3ZnPgo=) no-repeat center center;
  z-index: 99;
}

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

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

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

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

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

.front-page__work-content .owl-dots .owl-dot {
  width: 20px;
  height: 3px;
  background: #ebebeb;
  border: none;
  box-sizing: border-box;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 4px;
  outline: none;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

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

.front-page__work-content .owl-dots .owl-dot:hover {
  background: rgba(13, 130, 57, 0.7);
}

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

.front-page__work-content .owl-dots .owl-dot.active {
  width: 52px;
  background: #38b25a;
}

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

.front-page__work-item {
  width: 100%;
  height: 240px;
  border-radius: 10px;
  cursor: zoom-in;
}

/* line 122, resources/assets/styles/front-page/_front-page-work.scss */

.front-page__work-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #38b25a;
  border-radius: 10px;
}

@keyframes ufstige4 {
  0% {
    transform: translateY(10px) scale(0.8);
    opacity: 0.4;
  }

  50% {
    transform: translateY(-250px) scale(1.2);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-500px) scale(1.4);
    opacity: 1;
  }
}

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

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

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

.front-page__feedback-title {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #1e1e1e;
  width: 100%;
}

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

.front-page__feedback-subtitle {
  max-width: 462px;
  width: 100%;
  margin-top: 20px;
}

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

.front-page__feedback-content {
  width: 100%;
  margin-top: 40px;
}

/* line 22, resources/assets/styles/front-page/_front-page-feedback.scss */

.front-page__feedback-content .owl-nav button {
  position: absolute;
  bottom: -42px;
  width: 20px;
  height: 16px;
  outline: none;
  background-size: 16px;
  font-size: 0;
  z-index: 99;
}

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

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

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

.front-page__feedback-content .owl-nav button.owl-prev {
  right: 27px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjkyODk0IDcuMjkyODlDLTAuMDk3NjMwMyA3LjY4MzQyIC0wLjA5NzYzMDMgOC4zMTY1OCAwLjI5Mjg5NCA4LjcwNzExTDYuNjU2ODYgMTUuMDcxMUM3LjA0NzM4IDE1LjQ2MTYgNy42ODA1NCAxNS40NjE2IDguMDcxMDcgMTUuMDcxMUM4LjQ2MTU5IDE0LjY4MDUgOC40NjE1OSAxNC4wNDc0IDguMDcxMDcgMTMuNjU2OUwyLjQxNDIxIDhMOC4wNzEwNyAyLjM0MzE1QzguNDYxNTkgMS45NTI2MiA4LjQ2MTU5IDEuMzE5NDYgOC4wNzEwNyAwLjkyODkzM0M3LjY4MDU0IDAuNTM4NDA4IDcuMDQ3MzggMC41Mzg0MDggNi42NTY4NiAwLjkyODkzM0wwLjI5Mjg5NCA3LjI5Mjg5Wk0yMCA3TDEgN1Y5TDIwIDlWN1oiIGZpbGw9IiMzOEIyNUEiLz4KPC9zdmc+Cg==) no-repeat center center;
  z-index: 99;
}

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

.front-page__feedback-content .owl-nav button.owl-next {
  right: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjcwNzEgOC43MDcxMUMyMC4wOTc2IDguMzE2NTggMjAuMDk3NiA3LjY4MzQyIDE5LjcwNzEgNy4yOTI4OUwxMy4zNDMxIDAuOTI4OTMyQzEyLjk1MjYgMC41Mzg0MDggMTIuMzE5NSAwLjUzODQwOCAxMS45Mjg5IDAuOTI4OTMyQzExLjUzODQgMS4zMTk0NiAxMS41Mzg0IDEuOTUyNjIgMTEuOTI4OSAyLjM0MzE1TDE3LjU4NTggOEwxMS45Mjg5IDEzLjY1NjlDMTEuNTM4NCAxNC4wNDc0IDExLjUzODQgMTQuNjgwNSAxMS45Mjg5IDE1LjA3MTFDMTIuMzE5NSAxNS40NjE2IDEyLjk1MjYgMTUuNDYxNiAxMy4zNDMxIDE1LjA3MTFMMTkuNzA3MSA4LjcwNzExWk0wIDlIMTlWN0gwVjlaIiBmaWxsPSIjMzhCMjVBIi8+Cjwvc3ZnPgo=) no-repeat center center;
  z-index: 99;
}

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

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

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

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

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

.front-page__feedback-content .owl-dots .owl-dot {
  width: 20px;
  height: 3px;
  background: #ebebeb;
  border: none;
  box-sizing: border-box;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 4px;
  outline: none;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

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

.front-page__feedback-content .owl-dots .owl-dot:hover {
  background: rgba(13, 130, 57, 0.7);
}

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

.front-page__feedback-content .owl-dots .owl-dot.active {
  width: 52px;
  background: #38b25a;
}

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

.front-page__feedback-item {
  width: 100%;
  height: 305px;
  border-radius: 10px;
  cursor: zoom-in;
}

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

.front-page__feedback-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #38b25a;
  border-radius: 10px;
}

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

.front-page__contact {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 80px;
}

/* line 12, resources/assets/styles/front-page/_front-page-contact.scss */

.front-page__contact::before {
  position: absolute;
  content: "";
  background: url(/app/themes/sage/dist/images/bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: -72px;
  right: -63px;
  width: 134px;
  height: 134px;
  z-index: 2;
}

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

.front-page__contact #bubbc1 {
  position: absolute;
  background: url(/app/themes/sage/dist/images/bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: -72px;
  right: -63px;
  width: 134px;
  height: 134px;
  animation: ufstige5 4s linear infinite;
  z-index: 3;
}

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

.front-page__contact-content {
  max-width: 640px;
  width: 100%;
  margin-right: 40px;
}

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

.front-page__contact-title {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #1e1e1e;
  width: 100%;
}

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

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

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

.front-page__contact-info_contacts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 200px;
  width: 100%;
  margin-right: 30px;
}

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

.front-page__contact-info-item {
  position: relative;
  padding-left: 45px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.035em;
  color: #1e1e1e;
}

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

.front-page__contact-info-item::before {
  position: absolute;
  top: -2px;
  left: 0;
}

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

.front-page__contact-info-item:hover {
  color: rgba(13, 130, 57, 0.7);
  transition: 0.5s ease-in-out;
}

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

.front-page__contact-info .contact-phone {
  margin-bottom: 27px;
}

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

.front-page__contact-info .contact-phone::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzM4QjI1QSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNS4zMDguODA4Yy0uMTEuMDM3LS4yNzIuMTA0LS4zNTkuMTQ5LS4xOTIuMS0xLjc3NiAxLjYxLTIuMjQ2IDIuMTQtLjQwMS40NTQtLjc4IDEuMTUzLS45NiAxLjc3My0uOTI3IDMuMi45OCA3LjkzNCA1LjE2NyAxMi44MjMuNzE2LjgzNyAyLjkgMi45ODQgMy43ODEgMy43MTggNC43MTcgMy45MzEgOS4xNiA1LjY5IDEyLjMzMSA0Ljg4NC4yMTktLjA1Ni42NDctLjIyNC45NTEtLjM3My42NTQtLjMyMi45MjQtLjU1MSAyLjE2My0xLjgzOSAxLjAwNy0xLjA0NiAxLjEwNy0xLjIxMiAxLjEwNy0xLjgzNyAwLS42OTUuMDQtLjY0NC0yLjU3Ni0zLjI1MS0yLjE2MS0yLjE1My0yLjMyLTIuMzAxLTIuNTgtMi4zODhhMS43MjkgMS43MjkgMCAwIDAtMS4yMzYuMDVjLS4yMy4xMDUtLjQ2My4zMDMtMS4xLjkzMS0xLjA0NSAxLjAzLTEuMzk1IDEuMjItMi4yNDkgMS4yMi0uNTE1IDAtLjg2NC0uMTA2LTEuNDc4LS40NWExNi42NDQgMTYuNjQ0IDAgMCAxLTUuMjMxLTQuNjFjLS43MS0uOTU3LTEuMzcyLTIuMDgtMS41MTMtMi41NjktLjE4LS42MjItLjA3NC0xLjQxLjI2Mi0xLjk1My4wNzEtLjExNi40NzctLjU2MS45MDEtLjk5LjYwOS0uNjE3LjgtLjg0NC45MDctMS4wNzYuMTY4LS4zNjguMTg3LS44My4wNS0xLjIzOC0uMDg2LS4yNi0uMjM0LS40MTktMi4zODgtMi41OEM2LjQ3Ni43OTcgNi40NzEuNzkyIDUuODQ3Ljc2Yy0uMTk2LS4wMS0uNDIyLjAxLS41MzkuMDQ4WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}

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

.front-page__contact-info .contact-email::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzM4QjI1QSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMS45MzggNC42MzJhMS42NSAxLjY1IDAgMCAwLS44NDkuNjc0Yy0uMTUuMjI0LS4zMi42NjQtLjI3LjcwMi4yNzQuMjA4IDEzLjUwNCA4Ljk4NyAxMy41NSA4Ljk5LjAzNy4wMDQgMy4xMDgtMi4wMTcgNi44MjUtNC40OWw2Ljc1OC00LjQ5Ny0uMDMxLS4xNjFjLS4wODgtLjQ0Ny0uNDY3LS45Mi0uOTE1LTEuMTQzbC0uMzAyLS4xNS0xMi4yNDItLjAxMmMtMTEuNzUtLjAxMS0xMi4yNTQtLjAwOC0xMi41MjQuMDg3Wm0tMS4xODIgOS4zN2MwIDMuMjkxLjAxNCA1Ljk4NC4wMzIgNS45ODQuMDQxIDAgOC45NjgtNS43MDQgOS4wNi01Ljc4OC4wNTUtLjA1Mi0uODQ1LS42NzQtNC40NDUtMy4wNzFhMTI3Ny4yIDEyNzcuMiAwIDAgMS00LjU4LTMuMDU4Qy43NjggOC4wMjguNzU1IDkuMjIzLjc1NSAxNC4wMDJabTIyLjY1OS0yLjkxNGMtMy42NDUgMi40My00LjU1NCAzLjA1OC00LjQ5OCAzLjExLjEzMi4xMjIgOS4wNDUgNS43OTkgOS4wNjkgNS43NzUuMDEyLS4wMTMuMDE3LTIuNzAyLjAxLTUuOTc3bC0uMDE0LTUuOTUzLTQuNTY3IDMuMDQ1Wm0tMTcuMjU2IDcuNTJDMS4wMzIgMjEuODkzLjgzNSAyMi4wMjUuODUxIDIyLjE2OWMuMDQ1LjQuNDU1LjkxNi45MDcgMS4xNGwuMzAxLjE1aDI0LjY0NGwuMzAyLS4xNWMuNDUxLS4yMjQuODYxLS43NC45MDYtMS4xNC4wMTYtLjE0NC0uMTgyLS4yNzctNS4zMTUtMy41NjRsLTUuMzMzLTMuNDE0LTEuMTc2Ljc4MWMtMS4zOTguOTI5LTEuNDI2Ljk0NC0xLjcwNi45NDRzLS4zMDEtLjAxMi0xLjctLjk0MWE2Mi41NzMgNjIuNTczIDAgMCAwLTEuMTg5LS43OGMtLjAwNiAwLTIuNDA3IDEuNTM3LTUuMzM1IDMuNDEzWiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}

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

.front-page__contact-info_time {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 320px;
  width: 100%;
}

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

.front-page__contact-info_time-title {
  font-weight: 600;
  margin-bottom: 18px;
}

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

.front-page__contact-info_time-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

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

.front-page__contact-info_time-item-day {
  margin-right: 20px;
}

@keyframes ufstige5 {
  0% {
    transform: translateY(10px) scale(0.8);
    opacity: 0.4;
  }

  50% {
    transform: translateY(-250px) scale(1.1);
    opacity: 0.7;
  }

  100% {
    transform: translateY(-500px) scale(1.2);
    opacity: 1;
  }
}

/** adaptive 559 */

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner {
    margin-top: 34px;
    z-index: 999;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 10px;
  }

  /* line 14, resources/assets/styles/559-adaptive/_559-header.scss */

  .banner__header-logo {
    height: 44px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner-main-svg {
    display: none;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner-main::before {
    left: 0;
    bottom: 0;
    width: 120px;
    height: 160px;
  }

  /* line 13, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner-main-svg-mobi {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 490px) {
  /* line 19, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner-main-svg-mobi {
    height: 393px;
  }
}

@media (min-width: 1px) and (max-width: 375px) {
  /* line 25, resources/assets/styles/559-adaptive/_559-front-page-banner.scss */

  .front-page__banner-main-svg-mobi {
    height: 300px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

  .front-page__service {
    margin-top: 70px;
    margin-bottom: 35px;
    padding: 0 10px;
  }

  /* line 8, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

  .front-page__service-content {
    margin-top: 20px;
  }

  /* line 11, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

  .front-page__service-content #bubbs1 {
    top: 86%;
    left: 22px;
    width: 119px;
    height: 119px;
  }

  /* line 19, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

  .front-page__service-content::before {
    top: 86%;
    left: 10px;
    width: 119px;
    height: 119px;
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

  .front-page__service-item {
    width: 100%;
    padding: 23px 20px;
    min-height: 174px;
    margin-bottom: 12px;
  }

  /* line 32, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

  .front-page__service-item:nth-child(odd) {
    margin-right: 0;
  }

  /* line 36, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

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

  /* line 40, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

  .front-page__service-item:nth-child(n+4) {
    display: none;
  }

  /* line 44, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

  .front-page__service-item.active {
    display: flex;
  }

  /* line 49, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

  .front-page__service-item_image {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 136px;
  }

  /* line 59, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

  .front-page__service-item_image-img {
    width: 100%;
    object-fit: contain;
    object-position: center;
  }

  /* line 65, resources/assets/styles/559-adaptive/_559-front-page-service.scss */

  .front-page__service-show-more {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-info.scss */

  .front-page__info {
    margin-top: 20px;
    margin-bottom: 35px;
    padding: 0 10px;
  }

  /* line 8, resources/assets/styles/559-adaptive/_559-front-page-info.scss */

  .front-page__info-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    height: auto;
  }

  /* line 15, resources/assets/styles/559-adaptive/_559-front-page-info.scss */

  .front-page__info-content {
    max-width: 100%;
    margin-right: 0;
    padding: 35px 16px 35px 21px;
  }

  /* line 21, resources/assets/styles/559-adaptive/_559-front-page-info.scss */

  .front-page__info-title,
  .front-page__info-text p {
    margin-bottom: 12px;
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-front-page-info.scss */

  .front-page__info-image {
    position: static;
    max-width: 100%;
    height: 290px;
  }

  /* line 32, resources/assets/styles/559-adaptive/_559-front-page-info.scss */

  .front-page__info-image-img {
    object-fit: cover;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 35px;
    margin-bottom: 25px;
    padding: 0 10px;
  }

  /* line 11, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages-item {
    width: calc((100% - 10px) / 2);
    height: auto;
    min-height: 175px;
    margin-bottom: 10px;
  }

  /* line 22, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages-item:nth-child(odd) {
    margin-right: 10px;
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

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

  /* line 31, resources/assets/styles/559-adaptive/_559-front-page-advantages.scss */

  .front-page__advantages-info {
    max-width: 100%;
    min-height: auto;
    padding: 30px 35px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-profit.scss */

  .front-page__profit {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 0 10px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-front-page-profit.scss */

  .front-page__profit::before,
  .front-page__profit::after,
  .front-page__profit #bubbp4 {
    display: none;
  }

  /* line 13, resources/assets/styles/559-adaptive/_559-front-page-profit.scss */

  .front-page__profit #bubbp1 {
    width: 150px;
    height: 150px;
    right: 22px;
  }

  /* line 19, resources/assets/styles/559-adaptive/_559-front-page-profit.scss */

  .front-page__profit #bubbp3 {
    right: 15px;
  }

  /* line 24, resources/assets/styles/559-adaptive/_559-front-page-profit.scss */

  .front-page__profit-wrapper {
    margin-right: 0;
  }

  /* line 28, resources/assets/styles/559-adaptive/_559-front-page-profit.scss */

  .front-page__profit-content {
    margin-top: 20px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-work.scss */

  .front-page__work {
    margin-top: 35px;
    margin-bottom: 80px;
    padding: 0 10px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-front-page-work.scss */

  .front-page__work::before {
    display: none;
  }

  /* line 11, resources/assets/styles/559-adaptive/_559-front-page-work.scss */

  .front-page__work #bubbw1 {
    left: 20px;
    bottom: -30px;
    width: 90px;
    height: 90px;
  }

  /* line 19, resources/assets/styles/559-adaptive/_559-front-page-work.scss */

  .front-page__work-content {
    margin-top: 20px;
  }

  /* line 23, resources/assets/styles/559-adaptive/_559-front-page-work.scss */

  .front-page__work-item {
    height: 228px;
  }

  /* line 27, resources/assets/styles/559-adaptive/_559-front-page-work.scss */

  .front-page__work-content .owl-nav button {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-feedback.scss */

  .front-page__feedback {
    margin-top: 35px;
    margin-bottom: 80px;
    padding: 0 10px;
  }

  /* line 8, resources/assets/styles/559-adaptive/_559-front-page-feedback.scss */

  .front-page__feedback-content {
    margin-top: 20px;
  }

  /* line 12, resources/assets/styles/559-adaptive/_559-front-page-feedback.scss */

  .front-page__feedback-content .owl-nav button {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-front-page-contact.scss */

  .front-page__contact {
    margin-top: 35px;
    margin-bottom: 70px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
  }

  /* line 10, resources/assets/styles/559-adaptive/_559-front-page-contact.scss */

  .front-page__contact::before {
    display: none;
  }

  /* line 14, resources/assets/styles/559-adaptive/_559-front-page-contact.scss */

  .front-page__contact #bubbc1 {
    bottom: -30px;
    right: 10px;
    width: 80px;
    height: 80px;
  }

  /* line 22, resources/assets/styles/559-adaptive/_559-front-page-contact.scss */

  .front-page__contact-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }

  /* line 29, resources/assets/styles/559-adaptive/_559-front-page-contact.scss */

  .front-page__contact-content {
    margin-right: 0;
    margin-bottom: 40px;
    max-width: 100%;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-front-page-contact.scss */

  .front-page__contact-info_contacts {
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* line 40, resources/assets/styles/559-adaptive/_559-front-page-contact.scss */

  .front-page__contact-info_time-item-day {
    margin-right: 15px;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-buttons.scss */

  .banner__header-button {
    max-width: 160px;
    height: 37px;
    margin-left: auto;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-forms.scss */

  .front-page__contact-form .wpcf7 {
    padding: 36px 42px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/559-adaptive/_559-footer.scss */

  body #bubb:nth-child(10) {
    left: 20%;
  }

  /* line 6, resources/assets/styles/559-adaptive/_559-footer.scss */

  body #bubb:nth-child(19) {
    left: 45%;
  }

  /* line 10, resources/assets/styles/559-adaptive/_559-footer.scss */

  body #bubb:nth-child(20) {
    left: 55%;
  }

  /* line 14, resources/assets/styles/559-adaptive/_559-footer.scss */

  body #bubb:nth-child(18) {
    left: 62%;
  }

  /* line 18, resources/assets/styles/559-adaptive/_559-footer.scss */

  body #bubb:nth-child(9) {
    left: 50%;
  }
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 24, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info {
    padding: 15px 0 24px;
  }

  /* line 28, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer {
    padding: 0 10px;
  }

  /* line 32, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-logo {
    height: 44px;
  }

  /* line 36, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-info {
    margin-top: 36px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 43, resources/assets/styles/559-adaptive/_559-footer.scss */

  .content-info__footer-info-copyright {
    margin-bottom: 20px;
  }

  /* line 47, resources/assets/styles/559-adaptive/_559-footer.scss */

  body #bubb:nth-child(10),
  body #bubb:nth-child(19),
  body #bubb:nth-child(20) {
    display: none;
  }

  /* line 53, resources/assets/styles/559-adaptive/_559-footer.scss */

  body #bubb:nth-child(18) {
    left: 62%;
  }

  /* line 57, resources/assets/styles/559-adaptive/_559-footer.scss */

  body #bubb:nth-child(9) {
    left: 50%;
  }
}

/** adaptive 768 */

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner {
    margin-top: 34px;
    z-index: 999;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-banner.scss */

  .front-page__banner-main-svg {
    height: 400px;
    max-width: 100%;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-banner.scss */

  .front-page__banner-main::before {
    left: 0;
    bottom: 20px;
    width: 140px;
    height: 180px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-service.scss */

  .front-page__service {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-service.scss */

  .front-page__service-content {
    margin-top: 25px;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-front-page-service.scss */

  .front-page__service-content::before {
    top: calc(50% - (210px / 2));
    left: -15px;
    width: 210px;
    height: 210px;
  }

  /* line 18, resources/assets/styles/768-adaptive/_768-front-page-service.scss */

  .front-page__service-item {
    width: calc((100% - 15px) / 2);
    padding: 23px 20px;
    min-height: 174px;
    margin-bottom: 15px;
  }

  /* line 24, resources/assets/styles/768-adaptive/_768-front-page-service.scss */

  .front-page__service-item:nth-child(odd) {
    margin-right: 15px;
  }

  /* line 28, resources/assets/styles/768-adaptive/_768-front-page-service.scss */

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

  /* line 33, resources/assets/styles/768-adaptive/_768-front-page-service.scss */

  .front-page__service-item_image {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 136px;
  }

  /* line 43, resources/assets/styles/768-adaptive/_768-front-page-service.scss */

  .front-page__service-item_image-img {
    width: 100%;
    object-fit: contain;
    object-position: center;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-info.scss */

  .front-page__info {
    margin-top: 25px;
    margin-bottom: 40px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-info.scss */

  .front-page__info-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    height: auto;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-front-page-info.scss */

  .front-page__info-content {
    max-width: 100%;
    margin-right: 0;
    padding: 35px 21px;
  }

  /* line 20, resources/assets/styles/768-adaptive/_768-front-page-info.scss */

  .front-page__info-title,
  .front-page__info-text p {
    margin-bottom: 12px;
  }

  /* line 25, resources/assets/styles/768-adaptive/_768-front-page-info.scss */

  .front-page__info-image {
    position: static;
    max-width: 100%;
    height: 380px;
  }

  /* line 31, resources/assets/styles/768-adaptive/_768-front-page-info.scss */

  .front-page__info-image-img {
    object-fit: cover;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 25px;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages-wrapper {
    margin-right: 0;
    margin-bottom: 25px;
  }

  /* line 15, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages-item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px !important;
  }

  /* line 19, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

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

  /* line 24, resources/assets/styles/768-adaptive/_768-front-page-advantages.scss */

  .front-page__advantages-info {
    max-width: 100%;
    min-height: auto;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-profit.scss */

  .front-page__profit {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-front-page-profit.scss */

  .front-page__profit::before {
    width: 200px;
    height: 200px;
    z-index: 2;
  }

  /* line 12, resources/assets/styles/768-adaptive/_768-front-page-profit.scss */

  .front-page__profit #bubbp1 {
    width: 200px;
    height: 200px;
  }

  /* line 18, resources/assets/styles/768-adaptive/_768-front-page-profit.scss */

  .front-page__profit-wrapper {
    margin-right: 0;
  }

  /* line 22, resources/assets/styles/768-adaptive/_768-front-page-profit.scss */

  .front-page__profit-content {
    margin-top: 25px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-work.scss */

  .front-page__work {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-front-page-work.scss */

  .front-page__work::before,
  .front-page__work #bubbw1 {
    left: -15px;
    width: 130px;
    height: 130px;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-front-page-work.scss */

  .front-page__work-content {
    margin-top: 25px;
  }

  /* line 18, resources/assets/styles/768-adaptive/_768-front-page-work.scss */

  .front-page__work-item {
    height: 235px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-feedback.scss */

  .front-page__feedback {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-front-page-feedback.scss */

  .front-page__feedback-content {
    margin-top: 25px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-front-page-contact.scss */

  .front-page__contact {
    margin-top: 40px;
    margin-bottom: 80px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  /* line 9, resources/assets/styles/768-adaptive/_768-front-page-contact.scss */

  .front-page__contact::before,
  .front-page__contact #bubbc1 {
    bottom: -40px;
    right: -15px;
    width: 90px;
    height: 90px;
  }

  /* line 18, resources/assets/styles/768-adaptive/_768-front-page-contact.scss */

  .front-page__contact-info {
    margin-top: 25px;
  }

  /* line 25, resources/assets/styles/768-adaptive/_768-front-page-contact.scss */

  .front-page__contact-content {
    margin-right: 0;
    margin-bottom: 55px;
    max-width: 100%;
  }

  /* line 31, resources/assets/styles/768-adaptive/_768-front-page-contact.scss */

  .front-page__contact-info_contacts {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

@media (min-width: 560px) and (max-width: 768px) {
  /* line 2, resources/assets/styles/768-adaptive/_768-buttons.scss */

  .banner__header-button {
    max-width: 160px;
    height: 40px;
  }
}

/** adaptive 989 */

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-banner.scss */

  .front-page__banner-main-svg {
    height: 580px;
    max-width: 100%;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-banner.scss */

  .front-page__banner-main::before {
    left: 0;
    bottom: 20px;
    width: 160px;
    height: 200px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-service.scss */

  .front-page__service {
    margin-top: 80px;
    margin-bottom: 45px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-service.scss */

  .front-page__service-content {
    margin-top: 30px;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-front-page-service.scss */

  .front-page__service-content::before {
    top: calc(50% - (225px / 2));
    left: -15px;
    width: 225px;
    height: 225px;
  }

  /* line 18, resources/assets/styles/989-adaptive/_989-front-page-service.scss */

  .front-page__service-item {
    width: calc((100% - 20px) / 2);
    padding: 23px 20px;
    min-height: 174px;
  }

  /* line 23, resources/assets/styles/989-adaptive/_989-front-page-service.scss */

  .front-page__service-item:nth-child(odd) {
    margin-right: 20px;
  }

  /* line 27, resources/assets/styles/989-adaptive/_989-front-page-service.scss */

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

  /* line 32, resources/assets/styles/989-adaptive/_989-front-page-service.scss */

  .front-page__service-item_image {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 150px;
  }

  /* line 42, resources/assets/styles/989-adaptive/_989-front-page-service.scss */

  .front-page__service-item_image-img {
    width: 100%;
    object-fit: contain;
    object-position: center;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-info.scss */

  .front-page__info {
    margin-top: 25px;
    margin-bottom: 45px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-info.scss */

  .front-page__info-wrapper {
    padding-top: 28px;
    padding-left: 21px;
    height: 620px;
  }

  /* line 13, resources/assets/styles/989-adaptive/_989-front-page-info.scss */

  .front-page__info-content {
    max-width: 52%;
    margin-right: 20px;
  }

  /* line 18, resources/assets/styles/989-adaptive/_989-front-page-info.scss */

  .front-page__info-title,
  .front-page__info-text p {
    margin-bottom: 15px;
  }

  /* line 23, resources/assets/styles/989-adaptive/_989-front-page-info.scss */

  .front-page__info-image {
    max-width: 46%;
    height: 620px;
  }

  /* line 28, resources/assets/styles/989-adaptive/_989-front-page-info.scss */

  .front-page__info-image-img {
    object-fit: cover;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-advantages.scss */

  .front-page__advantages {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 45px;
    margin-bottom: 30px;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-front-page-advantages.scss */

  .front-page__advantages-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* line 19, resources/assets/styles/989-adaptive/_989-front-page-advantages.scss */

  .front-page__advantages-info {
    max-width: 100%;
    min-height: auto;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-profit.scss */

  .front-page__profit {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-front-page-profit.scss */

  .front-page__profit::before {
    width: 220px;
    height: 220px;
    z-index: 2;
  }

  /* line 12, resources/assets/styles/989-adaptive/_989-front-page-profit.scss */

  .front-page__profit #bubbp1 {
    width: 220px;
    height: 220px;
  }

  /* line 18, resources/assets/styles/989-adaptive/_989-front-page-profit.scss */

  .front-page__profit-wrapper {
    margin-right: 0;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 3, resources/assets/styles/989-adaptive/_989-front-page-work.scss */

  .front-page__work::before,
  .front-page__work #bubbw1 {
    left: -15px;
    width: 166px;
    height: 166px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 13, resources/assets/styles/989-adaptive/_989-front-page-work.scss */

  .front-page__work {
    margin-top: 45px;
    margin-bottom: 90px;
  }

  /* line 17, resources/assets/styles/989-adaptive/_989-front-page-work.scss */

  .front-page__work::before,
  .front-page__work #bubbw1 {
    left: -15px;
    width: 150px;
    height: 150px;
  }

  /* line 25, resources/assets/styles/989-adaptive/_989-front-page-work.scss */

  .front-page__work-content {
    margin-top: 30px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-feedback.scss */

  .front-page__feedback {
    margin-top: 45px;
    margin-bottom: 90px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-front-page-feedback.scss */

  .front-page__feedback-content {
    margin-top: 30px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-front-page-contact.scss */

  .front-page__contact {
    margin-top: 45px;
    margin-bottom: 90px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-front-page-contact.scss */

  .front-page__contact::before,
  .front-page__contact #bubbc1 {
    bottom: -60px;
    right: -15px;
    width: 104px;
    height: 104px;
  }

  /* line 15, resources/assets/styles/989-adaptive/_989-front-page-contact.scss */

  .front-page__contact-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
  }

  /* line 22, resources/assets/styles/989-adaptive/_989-front-page-contact.scss */

  .front-page__contact-content {
    margin-right: 20px;
  }

  /* line 26, resources/assets/styles/989-adaptive/_989-front-page-contact.scss */

  .front-page__contact-info_contacts {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 2, resources/assets/styles/989-adaptive/_989-forms.scss */

  .front-page__contact-form .wpcf7 {
    padding: 36px 12% 36px;
  }
}

/** adaptive 1220 */

@media (min-width: 990px) and (max-width: 1160px) {
  /* line 16, resources/assets/styles/1220-adaptive/_1220-front-page-service.scss */

  .front-page__service-item {
    padding: 20px 16px 18px;
    min-height: 200px;
  }

  /* line 21, resources/assets/styles/1220-adaptive/_1220-front-page-service.scss */

  .front-page__service-item_image {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 150px;
  }

  /* line 31, resources/assets/styles/1220-adaptive/_1220-front-page-service.scss */

  .front-page__service-item_image-img {
    width: 100%;
    object-fit: contain;
    object-position: center;
  }

  /* line 37, resources/assets/styles/1220-adaptive/_1220-front-page-service.scss */

  .front-page__service-content::before {
    top: calc(50% - (225px / 2));
    left: -15px;
    width: 225px;
    height: 225px;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 9, resources/assets/styles/1220-adaptive/_1220-front-page-info.scss */

  .front-page__info {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  /* line 14, resources/assets/styles/1220-adaptive/_1220-front-page-info.scss */

  .front-page__info-image {
    max-width: 46%;
  }

  /* line 18, resources/assets/styles/1220-adaptive/_1220-front-page-info.scss */

  .front-page__info-image-img {
    object-fit: cover;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 9, resources/assets/styles/1220-adaptive/_1220-front-page-advantages.scss */

  .front-page__advantages {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  /* line 14, resources/assets/styles/1220-adaptive/_1220-front-page-advantages.scss */

  .front-page__advantages-item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px !important;
  }

  /* line 18, resources/assets/styles/1220-adaptive/_1220-front-page-advantages.scss */

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

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 9, resources/assets/styles/1220-adaptive/_1220-front-page-profit.scss */

  .front-page__profit {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1221px) and (max-width: 1360px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-front-page-work.scss */

  .front-page__work,
  .front-page__feedback {
    margin-top: 45px;
    margin-bottom: 80px;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 10, resources/assets/styles/1220-adaptive/_1220-front-page-work.scss */

  .front-page__work,
  .front-page__feedback {
    margin-top: 40px;
    margin-bottom: 70px;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 9, resources/assets/styles/1220-adaptive/_1220-front-page-contact.scss */

  .front-page__contact {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

@media (min-width: 990px) and (max-width: 1099px) {
  /* line 16, resources/assets/styles/1220-adaptive/_1220-front-page-contact.scss */

  .front-page__contact-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 22, resources/assets/styles/1220-adaptive/_1220-front-page-contact.scss */

  .front-page__contact-info_contacts {
    margin-right: 0;
    margin-bottom: 30px;
  }
}


/*# sourceMappingURL=main.css.map*/