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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}@charset "UTF-8";

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

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

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

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

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

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

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

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

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

*[hidden] {
  display: none;
}

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

body {
  line-height: 1;
}

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

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

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

blockquote,
q {
  quotes: none;
}

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

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

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

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

/** Import theme styles */

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

:root {
  --white: #fff;
  --black: #262626;
  --green: #144643;
  --dark-green: #19665b;
  --bg: #f4f4f7;
  --hover: #2caa97;
  --hover3: #8cb2ad;
  --main: #144643;
}

/* 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: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140% !important;
  color: var(--black);
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

@media (max-width: 989px) {
  /* line 33, resources/assets/styles/common/_global.scss */

  .main {
    padding-top: 81px !important;
  }
}

@media (max-width: 768px) {
  /* line 33, resources/assets/styles/common/_global.scss */

  .main {
    padding-top: 61px !important;
  }
}

@media (max-width: 559px) {
  /* line 33, resources/assets/styles/common/_global.scss */

  .main {
    padding-top: 81px;
  }
}

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

strong {
  font-weight: bold;
}

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

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

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

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

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

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

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

details,
summary {
  outline: 0;
}

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

details > summary {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-btn,
.button-dark {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  width: 100%;
  white-space: nowrap;
  border-radius: 40px;
  padding: 15px 30px;
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  background: var(--main);
  transition: 0.35s ease-in-out;
}

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

.button-btn:hover,
.button-dark:hover {
  background: var(--hover);
  transition: 0.35s ease-in-out;
}

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

.button-consult,
.button-request {
  max-width: 100%;
}

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

.button-green {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  width: 100%;
  white-space: nowrap;
  border: 2px solid var(--dark-green);
  border-radius: 40px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-green);
  transition: 0.35s ease-in-out;
}

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

.button-green:hover {
  background: var(--hover);
  color: var(--white);
  transition: 0.35s ease-in-out;
}

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

.button-green:hover svg path {
  fill: var(--white);
  transition: 0.35s ease-in-out;
}

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

.button-play {
  position: absolute;
  top: 0;
  left: 0;
}

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

.file-wrapp {
  margin-left: -15px;
}

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

.file-wrapp label {
  position: relative;
  display: flex;
  height: 26px;
}

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

.file-wrapp label::before {
  position: absolute;
  display: flex !important;
  content: "";
  top: -4px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljg0MDUgOC4xMTU0MUw5LjQzODM5IDE0LjUxNzVDOS4yNTI3MSAxNC42OTY4IDkuMTA0NiAxNC45MTEzIDkuMDAyNzEgMTUuMTQ4NUM4LjkwMDgyIDE1LjM4NTcgOC44NDcxOSAxNS42NDA4IDguODQ0OTQgMTUuODk5QzguODQyNyAxNi4xNTcxIDguODkxODkgMTYuNDEzMSA4Ljk4OTY0IDE2LjY1MjFDOS4wODc0IDE2Ljg5MSA5LjIzMTc2IDE3LjEwOCA5LjQxNDMgMTcuMjkwNkM5LjU5Njg0IDE3LjQ3MzEgOS44MTM5IDE3LjYxNzUgMTAuMDUyOCAxNy43MTUyQzEwLjI5MTggMTcuODEzIDEwLjU0NzggMTcuODYyMiAxMC44MDU5IDE3Ljg1OTlDMTEuMDY0IDE3Ljg1NzcgMTEuMzE5MiAxNy44MDQxIDExLjU1NjQgMTcuNzAyMkMxMS43OTM1IDE3LjYwMDMgMTIuMDA4MSAxNy40NTIyIDEyLjE4NzQgMTcuMjY2NUwxOC40MjIzIDEwLjg2NDRDMTkuMTMwNiAxMC4xMzExIDE5LjUyMjUgOS4xNDg5IDE5LjUxMzYgOC4xMjk0QzE5LjUwNDggNy4xMDk5MSAxOS4wOTU4IDYuMTM0NjcgMTguMzc0OSA1LjQxMzc2QzE3LjY1NCA0LjY5Mjg0IDE2LjY3ODggNC4yODM5MSAxNS42NTkzIDQuMjc1MDVDMTQuNjM5OCA0LjI2NjE5IDEzLjY1NzYgNC42NTgxMSAxMi45MjQyIDUuMzY2MzlMNi42ODg0IDExLjc2NzVDNS41OTQ1MiAxMi44NjE0IDQuOTc5OTggMTQuMzQ1IDQuOTc5OTggMTUuODkyQzQuOTc5OTggMTcuNDM5IDUuNTk0NTIgMTguOTIyNiA2LjY4ODQgMjAuMDE2NUM3Ljc4MjI5IDIxLjExMDQgOS4yNjU5MiAyMS43MjQ5IDEwLjgxMjkgMjEuNzI0OUMxMi4zNTk5IDIxLjcyNDkgMTMuODQzNSAyMS4xMTA0IDE0LjkzNzQgMjAuMDE2NUwyMS4wMTk3IDEzLjk0NzgiIHN0cm9rZT0iIzE0NDY0MyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.user-file-02 span::before,
.user-file-01 span::before {
  display: none !important;
}

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

.qbutton {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  outline: none;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #144643;
  background: none;
  padding: 0;
  padding-left: 30px;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

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

.qbutton:hover {
  color: var(--hover);
  transition: 0.35s ease-in-out;
}

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

.banner__header-languages ul li.current-lang a {
  font-weight: 600 !important;
  color: var(--green);
  opacity: 1 !important;
}

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

.banner__header-languages ul li.lang-item a {
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  opacity: 0.4;
  transition: 0.35s ease-in-out;
}

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

.banner__header-languages ul li.lang-item a:hover {
  opacity: 1;
  transition: 0.35s ease-in-out;
}

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

.service-single-page__faq-item-title svg,
.faq-page__main-content-item-title svg,
.partners-page__main-item-header svg {
  max-width: 40px;
  width: 100%;
  height: 40px;
}

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

details[open] .service-single-page__faq-item-title {
  padding-left: 32px;
}

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

details[open] .service-single-page__faq-item-title::before {
  position: absolute;
  content: "";
  top: 18px;
  left: 2px;
  width: 10px;
  height: 2.8px;
  border-radius: 10px;
  background: var(--main);
}

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

details[open] .service-single-page__faq-item-title svg {
  transform: rotate(180deg);
}

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

.banner {
  position: fixed;
  top: 0 !important;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #e9eef2;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.35s ease-in-out;
  z-index: 999;
}

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

.banner.scrolled {
  background: var(--white);
  transition: 0.35s ease-in-out;
  z-index: 999;
}

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

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

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

.banner__header-logo {
  max-width: 150px;
  width: 100%;
  height: 27px;
}

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

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

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

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

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

.banner__header-languages ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

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

.banner__header-bottom {
  display: none;
}

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

.banner__header-contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
  width: fit-content;
}

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

.banner__header-contact-item {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: var(--main);
  transition: 0.35s ease-in-out;
}

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

.banner__header-contact-item:hover {
  color: var(--hover);
  transition: 0.35s ease-in-out;
}

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

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

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

.banner__header-contact_social-item {
  max-width: 20px;
  width: 100%;
  height: 20px;
}

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

.banner__header-contact_social-item-image {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}

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

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

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

.banner__nav-primary-list li.current-menu-parent {
  color: var(--hover) !important;
}

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

.banner__nav-primary-list li.current-menu-item a,
.banner__nav-primary-list li.current-menu-parent a,
.banner__nav-primary-list li.current-page-ancestor a,
.banner__nav-primary-list li.current-post-parent a {
  color: var(--hover) !important;
}

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

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

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

.banner__nav-primary-list li.menu-item a {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: var(--black);
  white-space: nowrap;
  transition: 0.5s ease-in-out;
}

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

.banner__nav-primary-list li.menu-item a:hover {
  color: var(--hover);
  transition: 0.5s ease-in-out;
}

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

.banner .navi {
  position: absolute;
  top: 0;
  right: 15px;
  height: 80px;
  display: none;
  z-index: 199;
  transition: 0.5s ease-in-out;
  padding: 10px 20px;
  margin-left: 10px;
  border-radius: 4px;
  background: none;
  cursor: pointer;
}

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

.banner .navi::before,
.banner .navi::after {
  background: var(--main);
  backface-visibility: hidden;
  content: "";
  height: 3px;
  left: calc(50% - 10px);
  transition: 0.5s ease-in-out;
  width: 30px;
  border-radius: 10px;
}

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

.banner .navi::before {
  box-shadow: var(--main) 0 9px 0 0;
  position: absolute;
  top: calc(50% - 10px);
}

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

.banner .navi::after {
  position: absolute;
  top: calc(50% + 8px);
}

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

.banner .navi--active {
  transition: 0.5s ease-in-out;
  top: 0;
  right: 15px;
  height: 80px;
  padding: 16px 24px;
  z-index: 99;
}

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

.banner .navi--active::before,
.banner .navi--active::after {
  background: var(--main);
  width: 30px;
  left: 13px;
}

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

.banner .navi--active::before {
  box-shadow: var(--main) 0 0 0 0;
  top: 50%;
  transform: rotate(-45deg);
}

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

.banner .navi--active::after {
  top: 50%;
  transform: rotate(45deg);
}

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

.breadcrumbs {
  color: var(--dark-green);
  margin-top: 30px;
  margin-bottom: 0;
}

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

.breadcrumbs span span a {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--dark-green);
  padding-right: 2px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--main);
  transition: 0.5s ease-in-out;
}

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

.breadcrumbs span span a:hover {
  transition: 0.5s ease-in-out;
}

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

.breadcrumbs .breadcrumb_last {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--black);
  padding-left: 2px;
  border-bottom: none;
}

@media (min-width: 1px) and (max-width: 559px) {
  /* line 38, resources/assets/styles/layouts/_breadcrumbs.scss */

  .breadcrumbs {
    margin-top: 20px;
  }

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

  .breadcrumbs span span a {
    font-size: 14px;
  }

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

  .breadcrumbs span span .breadcrumb_last {
    font-size: 14px;
  }
}

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

.footer {
  width: 100%;
  background: #062423;
  padding: 50px 0;
}

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

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

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

.footer__main-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 40px;
}

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

.footer__main-header-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: var(--white);
  white-space: nowrap;
  min-width: 270px;
  transition: 0.35s ease-in-out;
}

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

.footer__main-header-item-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: var(--white);
  border-radius: 10px;
  transition: 0.5s ease-in-out;
}

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

.footer__main-header-item:hover {
  color: var(--hover);
  transition: 0.5s ease-in-out;
}

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

.footer__main-header-item:hover .footer__main-header-item-icon {
  background: var(--hover);
  transition: 0.5s ease-in-out;
}

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

.footer__main-navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--black);
}

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

.footer__main-navigation_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

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

.footer__main-navigation_item-major {
  max-width: 270px;
  width: 100%;
}

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

.footer__main-navigation_item-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--white);
  width: 100%;
  opacity: 0.5;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--black);
}

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

.footer__main-navigation_item-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

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

.footer__main-navigation_item-list li.current-menu-parent a,
.footer__main-navigation_item-list li.current-menu-item a {
  color: var(--hover) !important;
}

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

.footer__main-navigation_item-list li.menu-item {
  line-height: 100%;
}

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

.footer__main-navigation_item-list li.menu-item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--white);
}

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

.footer__main-navigation_item-list li.menu-item a:hover {
  color: var(--hover);
  transition: 0.5s ease-in-out;
}

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

.footer__main-navigation_item-service {
  width: 100%;
  column-gap: 40px;
}

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

.footer__main-navigation_item-service-list {
  max-height: 90px;
  column-gap: 40px;
}

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

.footer__main-navigation_item-service-list li.menu-item {
  min-width: 270px;
}

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

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

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

.footer__bottom-item {
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  color: var(--white);
  transition: 0.35s ease-in-out;
}

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

.footer__bottom-item:hover {
  color: var(--hover);
  transition: 0.35s ease-in-out;
}

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

.footer__bottom-copyright {
  text-decoration: none;
}

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

.footer__bottom-copyright:hover {
  color: var(--white);
}

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

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

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

.modal__wrapper .modal__block,
.modal__wrapper .modal__block-1,
.modal__wrapper-1 .modal__block,
.modal__wrapper-1 .modal__block-1 {
  position: relative;
  margin: 5% auto 0;
  max-width: 768px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 10px 20px 0 rgba(60, 60, 60, 0.2);
  background: var(--white);
  padding: 70px 40px;
  border-radius: 40px;
}

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

.modal__wrapper .modal__block-close-modal,
.modal__wrapper .modal__block-close-modal-1,
.modal__wrapper .modal__block-1-close-modal,
.modal__wrapper .modal__block-1-close-modal-1,
.modal__wrapper-1 .modal__block-close-modal,
.modal__wrapper-1 .modal__block-close-modal-1,
.modal__wrapper-1 .modal__block-1-close-modal,
.modal__wrapper-1 .modal__block-1-close-modal-1 {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

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

.modal__wrapper .modal__block .wpcf7,
.modal__wrapper .modal__block-1 .wpcf7,
.modal__wrapper-1 .modal__block .wpcf7,
.modal__wrapper-1 .modal__block-1 .wpcf7 {
  max-width: 546px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-response-output,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-response-output,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-response-output,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-response-output {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0;
  padding: 10px;
  border: none;
  color: var(--main) !important;
  font-size: 12px !important;
  background: #e9eef2;
  border-radius: 20px;
  border-color: var(--dark-green) !important;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block,
.modal__wrapper-1 .modal__block-1 .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 241, resources/assets/styles/layouts/_footer.scss */

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block .wpcf7-response-output,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block .wpcf7-response-output,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block .wpcf7-response-output,
.modal__wrapper-1 .modal__block-1 .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: var(--main) !important;
  font-size: 12px !important;
  background: #e9eef2;
  border-radius: 20px;
  border-color: var(--dark-green) !important;
}

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

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

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap,
.modal__wrapper-1 .modal__block-1 .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 268, resources/assets/styles/layouts/_footer.scss */

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap:last-child,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap:last-child,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap:last-child,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap:last-child {
  margin-bottom: 0;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
  height: 80px !important;
  border-radius: 20px !important;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control {
  cursor: pointer;
}

/* line 281, 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 textarea.wpcf7-form-control,
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control {
  max-width: 100%;
  width: 100%;
  outline: none;
  appearance: none;
  background: #e9eef2;
  border: 2px solid var(--main);
  border-radius: 40px;
  padding: 15px 30px;
  box-sizing: border-box;
  min-height: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: var(--main);
  margin-top: 0;
}

/* line 300, 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 textarea.wpcf7-form-control::placeholder,
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control::placeholder,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control::placeholder,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control::placeholder,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control::placeholder,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control::placeholder,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control::placeholder,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: var(--main);
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control:focus,
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control:focus,
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control:focus,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control:focus,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control:focus,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control:focus,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control:focus,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control:focus,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control:focus,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control:focus,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control:focus,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control:focus {
  border: 2px solid var(--hover);
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control option[disabled="disabled"],
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control option[disabled="disabled"],
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control option[disabled="disabled"],
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control option[disabled="disabled"],
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control option[disabled="disabled"],
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control option[disabled="disabled"],
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control option[disabled="disabled"],
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control option[disabled="disabled"],
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control option[disabled="disabled"],
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control option[disabled="disabled"],
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control option[disabled="disabled"],
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control option[disabled="disabled"] {
  color: rgba(var(--black), 0.9);
}

/* line 315, 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 textarea.wpcf7-form-control option,
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control option,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control option,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control option,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control option,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control option,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control option,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control option,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control option,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control option,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control option {
  color: var(--black);
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control:lang(ar),
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control:lang(ar),
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control:lang(ar),
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control:lang(ar),
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control:lang(ar),
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control:lang(ar),
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control:lang(ar),
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control:lang(ar),
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control:lang(ar),
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control:lang(ar),
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control:lang(ar),
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control:lang(ar) {
  text-align: right;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 9px;
  margin-top: -2px;
  color: var(--hover);
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap .wpcf7-not-valid,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap .wpcf7-not-valid,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap .wpcf7-not-valid,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap .wpcf7-not-valid {
  border-bottom: 2px solid var(--green) !important;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block input[type="submit"],
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block input[type="submit"],
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block input[type="submit"],
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block input[type="submit"] {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
  background: var(--dark-green);
  border-radius: 20px;
  padding: 15px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: var(--white);
  margin: 0;
  position: relative;
  transition: 0.5s ease-in-out;
  z-index: 1;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block input[type="submit"]:hover,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block input[type="submit"]:hover,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block input[type="submit"]:hover,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block input[type="submit"]:hover {
  background: var(--main);
  transition: 0.5s ease-in-out;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-title,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block-title,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block-title,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block-title {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: var(--main);
  margin-bottom: 50px;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-title,
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-subtitle,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block-title,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block-subtitle,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block-title,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block-subtitle,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block-title,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block-subtitle {
  max-width: 580px;
  width: 100%;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-subtitle,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block-subtitle,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block-subtitle,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-wrapper,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block-wrapper,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
  gap: 20px;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-wrapper-info,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-info,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block-wrapper-info,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  gap: 20px;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 100%;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-01,
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-02,
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-03,
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-04,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-01,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-02,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-03,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-04,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-01,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-02,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-03,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-04,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-01,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-02,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-03,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-04 {
  position: relative;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-01::after,
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-02::after,
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-03::after,
.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-04::after,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-01::after,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-02::after,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-03::after,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-04::after,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-01::after,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-02::after,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-03::after,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-04::after,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-01::after,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-02::after,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-03::after,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-04::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  width: 10px;
  height: 6px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS45MSA4LjI4Mjc2ZS0wNUwxMi45NyAxLjA2MTA4TDcuMTkzIDYuODQwMDhDNy4xMDA0MyA2LjkzMzI0IDYuOTkwMzYgNy4wMDcxNyA2Ljg2OTExIDcuMDU3NjFDNi43NDc4NiA3LjEwODA2IDYuNjE3ODMgNy4xMzQwMyA2LjQ4NjUgNy4xMzQwM0M2LjM1NTE3IDcuMTM0MDMgNi4yMjUxNCA3LjEwODA2IDYuMTAzODkgNy4wNTc2MUM1Ljk4MjY0IDcuMDA3MTcgNS44NzI1NyA2LjkzMzI0IDUuNzggNi44NDAwOEwtNy4yNDE5MmUtMDggMS4wNjEwOEwxLjA2IDAuMDAxMDgyODhMNi40ODUgNS40MjUwOEwxMS45MSA4LjI4Mjc2ZS0wNVoiIGZpbGw9IiMxNDQ2NDMiLz4KPC9zdmc+Cg==) center no-repeat;
  background-size: cover;
  pointer-events: none;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea p,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea p,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__block-wrapper-textarea p,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__block-wrapper-textarea p {
  display: none;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__footer,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__footer,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  max-width: 100%;
  width: 100%;
  z-index: 3;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-submit-wrapper,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-submit-wrapper,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-submit-wrapper,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-submit-wrapper {
  position: relative;
  width: 100%;
  order: 2;
}

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

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

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

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

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer span.your-checkbox .wpcf7-not-valid-tip,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__footer span.your-checkbox .wpcf7-not-valid-tip,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__footer span.your-checkbox .wpcf7-not-valid-tip,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__footer span.your-checkbox .wpcf7-not-valid-tip {
  font-size: 9px;
  margin-top: -2px;
  color: var(--hover);
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer span.your-checkbox .wpcf7-not-valid,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__footer span.your-checkbox .wpcf7-not-valid,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__footer span.your-checkbox .wpcf7-not-valid,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__footer span.your-checkbox .wpcf7-not-valid {
  border-bottom: 2px solid var(--hover) !important;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label,
.modal__wrapper-1 .modal__block-1 .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: none;
  width: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: var(--main);
  cursor: pointer;
  padding-left: 25px;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap {
  margin: 0 !important;
}

/* line 509, 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,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item {
  margin: 0 !important;
}

/* line 512, 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"],
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item input[type="checkbox"],
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item input[type="checkbox"],
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap span.wpcf7-list-item input[type="checkbox"] {
  display: none;
}

/* line 518, 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,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::before,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::after,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::before,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::after,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::before,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::after {
  position: absolute;
  content: "";
  display: flex;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::before,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::before,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::before,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::before {
  height: 15px;
  width: 15px;
  left: 0;
  top: 0;
  background: var(--main);
  border-radius: 3px;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::after,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::after,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::after,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::after {
  height: 5px;
  width: 10px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 2px;
  top: 2.5px;
  opacity: 0;
  transition: 0.25s;
  color: var(--white);
}

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

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

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: var(--main);
  z-index: 99;
}

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

.modal__wrapper .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a:hover,
.modal__wrapper .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a:hover,
.modal__wrapper-1 .modal__block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a:hover,
.modal__wrapper-1 .modal__block-1 .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a:hover {
  color: var(--hover);
}

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

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

@media (max-width: 559px) {
  /* line 1, resources/assets/styles/layouts/_pages.scss */

  .inner-page {
    padding-top: 24px;
    font-size: 16px;
  }
}

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

.inner-page .page-header {
  margin-top: 20px;
}

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

.inner-page h1 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1220px) {
  /* line 22, resources/assets/styles/layouts/_pages.scss */

  .inner-page h1 {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 22, resources/assets/styles/layouts/_pages.scss */

  .inner-page h1 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 22, resources/assets/styles/layouts/_pages.scss */

  .inner-page h1 {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 22, resources/assets/styles/layouts/_pages.scss */

  .inner-page h1 {
    font-size: 22px;
  }
}

@media (max-width: 559px) {
  /* line 22, resources/assets/styles/layouts/_pages.scss */

  .inner-page h1 {
    margin-bottom: 20px;
  }
}

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

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

@media (max-width: 1220px) {
  /* line 1, resources/assets/styles/layouts/_post-page.scss */

  .post-page {
    margin-bottom: 90px;
  }
}

@media (max-width: 989px) {
  /* line 1, resources/assets/styles/layouts/_post-page.scss */

  .post-page {
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  /* line 1, resources/assets/styles/layouts/_post-page.scss */

  .post-page {
    margin-bottom: 70px;
  }
}

@media (max-width: 559px) {
  /* line 1, resources/assets/styles/layouts/_post-page.scss */

  .post-page {
    margin-bottom: 50px;
  }
}

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

.post-page__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 40px;
}

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

.post-page__header-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: fit-content;
  gap: 20px;
}

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

.post-page__header-nav li.current-menu-item a {
  font-weight: 500 !important;
  color: var(--dark-green) !important;
  border-color: var(--dark-green) !important;
}

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

.post-page__header-nav li.menu-item a {
  font-weight: 400;
  font-size: 16px;
  color: #a8bcb9;
  padding: 20px;
  border-bottom: 2px solid #a8bcb9;
  transition: 0.35s ease-in-out;
}

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

.post-page__header-nav li.menu-item a:hover {
  color: var(--dark-green);
  border-color: var(--dark-green);
  transition: 0.35s ease-in-out;
}

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

.post-page__heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 66, resources/assets/styles/layouts/_post-page.scss */

  .post-page__heading {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 66, resources/assets/styles/layouts/_post-page.scss */

  .post-page__heading {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 66, resources/assets/styles/layouts/_post-page.scss */

  .post-page__heading {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 66, resources/assets/styles/layouts/_post-page.scss */

  .post-page__heading {
    font-size: 22px;
  }
}

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

.post-page__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}

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

.post-page__list-item {
  width: calc((100% - 80px) / 3);
  transition: 0.5s ease-in-out;
}

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

.post-page__list-item.item-ru,
.post-page__list-item.item-de {
  display: none;
}

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

.post-page__list-item.show-ru,
.post-page__list-item.show-de {
  display: block;
}

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

.post-page__list-item-tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  border: 2px solid var(--main);
  border-radius: 60px;
  padding: 9px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--main);
  margin-left: auto;
  transition: 0.25s ease-in-out;
}

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

.post-page__list-item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
  transition: 0.25s ease-in-out;
}

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

.post-page__list-item-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

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

.post-page__list-item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  border-radius: 20px;
  padding: 30px;
  min-height: 436px;
  background: var(--bg);
  transition: 0.25s ease-in-out;
}

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

.post-page__list-item-link:hover {
  background: #00b29d;
  transition: 0.25s ease-in-out;
}

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

.post-page__list-item-link:hover .post-page__list-item-tag,
.post-page__list-item-link:hover .post-page__list-item-title,
.post-page__list-item-link:hover .post-page__list-item-desc,
.post-page__list-item-link:hover .post-page__list-item-date {
  color: var(--white);
  transition: 0.25s ease-in-out;
}

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

.post-page__list-item-link:hover .post-page__list-item-tag {
  border-color: var(--white);
  transition: 0.25s ease-in-out;
}

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

.post-page__button {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 40px;
  padding: 15px 30px;
  background: var(--dark-green);
  margin-top: 50px;
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  border: 2px solid var(--dark-green);
  transition: 0.35s ease-in-out;
}

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

.post-page__button:hover {
  background: var(--hover);
  border: 2px solid var(--dark-green);
  color: var(--white);
  transition: 0.35s ease-in-out;
}

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

.post-page .alert-warning {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
  margin-top: 50px;
}

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

.post-page__menu {
  display: flex;
}

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

.post-page__category-dropdown {
  display: none;
  position: relative;
  max-width: 100%;
  width: 100%;
}

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

.blog-page {
  width: 100%;
  padding-top: 70px;
}

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

.blog-page__heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
  color: var(--main);
  margin-top: 50px;
}

@media (max-width: 1220px) {
  /* line 5, resources/assets/styles/layouts/_posts.scss */

  .blog-page__heading {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 5, resources/assets/styles/layouts/_posts.scss */

  .blog-page__heading {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 5, resources/assets/styles/layouts/_posts.scss */

  .blog-page__heading {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 5, resources/assets/styles/layouts/_posts.scss */

  .blog-page__heading {
    font-size: 22px;
  }
}

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

.blog-page__main {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 810px;
}

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

.blog-page__main-tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  border: 2px solid var(--main);
  border-radius: 60px;
  padding: 9px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--main);
  max-width: fit-content;
  transition: 0.25s ease-in-out;
}

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

.blog-page__main-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--dark-green);
}

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

.blog-page__main-content h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1220px) {
  /* line 44, resources/assets/styles/layouts/_posts.scss */

  .blog-page__main-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 44, resources/assets/styles/layouts/_posts.scss */

  .blog-page__main-content h2 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 44, resources/assets/styles/layouts/_posts.scss */

  .blog-page__main-content h2 {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 44, resources/assets/styles/layouts/_posts.scss */

  .blog-page__main-content h2 {
    font-size: 22px;
  }
}

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

.blog-page__main-content h3,
.blog-page__main-content h4 {
  font-weight: 600;
  font-size: 18px;
}

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

.blog-page__main-content strong {
  font-weight: 600;
}

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

.blog-page__main-content ol {
  list-style-type: auto;
  padding-left: 28px;
}

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

.blog-page__main-content ul {
  list-style-type: disc;
}

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

.blog-page__main-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 40px;
  padding-top: 50px;
}

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

.blog-page__main-footer-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

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

.blog-page__main-footer-item-title {
  font-weight: 600;
  font-size: 16px;
}

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

.blog-page__main-footer-social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

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

.blog-page__main-footer-date {
  font-weight: 400;
  font-size: 16px;
  text-align: right;
}

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

.blog-page__swiper-pagination3 {
  display: none !important;
}

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

.blog-page .swiper-pagination3 {
  position: absolute;
  bottom: 0;
  height: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  z-index: 999;
}

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

.blog-page .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #949494;
  border: none;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 6px;
  outline: none;
}

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

.blog-page .swiper-pagination-bullet-active {
  background: var(--main);
}

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

.not-found-page {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  width: 100%;
  background: var(--white);
  z-index: 1;
}

@media (max-width: 1220px) {
  /* line 1, resources/assets/styles/layouts/_404.scss */

  .not-found-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 989px) {
  /* line 1, resources/assets/styles/layouts/_404.scss */

  .not-found-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  /* line 1, resources/assets/styles/layouts/_404.scss */

  .not-found-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 559px) {
  /* line 1, resources/assets/styles/layouts/_404.scss */

  .not-found-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

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

.not-found-page::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url(/app/themes/sage/dist/images/404_elements_bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  width: 100%;
  height: 410px;
  z-index: 2;
}

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

.not-found-page::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: url(/app/themes/sage/dist/images/404_elements_bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  width: 100%;
  height: 410px;
  z-index: -1;
}

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

.not-found-page__main {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 780px;
  min-height: 45vh;
  z-index: 3;
}

@media (max-width: 559px) {
  /* line 37, resources/assets/styles/layouts/_404.scss */

  .not-found-page__main {
    min-height: 30vh;
    gap: 30px;
  }
}

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

.not-found-page__code {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: var(--hover);
}

@media (max-width: 989px) {
  /* line 56, resources/assets/styles/layouts/_404.scss */

  .not-found-page__code {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  /* line 56, resources/assets/styles/layouts/_404.scss */

  .not-found-page__code {
    font-size: 26px;
  }
}

@media (max-width: 559px) {
  /* line 56, resources/assets/styles/layouts/_404.scss */

  .not-found-page__code {
    font-size: 24px;
  }
}

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

.not-found-page__warning {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

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

.not-found-page__warning-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
  text-align: center;
  color: var(--main);
}

@media (max-width: 1220px) {
  /* line 83, resources/assets/styles/layouts/_404.scss */

  .not-found-page__warning-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 83, resources/assets/styles/layouts/_404.scss */

  .not-found-page__warning-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 83, resources/assets/styles/layouts/_404.scss */

  .not-found-page__warning-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 83, resources/assets/styles/layouts/_404.scss */

  .not-found-page__warning-title {
    font-size: 22px;
  }
}

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

.not-found-page__warning-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 90, resources/assets/styles/layouts/_404.scss */

  .not-found-page__warning-text {
    font-size: 16px;
  }
}

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

.not-found-page__button {
  margin-top: 30px;
}

/* line 1, resources/assets/styles/layouts/_block-contact.scss */

.contact-block {
  padding-top: 120px;
  padding-bottom: 120px;
  width: 100%;
  background: var(--bg);
}

@media (max-width: 1220px) {
  /* line 1, resources/assets/styles/layouts/_block-contact.scss */

  .contact-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 989px) {
  /* line 1, resources/assets/styles/layouts/_block-contact.scss */

  .contact-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  /* line 1, resources/assets/styles/layouts/_block-contact.scss */

  .contact-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 559px) {
  /* line 1, resources/assets/styles/layouts/_block-contact.scss */

  .contact-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* line 7, resources/assets/styles/layouts/_block-contact.scss */

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

/* line 11, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

/* line 19, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-textarea {
  max-width: 580px;
  width: 100%;
}

/* line 24, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-top: 50px;
}

/* line 32, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-content_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

/* line 42, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-content_item strong {
  font-weight: 600;
}

/* line 48, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-top: 40px;
}

/* line 57, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-subscribe {
  font-weight: 400;
  font-size: 18px;
}

/* line 62, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
}

/* line 70, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-social_item {
  width: 30px;
  height: 30px;
}

/* line 74, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-social_item-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* line 83, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-info {
  display: grid;
  gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "phone phone-add" "telegram whatsapp" "address address" "email email" "button button";
  max-width: 580px;
  width: 100%;
  border-radius: 20px;
  padding: 30px;
  background: var(--white);
}

/* line 100, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-info .button-request {
  grid-area: button;
}

/* line 104, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-info_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  transition: 0.35s ease-in-out;
}

/* line 114, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-info_item-phone {
  grid-area: phone;
  white-space: nowrap;
}

/* line 119, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-info_item-phone-add {
  grid-area: phone-add;
  white-space: nowrap;
}

/* line 124, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-info_item-telegram {
  grid-area: telegram;
}

/* line 128, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-info_item-whatsapp {
  grid-area: whatsapp;
}

/* line 132, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-info_item-address {
  grid-area: address;
}

/* line 136, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-info_item-email {
  grid-area: email;
}

/* line 140, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-info_item svg {
  max-width: 26px;
  width: 100%;
  height: 26px;
}

/* line 146, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-info_item:hover {
  color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 154, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 154, resources/assets/styles/layouts/_block-contact.scss */

  .contact-block__title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 154, resources/assets/styles/layouts/_block-contact.scss */

  .contact-block__title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 154, resources/assets/styles/layouts/_block-contact.scss */

  .contact-block__title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 154, resources/assets/styles/layouts/_block-contact.scss */

  .contact-block__title {
    font-size: 22px;
  }
}

/* line 158, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__map {
  width: 100%;
  margin-top: 50px;
}

/* line 162, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__map iframe {
  width: 100%;
  height: 330px;
  border-radius: 20px;
}

/* line 170, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-subscribe a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--main);
  transition: 0.5s ease-in-out;
}

/* line 176, resources/assets/styles/layouts/_block-contact.scss */

.contact-block__main-subscribe a:hover {
  color: var(--hover);
  transition: 0.5s ease-in-out;
}

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

.form-block {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  width: 100%;
  background: var(--bg);
  z-index: 1;
}

@media (max-width: 1220px) {
  /* line 1, resources/assets/styles/layouts/_block-form.scss */

  .form-block {
    margin-top: 90px;
  }
}

@media (max-width: 989px) {
  /* line 1, resources/assets/styles/layouts/_block-form.scss */

  .form-block {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  /* line 1, resources/assets/styles/layouts/_block-form.scss */

  .form-block {
    margin-top: 60px;
  }
}

@media (max-width: 559px) {
  /* line 1, resources/assets/styles/layouts/_block-form.scss */

  .form-block {
    margin-top: 50px;
  }
}

@media (max-width: 1220px) {
  /* line 1, resources/assets/styles/layouts/_block-form.scss */

  .form-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 989px) {
  /* line 1, resources/assets/styles/layouts/_block-form.scss */

  .form-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  /* line 1, resources/assets/styles/layouts/_block-form.scss */

  .form-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 559px) {
  /* line 1, resources/assets/styles/layouts/_block-form.scss */

  .form-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* line 10, resources/assets/styles/layouts/_block-form.scss */

.form-block::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url(/app/themes/sage/dist/images/form_elements_bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  width: 100%;
  height: 300px;
  z-index: 2;
}

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

.form-block::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: url(/app/themes/sage/dist/images/form_elements_bg2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  width: 100%;
  height: 140px;
  z-index: -1;
}

/* line 38, resources/assets/styles/layouts/_block-form.scss */

.form-block__wrapper {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* line 45, resources/assets/styles/layouts/_block-form.scss */

.form-block__header {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* line 51, resources/assets/styles/layouts/_block-form.scss */

.form-block__header-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
  max-width: 620px;
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 51, resources/assets/styles/layouts/_block-form.scss */

  .form-block__header-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 51, resources/assets/styles/layouts/_block-form.scss */

  .form-block__header-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 51, resources/assets/styles/layouts/_block-form.scss */

  .form-block__header-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 51, resources/assets/styles/layouts/_block-form.scss */

  .form-block__header-title {
    font-size: 22px;
  }
}

/* line 59, resources/assets/styles/layouts/_block-form.scss */

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

/* line 66, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-response-output {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0;
  padding: 10px;
  border: none;
  color: var(--main) !important;
  font-size: 12px !important;
  background: #e9eef2;
  border-radius: 20px;
  border-color: var(--dark-green) !important;
}

/* line 80, resources/assets/styles/layouts/_block-form.scss */

.form-block .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 89, resources/assets/styles/layouts/_block-form.scss */

.form-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: var(--main) !important;
  font-size: 12px !important;
  background: #e9eef2;
  border-radius: 20px;
  border-color: var(--dark-green) !important;
}

/* line 103, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block br {
  display: none;
}

/* line 107, resources/assets/styles/layouts/_block-form.scss */

.form-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 116, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap:last-child {
  margin-bottom: 0;
}

/* line 120, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
  height: 100px !important;
  border-radius: 20px !important;
}

/* line 125, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control {
  cursor: pointer;
}

/* line 129, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control,
.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control {
  max-width: 100%;
  width: 100%;
  outline: none;
  appearance: none;
  background: #e9eef2;
  border: 2px solid var(--main);
  border-radius: 40px;
  padding: 15px 30px;
  box-sizing: border-box;
  min-height: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: var(--main);
  margin-top: 0;
}

/* line 148, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder,
.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control::placeholder,
.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: var(--main);
}

/* line 155, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control:focus,
.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control:focus,
.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control:focus {
  border: 2px solid var(--hover);
}

/* line 159, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control option[disabled="disabled"],
.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control option[disabled="disabled"],
.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control option[disabled="disabled"] {
  color: rgba(var(--black), 0.9);
}

/* line 163, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control option,
.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control option,
.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control option {
  color: var(--black);
}

/* line 167, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control:lang(ar),
.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control:lang(ar),
.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control:lang(ar) {
  text-align: right;
}

/* line 172, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 9px;
  margin-top: -2px;
  color: var(--hover);
}

/* line 178, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap .wpcf7-not-valid {
  border-bottom: 2px solid var(--green) !important;
}

/* line 183, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block input[type="submit"] {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
  background: var(--dark-green);
  border-radius: 20px;
  padding: 15px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: var(--white);
  margin: 0;
  position: relative;
  transition: 0.5s ease-in-out;
  z-index: 1;
}

/* line 206, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block input[type="submit"]:hover {
  background: var(--main);
  transition: 0.5s ease-in-out;
}

/* line 212, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1220px) {
  /* line 212, resources/assets/styles/layouts/_block-form.scss */

  .form-block .wpcf7 .wpcf7-form__block-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 212, resources/assets/styles/layouts/_block-form.scss */

  .form-block .wpcf7 .wpcf7-form__block-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 212, resources/assets/styles/layouts/_block-form.scss */

  .form-block .wpcf7 .wpcf7-form__block-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 212, resources/assets/styles/layouts/_block-form.scss */

  .form-block .wpcf7 .wpcf7-form__block-title {
    font-size: 22px;
  }
}

/* line 218, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block-title,
.form-block .wpcf7 .wpcf7-form__block-subtitle {
  max-width: 580px;
  width: 100%;
}

/* line 224, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

/* line 230, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
  gap: 40px;
  margin-top: 50px;
}

/* line 241, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block-wrapper-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 50%;
  gap: 20px;
}

/* line 252, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block-wrapper-textarea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 50%;
}

/* line 261, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-01,
.form-block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-02,
.form-block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-03,
.form-block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-04 {
  position: relative;
}

/* line 267, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-01::after,
.form-block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-02::after,
.form-block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-03::after,
.form-block .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-04::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  width: 10px;
  height: 6px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS45MSA4LjI4Mjc2ZS0wNUwxMi45NyAxLjA2MTA4TDcuMTkzIDYuODQwMDhDNy4xMDA0MyA2LjkzMzI0IDYuOTkwMzYgNy4wMDcxNyA2Ljg2OTExIDcuMDU3NjFDNi43NDc4NiA3LjEwODA2IDYuNjE3ODMgNy4xMzQwMyA2LjQ4NjUgNy4xMzQwM0M2LjM1NTE3IDcuMTM0MDMgNi4yMjUxNCA3LjEwODA2IDYuMTAzODkgNy4wNTc2MUM1Ljk4MjY0IDcuMDA3MTcgNS44NzI1NyA2LjkzMzI0IDUuNzggNi44NDAwOEwtNy4yNDE5MmUtMDggMS4wNjEwOEwxLjA2IDAuMDAxMDgyODhMNi40ODUgNS40MjUwOEwxMS45MSA4LjI4Mjc2ZS0wNVoiIGZpbGw9IiMxNDQ2NDMiLz4KPC9zdmc+Cg==) center no-repeat;
  background-size: cover;
  pointer-events: none;
}

/* line 281, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__block-wrapper-textarea p {
  display: none;
}

/* line 288, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  max-width: 100%;
  width: 100%;
  z-index: 3;
}

/* line 299, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__footer .wpcf7-submit-wrapper {
  position: relative;
  width: 100%;
  order: 2;
}

/* line 305, resources/assets/styles/layouts/_block-form.scss */

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

/* line 313, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__footer span.your-checkbox {
  max-width: 100%;
}

/* line 316, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__footer span.your-checkbox .wpcf7-not-valid-tip {
  font-size: 9px;
  margin-top: -2px;
  color: var(--hover);
}

/* line 322, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__footer span.your-checkbox .wpcf7-not-valid {
  border-bottom: 2px solid var(--hover) !important;
}

/* line 327, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}

/* line 337, resources/assets/styles/layouts/_block-form.scss */

.form-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: none;
  width: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: var(--main);
  cursor: pointer;
  padding-left: 25px;
}

/* line 352, resources/assets/styles/layouts/_block-form.scss */

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

/* line 355, resources/assets/styles/layouts/_block-form.scss */

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

/* line 358, resources/assets/styles/layouts/_block-form.scss */

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

/* line 364, resources/assets/styles/layouts/_block-form.scss */

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

/* line 371, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::before {
  height: 15px;
  width: 15px;
  left: 0;
  top: 0;
  background: var(--main);
  border-radius: 3px;
}

/* line 380, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::after {
  height: 5px;
  width: 10px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 2px;
  top: 2.5px;
  opacity: 0;
  transition: 0.25s;
  color: var(--white);
}

/* line 393, resources/assets/styles/layouts/_block-form.scss */

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

/* line 398, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: var(--main);
  z-index: 99;
}

/* line 405, resources/assets/styles/layouts/_block-form.scss */

.form-block .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a:hover {
  color: var(--hover);
}

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

#menu-item-55 ul.sub-menu {
  width: 300px;
}

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

.form-block .wpcf7 .wpcf7-form__block span.user-textarea-03 textarea.wpcf7-form-control,
.form-block .wpcf7 .wpcf7-form__block span.user-textarea-04 textarea.wpcf7-form-control {
  height: 140px !important;
}

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

.wpcf7 form.invalid .cf7sg-response-output,
.wpcf7 form.unaccepted .cf7sg-response-output {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0;
  padding: 15px 20px;
  border: none;
  color: var(--main) !important;
  font-size: 12px !important;
  background: #e9eef2;
  border-radius: 20px;
  border-color: var(--dark-green) !important;
}

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

span.user-menu-03,
span.user-menu-04 {
  position: relative;
}

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

span.user-menu-03::after,
span.user-menu-04::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  width: 10px;
  height: 6px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS45MSA4LjI4Mjc2ZS0wNUwxMi45NyAxLjA2MTA4TDcuMTkzIDYuODQwMDhDNy4xMDA0MyA2LjkzMzI0IDYuOTkwMzYgNy4wMDcxNyA2Ljg2OTExIDcuMDU3NjFDNi43NDc4NiA3LjEwODA2IDYuNjE3ODMgNy4xMzQwMyA2LjQ4NjUgNy4xMzQwM0M2LjM1NTE3IDcuMTM0MDMgNi4yMjUxNCA3LjEwODA2IDYuMTAzODkgNy4wNTc2MUM1Ljk4MjY0IDcuMDA3MTcgNS44NzI1NyA2LjkzMzI0IDUuNzggNi44NDAwOEwtNy4yNDE5MmUtMDggMS4wNjEwOEwxLjA2IDAuMDAxMDgyODhMNi40ODUgNS40MjUwOEwxMS45MSA4LjI4Mjc2ZS0wNVoiIGZpbGw9IiMxNDQ2NDMiLz4KPC9zdmc+Cg==) center no-repeat;
  background-size: cover;
  pointer-events: none;
}

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

.wpcf7-form-acceptance {
  order: 1;
}

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

.wpcf7-acceptance,
.wpcf7-acceptance .wpcf7-list-item {
  align-items: center;
  display: flex;
}

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

.wpcf7-acceptance .wpcf7-list-item {
  gap: 0.5rem;
  margin: 0;
}

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

.wpcf7-acceptance .wpcf7-list-item label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
}

@media (min-width: 600px) {
  /* line 71, resources/assets/styles/layouts/_tinymce.scss */

  .wpcf7-acceptance .wpcf7-list-item label {
    align-items: flex-start;
  }
}

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

.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e9eef2;
  border: 1px solid var(--dark-green);
  border-radius: 0.25rem;
  cursor: pointer;
  flex-shrink: 0;
  height: 1rem;
  margin: 0;
  margin-top: 0.375rem;
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 1rem;
}

@media (min-width: 600px) {
  /* line 97, resources/assets/styles/layouts/_tinymce.scss */

  .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
    margin-top: 0;
  }
}

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

.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDRMNC4yIDdMOSAxIiBzdHJva2U9IiMzRjdFMkUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-position: 65% 60%;
  background-repeat: no-repeat;
  background-size: 90%;
}

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

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--main);
}

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

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--main);
  text-decoration: underline;
  z-index: 99;
}

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

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a:hover {
  color: var(--hover);
}

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

.form-review-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
  height: 180px !important;
}

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

.form-review-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control {
  min-height: 51px;
  padding: 14px 15px 15px 22px;
}

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

.form-review-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control,
.form-review-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
  border: 1px solid var(--hover);
  background: var(--bg);
  color: var(--black);
}

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

.form-review-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder,
.form-review-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control::placeholder {
  color: #7c7c7c;
}

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

.form-review-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control:focus,
.form-review-block .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control:focus {
  border: 1px solid var(--dark-green);
}

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

.wpcf7-form-acceptance-review {
  max-width: 355px;
  width: 100%;
}

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

.wpcf7-form-acceptance-review .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label,
.wpcf7-form-acceptance-review .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a {
  color: var(--black);
}

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

.wpcf7-form-acceptance-review .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  border: 1px solid var(--hover);
  margin-top: 3px;
}

/**    template-Front-page    */

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

.front-page__banner {
  width: 100%;
  height: 702px;
}

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

.front-page__banner-item {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  height: inherit;
}

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

.front-page__banner-main {
  max-width: 900px;
  width: 100%;
  margin-top: 60px;
}

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

.front-page__banner-heading {
  font-weight: 500;
  font-size: 66px;
  line-height: 140%;
  color: var(--main);
}

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

.front-page__banner-heading:lang(de) {
  font-size: 60px;
}

@media (max-width: 1220px) {
  /* line 22, resources/assets/styles/front-page/_front-page-banner.scss */

  .front-page__banner-heading {
    font-size: 60px !important;
  }
}

@media (max-width: 989px) {
  /* line 22, resources/assets/styles/front-page/_front-page-banner.scss */

  .front-page__banner-heading {
    font-size: 50px !important;
    line-height: 120%;
  }
}

@media (max-width: 768px) {
  /* line 22, resources/assets/styles/front-page/_front-page-banner.scss */

  .front-page__banner-heading {
    font-size: 40px !important;
    line-height: 120%;
  }
}

@media (max-width: 559px) {
  /* line 22, resources/assets/styles/front-page/_front-page-banner.scss */

  .front-page__banner-heading {
    font-size: 30px !important;
  }
}

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

.front-page__banner-heading strong {
  color: var(--hover);
}

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

.front-page__banner-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: var(--black);
  margin-top: 20px;
}

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

.front-page__banner-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  max-width: 495px;
  width: 100%;
  margin-top: 50px;
}

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

.front-page__banner-bottom:lang(de) {
  max-width: 575px;
}

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

.front-page__banner-bottom_buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

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

.front-page__banner-bottom_button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 150%;
  gap: 10px;
}

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

.front-page__banner-plashka {
  margin-top: 50px;
}

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

.front-page__banner-plashka_item {
  position: relative;
  padding: 17px 40.5px 38px;
  border-radius: 20px;
  background: var(--white);
  backdrop-filter: blur(4px);
  box-shadow: 0 5px 20px 0 rgba(65, 65, 65, 0.25);
  opacity: 0.9;
  z-index: 5;
}

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

.front-page__banner-plashka_item:lang(de) {
  padding: 17px 30.5px 38px;
}

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

.front-page__banner-plashka_item-title {
  margin-top: 23px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: var(--main);
}

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

.front-page__banner-plashka_item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

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

.front-page__banner-plashka_item-date {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: var(--black);
}

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

.front-page__banner-plashka_item-icon {
  position: absolute;
  top: -12px;
  left: calc(50% - 15px);
  z-index: 7;
}

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

.front-page__banner-plashka_item-icon::before {
  position: absolute;
  content: "";
  top: -12px;
  left: -15px;
  border-radius: 30px 30px 0 0;
  width: 60px;
  height: 45px;
  background: var(--white);
  z-index: -1;
}

/* 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: 130px;
}

@media (max-width: 1220px) {
  /* line 1, resources/assets/styles/front-page/_front-page-service.scss */

  .front-page__service {
    margin-top: 100px;
  }
}

@media (max-width: 989px) {
  /* line 1, resources/assets/styles/front-page/_front-page-service.scss */

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

@media (max-width: 768px) {
  /* line 1, resources/assets/styles/front-page/_front-page-service.scss */

  .front-page__service {
    margin-top: 60px;
  }
}

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

  .front-page__service {
    margin-top: 50px;
  }
}

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

.front-page__service-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 5, resources/assets/styles/front-page/_front-page-service.scss */

  .front-page__service-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 5, resources/assets/styles/front-page/_front-page-service.scss */

  .front-page__service-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 5, resources/assets/styles/front-page/_front-page-service.scss */

  .front-page__service-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 5, resources/assets/styles/front-page/_front-page-service.scss */

  .front-page__service-title {
    font-size: 22px;
  }
}

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

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

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

.front-page__service-item-el {
  width: calc((100% - 80px) / 3);
}

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

.front-page__service-item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 20px;
  padding: 30px;
  background: var(--bg);
  min-height: 322px;
  gap: 20px;
  transition: 0.35s ease-in-out;
}

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

.front-page__service-item-title {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--main);
  padding-left: 20px;
  margin-bottom: auto;
  transition: 0.35s ease-in-out;
}

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

.front-page__service-item-title::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hover);
  transition: 0.35s ease-in-out;
}

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

.front-page__service-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  transition: 0.35s ease-in-out;
}

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

.front-page__service-item-more {
  margin-left: auto;
}

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

.front-page__service-item:hover .front-page__service-item-link {
  background: var(--hover);
  transition: 0.35s ease-in-out;
}

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

.front-page__service-item:hover .front-page__service-item-title {
  color: var(--white);
  transition: 0.35s ease-in-out;
}

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

.front-page__service-item:hover .front-page__service-item-title::before {
  background: var(--white);
  transition: 0.35s ease-in-out;
}

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

.front-page__service-item:hover .front-page__service-item-text {
  color: var(--white);
  transition: 0.35s ease-in-out;
}

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

.front-page__service-item:hover .front-page__service-item-more svg rect {
  fill: var(--white);
  transition: 0.35s ease-in-out;
}

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

.front-page__service-item:hover .front-page__service-item-more svg path {
  fill: var(--dark-green);
  transition: 0.35s ease-in-out;
}

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

.front-page__service-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}

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

.front-page__service-card-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: var(--black);
}

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

.front-page__service-card-button {
  max-width: 100%;
}

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

.front-page__founders {
  margin-top: 100px;
  position: relative;
  padding-top: 88px;
  padding-bottom: 113px;
  background: var(--bg);
  z-index: 2;
}

@media (max-width: 1220px) {
  /* line 1, resources/assets/styles/front-page/_front-page-founders.scss */

  .front-page__founders {
    margin-top: 90px;
  }
}

@media (max-width: 989px) {
  /* line 1, resources/assets/styles/front-page/_front-page-founders.scss */

  .front-page__founders {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  /* line 1, resources/assets/styles/front-page/_front-page-founders.scss */

  .front-page__founders {
    margin-top: 60px;
  }
}

@media (max-width: 559px) {
  /* line 1, resources/assets/styles/front-page/_front-page-founders.scss */

  .front-page__founders {
    margin-top: 50px;
  }
}

/* line 10, resources/assets/styles/front-page/_front-page-founders.scss */

.front-page__founders::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: url(/app/themes/sage/dist/images/elements_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  width: 218px;
  height: 100%;
  z-index: 1;
}

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

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

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

.front-page__founders-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
  position: relative;
  z-index: 5;
}

@media (max-width: 1220px) {
  /* line 28, resources/assets/styles/front-page/_front-page-founders.scss */

  .front-page__founders-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 28, resources/assets/styles/front-page/_front-page-founders.scss */

  .front-page__founders-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 28, resources/assets/styles/front-page/_front-page-founders.scss */

  .front-page__founders-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 28, resources/assets/styles/front-page/_front-page-founders.scss */

  .front-page__founders-title {
    font-size: 22px;
  }
}

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

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

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

.front-page__founders-item {
  width: calc((100% - 40px) / 2) !important;
}

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

.front-page__founders-item-link {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  z-index: 3;
}

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

.front-page__founders-item-image {
  border-radius: 20px;
  max-width: 48%;
  width: 100%;
  height: 334px;
}

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

.front-page__founders-item-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
}

/* line 76, resources/assets/styles/front-page/_front-page-founders.scss */

.front-page__founders-item-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 52%;
  width: 100%;
  min-height: 334px;
  border-radius: 20px;
  padding: 30px;
  background: var(--white);
  gap: 20px;
}

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

.front-page__founders-item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--main);
  transition: 0.35s ease-in-out;
}

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

.front-page__founders-item-text {
  transition: 0.35s ease-in-out;
}

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

.front-page__founders-item_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

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

.front-page__founders-item_list-el {
  position: relative;
  padding-left: 20px;
  color: var(--main);
  transition: 0.35s ease-in-out;
}

/* line 115, resources/assets/styles/front-page/_front-page-founders.scss */

.front-page__founders-item_list-el::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 129, resources/assets/styles/front-page/_front-page-founders.scss */

.front-page__founders-item-more {
  margin-top: auto;
  margin-left: auto;
  transition: 0.35s ease-in-out;
}

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

.front-page__founders-item:hover .front-page__founders-item-main {
  background: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 141, resources/assets/styles/front-page/_front-page-founders.scss */

.front-page__founders-item:hover .front-page__founders-item-title {
  color: var(--white);
  transition: 0.35s ease-in-out;
}

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

.front-page__founders-item:hover .front-page__founders-item-text {
  color: var(--white);
  transition: 0.35s ease-in-out;
}

/* line 151, resources/assets/styles/front-page/_front-page-founders.scss */

.front-page__founders-item:hover .front-page__founders-item_list-el {
  color: var(--white);
  transition: 0.35s ease-in-out;
}

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

.front-page__founders-item:hover .front-page__founders-item_list-el::before {
  background: var(--white);
  transition: 0.35s ease-in-out;
}

/* line 163, resources/assets/styles/front-page/_front-page-founders.scss */

.front-page__founders-item:hover .front-page__founders-item-more svg rect {
  fill: var(--white);
  transition: 0.35s ease-in-out;
}

/* line 168, resources/assets/styles/front-page/_front-page-founders.scss */

.front-page__founders-item:hover .front-page__founders-item-more svg path {
  fill: var(--dark-green);
  transition: 0.35s ease-in-out;
}

/* line 177, resources/assets/styles/front-page/_front-page-founders.scss */

.front-page__founders .swiper-pagination7 {
  position: absolute;
  bottom: 0;
  height: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  z-index: 999;
}

/* line 189, resources/assets/styles/front-page/_front-page-founders.scss */

.front-page__founders .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #949494;
  border: none;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 6px;
  outline: none;
}

/* line 203, resources/assets/styles/front-page/_front-page-founders.scss */

.front-page__founders .swiper-pagination-bullet-active {
  background: var(--main);
}

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

.front-page__about {
  position: relative;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 74px;
  z-index: 2;
}

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

.front-page__about::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: url(/app/themes/sage/dist/images/about_elements_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  width: 100%;
  height: 410px;
  z-index: 1;
}

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

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

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

.front-page__about-info {
  max-width: 456px;
  width: 100%;
}

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

.front-page__about-content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  z-index: 5;
}

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

.front-page__about-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1220px) {
  /* line 49, resources/assets/styles/front-page/_front-page-about.scss */

  .front-page__about-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 49, resources/assets/styles/front-page/_front-page-about.scss */

  .front-page__about-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 49, resources/assets/styles/front-page/_front-page-about.scss */

  .front-page__about-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 49, resources/assets/styles/front-page/_front-page-about.scss */

  .front-page__about-title {
    font-size: 22px;
  }
}

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

.front-page__about-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 50px;
}

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

.front-page__about-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: calc((100% - 40px) / 2);
  min-height: 326px;
  border-radius: 20px;
  padding: 30px 30px 40px;
  background: var(--bg);
}

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

.front-page__about-item-image {
  width: 50px;
  height: 50px;
  margin-left: auto;
}

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

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

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

.front-page__about-item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
}

/* 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: 100px;
}

@media (max-width: 1220px) {
  /* line 1, resources/assets/styles/front-page/_front-page-feedback.scss */

  .front-page__feedback {
    margin-top: 90px;
  }
}

@media (max-width: 989px) {
  /* line 1, resources/assets/styles/front-page/_front-page-feedback.scss */

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

@media (max-width: 768px) {
  /* line 1, resources/assets/styles/front-page/_front-page-feedback.scss */

  .front-page__feedback {
    margin-top: 60px;
  }
}

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

  .front-page__feedback {
    margin-top: 50px;
  }
}

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

.front-page__feedback-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
}

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

.front-page__feedback-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 14, resources/assets/styles/front-page/_front-page-feedback.scss */

  .front-page__feedback-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 14, resources/assets/styles/front-page/_front-page-feedback.scss */

  .front-page__feedback-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 14, resources/assets/styles/front-page/_front-page-feedback.scss */

  .front-page__feedback-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 14, resources/assets/styles/front-page/_front-page-feedback.scss */

  .front-page__feedback-title {
    font-size: 22px;
  }
}

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

.front-page__feedback-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

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

.front-page__feedback-info-title {
  font-weight: 500;
  font-size: 20px;
  white-space: nowrap;
}

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

.front-page__feedback-info-value {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 15px;
  max-width: 62px;
  width: 100%;
  height: 54px;
  background: var(--main);
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
}

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

.front-page__feedback-tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: fit-content;
  gap: 30px;
  margin-top: 12px;
}

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

.front-page__feedback-tabs_btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

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

.front-page__feedback-tabs_btn:hover,
.front-page__feedback-tabs_btn.active {
  color: var(--main);
  border-color: var(--main);
  transition: 0.35s ease-in-out;
}

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

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

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

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

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

.front-page__feedback-block.active {
  display: flex !important;
}

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

.front-page__feedback-item {
  width: 100%;
}

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

.front-page__feedback-item-video {
  width: 100%;
  padding-bottom: 30px;
}

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

.front-page__feedback-item-video_el {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.front-page__feedback-item-video_el-media {
  width: 100%;
  height: 470px;
  margin-bottom: 30px;
}

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

.front-page__feedback-item-video_el-main {
  position: relative;
  width: 100%;
  height: inherit;
  border-radius: 20px;
  object-fit: cover;
}

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

.front-page__feedback-item-video_el-title {
  margin-top: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
}

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

.front-page__feedback .swiper-pagination2 {
  position: absolute;
  bottom: 0;
  height: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  z-index: 999;
}

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

.front-page__feedback .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #949494;
  border: none;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 6px;
  outline: none;
}

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

.front-page__feedback .swiper-pagination-bullet-active {
  background: var(--main);
}

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

.front-page__faq {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 100px;
  /*
  .swiper-button-next {
    position: relative;
    top: 0;
    right: 10px;
    width: 10px;
    height: 14px;
    margin: 0;
    cursor: pointer;
    z-index: 11;
  }

  .swiper-button-prev {
    position: relative;
    top: 0;
    left: 10px;
    width: 10px;
    height: 14px;
    margin: 0;
    cursor: pointer;
    z-index: 11;
  }

  .swiper-button-next::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 10px;
    height: 14px;
    background: url("../images/svg/next.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-button-prev::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 10px;
    height: 14px;
    background: url("../images/svg/next.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
  }
  */
}

@media (max-width: 1220px) {
  /* line 1, resources/assets/styles/front-page/_front-page-faq.scss */

  .front-page__faq {
    margin-top: 90px;
  }
}

@media (max-width: 989px) {
  /* line 1, resources/assets/styles/front-page/_front-page-faq.scss */

  .front-page__faq {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  /* line 1, resources/assets/styles/front-page/_front-page-faq.scss */

  .front-page__faq {
    margin-top: 60px;
  }
}

@media (max-width: 559px) {
  /* line 1, resources/assets/styles/front-page/_front-page-faq.scss */

  .front-page__faq {
    margin-top: 50px;
  }
}

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

.front-page__faq-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 5, resources/assets/styles/front-page/_front-page-faq.scss */

  .front-page__faq-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 5, resources/assets/styles/front-page/_front-page-faq.scss */

  .front-page__faq-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 5, resources/assets/styles/front-page/_front-page-faq.scss */

  .front-page__faq-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 5, resources/assets/styles/front-page/_front-page-faq.scss */

  .front-page__faq-title {
    font-size: 22px;
  }
}

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

.front-page__faq-slider {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

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

.front-page__faq-slider .item--active {
  font-weight: 500;
  border-color: var(--dark-green);
  color: var(--dark-green);
}

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

.front-page__faq-slider-item {
  width: fit-content !important;
  max-width: 100% !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #a8bcb9;
  background: none;
  cursor: pointer;
  border-bottom: 2px solid #a8bcb9;
  transition: 0.25s ease-in-out;
}

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

.front-page__faq-slider-item:hover {
  border-color: var(--dark-green);
  color: var(--dark-green);
  transition: 0.25s ease-in-out;
}

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

.front-page__faq-slider-item:hover svg path {
  fill: var(--white);
  transition: 0.25s ease-in-out;
}

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

.front-page__faq-dropdown {
  position: relative;
  margin-bottom: 0;
  margin-top: 30px;
}

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

.front-page__faq-dropdown::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNjg2MjYgNi4yNDE4NkMxLjU5MDg0IDYuMTY0NiAxLjQ3ODYgNi4xMDQyMSAxLjM1NTk1IDYuMDY0MTJDMS4yMzMyOSA2LjAyNDAzIDEuMTAyNjIgNi4wMDUwMyAwLjk3MTM5NSA2LjAwODIxQzAuODQwMTcgNi4wMTEzOSAwLjcxMDk2MSA2LjAzNjY5IDAuNTkxMTQ2IDYuMDgyNjVDMC40NzEzMyA2LjEyODYyIDAuMzYzMjU0IDYuMTk0MzYgMC4yNzMwODkgNi4yNzYxMkMwLjE4MjkyNCA2LjM1Nzg3IDAuMTEyNDM1IDYuNDU0MDUgMC4wNjU2NDcyIDYuNTU5MTRDMC4wMTg4NTkxIDYuNjY0MjQgLTAuMDAzMzExODkgNi43NzYyMSAwLjAwMDQwMDI4NyA2Ljg4ODY1QzAuMDA0MTEyNDYgNy4wMDEwOSAwLjAzMzYzNSA3LjExMTggMC4wODcyODIyIDcuMjE0NDZDMC4xNDA5MjkgNy4zMTcxMyAwLjIxNzY1MSA3LjQwOTczIDAuMzEzMDY2IDcuNDg2OTlMOS4zMDc3OSAxNC43NjU5QzkuNDkzMzUgMTQuOTE2MiA5LjczOTAyIDE1IDkuOTk0MzggMTVDMTAuMjQ5NyAxNSAxMC40OTU0IDE0LjkxNjIgMTAuNjgxIDE0Ljc2NTlMMTkuNjc2NyA3LjQ4Njk5QzE5Ljc3NDIgNy40MTAyNCAxOS44NTI5IDcuMzE3NjYgMTkuOTA4MyA3LjIxNDYxQzE5Ljk2MzcgNy4xMTE1NyAxOS45OTQ3IDcuMDAwMTMgMTkuOTk5NCA2Ljg4Njc1QzIwLjAwNDEgNi43NzMzOCAxOS45ODI0IDYuNjYwMzMgMTkuOTM1NyA2LjU1NDE4QzE5Ljg4OSA2LjQ0ODAzIDE5LjgxODEgNi4zNTA4OSAxOS43MjcyIDYuMjY4NDFDMTkuNjM2MyA2LjE4NTkzIDE5LjUyNzIgNi4xMTk3NCAxOS40MDYyIDYuMDczN0MxOS4yODUyIDYuMDI3NjYgMTkuMTU0NyA2LjAwMjY3IDE5LjAyMjMgNi4wMDAyQzE4Ljg5IDUuOTk3NzMgMTguNzU4NCA2LjAxNzgzIDE4LjYzNTEgNi4wNTkzMUMxOC41MTE5IDYuMTAwNzkgMTguMzk5NSA2LjE2Mjg1IDE4LjMwNDUgNi4yNDE4Nkw5Ljk5NDM4IDEyLjk2NTlMMS42ODYyNiA2LjI0MTg2WiIgZmlsbD0iIzE5NjY1QiIvPgo8L3N2Zz4K);
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

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

.front-page__faq-dropdown .dropdown-toggle {
  position: relative;
  width: 100%;
  border: 2px solid var(--main);
  border-radius: 30px;
  padding: 15px 20px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  z-index: 3;
}

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

.front-page__faq-dropdown .dropdown-text {
  flex: 1;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: var(--main);
}

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

.front-page__faq-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--white);
  border: 1px solid var(--dark-green);
  border-radius: 20px;
  margin-top: 5px;
  max-width: 100%;
  padding: 0;
  z-index: 1000;
}

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

.front-page__faq-dropdown .dropdown-menu.open {
  display: block;
}

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

.front-page__faq-dropdown .dropdown-item {
  padding: 10px 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-green);
  cursor: pointer;
}

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

.front-page__faq-dropdown .dropdown-item:hover {
  background: var(--dark-green);
  color: var(--white);
}

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

.front-page__faq-dropdown .dropdown-item:hover:first-child {
  border-radius: 20px 20px 0 0;
}

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

.front-page__faq-dropdown .dropdown-item:hover:last-child {
  border-radius: 0 0 20px 20px;
}

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

.front-page__faq-main {
  position: relative;
  width: 100%;
  margin-top: 40px;
}

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

.front-page__faq-main-wrapper {
  width: 100%;
  display: none;
  transition: 0.5s ease-in-out;
}

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

.front-page__faq-main-wrapper:first-of-type {
  display: block;
}

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

.front-page__faq-main-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
}

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

.front-page__faq-main-item {
  width: 100%;
  border-bottom: 1px solid #e9eef2;
  padding-bottom: 30px;
}

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

.front-page__faq-main-item-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

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

.front-page__faq-main-item-title svg {
  max-width: 40px;
  width: 100%;
  height: 40px;
}

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

.front-page__faq-main-item-title:hover {
  color: var(--hover);
  transition: 0.35s ease-in-out;
}

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

.front-page__faq-main-item-text {
  padding-top: 20px;
}

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

.front-page__faq .swiper-navigation {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: calc(50% - (1256px / 2));
  bottom: calc(50% - 7px);
  width: 100%;
  height: 14px;
  outline: none;
  background-size: 16px;
  border-radius: 50%;
  font-size: 0;
  z-index: 0;
}

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

details[open] .front-page__faq-main-item-title {
  position: relative;
  padding-left: 32px;
}

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

details[open] .front-page__faq-main-item-title::before {
  position: absolute;
  content: "";
  top: 18px;
  left: 2px;
  width: 10px;
  height: 2.8px;
  border-radius: 10px;
  background: var(--main);
}

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

details[open] .front-page__faq-main-item-title svg {
  transform: rotate(180deg);
}

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

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

@media (max-width: 1220px) {
  /* line 1, resources/assets/styles/front-page/_front-page-blog.scss */

  .front-page__blog {
    margin-top: 90px;
  }
}

@media (max-width: 989px) {
  /* line 1, resources/assets/styles/front-page/_front-page-blog.scss */

  .front-page__blog {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  /* line 1, resources/assets/styles/front-page/_front-page-blog.scss */

  .front-page__blog {
    margin-top: 60px;
  }
}

@media (max-width: 559px) {
  /* line 1, resources/assets/styles/front-page/_front-page-blog.scss */

  .front-page__blog {
    margin-top: 50px;
  }
}

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

.front-page__blog-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

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

.front-page__blog-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 14, resources/assets/styles/front-page/_front-page-blog.scss */

  .front-page__blog-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 14, resources/assets/styles/front-page/_front-page-blog.scss */

  .front-page__blog-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 14, resources/assets/styles/front-page/_front-page-blog.scss */

  .front-page__blog-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 14, resources/assets/styles/front-page/_front-page-blog.scss */

  .front-page__blog-title {
    font-size: 22px;
  }
}

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

.front-page__blog-link {
  width: fit-content;
  white-space: nowrap;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--main);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--main);
  transition: 0.25s ease-in-out;
}

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

.front-page__blog-link:hover {
  border-color: var(--hover);
  color: var(--hover);
  transition: 0.25s ease-in-out;
}

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

.front-page__blog-main {
  position: relative;
  margin-top: 50px;
  padding-bottom: 92px;
  width: 100%;
}

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

.front-page__blog-main .swiper-navigation {
  position: absolute;
  bottom: 0;
  left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  height: 50px;
}

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

.front-page__blog-item-tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  border: 2px solid var(--main);
  border-radius: 60px;
  padding: 9px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--main);
  margin-left: auto;
  transition: 0.25s ease-in-out;
}

/* line 73, resources/assets/styles/front-page/_front-page-blog.scss */

.front-page__blog-item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
  transition: 0.25s ease-in-out;
}

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

.front-page__blog-item-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

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

.front-page__blog-item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  border-radius: 20px;
  padding: 30px;
  min-height: 436px;
  background: var(--bg);
  transition: 0.25s ease-in-out;
}

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

.front-page__blog-item-link:hover {
  background: #00b29d;
  transition: 0.25s ease-in-out;
}

/* line 106, resources/assets/styles/front-page/_front-page-blog.scss */

.front-page__blog-item-link:hover .front-page__blog-item-tag,
.front-page__blog-item-link:hover .front-page__blog-item-title,
.front-page__blog-item-link:hover .front-page__blog-item-desc,
.front-page__blog-item-link:hover .front-page__blog-item-date {
  color: var(--white);
  transition: 0.25s ease-in-out;
}

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

.front-page__blog-item-link:hover .front-page__blog-item-tag {
  border-color: var(--white);
  transition: 0.25s ease-in-out;
}

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

.front-page__blog .swiper-pagination3 {
  position: absolute;
  bottom: 40px;
  height: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  z-index: 999;
}

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

.front-page__blog .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #949494;
  border: none;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 6px;
  outline: none;
}

/* line 148, resources/assets/styles/front-page/_front-page-blog.scss */

.front-page__blog .swiper-pagination-bullet-active {
  background: var(--main);
}

/**    Template's    */

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

.about-page {
  width: 100%;
}

/* line 5, resources/assets/styles/templates/_template-about.scss */

.about-page__head {
  position: relative;
  padding-top: 70px;
}

/* line 9, resources/assets/styles/templates/_template-about.scss */

.about-page__head::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(/app/themes/sage/dist/images/about_elements_bg_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  width: 100%;
  height: 619px;
  z-index: 1;
}

/* line 23, resources/assets/styles/templates/_template-about.scss */

.about-page__head-wrapper {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 70px;
  z-index: 3;
}

/* line 35, resources/assets/styles/templates/_template-about.scss */

.about-page__head-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 1220px) {
  /* line 35, resources/assets/styles/templates/_template-about.scss */

  .about-page__head-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 35, resources/assets/styles/templates/_template-about.scss */

  .about-page__head-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 35, resources/assets/styles/templates/_template-about.scss */

  .about-page__head-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 35, resources/assets/styles/templates/_template-about.scss */

  .about-page__head-title {
    font-size: 22px;
  }
}

/* line 41, resources/assets/styles/templates/_template-about.scss */

.about-page__head-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 100%;
}

/* line 49, resources/assets/styles/templates/_template-about.scss */

.about-page__head-item-image {
  max-width: 580px;
  width: 100%;
  height: 390px;
}

/* line 54, resources/assets/styles/templates/_template-about.scss */

.about-page__head-item-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

/* line 63, resources/assets/styles/templates/_template-about.scss */

.about-page__head-item-textarea {
  max-width: 580px;
  width: 100%;
}

/* line 68, resources/assets/styles/templates/_template-about.scss */

.about-page__head-item-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

/* line 79, resources/assets/styles/templates/_template-about.scss */

.about-page__head-item-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  margin-top: 50px;
}

/* line 88, resources/assets/styles/templates/_template-about.scss */

.about-page__head-item_el {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

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

.about-page__head-item_el-title {
  font-weight: 800;
  font-size: 42px;
  line-height: 100%;
  color: var(--main);
}

/* line 102, resources/assets/styles/templates/_template-about.scss */

.about-page__head-item_el-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
}

/* line 112, resources/assets/styles/templates/_template-about.scss */

.about-page__stages {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 100px;
}

@media (max-width: 1220px) {
  /* line 112, resources/assets/styles/templates/_template-about.scss */

  .about-page__stages {
    margin-top: 90px;
  }
}

@media (max-width: 989px) {
  /* line 112, resources/assets/styles/templates/_template-about.scss */

  .about-page__stages {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  /* line 112, resources/assets/styles/templates/_template-about.scss */

  .about-page__stages {
    margin-top: 60px;
  }
}

@media (max-width: 559px) {
  /* line 112, resources/assets/styles/templates/_template-about.scss */

  .about-page__stages {
    margin-top: 50px;
  }
}

/* line 116, resources/assets/styles/templates/_template-about.scss */

.about-page__stages-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 116, resources/assets/styles/templates/_template-about.scss */

  .about-page__stages-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 116, resources/assets/styles/templates/_template-about.scss */

  .about-page__stages-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 116, resources/assets/styles/templates/_template-about.scss */

  .about-page__stages-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 116, resources/assets/styles/templates/_template-about.scss */

  .about-page__stages-title {
    font-size: 22px;
  }
}

/* line 120, resources/assets/styles/templates/_template-about.scss */

.about-page__stages-content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
  margin-top: 50px;
}

/* line 130, resources/assets/styles/templates/_template-about.scss */

.about-page__stages-content hr {
  position: absolute;
  top: 48px;
  left: 0;
  margin: 0;
  border: 1px solid #d9d9d9;
  width: 100%;
  z-index: -1;
}

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

.about-page__stages-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

/* line 148, resources/assets/styles/templates/_template-about.scss */

.about-page__stages-item-year {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
  padding-bottom: 54px;
  transition: 0.35s ease-in-out;
  color: #8cb2ad;
}

/* line 158, resources/assets/styles/templates/_template-about.scss */

.about-page__stages-item-year::after {
  position: absolute;
  content: "";
  bottom: 20px;
  left: calc(50% - (14px / 2));
  width: 14px;
  height: 14px;
  background: var(--hover3);
  border-radius: 50%;
  z-index: 5;
}

/* line 171, resources/assets/styles/templates/_template-about.scss */

.about-page__stages-item-title {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  transition: 0.35s ease-in-out;
  color: #8cb2ad;
}

/* line 180, resources/assets/styles/templates/_template-about.scss */

.about-page__stages-item-text {
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  max-width: 210px;
  margin-top: 10px;
  transition: 0.35s ease-in-out;
}

/* line 193, resources/assets/styles/templates/_template-about.scss */

.about-page__stages .item--active .about-page__stages-item-year {
  color: var(--black);
}

/* line 197, resources/assets/styles/templates/_template-about.scss */

.about-page__stages .item--active .about-page__stages-item-year,
.about-page__stages .item--active .about-page__stages-item-title {
  transition: 0.35s ease-in-out;
  opacity: 1;
}

/* line 203, resources/assets/styles/templates/_template-about.scss */

.about-page__stages .item--active .about-page__stages-item-year::before {
  position: absolute;
  content: "";
  bottom: 17px;
  left: calc(50% - (20px / 2));
  width: 20px;
  height: 20px;
  background: rgba(25, 102, 91, 0.2);
  border-radius: 50%;
  z-index: 3;
}

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

.about-page__stages .item--active .about-page__stages-item-year::after {
  background: var(--dark-green);
}

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

.about-page__stages .item--active .about-page__stages-item-title {
  color: var(--main);
}

/* line 223, resources/assets/styles/templates/_template-about.scss */

.about-page__stages .item--active .about-page__stages-item-text {
  display: block;
  transition: 0.35s ease-in-out;
}

/* line 231, resources/assets/styles/templates/_template-about.scss */

.about-page__founders {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  background: var(--bg);
}

@media (max-width: 1220px) {
  /* line 231, resources/assets/styles/templates/_template-about.scss */

  .about-page__founders {
    margin-top: 90px;
  }
}

@media (max-width: 989px) {
  /* line 231, resources/assets/styles/templates/_template-about.scss */

  .about-page__founders {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  /* line 231, resources/assets/styles/templates/_template-about.scss */

  .about-page__founders {
    margin-top: 60px;
  }
}

@media (max-width: 559px) {
  /* line 231, resources/assets/styles/templates/_template-about.scss */

  .about-page__founders {
    margin-top: 50px;
  }
}

@media (max-width: 1220px) {
  /* line 231, resources/assets/styles/templates/_template-about.scss */

  .about-page__founders {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 989px) {
  /* line 231, resources/assets/styles/templates/_template-about.scss */

  .about-page__founders {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  /* line 231, resources/assets/styles/templates/_template-about.scss */

  .about-page__founders {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 559px) {
  /* line 231, resources/assets/styles/templates/_template-about.scss */

  .about-page__founders {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* line 238, resources/assets/styles/templates/_template-about.scss */

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

/* line 242, resources/assets/styles/templates/_template-about.scss */

.about-page__founders-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 242, resources/assets/styles/templates/_template-about.scss */

  .about-page__founders-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 242, resources/assets/styles/templates/_template-about.scss */

  .about-page__founders-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 242, resources/assets/styles/templates/_template-about.scss */

  .about-page__founders-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 242, resources/assets/styles/templates/_template-about.scss */

  .about-page__founders-title {
    font-size: 22px;
  }
}

/* line 246, resources/assets/styles/templates/_template-about.scss */

.about-page__founders-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  margin-top: 50px;
}

/* line 255, resources/assets/styles/templates/_template-about.scss */

.about-page__founders-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
}

/* line 263, resources/assets/styles/templates/_template-about.scss */

.about-page__founders-item-image {
  max-width: 270px;
  width: 100%;
  height: 392px;
}

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

.about-page__founders-item-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
  box-shadow: 10px 10px 40px 0 rgba(108, 108, 108, 0.2);
}

/* line 278, resources/assets/styles/templates/_template-about.scss */

.about-page__founders-item-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  min-height: 392px;
  border: 1px solid #e9eef2;
  border-radius: 20px;
  padding: 30px;
  background: var(--white);
}

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

.about-page__founders-item-title {
  font-weight: 500;
  font-size: 24px;
  color: var(--main);
}

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

.about-page__founders-item-subtitle {
  position: relative;
  padding-left: 20px;
  color: var(--main);
  transition: 0.35s ease-in-out;
}

/* line 304, resources/assets/styles/templates/_template-about.scss */

.about-page__founders-item-subtitle::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 317, resources/assets/styles/templates/_template-about.scss */

.about-page__founders-item-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

/* line 327, resources/assets/styles/templates/_template-about.scss */

.about-page__founders-item-more,
.about-page__founders-item-more-de {
  font-weight: 400;
  font-size: 18px;
  color: var(--main);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--main);
  transition: 0.35s ease-in-out;
  cursor: pointer;
}

/* line 337, resources/assets/styles/templates/_template-about.scss */

.about-page__founders-item-more:hover,
.about-page__founders-item-more-de:hover {
  color: var(--hover);
  border-color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 344, resources/assets/styles/templates/_template-about.scss */

.about-page__founders-item-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: auto;
}

/* line 354, resources/assets/styles/templates/_template-about.scss */

.about-page__founders-item_el {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: calc((100% - 80px) / 3);
}

/* line 362, resources/assets/styles/templates/_template-about.scss */

.about-page__founders-item_el-title {
  font-weight: 800;
  font-size: 42px;
  line-height: 100%;
  color: var(--main);
}

/* line 369, resources/assets/styles/templates/_template-about.scss */

.about-page__founders-item_el-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}

/* line 379, resources/assets/styles/templates/_template-about.scss */

.about-page__faces {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 100px;
}

@media (max-width: 1220px) {
  /* line 379, resources/assets/styles/templates/_template-about.scss */

  .about-page__faces {
    margin-top: 90px;
  }
}

@media (max-width: 989px) {
  /* line 379, resources/assets/styles/templates/_template-about.scss */

  .about-page__faces {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  /* line 379, resources/assets/styles/templates/_template-about.scss */

  .about-page__faces {
    margin-top: 60px;
  }
}

@media (max-width: 559px) {
  /* line 379, resources/assets/styles/templates/_template-about.scss */

  .about-page__faces {
    margin-top: 50px;
  }
}

/* line 383, resources/assets/styles/templates/_template-about.scss */

.about-page__faces-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 383, resources/assets/styles/templates/_template-about.scss */

  .about-page__faces-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 383, resources/assets/styles/templates/_template-about.scss */

  .about-page__faces-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 383, resources/assets/styles/templates/_template-about.scss */

  .about-page__faces-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 383, resources/assets/styles/templates/_template-about.scss */

  .about-page__faces-title {
    font-size: 22px;
  }
}

/* line 387, resources/assets/styles/templates/_template-about.scss */

.about-page__faces-content {
  margin-top: 50px;
  width: 100%;
  padding-bottom: 42px;
}

/* line 393, resources/assets/styles/templates/_template-about.scss */

.about-page__faces-item {
  width: 100%;
  height: 400px;
}

/* line 397, resources/assets/styles/templates/_template-about.scss */

.about-page__faces-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
}

/* line 407, resources/assets/styles/templates/_template-about.scss */

.about-page .swiper-pagination4,
.about-page .swiper-pagination6 {
  position: absolute;
  bottom: 0;
  height: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  z-index: 999;
}

/* line 420, resources/assets/styles/templates/_template-about.scss */

.about-page .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #949494;
  border: none;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 6px;
  outline: none;
}

/* line 434, resources/assets/styles/templates/_template-about.scss */

.about-page .swiper-pagination-bullet-active {
  background: var(--main);
}

/* line 439, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 100px;
}

@media (max-width: 1220px) {
  /* line 439, resources/assets/styles/templates/_template-about.scss */

  .about-page__feedback {
    margin-top: 90px;
  }
}

@media (max-width: 989px) {
  /* line 439, resources/assets/styles/templates/_template-about.scss */

  .about-page__feedback {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  /* line 439, resources/assets/styles/templates/_template-about.scss */

  .about-page__feedback {
    margin-top: 60px;
  }
}

@media (max-width: 559px) {
  /* line 439, resources/assets/styles/templates/_template-about.scss */

  .about-page__feedback {
    margin-top: 50px;
  }
}

/* line 443, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
}

/* line 452, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 452, resources/assets/styles/templates/_template-about.scss */

  .about-page__feedback-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 452, resources/assets/styles/templates/_template-about.scss */

  .about-page__feedback-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 452, resources/assets/styles/templates/_template-about.scss */

  .about-page__feedback-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 452, resources/assets/styles/templates/_template-about.scss */

  .about-page__feedback-title {
    font-size: 22px;
  }
}

/* line 456, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

/* line 463, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback-info-title {
  font-weight: 500;
  font-size: 20px;
  white-space: nowrap;
}

/* line 469, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback-info-value {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 15px;
  max-width: 62px;
  width: 100%;
  height: 54px;
  background: var(--main);
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
}

/* line 486, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback-tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: fit-content;
  gap: 30px;
  margin-top: 12px;
}

/* line 495, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback-tabs_btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

/* line 503, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback-tabs_btn:hover,
.about-page__feedback-tabs_btn.active {
  color: var(--main);
  border-color: var(--main);
  transition: 0.35s ease-in-out;
}

/* line 512, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback-content {
  width: 100%;
  margin-top: 50px;
}

/* line 517, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback-block {
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

/* line 525, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback-block.active {
  display: flex !important;
}

/* line 530, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback-item {
  width: 100%;
}

/* line 533, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback-item-video {
  width: 100%;
  padding-bottom: 30px;
}

/* line 537, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback-item-video_el {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 543, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback-item-video_el-media {
  width: 100%;
  height: 470px;
  margin-bottom: 30px;
}

/* line 549, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback-item-video_el-main {
  position: relative;
  width: 100%;
  height: inherit;
  border-radius: 20px;
  object-fit: cover;
}

/* line 557, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback-item-video_el-title {
  margin-top: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
}

/* line 568, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback .swiper-pagination5 {
  position: absolute;
  bottom: 0;
  height: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  z-index: 999;
}

/* line 580, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #949494;
  border: none;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 6px;
  outline: none;
}

/* line 594, resources/assets/styles/templates/_template-about.scss */

.about-page__feedback .swiper-pagination-bullet-active {
  background: var(--main);
}

/* line 600, resources/assets/styles/templates/_template-about.scss */

.about-page__partners {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 50px;
}

/* line 605, resources/assets/styles/templates/_template-about.scss */

.about-page__partners-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  gap: 20px;
}

/* line 614, resources/assets/styles/templates/_template-about.scss */

.about-page__partners-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
  max-width: 631px;
}

@media (max-width: 1220px) {
  /* line 614, resources/assets/styles/templates/_template-about.scss */

  .about-page__partners-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 614, resources/assets/styles/templates/_template-about.scss */

  .about-page__partners-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 614, resources/assets/styles/templates/_template-about.scss */

  .about-page__partners-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 614, resources/assets/styles/templates/_template-about.scss */

  .about-page__partners-title {
    font-size: 22px;
  }
}

/* line 620, resources/assets/styles/templates/_template-about.scss */

.about-page__partners-link {
  font-weight: 400;
  font-size: 18px;
  color: var(--main);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--main);
  transition: 0.35s ease-in-out;
  cursor: pointer;
}

/* line 629, resources/assets/styles/templates/_template-about.scss */

.about-page__partners-link:hover {
  color: var(--hover);
  border-color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 636, resources/assets/styles/templates/_template-about.scss */

.about-page__partners-content {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 40px;
}

/* line 643, resources/assets/styles/templates/_template-about.scss */

.about-page__partners-item {
  width: 100%;
  height: 100px;
}

/* line 647, resources/assets/styles/templates/_template-about.scss */

.about-page__partners-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

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

.service-page {
  width: 100%;
  padding-top: 70px;
}

/* line 5, resources/assets/styles/templates/_template-service.scss */

.service-page__heading {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 5, resources/assets/styles/templates/_template-service.scss */

  .service-page__heading {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 5, resources/assets/styles/templates/_template-service.scss */

  .service-page__heading {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 5, resources/assets/styles/templates/_template-service.scss */

  .service-page__heading {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 5, resources/assets/styles/templates/_template-service.scss */

  .service-page__heading {
    font-size: 22px;
  }
}

/* line 11, resources/assets/styles/templates/_template-service.scss */

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

/* line 14, resources/assets/styles/templates/_template-service.scss */

.service-page__passports-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  margin-top: 50px;
}

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

.service-page__passports-title {
  max-width: 373px;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
}

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

.service-page__passports-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

/* line 42, resources/assets/styles/templates/_template-service.scss */

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

/* line 53, resources/assets/styles/templates/_template-service.scss */

.service-page__passports-item {
  width: calc((100% - 80px) / 3);
}

/* line 56, resources/assets/styles/templates/_template-service.scss */

.service-page__passports-item:nth-child(4n) {
  width: 100%;
}

/* line 60, resources/assets/styles/templates/_template-service.scss */

.service-page__passports-item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 20px;
  padding: 30px;
  background: var(--bg);
  min-height: 322px;
  gap: 20px;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

/* line 74, resources/assets/styles/templates/_template-service.scss */

.service-page__passports-item-title {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--main);
  padding-left: 20px;
  margin-bottom: auto;
  transition: 0.35s ease-in-out;
}

/* line 84, resources/assets/styles/templates/_template-service.scss */

.service-page__passports-item-title::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 97, resources/assets/styles/templates/_template-service.scss */

.service-page__passports-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  transition: 0.35s ease-in-out;
}

/* line 104, resources/assets/styles/templates/_template-service.scss */

.service-page__passports-item-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}

/* line 112, resources/assets/styles/templates/_template-service.scss */

.service-page__passports-item-bottom svg {
  max-width: 50px;
  width: 100%;
  height: 50px;
}

/* line 119, resources/assets/styles/templates/_template-service.scss */

.service-page__passports-item .service-request-button {
  position: relative;
  cursor: pointer;
  z-index: 9;
}

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

.service-page__citizenship {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 50px;
}

/* line 133, resources/assets/styles/templates/_template-service.scss */

.service-page__citizenship-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

/* line 142, resources/assets/styles/templates/_template-service.scss */

.service-page__citizenship-title {
  max-width: 373px;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
}

/* line 151, resources/assets/styles/templates/_template-service.scss */

.service-page__citizenship-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

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

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

/* line 171, resources/assets/styles/templates/_template-service.scss */

.service-page__citizenship-item {
  width: calc((100% - 80px) / 3);
  display: none;
}

/* line 175, resources/assets/styles/templates/_template-service.scss */

.service-page__citizenship-item.show {
  display: block;
}

/* line 179, resources/assets/styles/templates/_template-service.scss */

.service-page__citizenship-item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 20px;
  padding: 30px;
  background: var(--bg);
  min-height: 322px;
  gap: 20px;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

/* line 193, resources/assets/styles/templates/_template-service.scss */

.service-page__citizenship-item-title {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--main);
  padding-left: 20px;
  margin-bottom: auto;
  transition: 0.35s ease-in-out;
}

/* line 203, resources/assets/styles/templates/_template-service.scss */

.service-page__citizenship-item-title::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 216, resources/assets/styles/templates/_template-service.scss */

.service-page__citizenship-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  transition: 0.35s ease-in-out;
}

/* line 223, resources/assets/styles/templates/_template-service.scss */

.service-page__citizenship-item-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* line 230, resources/assets/styles/templates/_template-service.scss */

.service-page__citizenship-more {
  margin-top: 40px;
  font-weight: 400;
  font-size: 18px;
  color: var(--main);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--main);
  transition: 0.35s ease-in-out;
  cursor: pointer;
}

/* line 240, resources/assets/styles/templates/_template-service.scss */

.service-page__citizenship-more:hover {
  color: var(--hover);
  border-color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 249, resources/assets/styles/templates/_template-service.scss */

.service-page__notary {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 50px;
}

/* line 254, resources/assets/styles/templates/_template-service.scss */

.service-page__notary-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

/* line 263, resources/assets/styles/templates/_template-service.scss */

.service-page__notary-title {
  max-width: 373px;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
}

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

.service-page__notary-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

/* line 281, resources/assets/styles/templates/_template-service.scss */

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

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

.service-page__notary-item {
  width: calc((100% - 80px) / 3);
  display: none;
}

/* line 296, resources/assets/styles/templates/_template-service.scss */

.service-page__notary-item.show {
  display: block;
}

/* line 300, resources/assets/styles/templates/_template-service.scss */

.service-page__notary-item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 20px;
  padding: 30px;
  background: var(--bg);
  min-height: 322px;
  gap: 20px;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

/* line 314, resources/assets/styles/templates/_template-service.scss */

.service-page__notary-item-title {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--main);
  padding-left: 20px;
  margin-bottom: auto;
  transition: 0.35s ease-in-out;
}

/* line 324, resources/assets/styles/templates/_template-service.scss */

.service-page__notary-item-title::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 337, resources/assets/styles/templates/_template-service.scss */

.service-page__notary-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  transition: 0.35s ease-in-out;
}

/* line 344, resources/assets/styles/templates/_template-service.scss */

.service-page__notary-item-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* line 351, resources/assets/styles/templates/_template-service.scss */

.service-page__notary-more {
  margin-top: 40px;
  font-weight: 400;
  font-size: 18px;
  color: var(--main);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--main);
  transition: 0.35s ease-in-out;
  cursor: pointer;
}

/* line 361, resources/assets/styles/templates/_template-service.scss */

.service-page__notary-more:hover {
  color: var(--hover);
  border-color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 370, resources/assets/styles/templates/_template-service.scss */

.service-page__pension {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 50px;
}

/* line 375, resources/assets/styles/templates/_template-service.scss */

.service-page__pension-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

/* line 384, resources/assets/styles/templates/_template-service.scss */

.service-page__pension-title {
  max-width: 373px;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
}

/* line 393, resources/assets/styles/templates/_template-service.scss */

.service-page__pension-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

/* line 402, resources/assets/styles/templates/_template-service.scss */

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

/* line 413, resources/assets/styles/templates/_template-service.scss */

.service-page__pension-item {
  width: calc((100% - 80px) / 3);
  display: none;
}

/* line 417, resources/assets/styles/templates/_template-service.scss */

.service-page__pension-item.show {
  display: block;
}

/* line 421, resources/assets/styles/templates/_template-service.scss */

.service-page__pension-item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 20px;
  padding: 30px;
  background: var(--bg);
  min-height: 322px;
  gap: 20px;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

/* line 435, resources/assets/styles/templates/_template-service.scss */

.service-page__pension-item-title {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--main);
  padding-left: 20px;
  margin-bottom: auto;
  transition: 0.35s ease-in-out;
}

/* line 445, resources/assets/styles/templates/_template-service.scss */

.service-page__pension-item-title::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 458, resources/assets/styles/templates/_template-service.scss */

.service-page__pension-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  transition: 0.35s ease-in-out;
}

/* line 465, resources/assets/styles/templates/_template-service.scss */

.service-page__pension-item-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* line 472, resources/assets/styles/templates/_template-service.scss */

.service-page__pension-more {
  margin-top: 40px;
  font-weight: 400;
  font-size: 18px;
  color: var(--main);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--main);
  transition: 0.35s ease-in-out;
  cursor: pointer;
}

/* line 482, resources/assets/styles/templates/_template-service.scss */

.service-page__pension-more:hover {
  color: var(--hover);
  border-color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 491, resources/assets/styles/templates/_template-service.scss */

.service-page__standesamt {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 50px;
}

/* line 496, resources/assets/styles/templates/_template-service.scss */

.service-page__standesamt-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

/* line 505, resources/assets/styles/templates/_template-service.scss */

.service-page__standesamt-title {
  max-width: 373px;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
}

/* line 514, resources/assets/styles/templates/_template-service.scss */

.service-page__standesamt-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

/* line 523, resources/assets/styles/templates/_template-service.scss */

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

/* line 534, resources/assets/styles/templates/_template-service.scss */

.service-page__standesamt-item {
  width: calc((100% - 80px) / 3);
}

/* line 537, resources/assets/styles/templates/_template-service.scss */

.service-page__standesamt-item:nth-child(4n) {
  width: 100%;
}

/* line 541, resources/assets/styles/templates/_template-service.scss */

.service-page__standesamt-item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 20px;
  padding: 30px;
  background: var(--bg);
  min-height: 322px;
  gap: 20px;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

/* line 555, resources/assets/styles/templates/_template-service.scss */

.service-page__standesamt-item-title {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--main);
  padding-left: 20px;
  margin-bottom: auto;
  transition: 0.35s ease-in-out;
}

/* line 565, resources/assets/styles/templates/_template-service.scss */

.service-page__standesamt-item-title::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 578, resources/assets/styles/templates/_template-service.scss */

.service-page__standesamt-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  transition: 0.35s ease-in-out;
}

/* line 585, resources/assets/styles/templates/_template-service.scss */

.service-page__standesamt-item-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* line 592, resources/assets/styles/templates/_template-service.scss */

.service-page__standesamt-more {
  margin-top: 40px;
  font-weight: 400;
  font-size: 18px;
  color: var(--main);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--main);
  transition: 0.35s ease-in-out;
  cursor: pointer;
}

/* line 602, resources/assets/styles/templates/_template-service.scss */

.service-page__standesamt-more:hover {
  color: var(--hover);
  border-color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 611, resources/assets/styles/templates/_template-service.scss */

.service-page__legal {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 50px;
}

/* line 616, resources/assets/styles/templates/_template-service.scss */

.service-page__legal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

/* line 625, resources/assets/styles/templates/_template-service.scss */

.service-page__legal-title {
  max-width: 373px;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
}

/* line 634, resources/assets/styles/templates/_template-service.scss */

.service-page__legal-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

/* line 643, resources/assets/styles/templates/_template-service.scss */

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

/* line 654, resources/assets/styles/templates/_template-service.scss */

.service-page__legal-item {
  width: calc((100% - 80px) / 3);
  display: none;
}

/* line 658, resources/assets/styles/templates/_template-service.scss */

.service-page__legal-item.show {
  display: block;
}

/* line 662, resources/assets/styles/templates/_template-service.scss */

.service-page__legal-item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 20px;
  padding: 30px;
  background: var(--bg);
  min-height: 322px;
  gap: 20px;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

/* line 676, resources/assets/styles/templates/_template-service.scss */

.service-page__legal-item-title {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--main);
  padding-left: 20px;
  margin-bottom: auto;
  transition: 0.35s ease-in-out;
}

/* line 686, resources/assets/styles/templates/_template-service.scss */

.service-page__legal-item-title::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 699, resources/assets/styles/templates/_template-service.scss */

.service-page__legal-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  transition: 0.35s ease-in-out;
}

/* line 706, resources/assets/styles/templates/_template-service.scss */

.service-page__legal-item-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* line 713, resources/assets/styles/templates/_template-service.scss */

.service-page__legal-more {
  margin-top: 40px;
  font-weight: 400;
  font-size: 18px;
  color: var(--main);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--main);
  transition: 0.35s ease-in-out;
  cursor: pointer;
}

/* line 723, resources/assets/styles/templates/_template-service.scss */

.service-page__legal-more:hover {
  color: var(--hover);
  border-color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 732, resources/assets/styles/templates/_template-service.scss */

.service-page__translations {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 50px;
}

/* line 737, resources/assets/styles/templates/_template-service.scss */

.service-page__translations-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

/* line 746, resources/assets/styles/templates/_template-service.scss */

.service-page__translations-title {
  max-width: 373px;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
}

/* line 755, resources/assets/styles/templates/_template-service.scss */

.service-page__translations-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

/* line 764, resources/assets/styles/templates/_template-service.scss */

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

/* line 775, resources/assets/styles/templates/_template-service.scss */

.service-page__translations-item {
  width: calc((100% - 40px) / 2);
  display: none;
}

/* line 779, resources/assets/styles/templates/_template-service.scss */

.service-page__translations-item.show {
  display: block;
}

/* line 783, resources/assets/styles/templates/_template-service.scss */

.service-page__translations-item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 20px;
  padding: 30px;
  background: var(--bg);
  min-height: 322px;
  gap: 20px;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

/* line 797, resources/assets/styles/templates/_template-service.scss */

.service-page__translations-item-title {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--main);
  padding-left: 20px;
  margin-bottom: auto;
  transition: 0.35s ease-in-out;
}

/* line 807, resources/assets/styles/templates/_template-service.scss */

.service-page__translations-item-title::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 820, resources/assets/styles/templates/_template-service.scss */

.service-page__translations-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  transition: 0.35s ease-in-out;
}

/* line 827, resources/assets/styles/templates/_template-service.scss */

.service-page__translations-item-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* line 834, resources/assets/styles/templates/_template-service.scss */

.service-page__translations-more {
  margin-top: 40px;
  font-weight: 400;
  font-size: 18px;
  color: var(--main);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--main);
  transition: 0.35s ease-in-out;
  cursor: pointer;
}

/* line 844, resources/assets/styles/templates/_template-service.scss */

.service-page__translations-more:hover {
  color: var(--hover);
  border-color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 853, resources/assets/styles/templates/_template-service.scss */

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

/* line 859, resources/assets/styles/templates/_template-service.scss */

.service-page__related-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

/* line 868, resources/assets/styles/templates/_template-service.scss */

.service-page__related-title {
  max-width: 373px;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
}

/* line 877, resources/assets/styles/templates/_template-service.scss */

.service-page__related-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

/* line 886, resources/assets/styles/templates/_template-service.scss */

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

/* line 897, resources/assets/styles/templates/_template-service.scss */

.service-page__related-item {
  width: calc((100% - 80px) / 3);
  display: none;
}

/* line 901, resources/assets/styles/templates/_template-service.scss */

.service-page__related-item.show {
  display: block;
}

/* line 905, resources/assets/styles/templates/_template-service.scss */

.service-page__related-item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 20px;
  padding: 30px;
  background: var(--bg);
  min-height: 322px;
  gap: 20px;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

/* line 919, resources/assets/styles/templates/_template-service.scss */

.service-page__related-item-title {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--main);
  padding-left: 20px;
  margin-bottom: auto;
  transition: 0.35s ease-in-out;
}

/* line 929, resources/assets/styles/templates/_template-service.scss */

.service-page__related-item-title::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 942, resources/assets/styles/templates/_template-service.scss */

.service-page__related-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  transition: 0.35s ease-in-out;
}

/* line 949, resources/assets/styles/templates/_template-service.scss */

.service-page__related-item-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* line 956, resources/assets/styles/templates/_template-service.scss */

.service-page__related-more {
  margin-top: 40px;
  font-weight: 400;
  font-size: 18px;
  color: var(--main);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--main);
  transition: 0.35s ease-in-out;
  cursor: pointer;
}

/* line 966, resources/assets/styles/templates/_template-service.scss */

.service-page__related-more:hover {
  color: var(--hover);
  border-color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 974, resources/assets/styles/templates/_template-service.scss */

.service-page hr {
  margin: 0;
  margin-top: 50px;
  border: 0.5px solid #e9eef2;
}

/* line 990, resources/assets/styles/templates/_template-service.scss */

.service-page .service-page__passports-item-link svg rect,
.service-page .service-page__passports-item-link svg path,
.service-page .service-page__notary-item-link svg rect,
.service-page .service-page__notary-item-link svg path,
.service-page .service-page__pension-item-link svg rect,
.service-page .service-page__pension-item-link svg path,
.service-page .service-page__standesamt-item-link svg rect,
.service-page .service-page__standesamt-item-link svg path,
.service-page .service-page__legal-item-link svg rect,
.service-page .service-page__legal-item-link svg path,
.service-page .service-page__translations-item-link svg rect,
.service-page .service-page__translations-item-link svg path,
.service-page .service-page__related-item-link svg rect,
.service-page .service-page__related-item-link svg path,
.service-page .service-page__citizenship-item-link svg rect,
.service-page .service-page__citizenship-item-link svg path {
  transition: 0.35s ease-in-out;
}

/* line 998, resources/assets/styles/templates/_template-service.scss */

.service-page .service-page__passports-item-link:hover svg rect,
.service-page .service-page__notary-item-link:hover svg rect,
.service-page .service-page__pension-item-link:hover svg rect,
.service-page .service-page__standesamt-item-link:hover svg rect,
.service-page .service-page__legal-item-link:hover svg rect,
.service-page .service-page__translations-item-link:hover svg rect,
.service-page .service-page__related-item-link:hover svg rect,
.service-page .service-page__citizenship-item-link:hover svg rect {
  fill: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 1007, resources/assets/styles/templates/_template-service.scss */

.service-page .service-page__passports-item:hover .service-page__passports-item-link,
.service-page .service-page__passports-item:hover .service-page__notary-item-link,
.service-page .service-page__passports-item:hover .service-page__pension-item-link,
.service-page .service-page__passports-item:hover .service-page__standesamt-item-link,
.service-page .service-page__passports-item:hover .service-page__legal-item-link,
.service-page .service-page__passports-item:hover .service-page__translations-item-link,
.service-page .service-page__passports-item:hover .service-page__related-item-link,
.service-page .service-page__passports-item:hover .service-page__citizenship-item-link,
.service-page .service-page__notary-item:hover .service-page__passports-item-link,
.service-page .service-page__notary-item:hover .service-page__notary-item-link,
.service-page .service-page__notary-item:hover .service-page__pension-item-link,
.service-page .service-page__notary-item:hover .service-page__standesamt-item-link,
.service-page .service-page__notary-item:hover .service-page__legal-item-link,
.service-page .service-page__notary-item:hover .service-page__translations-item-link,
.service-page .service-page__notary-item:hover .service-page__related-item-link,
.service-page .service-page__notary-item:hover .service-page__citizenship-item-link,
.service-page .service-page__pension-item:hover .service-page__passports-item-link,
.service-page .service-page__pension-item:hover .service-page__notary-item-link,
.service-page .service-page__pension-item:hover .service-page__pension-item-link,
.service-page .service-page__pension-item:hover .service-page__standesamt-item-link,
.service-page .service-page__pension-item:hover .service-page__legal-item-link,
.service-page .service-page__pension-item:hover .service-page__translations-item-link,
.service-page .service-page__pension-item:hover .service-page__related-item-link,
.service-page .service-page__pension-item:hover .service-page__citizenship-item-link,
.service-page .service-page__standesamt-item:hover .service-page__passports-item-link,
.service-page .service-page__standesamt-item:hover .service-page__notary-item-link,
.service-page .service-page__standesamt-item:hover .service-page__pension-item-link,
.service-page .service-page__standesamt-item:hover .service-page__standesamt-item-link,
.service-page .service-page__standesamt-item:hover .service-page__legal-item-link,
.service-page .service-page__standesamt-item:hover .service-page__translations-item-link,
.service-page .service-page__standesamt-item:hover .service-page__related-item-link,
.service-page .service-page__standesamt-item:hover .service-page__citizenship-item-link,
.service-page .service-page__legal-item:hover .service-page__passports-item-link,
.service-page .service-page__legal-item:hover .service-page__notary-item-link,
.service-page .service-page__legal-item:hover .service-page__pension-item-link,
.service-page .service-page__legal-item:hover .service-page__standesamt-item-link,
.service-page .service-page__legal-item:hover .service-page__legal-item-link,
.service-page .service-page__legal-item:hover .service-page__translations-item-link,
.service-page .service-page__legal-item:hover .service-page__related-item-link,
.service-page .service-page__legal-item:hover .service-page__citizenship-item-link,
.service-page .service-page__translations-item:hover .service-page__passports-item-link,
.service-page .service-page__translations-item:hover .service-page__notary-item-link,
.service-page .service-page__translations-item:hover .service-page__pension-item-link,
.service-page .service-page__translations-item:hover .service-page__standesamt-item-link,
.service-page .service-page__translations-item:hover .service-page__legal-item-link,
.service-page .service-page__translations-item:hover .service-page__translations-item-link,
.service-page .service-page__translations-item:hover .service-page__related-item-link,
.service-page .service-page__translations-item:hover .service-page__citizenship-item-link,
.service-page .service-page__related-item:hover .service-page__passports-item-link,
.service-page .service-page__related-item:hover .service-page__notary-item-link,
.service-page .service-page__related-item:hover .service-page__pension-item-link,
.service-page .service-page__related-item:hover .service-page__standesamt-item-link,
.service-page .service-page__related-item:hover .service-page__legal-item-link,
.service-page .service-page__related-item:hover .service-page__translations-item-link,
.service-page .service-page__related-item:hover .service-page__related-item-link,
.service-page .service-page__related-item:hover .service-page__citizenship-item-link,
.service-page .service-page__citizenship-item:hover .service-page__passports-item-link,
.service-page .service-page__citizenship-item:hover .service-page__notary-item-link,
.service-page .service-page__citizenship-item:hover .service-page__pension-item-link,
.service-page .service-page__citizenship-item:hover .service-page__standesamt-item-link,
.service-page .service-page__citizenship-item:hover .service-page__legal-item-link,
.service-page .service-page__citizenship-item:hover .service-page__translations-item-link,
.service-page .service-page__citizenship-item:hover .service-page__related-item-link,
.service-page .service-page__citizenship-item:hover .service-page__citizenship-item-link {
  background: var(--hover);
  transition: 0.35s ease-in-out;
  position: relative;
  z-index: 2;
}

/* line 1021, resources/assets/styles/templates/_template-service.scss */

.service-page .service-page__passports-item:hover .service-page__passports-item-title,
.service-page .service-page__passports-item:hover .service-page__notary-item-title,
.service-page .service-page__passports-item:hover .service-page__pension-item-title,
.service-page .service-page__passports-item:hover .service-page__standesamt-item-title,
.service-page .service-page__passports-item:hover .service-page__legal-item-title,
.service-page .service-page__passports-item:hover .service-page__translations-item-title,
.service-page .service-page__passports-item:hover .service-page__related-item-title,
.service-page .service-page__passports-item:hover .service-page__citizenship-item-title,
.service-page .service-page__notary-item:hover .service-page__passports-item-title,
.service-page .service-page__notary-item:hover .service-page__notary-item-title,
.service-page .service-page__notary-item:hover .service-page__pension-item-title,
.service-page .service-page__notary-item:hover .service-page__standesamt-item-title,
.service-page .service-page__notary-item:hover .service-page__legal-item-title,
.service-page .service-page__notary-item:hover .service-page__translations-item-title,
.service-page .service-page__notary-item:hover .service-page__related-item-title,
.service-page .service-page__notary-item:hover .service-page__citizenship-item-title,
.service-page .service-page__pension-item:hover .service-page__passports-item-title,
.service-page .service-page__pension-item:hover .service-page__notary-item-title,
.service-page .service-page__pension-item:hover .service-page__pension-item-title,
.service-page .service-page__pension-item:hover .service-page__standesamt-item-title,
.service-page .service-page__pension-item:hover .service-page__legal-item-title,
.service-page .service-page__pension-item:hover .service-page__translations-item-title,
.service-page .service-page__pension-item:hover .service-page__related-item-title,
.service-page .service-page__pension-item:hover .service-page__citizenship-item-title,
.service-page .service-page__standesamt-item:hover .service-page__passports-item-title,
.service-page .service-page__standesamt-item:hover .service-page__notary-item-title,
.service-page .service-page__standesamt-item:hover .service-page__pension-item-title,
.service-page .service-page__standesamt-item:hover .service-page__standesamt-item-title,
.service-page .service-page__standesamt-item:hover .service-page__legal-item-title,
.service-page .service-page__standesamt-item:hover .service-page__translations-item-title,
.service-page .service-page__standesamt-item:hover .service-page__related-item-title,
.service-page .service-page__standesamt-item:hover .service-page__citizenship-item-title,
.service-page .service-page__legal-item:hover .service-page__passports-item-title,
.service-page .service-page__legal-item:hover .service-page__notary-item-title,
.service-page .service-page__legal-item:hover .service-page__pension-item-title,
.service-page .service-page__legal-item:hover .service-page__standesamt-item-title,
.service-page .service-page__legal-item:hover .service-page__legal-item-title,
.service-page .service-page__legal-item:hover .service-page__translations-item-title,
.service-page .service-page__legal-item:hover .service-page__related-item-title,
.service-page .service-page__legal-item:hover .service-page__citizenship-item-title,
.service-page .service-page__translations-item:hover .service-page__passports-item-title,
.service-page .service-page__translations-item:hover .service-page__notary-item-title,
.service-page .service-page__translations-item:hover .service-page__pension-item-title,
.service-page .service-page__translations-item:hover .service-page__standesamt-item-title,
.service-page .service-page__translations-item:hover .service-page__legal-item-title,
.service-page .service-page__translations-item:hover .service-page__translations-item-title,
.service-page .service-page__translations-item:hover .service-page__related-item-title,
.service-page .service-page__translations-item:hover .service-page__citizenship-item-title,
.service-page .service-page__related-item:hover .service-page__passports-item-title,
.service-page .service-page__related-item:hover .service-page__notary-item-title,
.service-page .service-page__related-item:hover .service-page__pension-item-title,
.service-page .service-page__related-item:hover .service-page__standesamt-item-title,
.service-page .service-page__related-item:hover .service-page__legal-item-title,
.service-page .service-page__related-item:hover .service-page__translations-item-title,
.service-page .service-page__related-item:hover .service-page__related-item-title,
.service-page .service-page__related-item:hover .service-page__citizenship-item-title,
.service-page .service-page__citizenship-item:hover .service-page__passports-item-title,
.service-page .service-page__citizenship-item:hover .service-page__notary-item-title,
.service-page .service-page__citizenship-item:hover .service-page__pension-item-title,
.service-page .service-page__citizenship-item:hover .service-page__standesamt-item-title,
.service-page .service-page__citizenship-item:hover .service-page__legal-item-title,
.service-page .service-page__citizenship-item:hover .service-page__translations-item-title,
.service-page .service-page__citizenship-item:hover .service-page__related-item-title,
.service-page .service-page__citizenship-item:hover .service-page__citizenship-item-title {
  color: var(--white);
  transition: 0.35s ease-in-out;
}

/* line 1032, resources/assets/styles/templates/_template-service.scss */

.service-page .service-page__passports-item:hover .service-page__passports-item-title::before,
.service-page .service-page__passports-item:hover .service-page__notary-item-title::before,
.service-page .service-page__passports-item:hover .service-page__pension-item-title::before,
.service-page .service-page__passports-item:hover .service-page__standesamt-item-title::before,
.service-page .service-page__passports-item:hover .service-page__legal-item-title::before,
.service-page .service-page__passports-item:hover .service-page__translations-item-title::before,
.service-page .service-page__passports-item:hover .service-page__related-item-title::before,
.service-page .service-page__passports-item:hover .service-page__citizenship-item-title::before,
.service-page .service-page__notary-item:hover .service-page__passports-item-title::before,
.service-page .service-page__notary-item:hover .service-page__notary-item-title::before,
.service-page .service-page__notary-item:hover .service-page__pension-item-title::before,
.service-page .service-page__notary-item:hover .service-page__standesamt-item-title::before,
.service-page .service-page__notary-item:hover .service-page__legal-item-title::before,
.service-page .service-page__notary-item:hover .service-page__translations-item-title::before,
.service-page .service-page__notary-item:hover .service-page__related-item-title::before,
.service-page .service-page__notary-item:hover .service-page__citizenship-item-title::before,
.service-page .service-page__pension-item:hover .service-page__passports-item-title::before,
.service-page .service-page__pension-item:hover .service-page__notary-item-title::before,
.service-page .service-page__pension-item:hover .service-page__pension-item-title::before,
.service-page .service-page__pension-item:hover .service-page__standesamt-item-title::before,
.service-page .service-page__pension-item:hover .service-page__legal-item-title::before,
.service-page .service-page__pension-item:hover .service-page__translations-item-title::before,
.service-page .service-page__pension-item:hover .service-page__related-item-title::before,
.service-page .service-page__pension-item:hover .service-page__citizenship-item-title::before,
.service-page .service-page__standesamt-item:hover .service-page__passports-item-title::before,
.service-page .service-page__standesamt-item:hover .service-page__notary-item-title::before,
.service-page .service-page__standesamt-item:hover .service-page__pension-item-title::before,
.service-page .service-page__standesamt-item:hover .service-page__standesamt-item-title::before,
.service-page .service-page__standesamt-item:hover .service-page__legal-item-title::before,
.service-page .service-page__standesamt-item:hover .service-page__translations-item-title::before,
.service-page .service-page__standesamt-item:hover .service-page__related-item-title::before,
.service-page .service-page__standesamt-item:hover .service-page__citizenship-item-title::before,
.service-page .service-page__legal-item:hover .service-page__passports-item-title::before,
.service-page .service-page__legal-item:hover .service-page__notary-item-title::before,
.service-page .service-page__legal-item:hover .service-page__pension-item-title::before,
.service-page .service-page__legal-item:hover .service-page__standesamt-item-title::before,
.service-page .service-page__legal-item:hover .service-page__legal-item-title::before,
.service-page .service-page__legal-item:hover .service-page__translations-item-title::before,
.service-page .service-page__legal-item:hover .service-page__related-item-title::before,
.service-page .service-page__legal-item:hover .service-page__citizenship-item-title::before,
.service-page .service-page__translations-item:hover .service-page__passports-item-title::before,
.service-page .service-page__translations-item:hover .service-page__notary-item-title::before,
.service-page .service-page__translations-item:hover .service-page__pension-item-title::before,
.service-page .service-page__translations-item:hover .service-page__standesamt-item-title::before,
.service-page .service-page__translations-item:hover .service-page__legal-item-title::before,
.service-page .service-page__translations-item:hover .service-page__translations-item-title::before,
.service-page .service-page__translations-item:hover .service-page__related-item-title::before,
.service-page .service-page__translations-item:hover .service-page__citizenship-item-title::before,
.service-page .service-page__related-item:hover .service-page__passports-item-title::before,
.service-page .service-page__related-item:hover .service-page__notary-item-title::before,
.service-page .service-page__related-item:hover .service-page__pension-item-title::before,
.service-page .service-page__related-item:hover .service-page__standesamt-item-title::before,
.service-page .service-page__related-item:hover .service-page__legal-item-title::before,
.service-page .service-page__related-item:hover .service-page__translations-item-title::before,
.service-page .service-page__related-item:hover .service-page__related-item-title::before,
.service-page .service-page__related-item:hover .service-page__citizenship-item-title::before,
.service-page .service-page__citizenship-item:hover .service-page__passports-item-title::before,
.service-page .service-page__citizenship-item:hover .service-page__notary-item-title::before,
.service-page .service-page__citizenship-item:hover .service-page__pension-item-title::before,
.service-page .service-page__citizenship-item:hover .service-page__standesamt-item-title::before,
.service-page .service-page__citizenship-item:hover .service-page__legal-item-title::before,
.service-page .service-page__citizenship-item:hover .service-page__translations-item-title::before,
.service-page .service-page__citizenship-item:hover .service-page__related-item-title::before,
.service-page .service-page__citizenship-item:hover .service-page__citizenship-item-title::before {
  background: var(--white);
  transition: 0.35s ease-in-out;
}

/* line 1038, resources/assets/styles/templates/_template-service.scss */

.service-page .service-page__passports-item:hover .service-page__passports-item-text,
.service-page .service-page__passports-item:hover .service-page__notary-item-text,
.service-page .service-page__passports-item:hover .service-page__pension-item-text,
.service-page .service-page__passports-item:hover .service-page__standesamt-item-text,
.service-page .service-page__passports-item:hover .service-page__legal-item-text,
.service-page .service-page__passports-item:hover .service-page__translations-item-text,
.service-page .service-page__passports-item:hover .service-page__related-item-text,
.service-page .service-page__passports-item:hover .service-page__citizenship-item-text,
.service-page .service-page__notary-item:hover .service-page__passports-item-text,
.service-page .service-page__notary-item:hover .service-page__notary-item-text,
.service-page .service-page__notary-item:hover .service-page__pension-item-text,
.service-page .service-page__notary-item:hover .service-page__standesamt-item-text,
.service-page .service-page__notary-item:hover .service-page__legal-item-text,
.service-page .service-page__notary-item:hover .service-page__translations-item-text,
.service-page .service-page__notary-item:hover .service-page__related-item-text,
.service-page .service-page__notary-item:hover .service-page__citizenship-item-text,
.service-page .service-page__pension-item:hover .service-page__passports-item-text,
.service-page .service-page__pension-item:hover .service-page__notary-item-text,
.service-page .service-page__pension-item:hover .service-page__pension-item-text,
.service-page .service-page__pension-item:hover .service-page__standesamt-item-text,
.service-page .service-page__pension-item:hover .service-page__legal-item-text,
.service-page .service-page__pension-item:hover .service-page__translations-item-text,
.service-page .service-page__pension-item:hover .service-page__related-item-text,
.service-page .service-page__pension-item:hover .service-page__citizenship-item-text,
.service-page .service-page__standesamt-item:hover .service-page__passports-item-text,
.service-page .service-page__standesamt-item:hover .service-page__notary-item-text,
.service-page .service-page__standesamt-item:hover .service-page__pension-item-text,
.service-page .service-page__standesamt-item:hover .service-page__standesamt-item-text,
.service-page .service-page__standesamt-item:hover .service-page__legal-item-text,
.service-page .service-page__standesamt-item:hover .service-page__translations-item-text,
.service-page .service-page__standesamt-item:hover .service-page__related-item-text,
.service-page .service-page__standesamt-item:hover .service-page__citizenship-item-text,
.service-page .service-page__legal-item:hover .service-page__passports-item-text,
.service-page .service-page__legal-item:hover .service-page__notary-item-text,
.service-page .service-page__legal-item:hover .service-page__pension-item-text,
.service-page .service-page__legal-item:hover .service-page__standesamt-item-text,
.service-page .service-page__legal-item:hover .service-page__legal-item-text,
.service-page .service-page__legal-item:hover .service-page__translations-item-text,
.service-page .service-page__legal-item:hover .service-page__related-item-text,
.service-page .service-page__legal-item:hover .service-page__citizenship-item-text,
.service-page .service-page__translations-item:hover .service-page__passports-item-text,
.service-page .service-page__translations-item:hover .service-page__notary-item-text,
.service-page .service-page__translations-item:hover .service-page__pension-item-text,
.service-page .service-page__translations-item:hover .service-page__standesamt-item-text,
.service-page .service-page__translations-item:hover .service-page__legal-item-text,
.service-page .service-page__translations-item:hover .service-page__translations-item-text,
.service-page .service-page__translations-item:hover .service-page__related-item-text,
.service-page .service-page__translations-item:hover .service-page__citizenship-item-text,
.service-page .service-page__related-item:hover .service-page__passports-item-text,
.service-page .service-page__related-item:hover .service-page__notary-item-text,
.service-page .service-page__related-item:hover .service-page__pension-item-text,
.service-page .service-page__related-item:hover .service-page__standesamt-item-text,
.service-page .service-page__related-item:hover .service-page__legal-item-text,
.service-page .service-page__related-item:hover .service-page__translations-item-text,
.service-page .service-page__related-item:hover .service-page__related-item-text,
.service-page .service-page__related-item:hover .service-page__citizenship-item-text,
.service-page .service-page__citizenship-item:hover .service-page__passports-item-text,
.service-page .service-page__citizenship-item:hover .service-page__notary-item-text,
.service-page .service-page__citizenship-item:hover .service-page__pension-item-text,
.service-page .service-page__citizenship-item:hover .service-page__standesamt-item-text,
.service-page .service-page__citizenship-item:hover .service-page__legal-item-text,
.service-page .service-page__citizenship-item:hover .service-page__translations-item-text,
.service-page .service-page__citizenship-item:hover .service-page__related-item-text,
.service-page .service-page__citizenship-item:hover .service-page__citizenship-item-text {
  color: var(--white);
  transition: 0.35s ease-in-out;
}

/* line 1059, resources/assets/styles/templates/_template-service.scss */

.service-page .service-page__passports-item:hover .service-page__passports-item-bottom svg rect,
.service-page .service-page__passports-item:hover .service-page__notary-item-bottom svg rect,
.service-page .service-page__passports-item:hover .service-page__pension-item-bottom svg rect,
.service-page .service-page__passports-item:hover .service-page__standesamt-item-bottom svg rect,
.service-page .service-page__passports-item:hover .service-page__legal-item-bottom svg rect,
.service-page .service-page__passports-item:hover .service-page__translations-item-bottom svg rect,
.service-page .service-page__passports-item:hover .service-page__related-item-bottom svg rect,
.service-page .service-page__passports-item:hover .service-page__citizenship-item-bottom svg rect,
.service-page .service-page__notary-item:hover .service-page__passports-item-bottom svg rect,
.service-page .service-page__notary-item:hover .service-page__notary-item-bottom svg rect,
.service-page .service-page__notary-item:hover .service-page__pension-item-bottom svg rect,
.service-page .service-page__notary-item:hover .service-page__standesamt-item-bottom svg rect,
.service-page .service-page__notary-item:hover .service-page__legal-item-bottom svg rect,
.service-page .service-page__notary-item:hover .service-page__translations-item-bottom svg rect,
.service-page .service-page__notary-item:hover .service-page__related-item-bottom svg rect,
.service-page .service-page__notary-item:hover .service-page__citizenship-item-bottom svg rect,
.service-page .service-page__pension-item:hover .service-page__passports-item-bottom svg rect,
.service-page .service-page__pension-item:hover .service-page__notary-item-bottom svg rect,
.service-page .service-page__pension-item:hover .service-page__pension-item-bottom svg rect,
.service-page .service-page__pension-item:hover .service-page__standesamt-item-bottom svg rect,
.service-page .service-page__pension-item:hover .service-page__legal-item-bottom svg rect,
.service-page .service-page__pension-item:hover .service-page__translations-item-bottom svg rect,
.service-page .service-page__pension-item:hover .service-page__related-item-bottom svg rect,
.service-page .service-page__pension-item:hover .service-page__citizenship-item-bottom svg rect,
.service-page .service-page__standesamt-item:hover .service-page__passports-item-bottom svg rect,
.service-page .service-page__standesamt-item:hover .service-page__notary-item-bottom svg rect,
.service-page .service-page__standesamt-item:hover .service-page__pension-item-bottom svg rect,
.service-page .service-page__standesamt-item:hover .service-page__standesamt-item-bottom svg rect,
.service-page .service-page__standesamt-item:hover .service-page__legal-item-bottom svg rect,
.service-page .service-page__standesamt-item:hover .service-page__translations-item-bottom svg rect,
.service-page .service-page__standesamt-item:hover .service-page__related-item-bottom svg rect,
.service-page .service-page__standesamt-item:hover .service-page__citizenship-item-bottom svg rect,
.service-page .service-page__legal-item:hover .service-page__passports-item-bottom svg rect,
.service-page .service-page__legal-item:hover .service-page__notary-item-bottom svg rect,
.service-page .service-page__legal-item:hover .service-page__pension-item-bottom svg rect,
.service-page .service-page__legal-item:hover .service-page__standesamt-item-bottom svg rect,
.service-page .service-page__legal-item:hover .service-page__legal-item-bottom svg rect,
.service-page .service-page__legal-item:hover .service-page__translations-item-bottom svg rect,
.service-page .service-page__legal-item:hover .service-page__related-item-bottom svg rect,
.service-page .service-page__legal-item:hover .service-page__citizenship-item-bottom svg rect,
.service-page .service-page__translations-item:hover .service-page__passports-item-bottom svg rect,
.service-page .service-page__translations-item:hover .service-page__notary-item-bottom svg rect,
.service-page .service-page__translations-item:hover .service-page__pension-item-bottom svg rect,
.service-page .service-page__translations-item:hover .service-page__standesamt-item-bottom svg rect,
.service-page .service-page__translations-item:hover .service-page__legal-item-bottom svg rect,
.service-page .service-page__translations-item:hover .service-page__translations-item-bottom svg rect,
.service-page .service-page__translations-item:hover .service-page__related-item-bottom svg rect,
.service-page .service-page__translations-item:hover .service-page__citizenship-item-bottom svg rect,
.service-page .service-page__related-item:hover .service-page__passports-item-bottom svg rect,
.service-page .service-page__related-item:hover .service-page__notary-item-bottom svg rect,
.service-page .service-page__related-item:hover .service-page__pension-item-bottom svg rect,
.service-page .service-page__related-item:hover .service-page__standesamt-item-bottom svg rect,
.service-page .service-page__related-item:hover .service-page__legal-item-bottom svg rect,
.service-page .service-page__related-item:hover .service-page__translations-item-bottom svg rect,
.service-page .service-page__related-item:hover .service-page__related-item-bottom svg rect,
.service-page .service-page__related-item:hover .service-page__citizenship-item-bottom svg rect,
.service-page .service-page__citizenship-item:hover .service-page__passports-item-bottom svg rect,
.service-page .service-page__citizenship-item:hover .service-page__notary-item-bottom svg rect,
.service-page .service-page__citizenship-item:hover .service-page__pension-item-bottom svg rect,
.service-page .service-page__citizenship-item:hover .service-page__standesamt-item-bottom svg rect,
.service-page .service-page__citizenship-item:hover .service-page__legal-item-bottom svg rect,
.service-page .service-page__citizenship-item:hover .service-page__translations-item-bottom svg rect,
.service-page .service-page__citizenship-item:hover .service-page__related-item-bottom svg rect,
.service-page .service-page__citizenship-item:hover .service-page__citizenship-item-bottom svg rect {
  fill: var(--white);
  transition: 0.35s ease-in-out;
}

/* line 1064, resources/assets/styles/templates/_template-service.scss */

.service-page .service-page__passports-item:hover .service-page__passports-item-bottom svg path,
.service-page .service-page__passports-item:hover .service-page__notary-item-bottom svg path,
.service-page .service-page__passports-item:hover .service-page__pension-item-bottom svg path,
.service-page .service-page__passports-item:hover .service-page__standesamt-item-bottom svg path,
.service-page .service-page__passports-item:hover .service-page__legal-item-bottom svg path,
.service-page .service-page__passports-item:hover .service-page__translations-item-bottom svg path,
.service-page .service-page__passports-item:hover .service-page__related-item-bottom svg path,
.service-page .service-page__passports-item:hover .service-page__citizenship-item-bottom svg path,
.service-page .service-page__notary-item:hover .service-page__passports-item-bottom svg path,
.service-page .service-page__notary-item:hover .service-page__notary-item-bottom svg path,
.service-page .service-page__notary-item:hover .service-page__pension-item-bottom svg path,
.service-page .service-page__notary-item:hover .service-page__standesamt-item-bottom svg path,
.service-page .service-page__notary-item:hover .service-page__legal-item-bottom svg path,
.service-page .service-page__notary-item:hover .service-page__translations-item-bottom svg path,
.service-page .service-page__notary-item:hover .service-page__related-item-bottom svg path,
.service-page .service-page__notary-item:hover .service-page__citizenship-item-bottom svg path,
.service-page .service-page__pension-item:hover .service-page__passports-item-bottom svg path,
.service-page .service-page__pension-item:hover .service-page__notary-item-bottom svg path,
.service-page .service-page__pension-item:hover .service-page__pension-item-bottom svg path,
.service-page .service-page__pension-item:hover .service-page__standesamt-item-bottom svg path,
.service-page .service-page__pension-item:hover .service-page__legal-item-bottom svg path,
.service-page .service-page__pension-item:hover .service-page__translations-item-bottom svg path,
.service-page .service-page__pension-item:hover .service-page__related-item-bottom svg path,
.service-page .service-page__pension-item:hover .service-page__citizenship-item-bottom svg path,
.service-page .service-page__standesamt-item:hover .service-page__passports-item-bottom svg path,
.service-page .service-page__standesamt-item:hover .service-page__notary-item-bottom svg path,
.service-page .service-page__standesamt-item:hover .service-page__pension-item-bottom svg path,
.service-page .service-page__standesamt-item:hover .service-page__standesamt-item-bottom svg path,
.service-page .service-page__standesamt-item:hover .service-page__legal-item-bottom svg path,
.service-page .service-page__standesamt-item:hover .service-page__translations-item-bottom svg path,
.service-page .service-page__standesamt-item:hover .service-page__related-item-bottom svg path,
.service-page .service-page__standesamt-item:hover .service-page__citizenship-item-bottom svg path,
.service-page .service-page__legal-item:hover .service-page__passports-item-bottom svg path,
.service-page .service-page__legal-item:hover .service-page__notary-item-bottom svg path,
.service-page .service-page__legal-item:hover .service-page__pension-item-bottom svg path,
.service-page .service-page__legal-item:hover .service-page__standesamt-item-bottom svg path,
.service-page .service-page__legal-item:hover .service-page__legal-item-bottom svg path,
.service-page .service-page__legal-item:hover .service-page__translations-item-bottom svg path,
.service-page .service-page__legal-item:hover .service-page__related-item-bottom svg path,
.service-page .service-page__legal-item:hover .service-page__citizenship-item-bottom svg path,
.service-page .service-page__translations-item:hover .service-page__passports-item-bottom svg path,
.service-page .service-page__translations-item:hover .service-page__notary-item-bottom svg path,
.service-page .service-page__translations-item:hover .service-page__pension-item-bottom svg path,
.service-page .service-page__translations-item:hover .service-page__standesamt-item-bottom svg path,
.service-page .service-page__translations-item:hover .service-page__legal-item-bottom svg path,
.service-page .service-page__translations-item:hover .service-page__translations-item-bottom svg path,
.service-page .service-page__translations-item:hover .service-page__related-item-bottom svg path,
.service-page .service-page__translations-item:hover .service-page__citizenship-item-bottom svg path,
.service-page .service-page__related-item:hover .service-page__passports-item-bottom svg path,
.service-page .service-page__related-item:hover .service-page__notary-item-bottom svg path,
.service-page .service-page__related-item:hover .service-page__pension-item-bottom svg path,
.service-page .service-page__related-item:hover .service-page__standesamt-item-bottom svg path,
.service-page .service-page__related-item:hover .service-page__legal-item-bottom svg path,
.service-page .service-page__related-item:hover .service-page__translations-item-bottom svg path,
.service-page .service-page__related-item:hover .service-page__related-item-bottom svg path,
.service-page .service-page__related-item:hover .service-page__citizenship-item-bottom svg path,
.service-page .service-page__citizenship-item:hover .service-page__passports-item-bottom svg path,
.service-page .service-page__citizenship-item:hover .service-page__notary-item-bottom svg path,
.service-page .service-page__citizenship-item:hover .service-page__pension-item-bottom svg path,
.service-page .service-page__citizenship-item:hover .service-page__standesamt-item-bottom svg path,
.service-page .service-page__citizenship-item:hover .service-page__legal-item-bottom svg path,
.service-page .service-page__citizenship-item:hover .service-page__translations-item-bottom svg path,
.service-page .service-page__citizenship-item:hover .service-page__related-item-bottom svg path,
.service-page .service-page__citizenship-item:hover .service-page__citizenship-item-bottom svg path {
  fill: var(--dark-green);
  transition: 0.35s ease-in-out;
}

/* line 1071, resources/assets/styles/templates/_template-service.scss */

.service-page .service-page__passports-item:hover .service-request-button,
.service-page .service-page__notary-item:hover .service-request-button,
.service-page .service-page__pension-item:hover .service-request-button,
.service-page .service-page__standesamt-item:hover .service-request-button,
.service-page .service-page__legal-item:hover .service-request-button,
.service-page .service-page__translations-item:hover .service-request-button,
.service-page .service-page__related-item:hover .service-request-button,
.service-page .service-page__citizenship-item:hover .service-request-button {
  background: var(--white);
  color: var(--dark-green);
  transition: 0.35s ease-in-out;
  z-index: 99;
}

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

.service-single-page {
  width: 100%;
  padding-top: 70px;
}

/* line 5, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 1220px) {
  /* line 5, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__heading {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 5, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__heading {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 5, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__heading {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 5, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__heading {
    font-size: 22px;
  }
}

/* line 12, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 15, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

/* line 23, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main-info_left,
.service-single-page__main-info_right {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

/* line 34, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main-info_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

/* line 41, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main-info_text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

/* line 49, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
  margin-top: 40px;
}

/* line 60, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main-item {
  width: calc((100% - 40px) / 2);
}

/* line 63, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main-item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 20px;
  padding: 30px;
  background: var(--bg);
  min-height: 322px;
  gap: 20px;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

/* line 77, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main-item-title {
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--main);
  padding-left: 20px;
  margin-bottom: auto;
  transition: 0.35s ease-in-out;
}

/* line 87, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main-item-title::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 100, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  transition: 0.35s ease-in-out;
}

/* line 107, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main-item-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

/* line 118, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main .service-single-page__main-item-link svg rect,
.service-single-page__main .service-single-page__main-item-link svg path {
  transition: 0.35s ease-in-out;
}

/* line 126, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main .service-single-page__main-item-link:hover svg rect {
  fill: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 135, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main .service-single-page__main-item:hover .service-single-page__main-item-link {
  background: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 140, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main .service-single-page__main-item:hover .service-single-page__main-item-title {
  color: var(--white);
  transition: 0.35s ease-in-out;
}

/* line 144, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main .service-single-page__main-item:hover .service-single-page__main-item-title::before {
  background: var(--white);
  transition: 0.35s ease-in-out;
}

/* line 150, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main .service-single-page__main-item:hover .service-single-page__main-item-text {
  color: var(--white);
  transition: 0.35s ease-in-out;
}

/* line 157, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main .service-single-page__main-item:hover .service-single-page__main-item-bottom svg rect {
  fill: var(--white);
  transition: 0.35s ease-in-out;
}

/* line 162, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main .service-single-page__main-item:hover .service-single-page__main-item-bottom svg path {
  fill: var(--dark-green);
  transition: 0.35s ease-in-out;
}

/* line 169, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__main .service-single-page__main-item:hover .service-request-button {
  background: var(--white);
  color: var(--dark-green);
  transition: 0.35s ease-in-out;
}

/* line 179, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__about {
  margin-top: 100px;
  position: relative;
  width: 100%;
  padding-bottom: 73px;
  z-index: 2;
}

@media (max-width: 1220px) {
  /* line 179, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__about {
    margin-top: 90px;
  }
}

@media (max-width: 989px) {
  /* line 179, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__about {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  /* line 179, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__about {
    margin-top: 60px;
  }
}

@media (max-width: 559px) {
  /* line 179, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__about {
    margin-top: 50px;
  }
}

/* line 187, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__about::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: url(/app/themes/sage/dist/images/about_elements_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  width: 100%;
  height: 410px;
  z-index: 1;
}

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

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

/* line 211, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__about-info {
  max-width: 456px;
  width: 100%;
}

/* line 216, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__about-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

/* line 226, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__about-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1220px) {
  /* line 226, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__about-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 226, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__about-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 226, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__about-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 226, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__about-title {
    font-size: 22px;
  }
}

/* line 232, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__about-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 50px;
}

/* line 239, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__about-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: calc((100% - 40px) / 2);
  min-height: 326px;
  border-radius: 20px;
  padding: 30px 30px 40px;
  background: var(--bg);
}

/* line 251, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__about-item-image {
  width: 50px;
  height: 50px;
  margin-left: auto;
}

/* line 256, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__about-item-image-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* line 264, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__about-item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
}

/* line 274, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 100px;
}

@media (max-width: 1220px) {
  /* line 274, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__stages {
    margin-top: 90px;
  }
}

@media (max-width: 989px) {
  /* line 274, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__stages {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  /* line 274, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__stages {
    margin-top: 60px;
  }
}

@media (max-width: 559px) {
  /* line 274, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__stages {
    margin-top: 50px;
  }
}

/* line 278, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 278, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__stages-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 278, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__stages-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 278, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__stages-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 278, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__stages-title {
    font-size: 22px;
  }
}

/* line 282, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 40px;
}

/* line 291, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-slider {
  position: relative;
  width: 100%;
}

/* line 295, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-slider .item--active {
  font-weight: 500;
  border-color: var(--dark-green);
  color: var(--dark-green);
}

/* line 301, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-slider-item {
  width: fit-content !important;
  min-width: 100px !important;
  max-width: 100% !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #a8bcb9;
  background: none;
  cursor: pointer;
  border-bottom: 2px solid #a8bcb9;
  transition: 0.25s ease-in-out;
}

/* line 319, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-slider-item:hover {
  border-color: var(--dark-green);
  color: var(--dark-green);
  transition: 0.25s ease-in-out;
}

/* line 328, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-dropdown {
  position: relative;
  margin-bottom: 0;
  margin-top: 30px;
}

/* line 333, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-dropdown::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNjg2MjYgNi4yNDE4NkMxLjU5MDg0IDYuMTY0NiAxLjQ3ODYgNi4xMDQyMSAxLjM1NTk1IDYuMDY0MTJDMS4yMzMyOSA2LjAyNDAzIDEuMTAyNjIgNi4wMDUwMyAwLjk3MTM5NSA2LjAwODIxQzAuODQwMTcgNi4wMTEzOSAwLjcxMDk2MSA2LjAzNjY5IDAuNTkxMTQ2IDYuMDgyNjVDMC40NzEzMyA2LjEyODYyIDAuMzYzMjU0IDYuMTk0MzYgMC4yNzMwODkgNi4yNzYxMkMwLjE4MjkyNCA2LjM1Nzg3IDAuMTEyNDM1IDYuNDU0MDUgMC4wNjU2NDcyIDYuNTU5MTRDMC4wMTg4NTkxIDYuNjY0MjQgLTAuMDAzMzExODkgNi43NzYyMSAwLjAwMDQwMDI4NyA2Ljg4ODY1QzAuMDA0MTEyNDYgNy4wMDEwOSAwLjAzMzYzNSA3LjExMTggMC4wODcyODIyIDcuMjE0NDZDMC4xNDA5MjkgNy4zMTcxMyAwLjIxNzY1MSA3LjQwOTczIDAuMzEzMDY2IDcuNDg2OTlMOS4zMDc3OSAxNC43NjU5QzkuNDkzMzUgMTQuOTE2MiA5LjczOTAyIDE1IDkuOTk0MzggMTVDMTAuMjQ5NyAxNSAxMC40OTU0IDE0LjkxNjIgMTAuNjgxIDE0Ljc2NTlMMTkuNjc2NyA3LjQ4Njk5QzE5Ljc3NDIgNy40MTAyNCAxOS44NTI5IDcuMzE3NjYgMTkuOTA4MyA3LjIxNDYxQzE5Ljk2MzcgNy4xMTE1NyAxOS45OTQ3IDcuMDAwMTMgMTkuOTk5NCA2Ljg4Njc1QzIwLjAwNDEgNi43NzMzOCAxOS45ODI0IDYuNjYwMzMgMTkuOTM1NyA2LjU1NDE4QzE5Ljg4OSA2LjQ0ODAzIDE5LjgxODEgNi4zNTA4OSAxOS43MjcyIDYuMjY4NDFDMTkuNjM2MyA2LjE4NTkzIDE5LjUyNzIgNi4xMTk3NCAxOS40MDYyIDYuMDczN0MxOS4yODUyIDYuMDI3NjYgMTkuMTU0NyA2LjAwMjY3IDE5LjAyMjMgNi4wMDAyQzE4Ljg5IDUuOTk3NzMgMTguNzU4NCA2LjAxNzgzIDE4LjYzNTEgNi4wNTkzMUMxOC41MTE5IDYuMTAwNzkgMTguMzk5NSA2LjE2Mjg1IDE4LjMwNDUgNi4yNDE4Nkw5Ljk5NDM4IDEyLjk2NTlMMS42ODYyNiA2LjI0MTg2WiIgZmlsbD0iIzE5NjY1QiIvPgo8L3N2Zz4K);
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

/* line 343, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-dropdown .dropdown-toggle {
  position: relative;
  width: 100%;
  border: 2px solid var(--main);
  border-radius: 30px;
  padding: 15px 20px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  z-index: 3;
}

/* line 358, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-dropdown .dropdown-text {
  flex: 1;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: var(--main);
}

/* line 367, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--white);
  border: 1px solid var(--dark-green);
  border-radius: 20px;
  margin-top: 5px;
  max-width: 100%;
  padding: 0;
  z-index: 1000;
}

/* line 382, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-dropdown .dropdown-menu.open {
  display: block;
}

/* line 386, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-dropdown .dropdown-item {
  padding: 10px 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-green);
  cursor: pointer;
}

/* line 395, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-dropdown .dropdown-item:hover {
  background: var(--dark-green);
  color: var(--white);
}

/* line 399, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-dropdown .dropdown-item:hover:first-child {
  border-radius: 20px 20px 0 0;
}

/* line 403, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-dropdown .dropdown-item:hover:last-child {
  border-radius: 0 0 20px 20px;
}

/* line 409, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-main {
  position: relative;
  width: 100%;
  margin-top: 50px;
}

/* line 414, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-main-wrapper {
  width: 100%;
  display: none;
  transition: 0.5s ease-in-out;
}

/* line 419, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-main-wrapper:first-of-type {
  display: block;
}

/* line 424, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-main-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
}

/* line 433, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-main_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 40px;
}

/* line 441, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-main_item-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  border-radius: 20px;
  padding: 30px;
  background: var(--bg);
  max-width: 580px;
  width: 100%;
  min-height: 390px;
}

/* line 455, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-main_item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
}

/* line 462, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-main_item-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

/* line 470, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-main_item-deadlines {
  margin-top: auto;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--main);
  padding-left: 20px;
  transition: 0.35s ease-in-out;
}

/* line 480, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-main_item-deadlines::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 493, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-main_item-image {
  max-width: 580px;
  width: 100%;
  height: 390px;
}

/* line 498, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__stages-main_item-image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

/* line 511, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__price {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 100px;
}

@media (max-width: 1220px) {
  /* line 511, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__price {
    margin-top: 90px;
  }
}

@media (max-width: 989px) {
  /* line 511, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__price {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  /* line 511, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__price {
    margin-top: 60px;
  }
}

@media (max-width: 559px) {
  /* line 511, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__price {
    margin-top: 50px;
  }
}

/* line 515, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__price-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 515, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__price-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 515, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__price-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 515, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__price-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 515, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__price-title {
    font-size: 22px;
  }
}

/* line 519, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__price-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-top: 50px;
  width: 100%;
}

/* line 529, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__price-item {
  width: 100%;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #262626;
}

/* line 539, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__price-item.show {
  display: flex;
}

/* line 543, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__price-item-title {
  font-weight: 500;
  font-size: 20px;
  color: var(--main);
  transition: 0.35s ease-in-out;
}

/* line 550, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__price-item-value {
  font-weight: 500;
  font-size: 24px;
  text-align: right;
  color: var(--main);
  white-space: nowrap;
  transition: 0.35s ease-in-out;
}

/* line 560, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__price-item:hover .service-single-page__price-item-title,
.service-single-page__price-item:hover .service-single-page__price-item-value {
  color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 568, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__price-more {
  margin-top: 40px;
  font-weight: 400;
  font-size: 18px;
  color: var(--main);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--main);
  transition: 0.35s ease-in-out;
  cursor: pointer;
}

/* line 578, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__price-more:hover {
  color: var(--hover);
  border-color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 587, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__pattern {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

@media (max-width: 1220px) {
  /* line 587, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__pattern {
    margin-top: 90px;
  }
}

@media (max-width: 989px) {
  /* line 587, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__pattern {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  /* line 587, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__pattern {
    margin-top: 60px;
  }
}

@media (max-width: 559px) {
  /* line 587, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__pattern {
    margin-top: 50px;
  }
}

/* line 597, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__pattern-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 597, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__pattern-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 597, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__pattern-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 597, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__pattern-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 597, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__pattern-title {
    font-size: 22px;
  }
}

/* line 601, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__pattern-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  max-width: 580px;
  width: 100%;
  min-height: 378px;
}

/* line 611, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__pattern-info-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

/* line 617, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__pattern-info-item {
  font-weight: 400;
  font-size: 18px;
  color: var(--main);
  padding-bottom: 1px;
  border-bottom: 1px solid var(--main);
  margin-top: auto;
  transition: 0.35s ease-in-out;
  cursor: pointer;
}

/* line 627, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__pattern-info-item:hover {
  color: var(--hover);
  border-color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 635, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__pattern-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  max-width: 580px;
  width: 100%;
}

/* line 645, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__pattern-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #262626;
  text-decoration: none !important;
  transition: 0.35s ease-in-out;
}

/* line 657, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__pattern-item-title {
  font-weight: 500;
  font-size: 20px;
  color: var(--main);
  transition: 0.35s ease-in-out;
}

/* line 664, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__pattern-item .svg {
  max-width: 40px;
  width: 100%;
  height: 40px;
}

/* line 670, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__pattern-item:hover {
  transition: 0.35s ease-in-out;
}

/* line 673, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__pattern-item:hover .service-single-page__pattern-item-title {
  color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 682, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__faq {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1220px) {
  /* line 682, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__faq {
    margin-top: 90px;
  }
}

@media (max-width: 989px) {
  /* line 682, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__faq {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  /* line 682, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__faq {
    margin-top: 60px;
  }
}

@media (max-width: 559px) {
  /* line 682, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__faq {
    margin-top: 50px;
  }
}

/* line 688, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__faq-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 688, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__faq-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 688, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__faq-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 688, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__faq-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 688, resources/assets/styles/templates/_template-service-single.scss */

  .service-single-page__faq-title {
    font-size: 22px;
  }
}

/* line 692, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__faq-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-top: 50px;
  width: 100%;
}

/* line 702, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__faq-item {
  width: 100%;
  border-bottom: 1px solid #e9eef2;
  padding-bottom: 30px;
}

/* line 707, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__faq-item-title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

/* line 722, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__faq-item-title:hover {
  color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 728, resources/assets/styles/templates/_template-service-single.scss */

.service-single-page__faq-item-text {
  padding-top: 20px;
}

/* line 736, resources/assets/styles/templates/_template-service-single.scss */

.popup-pattern {
  position: fixed;
  z-index: 1000000;
  width: 100vw;
  height: 100vh;
  background: rgba(38, 38, 38, 0.6);
  top: 0;
  left: 0;
}

/* line 745, resources/assets/styles/templates/_template-service-single.scss */

.popup-pattern__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: inherit;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 757, resources/assets/styles/templates/_template-service-single.scss */

.popup-pattern__block {
  margin: auto;
  border-radius: 40px;
  padding: 70px 120px;
  width: 100%;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 10px 20px 0 rgba(60, 60, 60, 0.2);
  background: var(--white);
  position: relative;
  min-height: 303px;
}

/* line 775, resources/assets/styles/templates/_template-service-single.scss */

.popup-pattern__block-main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 50px;
}

/* line 785, resources/assets/styles/templates/_template-service-single.scss */

.popup-pattern__block-title {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: var(--main);
}

/* line 793, resources/assets/styles/templates/_template-service-single.scss */

.popup-pattern__block-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  max-width: 361px;
  width: 100%;
}

/* line 803, resources/assets/styles/templates/_template-service-single.scss */

.popup-pattern__block-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 10px;
  text-decoration: none !important;
  transition: 0.35s ease-in-out;
}

/* line 813, resources/assets/styles/templates/_template-service-single.scss */

.popup-pattern__block-item-title {
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-green);
  transition: 0.35s ease-in-out;
}

/* line 820, resources/assets/styles/templates/_template-service-single.scss */

.popup-pattern__block-item .svg {
  max-width: 26px;
  width: 100%;
  height: 26px;
}

/* line 826, resources/assets/styles/templates/_template-service-single.scss */

.popup-pattern__block-item:hover {
  transition: 0.35s ease-in-out;
}

/* line 829, resources/assets/styles/templates/_template-service-single.scss */

.popup-pattern__block-item:hover .popup-pattern__block-item-title {
  color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 836, resources/assets/styles/templates/_template-service-single.scss */

.popup-pattern__block-close-modal {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

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

.partners-page {
  width: 100%;
  padding-top: 70px;
}

/* line 5, resources/assets/styles/templates/_template-partners.scss */

.partners-page__heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 5, resources/assets/styles/templates/_template-partners.scss */

  .partners-page__heading {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 5, resources/assets/styles/templates/_template-partners.scss */

  .partners-page__heading {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 5, resources/assets/styles/templates/_template-partners.scss */

  .partners-page__heading {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 5, resources/assets/styles/templates/_template-partners.scss */

  .partners-page__heading {
    font-size: 22px;
  }
}

/* line 9, resources/assets/styles/templates/_template-partners.scss */

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

/* line 12, resources/assets/styles/templates/_template-partners.scss */

.partners-page__main-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
  margin-top: 50px;
}

/* line 22, resources/assets/styles/templates/_template-partners.scss */

.partners-page__main-item {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9eef2;
  transition: 0.35s ease-in-out;
}

/* line 28, resources/assets/styles/templates/_template-partners.scss */

.partners-page__main-item-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
}

/* line 37, resources/assets/styles/templates/_template-partners.scss */

.partners-page__main-item-image {
  max-width: 204px;
  width: 100%;
  height: 139px;
}

/* line 42, resources/assets/styles/templates/_template-partners.scss */

.partners-page__main-item-image-img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 51, resources/assets/styles/templates/_template-partners.scss */

.partners-page__main-item-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
}

/* line 60, resources/assets/styles/templates/_template-partners.scss */

.partners-page__main-item-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}

/* line 69, resources/assets/styles/templates/_template-partners.scss */

.partners-page__main-item-title {
  font-weight: 500;
  font-size: 24px;
  color: var(--main);
  transition: 0.35s ease-in-out;
}

/* line 76, resources/assets/styles/templates/_template-partners.scss */

.partners-page__main-item-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
}

/* line 85, resources/assets/styles/templates/_template-partners.scss */

.partners-page__main-item:hover {
  transition: 0.35s ease-in-out;
}

/* line 88, resources/assets/styles/templates/_template-partners.scss */

.partners-page__main-item:hover .partners-page__main-item-title {
  color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 94, resources/assets/styles/templates/_template-partners.scss */

.partners-page__main-item:hover svg rect {
  fill: var(--hover);
  transition: 0.35s ease-in-out;
}

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

.partners-page__main-item:hover svg path {
  transition: 0.35s ease-in-out;
}

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

.faq-page {
  width: 100%;
  padding-top: 70px;
}

/* line 5, resources/assets/styles/templates/_template-faq.scss */

.faq-page__heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 5, resources/assets/styles/templates/_template-faq.scss */

  .faq-page__heading {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 5, resources/assets/styles/templates/_template-faq.scss */

  .faq-page__heading {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 5, resources/assets/styles/templates/_template-faq.scss */

  .faq-page__heading {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 5, resources/assets/styles/templates/_template-faq.scss */

  .faq-page__heading {
    font-size: 22px;
  }
}

/* line 9, resources/assets/styles/templates/_template-faq.scss */

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

/* line 12, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-slider {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

/* line 17, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-slider .item--active {
  font-weight: 500;
  border-color: var(--dark-green);
  color: var(--dark-green);
}

/* line 23, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-slider-item {
  width: fit-content !important;
  max-width: 100% !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #a8bcb9;
  background: none;
  cursor: pointer;
  border-bottom: 2px solid #a8bcb9;
  transition: 0.25s ease-in-out;
}

/* line 40, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-slider-item:hover {
  border-color: var(--dark-green);
  color: var(--dark-green);
  transition: 0.25s ease-in-out;
}

/* line 45, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-slider-item:hover svg path {
  fill: var(--white);
  transition: 0.25s ease-in-out;
}

/* line 54, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-dropdown {
  position: relative;
  margin-bottom: 0;
  margin-top: 30px;
}

/* line 59, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-dropdown::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNjg2MjYgNi4yNDE4NkMxLjU5MDg0IDYuMTY0NiAxLjQ3ODYgNi4xMDQyMSAxLjM1NTk1IDYuMDY0MTJDMS4yMzMyOSA2LjAyNDAzIDEuMTAyNjIgNi4wMDUwMyAwLjk3MTM5NSA2LjAwODIxQzAuODQwMTcgNi4wMTEzOSAwLjcxMDk2MSA2LjAzNjY5IDAuNTkxMTQ2IDYuMDgyNjVDMC40NzEzMyA2LjEyODYyIDAuMzYzMjU0IDYuMTk0MzYgMC4yNzMwODkgNi4yNzYxMkMwLjE4MjkyNCA2LjM1Nzg3IDAuMTEyNDM1IDYuNDU0MDUgMC4wNjU2NDcyIDYuNTU5MTRDMC4wMTg4NTkxIDYuNjY0MjQgLTAuMDAzMzExODkgNi43NzYyMSAwLjAwMDQwMDI4NyA2Ljg4ODY1QzAuMDA0MTEyNDYgNy4wMDEwOSAwLjAzMzYzNSA3LjExMTggMC4wODcyODIyIDcuMjE0NDZDMC4xNDA5MjkgNy4zMTcxMyAwLjIxNzY1MSA3LjQwOTczIDAuMzEzMDY2IDcuNDg2OTlMOS4zMDc3OSAxNC43NjU5QzkuNDkzMzUgMTQuOTE2MiA5LjczOTAyIDE1IDkuOTk0MzggMTVDMTAuMjQ5NyAxNSAxMC40OTU0IDE0LjkxNjIgMTAuNjgxIDE0Ljc2NTlMMTkuNjc2NyA3LjQ4Njk5QzE5Ljc3NDIgNy40MTAyNCAxOS44NTI5IDcuMzE3NjYgMTkuOTA4MyA3LjIxNDYxQzE5Ljk2MzcgNy4xMTE1NyAxOS45OTQ3IDcuMDAwMTMgMTkuOTk5NCA2Ljg4Njc1QzIwLjAwNDEgNi43NzMzOCAxOS45ODI0IDYuNjYwMzMgMTkuOTM1NyA2LjU1NDE4QzE5Ljg4OSA2LjQ0ODAzIDE5LjgxODEgNi4zNTA4OSAxOS43MjcyIDYuMjY4NDFDMTkuNjM2MyA2LjE4NTkzIDE5LjUyNzIgNi4xMTk3NCAxOS40MDYyIDYuMDczN0MxOS4yODUyIDYuMDI3NjYgMTkuMTU0NyA2LjAwMjY3IDE5LjAyMjMgNi4wMDAyQzE4Ljg5IDUuOTk3NzMgMTguNzU4NCA2LjAxNzgzIDE4LjYzNTEgNi4wNTkzMUMxOC41MTE5IDYuMTAwNzkgMTguMzk5NSA2LjE2Mjg1IDE4LjMwNDUgNi4yNDE4Nkw5Ljk5NDM4IDEyLjk2NTlMMS42ODYyNiA2LjI0MTg2WiIgZmlsbD0iIzE5NjY1QiIvPgo8L3N2Zz4K);
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

/* line 69, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-dropdown .dropdown-toggle {
  position: relative;
  width: 100%;
  border: 2px solid var(--main);
  border-radius: 30px;
  padding: 15px 20px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  z-index: 3;
}

/* line 84, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-dropdown .dropdown-text {
  flex: 1;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: var(--main);
}

/* line 93, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--white);
  border: 1px solid var(--dark-green);
  border-radius: 20px;
  margin-top: 5px;
  max-width: 100%;
  padding: 0;
  z-index: 1000;
}

/* line 108, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-dropdown .dropdown-menu.open {
  display: block;
}

/* line 112, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-dropdown .dropdown-item {
  padding: 10px 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-green);
  cursor: pointer;
}

/* line 121, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-dropdown .dropdown-item:hover {
  background: var(--dark-green);
  color: var(--white);
}

/* line 125, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-dropdown .dropdown-item:hover:first-child {
  border-radius: 20px 20px 0 0;
}

/* line 129, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-dropdown .dropdown-item:hover:last-child {
  border-radius: 0 0 20px 20px;
}

/* line 135, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-content {
  position: relative;
  width: 100%;
  margin-top: 50px;
}

/* line 140, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-content-wrapper {
  width: 100%;
  display: none;
  transition: 0.5s ease-in-out;
}

/* line 145, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-content-wrapper:first-of-type {
  display: block;
}

/* line 150, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-content-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
}

/* line 159, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-content-item {
  width: 100%;
  border-bottom: 1px solid #e9eef2;
  padding-bottom: 30px;
}

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

.faq-page__main-content-item-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: var(--main);
  cursor: pointer;
  transition: 0.35s ease-in-out;
}

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

.faq-page__main-content-item-title:hover {
  color: var(--hover);
  transition: 0.35s ease-in-out;
}

/* line 184, resources/assets/styles/templates/_template-faq.scss */

.faq-page__main-content-item-text {
  padding-top: 20px;
}

/* line 193, resources/assets/styles/templates/_template-faq.scss */

details[open] .faq-page__main-content-item-title {
  position: relative;
  padding-left: 32px;
}

/* line 197, resources/assets/styles/templates/_template-faq.scss */

details[open] .faq-page__main-content-item-title::before {
  position: absolute;
  content: "";
  top: 18px;
  left: 2px;
  width: 10px;
  height: 2.8px;
  border-radius: 10px;
  background: var(--main);
}

/* line 209, resources/assets/styles/templates/_template-faq.scss */

details[open] .faq-page__main-content-item-title svg {
  transform: rotate(180deg);
}

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

.form-page {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  padding-top: 70px;
}

@media (max-width: 1220px) {
  /* line 1, resources/assets/styles/templates/_template-form.scss */

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

@media (max-width: 989px) {
  /* line 1, resources/assets/styles/templates/_template-form.scss */

  .form-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  /* line 1, resources/assets/styles/templates/_template-form.scss */

  .form-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 559px) {
  /* line 1, resources/assets/styles/templates/_template-form.scss */

  .form-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* line 7, resources/assets/styles/templates/_template-form.scss */

.form-page__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 30px;
}

/* line 15, resources/assets/styles/templates/_template-form.scss */

.form-page__header-tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: fit-content;
  gap: 20px;
}

/* line 23, resources/assets/styles/templates/_template-form.scss */

.form-page__header-tabs .item--active {
  font-weight: 500;
  border-color: var(--dark-green);
  color: var(--dark-green);
}

/* line 29, resources/assets/styles/templates/_template-form.scss */

.form-page__header-tabs-item {
  width: fit-content !important;
  max-width: 100% !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #a8bcb9;
  background: none;
  cursor: pointer;
  border-bottom: 2px solid #a8bcb9;
  transition: 0.25s ease-in-out;
}

/* line 46, resources/assets/styles/templates/_template-form.scss */

.form-page__header-tabs-item:hover {
  border-color: var(--dark-green);
  color: var(--dark-green);
  transition: 0.25s ease-in-out;
}

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

.form-page__heading {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
  max-width: 580px;
  width: 100%;
}

@media (max-width: 1220px) {
  /* line 55, resources/assets/styles/templates/_template-form.scss */

  .form-page__heading {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 55, resources/assets/styles/templates/_template-form.scss */

  .form-page__heading {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 55, resources/assets/styles/templates/_template-form.scss */

  .form-page__heading {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 55, resources/assets/styles/templates/_template-form.scss */

  .form-page__heading {
    font-size: 22px;
  }
}

/* line 62, resources/assets/styles/templates/_template-form.scss */

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

/* line 65, resources/assets/styles/templates/_template-form.scss */

.form-page__main-content {
  position: relative;
  width: 100%;
  margin-top: 40px;
}

/* line 71, resources/assets/styles/templates/_template-form.scss */

.form-page__main-wrapper {
  width: 100%;
  display: none;
  transition: 0.5s ease-in-out;
}

/* line 76, resources/assets/styles/templates/_template-form.scss */

.form-page__main-wrapper:first-of-type {
  display: block;
}

/* line 81, resources/assets/styles/templates/_template-form.scss */

.form-page__main-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
}

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

.contact-page {
  width: 100%;
  padding-top: 70px;
}

/* line 5, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

/* line 15, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  max-width: 580px;
  width: 100%;
}

/* line 25, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-info {
  padding: 0;
  grid-template-areas: "phone phone-add" "telegram whatsapp" "address address" "email email";
}

/* line 34, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-bottom {
  margin-top: 0;
  gap: 20px;
}

/* line 39, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form {
  max-width: 580px;
  width: 100%;
}

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

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

/* line 50, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-response-output {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0;
  padding: 10px;
  border: none;
  color: var(--main) !important;
  font-size: 12px !important;
  background: #e9eef2;
  border-radius: 20px;
  border-color: var(--dark-green) !important;
}

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

.contact-page__head-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 73, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .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: var(--main) !important;
  font-size: 12px !important;
  background: #e9eef2;
  border-radius: 20px;
  border-color: var(--dark-green) !important;
}

/* line 87, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block br {
  display: none;
}

/* line 91, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .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 100, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap:last-child {
  margin-bottom: 0;
}

/* line 104, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control {
  height: 200px !important;
  border-radius: 20px !important;
}

/* line 109, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control {
  cursor: pointer;
}

/* line 113, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control,
.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control,
.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control {
  max-width: 100%;
  width: 100%;
  outline: none;
  appearance: none;
  background: #e9eef2;
  border: 2px solid var(--main);
  border-radius: 40px;
  padding: 15px 30px;
  box-sizing: border-box;
  min-height: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: var(--main);
  margin-top: 0;
}

/* line 132, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder,
.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control::placeholder,
.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: var(--main);
}

/* line 139, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control:focus,
.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control:focus,
.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control:focus {
  border: 2px solid var(--hover);
}

/* line 143, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control option[disabled="disabled"],
.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control option[disabled="disabled"],
.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control option[disabled="disabled"] {
  color: rgba(var(--black), 0.9);
}

/* line 147, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control option,
.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control option,
.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control option {
  color: var(--black);
}

/* line 151, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap input.wpcf7-form-control:lang(ar),
.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap textarea.wpcf7-form-control:lang(ar),
.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap select.wpcf7-form-control:lang(ar) {
  text-align: right;
}

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

.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 9px;
  margin-top: -2px;
  color: var(--hover);
}

/* line 162, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block span.wpcf7-form-control-wrap .wpcf7-not-valid {
  border-bottom: 2px solid var(--green) !important;
}

/* line 167, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block input[type="submit"] {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
  background: var(--dark-green);
  border-radius: 20px;
  padding: 15px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: var(--white);
  margin: 0;
  position: relative;
  transition: 0.5s ease-in-out;
  z-index: 1;
}

/* line 190, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block input[type="submit"]:hover {
  background: var(--main);
  transition: 0.5s ease-in-out;
}

/* line 196, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 1220px) {
  /* line 196, resources/assets/styles/templates/_template-contact.scss */

  .contact-page__head-form .wpcf7 .wpcf7-form__block-title {
    font-size: 30px;
  }
}

@media (max-width: 989px) {
  /* line 196, resources/assets/styles/templates/_template-contact.scss */

  .contact-page__head-form .wpcf7 .wpcf7-form__block-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 196, resources/assets/styles/templates/_template-contact.scss */

  .contact-page__head-form .wpcf7 .wpcf7-form__block-title {
    font-size: 24px;
  }
}

@media (max-width: 559px) {
  /* line 196, resources/assets/styles/templates/_template-contact.scss */

  .contact-page__head-form .wpcf7 .wpcf7-form__block-title {
    font-size: 22px;
  }
}

/* line 202, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block-title,
.contact-page__head-form .wpcf7 .wpcf7-form__block-subtitle {
  max-width: 580px;
  width: 100%;
}

/* line 208, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

/* line 214, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
  gap: 20px;
}

/* line 224, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block-wrapper-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  gap: 20px;
}

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

.contact-page__head-form .wpcf7 .wpcf7-form__block-wrapper-textarea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 100%;
}

/* line 244, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-01,
.contact-page__head-form .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-02,
.contact-page__head-form .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-03,
.contact-page__head-form .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-04 {
  position: relative;
}

/* line 250, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-01::after,
.contact-page__head-form .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-02::after,
.contact-page__head-form .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-03::after,
.contact-page__head-form .wpcf7 .wpcf7-form__block-wrapper-textarea span.user-menu-04::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  width: 10px;
  height: 6px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS45MSA4LjI4Mjc2ZS0wNUwxMi45NyAxLjA2MTA4TDcuMTkzIDYuODQwMDhDNy4xMDA0MyA2LjkzMzI0IDYuOTkwMzYgNy4wMDcxNyA2Ljg2OTExIDcuMDU3NjFDNi43NDc4NiA3LjEwODA2IDYuNjE3ODMgNy4xMzQwMyA2LjQ4NjUgNy4xMzQwM0M2LjM1NTE3IDcuMTM0MDMgNi4yMjUxNCA3LjEwODA2IDYuMTAzODkgNy4wNTc2MUM1Ljk4MjY0IDcuMDA3MTcgNS44NzI1NyA2LjkzMzI0IDUuNzggNi44NDAwOEwtNy4yNDE5MmUtMDggMS4wNjEwOEwxLjA2IDAuMDAxMDgyODhMNi40ODUgNS40MjUwOEwxMS45MSA4LjI4Mjc2ZS0wNVoiIGZpbGw9IiMxNDQ2NDMiLz4KPC9zdmc+Cg==) center no-repeat;
  background-size: cover;
  pointer-events: none;
}

/* line 264, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__block-wrapper-textarea p {
  display: none;
}

/* line 271, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  max-width: 100%;
  width: 100%;
  z-index: 3;
}

/* line 282, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__footer .wpcf7-submit-wrapper {
  position: relative;
  width: 100%;
  order: 2;
}

/* line 288, resources/assets/styles/templates/_template-contact.scss */

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

/* line 296, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__footer span.your-checkbox {
  max-width: 100%;
}

/* line 299, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__footer span.your-checkbox .wpcf7-not-valid-tip {
  font-size: 9px;
  margin-top: -2px;
  color: var(--hover);
}

/* line 305, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__footer span.your-checkbox .wpcf7-not-valid {
  border-bottom: 2px solid var(--hover) !important;
}

/* line 310, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}

/* line 320, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .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: none;
  width: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: var(--main);
  cursor: pointer;
  padding-left: 25px;
}

/* line 335, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label .wpcf7-form-control-wrap {
  margin: 0 !important;
}

/* line 338, resources/assets/styles/templates/_template-contact.scss */

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

/* line 341, resources/assets/styles/templates/_template-contact.scss */

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

/* line 347, resources/assets/styles/templates/_template-contact.scss */

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

/* line 354, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::before {
  height: 15px;
  width: 15px;
  left: 0;
  top: 0;
  background: var(--main);
  border-radius: 3px;
}

/* line 363, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox label::after {
  height: 5px;
  width: 10px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 2px;
  top: 2.5px;
  opacity: 0;
  transition: 0.25s;
  color: var(--white);
}

/* line 376, resources/assets/styles/templates/_template-contact.scss */

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

/* line 381, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: var(--main);
  z-index: 99;
}

/* line 388, resources/assets/styles/templates/_template-contact.scss */

.contact-page__head-form .wpcf7 .wpcf7-form__footer .wpcf7-form-wrapper-checkbox a:hover {
  color: var(--hover);
}

/* line 398, resources/assets/styles/templates/_template-contact.scss */

.contact-page__bottom {
  margin-top: 100px;
  background: var(--bg);
}

@media (max-width: 1220px) {
  /* line 398, resources/assets/styles/templates/_template-contact.scss */

  .contact-page__bottom {
    margin-top: 90px;
  }
}

@media (max-width: 989px) {
  /* line 398, resources/assets/styles/templates/_template-contact.scss */

  .contact-page__bottom {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  /* line 398, resources/assets/styles/templates/_template-contact.scss */

  .contact-page__bottom {
    margin-top: 60px;
  }
}

@media (max-width: 559px) {
  /* line 398, resources/assets/styles/templates/_template-contact.scss */

  .contact-page__bottom {
    margin-top: 50px;
  }
}

/* line 404, resources/assets/styles/templates/_template-contact.scss */

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

@media (max-width: 1220px) {
  /* line 404, resources/assets/styles/templates/_template-contact.scss */

  .contact-page__wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 989px) {
  /* line 404, resources/assets/styles/templates/_template-contact.scss */

  .contact-page__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  /* line 404, resources/assets/styles/templates/_template-contact.scss */

  .contact-page__wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 559px) {
  /* line 404, resources/assets/styles/templates/_template-contact.scss */

  .contact-page__wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* line 411, resources/assets/styles/templates/_template-contact.scss */

.contact-page__media {
  max-width: 580px;
  width: 100%;
}

/* line 415, resources/assets/styles/templates/_template-contact.scss */

.contact-page__media-item {
  position: relative;
  width: 100%;
  height: 330px;
}

/* line 420, resources/assets/styles/templates/_template-contact.scss */

.contact-page__media-item-video {
  width: 100%;
  height: 330px;
  border-radius: 20px;
  cursor: pointer;
}

/* line 428, resources/assets/styles/templates/_template-contact.scss */

.contact-page__media-subtitle {
  margin-top: 10px;
  font-weight: 400;
  font-size: 20px;
}

/* line 434, resources/assets/styles/templates/_template-contact.scss */

.contact-page__media-image {
  width: 100%;
  height: 330px;
}

/* line 438, resources/assets/styles/templates/_template-contact.scss */

.contact-page__media-image-img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}

/** adaptive 559 */

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

  .front-page__banner {
    position: relative;
    height: 585px;
    background-image: url(/app/themes/sage/dist/images/banner_bg_mob.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center !important;
    z-index: 2;
    /*
    &::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(217, 217, 217, 0.7);
      z-index: 1;
    }
    */
  }

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

  .front-page__banner-item {
    position: relative;
    gap: 20px;
    z-index: 3;
  }

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

  .front-page__banner-main {
    max-width: 100%;
    margin-top: 0;
  }

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

  .front-page__banner-text {
    font-size: 18px;
  }

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

  .front-page__banner-bottom {
    margin-top: 40px;
    max-width: 100%;
    gap: 10px;
  }

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

  .front-page__banner-bottom_buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .front-page__banner-bottom_button {
    background: var(--white);
  }

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

  .front-page__banner-plashka {
    display: none;
  }

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

  .marquee {
    position: relative;
    z-index: 3;
  }

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

  .marquee-item {
    font-size: 14px !important;
  }
}

@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: 80px;
  }

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

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

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

  .front-page__service-item-el {
    width: 100%;
  }

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

  .front-page__service-item-link {
    padding: 20px;
    min-height: auto;
    gap: 30px;
  }

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

  .front-page__service-item-title,
  .front-page__service-card-title {
    font-size: 20px;
  }

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

  .front-page__service-item-text {
    display: none;
  }

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

  .front-page__service-item-more svg {
    width: 40px;
    height: 40px;
  }
}

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

  .front-page__founders {
    padding-top: 50px;
    padding-bottom: 40px;
  }

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

  .front-page__founders-content {
    gap: 20px;
    margin-top: 30px;
    padding-bottom: 30px;
  }

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

  .front-page__founders-item {
    width: 100% !important;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-front-page-founders.scss */

  .front-page__founders-item-link {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .front-page__founders-item-image {
    max-width: 100%;
    height: 300px;
  }
}

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

  .front-page__founders-item-image {
    height: 280px;
  }
}

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

  .front-page__founders-item-image-img {
    object-fit: contain;
    object-position: center;
  }

  /* line 37, resources/assets/styles/559-adaptive/_559-front-page-founders.scss */

  .front-page__founders-item-main {
    max-width: 100%;
    min-height: auto;
    padding: 20px;
  }

  /* line 43, resources/assets/styles/559-adaptive/_559-front-page-founders.scss */

  .front-page__founders-item-title {
    font-size: 20px;
  }

  /* line 47, resources/assets/styles/559-adaptive/_559-front-page-founders.scss */

  .front-page__founders-item-more svg {
    width: 40px;
    height: 40px;
  }

  /* line 52, resources/assets/styles/559-adaptive/_559-front-page-founders.scss */

  .front-page__founders .swiper-pagination7 {
    bottom: 0;
  }
}

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

  .front-page__about {
    padding-top: 50px;
    padding-bottom: 0;
  }

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

  .front-page__about::after {
    display: none;
  }

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

  .front-page__about-wrapper {
    gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 18, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about-info {
    max-width: 100%;
  }

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

  .front-page__about-text {
    margin-bottom: 30px;
  }

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

  .front-page__about-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  /* line 33, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about-item {
    width: 100%;
    min-height: auto;
    padding: 20px;
    padding-bottom: 30px;
  }

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

  .front-page__about-item-image {
    width: 46px;
    height: 46px;
  }

  /* line 45, resources/assets/styles/559-adaptive/_559-front-page-about.scss */

  .front-page__about-item-title {
    font-size: 20px;
  }
}

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

  .front-page__feedback-header {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .front-page__feedback-info {
    width: 100%;
    justify-content: space-between;
  }

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

  .front-page__feedback-info-title {
    font-size: 18px;
  }

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

  .front-page__feedback-info-value {
    font-size: 18px;
  }

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

  .front-page__feedback-tabs {
    margin-top: 30px;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
  }
}

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

  .front-page__feedback-tabs_btn {
    font-size: 16px;
  }
}

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

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

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

  .front-page__feedback-item-video_el-media {
    height: 420px;
  }
}

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

  .front-page__feedback-item-video_el-media {
    height: 380px;
  }
}

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

  .front-page__feedback-item-video_el-title {
    font-size: 20px;
  }
}

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

  .front-page__faq-dropdown {
    display: flex !important;
  }

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

  .front-page__faq-slider {
    display: none !important;
  }

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

  .front-page__faq-main-container {
    gap: 20px;
  }

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

  .front-page__faq-main-item-title {
    font-size: 20px;
  }
}

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

  .front-page__blog-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }

  /* line 9, resources/assets/styles/559-adaptive/_559-front-page-blog.scss */

  .front-page__blog-main {
    margin-top: 30px;
  }

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

  .front-page__blog-item-link {
    padding: 20px;
    padding-bottom: 30px;
    min-height: auto;
  }

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

  .front-page__blog-item-title {
    font-size: 20px;
  }

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

  .front-page__blog-item-bottom {
    margin-top: 10px;
  }
}

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

  .contact-block__main {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }

  /* line 9, resources/assets/styles/559-adaptive/_559-block-contact.scss */

  .contact-block__main-content {
    margin-top: 30px;
  }

  /* line 13, resources/assets/styles/559-adaptive/_559-block-contact.scss */

  .contact-block__main-textarea {
    max-width: 100%;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-block-contact.scss */

  .contact-block__main-content_item {
    font-size: 18px;
  }

  /* line 21, resources/assets/styles/559-adaptive/_559-block-contact.scss */

  .contact-block__main-info {
    max-width: 100%;
    gap: 20px;
    padding: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-template-areas: "phone" "phone-add" "telegram" "whatsapp" "address" "email" "button";
  }

  /* line 37, resources/assets/styles/559-adaptive/_559-block-contact.scss */

  .contact-block__main-info_item {
    font-size: 16px;
  }

  /* line 41, resources/assets/styles/559-adaptive/_559-block-contact.scss */

  .contact-block__map iframe {
    height: 280px;
  }
}

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

  .about-page__head {
    padding-top: 50px;
  }

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

  .about-page__head-title {
    margin-bottom: 30px;
  }

  /* line 11, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__head-wrapper {
    gap: 30px;
  }

  /* line 15, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__head-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }

  /* line 22, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__head-item-image {
    max-width: 100%;
    height: 250px;
  }

  /* line 27, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__head-item-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    margin-top: 30px;
  }

  /* line 35, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__head-item_el {
    gap: 10px;
  }

  /* line 39, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__head-item_el-title {
    font-size: 32px;
  }

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

  .about-page__head-item_el-text {
    font-size: 16px;
  }

  /* line 48, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__stages-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    padding-left: 20px;
  }

  /* line 55, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__stages-content hr {
    top: 7px;
    width: 2px;
    height: 98%;
  }

  /* line 62, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__stages-item {
    align-items: flex-start;
    max-width: 350px;
  }

  /* line 67, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__stages-item-year {
    padding-bottom: 10px;
  }

  /* line 71, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__stages-item-year::after {
    bottom: auto;
    top: 5px;
    left: -24px;
    width: 10px;
    height: 10px;
  }

  /* line 79, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__stages .item--active .about-page__stages-item-year::before {
    bottom: auto;
    top: 2px;
    left: -27px;
    width: 16px;
    height: 16px;
  }

  /* line 87, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__stages-item-text {
    text-align: left;
    max-width: 100%;
  }

  /* line 93, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__founders-content {
    margin-top: 30px;
  }

  /* line 97, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__founders-item {
    flex-direction: column;
  }

  /* line 101, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__founders-item-title {
    font-size: 20px;
  }

  /* line 105, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__founders-item-main {
    padding: 20px;
  }

  /* line 109, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__founders-item-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 10px;
  }

  /* line 117, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__founders-item_el {
    width: 100%;
    gap: 10px;
  }

  /* line 122, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__founders-item_el-title {
    font-size: 28px;
  }

  /* line 126, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__founders-item-image {
    max-width: 100%;
    height: 250px;
  }

  /* line 131, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__founders-item-image-img {
    object-fit: contain;
    object-position: center;
    box-shadow: none;
  }

  /* line 138, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__faces-content {
    margin-top: 30px;
  }

  /* line 142, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__faces-item {
    height: 380px;
  }

  /* line 147, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__partners-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 153, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__partners-content {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* line 158, resources/assets/styles/559-adaptive/_559-template-about.scss */

  .about-page__partners-item {
    height: 80px;
  }
}

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

  .service-page {
    padding-top: 50px;
  }

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

  .service-page__related {
    margin-bottom: 50px;
  }

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

  .service-page__passports-header,
  .service-page__notary-header,
  .service-page__pension-header,
  .service-page__standesamt-header,
  .service-page__legal-header,
  .service-page__translations-header,
  .service-page__related-header,
  .service-page__citizenship-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 30px;
  }

  /* line 25, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__passports-title,
  .service-page__notary-title,
  .service-page__pension-title,
  .service-page__standesamt-title,
  .service-page__legal-title,
  .service-page__translations-title,
  .service-page__related-title,
  .service-page__citizenship-title {
    font-size: 20px;
  }

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

  .service-page__passports-info,
  .service-page__notary-info,
  .service-page__pension-info,
  .service-page__standesamt-info,
  .service-page__legal-info,
  .service-page__translations-info,
  .service-page__related-info,
  .service-page__citizenship-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }

  /* line 50, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__passports-link,
  .service-page__notary-link,
  .service-page__pension-link,
  .service-page__standesamt-link,
  .service-page__legal-link,
  .service-page__translations-link,
  .service-page__related-link,
  .service-page__citizenship-link {
    max-width: 40px;
    width: 100%;
    height: 40px;
  }

  /* line 62, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__passports-link svg,
  .service-page__notary-link svg,
  .service-page__pension-link svg,
  .service-page__standesamt-link svg,
  .service-page__legal-link svg,
  .service-page__translations-link svg,
  .service-page__related-link svg,
  .service-page__citizenship-link svg {
    max-width: 40px;
    width: 100%;
    height: 40px;
  }

  /* line 69, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__passports-content,
  .service-page__notary-content,
  .service-page__pension-content,
  .service-page__standesamt-content,
  .service-page__legal-content,
  .service-page__translations-content,
  .service-page__related-content,
  .service-page__citizenship-content {
    gap: 20px;
    margin-top: 30px;
  }

  /* line 81, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__passports-item,
  .service-page__notary-item,
  .service-page__pension-item,
  .service-page__standesamt-item,
  .service-page__legal-item,
  .service-page__translations-item,
  .service-page__related-item,
  .service-page__citizenship-item {
    width: 100% !important;
  }

  /* line 92, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__passports-item-link,
  .service-page__notary-item-link,
  .service-page__pension-item-link,
  .service-page__standesamt-item-link,
  .service-page__legal-item-link,
  .service-page__translations-item-link,
  .service-page__related-item-link,
  .service-page__citizenship-item-link {
    padding: 20px;
    min-height: auto;
    gap: 30px;
  }

  /* line 105, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__passports-item-title,
  .service-page__notary-item-title,
  .service-page__pension-item-title,
  .service-page__standesamt-item-title,
  .service-page__legal-item-title,
  .service-page__translations-item-title,
  .service-page__related-item-title,
  .service-page__citizenship-item-title {
    font-size: 20px;
  }

  /* line 116, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__passports-item-text,
  .service-page__notary-item-text,
  .service-page__pension-item-text,
  .service-page__standesamt-item-text,
  .service-page__legal-item-text,
  .service-page__translations-item-text,
  .service-page__related-item-text,
  .service-page__citizenship-item-text {
    display: none;
  }

  /* line 127, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__passports-item-bottom,
  .service-page__notary-item-bottom,
  .service-page__pension-item-bottom,
  .service-page__standesamt-item-bottom,
  .service-page__legal-item-bottom,
  .service-page__translations-item-bottom,
  .service-page__related-item-bottom,
  .service-page__citizenship-item-bottom {
    gap: 10px;
  }

  /* line 138, resources/assets/styles/559-adaptive/_559-template-service.scss */

  .service-page__passports-item-bottom svg,
  .service-page__notary-item-bottom svg,
  .service-page__pension-item-bottom svg,
  .service-page__standesamt-item-bottom svg,
  .service-page__legal-item-bottom svg,
  .service-page__translations-item-bottom svg,
  .service-page__related-item-bottom svg,
  .service-page__citizenship-item-bottom svg {
    max-width: 40px;
    width: 100%;
    height: 40px;
  }
}

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

  .service-single-page {
    padding-top: 50px;
  }

  /* line 7, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__main-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  /* line 14, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__main-info_left,
  .service-single-page__main-info_right {
    max-width: 100%;
  }

  /* line 19, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__main-content {
    gap: 20px;
  }

  /* line 23, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__main-item {
    width: 100%;
  }

  /* line 27, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__main-item-link {
    padding: 20px;
    min-height: auto;
  }

  /* line 32, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__main-item-title {
    font-size: 20px;
  }

  /* line 36, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__main-item-text {
    display: none;
  }

  /* line 40, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__main-item-bottom svg {
    max-width: 40px;
    width: 100%;
    height: 40px;
  }

  /* line 47, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__about {
    padding-bottom: 0;
  }

  /* line 51, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__about::after {
    display: none;
  }

  /* line 55, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__about-wrapper {
    gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 62, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__about-info {
    max-width: 100%;
  }

  /* line 66, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__about-text {
    margin-bottom: 30px;
  }

  /* line 70, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__about-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  /* line 77, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__about-item {
    width: 100%;
    min-height: auto;
    padding: 20px;
    padding-bottom: 30px;
  }

  /* line 84, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__about-item-image {
    width: 46px;
    height: 46px;
  }

  /* line 89, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__about-item-title {
    font-size: 20px;
  }

  /* line 94, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__stages-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 100, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__stages-slider {
    display: none;
  }

  /* line 104, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__stages-dropdown {
    display: flex !important;
  }

  /* line 108, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__stages-main_item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  /* line 115, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__stages-main_item-info {
    padding: 20px;
    gap: 30px;
  }

  /* line 120, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__stages-main_item-image {
    max-width: 100%;
    height: 250px;
  }

  /* line 126, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__price-content {
    margin-top: 30px;
  }

  /* line 130, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__price-item {
    padding-bottom: 20px;
  }

  /* line 134, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__price-item-title {
    font-size: 18px;
  }

  /* line 138, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__price-item-value {
    font-size: 20px;
  }

  /* line 143, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__pattern {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }

  /* line 150, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__pattern-info {
    max-width: 100%;
    min-height: auto;
    gap: 20px;
  }

  /* line 156, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__pattern-title {
    margin-bottom: 10px;
  }

  /* line 160, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__pattern-item {
    padding-bottom: 20px;
  }

  /* line 164, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__pattern-item-title {
    font-size: 18px;
  }

  /* line 168, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .popup-pattern__block {
    padding: 60px 20px;
  }

  /* line 172, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .popup-pattern__block-main {
    gap: 30px;
  }

  /* line 176, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .popup-pattern__block-content {
    gap: 20px;
  }

  /* line 180, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .popup-pattern__block-title {
    font-size: 20px;
  }

  /* line 185, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__faq {
    padding-bottom: 50px;
  }

  /* line 189, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__faq-content {
    gap: 20px;
    margin-top: 30px;
  }

  /* line 194, resources/assets/styles/559-adaptive/_559-template-service-single.scss */

  .service-single-page__faq-item-title {
    font-size: 20px;
  }
}

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

  .partners-page {
    padding-top: 50px;
  }

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

  .partners-page__main-content {
    margin-top: 30px;
  }

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

  .partners-page__main-item-link {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }

  /* line 17, resources/assets/styles/559-adaptive/_559-template-partners.scss */

  .partners-page__main-item-title {
    font-size: 20px;
  }

  /* line 21, resources/assets/styles/559-adaptive/_559-template-partners.scss */

  .partners-page__main-item-image {
    max-width: 100%;
  }
}

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

  .faq-page {
    padding-top: 50px;
  }

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

  .faq-page__main-dropdown {
    display: flex !important;
  }

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

  .faq-page__main-slider {
    display: none !important;
  }

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

  .faq-page__main-content-container {
    gap: 20px;
  }

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

  .faq-page__main-content-item-title {
    font-size: 20px;
  }
}

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

  .contact-page {
    padding-top: 50px;
  }

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

  .contact-page__head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }

  /* line 13, resources/assets/styles/559-adaptive/_559-template-contact.scss */

  .contact-page__head-content {
    max-width: 100%;
    gap: 20px;
  }

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

  .contact-block__main-subscribe {
    font-size: 16px;
  }

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

  .contact-page__head-info {
    padding: 0;
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-template-contact.scss */

  .contact-page__media-item,
  .contact-page__media-item-video {
    height: 275px;
  }

  /* line 31, resources/assets/styles/559-adaptive/_559-template-contact.scss */

  .contact-page__media-item-video {
    object-fit: cover;
    object-position: center;
  }

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

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

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

  .post-page {
    padding-top: 50px;
  }

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

  .post-page__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }

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

  .post-page__list {
    gap: 20px;
    margin-top: 30px;
  }

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

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

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

  .post-page__list-item-link {
    padding: 20px;
    min-height: auto;
  }

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

  .post-page__list-item-title {
    font-size: 20px;
  }

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

  .post-page__menu {
    display: none;
  }

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

  .post-page__category-dropdown {
    display: flex;
  }

  /* Кнопка */

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

  .post-page__category-btn {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #0f6b5a;
    border-radius: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 18px;
    color: #0f6b5a;
  }

  /* line 54, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__category-arrow {
    position: relative;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
  }

  /* line 60, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__category-arrow::after {
    position: absolute;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNjg2MjYgNi4yNDE4NkMxLjU5MDg0IDYuMTY0NiAxLjQ3ODYgNi4xMDQyMSAxLjM1NTk1IDYuMDY0MTJDMS4yMzMyOSA2LjAyNDAzIDEuMTAyNjIgNi4wMDUwMyAwLjk3MTM5NSA2LjAwODIxQzAuODQwMTcgNi4wMTEzOSAwLjcxMDk2MSA2LjAzNjY5IDAuNTkxMTQ2IDYuMDgyNjVDMC40NzEzMyA2LjEyODYyIDAuMzYzMjU0IDYuMTk0MzYgMC4yNzMwODkgNi4yNzYxMkMwLjE4MjkyNCA2LjM1Nzg3IDAuMTEyNDM1IDYuNDU0MDUgMC4wNjU2NDcyIDYuNTU5MTRDMC4wMTg4NTkxIDYuNjY0MjQgLTAuMDAzMzExODkgNi43NzYyMSAwLjAwMDQwMDI4NyA2Ljg4ODY1QzAuMDA0MTEyNDYgNy4wMDEwOSAwLjAzMzYzNSA3LjExMTggMC4wODcyODIyIDcuMjE0NDZDMC4xNDA5MjkgNy4zMTcxMyAwLjIxNzY1MSA3LjQwOTczIDAuMzEzMDY2IDcuNDg2OTlMOS4zMDc3OSAxNC43NjU5QzkuNDkzMzUgMTQuOTE2MiA5LjczOTAyIDE1IDkuOTk0MzggMTVDMTAuMjQ5NyAxNSAxMC40OTU0IDE0LjkxNjIgMTAuNjgxIDE0Ljc2NTlMMTkuNjc2NyA3LjQ4Njk5QzE5Ljc3NDIgNy40MTAyNCAxOS44NTI5IDcuMzE3NjYgMTkuOTA4MyA3LjIxNDYxQzE5Ljk2MzcgNy4xMTE1NyAxOS45OTQ3IDcuMDAwMTMgMTkuOTk5NCA2Ljg4Njc1QzIwLjAwNDEgNi43NzMzOCAxOS45ODI0IDYuNjYwMzMgMTkuOTM1NyA2LjU1NDE4QzE5Ljg4OSA2LjQ0ODAzIDE5LjgxODEgNi4zNTA4OSAxOS43MjcyIDYuMjY4NDFDMTkuNjM2MyA2LjE4NTkzIDE5LjUyNzIgNi4xMTk3NCAxOS40MDYyIDYuMDczN0MxOS4yODUyIDYuMDI3NjYgMTkuMTU0NyA2LjAwMjY3IDE5LjAyMjMgNi4wMDAyQzE4Ljg5IDUuOTk3NzMgMTguNzU4NCA2LjAxNzgzIDE4LjYzNTEgNi4wNTkzMUMxOC41MTE5IDYuMTAwNzkgMTguMzk5NSA2LjE2Mjg1IDE4LjMwNDUgNi4yNDE4Nkw5Ljk5NDM4IDEyLjk2NTlMMS42ODYyNiA2LjI0MTg2WiIgZmlsbD0iIzE5NjY1QiIvPgo8L3N2Zz4K);
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 1;
  }

  /* Выпадающий список */

  /* line 72, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .menu-menyu-rubrik-container {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 2px solid #0f6b5a;
    border-radius: 20px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
  }

  /* line 91, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__category-dropdown.active .menu-menyu-rubrik-container {
    max-height: 500px;
    /* с запасом */
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* line 98, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__category-dropdown.active .post-page__category-arrow {
    transform: rotate(180deg);
  }

  /* line 102, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__header-nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 20px 10px;
  }

  /* line 110, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__header-nav li.menu-item {
    width: 100%;
  }

  /* line 114, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__header-nav li.menu-item a {
    display: flex;
    padding: 0;
    width: 100%;
    border-bottom: none !important;
    color: #a8bcb9 !important;
  }

  /* line 122, resources/assets/styles/559-adaptive/_559-post-page.scss */

  .post-page__header-nav li.current-menu-item a {
    color: var(--dark-green) !important;
    border-bottom: none !important;
  }
}

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

  .blog-page {
    padding-top: 50px;
  }

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

  .blog-page__heading {
    margin-top: 30px;
  }

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

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

  /* line 15, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__main-footer {
    padding-top: 30px;
  }

  /* line 19, resources/assets/styles/559-adaptive/_559-posts.scss */

  .front-page__blog .swiper-pagination3 {
    display: flex !important;
  }

  /* line 23, resources/assets/styles/559-adaptive/_559-posts.scss */

  .blog-page__main-footer-social-item,
  .blog-page__main-footer-social-item svg {
    width: 30px;
    height: 30px;
  }
}

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

  .form-block .wpcf7 .wpcf7-form__block-wrapper {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 30px;
  }

  /* line 11, resources/assets/styles/559-adaptive/_559-block-form.scss */

  .form-block .wpcf7 .wpcf7-form__block-wrapper-info,
  .form-block .wpcf7 .wpcf7-form__block-wrapper-textarea {
    max-width: 100%;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-block-form.scss */

  .form-block .wpcf7 .wpcf7-form__block span.user-email-01,
  .form-block .wpcf7 .wpcf7-form__block span.user-email-02 {
    margin-bottom: -20px;
  }

  /* line 21, resources/assets/styles/559-adaptive/_559-block-form.scss */

  .file-wrapp {
    position: absolute;
    bottom: 66px;
    left: 15px;
    z-index: 5;
  }

  /* line 29, resources/assets/styles/559-adaptive/_559-block-form.scss */

  .form-block .wpcf7 .wpcf7-form__footer {
    gap: 20px;
  }

  /* line 33, resources/assets/styles/559-adaptive/_559-block-form.scss */

  .form-block .wpcf7 .wpcf7-form__footer .wpcf7-submit-wrapper {
    margin-top: 40px;
  }

  /* line 37, resources/assets/styles/559-adaptive/_559-block-form.scss */

  .form-block::before {
    background: url(/app/themes/sage/dist/images/form_elements_bg1_mob.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
  }

  /* line 44, resources/assets/styles/559-adaptive/_559-block-form.scss */

  .form-block::after {
    background: url(/app/themes/sage/dist/images/form_elements_bg2_mob.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
  }
}

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

  .button-btn,
  .button-dark {
    padding: 16px 21px;
    font-size: 15px;
    white-space: normal;
    text-align: center;
  }

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

  .button-green {
    justify-content: center;
    font-size: 15px;
    max-width: 100%;
  }

  /* line 16, resources/assets/styles/559-adaptive/_559-buttons.scss */

  .front-page__about-btn {
    justify-content: center;
    max-width: 100%;
  }

  /* line 21, resources/assets/styles/559-adaptive/_559-buttons.scss */

  .service-button {
    padding: 11px 20px !important;
  }

  /* line 26, resources/assets/styles/559-adaptive/_559-buttons.scss */

  div#mfcf7_zl_multifilecontainer {
    padding: 5px;
    background: #e9eef2;
    border: 2px solid #e9eef2;
    border-radius: 10px;
  }
}

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

  .footer {
    padding-bottom: 30px;
  }

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

  .footer__main {
    gap: 30px;
  }

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

  .footer__main-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }

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

  .footer__main-header-item {
    font-size: 20px;
  }

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

  .footer__main-navigation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    padding-bottom: 30px;
  }

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

  .footer__main-navigation_item-title {
    padding-bottom: 0;
    border: none;
  }

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

  .footer__main-navigation_item-service-list {
    max-height: none;
  }

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

  .footer__bottom {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
  }
}

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

  .footer__bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

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

  .footer__bottom-item {
    width: calc((100% - 40px) / 3);
    font-size: 12px;
  }
}

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

  .footer__bottom-item {
    width: 100%;
    text-align: center;
  }
}

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

  .footer__bottom-imp {
    order: 1;
  }

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

  .footer__bottom-copyright,
  .footer__bottom-creat {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

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

  .footer__bottom-creat {
    order: 4;
  }

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

  .footer__bottom-copyright {
    order: 5;
  }

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

  .footer__bottom-privacy {
    text-align: center;
    order: 2;
  }

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

  .footer__bottom-cookie {
    text-align: right;
    order: 3;
  }
}

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

  .footer__bottom-cookie {
    text-align: center;
  }
}

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

  .modal__wrapper .modal__block,
  .modal__wrapper .modal__block-1,
  .modal__wrapper-1 .modal__block,
  .modal__wrapper-1 .modal__block-1 {
    padding: 60px 20px;
    border-radius: 30px;
  }

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

  .modal__wrapper .modal__block-close-modal,
  .modal__wrapper .modal__block-close-modal-1,
  .modal__wrapper .modal__block-1-close-modal,
  .modal__wrapper .modal__block-1-close-modal-1,
  .modal__wrapper-1 .modal__block-close-modal,
  .modal__wrapper-1 .modal__block-close-modal-1,
  .modal__wrapper-1 .modal__block-1-close-modal,
  .modal__wrapper-1 .modal__block-1-close-modal-1 {
    top: 20px;
    right: 20px;
  }
}

/** adaptive 768 */

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

  .banner__header {
    min-height: 40px;
    gap: 10px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__header-logo {
    max-width: 130px;
    width: 100%;
    height: 23px;
  }

  /* line 13, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__header-languages {
    margin: auto;
    padding-right: 50px;
  }

  /* line 18, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__header-contact {
    display: none;
  }

  /* line 22, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__header-button {
    display: none;
  }

  /* line 27, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__nav-primary {
    display: none;
    position: fixed;
    top: 61px;
    right: 0;
    margin-right: 0;
    padding-top: 0;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: var(--main);
    text-align: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 99;
  }

  /* line 43, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__nav-primary--active {
    display: block;
  }

  /* line 48, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__nav-primary-wrapper {
    box-shadow: 0 1px 10px 0 rgba(144, 144, 144, 0.1);
  }

  /* line 52, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__nav-primary-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 20px 40px;
    width: 100%;
    max-width: 100%;
    gap: 10px;
    background: var(--white);
    box-shadow: none;
  }
}

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

  .banner__nav-primary-list {
    padding: 20px;
  }
}

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

  .banner__nav-primary-list li.menu-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }

  /* line 75, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__nav-primary-list li.menu-item a {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: start;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bg);
  }

  /* line 84, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__nav-primary-list li.menu-item a:hover {
    color: var(--hover);
  }

  /* line 89, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner .navi {
    display: block;
    height: 60px;
  }

  /* line 94, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__header-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px 40px;
    width: 100%;
    max-width: 100%;
    gap: 40px;
    background: var(--white);
    margin-top: -1px;
  }

  /* line 107, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__header-bottom-contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
  }

  /* line 117, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__header-contact-item,
  .banner__header-contact_social {
    max-width: calc(50% - 20px);
    width: 100%;
  }
}

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

  .banner__header-contact-item,
  .banner__header-contact_social {
    max-width: 100%;
  }
}

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

  .banner__header-contact-item {
    text-align: left;
  }
}

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

  .banner__header-contact-item {
    text-align: center;
  }
}

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

  .banner__header-contact_social {
    justify-content: flex-end;
  }
}

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

  .banner__header-contact_social {
    justify-content: center;
  }
}

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

  .banner__header-contact_social-item {
    max-width: 25px;
    height: 25px;
  }

  /* line 148, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__header-contact_social-item-image {
    width: 25px;
    height: 25px;
  }

  /* line 153, resources/assets/styles/768-adaptive/_768-header.scss */

  .banner__header-bottom-contact-button {
    padding: 15px 30px;
  }
}

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

  .banner__header-bottom-contact-button {
    max-width: 100%;
  }
}

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

  .banner__header-bottom-languages {
    display: none;
  }
}

@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: 90px;
  }

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

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

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

  .front-page__service-item-el {
    width: calc((100% - 20px) / 2);
  }

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

  .front-page__service-item-link {
    padding: 20px;
  }

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

  .front-page__service-item-title,
  .front-page__service-card-title {
    font-size: 22px;
  }
}

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

  .front-page__founders {
    padding-top: 60px;
    padding-bottom: 80px;
  }

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

  .front-page__founders-content {
    gap: 20px;
    margin-top: 40px;
  }

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

  .front-page__founders-item {
    width: calc((100% - 20px) / 2);
  }

  /* line 16, resources/assets/styles/768-adaptive/_768-front-page-founders.scss */

  .front-page__founders-item-link {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .front-page__founders-item-image {
    max-width: 100%;
    height: 280px;
  }

  /* line 27, resources/assets/styles/768-adaptive/_768-front-page-founders.scss */

  .front-page__founders-item-main {
    max-width: 100%;
    min-height: auto;
    padding: 20px;
  }

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

  .front-page__founders-item-title {
    font-size: 22px;
  }
}

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

  .front-page__about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .front-page__about-wrapper {
    gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .front-page__about-info {
    max-width: 100%;
  }

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

  .front-page__about-text {
    margin-bottom: 40px;
  }

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

  .front-page__about-content {
    gap: 30px;
  }

  /* line 26, resources/assets/styles/768-adaptive/_768-front-page-about.scss */

  .front-page__about-item {
    width: calc((100% - 30px) / 2);
    padding: 30px 20px;
  }

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

  .front-page__about-item-title {
    font-size: 22px;
  }
}

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

  .front-page__feedback-info-title {
    font-size: 18px;
  }

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

  .front-page__feedback-info-value {
    font-size: 18px;
  }

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

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

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

  .front-page__feedback-item-video_el-media {
    height: 440px;
  }

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

  .front-page__feedback-item-video_el-title {
    font-size: 22px;
  }
}

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

  .front-page__faq-slider-item {
    padding: 15px;
  }

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

  .front-page__faq-main-container {
    gap: 20px;
  }

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

  .front-page__faq-main-item-title {
    font-size: 22px;
  }
}

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

  .front-page__blog-header {
    gap: 20px;
  }

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

  .front-page__blog-main {
    margin-top: 40px;
  }

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

  .front-page__blog-item-link {
    padding: 30px 20px;
  }

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

  .front-page__blog-item-title {
    font-size: 22px;
  }
}

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

  .contact-block__main {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }

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

  .contact-block__main-content {
    margin-top: 40px;
  }

  /* line 13, resources/assets/styles/768-adaptive/_768-block-contact.scss */

  .contact-block__main-textarea {
    max-width: 100%;
  }

  /* line 17, resources/assets/styles/768-adaptive/_768-block-contact.scss */

  .contact-block__main-content_item {
    font-size: 18px;
  }

  /* line 21, resources/assets/styles/768-adaptive/_768-block-contact.scss */

  .contact-block__main-info {
    max-width: 100%;
    gap: 30px;
  }

  /* line 27, resources/assets/styles/768-adaptive/_768-block-contact.scss */

  .contact-block__map iframe {
    height: 300px;
  }
}

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

  .about-page__head {
    padding-top: 60px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__head-title {
    margin-bottom: 40px;
  }

  /* line 11, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__head-wrapper {
    gap: 30px;
  }

  /* line 15, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__head-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }

  /* line 22, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__head-item-image {
    max-width: 100%;
    height: 320px;
  }

  /* line 27, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__head-item-bottom {
    margin-top: 40px;
  }

  /* line 31, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__head-item_el-title {
    font-size: 38px;
  }

  /* line 36, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__stages-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    padding-left: 20px;
  }

  /* line 43, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__stages-content hr {
    top: 5px;
    width: 2px;
    height: 100%;
  }

  /* line 50, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__stages-item {
    align-items: flex-start;
    max-width: 350px;
  }

  /* line 55, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__stages-item-year {
    padding-bottom: 20px;
  }

  /* line 59, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__stages-item-year::after {
    bottom: auto;
    top: 4px;
    left: -27px;
  }

  /* line 65, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__stages .item--active .about-page__stages-item-year::before {
    bottom: auto;
    top: 1px;
    left: -30px;
  }

  /* line 71, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__stages-item-text {
    text-align: left;
    max-width: 100%;
  }

  /* line 77, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__founders-content {
    margin-top: 40px;
  }

  /* line 81, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__founders-item {
    flex-direction: column;
  }

  /* line 85, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__founders-item-title {
    font-size: 22px;
  }

  /* line 89, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__founders-item-main {
    padding: 30px 20px;
  }

  /* line 93, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__founders-item-bottom {
    gap: 20px;
  }

  /* line 97, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__founders-item_el {
    width: calc((100% - 40px) / 3);
  }

  /* line 101, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__founders-item_el-title {
    font-size: 33px;
  }

  /* line 105, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__founders-item-image {
    max-width: 100%;
    height: 320px;
  }

  /* line 110, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__founders-item-image-img {
    object-fit: contain;
  }

  /* line 115, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__faces-content {
    margin-top: 40px;
  }

  /* line 119, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__faces-item {
    height: 380px;
  }

  /* line 124, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__partners-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  /* line 129, resources/assets/styles/768-adaptive/_768-template-about.scss */

  .about-page__partners-item {
    height: 90px;
  }
}

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

  .service-page {
    padding-top: 60px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__related {
    margin-bottom: 60px;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__passports-header,
  .service-page__notary-header,
  .service-page__pension-header,
  .service-page__standesamt-header,
  .service-page__legal-header,
  .service-page__translations-header,
  .service-page__related-header,
  .service-page__citizenship-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-top: 40px;
  }

  /* line 25, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__passports-title,
  .service-page__notary-title,
  .service-page__pension-title,
  .service-page__standesamt-title,
  .service-page__legal-title,
  .service-page__translations-title,
  .service-page__related-title,
  .service-page__citizenship-title {
    font-size: 22px;
  }

  /* line 36, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__passports-info,
  .service-page__notary-info,
  .service-page__pension-info,
  .service-page__standesamt-info,
  .service-page__legal-info,
  .service-page__translations-info,
  .service-page__related-info,
  .service-page__citizenship-info {
    gap: 20px;
  }

  /* line 47, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__passports-link,
  .service-page__notary-link,
  .service-page__pension-link,
  .service-page__standesamt-link,
  .service-page__legal-link,
  .service-page__translations-link,
  .service-page__related-link,
  .service-page__citizenship-link {
    max-width: 40px;
    width: 100%;
    height: 40px;
  }

  /* line 59, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__passports-link svg,
  .service-page__notary-link svg,
  .service-page__pension-link svg,
  .service-page__standesamt-link svg,
  .service-page__legal-link svg,
  .service-page__translations-link svg,
  .service-page__related-link svg,
  .service-page__citizenship-link svg {
    max-width: 40px;
    width: 100%;
    height: 40px;
  }

  /* line 66, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__passports-content,
  .service-page__notary-content,
  .service-page__pension-content,
  .service-page__standesamt-content,
  .service-page__legal-content,
  .service-page__translations-content,
  .service-page__related-content,
  .service-page__citizenship-content {
    gap: 20px;
  }

  /* line 77, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__passports-item,
  .service-page__notary-item,
  .service-page__pension-item,
  .service-page__standesamt-item,
  .service-page__legal-item,
  .service-page__translations-item,
  .service-page__related-item,
  .service-page__citizenship-item {
    width: calc((100% - 20px) / 2) !important;
  }
}

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

  .service-page__passports-item,
  .service-page__notary-item,
  .service-page__pension-item,
  .service-page__standesamt-item,
  .service-page__legal-item,
  .service-page__translations-item,
  .service-page__related-item,
  .service-page__citizenship-item {
    width: 100% !important;
  }
}

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

  .service-page__passports-item-link,
  .service-page__notary-item-link,
  .service-page__pension-item-link,
  .service-page__standesamt-item-link,
  .service-page__legal-item-link,
  .service-page__translations-item-link,
  .service-page__related-item-link,
  .service-page__citizenship-item-link {
    padding: 20px;
    min-height: auto;
  }

  /* line 104, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__passports-item-title,
  .service-page__notary-item-title,
  .service-page__pension-item-title,
  .service-page__standesamt-item-title,
  .service-page__legal-item-title,
  .service-page__translations-item-title,
  .service-page__related-item-title,
  .service-page__citizenship-item-title {
    font-size: 22px;
  }

  /* line 115, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__passports-item-bottom,
  .service-page__notary-item-bottom,
  .service-page__pension-item-bottom,
  .service-page__standesamt-item-bottom,
  .service-page__legal-item-bottom,
  .service-page__translations-item-bottom,
  .service-page__related-item-bottom,
  .service-page__citizenship-item-bottom {
    gap: 10px;
  }

  /* line 126, resources/assets/styles/768-adaptive/_768-template-service.scss */

  .service-page__passports-item-bottom svg,
  .service-page__notary-item-bottom svg,
  .service-page__pension-item-bottom svg,
  .service-page__standesamt-item-bottom svg,
  .service-page__legal-item-bottom svg,
  .service-page__translations-item-bottom svg,
  .service-page__related-item-bottom svg,
  .service-page__citizenship-item-bottom svg {
    max-width: 40px;
    width: 100%;
    height: 40px;
  }
}

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

  .service-single-page {
    padding-top: 60px;
  }

  /* line 7, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__main-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__main-info_left,
  .service-single-page__main-info_right {
    max-width: 100%;
  }

  /* line 19, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__main-content {
    gap: 20px;
  }

  /* line 23, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__main-item {
    width: calc((100% - 20px) / 2);
  }
}

@media (min-width: 560px) and (max-width: 768px) and (max-width: 639px) {
  /* line 23, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__main-item {
    width: 100% !important;
  }
}

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

  .service-single-page__main-item-link {
    padding: 30px 20px;
  }

  /* line 35, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__main-item-title {
    font-size: 22px;
  }

  /* line 40, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__about {
    padding-bottom: 60px;
  }

  /* line 44, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__about-wrapper {
    gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 51, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__about-info {
    max-width: 100%;
  }

  /* line 55, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__about-text {
    margin-bottom: 40px;
  }

  /* line 59, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__about-content {
    gap: 30px;
  }

  /* line 63, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__about-item {
    width: calc((100% - 30px) / 2);
    padding: 30px 20px;
  }

  /* line 68, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__about-item-title {
    font-size: 22px;
  }

  /* line 73, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__stages-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }

  /* line 80, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__stages-main_item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  /* line 87, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__stages-main_item-info {
    padding: 30px 20px;
    gap: 30px;
  }

  /* line 92, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__stages-main_item-image {
    max-width: 100%;
    height: 330px;
  }

  /* line 98, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__price-content {
    margin-top: 40px;
  }

  /* line 102, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__price-item-value {
    font-size: 22px;
  }

  /* line 107, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__pattern {
    gap: 20px;
  }
}

@media (min-width: 560px) and (max-width: 768px) and (max-width: 659px) {
  /* line 107, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__pattern {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
}

@media (min-width: 560px) and (max-width: 768px) and (max-width: 659px) {
  /* line 118, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__pattern-info {
    max-width: 100%;
    min-height: auto;
    gap: 20px;
  }
}

@media (min-width: 560px) and (max-width: 768px) and (max-width: 659px) {
  /* line 126, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__pattern-title {
    margin-bottom: 10px;
  }
}

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

  .popup-pattern__block {
    padding: 60px 40px;
  }

  /* line 136, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .popup-pattern__block-title {
    font-size: 22px;
  }

  /* line 141, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__faq {
    padding-bottom: 60px;
  }

  /* line 145, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__faq-content {
    gap: 20px;
    margin-top: 40px;
  }

  /* line 150, resources/assets/styles/768-adaptive/_768-template-service-single.scss */

  .service-single-page__faq-item-title {
    font-size: 22px;
  }
}

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

  .partners-page {
    padding-top: 60px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-template-partners.scss */

  .partners-page__main-content {
    margin-top: 40px;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-template-partners.scss */

  .partners-page__main-item-link {
    gap: 20px;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-template-partners.scss */

  .partners-page__main-item-title {
    font-size: 22px;
  }
}

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

  .faq-page {
    padding-top: 60px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-template-faq.scss */

  .faq-page__main-slider-item {
    padding: 15px;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-template-faq.scss */

  .faq-page__main-content-container {
    gap: 20px;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-template-faq.scss */

  .faq-page__main-content-item-title {
    font-size: 22px;
  }
}

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

  .contact-page {
    padding-top: 60px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-template-contact.scss */

  .contact-page__head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }

  /* line 13, resources/assets/styles/768-adaptive/_768-template-contact.scss */

  .contact-page__head-content {
    max-width: 100%;
    gap: 30px;
  }

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

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

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

  .post-page {
    padding-top: 60px;
  }

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

  .post-page__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }

  /* line 13, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page__list {
    gap: 20px;
    margin-top: 40px;
  }

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

  .post-page__list-item {
    width: calc((100% - 20px) / 2);
  }

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

  .post-page__list-item-link {
    padding: 30px 20px;
  }

  /* line 26, resources/assets/styles/768-adaptive/_768-post-page.scss */

  .post-page__list-item-title {
    font-size: 22px;
  }
}

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

  .blog-page {
    padding-top: 60px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__heading {
    margin-top: 40px;
  }

  /* line 10, resources/assets/styles/768-adaptive/_768-posts.scss */

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

  /* line 15, resources/assets/styles/768-adaptive/_768-posts.scss */

  .blog-page__main-footer {
    padding-top: 40px;
  }

  /* line 19, resources/assets/styles/768-adaptive/_768-posts.scss */

  .front-page__blog .swiper-pagination3 {
    display: flex !important;
  }
}

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

  .form-block .wpcf7 .wpcf7-form__block-wrapper {
    gap: 20px;
    margin-top: 40px;
  }
}

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

  .footer__main {
    gap: 40px;
  }

  /* line 6, resources/assets/styles/768-adaptive/_768-footer.scss */

  .footer__main-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }

  /* line 14, resources/assets/styles/768-adaptive/_768-footer.scss */

  .footer__main-header-item {
    font-size: 22px;
  }

  /* line 18, resources/assets/styles/768-adaptive/_768-footer.scss */

  .footer__main-navigation_item-title {
    padding-bottom: 0;
    border: none;
  }

  /* line 23, resources/assets/styles/768-adaptive/_768-footer.scss */

  .footer__main-navigation_item-service-list {
    max-height: none;
  }

  /* line 27, resources/assets/styles/768-adaptive/_768-footer.scss */

  .footer__bottom {
    flex-wrap: wrap;
  }

  /* line 31, resources/assets/styles/768-adaptive/_768-footer.scss */

  .footer__bottom-item {
    width: calc((100% - 40px) / 3);
  }

  /* line 35, resources/assets/styles/768-adaptive/_768-footer.scss */

  .footer__bottom-copyright,
  .footer__bottom-creat {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  /* line 42, resources/assets/styles/768-adaptive/_768-footer.scss */

  .footer__bottom-privacy {
    text-align: center;
  }

  /* line 46, resources/assets/styles/768-adaptive/_768-footer.scss */

  .footer__bottom-cookie {
    text-align: right;
  }
}

/** adaptive 989 */

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

  .banner__header {
    min-height: 60px;
    gap: 20px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__header-contact {
    margin-right: 60px;
  }

  /* line 12, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary {
    display: none;
    position: fixed;
    top: 81px;
    right: 0;
    margin-right: 0;
    padding-top: 0;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: var(--main);
    text-align: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 99;
  }

  /* line 28, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary--active {
    display: block;
  }

  /* line 33, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 20px 40px;
    width: 100%;
    max-width: 100%;
    gap: 20px;
    background: var(--white);
    box-shadow: 0 1px 10px 0 rgba(144, 144, 144, 0.1);
  }

  /* line 46, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary-list li.menu-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }

  /* line 52, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary-list li.menu-item a {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: start;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--bg);
  }

  /* line 61, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner__nav-primary-list li.menu-item a:hover {
    color: var(--hover);
  }

  /* line 66, resources/assets/styles/989-adaptive/_989-header.scss */

  .banner .navi {
    display: block;
  }
}

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

  .front-page__banner-item {
    gap: 20px;
  }

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

  .front-page__banner-main {
    max-width: 100%;
  }

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

  .front-page__banner-plashka {
    display: none;
  }
}

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

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

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

  .front-page__service-item-el {
    width: calc((100% - 30px) / 2);
  }

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

  .front-page__service-item-title,
  .front-page__service-card-title {
    font-size: 22px;
  }
}

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

  .front-page__founders {
    padding-top: 70px;
    padding-bottom: 90px;
  }

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

  .front-page__founders-content {
    margin-top: 40px;
  }

  /* line 16, resources/assets/styles/989-adaptive/_989-front-page-founders.scss */

  .front-page__founders-item-link {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 22, resources/assets/styles/989-adaptive/_989-front-page-founders.scss */

  .front-page__founders-item-image {
    max-width: 100%;
    height: 300px;
  }

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

  .front-page__founders-item-main {
    max-width: 100%;
    min-height: auto;
  }
}

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

  .front-page__about {
    padding-top: 80px;
    padding-bottom: 70px;
  }

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

  .front-page__about-wrapper {
    gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 14, resources/assets/styles/989-adaptive/_989-front-page-about.scss */

  .front-page__about-info {
    max-width: 100%;
  }
}

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

  .front-page__faq-main-item-title {
    font-size: 22px;
  }
}

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

  .front-page__blog-header {
    gap: 30px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-front-page-blog.scss */

  .front-page__blog-item-link {
    padding: 30px 20px;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-front-page-blog.scss */

  .front-page__blog-item-title {
    font-size: 22px;
  }
}

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

  .contact-block__main {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }

  /* line 9, resources/assets/styles/989-adaptive/_989-block-contact.scss */

  .contact-block__main-content {
    margin-top: 40px;
  }

  /* line 13, resources/assets/styles/989-adaptive/_989-block-contact.scss */

  .contact-block__main-textarea {
    max-width: 100%;
  }

  /* line 17, resources/assets/styles/989-adaptive/_989-block-contact.scss */

  .contact-block__main-info {
    max-width: 100%;
    gap: 30px;
  }

  /* line 23, resources/assets/styles/989-adaptive/_989-block-contact.scss */

  .contact-block__map iframe {
    height: 320px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 3, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__head-wrapper {
    gap: 50px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__head-item {
    gap: 30px;
  }

  /* line 12, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__founders-item-main {
    padding: 30px 20px;
  }

  /* line 16, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__founders-item-bottom {
    gap: 20px;
  }
}

@media (min-width: 769px) and (max-width: 989px) and (max-width: 850px) {
  /* line 16, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__founders-item-bottom {
    gap: 10px;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 24, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__founders-item_el {
    width: calc((100% - 40px) / 3);
  }
}

@media (min-width: 769px) and (max-width: 989px) and (max-width: 850px) {
  /* line 24, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__founders-item_el {
    width: calc((100% - 20px) / 3);
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 32, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__founders-item_el-title {
    font-size: 38px;
  }
}

@media (min-width: 769px) and (max-width: 989px) and (max-width: 850px) {
  /* line 37, resources/assets/styles/989-adaptive/_989-template-about.scss */

  .about-page__founders-item-image {
    max-width: 240px;
  }
}

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

  .service-page__related {
    margin-bottom: 80px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__passports-header,
  .service-page__notary-header,
  .service-page__pension-header,
  .service-page__standesamt-header,
  .service-page__legal-header,
  .service-page__translations-header,
  .service-page__related-header,
  .service-page__citizenship-header {
    gap: 30px;
  }

  /* line 17, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__passports-info,
  .service-page__notary-info,
  .service-page__pension-info,
  .service-page__standesamt-info,
  .service-page__legal-info,
  .service-page__translations-info,
  .service-page__related-info,
  .service-page__citizenship-info {
    gap: 20px;
  }

  /* line 28, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__passports-content,
  .service-page__notary-content,
  .service-page__pension-content,
  .service-page__standesamt-content,
  .service-page__legal-content,
  .service-page__translations-content,
  .service-page__related-content,
  .service-page__citizenship-content {
    gap: 30px;
  }

  /* line 39, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__passports-item,
  .service-page__notary-item,
  .service-page__pension-item,
  .service-page__standesamt-item,
  .service-page__legal-item,
  .service-page__translations-item,
  .service-page__related-item,
  .service-page__citizenship-item {
    width: calc((100% - 30px) / 2) !important;
  }

  /* line 50, resources/assets/styles/989-adaptive/_989-template-service.scss */

  .service-page__passports-item-link,
  .service-page__notary-item-link,
  .service-page__pension-item-link,
  .service-page__standesamt-item-link,
  .service-page__legal-item-link,
  .service-page__translations-item-link,
  .service-page__related-item-link,
  .service-page__citizenship-item-link {
    padding: 20px;
  }
}

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

  .service-single-page__main-info {
    gap: 30px;
  }

  /* line 7, resources/assets/styles/989-adaptive/_989-template-service-single.scss */

  .service-single-page__main-content {
    gap: 30px;
  }

  /* line 11, resources/assets/styles/989-adaptive/_989-template-service-single.scss */

  .service-single-page__main-item {
    width: calc((100% - 30px) / 2);
  }

  /* line 20, resources/assets/styles/989-adaptive/_989-template-service-single.scss */

  .service-single-page__about {
    padding-bottom: 70px;
  }

  /* line 24, resources/assets/styles/989-adaptive/_989-template-service-single.scss */

  .service-single-page__about-wrapper {
    gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* line 31, resources/assets/styles/989-adaptive/_989-template-service-single.scss */

  .service-single-page__about-info {
    max-width: 100%;
  }

  /* line 36, resources/assets/styles/989-adaptive/_989-template-service-single.scss */

  .service-single-page__stages-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }

  /* line 43, resources/assets/styles/989-adaptive/_989-template-service-single.scss */

  .service-single-page__stages-main_item {
    gap: 20px;
  }

  /* line 47, resources/assets/styles/989-adaptive/_989-template-service-single.scss */

  .service-single-page__stages-main_item-info {
    padding: 30px 20px;
    gap: 40px;
  }

  /* line 53, resources/assets/styles/989-adaptive/_989-template-service-single.scss */

  .service-single-page__price-content {
    margin-top: 40px;
  }

  /* line 58, resources/assets/styles/989-adaptive/_989-template-service-single.scss */

  .service-single-page__pattern {
    gap: 30px;
  }

  /* line 62, resources/assets/styles/989-adaptive/_989-template-service-single.scss */

  .popup-pattern__block {
    padding: 70px 80px;
  }

  /* line 67, resources/assets/styles/989-adaptive/_989-template-service-single.scss */

  .service-single-page__faq {
    padding-bottom: 80px;
  }

  /* line 71, resources/assets/styles/989-adaptive/_989-template-service-single.scss */

  .service-single-page__faq-item-title {
    font-size: 22px;
  }
}

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

  .faq-page__main-content-item-title {
    font-size: 22px;
  }
}

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

  .contact-page__head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }

  /* line 9, resources/assets/styles/989-adaptive/_989-template-contact.scss */

  .contact-page__head-content {
    max-width: 100%;
    gap: 30px;
  }
}

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

  .post-page__header {
    gap: 30px;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-post-page.scss */

  .post-page__list {
    gap: 30px;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-post-page.scss */

  .post-page__list-item {
    width: calc((100% - 30px) / 2);
  }
}

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

  .front-page__blog .swiper-pagination3 {
    display: flex !important;
  }
}

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

  .form-block .wpcf7 .wpcf7-form__block-wrapper {
    gap: 30px;
  }
}

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

  .footer__main-header {
    flex-wrap: wrap;
  }

  /* line 6, resources/assets/styles/989-adaptive/_989-footer.scss */

  .footer__main-navigation_item-service-list {
    max-height: none;
  }

  /* line 10, resources/assets/styles/989-adaptive/_989-footer.scss */

  .footer__bottom {
    flex-wrap: wrap;
  }

  /* line 14, resources/assets/styles/989-adaptive/_989-footer.scss */

  .footer__bottom-item {
    width: calc((100% - 40px) / 3);
  }

  /* line 18, resources/assets/styles/989-adaptive/_989-footer.scss */

  .footer__bottom-copyright,
  .footer__bottom-creat {
    width: 100%;
    max-width: calc(50% - 20px);
  }

  /* line 24, resources/assets/styles/989-adaptive/_989-footer.scss */

  .footer__bottom-privacy {
    text-align: center;
  }

  /* line 28, resources/assets/styles/989-adaptive/_989-footer.scss */

  .footer__bottom-cookie,
  .footer__bottom-creat {
    text-align: right;
  }
}

/** adaptive 1220 */

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

  .banner__header {
    gap: 20px;
  }

  /* line 6, resources/assets/styles/1220-adaptive/_1220-header.scss */

  .banner__nav-primary-list {
    gap: 20px;
  }
}

@media (min-width: 990px) and (max-width: 1250px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner-item {
    gap: 20px;
  }

  /* line 6, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner-main {
    max-width: 800px;
  }

  /* line 10, resources/assets/styles/1220-adaptive/_1220-front-page-banner.scss */

  .front-page__banner-plashka {
    margin-left: auto;
    max-width: 270px;
    width: 100%;
  }
}

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

  .front-page__service-content {
    gap: 30px;
  }

  /* line 6, resources/assets/styles/1220-adaptive/_1220-front-page-service.scss */

  .front-page__service-item-el {
    width: calc((100% - 60px) / 3);
  }

  /* line 10, resources/assets/styles/1220-adaptive/_1220-front-page-service.scss */

  .front-page__service-item-link {
    padding: 30px 20px;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-front-page-founders.scss */

  .front-page__founders-content {
    gap: 20px;
  }

  /* line 6, resources/assets/styles/1220-adaptive/_1220-front-page-founders.scss */

  .front-page__founders-item-main {
    padding: 30px 20px;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-front-page-about.scss */

  .front-page__about-wrapper {
    gap: 30px;
  }

  /* line 6, resources/assets/styles/1220-adaptive/_1220-front-page-about.scss */

  .front-page__about-info {
    max-width: 35%;
  }

  /* line 10, resources/assets/styles/1220-adaptive/_1220-front-page-about.scss */

  .front-page__about-content {
    gap: 30px;
  }

  /* line 14, resources/assets/styles/1220-adaptive/_1220-front-page-about.scss */

  .front-page__about-item {
    width: calc((100% - 30px) / 2);
    padding: 30px 20px;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-block-contact.scss */

  .contact-block__main {
    gap: 30px;
  }

  /* line 6, resources/assets/styles/1220-adaptive/_1220-block-contact.scss */

  .contact-block__main-info {
    padding: 30px 20px;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 3, resources/assets/styles/1220-adaptive/_1220-template-service.scss */

  .service-page__passports-content,
  .service-page__notary-content,
  .service-page__pension-content,
  .service-page__standesamt-content,
  .service-page__legal-content,
  .service-page__translations-content,
  .service-page__related-content,
  .service-page__citizenship-content {
    gap: 30px;
  }

  /* line 14, resources/assets/styles/1220-adaptive/_1220-template-service.scss */

  .service-page__passports-item,
  .service-page__notary-item,
  .service-page__pension-item,
  .service-page__standesamt-item,
  .service-page__legal-item,
  .service-page__translations-item,
  .service-page__related-item,
  .service-page__citizenship-item {
    width: calc((100% - 60px) / 3);
  }

  /* line 25, resources/assets/styles/1220-adaptive/_1220-template-service.scss */

  .service-page__passports-item-link,
  .service-page__notary-item-link,
  .service-page__pension-item-link,
  .service-page__standesamt-item-link,
  .service-page__legal-item-link,
  .service-page__translations-item-link,
  .service-page__related-item-link,
  .service-page__citizenship-item-link {
    padding: 30px 20px;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 3, resources/assets/styles/1220-adaptive/_1220-template-service-single.scss */

  .service-single-page__main-info {
    gap: 30px;
  }

  /* line 7, resources/assets/styles/1220-adaptive/_1220-template-service-single.scss */

  .service-single-page__main-content {
    gap: 30px;
  }

  /* line 11, resources/assets/styles/1220-adaptive/_1220-template-service-single.scss */

  .service-single-page__main-item {
    width: calc((100% - 30px) / 2);
  }

  /* line 20, resources/assets/styles/1220-adaptive/_1220-template-service-single.scss */

  .service-single-page__about-wrapper {
    gap: 30px;
  }

  /* line 24, resources/assets/styles/1220-adaptive/_1220-template-service-single.scss */

  .service-single-page__about-info {
    max-width: 35%;
  }

  /* line 28, resources/assets/styles/1220-adaptive/_1220-template-service-single.scss */

  .service-single-page__about-content {
    gap: 30px;
  }

  /* line 32, resources/assets/styles/1220-adaptive/_1220-template-service-single.scss */

  .service-single-page__about-item {
    width: calc((100% - 30px) / 2);
    padding: 30px 20px;
  }

  /* line 38, resources/assets/styles/1220-adaptive/_1220-template-service-single.scss */

  .service-single-page__stages-header {
    gap: 30px;
  }

  /* line 42, resources/assets/styles/1220-adaptive/_1220-template-service-single.scss */

  .service-single-page__stages-main_item {
    gap: 30px;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-post-page.scss */

  .post-page__list {
    gap: 30px;
  }

  /* line 6, resources/assets/styles/1220-adaptive/_1220-post-page.scss */

  .post-page__list-item {
    width: calc((100% - 60px) / 3);
  }

  /* line 10, resources/assets/styles/1220-adaptive/_1220-post-page.scss */

  .post-page__list-item-link {
    padding: 30px 20px;
  }
}

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

  .button-btn,
  .button-dark {
    padding: 15px 20px;
  }
}

@media (min-width: 990px) and (max-width: 1220px) {
  /* line 2, resources/assets/styles/1220-adaptive/_1220-footer.scss */

  .footer__main-navigation_item-service-list {
    max-height: 140px;
  }
}


/*# sourceMappingURL=main.css.map*/