

/* Start:/local/templates/brickhouse-new/libs/slick/slick-theme.css?16820831503145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/brickhouse-new/libs/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/brickhouse-new/libs/slick/./fonts/slick.eot');
    src: url('/local/templates/brickhouse-new/libs/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/brickhouse-new/libs/slick/./fonts/slick.woff') format('woff'), url('/local/templates/brickhouse-new/libs/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/brickhouse-new/libs/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 4px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/brickhouse-new/libs/slick/slick.css?16820831501776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/brickhouse-new/libs/magnific-popup/dist/magnific-popup.css?16820831506971*/
/* 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-arrow-left
.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 #8bc34a;
    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 #8bc34a;
    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; } }

/* End */


/* Start:/local/templates/brickhouse-new/libs/select2-develop/dist/css/select2.min.css?168208315015180*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/brickhouse-new/css/style.css?1776841142568439*/
@charset "UTF-8";
@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container.swiper-container__service{
    overflow: visible;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    width: 100%;
    position: relative;
    height: auto;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    /* width: calc(var(--swiper-navigation-size) / 44 * 27); */
    /* height: var(--swiper-navigation-size); */
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media(max-width: 1919px) {
    .swiper-button-prev, .swiper-button-next {
        width: 32px;
        height: 32px;
        margin-top: -16px;
    }
}
@media(max-width: 1230px) {
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@font-face {
    font-family: lg;
    src: url(/local/templates/brickhouse-new/css/../fonts/lg.ttf?io9a6k) format("truetype"), url(/local/templates/brickhouse-new/css/../fonts/lg.woff?io9a6k) format("woff"), url(/local/templates/brickhouse-new/css/../fonts/lg.svg?io9a6k#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.lg-icon {
    font-family: lg !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-container {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

.lg-next, .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: 0;
    border: 0
}

.lg-next.disabled, .lg-prev.disabled {
    opacity: 0 !important;
    cursor: default
}

.lg-next:hover:not(.disabled), .lg-prev:hover:not(.disabled) {
    color: #fff
}

.lg-single-item .lg-next, .lg-single-item .lg-prev {
    display: none
}

.lg-next {
    right: 20px
}

.lg-next:before {
    content: '\e095'
}

.lg-prev {
    left: 20px
}

.lg-prev:after {
    content: '\e094'
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-media-overlap .lg-toolbar {
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, .4)));
    background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, .4))
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium;
    will-change: color;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: '\e070'
}

.lg-toolbar .lg-maximize {
    font-size: 22px
}

.lg-toolbar .lg-maximize:after {
    content: '\e90a'
}

.lg-toolbar .lg-download:after {
    content: '\e0f2'
}

.lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

.lg-sub-html a {
    color: inherit
}

.lg-sub-html a:hover {
    text-decoration: underline
}

.lg-media-overlap .lg-sub-html {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .6)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6))
}

.lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.lg-error-msg {
    font-size: 14px;
    color: #999
}

.lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle
}

.lg-closing .lg-next, .lg-closing .lg-prev, .lg-closing .lg-sub-html, .lg-closing .lg-toolbar {
    opacity: 0;
    -webkit-transition: -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    -webkit-transition: opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: opacity 250ms cubic-bezier(0, 0, .25, 1) !important
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    display: inline-block;
    width: 100%;
    max-height: 350px
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
    text-align: center
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
    text-align: left
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
    text-align: right
}

.lg-outer.lg-single-item .lg-thumb-outer {
    display: none
}

.lg-outer .lg-thumb {
    padding: 5px 0;
    height: 100%;
    margin-bottom: -5px;
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 768px) {
    .lg-outer .lg-thumb {
        padding: 10px 0
    }
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border-radius: 2px;
    margin-bottom: 5px;
    will-change: border-color
}

@media (min-width: 768px) {
    .lg-outer .lg-thumb-item {
        border-radius: 4px;
        border: 2px solid #fff;
        -webkit-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer .lg-toggle-thumb:after {
    content: '\e1ff'
}

.lg-outer.lg-animate-thumb .lg-thumb {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.lg-outer .lg-video-cont {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.lg-outer .lg-video-cont .lg-object {
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-has-iframe .lg-video-cont {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-video-object {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 3
}

.lg-outer .lg-video-poster {
    z-index: 1
}

.lg-outer .lg-has-video .lg-video-object {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button, .lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
    opacity: 0 !important
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
    opacity: 1
}

@-webkit-keyframes lg-play-stroke {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes lg-play-stroke {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@-webkit-keyframes lg-play-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lg-play-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.lg-video-play-button {
    width: 18%;
    max-width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    will-change: opacity, transform;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
    -webkit-transition: opacity .1s, -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28);
    transition: opacity .1s, -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28);
    transition: transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
    transition: transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s, -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28)
}

.lg-video-play-button:hover .lg-video-play-icon, .lg-video-play-button:hover .lg-video-play-icon-bg {
    opacity: 1
}

.lg-video-play-icon-bg {
    fill: none;
    stroke-width: 3%;
    stroke: #fcfcfc;
    opacity: .6;
    will-change: opacity;
    -webkit-transition: opacity .12s ease-in;
    transition: opacity .12s ease-in
}

.lg-video-play-icon-circle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    fill: none;
    stroke-width: 3%;
    stroke: rgba(30, 30, 30, .9);
    stroke-opacity: 1;
    stroke-linecap: round;
    stroke-dasharray: 200;
    stroke-dashoffset: 200
}

.lg-video-play-icon {
    position: absolute;
    width: 25%;
    max-width: 120px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: .6;
    will-change: opacity;
    -webkit-transition: opacity .12s ease-in;
    transition: opacity .12s ease-in
}

.lg-video-play-icon .lg-video-play-icon-inner {
    fill: #fcfcfc
}

.lg-video-loading .lg-video-play-icon-circle {
    -webkit-animation: lg-play-rotate 2s linear .25s infinite, lg-play-stroke 1.5s ease-in-out .25s infinite;
    animation: lg-play-rotate 2s linear .25s infinite, lg-play-stroke 1.5s ease-in-out .25s infinite
}

.lg-video-loaded .lg-video-play-button {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(.7);
    transform: translate(-50%, -50%) scale(.7)
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: '\e01d'
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: '\e01a'
}

.lg-single-item .lg-autoplay-button {
    opacity: .75;
    pointer-events: none
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    will-change: transform;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
    transition: -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
    transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
    transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    will-change: transform;
    -webkit-transition: -webkit-transform .8s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .8s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .8s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .8s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .8s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    will-change: opacity, transform;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
    -webkit-transition: opacity .15s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s !important;
    transition: opacity .15s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s !important;
    transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
    transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-icon.lg-zoom-in:after {
    content: '\e311'
}

.lg-icon.lg-actual-size {
    font-size: 20px
}

.lg-icon.lg-actual-size:after {
    content: '\e033'
}

.lg-icon.lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

.lg-icon.lg-zoom-out:after {
    content: '\e312'
}

.lg-zoomed .lg-icon.lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer.lg-first-slide-loading .lg-actual-size, .lg-outer.lg-first-slide-loading .lg-zoom-in, .lg-outer.lg-first-slide-loading .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-actual-size, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer[data-lg-slide-type=video] .lg-actual-size, .lg-outer[data-lg-slide-type=video] .lg-zoom-in, .lg-outer[data-lg-slide-type=video] .lg-zoom-out {
    opacity: .75;
    pointer-events: none
}

.lg-outer .lg-pager-outer {
    text-align: center;
    z-index: 1080;
    height: 10px;
    margin-bottom: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer.lg-single-item .lg-pager-outer {
    display: none
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    will-change: transform, opacity;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    transition: -webkit-box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer .lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    will-change: visibility, opacity;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active .lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active .lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    will-change: visibility, opacity, transform;
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown > li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer .lg-share {
    position: relative
}

.lg-outer .lg-share:after {
    content: '\e80d'
}

.lg-outer .lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer .lg-share-facebook .lg-icon:after {
    content: '\e904'
}

.lg-outer .lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer .lg-share-twitter .lg-icon:after {
    content: '\e907'
}

.lg-outer .lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer .lg-share-pinterest .lg-icon:after {
    content: '\e906'
}

.lg-comment-box {
    width: 420px;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    will-change: transform;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-comment-box .lg-comment-title {
    margin: 0;
    color: #fff;
    font-size: 18px
}

.lg-comment-box .lg-comment-header {
    background-color: #000;
    padding: 12px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.lg-comment-box .lg-comment-body {
    height: 100% !important;
    padding-top: 43px !important;
    width: 100% !important
}

.lg-comment-box .fb-comments {
    height: 100%;
    width: 100%;
    background: url(/local/templates/brickhouse-new/css/../images/loading.gif) no-repeat center center #fff;
    overflow-y: auto;
    display: inline-block
}

.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
    background-image: none
}

.lg-comment-box .fb-comments > span {
    max-width: 100%
}

.lg-comment-box .lg-comment-close {
    position: absolute;
    right: 5px;
    top: 12px;
    cursor: pointer;
    font-size: 20px;
    color: #999;
    will-change: color;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.lg-comment-box .lg-comment-close:hover {
    color: #fff
}

.lg-comment-box .lg-comment-close:after {
    content: '\e070'
}

.lg-comment-box iframe {
    max-width: 100% !important;
    width: 100% !important
}

.lg-comment-box #disqus_thread {
    padding: 0 20px
}

.lg-outer .lg-comment-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    will-change: visibility, opacity;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer .lg-comment-toggle:after {
    content: '\e908'
}

.lg-outer.lg-comment-active .lg-comment-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-comment-active .lg-comment-toggle {
    color: #fff
}

.lg-outer.lg-comment-active .lg-comment-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-img-rotate {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-flip-ver, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-right, .lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=video] .lg-flip-ver, .lg-outer[data-lg-slide-type=video] .lg-rotate-left, .lg-outer[data-lg-slide-type=video] .lg-rotate-right {
    opacity: .75;
    pointer-events: none
}

.lg-rotate-left:after {
    content: '\e900'
}

.lg-rotate-right:after {
    content: '\e901'
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
    font-size: 26px
}

.lg-flip-ver:after {
    content: '\e903'
}

.lg-flip-hor:after {
    content: '\e902'
}

.lg-medium-zoom-item {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.lg-medium-zoom .lg-outer {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.lg-relative-caption .lg-outer .lg-sub-html {
    white-space: normal;
    bottom: auto;
    padding: 0;
    background-image: none
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
    opacity: 0;
    padding: 16px 0;
    -webkit-transition: .5s opacity ease;
    transition: .5s opacity ease
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
    opacity: 1
}

.lg-group:after {
    content: '';
    display: table;
    clear: both
}

.lg-container {
    display: none
}

.lg-container.lg-show {
    display: block
}

.lg-on {
    scroll-behavior: unset
}

.lg-hide-sub-html .lg-sub-html, .lg-next, .lg-pager-outer, .lg-prev, .lg-toolbar {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-show-in .lg-next, .lg-show-in .lg-pager-outer, .lg-show-in .lg-prev, .lg-show-in .lg-toolbar {
    opacity: 1
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1
}

.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: .001;
    outline: 0;
    will-change: auto;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-zoom-from-image {
    opacity: 1
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    outline: 0
}

.lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap
}

.lg-outer .lg-item {
    will-change: transform, opacity;
    display: none !important
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url(/local/templates/brickhouse-new/css/../images/loading.gif) no-repeat center center
}

.lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play-button {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-video-play-button {
    opacity: 1
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play-button {
    opacity: 1
}

.lg-outer .lg-empty-html {
    display: none
}

.lg-outer[data-lg-slide-type=iframe] .lg-download, .lg-outer[data-lg-slide-type=video] .lg-download {
    opacity: .75;
    pointer-events: none
}

.lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    -webkit-transition: opacity .2s ease-out .15s;
    transition: opacity .2s ease-out .15s
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s, -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-container {
    display: none
}

.lg-container.lg-show {
    display: block
}

.lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-inline .lg-backdrop, .lg-inline .lg-outer {
    position: absolute
}

.lg-inline .lg-backdrop {
    z-index: 1
}

.lg-inline .lg-outer {
    z-index: 2
}

.lg-inline .lg-maximize:after {
    content: '\e909'
}

.lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform .35s ease-out 0s;
    transition: -webkit-transform .35s ease-out 0s;
    transition: transform .35s ease-out 0s;
    transition: transform .35s ease-out 0s, -webkit-transform .35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    -webkit-transition-property: visibility, opacity, -webkit-transform;
    transition-property: visibility, opacity, -webkit-transform;
    transition-property: transform, visibility, opacity;
    transition-property: transform, visibility, opacity, -webkit-transform
}

.tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    -webkit-transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

.about-certificates__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-certificates__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.about-certificates__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.about-certificates__image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.about-certificates__image img {
    display: block
}

.about-certificates__image:hover .about-certificates__image-hover {
    opacity: 1
}

.about-certificates__image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: rgba(13, 20, 27, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.about-certificates__image-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 19px
}

.about-certificates__image-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px
}

.about-certificates__image-icon {
    margin-bottom: 16px
}

.about-certificates__content {
    max-width: 375px;
    margin: 0 auto
}

.about-certificates__text {
    margin-bottom: 30px
}

.about-history {
    background: url(/local/templates/brickhouse-new/css/../img/about-history-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 75px 0
}

.about-history__title {
    width: 50%;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 40px;
    padding-right: 10px
}

.about-history__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-history__text {
    width: 50%;
    padding-left: 10px;
    margin-bottom: 40px
}

.about-history__wrapper {
    width: 100%;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 75px
}

.about-history__years-nav-wrapper {
    position: relative;
    padding-right: 70px;
    margin-bottom: 50px
}

.about-history__years-nav-wrapper .swiper-button-prev, .about-history__years-nav-wrapper .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url(/local/templates/brickhouse-new/css/../img/icon-angle-right.png) center center no-repeat;
    background-size: 9px 15px;
    -webkit-filter: invert(1);
    filter: invert(1);
    margin: -15px 0 0;
    right: 0
}

.about-history__years-nav-wrapper .swiper-button-prev::after, .about-history__years-nav-wrapper .swiper-button-next::after {
    display: none
}

.about-history__years-nav-wrapper .swiper-button-prev {
    right: 30px;
    left: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.about-history__years-nav-link {
    font-weight: 500;
    font-size: 21px;
    line-height: 1;
    padding: 13px 0;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    text-align: center
}

.about-history__years-nav-link:hover {
    color: #7fb568
}

.about-history__years-nav-link.swiper-slide-thumb-active {
    color: #7fb568;
    border-color: #7fb568
}

.about-history .about-history__years-nav-wrapper .swiper-slide-thumb-active .about-history__years-nav-link {
    color: #7fb568;
    border-color: #7fb568
}

.about-history__year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-history__year-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.about-history__year-content {
    max-width: 400px;
    margin: 0 auto
}

.about-history__year-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px
}

.about-history__year-text {
    margin-bottom: 30px
}

.about-history__year-buttons .btn__icon {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.about-numbers__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-numbers__video {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.about-numbers__items {
    width: 285px;
    margin-left: 20px;
    background: #fff;
    padding: 30px
}

.about-numbers__item {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 22px
}

.about-numbers__item-title {
    font-size: 30px;
    line-height: 54px;
    font-weight: 600
}

.about-numbers__item-title .number {
    margin-right: 10px;
    font-size: 60px;
    font-weight: 500
}

.about-numbers__video-link {
    position: relative;
    display: block;
    height: 100%
}

.about-numbers__video-image {
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.about-numbers__video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about-office__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}

.about-office__text {
    margin-bottom: 30px
}

.about-office__buttons {
    margin-bottom: 30px
}

.about-office__buttons .btn:hover .btn__icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.about-office .swiper-pagination {
    bottom: 32px;
    line-height: 1
}

.about-office .swiper-pagination-bullet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background: 0 0;
    border: 1px solid transparent;
    margin: 0 15px;
    opacity: 1;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.about-office .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.about-office .swiper-pagination-bullet-active {
    border-color: #fff
}

.about-office .swiper-pagination-bullet-active::before {
    background: #7fb568
}

.about-principles__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

.about-principles__title {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 75px
}

.about-principles__text {
    width: 50%;
    padding-left: 10px;
    margin-bottom: 75px
}

.about-principles__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 4 ];
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap: 20px
}

.about-principles__item {
    border: 1px solid #f7f8fa;
    padding: 30px 20px;
    text-align: center
}

.about-principles__item-image {
    display: block;
    margin: 0 auto 15px
}

.about-principles__item-title {
    font-weight: 500;
    line-height: 1.5
}

.about-services {
    margin-bottom: 30px;
}

.about-services__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-services__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.about-services__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 20px
}

.about-services__item {
    color: inherit;
    display: inline-block;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#ebf6db), to(#c7e8e8));
    background: linear-gradient(to bottom, #ebf6db 0, #c7e8e8 100%);
    padding: 25px 50px 25px 25px;
    font-weight: 600;
    line-height: 1.5;
    min-height: 175px
}

.about-services__item, .about-services__item:focus, .about-services__item:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.about-services__item:focus, .about-services__item:hover {
    color: #7fb568
}

.about-services__item:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#fffadc), to(#ffe1ad));
    background: linear-gradient(to bottom, #fffadc 0, #ffe1ad 100%);
    text-decoration: none;
    color: inherit
}

.about-services__item-image {
    position: absolute;
    bottom: 15px;
    right: 15px
}

.about-services__content {
    max-width: 400px;
    margin: 0 auto
}

.about-services__content-text {
    margin-bottom: 30px
}

.about-stages__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

.about-stages__title {
    width: 50%;
    padding-right: 60px;
    margin-bottom: 40px
}

.about-stages__text {
    width: 50%;
    margin-bottom: 40px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.about-stages__grid {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 4 ];
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap: 20px
}

.about-stages__item {
    border: 1px solid #f7f8fa;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-team__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

.about-team__title {
    width: 50%;
    padding-right: 10%;
    margin-bottom: 40px
}

.about-team__text {
    width: 50%;
    text-align: right;
    padding-left: 10px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 40px
}

.about-team__items-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 45px -40px 0;
    padding: 0 40px
}

.about-team__items-wrapper .swiper-button-prev, .about-team__items-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    border-radius: 100%;
    margin-top: -20px
}

.about-team__items-wrapper .swiper-button-prev:after, .about-team__items-wrapper .swiper-button-next:after {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-right: 2px solid #9f9e9e;
    border-bottom: 2px solid #9f9e9e
}

.about-team__items-wrapper .swiper-button-prev:hover, .about-team__items-wrapper .swiper-button-next:hover {
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .3);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .3)
}

.about-team__items-wrapper .swiper-button-prev:hover:after, .about-team__items-wrapper .swiper-button-next:hover:after {
    border-color: #0d141b
}

.about-team__items-wrapper .swiper-button-next {
    right: 20px
}

.about-team__items-wrapper .swiper-button-next::after {
    -webkit-transform: translate(-15%, 0) rotate(-45deg);
    transform: translate(-15%, 0) rotate(-45deg)
}

.about-team__items-wrapper .swiper-button-prev {
    left: 20px
}

.about-team__items-wrapper .swiper-button-prev::after {
    -webkit-transform: translate(15%, 0) rotate(135deg);
    transform: translate(15%, 0) rotate(135deg)
}

.about-team__item-info {
    padding: 25px;
    border: 1px solid #f7f8fa
}

.about-team__item-title {
    font-weight: 600;
    font-size: 18px
}

.about-team__item-text {
    font-size: 14px;
    color: #9f9e9e
}

.about-video__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-video__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.about-video__link {
    display: block;
    position: relative
}

.about-video__image {
    display: block
}

.about-video__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about-video__content {
    max-width: 380px;
    margin: 0 auto
}

.about-video__text {
    margin-bottom: 30px
}

.accordion__item {
    /* background: #fff */
}

.accordion__item--collapsed .accordion__content {
    height: 0;
    padding-top: 0;
    padding-bottom: 0
}

.accordion__item--collapsed .accordion__icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion__title {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 48px 20px 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.accordion__title-helper {
    font-weight: 300;
    font-size: 12px;
    color: #9f9e9e;
    margin-top: 5px
}

.accordion__icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    width: 6px;
    height: 10px;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin-left: auto;
    background: no-repeat center/100% url(/local/templates/brickhouse-new/img/icon-angle-right-green.png);
}

.accordion__content {
    overflow: hidden;
    -webkit-transition-property: height, padding;
    transition-property: height, padding;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    height: auto;
    padding: 0 20px 20px
}

.article-card {
    background: #fff;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.article-card__holder {
    position: relative
}

.article-card__image img {
    display: block
}

.article-card__tags {
    position: absolute;
    top: 11px;
    left: 10px
}

.article-card__tag {
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: #9f9e9e;
    padding: 0 5px;
    background: rgba(255, 255, 255, .9)
}

.article-card__info {
    padding: 20px
}

.article-card__title {
    color: inherit;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.article-card__title, .article-card__title:focus, .article-card__title:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.article-card__title:focus, .article-card__title:hover {
    color: #7fb568
}

.article-card__meta {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 17px;
    color: #9f9e9e;
    gap: 17px
}

.article-card__date {
    background: url(/local/templates/brickhouse-new/css/../img/icon-date.png) left top no-repeat;
    background-size: 16px 17px;
    min-height: 17px;
    padding-left: 23px
}

.article-card__views {
    background: url(/local/templates/brickhouse-new/css/../img/icon-views.png) left top no-repeat;
    background-size: 21px 17px;
    padding-left: 28px
}

.article-card:hover {
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .15)
}

.breadcrumbs {
    list-style: none;

    color: #9f9e9e;
    margin: 16px 0;
    font-size: 14px
}

.container--big_desktop .breadcrumbs{
    font-family: "Inter", sans-serif;
}

.breadcrumbs a {
    color: #0d141b;
    text-decoration: none
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
    color: #7fb568;
    text-decoration: none
}

.breadcrumbs__item {
    display: inline-block;
    margin-right: 5px;
    white-space: nowrap
}

.breadcrumbs__item:not(:last-child):after {
    content: '/';
    display: inline-block;
    margin-left: 5px
}

.btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border: 2px solid transparent;
    padding: 15px 41px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    font-family: inherit;
    line-height: 18px;
    text-decoration: none;
    text-transform: none;
    color: #0d141b;
    background-color: #f7f8fa;
    background-image: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background-color, border-color, color;
    transition-property: background-color, border-color, color
}

.btn:hover, .btn:focus {
    text-decoration: none;
    color: #0d141b;
    background-color: #d8dde6;
}

.btn:active, .btn:focus {
    outline: 0
}

.btn--disabled, .btn:disabled {
    opacity: .7;
    cursor: not-allowed;
    color: #0d141b;
    background-color: #f7f8fa
}

a.btn--disabled {
    pointer-events: none
}

.btn__icon {
    display: inline-block;
    vertical-align: middle;
    max-width: 20px;
    max-height: 20px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-filter;
    transition-property: -webkit-filter;
    transition-property: filter;
    transition-property: filter, -webkit-filter;
    margin-right: 16px
}

.btn--main {
    color: #fff;
    background-color: #7fb568
}

.btn--main .btn__icon {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.btn--main:hover, .btn--main:focus {
    color: #fff;
    background-color: #6d9e59
}

.btn--main--disabled, .btn--main:disabled {
    color: #fff;
    background-color: #7fb568
}

.btn--main-o {
    color: inherit;
    background-color: transparent;
    border-color: #7fb568;
}

.btn--main-o:hover, .btn--main-o:focus {
    color: #fff;
    background-color: #7fb568
}

.btn--main-o:hover .btn__icon, .btn--main-o:focus .btn__icon {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.btn--main-o--disabled, .btn--main-o:disabled {
    color: #0d141b;
    background-color: transparent
}

.btn--gray-o {
    color: inherit;
    background-color: transparent;
    border: 1px solid #9f9e9e
}

.btn--gray-o:hover, .btn--gray-o:focus {
    background-color: transparent;
    color: #7fb568;
    border-color: #7fb568
}

.btn--gray-o--disabled, .btn--gray-o:disabled {
    color: #0d141b;
    background-color: transparent
}

.btn--sm {
    font-size: 13px;
    line-height: 1;
    padding: 10px 17px
}

.btn--sm .btn__icon {
    margin-right: 8px;
    max-width: 16px;
    max-height: 16px
}

.burger {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 20px;
    border: 0;
    padding: 0;
    background: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.burger > span {
    display: block;
    position: relative;
    width: 15px;
    margin-left: auto;
    height: 2px;
    font-size: 0;
    color: transparent;
    -webkit-transition: background .3s .3s;
    transition: background .3s .3s;
    background: #0d141b
}

.burger > span:before, .burger > span:after {
    content: '';
    position: absolute;
    right: 0;
    width: 35px;
    height: 2px;
    background: #0d141b;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top .3s .3s, -webkit-transform .3s;
    transition: top .3s .3s, -webkit-transform .3s;
    transition: top .3s .3s, transform .3s;
    transition: top .3s .3s, transform .3s, -webkit-transform .3s
}

.burger > span:before {
    top: -9px
}

.burger > span:after {
    top: 9px
}

.burger--close > span {
    -webkit-transition: background .3s 0s;
    transition: background .3s 0s;
    background: 0 0
}

.burger--close > span:before, .burger--close > span:after {
    -webkit-transition: top .3s, -webkit-transform .3s .3s;
    transition: top .3s, -webkit-transform .3s .3s;
    transition: top .3s, transform .3s .3s;
    transition: top .3s, transform .3s .3s, -webkit-transform .3s .3s
}

.burger--close > span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.burger--close > span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.calculator {
    padding: 50px
}

.calculator__tab {
    display: none
}

.calculator__tab--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calculator__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calculator__info {
    width: 346px;
    margin-left: 47px
}

.calculator__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px
}

.calculator__step {
    font-size: 12px;
    line-height: 30px
}

.calculator__step-current {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px
}

.calculator__progress {
    width: 100%;
    margin: 15px 0 35px
}

.calculator__grid {
    width: 100%;
    display: -ms-grid;
    display: grid;
    margin-bottom: 35px;
    gap: 20px
}

.calculator__grid--col-2 {
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr))
}

.calculator__grid--col-3 {
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr))
}

.calculator__grid .field-text {
    margin: 0
}

.calculator__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.calculator__button--hidden {
    display: none
}

.calculator .field-text__input {
    height: 46px;
    font-size: 14px;
    font-weight: 300;
    padding: 10px
}

.calculator .field-text__unit-text {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    line-height: 24px;
    color: #9f9e9e
}

.calculator .field-text__unit-text sup {
    font-size: .5em
}

.calculator .field-radio {
    line-height: 46px
}

.calculator .field-radio__name {
    font-size: 14px;
    line-height: 18px
}

.calculator .field-radio__name-text::before {
    width: 18px;
    height: 18px
}

.calculator .field-radio__name-text::after {
    top: 4px;
    left: 4px
}

.calculator .field-select {
    line-height: 1.5
}

.calculator .field-select .choices__inner {
    padding: 13px 31px 10px 11px
}

.calculator .field-select .choices::after {
    right: 14px
}

.calculator__info-wrapper {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 2px solid #e9e9ec
}

.calculator__info-icon {
    width: 40px;
    margin-right: 15px
}

.calculator__info-text {
    font-size: 14px;
    line-height: 1.5
}

.calculator__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px
}

.calculator__privacy {
    font-size: 12px;
    line-height: 22px;
    margin-top: -18px;
    margin-bottom: 28px
}

.calculator__privacy a {
    color: inherit;
    display: inline-block
}

.calculator__privacy a, .calculator__privacy a:focus, .calculator__privacy a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.calculator__privacy a:focus, .calculator__privacy a:hover {
    color: #7fb568
}

.calculator__hints {
    display: none
}

.calculator__hint-inner {
    font-size: 14px;
    line-height: 1.57
}

.calculator__hint-inner li::marker {
    color: #fff
}

.calculator__hint-title {
    font-weight: 600
}

.calculator__hint-price {
    font-weight: 600;
    font-size: 20px
}

.callback-form {
    background: #f7f8fa;
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center
}

.callback-form__subtitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 38px;
    text-transform: uppercase
}

.callback-form__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 908px;
    margin: 0 auto
}

.callback-form__privacy {
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 40px
}

.callback-form__privacy a {
    color: inherit;
    display: inline-block
}


.callback-form__privacy a, .callback-form__privacy a:focus, .callback-form__privacy a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.callback-form__privacy a:focus, .callback-form__privacy a:hover {
    color: #7fb568
}

.catalog-count {
    font-weight: 300;
    font-size: 14px;
    color: #9f9e9e
}

.catalog-filter .field-checkbox, .catalog-filter .field-range {
    margin-bottom: 0
}

.catalog-filter .accordion {
    margin-bottom: 10px
}

.catalog-filter__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px
}

.catalog-filter__buttons .btn {
    height: 51px
}

.catalog-filter__buttons .btn__icon {
    max-width: 15px;
    max-height: 12px
}

.catalog-sort {
    position: relative;
    z-index: 20
}

.catalog-sort .field-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.catalog-sort .field-select__name {
    margin: 0 10px 0 0;
    font-size: 14px
}

.catalog-sort .field-select .choices__inner {
    border: 0;
    background: 0;
    padding: 0 20px 0 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #7fb568
}

.catalog-sort .field-select .choices__list--dropdown {
    width: auto;
    white-space: nowrap
}

.catalog-sort .field-select .choices:after {
    width: 5px;
    height: 10px;
    right: 0;
    background-image: url(/local/templates/brickhouse-new/css/../img/icon-angle-right-green.png)
}

.catalog-tags {
    line-height: 0;
    margin-bottom: 15px
}

.catalog-tags__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px
}

.catalog-tags__item .btn {
    font-weight: 500;
    font-size: 14px;
    color: #9f9e9e;
    border-color: #d6d6d6;
    padding: 7px
}

.catalog-tags__item .btn:hover {
    border-color: #7fb568;
    color: #7fb568
}

.catalog-tags__more {
    display: none;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px
}

.catalog-tags__more--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.categories-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    gap: 25px 20px
}

.categories-grid-item {
    background-position: center center;
    background-size: cover;
    padding: 30px;
    min-height: 263px;
    line-height: 1
}

.categories-grid-item__title {
    color: inherit;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5
}

.categories-grid-item__title, .categories-grid-item__title:focus, .categories-grid-item__title:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.categories-grid-item__title:focus, .categories-grid-item__title:hover {
    color: #7fb568
}

.categories-grid-item__price {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #7fb568
}

.categories-grid-item__description {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    max-width: 75%
}

.categories-grid-item__children {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.categories-grid-item__child {
    color: inherit;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px
}

.categories-grid-item__child, .categories-grid-item__child:focus, .categories-grid-item__child:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.categories-grid-item__child:focus, .categories-grid-item__child:hover {
    color: #7fb568
}

.categories-grid-item--col-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2
}

.categories-grid-item--col-2 .categories-grid-item__description {
    max-width: 50%
}

.close {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0;
    padding: 0;
    background: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.close span {
    position: relative;
    display: block;
    width: 60%;
    height: 2px;
    font-size: 0;
    color: transparent;
    background: 0 0
}

.close span:before, .close span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #9f9e9e;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.close span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.close span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.construction-catalog {
    background: #fff;
    padding: 75px 0;
    margin: -75px 0 75px
}

.construction-catalog__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px
}

.construction-catalog__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px
}

.construction-projects {
    margin: 75px 0
}

.construction-projects__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px
}

.construction-projects__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.construction-projects__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px
}

.construction-projects__grid {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 25px
}

.construction-projects__buttons {
    width: 100%;
    text-align: center
}

.construction-reviews__inner.section-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.construction-reviews__title {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 40px
}

.construction-reviews__buttons {
    width: 50%;
    padding-left: 10px;
    text-align: right;
    margin-bottom: 40px
}

.construction-reviews__items-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 -40px;
    padding: 0 40px
}

.construction-reviews__items-wrapper .swiper-button-prev, .construction-reviews__items-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    border-radius: 100%;
    margin-top: -20px
}

.construction-reviews__items-wrapper .swiper-button-prev:after, .construction-reviews__items-wrapper .swiper-button-next:after {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-right: 2px solid #9f9e9e;
    border-bottom: 2px solid #9f9e9e
}

.construction-reviews__items-wrapper .swiper-button-prev:hover, .construction-reviews__items-wrapper .swiper-button-next:hover {
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .3);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .3)
}

.construction-reviews__items-wrapper .swiper-button-prev:hover:after, .construction-reviews__items-wrapper .swiper-button-next:hover:after {
    border-color: #0d141b
}

.construction-reviews__items-wrapper .swiper-button-next {
    right: 20px
}

.construction-reviews__items-wrapper .swiper-button-next::after {
    -webkit-transform: translate(-15%, 0) rotate(-45deg);
    transform: translate(-15%, 0) rotate(-45deg)
}

.construction-reviews__items-wrapper .swiper-button-prev {
    left: 20px
}

.construction-reviews__items-wrapper .swiper-button-prev::after {
    -webkit-transform: translate(15%, 0) rotate(135deg);
    transform: translate(15%, 0) rotate(135deg)
}

.construction-reviews .review-card {
    border: 1px solid #f7f8fa;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.construction-steps .tabs {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px
}

.construction-steps .tabs__links {
    gap: 20px;
    margin-bottom: 40px
}

.construction-steps .tabs__link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.construction-steps .tabs__link-wrap {
    border-bottom: 0
}

.construction-steps .tabs__link-wrap:not(:last-child) {
    padding-right: 20px;
    border-right: 1px solid #f7f8fa
}

.construction-steps .tabs__link-wrap--active .tabs__link {
    background: 0 0;
    color: #7fb568;
    text-decoration: none
}

.construction-work__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px
}

.construction-work__tab-content {
    max-width: 400px;
    margin: 0 auto
}

.construction-work__tab-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px
}

.construction-work__tab-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px
}

.construction-work .tabs__link {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #9f9e9e
}

.construction-work .tabs__links {
    gap: 10px;
    margin-bottom: 40px
}

.construction-work .tabs__link-wrap {
    border-bottom: 2px solid #f7f8fa
}

.construction-work .tabs__link-wrap--active {
    border-color: #7fb568
}

.construction-work .tabs__link-wrap--active .tabs__link {
    background: 0 0;
    color: #0d141b
}

.contacts-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.contacts-info__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.contacts-info {
    margin-top: 30px
}

.contacts-info .section-block__title {
    font-size: 30px
}

.contacts-info__table {
    width: 100%;
    border-collapse: collapse
}

.contacts-info__table td, .contacts-info__table th {
    padding: 17px 20px;
    font-weight: 500
}

.contacts-info__table th {
    color: #9f9e9e
}

.contacts-info__table tr:nth-child(odd) td, .contacts-info__table tr:nth-child(odd) th {
    background: #f7f8fa
}

.contacts-info .accordion {
    border: 2px solid #f7f8fa
}

.contacts-info .accordion__title {
    border-bottom: 3px solid #f7f8fa;
    font-size: 16px;
    font-weight: 500
}

.contacts-info .accordion__content {
    padding-top: 20px;
    border-left: 3px solid #7fb568;
    font-size: 14px
}

.contacts-info .accordion__content strong {
    font-weight: 500
}

.contacts-info .accordion__item--collapsed .accordion__content {
    padding-top: 0
}

.contacts-info .accordion__item--collapsed .accordion__title {
    font-weight: 300
}

.contacts-map {
    position: relative
}

.contacts-map__map {
    height: 610px
}

.contacts-map__map ymaps[class*=ground-pane] {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.contacts-map__info {
    position: absolute;
    top: 75px;
    background: #fff;
    padding: 40px;
    width: 400px
}

.contacts-map__item:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px dotted #cacaca;
    margin-bottom: 15px
}

.contacts-map__item-label {
    color: #9f9e9e
}

.contacts-map__item-value {
    font-weight: 600
}

.field-checkbox {
    display: block;
    margin-bottom: 1em
}

.field-checkbox__title {
    display: block;
    margin-bottom: .4em;
    font-size: 18px;
    line-height: 1.625;
    font-weight: 300
}

.field-checkbox__input-wrap:not(:last-child) {
    margin-bottom: 13px
}

.field-checkbox__input-wrap--error .field-checkbox__name-text, .field-checkbox__input-wrap--error .field-checkbox__help-text {
    color: #d8544f
}

.field-checkbox__input-wrap--button {
    display: inline-block;
    margin-bottom: 9px;
    margin-right: 10px
}

.field-checkbox__input-wrap--button + .field-checkbox__input-wrap--button {
    margin-top: 0
}

.field-checkbox__input-wrap--button .field-checkbox__name {
    padding-left: 0;
    font-size: 14px
}

.field-checkbox__input-wrap--button .field-checkbox__name-text {
    background: rgba(127, 181, 104, .1);
    border: 1px solid rgba(127, 181, 104, .1);
    padding: 0 6px;
    color: #7fb568;
    -webkit-transition-property: background-color, border-color, color;
    transition-property: background-color, border-color, color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer
}

.field-checkbox__input-wrap--button .field-checkbox__name-text:before, .field-checkbox__input-wrap--button .field-checkbox__name-text:after {
    display: none
}

.field-checkbox__input-wrap--button .field-checkbox__input:checked ~ .field-checkbox__name-text {
    background: #7fb568;
    border-color: #7fb568;
    color: #fff
}

.field-checkbox__name {
    display: inline-block;
    position: relative;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #9f9e9e
}

.field-checkbox__name-text {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input:disabled ~ .field-checkbox__name-text {
    cursor: not-allowed
}

.field-checkbox__name-text:before, .field-checkbox__name-text:after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.field-checkbox__name-text:before {
    border: 1px solid #9f9e9e;
    border-radius: 0;
    -webkit-transition-property: border-color, background-color;
    transition-property: border-color, background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

input:checked ~ .field-checkbox__name-text:before {
    border-color: #7fb568;
    background: #7fb568
}

    input:focus ~ .field-checkbox__name-text:before {
    outline: 0
}

input:disabled ~ .field-checkbox__name-text:before {
    border-color: #9f9e9e;
    background: #9f9e9e
}

.field-checkbox__name-text:after {
    opacity: 0;
    background: url(/local/templates/brickhouse-new/css/../img/icon-check.png) center center no-repeat;
    background-size: 14px 10px;
    image-rendering: -webkit-optimize-contrast;
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

input:checked ~ .field-checkbox__name-text:after {
    opacity: 1
}

.field-checkbox__input {
    position: absolute;
    top: .7em;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

.field-checkbox__input:focus, .field-checkbox__input:active {
    outline: 0
}

.field-checkbox__help-text-wrap {
    padding-left: 1.5em
}

.field-checkbox__help-text {
    display: block;
    padding-top: .4em;
    font-size: 18px;
    line-height: 1.2em;
    color: #6d9e59
}

.field-checkbox__help-text:empty {
    display: none
}

.field-checkbox .show-more__toggle {
    color: inherit;
    display: inline-block;
    font-size: 14px;
    color: #7fb568
}

.field-checkbox .show-more__toggle, .field-checkbox .show-more__toggle:focus, .field-checkbox .show-more__toggle:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.field-checkbox .show-more__toggle:focus, .field-checkbox .show-more__toggle:hover {
    color: #7fb568
}

.field-checkbox--col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 13px 0
}

.field-checkbox--col-2 .field-checkbox__input-wrap {
    width: 50%;
    margin: 0
}

.field-group {
    border: 2px solid #e9e9ec
}

.field-group__title {
    font-size: 16px;
    font-weight: 300;
    padding: 11px 18px;
    background: #f7f8fa;
    color: #0d141b;
    border-bottom: 2px solid #e9e9ec
}

.field-group__inner {
    padding: 18px 18px;
    line-height: 0
}

.field-group__inner :last-child {
    margin-bottom: 0
}

.field-radio {
    display: block
}

.field-radio__title {
    display: block;
    margin-bottom: .4em;
    font-size: 18px;
    line-height: 1.625;
    font-weight: 300
}

.field-radio__input-wrap--inline {
    display: inline-block
}

.field-radio__input-wrap--error .field-radio__name-text, .field-radio__input-wrap--error .field-radio__help-text {
    color: #d8544f
}

.field-radio__name {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    line-height: 1.625
}

.field-radio__name-text {
    display: inline-block
}

input:disabled ~ .field-radio__name-text {
    cursor: not-allowed
}

.field-radio__name-text:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #a1a0a0;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

input:focus ~ .field-radio__name-text:before {
    outline: 0
}

input:disabled ~ .field-radio__name-text:before {
    border-color: #7fb568
}

.field-radio__name-text:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #7fb568;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

input:checked ~ .field-radio__name-text:after {
    opacity: 1
}

input:checked:disabled ~ .field-radio__name-text:after {
    background-color: #f7f8fa
}

.field-radio__input {
    position: absolute;
    top: .8em;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

.field-radio__input:focus, .field-radio__input:active {
    outline: 0
}

.field-radio__help-text-wrap {
    padding-left: 1.5em
}

.field-radio__help-text {
    display: block;
    padding-top: .4em;
    font-size: 18px;
    line-height: 1.2em;
    color: #6d9e59
}

.field-radio__help-text:empty {
    display: none
}

.field-radio-box__inner {
    display: block;
    height: 100%;
    border: 2px solid #e9e9ec;
    padding: 15px 20px;
    position: relative;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.field-radio-box__inner::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #9f9e9e;
    position: absolute;
    top: 18px;
    right: 19px
}

.field-radio-box__inner::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 23px;
    right: 24px;
    background: #7fb568;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.field-radio-box__inner :last-child {
    margin-bottom: 0
}

.field-radio-box__input {
    position: absolute;
    top: 17px;
    right: 18px;
    opacity: 0;
    width: 20px;
    height: 20px
}

.field-radio-box__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-bottom: 15px
}

.field-radio-box--checked .field-radio-box__inner {
    border-color: #7fb568
}

.field-radio-box--checked .field-radio-box__inner::before {
    border-color: #7fb568
}

.field-radio-box--checked .field-radio-box__inner::after {
    opacity: 1
}

.field-radio-box--checked .field-radio-box__inner {
    border-color: #7fb568
}

.field-range {
    display: block;
    margin-bottom: 27px
}

.field-range__name {
    display: block;
    margin-bottom: .4em;
    font-size: 18px;
    line-height: 1.625;
    font-weight: 300
}

.field-range__input-wrap {
    display: block;
    position: relative
}

.field-range__help-text {
    display: block;
    padding-top: .4em;
    font-size: 18px;
    line-height: 1.2em;
    color: #6d9e59
}

.field-range__help-text:empty {
    display: none
}

.field-range__input-range {
    margin: 7px 11px 26px
}

.field-range__input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.field-range__input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    padding: 0 10px;
    cursor: text;
    outline: 0;
    -moz-appearance: textfield;
    height: 38px;
    font-size: 14px;
    font-weight: 300
}

.field-range__input::-webkit-outer-spin-button, .field-range__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.field-range__input-separator {
    display: inline-block;
    height: 1px;
    font-size: 0;
    width: 7px;
    margin: 0 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7px;
    flex: 0 0 7px;
    background: #a6a5a5
}

.field-range__input-separator:last-child {
    display: none
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: flat;
    height: 10%;
    width: 10%
}

.noUi-vertical .noUi-origin {
    width: 100%
}

.noUi-horizontal .noUi-origin {
    height: 100%
}

.noUi-horizontal .noUi-connects {
    height: 100%
}

.noUi-horizontal {
    height: 4px
}

.noUi-vertical {
    width: 1px
}

.noUi-connect {
    height: 100%;
    background: #7fb568;
    will-change: transform;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat
}

.noUi-target {
    margin-left: 11px;
    margin-right: 11px;
    background: #d6d6d6
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 50%;
    background: #7fb568;
    cursor: pointer;
    top: 50%;
    right: -11px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    border: 2px solid #fff
}

.field-select {
    display: block;
    margin-bottom: 1em
}

.field-select__name {
    display: block;
    margin-bottom: .4em;
    font-size: 18px;
    line-height: 1.625;
    font-weight: 300
}

.field-select__help-text {
    display: block;
    padding-top: .4em;
    font-size: 18px;
    line-height: 1.2em;
    color: #6d9e59
}

.field-select__help-text:empty {
    display: none
}

.field-select--error {
    color: #d8544f
}

.field-select--error .field-select__name, .field-select--error .field-select__select, .field-select--error .field-select__help-text {
    color: #d8544f
}

.field-select--error .field-select__select, .field-select--error .choices__inner, .field-select--error .choices:after {
    border-color: #d8544f;
    background-color: #f9e2e2
}

.choices {
    position: relative
}

.choices:focus {
    outline: 0
}

.choices:focus:not(.is-disabled) .choices__inner {
    outline: 0
}

.choices:after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 19px;
    margin: auto;
    width: 5px;
    height: 9px;
    pointer-events: none;
    background: url(/local/templates/brickhouse-new/css/../img/icon-angle-right.png) center center no-repeat;
    background-size: 5px 9px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    image-rendering: -webkit-optimize-contrast
}

.choices.is-open:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.choices .is-hidden {
    display: none
}

.choices__inner {
    position: relative;
    z-index: 10;
    border: 1px solid #9f9e9e;
    border-radius: 0;
    padding: 13px 40px 10px 17px;
    background: #fff;
    color: #0d141b;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer
}

.choices__inner .choices__item--selectable {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.choices__list--dropdown {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    margin-top: -1px;
    background-color: #F7F7F7;
    color: #0d141b;
    -webkit-box-shadow: 0 1px 27px 0 rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px 0 rgba(13, 20, 27, .15);
    overflow: hidden
}

.choices__list--dropdown .choices__item {
    padding: 13px 40px 10px 17px;
    font-size: 14px;
    cursor: pointer
}

.choices__list--dropdown .choices__item.is-highlighted {
    background: #7fb568;
    color: #fff
}

.choices__heading {
    padding: 10px 14px;
    font-size: 18px;
    font-weight: 700;
    opacity: .5;
    cursor: default
}

.choices.is-open .choices__list--dropdown {
    display: block
}

.choices.is-disabled .choices__inner {
    background-color: #f7f8fa;
    cursor: default
}

.field-text {
    display: block;
    margin-bottom: 1em;
    position: relative
}

.field-text__name {
    display: block;
    margin-bottom: .4em;
    font-size: 18px;
    line-height: 1.625;
    font-weight: 300
}

.field-text__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    border: 1px solid #9f9e9e;
    border-radius: 0;
    padding: 10px 14px;
    height: 50px;
    font-size: 16px;
    line-height: 1.5;
    font-family: inherit;
    background-color: #fff;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

.field-text__input:focus {
    outline: 0
}

.field-text__input[disabled], .field-text__input[readonly] {
    cursor: not-allowed;
    background-color: #f7f8fa
}

.field-text__input::-webkit-search-cancel-button, .field-text__input::-webkit-search-decoration, .field-text__input::-webkit-inner-spin-button, .field-text__input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.field-text__input[type=color] {
    padding: 0
}

.field-text__input::-webkit-input-placeholder {
    color: #6d9e59;
    opacity: 1
}

.field-text__input::-moz-placeholder {
    color: #6d9e59;
    opacity: 1
}

.field-text__input:-ms-input-placeholder {
    color: #6d9e59;
    opacity: 1
}

.field-text__input::-ms-input-placeholder {
    color: #6d9e59;
    opacity: 1
}

.field-text__input::placeholder {
    color: #6d9e59;
    opacity: 1
}

textarea.field-text__input {
    height: auto;
    min-height: calc(23.25px + 2px);
    resize: vertical
}

.field-text__input::-webkit-input-placeholder {
    color: #9f9e9e
}

.field-text__input::-moz-placeholder {
    color: #9f9e9e
}

.field-text__input:-ms-input-placeholder {
    color: #9f9e9e
}

.field-text__input::-ms-input-placeholder {
    color: #9f9e9e
}

.field-text__input::placeholder {
    color: #9f9e9e
}

.field-text__help-text {
    display: block;
    padding-top: .4em;
    font-size: 18px;
    line-height: 1.2em;
    color: #6d9e59
}

.field-text__help-text:empty {
    display: none
}

.field-text--error .field-text__name, .field-text--error .field-text__input, .field-text--error .field-text__help-text {
    color: #d8544f
}

.field-text--error .field-text__input {
    border-color: #d8544f;
    background-color: #f9e2e2
}

.field-text--title-placeholder .field-text__input {
    padding: 17px 14px 3px;
    -webkit-transition-property: padding;
    transition-property: padding;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.field-text--title-placeholder .field-text__input::-webkit-input-placeholder {
    opacity: 0
}

.field-text--title-placeholder .field-text__input::-moz-placeholder {
    opacity: 0
}

.field-text--title-placeholder .field-text__input:-ms-input-placeholder {
    opacity: 0
}

.field-text--title-placeholder .field-text__input::-ms-input-placeholder {
    opacity: 0
}

.field-text--title-placeholder .field-text__input::placeholder {
    opacity: 0
}

.field-text--title-placeholder .field-text__input:-moz-placeholder-shown {
    padding: 10px 14px
}

.field-text--title-placeholder .field-text__input:-ms-input-placeholder {
    padding: 10px 14px
}

.field-text--title-placeholder .field-text__input:placeholder-shown {
    padding: 10px 14px
}

.field-text--title-placeholder .field-text__input:-moz-placeholder-shown + .field-text__name {
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.field-text--title-placeholder .field-text__input:-ms-input-placeholder + .field-text__name {
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.field-text--title-placeholder .field-text__input:placeholder-shown + .field-text__name {
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.field-text--title-placeholder .field-text__name {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 14px;
    font-size: 13px;
    color: #6E6E6E;
    pointer-events: none;
    -webkit-transition-property: font-size, -webkit-transform;
    transition-property: font-size, -webkit-transform;
    transition-property: transform, font-size;
    transition-property: transform, font-size, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.field-text--sm .field-text__input {
    height: 40px;
    font-size: 14px;
    padding: 5px 12px
}

.field-text--sm.field-text--title-placeholder .field-text__input {
    padding: 10px 12px 0
}

.field-text--sm.field-text--title-placeholder .field-text__input:-moz-placeholder-shown {
    padding: 5px 12px 5px
}

.field-text--sm.field-text--title-placeholder .field-text__input:-ms-input-placeholder {
    padding: 5px 12px 5px
}

.field-text--sm.field-text--title-placeholder .field-text__input:placeholder-shown {
    padding: 5px 12px 5px
}

.field-text--sm.field-text--title-placeholder .field-text__name {
    font-size: 11px
}

.footer-nav {
    position: relative;
    z-index: 10;
    line-height: 1
}

.footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-nav__list--lvl-2 {
    display: block
}

.footer-nav__item {
    position: relative;
    margin-bottom: 30px
}

.footer-nav__item--lvl-2 {
    margin-bottom: 0
}

.footer-nav__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #9b9b9b;
    text-decoration: none
}

.footer-nav__link--lvl-2 {
    font-size: 14px;
    line-height: 28px;
    color: #9b9b9b;
    text-transform: none;
    font-weight: 300
}

.footer-nav__link:hover {
    color: #0d141b
}

.form__fieldset {
    min-width: 0;
    margin: 0;
    border: 0;
    padding: 0
}

.form__fieldset:not(:last-child) {
    margin-bottom: 1em
}

.form__legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 16px;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.625;
    white-space: normal;
    color: currentColor
}

.logo {
    display: inline-block;
    white-space: nowrap
}

.logo img {
    display: block
}

.main-about {
    position: relative;
    height: 555px;
    background-color: #fff
}

.main-about__image {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 50%;
    height: 548px;
    background: url(/local/templates/brickhouse-new/css/../img/team.jpg) center center no-repeat;
    background-size: cover
}

.main-about__content {
    width: 410px;
    margin-left: auto;
    padding-top: 127px;
    padding-bottom: 207px;
    #background-color: #fff
}

.main-about__subtitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 14px
}

.main-about__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 32px;
    margin: 0 0 20px
}

.main-about__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px
}

.main-about::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin-left: -150px;
    background: #fff
}

.main-benefits {
    padding-top: 74px;
    padding-bottom: 74px
}

.main-benefits__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    margin: 0 auto 46px;
    text-align: center;
    max-width: 900px
}

.main-benefits__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 9fr (8fr) [ 3 ];
    grid-template-columns:9fr repeat(3, 8fr);
    gap: 20px 55px
}

.main-benefits__text {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/span 3
}

.main-benefits__items {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 20px 55px
}

.main-benefits .main-benefits-item {
    position: relative
}

.main-benefits .main-benefits-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #d6d6d6
}

.main-benefits .main-benefits-item:last-child::after {
    display: none
}

.main-benefits .main-benefits-item--main {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    border: 0
}

.main-benefits .main-benefits-item--main::after {
    display: none
}

.main-benefits-item__number {
    font-weight: 600;
    font-size: 62px;
    line-height: 55px
}

.main-benefits-item__unit {
    display: inline-block;
    margin-left: 15px;
    font-weight: 500;
    font-size: 30px
}

.main-benefits-item__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px
}

.main-benefits-item--main {
    background: #7fb568 url(/local/templates/brickhouse-new/css/../img/main-benefits-bg.png) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 40px 34px 36px 36px
}

.main-benefits-item--main::before {
    content: '';
    display: block;
    background: url(/local/templates/brickhouse-new/css/../img/icon-refresh.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 12px;
    top: 12px;
    width: 20px;
    height: 22px;
    -webkit-filter: invert(1);
    filter: invert(1)
}

.main-calc {
    background: #000 url(/local/templates/brickhouse-new/css/../img/main-calc-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 75px 0;
    color: #fff
}

.main-calc__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-calc__subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.main-calc__title {
    width: 50%;
    font-weight: 500;
    font-size: 42px;
    line-height: 44px;
    padding-right: 10px;
    margin: 0
}

.main-calc__text {
    width: 50%;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    padding-left: 10px
}

.main-calc__calc {
    width: 100%;
    margin-top: 40px;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
}

.main-catalog {
    background: #fff;
    padding-top: 75px;
    padding-bottom: 75px
}

.main-catalog__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-catalog__subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.main-catalog__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 44px;
    margin: 0
}

.main-catalog__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.main-catalog__grid {
    margin-top: 50px
}

.main-nav__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-nav__item {
    position: relative
}

.main-nav__link-more {
    position: relative;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    transition: color .3s;
}

.main-nav__link-more:hover {
    color: #7fb568;
}


.main-nav__list--lvl-4 {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.main-nav__link--lvl-4 {
    min-width: 170px;
}

.main-nav__link-more:hover ~ .main-nav__sublist-wrapper--lvl-4 {
    opacity: 1;
}

.main-nav__sublist-wrapper--lvl-4:hover {
    opacity: 1;
}

.main-nav__link-more::after {
    content: "";
    display: block;
    height: 7px;
    width: 7px;
    position: absolute;
    right: 16px;
    top: 50%;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #0d141b;
    transform: rotate(45deg) translateY(-50%);
}

.main-nav__item--active > .main-nav__link {
    color: #7fb568
}

.main-nav__link {
    position: relative;
    display: block;
    padding: 17px 0;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0d141b;
    word-break: normal
}

.main-nav__link sup {
    font-size: 10px;
}

.main-nav__link:hover, .main-nav__link:focus {
    z-index: 1;
    text-decoration: none
}

.main-nav__link--lvl-3 {
    transition: all 0.3s ease-in-out;
}

.main-nav__icon {
    display: inline-block;
    vertical-align: middle;
    max-height: 16px;
    margin-right: 7px
}

.main-nav__sublist-wrapper {
    background-color: #f7f8fa
}

.main-nav__sublist-wrapper .main-nav__link {
    font-weight: 300;
    padding: 5px 0 11px;
    font-size: 14px;
}

.main-nav__toggler {
    display: inline-block;
    border: 0;
    padding: 0;
    background: 0 0
}

.no-js .main-nav__toggler {
    display: none
}

.main-offers {
    padding-top: 75px;
    padding-bottom: 75px
}

.main-offers__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-offers__subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.main-offers__title {
    width: 50%;
    font-weight: 500;
    font-size: 42px;
    line-height: 44px;
    margin: 0
}

.main-offers__buttons {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.main-offers__grid {
    width: 100%;
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 20px
}

.main-projects {
    padding-top: 80px;
    padding-bottom: 70px
}

.main-projects__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-projects__subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.main-projects__title {
    width: 50%;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    padding-right: 10px;
    margin: 0
}

.main-projects__text {
    width: 50%;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    padding-left: 10px
}

.main-projects__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 24px 26px;
    margin-top: 45px;
    margin-bottom: 50px
}

.main-projects__buttons {
    width: 100%;
    text-align: center
}

.main-reviews {
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px
}

.main-reviews::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin-right: -150px;
    background: #fff
}

.main-reviews__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-reviews__col {
    overflow: hidden
}

.main-reviews__col--left {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.main-reviews__col--right {
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50vw;
    flex: 0 0 50vw
}

.main-reviews__quote {
    display: inline-block;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 156px;
    line-height: 1;
    color: #f69743;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    margin-bottom: 25px;
    margin-top: -80px
}

.main-reviews__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 40px;
    margin: 0 0 40px
}

.main-reviews__items {
    margin: 0
}

.main-reviews__items .swiper-pagination {
    position: static
}

.main-reviews__items .swiper-pagination-bullet {
    position: relative;
    background: 0 0;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    opacity: 1;
    margin: 0 9px
}

.main-reviews__items .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #d6d6d6;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.main-reviews__items .swiper-pagination-bullet-active {
    border-color: #d6d6d6
}

.main-reviews__items .swiper-pagination-bullet-active::before {
    background: #7fb568
}

.main-reviews__items-nav {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.main-reviews__video {
    position: relative;
    background: #0d141b
}

.main-reviews__video-image {
    display: block;
    opacity: .9;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-reviews__video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-reviews-item__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px
}

.main-reviews-item__author-image {
    width: 52px;
    height: 52px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 22px;
    border-radius: 100%
}

.main-reviews-item__author-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px
}

.main-reviews-item__text {
    max-width: 450px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px
}

.main-slider__item-container {
    padding-top: 74px;
    padding-bottom: 74px;
    color: #fff
}

.main-slider__item {
    height: auto;
    background-size: cover;
    background-position: center center;
    line-height: 1
}

.main-slider__ribbon {
    background: rgba(127, 181, 104, .6);
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    padding: 3px 11px;
    margin-bottom: 20px
}

.main-slider__ribbon::before, .main-slider__ribbon::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 100%
}

.main-slider__ribbon::before {
    top: 0;
    border-width: 16px 16px 0 0;
    border-color: rgba(127, 181, 104, .6) transparent transparent transparent
}

.main-slider__ribbon::after {
    bottom: 0;
    border-width: 16px 0 0 16px;
    border-color: transparent transparent transparent rgba(127, 181, 104, .6)
}

.main-slider__hint {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px
}

.main-slider__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    max-width: 40%;
    margin-bottom: 20px
}

.main-slider__title-text {
    position: absolute;
    top: 10%;
    color: #ffffff;
    text-decoration: none;
}

.main-slider__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 31px;
    padding-left: 20px
}

.main-slider__text p::before {
    content: '';
    display: inline-block;
    width: 2px;
    margin-left: -16px;
    background: rgba(255, 255, 255, .2);
    height: .875em;
    margin-right: 14px
}

.main-slider__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px
}

.main-slider__video {
    color: #fff
}

.main-slider__video:hover .main-slider__icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.main-slider .swiper-pagination {
    bottom: 32px;
    line-height: 1
}

.main-slider .swiper-pagination-bullet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background: 0 0;
    border: 1px solid transparent;
    margin: 0 15px;
    opacity: 1;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.main-slider .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.main-slider .swiper-pagination-bullet-active {
    border-color: #fff
}

.main-slider .swiper-pagination-bullet-active::before {
    background: #7fb568
}

.main-works {
    padding-top: 75px;
    padding-bottom: 75px;
    background: #fff
}

.main-works__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-works__subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.main-works__title {
    width: 50%;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    padding-right: 10px;
    margin: 0
}

.main-works__text {
    width: 50%;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    padding-left: 10px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.main-works__slider-wrapper {
    position: relative;
    overflow: hidden;
    margin: 45px -40px 0;
    padding: 0 40px
}

.main-works__slider-wrapper .swiper-button-prev, .main-works__slider-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    border-radius: 100%;
    margin-top: -20px
}

.main-works__slider-wrapper .swiper-button-prev:after, .main-works__slider-wrapper .swiper-button-next:after {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-right: 2px solid #9f9e9e;
    border-bottom: 2px solid #9f9e9e
}

.main-works__slider-wrapper .swiper-button-prev:hover, .main-works__slider-wrapper .swiper-button-next:hover {
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .3);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .3)
}

.main-works__slider-wrapper .swiper-button-prev:hover:after, .main-works__slider-wrapper .swiper-button-next:hover:after {
    border-color: #0d141b
}

.main-works__slider-wrapper .swiper-button-next {
    right: 20px
}

.main-works__slider-wrapper .swiper-button-next::after {
    -webkit-transform: translate(-15%, 0) rotate(-45deg);
    transform: translate(-15%, 0) rotate(-45deg)
}

.main-works__slider-wrapper .swiper-button-prev {
    left: 20px
}

.main-works__slider-wrapper .swiper-button-prev::after {
    -webkit-transform: translate(15%, 0) rotate(135deg);
    transform: translate(15%, 0) rotate(135deg)
}

.main-works__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 4 ];
    grid-template-columns:repeat(4, minmax(0, 1fr));
    -ms-grid-rows:(minmax(0, 1fr)) [ 2 ];
    grid-template-rows:repeat(2, minmax(0, 1fr));
    gap: 20px
}

.main-works__item--col-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2
}

.main-works__item--row-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2
}

.mobile-menu {
    display: none
}

.mobile-menu--open {
    display: block
}

.mobile-menu__inner {
    padding: 35px 15px 50px;
    background: #f1f2f5;
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .15)
}

.mobile-menu__phone {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px
}

.mobile-menu__phone a {
    text-decoration: none
}

.mobile-menu__contacts {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mobile-menu__contacts a {
    color: inherit;
    display: inline-block
}

.mobile-menu__contacts a, .mobile-menu__contacts a:focus, .mobile-menu__contacts a:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.mobile-menu__contacts a:focus, .mobile-menu__contacts a:hover {
    color: #7fb568
}

.mobile-menu__contacts-item {
    margin-bottom: 10px;
    font-weight: 500
}

.mobile-menu__contacts-icon {
    max-width: 17px;
    image-rendering: -webkit-optimize-contrast;
    margin-right: 10px
}

.mobile-menu__social-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    border: 1px solid #9b9b9b;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 7px
}

.mobile-menu__social-link img {
    max-width: 16px;
    max-height: 16px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    image-rendering: -webkit-optimize-contrast
}

.mobile-nav {
    position: relative;
    z-index: 10
}

.mobile-nav__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px
}

.mobile-nav__item--active > .mobile-nav__link {
    color: #7fb568
}

.mobile-nav__item--parent {
    background: #ececef
}

.mobile-nav__item--lvl-2 {
    margin: 0
}

.mobile-nav__item--lvl-2 .mobile-nav__children-toggle {
    width: 36px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-nav__item--lvl-2 .mobile-nav__link {
    font-size: 16px
}

.mobile-nav__item--lvl-3 {
    margin: 13px
}

.mobile-nav__item--show-child > .mobile-nav__sublist-wrapper--lvl-2 {
    -webkit-transform: none;
    transform: none
}

.mobile-nav__item--show-child > .mobile-nav__sublist-wrapper--lvl-3 {
    max-height: 1000px;
    -webkit-transition: max-height .6s;
    transition: max-height .6s
}

.mobile-nav__item--show-child > .mobile-nav__children-toggle {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.mobile-nav__link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: block;
    padding: 0;
    text-decoration: none;
    font-weight: 500;
    color: #0d141b;
    word-break: normal;
    font-size: 18px;
    line-height: 1.5
}

.mobile-nav__link--lvl-2 {
    padding: 16px 40px
}

.mobile-nav__link--back, .mobile-nav__link--parent {
    padding-left: 0;
}

.mobile-nav__link--back {
    position: relative;
    background: #d4d4d4;
}

.mobile-nav__link--lvl-3 {
    padding-left: 60px;
    padding-right: 40px;
    color: #9b9b9b
}

.mobile-nav__link:hover, .mobile-nav__link:focus {
    z-index: 1;
    text-decoration: none
}

.mobile-nav__children-toggle {
    padding: 0;
    border: 0;
    min-width: 15px;
    margin-left: auto;
    background: 0 0
}

.mobile-nav__sublist-wrapper--lvl-2 {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 65px;
    bottom: 0;
    width: 100%;
    padding: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background: #f1f2f5;
    overflow-y: auto;
    overflow-x: hidden
}

.mobile-nav__sublist-wrapper--lvl-3 {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s;
    transition: max-height .2s
}

.mobile-nav__toggler {
    display: inline-block;
    border: 0;
    padding: 0;
    background: 0 0
}

.no-js .mobile-nav__toggler {
    display: none
}

.mobile-search {
    display: none;
    position: fixed;
    z-index: 50;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
    padding: 30px 15px
}

.mobile-search.show {
    display: block
}

.mobile-search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.mobile-search__close {
    width: 18px;
    height: 11px;
    padding: 0;
    background: url(/local/templates/brickhouse-new/css/../img/icon-arrow-right.png) 0 0 no-repeat;
    background-size: 18px 11px;
    border: 0;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-right: 15px
}

.mobile-search__input {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mobile-search__input .field-text__input {
    padding: 0;
    border: 0
}

.mobile-search__reset {
    visibility: hidden;
    width: 24px;
    height: 24px;
    border: 0;
    padding: 0;
    background: #e9e9ec url(/local/templates/brickhouse-new/css/../img/icon-close.png) center center no-repeat;
    background-size: 10px 10px;
    image-rendering: -webkit-optimize-contrast;
    border-radius: 100%;
    -webkit-filter: opacity(.5);
    filter: opacity(.5);
    margin-left: 15px
}

.mobile-search__reset.show {
    visibility: visible
}

.mobile-search__results-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.mobile-search__results-tag {
    font-size: 12px;
    line-height: 1.5;
    color: #9f9e9e;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #d6d6d6;
    padding: 6px 6px
}

.mobile-search__results-cat {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #f7f8fa;
    padding: 13px 0
}

.mobile-search__results-cat span {
    display: contents;
    font-weight: 500
}

.mobile-search__results-cat::after {
    content: 'Категория';
    margin-left: auto;
    color: #9f9e9e;
    font-size: 12px
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal__dialog {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    max-width: 562px;
    min-height: calc(100% - 108em);
    margin: 54px auto;
    pointer-events: none;
    text-align: center
}

.modal__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 40px;
    pointer-events: auto;
    background-color: #fff;
    outline: 0;
    padding: 70px
}

.modal__header {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    margin-bottom: 30px
}

.modal__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    margin: 0
}

.modal__close {
    position: absolute;
    top: -42px;
    right: -42px;
    outline: 0;
    background: url(/local/templates/brickhouse-new/css/../img/icon-close.png) center center no-repeat;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
    -webkit-filter: invert(1);
    filter: invert(1);
    image-rendering: -webkit-optimize-contrast
}

.modal__body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 18px;
    line-height: 32px
}

.modal__body :last-child {
    margin-bottom: 0
}

.modal__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px
}

.modal__form {
    margin-bottom: 30px
}

.modal__form .btn--submit {
    width: 100%
}

.modal--show .modal__dialog {
    -webkit-animation: modal-dialog .3s 1 ease-out forwards;
    animation: modal-dialog .3s 1 ease-out forwards
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: #0d141b;
    -webkit-animation: modal-backdrop .3s 1 ease-out forwards;
    animation: modal-backdrop .3s 1 ease-out forwards
}

@-webkit-keyframes modal-backdrop {
    0% {
        opacity: 0
    }
    to {
        opacity: .8
    }
}

@keyframes modal-backdrop {
    0% {
        opacity: 0
    }
    to {
        opacity: .8
    }
}

@-webkit-keyframes modal-dialog {
    0% {
        -webkit-transform: translate(0, -2em);
        transform: translate(0, -2em)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes modal-dialog {
    0% {
        -webkit-transform: translate(0, -2em);
        transform: translate(0, -2em)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.offer-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    height: 419px;
    background-size: cover;
    background-position: center center;
    padding: 30px 35px;
    line-height: 0
}

.offer-card__status {
    display: inline-block;
    position: relative;
    background: #7fb568;
    padding: 0 10px;
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px
}

.offer-card__status::before, .offer-card__status::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 100%
}

.offer-card__status::before {
    top: 0;
    border-width: 12px 12px 0 0;
    border-color: #7fb568 transparent transparent transparent
}

.offer-card__status::after {
    bottom: 0;
    border-width: 12px 0 0 12px;
    border-color: transparent transparent transparent #7fb568
}

.offer-card__status--closed {
    background: #f69743
}

.offer-card__status--closed::before {
    border-color: #f69743 transparent transparent transparent
}

.offer-card__status--closed::after {
    border-color: transparent transparent transparent #f69743
}

.offer-card__title {
    margin-bottom: 10px;
    max-width: 70%
}

.offer-card__link {
    color: inherit;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px
}

.offer-card__link, .offer-card__link:focus, .offer-card__link:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.offer-card__link:focus, .offer-card__link:hover {
    color: #7fb568
}

.offer-card__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    max-width: 45%
}

.offer-card__more {
    color: inherit;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin-top: auto
}

.offer-card__more, .offer-card__more:focus, .offer-card__more:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.offer-card__more:focus, .offer-card__more:hover {
    color: #7fb568
}

.offer-card__more img {
    display: inline-block;
    width: 15px;
    height: 9px;
    margin-right: 10px;
    image-rendering: -webkit-optimize-contrast
}

@-ms-viewport {
    width: device-width
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    src: local(""), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-300italic.woff2) format("woff2"), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-300italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local(""), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-300.woff2) format("woff2"), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-300.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local(""), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-regular.woff2) format("woff2"), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local(""), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-500.woff2) format("woff2"), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    src: local(""), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-500italic.woff2) format("woff2"), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-500italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local(""), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-600.woff2) format("woff2"), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local(""), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-700.woff2) format("woff2"), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-700.woff) format("woff")
}
@font-face {
    font-display: swap;
    font-family: "Unbounded";
    font-style: normal;
    font-weight: normal;
    src: url(/local/templates/brickhouse-new/fonts/Unbounded-SemiBold.ttf) format("ttf"), url(/local/templates/brickhouse-new/fonts/Unbounded-Bold.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "RobotoLightNew";
    font-style: normal;
    font-weight: normal;
    src: url(/local/templates/brickhouse-new/fonts/Roboto-Light.ttf) format("ttf"), url(/local/templates/brickhouse-new/fonts/Roboto-Light.woff) format("woff");
}
@font-face {
    font-display: swap;
    font-family: "Gilroy-Light";
    font-style: normal;
    font-weight: normal;
    src: url(/local/templates/brickhouse-new/fonts/Gilroy-Light.ttf) format("ttf"), url(/local/templates/brickhouse-new/fonts/Gilroy-Light.woff) format("woff");
}
@font-face {
    font-family: "Inter";
    src: url("/local/templates/brickhouse-new/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("/local/templates/brickhouse-new/fonts/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
}
html, body {
    /*height: 100%;*/
    overflow-x: hidden
}

.page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    min-width: 320px;
    min-height: 100%;
    overflow-x: hidden
}

.page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.page__content {
    position: relative;
    z-index: 10;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.page__content-inactive {
    position:fixed;
    overflow-x: hidden;
    overflow-y: hidden;
}

.page__footer-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 0;
}

*, :before, :after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

* {
    -webkit-tap-highlight-color: transparent
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
    word-break: break-word;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.625;
    text-align: left;
    color: #0d141b;
    background-color: #f7f7f7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[tabindex='-1']:focus {
    outline: 0 !important
}

[role=button] {
    cursor: pointer
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

a, button, [role=button], input, label, select, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    margin: 0
}

button, input {
    overflow: visible;
    text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

svg {
    fill: currentColor
}

a svg, button svg {
    pointer-events: none
}

svg:not(:root) {
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #0d141b;
    background-color: transparent;
    -webkit-transition: color .3s;
    transition: color .3s
}

a:hover, a:focus {
    color: #7fb568
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin-top: 2em;
    margin-bottom: 2em;
    border: 0;
    border-top: 1px solid #9f9e9e;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 1em;
    margin-bottom: .5em;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 500;
    color: currentColor
}

h1 {
    font-size: 48px;
    line-height: 58px
}

h2 {
    font-size: 42px;
    line-height: 50px
}

h3 {
    font-size: 30px;
    line-height: 36px
}

h4 {
    font-size: 28px;
    line-height: 30px
}

h5 {
    font-size: 24px;
    line-height: 28px
}

h6 {
    font-size: 20px;
    line-height: 24px
}

.page-title, .page-title__proekty {
    font-size: 48px;
    line-height: 58px;
    margin: 23px 0
}

p, ul, ol, dl, table, blockquote, pre, address, figure {
    margin-top: 0;
    margin-bottom: 1em
}

p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%
}

address {
    font-style: normal
}

ul, ol {
    margin-bottom: 1em;
    padding-left: 1.5em
}

ul ul, ul ol, ol ul, ol ol {
    margin-top: 0;
    margin-bottom: 0
}

ul {
    list-style: square
}

li {
    line-height: inherit
}

li::marker {
    font-weight: 600;
    color: #7fb568
}

small {
    font-size: 18px
}

sub, sup {
    font-size: 18px
}

b, strong {
    font-weight: bolder
}

blockquote {
    margin-right: 0;
    margin-left: 30px;
    border-left: 5px solid green;
    padding: 10px 0 10px 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px
}

code, kbd, pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

code {
    padding: .06em .3em;
    color: #0d141b;
    background-color: rgba(0, 0, 0, .08);
    border-radius: 0
}

kbd {
    padding: .06em .3em;
    color: #0d141b;
    background-color: #f7f8fa;
    border-radius: 0
}

kbd kbd {
    padding: 0
}

pre {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    overflow-x: auto;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    background-color: rgba(0, 0, 0, .08)
}

pre code {
    background: 0 0
}

.container {
    width: 100%;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.notransition {
    -webkit-transition: none !important;
    transition: none !important
}

.tippy-box {
    background: rgba(13, 20, 27, .95);
    -webkit-box-shadow: 0 1px 27px 0 rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px 0 rgba(13, 20, 27, .15);
    color: #fff
}

.tippy-content {
    padding: 26px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px
}

.page-about__text {
    margin-bottom: 40px;
    max-width: 915px
}

.page-article__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-article__sidebar {
    width: 285px;
    margin-right: 20px
}

.page-article__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.page-article__sidebar-block {
    background: #fff;
    margin-bottom: 20px
}

.page-article__sidebar-block-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px
}

.page-article__tags-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px
}

.page-article__tags-nav-item {
    display: inline-block;
    border: 1px solid #d6d6d6;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #9f9e9e;
    padding: 0 7px;
    text-decoration: none;
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.page-article__tags-nav-item:hover {
    border-color: #7fb568
}

.page-article__more-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.page-article__more-item a {
    color: inherit;
    display: inline-block
}

.page-article__more-item a, .page-article__more-item a:focus, .page-article__more-item a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.page-article__more-item a:focus, .page-article__more-item a:hover {
    color: #7fb568
}

.page-article__content {
    padding: 75px;
    background: #fff;
    margin-bottom: 20px
}

.page-article__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    color: #9f9e9e;
    font-weight: 500
}

.page-article__date {
    background: url(/local/templates/brickhouse-new/css/../img/icon-date.png) left 3px no-repeat;
    background-size: 16px 17px;
    min-height: 17px;
    padding-left: 23px
}

.page-article__views {
    background: url(/local/templates/brickhouse-new/css/../img/icon-views.png) left 3px no-repeat;
    background-size: 21px 17px;
    padding-left: 28px
}

.page-article__sticky {
    position: absolute;
    left: -305px;
    width: 285px;
    background: #fff;
    padding: 25px 20px;
    margin-top: 26px
}

.page-article__sticky-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px
}

.page-article__sticky-text {
    font-size: 14px;
    line-height: 24px
}

.page-article__cta {
    margin-bottom: 20px;
    padding: 75px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-article__cta-image {
    width: 210px;
    margin-left: 30px
}

.page-article__cta-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-article__cta-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px
}

.page-article__cta-text {
    margin-bottom: 25px
}

.page-article__cta-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.page-article__cta-buttons .btn {
    padding: 10px 19px;
    font-size: 14px
}

.page-article__bottom {
    margin-bottom: 20px;
    padding: 75px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-article__social {
    color: #9f9e9e
}

.page-article__social-link {
    margin-left: 6px;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #d6d6d6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-article__social-link img {
    max-width: 16px;
    max-height: 16px
}

.page-article__related {
    margin: 75px 0
}

.page-article__related-title {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 30px
}

.page-article__related-items {
    padding: 20px;
    margin: -20px
}

.page-article__related-items-wrapper {
    position: relative;
    margin: 0 -40px;
    padding: 0 40px
}

.page-article__related-items-wrapper .swiper-button-prev, .page-article__related-items-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    border-radius: 100%;
    margin-top: -20px
}

.page-article__related-items-wrapper .swiper-button-prev:after, .page-article__related-items-wrapper .swiper-button-next:after {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-right: 2px solid #9f9e9e;
    border-bottom: 2px solid #9f9e9e
}

.page-article__related-items-wrapper .swiper-button-prev:hover, .page-article__related-items-wrapper .swiper-button-next:hover {
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .3);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .3)
}

.page-article__related-items-wrapper .swiper-button-prev:hover:after, .page-article__related-items-wrapper .swiper-button-next:hover:after {
    border-color: #0d141b
}

.page-article__related-items-wrapper .swiper-button-next {
    right: 20px
}

.page-article__related-items-wrapper .swiper-button-next::after {
    -webkit-transform: translate(-15%, 0) rotate(-45deg);
    transform: translate(-15%, 0) rotate(-45deg)
}

.page-article__related-items-wrapper .swiper-button-prev {
    left: 20px
}

.page-article__related-items-wrapper .swiper-button-prev::after {
    -webkit-transform: translate(15%, 0) rotate(135deg);
    transform: translate(15%, 0) rotate(135deg)
}

.page-calculator__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 45px
}

.page-calculator__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    margin: 0
}

.page-calculator__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300
}

.page-calculator__calc {
    background: #fff
}

.page-calculator__description {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    padding: 75px;
    background: #fff;
    margin: 75px 0
}

.page-calculator__description h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin: 0 0 30px
}

.page-calculator__description .show-more__toggle {
    color: inherit;
    display: inline-block
}

.page-calculator__description .show-more__toggle, .page-calculator__description .show-more__toggle:focus, .page-calculator__description .show-more__toggle:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.page-calculator__description .show-more__toggle:focus, .page-calculator__description .show-more__toggle:hover {
    color: #7fb568
}

.page-calculator__description .show-more__toggle-icon {
    display: none
}

.page-catalog__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.page-catalog__sidebar {
    width: 285px
}

.page-catalog__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.page-catalog__tags, .page-catalog__items, .page-catalog__more {
    width: 100%
}

.page-catalog__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin-top: 20px
}

.page-catalog__more {
    text-align: center;
    margin-top: 50px
}

.page-catalog__more .btn {
    padding: 15px 30px
}

.page-catalog__text {
    background: #f7f7f7;
    margin-top: 75px;
    margin-bottom: 75px;
    padding: 75px;
    font-size: 16px;
    line-height: 26px
}

.page-catalog__text h2 {
    font-size: 42px;
    line-height: 52px
}

.page-catalog__text :first-child {
    margin-top: 0
}

.page-catalog__text :last-child {
    margin-bottom: 0
}

.page-catalog__text .show-more__toggle {
    color: inherit;
    display: inline-block
}

.page-catalog__text .show-more__toggle, .page-catalog__text .show-more__toggle:focus, .page-catalog__text .show-more__toggle:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.page-catalog__text .show-more__toggle:focus, .page-catalog__text .show-more__toggle:hover {
    color: #7fb568
}

.page-construction__hero {
    position: relative
}

.page-construction__breadcrumbs {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0
}

.page-construction__breadcrumbs .breadcrumbs {
    color: #fff;
    font-weight: 300
}

.page-construction__breadcrumbs .breadcrumbs a {
    color: #fff
}

.page-construction__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-top: 60px
}

.page-construction__content-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-construction__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.page-construction__list-item-image {
    width: 45px;
    margin-right: 20px
}

.page-construction__list-item-content2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 10px
}

.page-construction__list-item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-construction__list-item-title2 {
    font-weight: 600
}

.page-construction__list-item-title {
    font-weight: 600
}

.page-footer {
    background: #f7f7f7;
}

.page-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-footer__nav {
    margin-bottom: 35px
}

.page-footer__copyright {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300
}

.page-footer__phone {
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    color: #9b9b9b;
    margin-bottom: 12px
}

.page-footer__phone a {
    color: #9b9b9b;
    text-decoration: none
}

.page-footer__phone a:hover {
    color: #0d141b
}

.page-footer__contacts {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #9b9b9b
}

.page-footer__contacts .icon {
    max-width: 14px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle
}

.page-footer__contacts a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dotted gray;
    color: #9b9b9b
}

.page-footer__email {
    margin-bottom: 8px
}

.page-footer__address {
    margin-bottom: 8px
}

.page-footer__social-links {
    margin-bottom: 24px
}

.page-footer__social-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 32px;
    height: 32px;
    border: 1px solid #9b9b9b;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 6px
}

.page-footer__social-link img {
    max-width: 16px;
    max-height: 16px
}

.page-footer__developer {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #9b9b9b
}

.page-footer__developer a {
    color: #9b9b9b;
    margin-left: 5px
}

.page-header {
    background: #fff
}

.page-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 25px;
    padding-top: 19px
}

.page-header__hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 17px;
    color: #9f9e9e;
    font-weight: 300
}

.page-header__hours .icon {
    width: 14px;
    height: 14px;
    margin-right: 5px
}

.page-header__contacts {
    text-align: right
}

.page-header__phone {
    font-size: 16px;
    line-height: 13px;
    font-weight: 500;
    margin-bottom: 7px
}

.page-header__email {
    font-weight: 300;
    font-size: 13px;
    line-height: 13px
}

.page-header__email .icon {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin-right: 7px
}

.page-header__email a {
    color: inherit;
    display: inline-block
}

.page-header__email a, .page-header__email a:focus, .page-header__email a:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.page-header__email a:focus, .page-header__email a:hover {
    color: #7fb568
}

.page-header__search {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1
}

.page-header__search .field-text {
    margin: 0
}

.page-header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 14px
}

.page-header__nav {
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #f7f8fa
}

.page-price__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-price__sidebar {
    width: 285px;
    margin-right: 20px
}

.page-price__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.page-price__sidebar-block {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px
}

.page-price__sidebar-block-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px
}

.page-price__nav {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.page-price__nav-current {
    display: none
}

.page-price__nav-item {
    display: inline-block;
    margin-bottom: 10px;
    color: #9f9e9e;
    -webkit-text-decoration: underline dotted #9f9e9e 1px;
    text-decoration: underline dotted #9f9e9e 1px
}

.page-price__nav-item--active {
    color: #7fb568;
    text-decoration: none
}

.page-price__content {
    padding: 75px;
    background: #fff;
    margin-bottom: 20px
}

.page-price__content :first-child {
    margin-top: 0
}

.page-price .accordion {
    margin-bottom: 50px
}

.page-price .accordion__item {
    margin-bottom: 12px
}

.page-price .accordion__title {
    background: #f7f8fa;
    font-weight: 500;
    padding: 27px 16px
}

.page-price .accordion__icon {
    width: 10px;
    height: 16px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.page-price .accordion__content {
    padding: 0
}

.page-price__table {
    width: 100%;
    border: 1px solid #f7f8fa;
    border-collapse: collapse
}

.page-price__table td, .page-price__table th {
    padding: 17px 17px;
    border-left: 1px solid #f7f8fa
}

.page-price__table td {
    font-weight: 400
}

.page-price__table th {
    font-weight: 500;
    color: #9f9e9e
}

.page-price__table tr:nth-child(even) td, .page-price__table tr:nth-child(even) th {
    background: #f7f8fa;
    border-left: 1px solid #fff
}

.page-price__table sup {
    font-size: .5em
}

.page-price__list-item {
    padding: 11px 48px 11px 16px;
    line-height: 18px;
    position: relative
}

.page-price__list-item::after {
    content: '';
    display: block;
    background: url(/local/templates/brickhouse-new/css/../img/icon-check-green.png) center center no-repeat;
    width: 16px;
    height: 11px;
    image-rendering: -webkit-optimize-contrast;
    background-size: 16px 11px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -5px
}

.page-price__list-item:nth-child(even) {
    background: #f7f8fa
}

.page-price__list-item-title {
    font-size: 14px;
    font-weight: 500
}

.page-price__list-item-helper {
    font-size: 12px;
    color: #9f9e9e
}

.page-price__cta {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-price__cta-image {
    width: 210px;
    margin-left: 30px
}

.page-price__cta-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-price__cta-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px
}

.page-price__cta-text {
    margin-bottom: 25px
}

.page-price__cta-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.page-price__cta-buttons .btn {
    padding: 10px 19px;
    font-size: 14px
}

.page-price__description .show-more__toggle {
    color: inherit;
    display: inline-block
}

.page-price__description .show-more__toggle, .page-price__description .show-more__toggle:focus, .page-price__description .show-more__toggle:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.page-price__description .show-more__toggle:focus, .page-price__description .show-more__toggle:hover {
    color: #7fb568
}

.page-project__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-project__gallery {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.page-project__info {
    width: 346px;
    margin-left: 40px
}

.page-project__summary {
    background: #fff;
    padding: 40px;
    margin-bottom: 30px
}

.page-project__estimate {
    width: 100%;
    margin-top: 30px
}

.page-project__consult {
    background: #fff;
    padding: 35px 40px 25px
}

.page-project__consult-label {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #9f9e9e
}

.page-project__consult-link {
    font-weight: 600;
    font-size: 28px;
    color: #7fb568;
    line-height: 1
}

.page-project__description {
    background: #fff;
    padding: 75px;
    margin-top: 75px
}

.page-project__description h2 {
    font-size: 42px;
    line-height: 52px;
    margin-top: 0
}

.page-project__description .show-more__toggle {
    color: inherit;
    display: inline-block
}

.page-project__description .show-more__toggle, .page-project__description .show-more__toggle:focus, .page-project__description .show-more__toggle:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.page-project__description .show-more__toggle:focus, .page-project__description .show-more__toggle:hover {
    color: #7fb568
}

.page-project__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    gap: 15px
}

.page-project__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eceff5;
    font-weight: 600;
    color: #f69743;
    font-size: 16px;
    line-height: 40px;
    padding: 0 19px
}

.page-project__tag .tip {
    line-height: 0
}

.page-project__tag .tip img {
    width: 11px;
    height: 11px;
    margin-right: 0
}

.page-project__tag--orange {
    background: #f69743;
    color: #fff
}

.page-project__tag--orange .page-project__tag-icon {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.page-project__tag-icon {
    max-width: 20px;
    max-height: 20px;
    margin-right: 9px
}

.page-project-design__hero {
    position: relative
}

.page-project-design__breadcrumbs {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0
}

.page-project-design__breadcrumbs .breadcrumbs {
    color: #fff;
    font-weight: 300
}

.page-project-design__breadcrumbs .breadcrumbs a {
    color: #fff
}

.page-projects__description .show-more__toggle {
    color: inherit;
    display: inline-block
}

.page-projects__description .show-more__toggle, .page-projects__description .show-more__toggle:focus, .page-projects__description .show-more__toggle:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.page-projects__description .show-more__toggle:focus, .page-projects__description .show-more__toggle:hover {
    color: #7fb568
}

.partners {
    padding-top: 75px;
   /* padding-bottom: 75px*/
}

.partners__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 75px;
}

.partners__subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.partners__title {
    width: 50%;
    font-weight: 500;
    font-size: 42px;
    line-height: 44px;
    margin: 0
}

.partners__buttons {
    width: 28%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 15px
}

.partners__buttons .btn.btn--main-o{
    width:100%;
}

.partners__grid {
    width: 100%;
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 6 ];
    grid-template-columns:repeat(6, minmax(0, 1fr));
    gap: 25px
}

.partners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    background: #fff;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.partners__item:hover {
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .15)
}

.partners__item-image {
    max-width: 70%;
    max-height: 65%;
    image-rendering: -webkit-optimize-contrast
}

.progress {
    border-radius: 0;
    text-align: center;
    background: #e9e9ec
}

.progress__bar {
    position: relative;
    border-radius: 0;
    max-width: 100%;
    white-space: nowrap;
    -webkit-transition: width .3s;
    transition: width .3s;
    background: #7fb568;
    min-height: 6px
}

.progress__bar::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 12px;
    background: inherit;
    -webkit-transform: skewX(-60deg);
    transform: skewX(-60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.progress__bartext {
    display: inline-block;
    padding: .5em
}

.project-affect {
    padding: 75px;
    background: #fff;
    margin-top: 75px
}

.project-affect__title {
    font-size: 42px;
    line-height: 52px;
    margin-top: 0;
    margin-bottom: 30px
}

.project-affect__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 75px
}

.project-affect__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 4 ];
    grid-template-columns:repeat(4, minmax(0, 1fr))
}

.project-affect__item-image {
    display: block;
    margin: 0 auto 20px
}

.project-affect__item-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center
}

.project-card {
    background: #fff;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.project-card__holder {
    position: relative
}

.project-card__images .swiper-slide {
    height: auto
}
@media (max-width: 1230px) {
    .project-card__images .swiper-slide {
        height: min-content;
        aspect-ratio: 12/7;
    }
}

.project-card__images .swiper-pagination {
    bottom: 13px;
    line-height: 0
}

.project-card__images .swiper-pagination-bullet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 14px;
    height: 14px;
    background: 0 0;
    border: 1px solid transparent;
    margin: 0 5px;
    opacity: 1;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.project-card__images .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.project-card__images .swiper-pagination-bullet-active {
    border-color: #fff
}

.project-card__images .swiper-pagination-bullet-active::before {
    background: #7fb568
}

.project-card__image {
    height: auto
}

.project-card__image img {
    max-height: 100%;
    -o-object-fit: unset;
    object-fit: unset;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.project-card__tags {
    position: absolute;
    z-index: 10;
    left: 16px;
    top: 22px;
    right: 66px;
    line-height: 0
}

.project-card__tag {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, .9);
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
    padding: 3px 6px
}

.project-card__badge {
    position: absolute;
    z-index: 10;
    top: 16px;
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #7fb568;
    font-weight: 600;
    font-size: 10px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase
}

.project-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 30px 24px
}

.project-card__info, .project-card__props {
    width: 50%;
    line-height: 30px;
    margin-bottom: 25px
}

.project-card__props {
    text-align: right
}

.project-card__title {
    color: inherit;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px
}

.project-card__title, .project-card__title:focus, .project-card__title:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

a.project-card__title:focus, a.project-card__title:hover {
    color: #7fb568
}

.project-card__price {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #7fb568
}

.project-card__area {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px
}

.project-card__dimensions {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    padding: 0 7px;
    background: #f7f8fa;
    border-radius: 10px
}

.project-card__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.project-card__feature {
    border-right: 1px solid #d6d6d6;
    font-weight: 300;
    font-size: 12px;
    line-height: 30px;
    color: #9f9e9e;
    text-align: center;
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.project-card__feature:first-child {
    padding-left: 0
}

.project-card__feature:last-child {
    padding-right: 0;
    border-right: 0
}

.project-card__feature-icon {
    display: block;
    margin: 0 auto 7px;
    max-height: 30px
}

.project-card:hover {
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .15)
}

.project-categories {
    padding: 75px;
    background: #fff;
    margin-top: 75px
}

.project-categories__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin-top: 0;
    margin-bottom: 30px
}

.project-categories .catalog-tags__inner {
    gap: 8px
}

.project-categories .catalog-tags__item .btn {
    font-size: 16px
}

.project-design-calc {
    background: #0d141b url(/local/templates/brickhouse-new/css/../img/project-design-calc-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px
}

.project-design-services__inner {
    margin-top: 30px
}

.project-design-calc__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.project-design-calc__subtitle {
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.project-design-calc__title {
    width: 50%;
    margin-bottom: 40px
}

.project-design-calc__text {
    width: 50%;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px
}

.project-design-calc__form {
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.project-design-calc__form-fields {
    padding: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.project-design-calc__form-content {
    padding: 50px;
    width: 394px;
    background: rgba(255, 255, 255, .05)
}

.project-design-calc__form-group:not(:first-child) {
    margin-top: 30px
}

.project-design-calc__form-group-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px
}

.project-design-calc__form-group-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 20px
}

.project-design-calc__form-field {
    border: 2px solid #e9e9ec;
    padding: 12px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project-design-calc__form-field-label {
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: auto
}

.project-design-calc__form-field-field {
    margin-left: 12px
}

.project-design-calc__form-field-field .field-text {
    margin: 0;
    line-height: 0
}

.project-design-calc__form-field-field .field-text__input {
    width: 72px;
    height: 40px;
    border: 0;
    padding: 10px 12px
}

.project-design-calc__form-field-helper {
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: #9f9e9e;
    margin-left: 12px
}

.project-design-calc__form-field-helper sup {
    font-size: .75em
}

.project-design-calc .field-radio-box__inner {
    padding: 7px 12px
}

.project-design-calc .field-radio-box__inner::before {
    top: 13px;
    right: 11px
}

.project-design-calc .field-radio-box__inner::after {
    top: 18px;
    right: 16px
}

.project-design-calc .field-radio-box__name {
    font-weight: 300;
    font-size: 14px
}

.project-design-calc__form-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px
}

.project-design-calc__form-price {
    font-weight: 600;
    font-size: 42px;
    line-height: 1;
    color: #f79743;
    margin-bottom: 10px
}

.project-design-calc__form-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px
}

.project-design-conditions__text {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 70px
}

.project-design-prices__inner {
    margin-top: 30px
}

.project-design-conditions__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 5px;
}

.project-design-conditions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    border: 2px solid #f7f8fa;
    padding: 30px 25px
}

.project-design-conditions__item-image {
    width: 60px
}

.project-design-conditions__item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.project-design-conditions__item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px
}

.project-design-conditions__item-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px
}

.project-design-content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

.project-design-content__image {
    width: 458px;
    margin-left: 100px
}

.project-design-content__image.proektirovanie-domov {
    margin-left: 0px
}

.section-block__description {
    margin-right: 100px;
}

.project-design-content__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    padding-right: 30px;
}

.project-design-estimate {
    background: #000 url(/local/templates/brickhouse-new/css/../img/section-estimate-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 75px;
    padding-bottom: 75px;
    margin-top: 75px;
    margin-bottom: 75px
}

.project-design-estimate__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project-design-estimate__image {
    width: 245px;
    margin-left: 75px
}

.project-design-estimate__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.project-design-estimate__subtitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.project-design-estimate__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin: 0 0 40px;
    max-width: 600px
}

.project-design-estimate__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 15px
}

.project-design-estimate__form .field-text {
    margin: 0
}

.project-design-estimate__privacy {
    font-weight: 300;
    font-size: 12px;
    line-height: 22px
}

.project-design-estimate__privacy a {
    color: inherit;
    display: inline-block
}

.project-design-estimate__privacy a, .project-design-estimate__privacy a:focus, .project-design-estimate__privacy a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.project-design-estimate__privacy a:focus, .project-design-estimate__privacy a:hover {
    color: #7fb568
}

.project-design-prices__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 45px
}

.project-design-prices .tabs__link .price {
    font-weight: 600;
    margin-top: 5px
}

.project-design-prices .tabs__link .price strong {
    font-weight: 700;
    font-size: 24px
}

.project-design-prices .tabs__link .price sup {
    font-size: .5em
}

.project-design-prices__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px
}

.project-design-prices__content-slider {
    width: 515px;
    margin-right: 120px
}

.project-design-prices__content-slider img {
    display: block
}

.project-design-prices__content-slider .swiper-pagination {
    bottom: 32px;
    line-height: 1
}

.project-design-prices__content-slider .swiper-pagination-bullet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background: 0 0;
    border: 1px solid transparent;
    margin: 0 15px;
    opacity: 1;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.project-design-prices__content-slider .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.project-design-prices__content-slider .swiper-pagination-bullet-active {
    border-color: #fff
}

.project-design-prices__content-slider .swiper-pagination-bullet-active::before {
    background: #7fb568
}

.project-design-prices__content-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.project-design-prices__content-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px
}

.project-design-prices__content-price {
    font-size: 24px;
    font-weight: 600
}

.project-design-prices__content-ribbon {
    margin-bottom: 15px
}

.project-design-prices__content-file {
    background: url(/local/templates/brickhouse-new/css/../img/icon-pdf-gray.png) left center no-repeat;
    background-size: 28px 29px;
    padding-left: 40px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 300
}

.project-design-prices__content-file-name {
    font-size: 12px;
    color: #9f9e9e
}

.project-design-prices__content-file-title {
    color: inherit;
    display: inline-block;
    margin-bottom: 5px
}

.project-design-prices__content-file-title, .project-design-prices__content-file-title:focus, .project-design-prices__content-file-title:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.project-design-prices__content-file-title:focus, .project-design-prices__content-file-title:hover {
    color: #7fb568
}

.project-design-prices__composition-heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px
}

.project-design-prices__composition-helper {
    font-weight: 500;
    font-size: 13px;
    color: #9f9e9e
}

.project-design-prices__composition-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 20px
}

.project-design-prices__composition-list-item {
    padding: 10px 58px 10px 22px;
    line-height: 1.5;
    background: url(/local/templates/brickhouse-new/css/../img/icon-check-orange.png) center right 22px no-repeat;
    background-size: 14px 9px;
    image-rendering: -webkit-optimize-contrast
}

.project-design-prices__composition-list-item:nth-child(2n+1) {
    background-color: #f7f8fa
}

.project-design-prices__composition-title {
    font-size: 16px;
    font-weight: 500
}

.project-design-services__text {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 70px
}

.project-design-services__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 20px
}

.project-design-services__item {
    color: inherit;
    display: inline-block;
    border: 2px solid #f7f8fa;
    padding: 25px;
    text-align: center
}

.project-design-services__item, .project-design-services__item:focus, .project-design-services__item:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.project-design-services__item:focus, .project-design-services__item:hover {
    color: #7fb568
}

.project-design-services__item-image {
    height: 60px;
    margin-bottom: 20px
}

.project-design-services__item-image img {
    display: block;
    max-height: 100%;
    margin: 0 auto
}

.project-design-services__item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px
}

.project-features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 30px;
    position: relative
}

.project-features__item:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: 1px dotted #d6d6d6
}

.project-features__icon {
    margin-right: 7px;
    max-width: 16px;
    max-height: 16px;
    margin-top: 7px
}

.project-features__label {
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: #9f9e9e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px
}

.project-features__value {
    padding-left: 5px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 600;
    color: #171d24;
    margin-left: auto
}

.project-features__value sup {
    font-size: .5em
}

.project-features__label, .project-features__value {
    position: relative;
    background: #fff
}

.project-gallery__images {
    position: relative;
    margin-bottom: 11px
}

.project-gallery__images .swiper-button-prev, .project-gallery__images .swiper-button-next {
    width: 16px;
    height: 29px;
    background: url(/local/templates/brickhouse-new/css/../img/icon-angle-right.png) center center no-repeat;
    background-size: 16px 29px;
    -webkit-filter: invert(1);
    filter: invert(1);
    margin-top: -15px
}

.project-gallery__images .swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 23px
}

.project-gallery__images .swiper-button-next {
    right: 23px
}

.project-gallery__images .swiper-pagination-bullet {
    position: relative;
    background: 0 0;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    opacity: 1;
    margin: 0 9px
}

.project-gallery__images .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #d6d6d6;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.project-gallery__images .swiper-pagination-bullet-active {
    border-color: #d6d6d6
}

.project-gallery__images .swiper-pagination-bullet-active::before {
    background: #7fb568
}

.project-gallery__image {
    width: 100%;
    display: block
}

.project-gallery__tags {
    position: absolute;
    z-index: 10;
    left: 19px;
    top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.project-gallery__tag {
    font-size: 14px;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eceff5;
    padding: 0 11px;
    font-weight: 600;
    color: #f69743
}

.project-gallery__tag .tip {
    line-height: 0
}

.project-gallery__tag .tip img {
    width: 11px;
    height: 11px;
    margin-right: 0
}

.project-gallery__tag--orange {
    background: #f69743;
    color: #fff
}

.project-gallery__tag--orange .project-gallery__tag-icon {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.project-gallery__tag-icon {
    max-width: 17px;
    max-height: 17px;
    margin-right: 8px
}

.project-gallery__thumbnails .swiper-slide-thumb-active .project-gallery__thumbnail {
    border: 2px solid #7fb568
}

.project-gallery__thumbnail {
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.project-price__label {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #9f9e9e;
    margin-bottom: 10px
}

.project-price__value {
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px
}

.project-price__credit {
    font-weight: 300;
    font-size: 14px;
    text-decoration: underline;
    -webkit-text-decoration-color: green;
    text-decoration-color: green
}

.project-price__credit .tip img {
    width: 14px;
    image-rendering: -webkit-optimize-contrast
}

.project-related {
    margin: 75px 0
}

.project-related__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin-top: 0;
    margin-bottom: 45px
}

.project-related__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 25px
}

.project-schemes {
    margin-top: 75px;
    background: #fff;
    padding: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.project-schemes__title {
    width: 50%;
    padding-right: 10px;
    font-weight: 500;
    font-size: 42px;
    line-height: 54px
}

.project-schemes__buttons {
    width: 50%;
    padding-left: 10px;
    text-align: right
}

.project-schemes__button {
    height: 50px
}

.project-schemes__items {
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 35px
}

.project-schemes__item {
    text-align: center
}

.project-schemes__item-image {
    display: block;
    margin: 0 auto 20px
}

.project-schemes__item-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5
}

.project-set {
    background: #fff;
    margin-top: 75px;
    padding: 75px;
    margin-bottom: 75px
}

.project-set__title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    margin-bottom: 30px
}

.project-set__text {
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 50px
}

.project-set__table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 260px (auto) [ 3 ];
    grid-template-columns:260px repeat(3, auto)
}

.project-set__table .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.project-set__table-cell {
    padding: 12px 15px
}

.project-set__table > .project-set__table-cell:nth-of-type(4n+3), .project-set__table-values:nth-child(4n) {
    background: #f7f8fa
}

.project-set__table-value {
    font-size: 20px;
    color: #9f9e9e;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.project-set__table-values {
    text-align: center;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    margin: 0
}

.project-set__table-values-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(auto) [ 3 ];
    grid-template-columns:repeat(3, auto)
}

.project-set__table-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5
}

.project-set__table-heading:not(:first-child) {
    text-align: center
}

.project-set__table-helper {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #9f9e9e
}

.project-set__table-price {
    font-weight: 600;
    font-size: 24px
}

.project-set__table-ribbon, .project-design-prices__content-ribbon {
    background: #f69743;
    display: inline-block;
    position: relative;
    padding: 0 8px;
    font-weight: 300;
    font-size: 13px;
    line-height: 21px;
    white-space: nowrap;
    color: #fff
}

.project-set__table-ribbon::before, .project-design-prices__content-ribbon::before, .project-set__table-ribbon::after, .project-design-prices__content-ribbon::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 100%
}

.project-set__table-ribbon::before, .project-design-prices__content-ribbon::before {
    top: 0;
    border-width: 10px 10px 0 0;
    border-color: #f69743 transparent transparent transparent
}

.project-set__table-ribbon::after, .project-design-prices__content-ribbon::after {
    bottom: 0;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #f69743
}

.project-set__table-ribbon strong, .project-design-prices__content-ribbon strong {
    font-weight: 600;
    margin-left: 5px
}

.project-set__table-plus {
    font-weight: 500;
    color: #f69743
}

.review-card__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px
}

.review-card__author-image {
    width: 52px;
    height: 52px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 22px;
    border-radius: 100%
}

.review-card__author-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px
}

.review-card__text {
    max-width: 450px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px
}

.review-card__link {
    margin-top: 25px;
    font-weight: 300;
    font-size: 16px
}

.review-card__link a {
    -webkit-text-decoration: underline dotted #7fb568 1px;
    text-decoration: underline dotted #7fb568 1px;
    text-underline-offset: 3px
}

.section-block2 {
    background-color: #fff;
    padding: 75px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

section-block {
    background-color: #fff;
    padding: 75px;
    margin-top: 75px;
    margin-bottom: 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.section-block .container > .section-block {
    margin-left: -15px;
    margin-right: -15px
}

.section-block__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin: 0 0 30px
}

.section-consult {
    margin: 75px 0;
    padding: 75px 0;
    background: url(/local/templates/brickhouse-new/css/../img/section-consult-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff
}

.section-consult a {
    color: inherit;
    display: inline-block;
    color: inherit
}

.section-consult a, .section-consult a:focus, .section-consult a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.section-consult a:focus, .section-consult a:hover {
    color: #7fb568
}

.section-consult__subtitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.section-consult__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 40px;
    max-width: 700px
}

.section-consult__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 890px
}

.section-consult__form .btn {
    height: 50px
}

.section-consult__privacy {
    font-size: 12px;
    line-height: 22px
}

.service-hero .swiper-pagination {
    bottom: 32px;
    line-height: 1
}

.service-hero .swiper-pagination-bullet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background: 0 0;
    border: 1px solid transparent;
    margin: 0 15px;
    opacity: 1;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.service-hero .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.service-hero .swiper-pagination-bullet-active {
    border-color: #fff
}

.service-hero .swiper-pagination-bullet-active::before {
    background: #7fb568
}

.service-hero__slide {
    background: center center no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 116px;
    padding-bottom: 111px;
    height: auto
}

.service-hero__ribbon {
    background: rgba(127, 181, 104, .6);
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    padding: 3px 11px;
    margin-bottom: 20px;
}

.service-hero__ribbon::before, .service-hero__ribbon::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 100%
}

.service-hero__ribbon::before {
    top: 0;
    border-width: 16px 16px 0 0;
    border-color: rgba(127, 181, 104, .6) transparent transparent transparent
}

.service-hero__ribbon::after {
    bottom: 0;
    border-width: 16px 0 0 16px;
    border-color: transparent transparent transparent rgba(127, 181, 104, .6)
}

.service-hero__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    text-shadow: 0 0 10px rgba(13, 20, 27, .42);
    margin-bottom: 20px;
    text-align: left;
}

.service-hero__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px
}

.service-hero__form {
    max-width: 568px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 15px
}

.service-hero__form .field-text {
    margin: 0
}

.service-hero__form .field-text__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.service-hero__form .btn {
    height: 50px
}

.service-hero__privacy {
    font-weight: 300;
    font-size: 12px;
    line-height: 22px
}

.service-hero__privacy a {
    color: inherit;
    display: inline-block;
    color: inherit
}

.service-hero__privacy a, .service-hero__privacy a:focus, .service-hero__privacy a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.service-hero__privacy a:focus, .service-hero__privacy a:hover {
    color: #7fb568
}

.show-more__content {
    overflow: hidden;
    -webkit-transition: height .3s ease-out;
    transition: height .3s ease-out;
    height: auto
}

.show-more__content[data-collapsed=true] {
    height: 0
}

.show-more__toggle-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px
}

.tabs__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0 0 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px
}

.no-js .tabs__links {
    display: none
}

.tabs__link-wrap {
    position: relative;
    border-bottom: 3px solid #f7f8fa;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tabs__link-wrap--active {
    color: #0d141b;
    border-color: transparent
}

.tabs__link-wrap--active .tabs__link {
    background: #7fb568;
    color: #fff
}

.tabs__link-wrap--active .tabs__image {
    display: none
}

.tabs__link-wrap--active .tabs__image--active {
    display: block
}

.tabs__link {
    text-decoration: none;
    color: #a8a7a7;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px 25px
}

.tabs__image {
    width: auto;
    margin-bottom: 10px
}

.tabs__image--active {
    display: none
}

.tabs__content-wrapper {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0
}

.js .tabs__content-item {
    display: none
}

.tabs__content-item > :last-child {
    margin-bottom: 0
}

.js .tabs__content-item--active {
    display: block
}

.tabs--accordion .tabs__links {
    display: none
}

.tabs--accordion .tabs__link-wrap {
    border: 0
}

.tabs--accordion .tabs__link-wrap::marker {
    display: none;
    list-style: none
}

.tabs--accordion .tabs__link-wrap--active .tabs__link {
    background: #7fb568;
    color: #fff
}

.tabs--accordion .tabs__link-wrap--active .tabs__link::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.tabs--accordion .tabs__link {
    background: #eaeaea;
    color: #797979;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 6px 0
}

.tabs--accordion .tabs__link::after {
    content: '';
    display: block;
    background: url(/local/templates/brickhouse-new/css/../img/icon-angle-right.png) center center no-repeat;
    width: 7px;
    height: 14px;
    background-size: 7px 14px;
    image-rendering: -webkit-optimize-contrast;
    -webkit-filter: opacity(.5);
    filter: opacity(.5);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 15px
}

.tip {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px
}

.tippy-box {
    background: rgba(13, 20, 27, .95);
    -webkit-box-shadow: 0 1px 27px 0 rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px 0 rgba(13, 20, 27, .15);
    color: #fff
}

.tippy-content {
    padding: 26px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px
}

.work-card {
    position: relative
}

.work-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.work-card__content {
    position: relative;
    border: 2px solid #7fb568;
    background: #fff;
    padding: 26px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    line-height: 0
}

.work-card__status {
    display: inline-block;
    position: relative;
    background: #f69743;
    padding: 0 10px;
    margin-bottom: 8px;
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    color: #fff
}

.work-card__status::before, .work-card__status::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 100%
}

.work-card__status::before {
    top: 0;
    border-width: 12px 12px 0 0;
    border-color: #f69743 transparent transparent transparent
}

.work-card__status::after {
    bottom: 0;
    border-width: 12px 0 0 12px;
    border-color: transparent transparent transparent #f69743
}

.work-card__link {
    color: inherit;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px
}

.work-card__link, .work-card__link:focus, .work-card__link:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.work-card__link:focus, .work-card__link:hover {
    color: #7fb568
}

.work-card__price {
    color: #7fb568;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px
}

.work-card__prop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 28px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.work-card__prop-icon {
    max-height: 18px;
    margin-right: 8px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.work-card__prop-value {
    font-weight: 600;
    margin-left: 5px
}

.work-card__prop-value sup {
    font-size: .75em
}

.work-card:hover .work-card__content {
    opacity: 1
}

@media (min-width: 768px) {
    .tabs__link-wrap {
        margin: 0
    }

    .tabs__link-wrap:not(:last-child) {
        border-right: none
    }

    .tabs__link-wrap--active {
        border-bottom: 1px solid transparent
    }

    .tabs__content-wrapper {
        border-top: none
    }
}

@media (min-width: 1231px) {
    .main-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main-nav__list--lvl-2 {
        display: block
    }

    .main-nav__list--lvl-3 {
        display: block
    }



    .main-nav__item--services .main-nav__item--lvl-2, .main-nav__item--catalog .main-nav__item--lvl-2 {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        margin-bottom: 20px
    }

    .main-nav__item--services .main-nav__link--lvl-3, .main-nav__item--catalog .main-nav__link--lvl-3 {
        padding: 4px 0
    }

    .main-nav__item--services .main-nav__sublist-wrapper--lvl-3, .main-nav__item--catalog .main-nav__sublist-wrapper--lvl-3 {
        position: static;
        opacity: initial;
        height: auto
    }

    .main-nav__item--services .main-nav__link--lvl-2, .main-nav__item--catalog .main-nav__link--lvl-2 {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px
    }

    .main-nav__item--services .main-nav__list--lvl-2 {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .main-nav__item--catalog .main-nav__list--lvl-2 {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }

    .main-nav__toggler {
        display: none
    }

    a[href^='tel:'] {
        white-space: nowrap;
        pointer-events: none;
        text-decoration: inherit
    }

    .hidden-desktop, .categories-grid-item--hidden-desktop {
        display: none
    }
}

@media (min-width: 1231px) {
    .main-nav__sublist-wrapper--lvl-2 {
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 0;
        height: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition-property: opacity, visibility;
        transition-property: opacity, visibility;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        margin: 0 -35px;
        padding: 31px 41px;
        visibility: hidden
    }

    .main-nav__item--show-child > .main-nav__sublist-wrapper--lvl-2, .main-nav__item:hover .main-nav__sublist-wrapper--lvl-2 {
        height: auto;
        overflow: visible;
        opacity: 1;
        visibility: visible;
    }


    .main-nav__sublist-wrapper--lvl-3 {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 100%;
        opacity: 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .main-nav__sublist-wrapper--lvl-4 {
        position:absolute;
        height: 0;
        overflow: hidden;
        max-width: 300px;
        opacity: 0;
        top: 0;
        left: 100%;
        z-index: 3;
        transition: opacity .3s;
        -webkit-transition: opacity .3s;
    }

    .main-nav__item--show-child > .main-nav__sublist-wrapper--lvl-3, .main-nav__item--lvl-2:hover .main-nav__sublist-wrapper--lvl-3 {
        height: auto;
        overflow: visible;
        opacity: 1
    }

    .main-nav__item--show-child > .main-nav__sublist-wrapper--lvl-4, .main-nav__item--lvl-3:hover .main-nav__sublist-wrapper--lvl-4 {
        height: auto;
        overflow: visible;
        opacity: 1
    }
}

@media (max-width: 1230px) {
    .offer-card__more {
        font-size: 12px
    }

    .offer-card__inner {
        height: 240px
    }

    .about-certificates__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-history {
        padding: 45px 0
    }

    .about-history__inner {
        display: block
    }

    .about-history__title {
        width: auto;
        padding: 0;
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .about-history__text {
        width: auto;
        padding: 0;
        margin-bottom: 30px
    }

    .about-history__wrapper {
        padding: 30px 15px;
        margin: 0 -15px;
        width: auto
    }

    .about-history__years-nav-wrapper {
        padding: 0;
        margin-bottom: 40px
    }

    .about-history__years-nav-wrapper .swiper-button-prev, .about-history__years-nav-wrapper .swiper-button-next {
        display: none
    }

    .about-history__years-nav-link {
        font-size: 20px;
        line-height: 23px;
        padding: 0 8px 17px;
        border-width: 3px
    }

    .about-history__year {
        display: block
    }

    .about-history__year-image {
        margin-bottom: 30px
    }

    .about-numbers {
        margin-bottom: 45px
    }

    .about-numbers__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-numbers__video {
        margin-bottom: 30px
    }

    .about-numbers__video-link {
        height: 240px
    }

    .about-numbers__items {
        width: auto;
        margin: 0 -15px;
        padding: 30px 15px
    }

    .about-numbers__item {
        margin: 0
    }

    .about-numbers__item:not(:last-child) {
        padding-bottom: 30px;
        border-bottom: 1px solid #f7f8fa;
        margin-bottom: 30px
    }

    .about-office__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .about-office__col {
        width: 100%
    }

    .about-principles__inner {
        display: block
    }

    .about-principles__title {
        width: auto;
        padding: 0
    }

    .about-principles__text {
        width: auto;
        margin-bottom: 30px
    }

    .about-principles__grid {
        -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap: 10px
    }

    .about-principles__item {
        border: 2px solid #f7f8fa;
        padding: 20px 20px
    }

    .about-principles__item-title {
        font-size: 10px
    }

    .about-services__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .about-services__items {
        gap: 15px
    }

    .about-services__item {
        padding: 15px 30px 15px 15px;
        font-size: 13px;
        line-height: 18px;
        text-decoration: none;
        min-height: 110px
    }

    .about-services__item-image {
        bottom: 10px;
        right: 10px;
        max-height: 40%
    }

    .about-services__content-buttons {
        margin-top: 35px
    }

    .about-services__content-buttons .btn {
        width: 100%;
        height: 60px
    }

    .about-stages__inner {
        display: block
    }

    .about-stages__title {
        width: auto;
        padding: 0
    }

    .about-stages__text {
        width: auto
    }

    .about-stages__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .about-team__inner {
        display: block
    }

    .about-team__title {
        width: auto;
        padding: 0
    }

    .about-team__text {
        width: auto;
        padding: 0;
        text-align: left
    }

    .about-team__items-wrapper {
        margin: 0;
        padding: 0
    }

    .about-team__items-wrapper .swiper-button-prev, .about-team__items-wrapper .swiper-button-next {
        display: none
    }

    .about-team__item {
        width: 300px
    }

    .about-team__item-image img {
        display: block;
        width: 100%
    }

    .about-video__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .calculator {
        padding: 35px 15px
    }

    .calculator__info {
        display: none
    }

    .calculator__grid--col-2, .calculator__grid--col-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .calculator__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%
    }

    .calculator .field-radio__input-wrap--inline {
        margin-right: 40px
    }

    .calculator .field-checkbox__input:checked + .field-checkbox__name-text {
        color: #0d141b
    }

    .callback-form {
        padding: 45px 0;
        text-align: left
    }

    .callback-form-g-recaptcha {
        margin: 16px auto !important;
    }

    .callback-form__subtitle {
        margin: 0
    }

    .callback-form__form {
        /*-ms-grid-columns: 1fr;*/
        /*grid-template-columns:1fr;*/
        gap: 0;
        margin-bottom: 18px
    }

    .callback-form__form .btn--submit {
        width: 100%
    }

    .callback-form__privacy {
        line-height: 20px
    }


    .catalog-sort .field-select__name {
        display: none
    }

    .catalog-sort .field-select .choices__inner {
        color: #0d141b
    }

    .catalog-sort .field-select .choices.is-open .choices__inner {
        color: #7fb568
    }

    .catalog-tags__inner {
        gap: 4px
    }

    .catalog-tags__item .btn {
        font-size: 12px;
        line-height: 16px
    }

    .categories-grid {
        gap: 12px 15px;
        -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .categories-grid-item {
        -ms-grid-column-span: auto;
        grid-column-end: auto;
        min-height: 147px;
        padding: 15px
    }

    .categories-grid-item__children {
        display: none
    }

    .categories-grid-item__price {
        display: none
    }

    .categories-grid-item__description {
        display: none
    }

    .categories-grid-item__title {
        font-size: 13px;
        text-decoration: none
    }

    .construction-catalog {
        margin: -45px 0 45px;
        padding: 45px 0
    }

    .construction-catalog__title {
        font-size: 25px;
        line-height: 36px
    }

    .construction-catalog__grid .categories-grid-item__description, .construction-catalog__grid .categories-grid-item__price {
        display: none
    }

    .construction-projects {
        margin: 45px 0
    }

    .construction-projects__inner {
        display: block
    }

    .construction-projects__title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .construction-projects__text {
        margin-bottom: 30px
    }

    .construction-projects__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .construction-projects__grid .project-card {
        overflow: hidden
    }

    .construction-reviews__title {
        width: 100%;
        padding: 0
    }

    .construction-reviews__buttons {
        width: 100%;
        padding: 0;
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999;
        margin: 35px 0 0
    }

    .construction-reviews__buttons .btn {
        width: 100%
    }

    .construction-reviews__items {
        padding-bottom: 50px
    }

    .construction-reviews__items .swiper-pagination {
        bottom: 32px;
        line-height: 1
    }

    .construction-reviews__items .swiper-pagination-bullet {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 22px;
        height: 22px;
        background: 0 0;
        border: 1px solid transparent;
        margin: 0 15px;
        opacity: 1;
        -webkit-transition-property: border-color;
        transition-property: border-color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .construction-reviews__items .swiper-pagination-bullet::before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        background: #9f9e9e;
        border-radius: 100%;
        -webkit-transition-property: background-color;
        transition-property: background-color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .construction-reviews__items .swiper-pagination-bullet-active {
        border-color: #9f9e9e
    }

    .construction-reviews__items .swiper-pagination-bullet-active::before {
        background: #7fb568
    }

    .construction-reviews__items .swiper-pagination {
        bottom: 0
    }

    .construction-reviews .review-card {
        border: 0;
        padding: 0
    }

    .construction-reviews .review-card__link {
        display: none
    }

    .construction-steps .tabs {
        font-size: 14px;
        line-height: 24px
    }

    .construction-steps .tabs__links {
        display: none
    }

    .construction-steps .tabs__content-wrapper {
        overflow-x: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px
    }

    .construction-steps .tabs__content-wrapper .tabs__content-item {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 88%;
        flex: 0 0 88%;
        border: 2px solid #f7f8fa;
        padding: 25px 20px
    }

    .construction-steps .tabs__content-wrapper .tabs__link-wrap {
        color: #0d141b;
        margin-bottom: 10px;
        padding: 0;
        border: 0
    }

    .construction-steps .tabs__content-wrapper .tabs__link-wrap .tabs__link {
        background: 0 0;
        color: #000;
        text-decoration: none
    }

    .construction-steps .tabs__content-wrapper .tabs__link-wrap .tabs__image {
        display: none
    }

    .construction-steps .tabs__content-wrapper .tabs__link-wrap .tabs__image--active {
        display: block
    }

    .construction-work .tabs__links {
        overflow-x: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 10px;
        margin-bottom: 25px
    }

    .construction-work .tabs__link-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%
    }

    .contacts-info__inner {
        display: block
    }

    .contacts-info .section-block__title {
        font-size: 25px
    }

    .contacts-info__table, .contacts-info__table tr, .contacts-info__table td, .contacts-info__table th {
        display: block
    }

    .contacts-info__table thead, .contacts-info__table tbody, .contacts-info__table tfoot {
        display: contents
    }

    .contacts-info__table tr {
        padding: 15px
    }

    .contacts-info__table tr:nth-child(odd) {
        background: #f7f8fa
    }

    .contacts-info__table td, .contacts-info__table th {
        padding: 0;
        background: 0 0
    }

    .contacts-info__table th {
        font-size: 14px
    }

    .contacts-map__map {
        height: 744px
    }

    .contacts-map__info {
        top: 15px;
        left: 15px;
        right: 15px;
        width: auto;
        padding: 20px
    }

    .contacts-map__item-label {
        font-size: 14px
    }

    .footer-nav__list {
        display: block
    }

    .footer-nav__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-nav__item--show-child > .footer-nav__sublist-wrapper--lvl-2 {
        max-height: 1000px;
        -webkit-transition: max-height .6s;
        transition: max-height .6s
    }

    .footer-nav__item--show-child > .footer-nav__children-toggle {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .footer-nav__children-toggle {
        padding: 0;
        border: 0;
        min-width: 15px;
        margin-left: auto;
        background: 0 0
    }

    .footer-nav__children-toggle::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 11px;
        background: url(/local/templates/brickhouse-new/css/../img/icon-angle-right.png) center center no-repeat;
        background-size: 6px 11px;
        image-rendering: -webkit-optimize-contrast;
        -webkit-filter: opacity(.5);
        filter: opacity(.5)
    }

    .footer-nav__sublist-wrapper--lvl-2 {
        width: 100%;
        padding-left: 15px;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .2s;
        transition: max-height .2s
    }

    .footer-nav__link {
        font-weight: 500;
        font-size: 18px;
        color: #0d141b
    }

    .footer-nav__link--lvl-2 {
        font-weight: 300;
        font-size: 16px;
        color: #9b9b9b
    }

    .main-about {
        background: #fff;
        margin-bottom: 45px;
        padding: 45px 0
    }

    .main-about__image {
        position: static;
        margin: 0 15px 45px;
        width: auto;
        height: 240px
    }

    .main-about__content {
        width: auto;
        padding: 0
    }

    .main-about__title {
        font-size: 25px;
        line-height: 1.5
    }

    .main-about__subtitle {
        margin-bottom: 0
    }

    .main-about__text {
        line-height: 26px
    }

    .main-about__button {
        height: 60px
    }

    .main-benefits {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .main-benefits__title {
        font-size: 25px;
        line-height: 30px;
        text-align: left;
        margin: 0 0 30px
    }

    .main-benefits__grid {
        display: block
    }

    .main-benefits__text {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 25px
    }

    .main-benefits__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
        overflow-x: auto;
        padding-bottom: 20px;
        scrollbar-width: thin;
        scrollbar-color: #7fb568 #d6d6d6
    }

    .main-benefits__items::-webkit-scrollbar {
        height: 4px
    }

    .main-benefits__items::-webkit-scrollbar-track {
        background: #d6d6d6
    }

    .main-benefits__items::-webkit-scrollbar-thumb {
        background-color: #7fb568
    }

    .main-benefits .main-benefits-item::after {
        display: none
    }

    .main-benefits-item {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 5px
    }

    .main-benefits-item__unit {
        font-size: 24px;
        margin-left: 5px;
        line-height: 1
    }

    .main-benefits-item__number {
        font-size: 76px;
        font-weight: 500;
        margin-bottom: 10px;
        line-height: 68px
    }

    .main-benefits-item__text {
        font-size: 16px;
        line-height: 26px
    }

    .main-benefits-item--main {
        width: 100%;
        padding: 45px;
        margin-bottom: 25px
    }

    .main-calc {
        padding: 45px 0
    }

    .main-calc__inner {
        display: block
    }

    .main-calc__subtitle {
        margin: 0
    }

    .main-calc__title {
        width: auto;
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px;
        padding: 0
    }

    .main-calc__text {
        width: auto;
        padding: 0
    }

    .main-calc__calc {
        margin: 35px -15px 0;
        width: auto
    }

    .main-catalog {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .main-catalog__title {
        width: 100%;
        font-size: 25px;
        line-height: 1.5
    }

    .main-catalog__buttons {
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .main-catalog__buttons .btn {
        height: 60px
    }

    .main-catalog__subtitle {
        margin: 0
    }

    .main-catalog__grid {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 35px
    }

    .main-nav__link-more::after {
        display: none;
    }

    .main-offers {
        padding: 45px 0
    }

    .main-offers__subtitle {
        margin: 0
    }

    .main-offers__title {
        width: 100%;
        font-size: 25px;
        line-height: 36px
    }

    .main-offers__buttons {
        width: 100%;
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-offers__grid {
        margin-top: 30px;
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 15px;
        margin-bottom: 35px
    }

    .main-offers__buttons .btn {
        height: 60px
    }

    .main-projects {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .main-projects__subtitle {
        margin: 0
    }

    .main-projects__title {
        width: 100%;
        font-size: 25px;
        line-height: 36px;
        padding: 0;
        margin-bottom: 25px
    }

    .main-projects__text {
        width: 100%;
        padding: 0
    }

    .main-projects__grid {
        margin-top: 35px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 35px;
        gap: 15px
    }

    .main-projects__buttons .btn {
        height: 60px
    }

    .main-reviews {
        padding: 45px 0;
        background: #fff
    }

    .main-reviews::before {
        display: none
    }

    .main-reviews__inner {
        display: block
    }

    .main-reviews__col--right {
        display: none
    }

    .main-reviews__col--left {
        padding: 0
    }

    .main-reviews__quote {
        display: none
    }

    .main-reviews__title {
        font-size: 25px;
        line-height: 36px
    }

    .main-reviews__items-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .main-reviews__items-nav .btn {
        height: 60px
    }

    .main-reviews-item__author {
        margin-bottom: 25px
    }

    .main-reviews-item__author-image {
        width: 62px;
        height: 62px;
        margin-right: 18px
    }

    .main-slider__item-container {
        padding-top: 30px;
        padding-bottom: 65px
    }

    .main-slider__ribbon {
        margin-bottom: 15px
    }

    .main-slider__title {
        font-size: 28px;
        line-height: 36px;
        max-width: unset
    }

    .main-slider__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }

    .main-slider .swiper-pagination {
        bottom: 12px
    }

    .main-works {
        padding: 45px 0
    }

    .main-works__subtitle {
        margin: 0
    }

    .main-works__title {
        width: 100%;
        padding: 0;
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .main-works__text {
        width: 100%;
        padding: 0
    }

    .main-works__slider-wrapper {
        margin: 35px -15px 0;
        padding: 0 15px
    }

    .main-works__slider-wrapper .swiper-button-prev, .main-works__slider-wrapper .swiper-button-next {
        width: 36px;
        height: 36px;
        margin-top: -18px
    }

    .main-works__slider-wrapper .swiper-button-prev {
        left: 0
    }

    .main-works__slider-wrapper .swiper-button-next {
        right: 0
    }

    .modal__content {
        padding: 45px 15px
    }

    .modal__close {
        top: 15px;
        right: 15px;
        -webkit-filter: none;
        filter: none;
        width: 18px;
        height: 18px;
        background-size: 18px 18px
    }

    .modal__header {
        margin-bottom: 20px
    }

    .modal__title {
        font-size: 24px;
        line-height: 34px
    }

    .modal__dialog {
        text-align: left
    }

    .modal__body {
        font-size: 16px;
        line-height: 26px
    }

    .offer-card__inner {
        min-height: 150px;
        padding: 22px 15px
    }

    .offer-card__status {
        font-size: 9px;
        line-height: 18px;
        padding: 0 4px
    }

    .offer-card__title {
        max-width: 50%
    }

    .offer-card__link {
        font-size: 13px;
        line-height: 16px
    }

    .offer-card__text {
        max-width: 50%;
        font-size: 9px;
        line-height: 13px
    }

    .offer-card__more {
    }

    .page__content {
        padding-top: 119.4px
    }

    h1, .page-title, .page-title__proekty {
        font-size: 25px;
        line-height: 40px
    }

    h2 {
        font-size: 25px;
        line-height: 36px
    }

    h2 {
        font-size: 22px;
        line-height: 38px
    }

    blockquote {
        margin-left: 0;
        padding: 0 0 0 15px;
        font-size: 16px;
        line-height: 26px
    }

    .hidden-mobile {
        display: none
    }

    .page-about__text {
        max-width: none;
        margin-bottom: 30px
    }

    .page-article__layout {
        display: block;
        margin: 0 -15px
    }

    .page-article__sidebar {
        width: auto;
        margin: 0;
        padding: 15px;
        background: #fff
    }

    .page-article__sidebar-tags {
        background: 0 0
    }

    .page-article__sidebar-tags .accordion__title {
        display: none
    }

    .page-article__sidebar-tags .accordion__content {
        padding: 0
    }

    .page-article__tags-nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 16px;
        border-bottom: 1px solid #d6d6d6
    }

    .page-article__tags-nav-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .page-article__sidebar-more {
        display: none
    }

    .page-article__content {
        padding: 15px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin: 0
    }

    .page-article__meta {
        gap: 16px;
        font-size: 14px;
        margin-bottom: 24px
    }

    .page-article__sticky {
        display: none
    }

    .page-article__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-article__cta {
        padding: 45px 15px;
        display: block;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 45px
    }

    .page-article__cta-image {
        display: none
    }

    .page-article__cta-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-article__cta-buttons .btn {
        height: 60px
    }

    .page-article__bottom {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 15px 45px;
        display: block;
        margin-bottom: 45px
    }

    .page-article__bottom .page-article__meta {
        display: none
    }

    .page-article__social {
        font-size: 0
    }

    .page-article__social-link {
        width: 40px;
        height: 40px;
        margin-left: 8px
    }

    .page-article__social-link img {
        max-width: 18px;
        max-height: 18px
    }

    .page-article__related {
        display: none
    }

    .page-calculator__layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-calculator__title {
        font-size: 25px;
        line-height: 36px
    }

    .page-calculator__calc {
        margin: 0 -15px
    }

    .page-calculator__description {
        margin: 45px -15px;
        padding: 45px 15px
    }

    .page-calculator__description h2 {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .page-catalog__layout {
        gap: 0;
        overflow: hidden
    }

    .page-catalog__sidebar, .page-catalog__main {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .page-catalog__sidebar {
        position: fixed;
        top: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 30;
        background: #fff;
        border-top: 13px solid #333;
        overflow: hidden;
        -webkit-transition: top .3s;
        transition: top .3s
    }

    .page-catalog__sidebar .catalog-filter__inner {
        position: absolute;
        top: 100px;
        bottom: 15px;
        left: 0;
        right: 0;
        overflow-y: auto
    }

    .page-catalog__sidebar .catalog-filter .accordion {
        border-bottom: 1px solid #e3e4e8
    }

    .page-catalog__sidebar .catalog-filter .btn--reset {
        color: inherit;
        display: inline-block;
        position: absolute;
        top: 55px;
        border: 0;
        padding: 0;
        font-size: 0;
        right: 20px;
        height: auto
    }

    .page-catalog__sidebar .catalog-filter .btn--reset, .page-catalog__sidebar .catalog-filter .btn--reset:focus, .page-catalog__sidebar .catalog-filter .btn--reset:hover {
        text-decoration: underline;
        -webkit-text-decoration-color: #7fb568;
        text-decoration-color: #7fb568;
        text-underline-offset: 3px;
        text-decoration-thickness: 1px
    }

    .page-catalog__sidebar .catalog-filter .btn--reset:focus, .page-catalog__sidebar .catalog-filter .btn--reset:hover {
        color: #7fb568
    }

    .page-catalog__sidebar .catalog-filter .btn--reset, .page-catalog__sidebar .catalog-filter .btn--reset:hover, .page-catalog__sidebar .catalog-filter .btn--reset:focus {
        background: 0 0
    }

    .page-catalog__sidebar .catalog-filter .btn--reset .btn__icon {
        display: none
    }

    .page-catalog__sidebar .catalog-filter .btn--reset::before {
        content: 'Сбросить';
        font-size: 14px
    }

    .page-catalog__sidebar .catalog-filter .btn--submit {
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 0;
        right: 0;
        border: 20px solid #fff;
        border-top: 0;
        font-size: 0;
        height: 80px;
        width: 100%
    }

    .page-catalog__sidebar .catalog-filter .btn--submit .btn__icon {
        display: none
    }

    .page-catalog__sidebar .catalog-filter .btn--submit::before {
        content: 'Применить фильтр';
        font-size: 16px
    }

    .page-catalog__sidebar--show {
        top: 0
    }

    .page-catalog__sidebar-title {
        padding: 0 20px;
        font-weight: 600;
        font-size: 20px;
        position: relative
    }

    .page-catalog__close-sidebar {
        color: inherit;
        display: inline-block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50px;
        width: 100%;
        margin: 0
    }

    .page-catalog__close-sidebar, .page-catalog__close-sidebar:focus, .page-catalog__close-sidebar:hover {
        text-decoration: underline;
        -webkit-text-decoration-style: dotted;
        text-decoration-style: dotted;
        -webkit-text-decoration-color: #7fb568;
        text-decoration-color: #7fb568;
        text-underline-offset: 3px;
        text-decoration-thickness: 1px
    }

    .page-catalog__close-sidebar:focus, .page-catalog__close-sidebar:hover {
        color: #7fb568
    }

    .page-catalog__close-sidebar::before {
        background: #9f9e9e;
        content: '';
        display: block;
        width: 42px;
        height: 4px;
        border-radius: 2px
    }

    .page-catalog__count {
        display: none
    }

    .page-catalog__items {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        overflow: hidden
    }

    .page-catalog__items .project-card {
        width: 100%;
        overflow: hidden
    }

    .page-catalog__sort {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        z-index: 2;
    }

    .page-catalog__open-sidebar {
        padding: 0;
        border: 0;
        height: 30px;
    }

    .page-catalog__open-sidebar, .page-catalog__open-sidebar:hover, .page-catalog__open-sidebar:focus {
        background: 0 0
    }

    .page-catalog__text {
        margin: 45px -15px;
        padding: 45px 15px
    }

    .page-catalog__text h2 {
        font-size: 25px;
        line-height: 1.5;
        margin-bottom: 20px
    }

    .page-construction__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .page-construction__content--v2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-construction__list-item {
        border: 2px solid #f7f8fa;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-construction__list-item-image {
        margin-bottom: 20px
    }

    .page-construction__list-item-title2 {
        padding-top: 20px;
        font-size: 16px;
        line-height: 24px
    }

    .page-construction__list-item-title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px
    }

    .page-construction__list-item-text {
        font-size: 14px;
        line-height: 22px
    }

    .page-footer__phone {
        font-size: 24px;
        line-height: 1.5
    }

    .page-footer__phone a {
        color: #0d141b
    }

    .page-footer__contacts {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #0d141b
    }

    .page-footer__contacts a {
        color: #0d141b
    }

    .page-footer__contacts .icon {
        -webkit-filter: brightness(0);
        filter: brightness(0)
    }

    .page-footer__social-links {
        margin: 0
    }

    .page-footer__social-link {
        width: 40px;
        height: 40px
    }

    .page-footer__social-link img {
        max-width: 20px;
        max-height: 20px;
        -webkit-filter: brightness(0);
        filter: brightness(0)
    }

    .page-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 30;
        overflow-y: auto;
        max-height: 100%;
        width: 100%
    }

    .page-header__container {
        padding-top: 19px;
        padding-bottom: 15px;
        height: 78px;
        position: relative;
        background: #f7f7f7;
    }

    .page-header__nav, .page-header__search, .page-header__hours, .page-header__contacts, .page-header__button-calc {
        display: none
    }

    .page-header__buttons {
        gap: 35px;
    }

    .page-header__button-search, .page-header__button-callback {
        width: 21px;
        height: 21px;
        padding: 0;
        border: 0;
        font-size: 0;
        background: 0 0
    }

    .page-header__button-search .btn__icon, .page-header__button-callback .btn__icon {
        margin: auto;
        image-rendering: -webkit-optimize-contrast;
        max-width: 100%;
        max-height: 100%
    }

    .page-header__button-search:focus, .page-header__button-search:hover, .page-header__button-callback:focus, .page-header__button-callback:hover {
        background: 0 0
    }

    .page-header__button-search:focus .btn__icon, .page-header__button-search:hover .btn__icon, .page-header__button-callback:focus .btn__icon, .page-header__button-callback:hover .btn__icon {
        -webkit-filter: none;
        filter: none
    }

    .page-price__layout {
        display: block
    }

    .page-price__sidebar {
        width: auto;
        margin: 0
    }

    .page-price__sidebar-block {
        background: 0 0;
        padding: 0;
        margin-bottom: 45px
    }

    .page-price__nav {
        font-weight: 300;
        position: relative
    }

    .page-price__nav--show .page-price__nav-items {
        max-height: 1000px;
        padding: 15px;
        border-width: 1px
    }

    .page-price__nav-current {
        display: block;
        border: 1px solid #9f9e9e;
        white-space: nowrap;
        padding: 17px 35px 17px 15px;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative
    }

    .page-price__nav-current::after {
        content: '';
        display: block;
        background: url(/local/templates/brickhouse-new/css/../img/icon-angle-right.png) center center no-repeat;
        width: 7px;
        height: 13px;
        background-size: 7px 13px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        image-rendering: -webkit-optimize-contrast
    }

    .page-price__nav-items {
        position: absolute;
        z-index: 1;
        background: #f7f8fa;
        top: 100%;
        left: 0;
        right: 0;
        border: 0 solid #9f9e9e;
        border-top: 0;
        max-height: 0;
        padding: 0 15px;
        overflow: hidden;
        -webkit-transition-property: max-height, padding, border;
        transition-property: max-height, padding, border;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out
    }

    .page-price__content {
        padding: 45px 15px;
        margin: 0 -15px 45px
    }

    .page-price .accordion {
        margin: 0 -15px 45px
    }

    .page-price .accordion__title {
        padding: 14px 48px 14px 16px;
        font-size: 16px
    }

    .page-price .accordion__item {
        margin-bottom: 10px
    }

    .page-price__table {
        display: block;
        font-size: 13px;
        line-height: 18px
    }

    .page-price__table thead, .page-price__table tbody, .page-price__table tfoot {
        display: block
    }

    .page-price__table tr {
        display: block;
        border-bottom: 1px solid #f7f8fa;
        padding: 20px 15px
    }

    .page-price__table tr:nth-child(even) td, .page-price__table tr:nth-child(even) th {
        background: 0 0;
        border-left: 0
    }

    .page-price__table th {
        display: none
    }

    .page-price__table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 0;
        font-weight: 500
    }

    .page-price__table td::before {
        content: attr(data-label);
        color: #9f9e9e;
        width: 50%
    }

    .page-price__list-item {
        padding: 16px 48px 16px 16px
    }

    .page-price__list-item-title {
        font-size: 13px;
        line-height: 22px
    }

    .page-price__list-item-helper {
        font-size: 12px;
        line-height: 16px
    }

    .page-price__cta {
        display: block
    }

    .page-price__cta-image {
        display: none
    }

    .page-price__cta-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-price__cta-buttons .btn {
        height: 60px
    }

    .page-project__layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 45px
    }

    .page-project__gallery {
        margin-bottom: 45px
    }

    .page-project__info {
        width: auto;
        margin: 0 -15px
    }

    .page-project__summary {
        padding: 45px 15px;
        margin: 0
    }

    .page-project__consult {
        display: none
    }

    .page-project__estimate {
        height: 60px
    }

    .page-project__description {
        margin: 45px -15px;
        padding: 45px 15px
    }

    .page-project__description h2 {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .partners {
        padding: 45px 0
    }

    .partners__subtitle {
        margin: 0
    }

    .partners__title {
        width: 100%;
        font-size: 25px;
        line-height: 36px
    }

    .partners__buttons {
        width: 100%;
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999
    }

    .partners__buttons .btn {
        height: 60px
    }

    .partners__grid {
        margin-top: 30px;
        -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
        grid-template-columns:repeat(3, minmax(0, 1fr));
        gap: 12px 14px;
        margin-bottom: 35px
    }

    .partners__item {
        height: 68px
    }

    .project-affect {
        margin: 45px -15px;
        padding: 45px 15px
    }

    .project-affect__title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .project-affect__text {
        margin-bottom: 30px
    }

    .project-affect__items {
        -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap: 10px
    }

    .project-affect__item {
        border: 1px solid #f7f8fa;
        padding: 20px
    }

    .project-affect__item .tip {
        display: none
    }

    .project-affect__item-image {
        margin: 0 auto 13px;
        max-width: 40px;
        max-height: 40px
    }

    .project-affect__item-title {
        font-size: 10px;
        line-height: 16px
    }

    .project-card__tags {
        left: 10px;
        top: 17px
    }

    .project-card__tag {
        font-size: 9px;
        padding: 0 4px;
        line-height: 18px;
        margin-right: 5px;
        margin-bottom: 5px
    }

    .project-card__badge {
        width: 32px;
        height: 32px;
        font-size: 9px
    }

    .project-card__content {
        padding: 24px 18px
    }

    .project-card__info, .project-card__props {
        line-height: 25px
    }

    .project-card__title {
        font-size: 16px;
        line-height: 25px
    }

    .project-card__price {
        font-size: 16px;
        line-height: 25px
    }

    .project-card__area {
        font-size: 16px;
        line-height: 25px
    }

    .project-card__dimensions {
        font-size: 10px;
        line-height: 18px
    }

    .project-card__feature {
        font-size: 10px;
        line-height: 25px
    }

    .project-card__feature-icon {
        max-height: 26px
    }

    .project-categories {
        margin: 45px -15px;
        padding: 45px 15px
    }

    .project-categories__title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .project-categories .catalog-tags__item .btn {
        padding: 7px 7px;
        font-size: 12px
    }

    .project-design-calc__subtitle {
        line-height: 24px
    }

    .project-design-calc__inner {
        display: block
    }

    .project-design-calc__title {
        width: auto
    }

    .project-design-calc__text {
        width: auto
    }

    .project-design-calc__form {
        display: block;
        margin: 0 -15px;
        width: auto
    }

    .project-design-calc__form-fields {
        padding: 45px 15px
    }

    .project-design-calc__form-group-content {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .project-design-calc__form-content {
        width: auto;
        padding: 0 15px 45px;
        background: 0 0
    }

    .project-design-calc__form-button {
        width: 100%
    }

    .project-design-conditions__inner {
        margin-top: -45px
    }

    .project-design-conditions__items {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .project-design-conditions__item {
        padding: 25px
    }

    .project-design-conditions__item-title {
        font-size: 18px;
        line-height: 28px
    }

    .project-design-content__inner {
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .project-design-content__text {
        padding: 0;
        margin-bottom: 30px
    }

    .project-design-content__image {
        width: auto;
        margin: 0
    }

    .project-design-estimate {
        margin: 45px 0;
        padding: 45px 0
    }

    .project-design-estimate__inner {
        display: block
    }

    .project-design-estimate__subtitle {
        margin: 0
    }

    .project-design-estimate__title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 30px;
        width: auto
    }

    .project-design-estimate__form {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .project-design-estimate__image {
        display: none
    }

    .project-design-prices .tabs__link .price {
        display: none
    }

    .project-design-prices__content {
        display: block
    }

    .project-design-prices__content-slider {
        width: auto;
        margin: 0 0 30px
    }

    .project-design-prices__content-slider img {
        margin: 0 auto
    }

    .project-design-prices__composition-heading {
        margin-bottom: 20px
    }

    .project-design-prices__composition-list {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        margin-left: -15px;
        margin-right: -15px
    }

    .project-design-prices__composition-list .show-more__toggle {
        color: inherit;
        display: inline-block;
        margin-left: 15px;
        font-size: 14px;
        line-height: 48px
    }

    .project-design-prices__composition-list .show-more__toggle, .project-design-prices__composition-list .show-more__toggle:focus, .project-design-prices__composition-list .show-more__toggle:hover {
        text-decoration: underline;
        -webkit-text-decoration-style: dotted;
        text-decoration-style: dotted;
        -webkit-text-decoration-color: #7fb568;
        text-decoration-color: #7fb568;
        text-underline-offset: 3px;
        text-decoration-thickness: 1px
    }

    .project-design-prices__composition-list .show-more__toggle:focus, .project-design-prices__composition-list .show-more__toggle:hover {
        color: #7fb568
    }

    .project-design-prices__composition-list-item {
        padding: 21px 58px 21px 15px
    }

    .project-design-prices__composition-helper {
        display: none
    }

    .project-design-prices__composition-title {
        font-size: 14px;
        line-height: 20px
    }

    .project-design-services__items {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .project-design-services__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        padding: 17px 25px
    }

    .project-design-services__item-image {
        width: 45px;
        margin: 0 20px 0 0;
        height: auto
    }

    .project-features__icon {
        display: none
    }

    .project-gallery__images {
        margin-bottom: 7px
    }

    .project-gallery__thumbnail {
        height: 48px
    }

    .project-gallery__thumbnails .swiper-slide-thumb-active .project-gallery__thumbnail {
        border-width: 1px
    }

    .project-gallery__tags {
        display: none
    }

    .project-price {
        margin-bottom: 20px
    }

    .project-price__value {
        font-size: 30px
    }

    .project-related {
        margin: 45px 0
    }

    .project-related__title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .project-related__items {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .project-related__items .project-card {
        overflow: hidden
    }

    .project-schemes {
        margin: 45px -15px;
        padding: 45px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .project-schemes__title {
        width: 100%;
        padding: 0
    }

    .project-schemes__buttons {
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999;
        width: 100%;
        padding: 0;
        text-align: center
    }

    .project-schemes__items {
        margin: 30px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0
    }

    .project-schemes__items-wrapper {
        width: 100%;
        padding-bottom: 45px
    }

    .project-schemes__items-wrapper .swiper-pagination {
        bottom: 32px;
        line-height: 1
    }

    .project-schemes__items-wrapper .swiper-pagination-bullet {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 22px;
        height: 22px;
        background: 0 0;
        border: 1px solid transparent;
        margin: 0 15px;
        opacity: 1;
        -webkit-transition-property: border-color;
        transition-property: border-color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .project-schemes__items-wrapper .swiper-pagination-bullet::before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        background: #9f9e9e;
        border-radius: 100%;
        -webkit-transition-property: background-color;
        transition-property: background-color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .project-schemes__items-wrapper .swiper-pagination-bullet-active {
        border-color: #9f9e9e
    }

    .project-schemes__items-wrapper .swiper-pagination-bullet-active::before {
        background: #7fb568
    }

    .project-schemes__item-title {
        font-size: 16px
    }

    .project-schemes__button {
        height: 60px
    }

    .project-set {
        margin: 45px -15px;
        padding: 45px 15px
    }

    .project-set__title {
        font-size: 25px;
        line-height: 36px
    }

    .project-set__text {
        font-size: 16px
    }

    .project-set__table .swiper-button-prev, .project-set__table .swiper-button-next {
        background: url(/local/templates/brickhouse-new/css/../img/icon-angle-right.png) center center no-repeat;
        background-size: 11px 20px;
        -webkit-filter: opacity(.4);
        filter: opacity(.4);
        image-rendering: -webkit-optimize-contrast
    }

    .project-set__table .swiper-button-prev:after, .project-set__table .swiper-button-prev:after, .project-set__table .swiper-button-next:after, .project-set__table .swiper-button-next:after {
        display: none
    }

    .project-set__table .swiper-button-next {
        right: 0
    }

    .project-set__table .swiper-button-prev {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 0
    }

    .project-set__table > .project-set__table-cell-header:first-child {
        display: none
    }

    .project-set__table > .project-set__table-cell-header:first-child + .project-set__table-values {
        -ms-grid-column-span: 4;
        grid-column-end: span 4
    }

    .project-set__table-values-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .section-block {
        margin: 45px -15px;
        padding: 15px 15px 15px 15px
    }

    .section-block__title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .section-consult {
        margin: 45px 0;
        padding: 45px 0
    }

    .section-consult__subtitle {
        margin: 0
    }

    .section-consult__title {
        font-size: 25px;
        line-height: 32px
    }

    .section-consult__form {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 0;
        margin-bottom: 20px
    }

    .service-hero__slide {
        padding-top: 55px;
        padding-bottom: 60px
    }

    .service-hero .swiper-pagination {
        bottom: 11px
    }

    .service-hero__title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 10px
    }

    .service-hero__text {
        margin-bottom: 15px
    }

    .service-hero__form {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .work-card__image {
        position: static;
        height: auto;
        display: block
    }

    .work-card__content {
        opacity: 1;
        position: static;
        border: 1px solid #f7f8fa;
        padding: 25px 16px
    }

    .work-card__status {
        position: absolute;
        top: 15px;
        left: 15px
    }

    .work-card__prop {
        font-size: 14px;
        color: #9f9e9e
    }
}

@media (max-width: 1229px) {
    .js .main-nav__list--lvl-2 {
        max-height: none
    }

    .js .main-nav--open .main-nav__list {
        max-height: 1000px;
        -webkit-transition: max-height .6s;
        transition: max-height .6s
    }

    .js .main-nav--open .main-nav__list--lvl-2 {
        max-height: none
    }


    .main-nav__link--lvl-2 {
        padding-left: 2em
    }

    .main-nav__link--lvl-3 {
        padding-left: 3em
    }
}
ul.g-breadcrumbs li {
	padding-right: 20px;
}

.project-gallery__images {
    margin-bottom: 0px
}

@media (max-width: 768px) {
    .main-benefits-item__number {
        font-size: 60px;
        margin-bottom: 10px;
        line-height: 55px;
    }

    .main-benefits-item__text {
        font-size: 14px;
    }

    .main-benefits__text {
        font-size: 15px;
    }
}

@media (max-width: 475px) {
    .main-benefits-item--main {
        background-color: #fff;
        background-image: url("/local/templates/brickhouse-new/css/../img/main-benefits-bg_mobile2.png");
        background-position-y: -25px;
        width: 100vw;
        position: relative !important;
        left: -10px;
        color: #0d141b;
    }

    .main-benefits-item--main__text {
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
    }
}
=======
@charset "UTF-8";
@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    width: 100%;
    position: relative;
    height: auto;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@font-face {
    font-family: lg;
    src: url(/local/templates/brickhouse-new/css/../fonts/lg.ttf?io9a6k) format("truetype"), url(/local/templates/brickhouse-new/css/../fonts/lg.woff?io9a6k) format("woff"), url(/local/templates/brickhouse-new/css/../fonts/lg.svg?io9a6k#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.lg-icon {
    font-family: lg !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-container {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

.lg-next, .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    outline: 0;
    border: 0
}

.lg-next.disabled, .lg-prev.disabled {
    opacity: 0 !important;
    cursor: default
}

.lg-next:hover:not(.disabled), .lg-prev:hover:not(.disabled) {
    color: #fff
}

.lg-single-item .lg-next, .lg-single-item .lg-prev {
    display: none
}

.lg-next {
    right: 20px
}

.lg-next:before {
    content: '\e095'
}

.lg-prev {
    left: 20px
}

.lg-prev:after {
    content: '\e094'
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-media-overlap .lg-toolbar {
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, .4)));
    background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, .4))
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium;
    will-change: color;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: '\e070'
}

.lg-toolbar .lg-maximize {
    font-size: 22px
}

.lg-toolbar .lg-maximize:after {
    content: '\e90a'
}

.lg-toolbar .lg-download:after {
    content: '\e0f2'
}

.lg-sub-html {
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    text-align: center;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

.lg-sub-html a {
    color: inherit
}

.lg-sub-html a:hover {
    text-decoration: underline
}

.lg-media-overlap .lg-sub-html {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .6)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6))
}

.lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.lg-error-msg {
    font-size: 14px;
    color: #999
}

.lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    height: 47px;
    vertical-align: middle
}

.lg-closing .lg-next, .lg-closing .lg-prev, .lg-closing .lg-sub-html, .lg-closing .lg-toolbar {
    opacity: 0;
    -webkit-transition: -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    -webkit-transition: opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear, -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: opacity 250ms cubic-bezier(0, 0, .25, 1) !important
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    display: inline-block;
    width: 100%;
    max-height: 350px
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
    text-align: center
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
    text-align: left
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
    text-align: right
}

.lg-outer.lg-single-item .lg-thumb-outer {
    display: none
}

.lg-outer .lg-thumb {
    padding: 5px 0;
    height: 100%;
    margin-bottom: -5px;
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 768px) {
    .lg-outer .lg-thumb {
        padding: 10px 0
    }
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border-radius: 2px;
    margin-bottom: 5px;
    will-change: border-color
}

@media (min-width: 768px) {
    .lg-outer .lg-thumb-item {
        border-radius: 4px;
        border: 2px solid #fff;
        -webkit-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer .lg-toggle-thumb:after {
    content: '\e1ff'
}

.lg-outer.lg-animate-thumb .lg-thumb {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.lg-outer .lg-video-cont {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.lg-outer .lg-video-cont .lg-object {
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-has-iframe .lg-video-cont {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-video-object {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 3
}

.lg-outer .lg-video-poster {
    z-index: 1
}

.lg-outer .lg-has-video .lg-video-object {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button, .lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
    opacity: 0 !important
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
    opacity: 1
}

@-webkit-keyframes lg-play-stroke {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes lg-play-stroke {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@-webkit-keyframes lg-play-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lg-play-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.lg-video-play-button {
    width: 18%;
    max-width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    will-change: opacity, transform;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
    -webkit-transition: opacity .1s, -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28);
    transition: opacity .1s, -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28);
    transition: transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s;
    transition: transform .25s cubic-bezier(.17, .88, .32, 1.28), opacity .1s, -webkit-transform .25s cubic-bezier(.17, .88, .32, 1.28)
}

.lg-video-play-button:hover .lg-video-play-icon, .lg-video-play-button:hover .lg-video-play-icon-bg {
    opacity: 1
}

.lg-video-play-icon-bg {
    fill: none;
    stroke-width: 3%;
    stroke: #fcfcfc;
    opacity: .6;
    will-change: opacity;
    -webkit-transition: opacity .12s ease-in;
    transition: opacity .12s ease-in
}

.lg-video-play-icon-circle {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    fill: none;
    stroke-width: 3%;
    stroke: rgba(30, 30, 30, .9);
    stroke-opacity: 1;
    stroke-linecap: round;
    stroke-dasharray: 200;
    stroke-dashoffset: 200
}

.lg-video-play-icon {
    position: absolute;
    width: 25%;
    max-width: 120px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: .6;
    will-change: opacity;
    -webkit-transition: opacity .12s ease-in;
    transition: opacity .12s ease-in
}

.lg-video-play-icon .lg-video-play-icon-inner {
    fill: #fcfcfc
}

.lg-video-loading .lg-video-play-icon-circle {
    -webkit-animation: lg-play-rotate 2s linear .25s infinite, lg-play-stroke 1.5s ease-in-out .25s infinite;
    animation: lg-play-rotate 2s linear .25s infinite, lg-play-stroke 1.5s ease-in-out .25s infinite
}

.lg-video-loaded .lg-video-play-button {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(.7);
    transform: translate(-50%, -50%) scale(.7)
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: '\e01d'
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: '\e01a'
}

.lg-single-item .lg-autoplay-button {
    opacity: .75;
    pointer-events: none
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    will-change: transform;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
    transition: -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
    transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s;
    transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    will-change: transform;
    -webkit-transition: -webkit-transform .8s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .8s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .8s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .8s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .8s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    will-change: opacity, transform;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
    -webkit-transition: opacity .15s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s !important;
    transition: opacity .15s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s !important;
    transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s !important;
    transition: transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s, opacity .15s, -webkit-transform .5s cubic-bezier(.12, .415, .01, 1.19) 0s !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-icon.lg-zoom-in:after {
    content: '\e311'
}

.lg-icon.lg-actual-size {
    font-size: 20px
}

.lg-icon.lg-actual-size:after {
    content: '\e033'
}

.lg-icon.lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

.lg-icon.lg-zoom-out:after {
    content: '\e312'
}

.lg-zoomed .lg-icon.lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer.lg-first-slide-loading .lg-actual-size, .lg-outer.lg-first-slide-loading .lg-zoom-in, .lg-outer.lg-first-slide-loading .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-actual-size, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer[data-lg-slide-type=video] .lg-actual-size, .lg-outer[data-lg-slide-type=video] .lg-zoom-in, .lg-outer[data-lg-slide-type=video] .lg-zoom-out {
    opacity: .75;
    pointer-events: none
}

.lg-outer .lg-pager-outer {
    text-align: center;
    z-index: 1080;
    height: 10px;
    margin-bottom: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer.lg-single-item .lg-pager-outer {
    display: none
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    will-change: transform, opacity;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    transition: -webkit-box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer .lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    will-change: visibility, opacity;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active .lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active .lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    will-change: visibility, opacity, transform;
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown > li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer .lg-share {
    position: relative
}

.lg-outer .lg-share:after {
    content: '\e80d'
}

.lg-outer .lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer .lg-share-facebook .lg-icon:after {
    content: '\e904'
}

.lg-outer .lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer .lg-share-twitter .lg-icon:after {
    content: '\e907'
}

.lg-outer .lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer .lg-share-pinterest .lg-icon:after {
    content: '\e906'
}

.lg-comment-box {
    width: 420px;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    will-change: transform;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-comment-box .lg-comment-title {
    margin: 0;
    color: #fff;
    font-size: 18px
}

.lg-comment-box .lg-comment-header {
    background-color: #000;
    padding: 12px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.lg-comment-box .lg-comment-body {
    height: 100% !important;
    padding-top: 43px !important;
    width: 100% !important
}

.lg-comment-box .fb-comments {
    height: 100%;
    width: 100%;
    background: url(/local/templates/brickhouse-new/css/../images/loading.gif) no-repeat center center #fff;
    overflow-y: auto;
    display: inline-block
}

.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
    background-image: none
}

.lg-comment-box .fb-comments > span {
    max-width: 100%
}

.lg-comment-box .lg-comment-close {
    position: absolute;
    right: 5px;
    top: 12px;
    cursor: pointer;
    font-size: 20px;
    color: #999;
    will-change: color;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.lg-comment-box .lg-comment-close:hover {
    color: #fff
}

.lg-comment-box .lg-comment-close:after {
    content: '\e070'
}

.lg-comment-box iframe {
    max-width: 100% !important;
    width: 100% !important
}

.lg-comment-box #disqus_thread {
    padding: 0 20px
}

.lg-outer .lg-comment-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    will-change: visibility, opacity;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer .lg-comment-toggle:after {
    content: '\e908'
}

.lg-outer.lg-comment-active .lg-comment-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-comment-active .lg-comment-toggle {
    color: #fff
}

.lg-outer.lg-comment-active .lg-comment-box {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-img-rotate {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .4s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .4s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-flip-ver, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-right, .lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=video] .lg-flip-ver, .lg-outer[data-lg-slide-type=video] .lg-rotate-left, .lg-outer[data-lg-slide-type=video] .lg-rotate-right {
    opacity: .75;
    pointer-events: none
}

.lg-rotate-left:after {
    content: '\e900'
}

.lg-rotate-right:after {
    content: '\e901'
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
    font-size: 26px
}

.lg-flip-ver:after {
    content: '\e903'
}

.lg-flip-hor:after {
    content: '\e902'
}

.lg-medium-zoom-item {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.lg-medium-zoom .lg-outer {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.lg-relative-caption .lg-outer .lg-sub-html {
    white-space: normal;
    bottom: auto;
    padding: 0;
    background-image: none
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
    opacity: 0;
    padding: 16px 0;
    -webkit-transition: .5s opacity ease;
    transition: .5s opacity ease
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
    opacity: 1
}

.lg-group:after {
    content: '';
    display: table;
    clear: both
}

.lg-container {
    display: none
}

.lg-container.lg-show {
    display: block
}

.lg-on {
    scroll-behavior: unset
}

.lg-hide-sub-html .lg-sub-html, .lg-next, .lg-pager-outer, .lg-prev, .lg-toolbar {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-show-in .lg-next, .lg-show-in .lg-pager-outer, .lg-show-in .lg-prev, .lg-show-in .lg-toolbar {
    opacity: 1
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1
}

.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: .001;
    outline: 0;
    will-change: auto;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-zoom-from-image {
    opacity: 1
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
    outline: 0
}

.lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    white-space: nowrap
}

.lg-outer .lg-item {
    will-change: transform, opacity;
    display: none !important
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url(/local/templates/brickhouse-new/css/../images/loading.gif) no-repeat center center
}

.lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play-button {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-zoom-from-image .lg-video-play-button {
    opacity: 1
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play-button {
    opacity: 1
}

.lg-outer .lg-empty-html {
    display: none
}

.lg-outer[data-lg-slide-type=iframe] .lg-download, .lg-outer[data-lg-slide-type=video] .lg-download {
    opacity: .75;
    pointer-events: none
}

.lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    -webkit-transition: opacity .2s ease-out .15s;
    transition: opacity .2s ease-out .15s
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s, -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-container {
    display: none
}

.lg-container.lg-show {
    display: block
}

.lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-inline .lg-backdrop, .lg-inline .lg-outer {
    position: absolute
}

.lg-inline .lg-backdrop {
    z-index: 1
}

.lg-inline .lg-outer {
    z-index: 2
}

.lg-inline .lg-maximize:after {
    content: '\e909'
}

.lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform .35s ease-out 0s;
    transition: -webkit-transform .35s ease-out 0s;
    transition: transform .35s ease-out 0s;
    transition: transform .35s ease-out 0s, -webkit-transform .35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    -webkit-transition-property: visibility, opacity, -webkit-transform;
    transition-property: visibility, opacity, -webkit-transform;
    transition-property: transform, visibility, opacity;
    transition-property: transform, visibility, opacity, -webkit-transform
}

.tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    -webkit-transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

.about-certificates__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-certificates__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.about-certificates__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.about-certificates__image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.about-certificates__image img {
    display: block
}

.about-certificates__image:hover .about-certificates__image-hover {
    opacity: 1
}

.about-certificates__image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: rgba(13, 20, 27, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.about-certificates__image-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 19px
}

.about-certificates__image-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px
}

.about-certificates__image-icon {
    margin-bottom: 16px
}

.about-certificates__content {
    max-width: 375px;
    margin: 0 auto
}

.about-certificates__text {
    margin-bottom: 30px
}

.about-history {
    background: url(/local/templates/brickhouse-new/css/../img/about-history-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 75px 0
}

.about-history__title {
    width: 50%;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 40px;
    padding-right: 10px
}

.about-history__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-history__text {
    width: 50%;
    padding-left: 10px;
    margin-bottom: 40px
}

.about-history__wrapper {
    width: 100%;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 75px
}

.about-history__years-nav-wrapper {
    position: relative;
    padding-right: 70px;
    margin-bottom: 50px
}

.about-history__years-nav-wrapper .swiper-button-prev, .about-history__years-nav-wrapper .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background: url(/local/templates/brickhouse-new/css/../img/icon-angle-right.png) center center no-repeat;
    background-size: 9px 15px;
    -webkit-filter: invert(1);
    filter: invert(1);
    margin: -15px 0 0;
    right: 0
}

.about-history__years-nav-wrapper .swiper-button-prev::after, .about-history__years-nav-wrapper .swiper-button-next::after {
    display: none
}

.about-history__years-nav-wrapper .swiper-button-prev {
    right: 30px;
    left: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.about-history__years-nav-link {
    font-weight: 500;
    font-size: 21px;
    line-height: 1;
    padding: 13px 0;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    text-align: center
}

.about-history__years-nav-link:hover {
    color: #7fb568
}

.about-history__years-nav-link.swiper-slide-thumb-active {
    color: #7fb568;
    border-color: #7fb568
}

.about-history .about-history__years-nav-wrapper .swiper-slide-thumb-active .about-history__years-nav-link {
    color: #7fb568;
    border-color: #7fb568
}

.about-history__year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-history__year-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.about-history__year-content {
    max-width: 400px;
    margin: 0 auto
}

.about-history__year-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px
}

.about-history__year-text {
    margin-bottom: 30px
}

.about-history__year-buttons .btn__icon {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.about-numbers__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-numbers__video {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.about-numbers__items {
    width: 285px;
    margin-left: 20px;
    background: #fff;
    padding: 30px
}

.about-numbers__item {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 22px
}

.about-numbers__item-title {
    font-size: 30px;
    line-height: 54px;
    font-weight: 600
}

.about-numbers__item-title .number {
    margin-right: 10px;
    font-size: 60px;
    font-weight: 500
}

.about-numbers__video-link {
    position: relative;
    display: block;
    height: 100%
}

.about-numbers__video-image {
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.about-numbers__video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about-office__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}

.about-office__text {
    margin-bottom: 30px
}

.about-office__buttons {
    margin-bottom: 30px
}

.about-office__buttons .btn:hover .btn__icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.about-office .swiper-pagination {
    bottom: 32px;
    line-height: 1
}

.about-office .swiper-pagination-bullet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background: 0 0;
    border: 1px solid transparent;
    margin: 0 15px;
    opacity: 1;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.about-office .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.about-office .swiper-pagination-bullet-active {
    border-color: #fff
}

.about-office .swiper-pagination-bullet-active::before {
    background: #7fb568
}

.about-principles__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

.about-principles__title {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 75px
}

.about-principles__text {
    width: 50%;
    padding-left: 10px;
    margin-bottom: 75px
}

.about-principles__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 4 ];
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap: 20px
}

.about-principles__item {
    border: 1px solid #f7f8fa;
    padding: 30px 20px;
    text-align: center
}

.about-principles__item-image {
    display: block;
    margin: 0 auto 15px
}

.about-principles__item-title {
    font-weight: 500;
    line-height: 1.5
}

.about-services {
    margin-bottom: 30px;
}

.about-services__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-services__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.about-services__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 20px
}

.about-services__item {
    color: inherit;
    display: inline-block;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#ebf6db), to(#c7e8e8));
    background: linear-gradient(to bottom, #ebf6db 0, #c7e8e8 100%);
    padding: 25px 50px 25px 25px;
    font-weight: 600;
    line-height: 1.5;
    min-height: 175px
}

.about-services__item, .about-services__item:focus, .about-services__item:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.about-services__item:focus, .about-services__item:hover {
    color: #7fb568
}

.about-services__item:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#fffadc), to(#ffe1ad));
    background: linear-gradient(to bottom, #fffadc 0, #ffe1ad 100%);
    text-decoration: none;
    color: inherit
}

.about-services__item-image {
    position: absolute;
    bottom: 15px;
    right: 15px
}

.about-services__content {
    max-width: 400px;
    margin: 0 auto
}

.about-services__content-text {
    margin-bottom: 30px
}

.about-stages__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

.about-stages__title {
    width: 50%;
    padding-right: 60px;
    margin-bottom: 40px
}

.about-stages__text {
    width: 50%;
    margin-bottom: 40px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.about-stages__grid {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 4 ];
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap: 20px
}

.about-stages__item {
    border: 1px solid #f7f8fa;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-team__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

.about-team__title {
    width: 50%;
    padding-right: 10%;
    margin-bottom: 40px
}

.about-team__text {
    width: 50%;
    text-align: right;
    padding-left: 10px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 40px
}

.about-team__items-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 45px -40px 0;
    padding: 0 40px
}

.about-team__items-wrapper .swiper-button-prev, .about-team__items-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    border-radius: 100%;
    margin-top: -20px
}

.about-team__items-wrapper .swiper-button-prev:after, .about-team__items-wrapper .swiper-button-next:after {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-right: 2px solid #9f9e9e;
    border-bottom: 2px solid #9f9e9e
}

.about-team__items-wrapper .swiper-button-prev:hover, .about-team__items-wrapper .swiper-button-next:hover {
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .3);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .3)
}

.about-team__items-wrapper .swiper-button-prev:hover:after, .about-team__items-wrapper .swiper-button-next:hover:after {
    border-color: #0d141b
}

.about-team__items-wrapper .swiper-button-next {
    right: 20px
}

.about-team__items-wrapper .swiper-button-next::after {
    -webkit-transform: translate(-15%, 0) rotate(-45deg);
    transform: translate(-15%, 0) rotate(-45deg)
}

.about-team__items-wrapper .swiper-button-prev {
    left: 20px
}

.about-team__items-wrapper .swiper-button-prev::after {
    -webkit-transform: translate(15%, 0) rotate(135deg);
    transform: translate(15%, 0) rotate(135deg)
}

.about-team__item-info {
    padding: 25px;
    border: 1px solid #f7f8fa
}

.about-team__item-title {
    font-weight: 600;
    font-size: 18px
}

.about-team__item-text {
    font-size: 14px;
    color: #9f9e9e
}

.about-video__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-video__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.about-video__link {
    display: block;
    position: relative
}

.about-video__image {
    display: block
}

.about-video__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about-video__content {
    max-width: 380px;
    margin: 0 auto
}

.about-video__text {
    margin-bottom: 30px
}

.accordion__item {
    /* background: #fff */
}

.accordion__item--collapsed .accordion__content {
    height: 0;
    padding-top: 0;
    padding-bottom: 0
}

.accordion__item--collapsed .accordion__icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion__title {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 48px 20px 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.accordion__title-helper {
    font-weight: 300;
    font-size: 12px;
    color: #9f9e9e;
    margin-top: 5px
}

.accordion__icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    width: 6px;
    height: 10px;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin-left: auto;
    background: no-repeat center/100% url(/local/templates/brickhouse-new/img/icon-angle-right-green.png);
}

.accordion__content {
    overflow: hidden;
    -webkit-transition-property: height, padding;
    transition-property: height, padding;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    height: auto;
    padding: 0 20px 20px
}

.article-card {
    background: #fff;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.article-card__holder {
    position: relative
}

.article-card__image img {
    display: block
}

.article-card__tags {
    position: absolute;
    top: 11px;
    left: 10px
}

.article-card__tag {
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: #9f9e9e;
    padding: 0 5px;
    background: rgba(255, 255, 255, .9)
}

.article-card__info {
    padding: 20px
}

.article-card__title {
    color: inherit;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.article-card__title, .article-card__title:focus, .article-card__title:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.article-card__title:focus, .article-card__title:hover {
    color: #7fb568
}

.article-card__meta {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 17px;
    color: #9f9e9e;
    gap: 17px
}

.article-card__date {
    background: url(/local/templates/brickhouse-new/css/../img/icon-date.png) left top no-repeat;
    background-size: 16px 17px;
    min-height: 17px;
    padding-left: 23px
}

.article-card__views {
    background: url(/local/templates/brickhouse-new/css/../img/icon-views.png) left top no-repeat;
    background-size: 21px 17px;
    padding-left: 28px
}

.article-card:hover {
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .15)
}

.breadcrumbs {
    list-style: none;
    padding: 0;
    color: #9f9e9e;
    margin: 16px 0;
    font-size: 14px
}

.breadcrumbs a {
    color: #0d141b;
    text-decoration: none
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
    color: #7fb568;
    text-decoration: none
}

.container-uslugi .breadcrumbs{
    margin-top: 30px;
    font-weight: 300;
    font-size: 14px;
}

.container-uslugi .breadcrumbs a{
    color: #9f9f9f;
}

.breadcrumbs__item {
    display: inline-block;
    margin-right: 5px;
    white-space: nowrap
}

.breadcrumbs__item:not(:last-child):after {
    content: '/';
    display: inline-block;
    margin-left: 5px
}

.btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border: 2px solid transparent;
    padding: 15px 41px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    font-family: inherit;
    line-height: 18px;
    text-decoration: none;
    text-transform: none;
    color: #0d141b;
    background-color: #f7f8fa;
    background-image: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background-color, border-color, color;
    transition-property: background-color, border-color, color
}

.page-header__button-callback:hover, .page-header__button-callback:focus {
    text-decoration: none;
    color: #0d141b;
    background-color: #f7f7f7;
}

.btn:active, .btn:focus {
    outline: 0
}

.btn--disabled, .btn:disabled {
    opacity: .7;
    cursor: not-allowed;
    color: #0d141b;
    background-color: #f7f8fa
}

a.btn--disabled {
    pointer-events: none
}

.btn__icon {
    display: inline-block;
    vertical-align: middle;
    max-width: 20px;
    max-height: 20px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-filter;
    transition-property: -webkit-filter;
    transition-property: filter;
    transition-property: filter, -webkit-filter;
    margin-right: 16px
}

.page-header__button-callback {
    color: #fff;
    background-color: #4a6345;
    width: 200px;
    height: 30px;
    border: 1px solid #4a6345;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
}

.btn--main .btn__icon {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.page-header__button-callback:hover, .page-header__button-callback:focus {
    color: #4a6345;
    background-color: #fff;
}

.btn--main--disabled, .btn--main:disabled {
    color: #fff;
    background-color: #7fb568
}

.page-header__button-callback {
    border: 1px solid #4a6345;
    padding: 10px;
    width: 200px;
    height: 30px;
    background-color: #f7f7f7;

    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 14px !important;
    line-height: 140%;
    color: #4a6345;
}

.btn--main {
    color: #fff;
    background-color: #7fb568;
}

.btn--main-o{
    color: inherit;
    background-color: transparent;
    border-color: #7fb568;
}

.btn--main-o:hover .btn__icon, .btn--main-o:focus .btn__icon {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.btn--main-o--disabled, .btn--main-o:disabled {
    color: #0d141b;
    background-color: transparent
}

.page-header__button-callback{
    border: 2px solid #4a6345;
    padding: 10px;
    width: 195px;
    height: 34px;
    border-radius: 10px;
    background-color: #f7f7f7;

    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 115%;
    color: #4a6345;
}

.page-header__button-calc{
    color: #fff;
    background-color: #4a6345;
    width: 195px;
    height: 34px;
    border-radius: 10px;
    border: 2px solid #4a6345;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 115%;
}

.btn--gray-o {
    color: inherit;
    background-color: transparent;
    border: 1px solid #9f9e9e
}

.btn--gray-o:hover, .btn--gray-o:focus {
    background-color: transparent;
    color: #7fb568;
    border-color: #7fb568
}

.btn--gray-o--disabled, .btn--gray-o:disabled {
    color: #0d141b;
    background-color: transparent
}

.btn--sm {
    font-size: 13px;
    line-height: 1;
    padding: 10px 17px
}

.btn--sm .btn__icon {
    margin-right: 8px;
    max-width: 16px;
    max-height: 16px
}

.btn--callback{
    width: 100%;
    height: 44px;
    background-color: #4A6345;
    font-weight: 500;
    font-size: 14px;
}

.burger {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 26px;
    border: 0;
    padding: 0;
    background: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.burger > span {
    display: block;
    position: relative;
    width: 39px;
    margin-left: auto;
    height: 2px;
    font-size: 0;
    color: transparent;
    -webkit-transition: background .3s .3s;
    transition: background .3s .3s;
    background: #1C1C1C;
    border-radius: 40px;
    outline: none;
}

.burger > span:before, .burger > span:after {
    content: '';
    position: absolute;
    right: 0;
    width: 39px;
    height: 2px;
    background: #1C1C1C;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top .3s .3s, -webkit-transform .3s;
    border-radius: 40px;
    transition: top .3s .3s, -webkit-transform .3s;
    transition: top .3s .3s, transform .3s;
    transition: top .3s .3s, transform .3s, -webkit-transform .3s
}

.burger > span:before {
    top: -12px
}

.burger > span:after {
    top: 12px
}

.burger--close > span {
    -webkit-transition: background .3s 0s;
    transition: background .3s 0s;
    background: 0 0
}

.burger--close > span:before, .burger--close > span:after {
    top: 0;
    -webkit-transition: top .3s, -webkit-transform .3s .3s;
    transition: top .3s, -webkit-transform .3s .3s;
    transition: top .3s, transform .3s .3s;
    transition: top .3s, transform .3s .3s, -webkit-transform .3s .3s
}

.burger--close > span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.burger--close > span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.calculator {
    padding: 50px
}

.calculator__tab {
    display: none
}

.calculator__tab--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calculator__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calculator__info {
    width: 346px;
    margin-left: 47px
}

.calculator__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px
}

.calculator__step {
    font-size: 12px;
    line-height: 30px
}

.calculator__step-current {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px
}

.calculator__progress {
    width: 100%;
    margin: 15px 0 35px
}

.calculator__grid {
    width: 100%;
    display: -ms-grid;
    display: grid;
    margin-bottom: 35px;
    gap: 20px
}

.calculator__grid--col-2 {
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr))
}

.calculator__grid--col-3 {
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr))
}

.calculator__grid .field-text {
    margin: 0
}

.calculator__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.calculator__button--hidden {
    display: none
}

.calculator .field-text__input {
    height: 46px;
    font-size: 14px;
    font-weight: 300;
    padding: 10px
}

.calculator .field-text__unit-text {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 16px;
    line-height: 24px;
    color: #9f9e9e
}

.calculator .field-text__unit-text sup {
    font-size: .5em
}

.calculator .field-radio {
    line-height: 46px
}

.calculator .field-radio__name {
    font-size: 14px;
    line-height: 18px
}

.calculator .field-radio__name-text::before {
    width: 18px;
    height: 18px
}

.calculator .field-radio__name-text::after {
    top: 4px;
    left: 4px
}

.calculator .field-select {
    line-height: 1.5
}

.calculator .field-select .choices__inner {
    padding: 13px 31px 10px 11px
}

.calculator .field-select .choices::after {
    right: 14px
}

.calculator__info-wrapper {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 2px solid #e9e9ec
}

.calculator__info-icon {
    width: 40px;
    margin-right: 15px
}

.calculator__info-text {
    font-size: 14px;
    line-height: 1.5
}

.calculator__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px
}

.calculator__privacy {
    font-size: 12px;
    line-height: 22px;
    margin-top: -18px;
    margin-bottom: 28px
}

.calculator__privacy a {
    color: inherit;
    display: inline-block
}

.calculator__privacy a, .calculator__privacy a:focus, .calculator__privacy a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.calculator__privacy a:focus, .calculator__privacy a:hover {
    color: #7fb568
}

.calculator__hints {
    display: none
}

.calculator__hint-inner {
    font-size: 14px;
    line-height: 1.57
}

.calculator__hint-inner li::marker {
    color: #fff
}

.calculator__hint-title {
    font-weight: 600
}

.calculator__hint-price {
    font-weight: 600;
    font-size: 20px
}

.callback-form {
    background: #f7f7f7;
    padding-top: 79px;
    padding-bottom: 75px;
    text-align: center;
}

.callback-form__subtitle {
    margin-bottom: 32px;
    font-family: 'Unbounded';
    font-weight: 600;
    font-size: 54px;
    line-height: 100%;
    text-transform: none;
    text-align: left;
    color: #323634;
}

.callback-form__subtitle.service__uslugi-header{
    margin-bottom: 26px;
}

.callback-form__content{
    padding: 0;
}

.callback-form__title {
    font-family: 'Inter', sans-serif;
    text-align: left;
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
}

.callback-form__form {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: unset !important;
    margin: 0 auto
}

.callback-form__privacy {
    font-family: "Inter", sans-serif;
    text-align: left;
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 21px
}

.callback-form__form-group.recaptcha{
    /*grid-row: 1;*/
    margin: 0;
}

.callback-form__form-group .field-text__input{
    height: 44px;
}

@media(max-width:640px){
    .callback-form__form-group .field-text__input{
        height: 45px;
    }
}

.callback-form__privacy a, .callback-form__privacy a:focus, .callback-form__privacy a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.callback-form__privacy a:focus, .callback-form__privacy a:hover {
    color: #7fb568
}

.callback-form__privacy a {
    font-family: "Inter", sans-serif;
    transition: .3s;
    color: #323634;
    text-decoration-color: #323634;
    -webkit-text-decoration-color: #323634;
    display: inline-block
}

.callback-form__text {
    font-family: "Inter", sans-serif;
    max-width: 50%;
    margin: 0;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    color: #1c1c1c;
    text-align: left;
}

.callback-form__phone {
    margin-right: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #4A6345;
    transition: 0.3s ease-in-out all;
}

.callback-form__phone:hover, .callback-form__phone:focus{
    color: #3B4F37;
}

.callback-form__phone:active{
    color: #6A7E66;
}

.page-project{
    padding-top: 50px;
}

@media(min-width: 1229px){
    .page-catalog__main {
        overflow: visible !important;
    }

    .page-project{
        padding-top: 30px;
    }
}

.page-title.service__uslugi-header{
    margin-bottom: 40px;
    margin-top: 16px;
}

.service__price-list-header.service__uslugi-header{
    margin-bottom: 25px;
    margin-top: 131px;
}

.service__uslugi-header{
    margin-bottom: 32px;
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    font-size: 64px !important;
    line-height: 115% !important;
    color: #1c1c1c;
    width: 65%;
}

.service__price-list-table__ul{
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

.service__price-list-table__row-th-wrap{
    margin-bottom: 6px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.service__price-list-table__row{
    font-family: "Inter", sans-serif;
    position: relative;
    padding: 24px 0 24px 304px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.service__price-list-table__row--link .service_price_path{
    transition: all 0.3s ease-in-out;
}

.service__price-list-table--new-link_main.service__price-list-table__row.service__price-list-table__row--link:hover{
    background-color: #4A6345;
    color: #fff;
}

.service__price-list-table__row--link:hover .service_price_path{
    fill: #fff !important;
}

.service__price-list-table__row::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 296px);
    height: 1px;
    background-color: #ececec;
    transition: all 0.3s ease-in-out;
}

.service__price-list-table__row:last-child::before{
    display: none;
}

.service__price-list-table__row-th::before{
    content: none;
}

.service__price-list-table__row p{
    transition: all 0.3s ease-in-out;
}

.service__price-list-table__row-th{
    padding: 0 0 0 330px;
    border-bottom: unset;
}

.service__price-list-table--link_main{
    padding: 19px 0 19px 277px;
    margin-left: auto;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    color: #1c1c1c;
    width: 100%;
    line-height: 100%;
    transition: all 0.3s ease-in-out;
}

.service__price-list-table__element{
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #1c1c1c;
}

.service__price-list-table__element:nth-child(1){
    width: 39%;
}

.service__price-list-table__element:nth-child(2){
    width: 25%;
}

.service__price-list-table__element:nth-child(3){
    width: 25%;
}

.service__price-list-table__th{
    color: #6E6E6E;
    font-weight: 300;
    font-size: 13px;
}

.service__price-list-table--new-link_main{
    position: relative;
    color: #4A6345;
    font-weight: 400;
    font-size: 16px;
    line-height: 115%;
    text-decoration: none !important;
    transition: 0.3s ease-in-out all;
}

.service__price-list-table--new-link_main .service__price-list-table-svg_wrap{
    content: "";
    position: absolute;

    overflow: hidden;
    top: 28px;
    left: 401px;
    width: 29px;
    height: 13px;
    background-position: left center;
    transition: 0.3s ease-in-out all;
}

.service__price-list-table-svg_wrap svg {
    position: absolute;
    right: 0;
    top: 0;

    width: 52px;
    height: 13px;
    display: block;
}

.service__price-list-table--new-link_main:hover, .service__price-list-table--new-link_main:focus{
    color: #4A6345;
    font-weight: 500;
}

.service__price-list-table--new-link_main:hover .service__price-list-table-svg_wrap,
.service__price-list-table--new-link_main:focus .service__price-list-table-svg_wrap {
    width: 52px;
}

.service__price-list-table__element p{
    font-family: "Inter", sans-serif;
    margin-bottom: 0;
    line-height: 100%;
    font-weight: 300;
    color: #1C1C1C;
    font-size: 16px;
    text-transform: lowercase;
}

.service__price-list-table__element:first-child p{
    font-size: 16px;
    text-transform: none;
}

.service__price-list-table__th-mobile{
    display: none;
}

@media(max-width: 639px){
    main.catalog .page-catalog__text {
        padding: 32px 16px !important;
        margin: 45px 0;
    }
    .service__price-list-table--link_main{
        font-weight: 600;
        font-size: 12px;
        color: #4a6345;
    }

    .service__price-list-title-button-block:hover {
        background-color: unset !important;
    }
    .service__price-list-title-button-block:hover .service__price-list-item-title {
        color: inherit !important;
    }
    .service__price-list-table__row:hover,
    .service__price-list-table--link_main:hover {
        background-color: unset !important;
        color: unset !important;
    }

    .service__price-list-table__row-th.service__price-list-table__row:hover {
        background-color: unset !important;
    }

    .service__price-list-title-button-block:hover .line {
        stroke: #1c1c1c !important;
    }

    .page_service_uslugi .service__price-list-table__row--link:hover .service_price_path {
        stroke: #4A6345 !important;
    }

    .service__price-list-table--new-link_main.service__price-list-table__row.service__price-list-table__row--link:hover{
        color: #4A6345 !important;
    }
}

@media(max-width: 450px){
    .service__price-list-table__ul{
        display: block !important;
    }
}

.catalog-count {
    font-weight: 300;
    font-size: 14px;
    color: #9f9e9e
}

.catalog-filter .field-checkbox, .catalog-filter .field-range {
    margin-bottom: 0
}

.catalog-filter .accordion {
    margin-bottom: 10px
}

.catalog-filter__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px
}

.catalog-filter__buttons .btn {
    height: 51px
}

.catalog-filter__buttons .btn__icon {
    max-width: 15px;
    max-height: 12px
}

.catalog-sort {
    position: relative;
    z-index: 20
}

.catalog-sort .field-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.catalog-sort .field-select__name {
    margin: 0 10px 0 0;
    font-size: 14px
}

.catalog-sort .field-select .choices__inner {
    border: 0;
    background: 0;
    padding: 0 20px 0 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #7fb568
}

.catalog-sort .field-select .choices__list--dropdown {
    width: auto;
    white-space: nowrap
}

.catalog-sort .field-select .choices:after {
    width: 5px;
    height: 10px;
    right: 0;
    background-image: url(/local/templates/brickhouse-new/css/../img/icon-angle-right-green.png)
}

.catalog-tags {
    line-height: 0;
    margin-bottom: 15px
}

.catalog-tags__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px
}

.catalog-tags__item .btn {
    font-weight: 500;
    font-size: 14px;
    color: #9f9e9e;
    border-color: #d6d6d6;
    padding: 7px
}

.catalog-tags__item .btn:hover {
    border-color: #7fb568;
    color: #7fb568
}

.catalog-tags__more {
    display: none;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px
}

.catalog-tags__more--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.categories-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    gap: 25px 20px
}

.categories-grid-item {
    background-position: center center;
    background-size: cover;
    padding: 30px;
    min-height: 263px;
    line-height: 1
}

.categories-grid-item__title {
    color: inherit;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5
}

.categories-grid-item__title, .categories-grid-item__title:focus, .categories-grid-item__title:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.categories-grid-item__title:focus, .categories-grid-item__title:hover {
    color: #7fb568
}

.categories-grid-item__price {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #7fb568
}

.categories-grid-item__description {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    max-width: 75%
}

.categories-grid-item__children {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.categories-grid-item__child {
    color: inherit;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px
}

.categories-grid-item__child, .categories-grid-item__child:focus, .categories-grid-item__child:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.categories-grid-item__child:focus, .categories-grid-item__child:hover {
    color: #7fb568
}

.categories-grid-item--col-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2
}

.categories-grid-item--col-2 .categories-grid-item__description {
    max-width: 50%
}

.close {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0;
    padding: 0;
    background: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.close span {
    position: relative;
    display: block;
    width: 60%;
    height: 2px;
    font-size: 0;
    color: transparent;
    background: 0 0
}

.close span:before, .close span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #9f9e9e;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.close span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.close span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.construction-catalog {
    background: #fff;
    padding: 75px 0;
    margin: -75px 0 75px
}

.construction-catalog__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px
}

.construction-catalog__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px
}

.construction-projects {
    margin: 75px 0
}

.construction-projects__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px
}

.construction-projects__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.construction-projects__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px
}

.construction-projects__grid {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 25px
}

.construction-projects__buttons {
    width: 100%;
    text-align: center
}

.construction-reviews__inner.section-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.construction-reviews__title {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 40px
}

.construction-reviews__buttons {
    width: 50%;
    padding-left: 10px;
    text-align: right;
    margin-bottom: 40px
}

.construction-reviews__items-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 -40px;
    padding: 0 40px
}

.construction-reviews__items-wrapper .swiper-button-prev, .construction-reviews__items-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    border-radius: 100%;
    margin-top: -20px
}

.construction-reviews__items-wrapper .swiper-button-prev:after, .construction-reviews__items-wrapper .swiper-button-next:after {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-right: 2px solid #9f9e9e;
    border-bottom: 2px solid #9f9e9e
}

.construction-reviews__items-wrapper .swiper-button-prev:hover, .construction-reviews__items-wrapper .swiper-button-next:hover {
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .3);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .3)
}

.construction-reviews__items-wrapper .swiper-button-prev:hover:after, .construction-reviews__items-wrapper .swiper-button-next:hover:after {
    border-color: #0d141b
}

.construction-reviews__items-wrapper .swiper-button-next {
    right: 20px
}

.construction-reviews__items-wrapper .swiper-button-next::after {
    -webkit-transform: translate(-15%, 0) rotate(-45deg);
    transform: translate(-15%, 0) rotate(-45deg)
}

.construction-reviews__items-wrapper .swiper-button-prev {
    left: 20px
}

.construction-reviews__items-wrapper .swiper-button-prev::after {
    -webkit-transform: translate(15%, 0) rotate(135deg);
    transform: translate(15%, 0) rotate(135deg)
}

.construction-reviews .review-card {
    border: 1px solid #f7f8fa;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.construction-steps .tabs {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px
}

.construction-steps .tabs__links {
    gap: 20px;
    margin-bottom: 40px
}

.construction-steps .tabs__link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.construction-steps .tabs__link-wrap {
    border-bottom: 0
}

.construction-steps .tabs__link-wrap:not(:last-child) {
    padding-right: 20px;
    border-right: 1px solid #f7f8fa
}

.construction-steps .tabs__link-wrap--active .tabs__link {
    background: 0 0;
    color: #7fb568;
    text-decoration: none
}

.construction-work__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px
}

.construction-work__tab-content {
    max-width: 400px;
    margin: 0 auto
}

.construction-work__tab-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px
}

.construction-work__tab-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px
}

.construction-work .tabs__link {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #9f9e9e
}

.construction-work .tabs__links {
    gap: 10px;
    margin-bottom: 40px
}

.construction-work .tabs__link-wrap {
    border-bottom: 2px solid #f7f8fa
}

.construction-work .tabs__link-wrap--active {
    border-color: #7fb568
}

.construction-work .tabs__link-wrap--active .tabs__link {
    background: 0 0;
    color: #0d141b
}

.contacts-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.contacts-info__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.contacts-info {
    margin-top: 30px
}

.contacts-info .section-block__title {
    font-size: 30px
}

.contacts-info__table {
    width: 100%;
    border-collapse: collapse
}

.contacts-info__table td, .contacts-info__table th {
    padding: 17px 20px;
    font-weight: 500
}

.contacts-info__table th {
    color: #9f9e9e
}

.contacts-info__table tr:nth-child(odd) td, .contacts-info__table tr:nth-child(odd) th {
    background: #f7f8fa
}

.contacts-info .accordion {
    border: 2px solid #f7f8fa
}

.contacts-info .accordion__title {
    border-bottom: 3px solid #f7f8fa;
    font-size: 16px;
    font-weight: 500
}

.contacts-info .accordion__content {
    padding-top: 20px;
    border-left: 3px solid #7fb568;
    font-size: 14px
}

.contacts-info .accordion__content strong {
    font-weight: 500
}

.contacts-info .accordion__item--collapsed .accordion__content {
    padding-top: 0
}

.contacts-info .accordion__item--collapsed .accordion__title {
    font-weight: 300
}

.contacts-map {
    position: relative
}

.contacts-map__map {
    height: 610px
}

.contacts-map__map ymaps[class*=ground-pane] {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.contacts-map__info {
    position: absolute;
    top: 75px;
    background: #fff;
    padding: 40px;
    width: 400px
}

.contacts-map__item:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px dotted #cacaca;
    margin-bottom: 15px
}

.contacts-map__item-label {
    color: #9f9e9e
}

.contacts-map__item-value {
    font-weight: 600
}

.field-checkbox {
    display: block;
    margin-bottom: 1em
}

.field-checkbox__title {
    display: block;
    margin-bottom: .4em;
    font-size: 18px;
    line-height: 1.625;
    font-weight: 300
}

.field-checkbox__input-wrap:not(:last-child) {
    margin-bottom: 13px
}

.field-checkbox__input-wrap--error .field-checkbox__name-text, .field-checkbox__input-wrap--error .field-checkbox__help-text {
    color: #d8544f
}

.field-checkbox__input-wrap--button {
    display: inline-block;
    margin-bottom: 9px;
    margin-right: 10px
}

.field-checkbox__input-wrap--button + .field-checkbox__input-wrap--button {
    margin-top: 0
}

.field-checkbox__input-wrap--button .field-checkbox__name {
    padding-left: 0;
    font-size: 14px
}

.field-checkbox__input-wrap--button .field-checkbox__name-text {
    background: rgba(127, 181, 104, .1);
    border: 1px solid rgba(127, 181, 104, .1);
    padding: 0 6px;
    color: #7fb568;
    -webkit-transition-property: background-color, border-color, color;
    transition-property: background-color, border-color, color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer
}

.field-checkbox__input-wrap--button .field-checkbox__name-text:before, .field-checkbox__input-wrap--button .field-checkbox__name-text:after {
    display: none
}

.field-checkbox__input-wrap--button .field-checkbox__input:checked ~ .field-checkbox__name-text {
    background: #7fb568;
    border-color: #7fb568;
    color: #fff
}


.field-checkbox__name-text {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input:disabled ~ .field-checkbox__name-text {
    cursor: not-allowed
}

.field-checkbox__name-text:before {
    border: 1px solid #9f9e9e;
    border-radius: 0;
    -webkit-transition-property: border-color, background-color;
    transition-property: border-color, background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

input:checked ~ .field-checkbox__name-text:before {
    border-color: #7fb568;
    background: #7fb568
}

input:focus ~ .field-checkbox__name-text:before {
    outline: 0
}

input:disabled ~ .field-checkbox__name-text:before {
    border-color: #9f9e9e;
    background: #9f9e9e
}

.field-checkbox__name-text:after {
    opacity: 0;
    background: url(/local/templates/brickhouse-new/css/../img/icon-check.png) center center no-repeat;
    background-size: 14px 10px;
    image-rendering: -webkit-optimize-contrast;
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

input:checked ~ .field-checkbox__name-text:after {
    opacity: 1
}

.field-checkbox__input {
    position: absolute;
    top: .7em;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

.field-checkbox__input:focus, .field-checkbox__input:active {
    outline: 0
}

.field-checkbox__help-text-wrap {
    padding-left: 1.5em
}

.field-checkbox__help-text {
    display: block;
    padding-top: .4em;
    font-size: 18px;
    line-height: 1.2em;
    color: #6d9e59
}

.field-checkbox__help-text:empty {
    display: none
}

.field-checkbox .show-more__toggle {
    color: inherit;
    display: inline-block;
    font-size: 14px;
    color: #7fb568
}

.field-checkbox .show-more__toggle, .field-checkbox .show-more__toggle:focus, .field-checkbox .show-more__toggle:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.field-checkbox .show-more__toggle:focus, .field-checkbox .show-more__toggle:hover {
    color: #7fb568
}

.field-checkbox--col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 13px 0
}

.field-checkbox--col-2 .field-checkbox__input-wrap {
    width: 50%;
    margin: 0
}

.field-group {
    border: 2px solid #e9e9ec
}

.field-group__title {
    font-size: 16px;
    font-weight: 300;
    padding: 11px 18px;
    background: #f7f8fa;
    color: #0d141b;
    border-bottom: 2px solid #e9e9ec
}

.field-group__inner {
    padding: 18px 18px;
    line-height: 0
}

.field-group__inner :last-child {
    margin-bottom: 0
}

.field-radio {
    display: block
}

.field-radio__title {
    display: block;
    margin-bottom: .4em;
    font-size: 18px;
    line-height: 1.625;
    font-weight: 300
}

.field-radio__input-wrap--inline {
    display: inline-block
}

.field-radio__input-wrap--error .field-radio__name-text, .field-radio__input-wrap--error .field-radio__help-text {
    color: #d8544f
}

.field-radio__name {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    line-height: 1.625
}

.field-radio__name-text {
    display: inline-block
}

input:disabled ~ .field-radio__name-text {
    cursor: not-allowed
}

.field-radio__name-text:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #a1a0a0;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

input:focus ~ .field-radio__name-text:before {
    outline: 0
}

input:disabled ~ .field-radio__name-text:before {
    border-color: #7fb568
}

.field-radio__name-text:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #7fb568;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

input:checked ~ .field-radio__name-text:after {
    opacity: 1
}

input:checked:disabled ~ .field-radio__name-text:after {
    background-color: #f7f8fa
}

.field-radio__input {
    position: absolute;
    top: .8em;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

.field-radio__input:focus, .field-radio__input:active {
    outline: 0
}

.field-radio__help-text-wrap {
    padding-left: 1.5em
}

.field-radio__help-text {
    display: block;
    padding-top: .4em;
    font-size: 18px;
    line-height: 1.2em;
    color: #6d9e59
}

.field-radio__help-text:empty {
    display: none
}

.field-radio-box__inner {
    display: block;
    height: 100%;
    border: 2px solid #e9e9ec;
    padding: 15px 20px;
    position: relative;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.field-radio-box__inner::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #9f9e9e;
    position: absolute;
    top: 18px;
    right: 19px
}

.field-radio-box__inner::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 23px;
    right: 24px;
    background: #7fb568;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.field-radio-box__inner :last-child {
    margin-bottom: 0
}

.field-radio-box__input {
    position: absolute;
    top: 17px;
    right: 18px;
    opacity: 0;
    width: 20px;
    height: 20px
}

.field-radio-box__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-bottom: 15px
}

.field-radio-box--checked .field-radio-box__inner {
    border-color: #7fb568
}

.field-radio-box--checked .field-radio-box__inner::before {
    border-color: #7fb568
}

.field-radio-box--checked .field-radio-box__inner::after {
    opacity: 1
}

.field-radio-box--checked .field-radio-box__inner {
    border-color: #7fb568
}

.field-range {
    display: block;
    margin-bottom: 27px
}

.field-range__name {
    display: block;
    margin-bottom: .4em;
    font-size: 18px;
    line-height: 1.625;
    font-weight: 300
}

.field-range__input-wrap {
    display: block;
    position: relative
}

.field-range__help-text {
    display: block;
    padding-top: .4em;
    font-size: 18px;
    line-height: 1.2em;
    color: #6d9e59
}

.field-range__help-text:empty {
    display: none
}

.field-range__input-range {
    margin: 7px 11px 26px
}

.field-range__input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.field-range__input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    padding: 0 10px;
    cursor: text;
    outline: 0;
    -moz-appearance: textfield;
    height: 38px;
    font-size: 14px;
    font-weight: 300
}

.field-range__input::-webkit-outer-spin-button, .field-range__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.field-range__input-separator {
    display: inline-block;
    height: 1px;
    font-size: 0;
    width: 7px;
    margin: 0 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7px;
    flex: 0 0 7px;
    background: #a6a5a5
}

.field-range__input-separator:last-child {
    display: none
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: flat;
    height: 10%;
    width: 10%
}

.noUi-vertical .noUi-origin {
    width: 100%
}

.noUi-horizontal .noUi-origin {
    height: 100%
}

.noUi-horizontal .noUi-connects {
    height: 100%
}

.noUi-horizontal {
    height: 4px
}

.noUi-vertical {
    width: 1px
}

.noUi-connect {
    height: 100%;
    background: #7fb568;
    will-change: transform;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat
}

.noUi-target {
    margin-left: 11px;
    margin-right: 11px;
    background: #d6d6d6
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 50%;
    background: #7fb568;
    cursor: pointer;
    top: 50%;
    right: -11px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    border: 2px solid #fff
}

.field-select {
    display: block;
    margin-bottom: 1em
}

.field-select__name {
    display: block;
    margin-bottom: .4em;
    font-size: 18px;
    line-height: 1.625;
    font-weight: 300
}

.field-select__help-text {
    display: block;
    padding-top: .4em;
    font-size: 18px;
    line-height: 1.2em;
    color: #6d9e59
}

.field-select__help-text:empty {
    display: none
}

.field-select--error {
    color: #d8544f
}

.field-select--error .field-select__name, .field-select--error .field-select__select, .field-select--error .field-select__help-text {
    color: #d8544f
}

.field-select--error .field-select__select, .field-select--error .choices__inner, .field-select--error .choices:after {
    border-color: #d8544f;
    background-color: #f9e2e2
}

.choices {
    position: relative
}

.choices:focus {
    outline: 0
}

.choices:focus:not(.is-disabled) .choices__inner {
    outline: 0
}

.choices:after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 19px;
    margin: auto;
    width: 5px;
    height: 9px;
    pointer-events: none;
    background: url(/local/templates/brickhouse-new/css/../img/icon-angle-right.png) center center no-repeat;
    background-size: 5px 9px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    image-rendering: -webkit-optimize-contrast
}

.choices.is-open:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.choices .is-hidden {
    display: none
}

.choices__inner {
    position: relative;
    z-index: 10;
    border: 1px solid #9f9e9e;
    border-radius: 0;
    padding: 13px 40px 10px 17px;
    background: #fff;
    color: #0d141b;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer
}

.choices__inner .choices__item--selectable {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.choices__list--dropdown {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    margin-top: -1px;
    color: #0d141b;
    -webkit-box-shadow: 0 1px 27px 0 rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px 0 rgba(13, 20, 27, .15);
    overflow: hidden
}

.choices__list--dropdown .choices__item {
    padding: 13px 40px 10px 17px;
    font-size: 14px;
    cursor: pointer
}

.choices__list--dropdown .choices__item.is-highlighted {
    background: #7fb568;
    color: #fff
}

.choices__heading {
    padding: 10px 14px;
    font-size: 18px;
    font-weight: 700;
    opacity: .5;
    cursor: default
}

.choices.is-open .choices__list--dropdown {
    display: block
}

.choices.is-disabled .choices__inner {
    background-color: #f7f8fa;
    cursor: default
}

.field-text {
    display: block;
    margin-bottom: 1em;
    position: relative
}

.field-text__name {
    display: block;
    margin-bottom: .4em;
    font-size: 18px;
    line-height: 1.625;
    font-weight: 300
}

.field-text__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    border: 1px solid #ececec;
    border-radius: unset;
    padding: 10px 14px;
    height: 50px;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    background-color: #fff;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

.callback-form .field-text__input{
    background: #f7f7f7;
}

.field-text__input:focus {
    outline: 0
}

.field-text__input[disabled], .field-text__input[readonly] {
    cursor: not-allowed;
    background-color: #f7f8fa
}

.field-text__input::-webkit-search-cancel-button, .field-text__input::-webkit-search-decoration, .field-text__input::-webkit-inner-spin-button, .field-text__input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.field-text__input[type=color] {
    padding: 0
}

.field-text__input::-webkit-input-placeholder {
    color: #6d9e59;
    opacity: 1
}

.field-text__input::-moz-placeholder {
    color: #6d9e59;
    opacity: 1
}

.field-text__input:-ms-input-placeholder {
    color: #6d9e59;
    opacity: 1
}

.field-text__input::-ms-input-placeholder {
    color: #6d9e59;
    opacity: 1
}

.field-text__input::placeholder {
    color: #6d9e59;
    opacity: 1
}

textarea.field-text__input {
    height: auto;
    min-height: calc(23.25px + 2px);
    resize: vertical
}

.field-text__input::-webkit-input-placeholder {
    color: #9f9e9e
}

.field-text__input::-moz-placeholder {
    color: #9f9e9e
}

.field-text__input:-ms-input-placeholder {
    color: #9f9e9e
}

.field-text__input::-ms-input-placeholder {
    color: #9f9e9e
}

.field-text__input::placeholder {
    color: #9f9e9e
}

.field-text__help-text {
    display: block;
    padding-top: .4em;
    font-size: 18px;
    line-height: 1.2em;
    color: #6d9e59
}

.field-text__help-text:empty {
    display: none
}

.field-text--error .field-text__name, .field-text--error .field-text__input, .field-text--error .field-text__help-text {
    color: #d8544f
}

.field-text--error .field-text__input {
    border-color: #d8544f;
    background-color: #f9e2e2
}

.field-text--title-placeholder .field-text__input {
    padding: 17px 22px 3px;
    -webkit-transition-property: padding;
    transition-property: padding;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.field-text--title-placeholder .field-text__input::-webkit-input-placeholder {
    opacity: 0
}

.field-text--title-placeholder .field-text__input::-moz-placeholder {
    opacity: 0
}

.field-text--title-placeholder .field-text__input:-ms-input-placeholder {
    opacity: 0
}

.field-text--title-placeholder .field-text__input::-ms-input-placeholder {
    opacity: 0
}

.field-text--title-placeholder .field-text__input::placeholder {
    opacity: 0
}

.field-text--title-placeholder .field-text__input:-moz-placeholder-shown {
    padding: 10px 14px
}

.field-text--title-placeholder .field-text__input:-ms-input-placeholder {
    padding: 10px 14px
}

.field-text--title-placeholder .field-text__input:placeholder-shown {
    padding: 10px 20px;
    border-radius: unset;
    border: 1px solid #ececec;
    background-color: #f7f7f7;
}

.field-text--title-placeholder .field-text__input:-moz-placeholder-shown + .field-text__name {
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.field-text--title-placeholder .field-text__input:-ms-input-placeholder + .field-text__name {
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.field-text--title-placeholder .field-text__input:placeholder-shown + .field-text__name {
    font-family: "Inter", sans-serif;
    padding-left: 0;
    font-size: 16px;
    top: 50%;
    color: #6E6E6E;
    font-weight: 300;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.field-text--title-placeholder .field-text__name {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 22px;
    font-size: 13px;
    color: #6E6E6E;
    pointer-events: none;
    -webkit-transition-property: font-size, -webkit-transform;
    transition-property: font-size, -webkit-transform;
    transition-property: transform, font-size;
    transition-property: transform, font-size, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.field-text--sm .field-text__input {
    height: 40px;
    font-size: 14px;
    padding: 5px 12px
}

.field-text--sm.field-text--title-placeholder .field-text__input {
    padding: 10px 12px 0
}

.field-text--sm.field-text--title-placeholder .field-text__input:-moz-placeholder-shown {
    padding: 5px 12px 5px
}

.field-text--sm.field-text--title-placeholder .field-text__input:-ms-input-placeholder {
    padding: 5px 12px 5px
}

.field-text--sm.field-text--title-placeholder .field-text__input:placeholder-shown {
    padding: 5px 12px 5px
}

.field-text--sm.field-text--title-placeholder .field-text__name {
    font-size: 11px
}

.footer-nav {
    position: relative;
    z-index: 10;
    line-height: 1
}

.footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-nav__list--lvl-2 {
    display: block
}

.footer-nav__item {
    position: relative;
    margin-bottom: 30px
}

.footer-nav__additional-item{
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 14px !important;
}

.sub-menu{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Две колонки равной ширины */
    gap: 5px; /* Отступы между элементами */
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav__item--lvl-2 {
    margin-bottom: 0
}

.footer-nav__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #9b9b9b;
    text-decoration: none
}

.footer-nav__link--lvl-2 {
    font-size: 14px;
    line-height: 28px;
    color: #9b9b9b;
    text-transform: none;
    font-weight: 300
}

.footer-nav__link:hover {
    color: #0d141b
}

.form__fieldset {
    min-width: 0;
    margin: 0;
    border: 0;
    padding: 0
}

.form__fieldset:not(:last-child) {
    margin-bottom: 1em
}

.form__legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 16px;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.625;
    white-space: normal;
    color: currentColor
}

.logo {
    display: inline-block;
    white-space: nowrap
}

.logo img {
    display: block;
    width: 100%;
}

.main-about {
    position: relative;
    height: 555px;
    background-color: #fff
}

.main-about__image {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 50%;
    height: 548px;
    background: url(/local/templates/brickhouse-new/css/../img/team.jpg) center center no-repeat;
    background-size: cover
}

.main-about__content {
    width: 410px;
    margin-left: auto;
    padding-top: 127px;
    padding-bottom: 207px;
    #background-color: #fff
}

.main-about__subtitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 14px
}

.main-about__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 32px;
    margin: 0 0 20px
}

.main-about__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px
}

.main-about::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin-left: -150px;
    background: #fff
}

.main-benefits {
    padding-top: 74px;
    padding-bottom: 74px
}

.main-benefits__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    margin: 0 auto 46px;
    text-align: center;
    max-width: 900px
}

.main-benefits__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 9fr (8fr) [ 3 ];
    grid-template-columns:9fr repeat(3, 8fr);
    gap: 20px 55px
}

.main-benefits__text {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2/span 3
}

.main-benefits__items {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 20px 55px
}

.main-benefits .main-benefits-item {
    position: relative
}

.main-benefits .main-benefits-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #d6d6d6
}

.main-benefits .main-benefits-item:last-child::after {
    display: none
}

.main-benefits .main-benefits-item--main {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    border: 0
}

.main-benefits .main-benefits-item--main::after {
    display: none
}

.main-benefits-item__number {
    font-weight: 600;
    font-size: 62px;
    line-height: 55px
}

.main-benefits-item__unit {
    display: inline-block;
    margin-left: 15px;
    font-weight: 500;
    font-size: 30px
}

.main-benefits-item__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px
}

.main-benefits-item--main {
    background: #7fb568 url(/local/templates/brickhouse-new/css/../img/main-benefits-bg.png) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 40px 34px 36px 36px
}

.main-benefits-item--main::before {
    content: '';
    display: block;
    background: url(/local/templates/brickhouse-new/css/../img/icon-refresh.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 12px;
    top: 12px;
    width: 20px;
    height: 22px;
    -webkit-filter: invert(1);
    filter: invert(1)
}

.main-calc {
    background: #000 url(/local/templates/brickhouse-new/css/../img/main-calc-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 75px 0;
    color: #fff
}

.main-calc__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-calc__subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.main-calc__title {
    width: 50%;
    font-weight: 500;
    font-size: 42px;
    line-height: 44px;
    padding-right: 10px;
    margin: 0
}

.main-calc__text {
    width: 50%;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    padding-left: 10px
}

.main-calc__calc {
    width: 100%;
    margin-top: 40px;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
}

.main-catalog {
    background: #fff;
    padding-top: 75px;
    padding-bottom: 75px
}

.main-catalog__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-catalog__subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.main-catalog__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 44px;
    margin: 0
}

.main-catalog__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.main-catalog__grid {
    margin-top: 50px
}

.main-nav {
    background-color: #f7f7f7;
}

.main-nav__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-nav__item {
    position: initial;
}

.main-nav__item .main-nav__item--lvl-3{
    border: unset !important;
}

.main-nav__link-more {
    position: relative;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    transition: color .3s;
}

.main-nav__link-more:hover {
    color: #7fb568;
}


.main-nav__list--lvl-4 {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.main-nav__link--lvl-4 {
    min-width: 170px;
}

.main-nav__link-more:hover ~ .main-nav__sublist-wrapper--lvl-4 {
    opacity: 1;
}

.main-nav__sublist-wrapper--lvl-4:hover {
    opacity: 1;
}

.main-nav__link-more::after {
    content: "";
    display: block;
    height: 7px;
    width: 7px;
    position: absolute;
    left: 39px;
    top: 29%;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #0d141b;
    transform: rotate(135deg) translateY(-50%);
}

.main-nav__item--active > .main-nav__link {
    color: #7fb568
}

.main-nav__link {
    font-family: "Inter", sans-serif;
    position: relative;
    display: block;
    padding: 6px 0 10px;
    text-decoration: none;
    word-break: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1c1c1c;
    transition: all 0.3s ease-in-out;
}

.main-nav__link:hover, .main-nav__link:focus{
    color: #6E6E6E;
}

.main-nav__link:active{
    color: #6A7E66;
}


.main-nav__link.main-nav__link--lvl-3:hover{
    color: #1c1c1c;
}

.main-nav__link.main-nav__link--lvl-3:active{
    color: #6A7E66;
}

.logo.page-header__logo{
    position: relative;
    top: -4px;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 303px;
}

.logo.page-header__logo:hover{
    color: #1C1C1C;
}

.logo .page-header__logo--mobile{
    display: none;
}

.logo.page-header__logo p{
    padding-left: 14px;
    position: relative;
    margin-bottom: 0;
    text-decoration: unset;
    font-size: 12px;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 100%;
}

.logo.page-header__logo p::before{
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    width: 1px;
    height: 26px;
    background-color: #6E6E6E;
}

.main-nav__link sup {
    font-size: 10px;
}

.main-nav__link:hover, .main-nav__link:focus {
    z-index: 1;
    text-decoration: none
}

.main-nav__icon {
    display: inline-block;
    vertical-align: middle;
    max-height: 16px;
    margin-right: 7px
}

.main-nav__sublist-wrapper {
    background-color: #f7f7f7;
}

.main-nav__sublist-wrapper .main-nav__link {
    padding: 0 0 11px;
    font-weight: 300;
    font-size: 14px;
    line-height: 133%;
    color: #9f9f9f;
}

.main-nav__toggler {
    display: inline-block;
    border: 0;
    padding: 0;
    background: 0 0
}

.no-js .main-nav__toggler {
    display: none
}

.main-offers {
    padding-top: 75px;
    padding-bottom: 75px
}

.main-offers__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-offers__subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.main-offers__title {
    width: 50%;
    font-weight: 500;
    font-size: 42px;
    line-height: 44px;
    margin: 0
}

.main-offers__buttons {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.main-offers__grid {
    width: 100%;
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 20px
}

.main-projects {
    padding-top: 80px;
    padding-bottom: 70px
}

.main-projects__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-projects__subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.main-projects__title {
    width: 50%;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    padding-right: 10px;
    margin: 0
}

.main-projects__text {
    width: 50%;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    padding-left: 10px
}

.main-projects__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 24px 26px;
    margin-top: 45px;
    margin-bottom: 50px
}

.main-projects__buttons {
    width: 100%;
    text-align: center
}

.main-reviews {
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px
}

.main-reviews::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin-right: -150px;
    background: #fff
}

.main-reviews__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-reviews__col {
    overflow: hidden
}

.main-reviews__col--left {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.main-reviews__col--right {
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50vw;
    flex: 0 0 50vw
}

.main-reviews__quote {
    display: inline-block;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 156px;
    line-height: 1;
    color: #f69743;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    margin-bottom: 25px;
    margin-top: -80px
}

.main-reviews__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 40px;
    margin: 0 0 40px
}

.main-reviews__items {
    margin: 0
}

.main-reviews__items .swiper-pagination {
    position: static
}

.main-reviews__items .swiper-pagination-bullet {
    position: relative;
    background: 0 0;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    opacity: 1;
    margin: 0 9px
}

.main-reviews__items .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #d6d6d6;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.main-reviews__items .swiper-pagination-bullet-active {
    border-color: #d6d6d6
}

.main-reviews__items .swiper-pagination-bullet-active::before {
    background: #7fb568
}

.main-reviews__items-nav {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

.main-reviews__video {
    position: relative;
    background: #0d141b
}

.main-reviews__video-image {
    display: block;
    opacity: .9;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-reviews__video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-reviews-item__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px
}

.main-reviews-item__author-image {
    width: 52px;
    height: 52px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 22px;
    border-radius: 100%
}

.main-reviews-item__author-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px
}

.main-reviews-item__text {
    max-width: 450px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px
}

.main-slider__item-container {
    padding-top: 74px;
    padding-bottom: 74px;
    color: #fff
}

.main-slider__item {
    height: auto;
    background-size: cover;
    background-position: center center;
    line-height: 1
}

.main-slider__ribbon {
    background: rgba(127, 181, 104, .6);
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    padding: 3px 11px;
    margin-bottom: 20px
}

.main-slider__ribbon::before, .main-slider__ribbon::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 100%
}

.main-slider__ribbon::before {
    top: 0;
    border-width: 16px 16px 0 0;
    border-color: rgba(127, 181, 104, .6) transparent transparent transparent
}

.main-slider__ribbon::after {
    bottom: 0;
    border-width: 16px 0 0 16px;
    border-color: transparent transparent transparent rgba(127, 181, 104, .6)
}

.main-slider__hint {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px
}

.main-slider__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    max-width: 40%;
    margin-bottom: 20px
}

.main-slider__title-text {
    position: absolute;
    top: 10%;
    color: #ffffff;
    text-decoration: none;
}

.main-slider__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 31px;
    padding-left: 20px
}

.main-slider__text p::before {
    content: '';
    display: inline-block;
    width: 2px;
    margin-left: -16px;
    background: rgba(255, 255, 255, .2);
    height: .875em;
    margin-right: 14px
}

.main-slider__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px
}

.main-slider__video {
    color: #fff
}

.main-slider__video:hover .main-slider__icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.main-slider .swiper-pagination {
    bottom: 32px;
    line-height: 1
}

.main-slider .swiper-pagination-bullet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background: 0 0;
    border: 1px solid transparent;
    margin: 0 15px;
    opacity: 1;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.main-slider .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.main-slider .swiper-pagination-bullet-active {
    border-color: #fff
}

.main-slider .swiper-pagination-bullet-active::before {
    background: #7fb568
}

.main-works {
    padding-top: 75px;
    padding-bottom: 75px;
    background: #fff
}

.main-works__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-works__subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.main-works__title {
    width: 50%;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    padding-right: 10px;
    margin: 0
}

.main-works__text {
    width: 50%;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    padding-left: 10px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.main-works__slider-wrapper {
    position: relative;
    overflow: hidden;
    margin: 45px -40px 0;
    padding: 0 40px
}

.main-works__slider-wrapper .swiper-button-prev, .main-works__slider-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    border-radius: 100%;
    margin-top: -20px
}

.main-works__slider-wrapper .swiper-button-prev:after, .main-works__slider-wrapper .swiper-button-next:after {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-right: 2px solid #9f9e9e;
    border-bottom: 2px solid #9f9e9e
}

.main-works__slider-wrapper .swiper-button-prev:hover, .main-works__slider-wrapper .swiper-button-next:hover {
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .3);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .3)
}

.main-works__slider-wrapper .swiper-button-prev:hover:after, .main-works__slider-wrapper .swiper-button-next:hover:after {
    border-color: #0d141b
}

.main-works__slider-wrapper .swiper-button-next {
    right: 20px
}

.main-works__slider-wrapper .swiper-button-next::after {
    -webkit-transform: translate(-15%, 0) rotate(-45deg);
    transform: translate(-15%, 0) rotate(-45deg)
}

.main-works__slider-wrapper .swiper-button-prev {
    left: 20px
}

.main-works__slider-wrapper .swiper-button-prev::after {
    -webkit-transform: translate(15%, 0) rotate(135deg);
    transform: translate(15%, 0) rotate(135deg)
}

.main-works__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 4 ];
    grid-template-columns:repeat(4, minmax(0, 1fr));
    -ms-grid-rows:(minmax(0, 1fr)) [ 2 ];
    grid-template-rows:repeat(2, minmax(0, 1fr));
    gap: 20px
}

.main-works__item--col-2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2
}

.main-works__item--row-2 {
    -ms-grid-row-span: 2;
    grid-row-end: span 2
}

.mobile-menu {
    display: none
}

.mobile-menu--open {
    display: block
}

.mobile-menu__inner {
    padding: 35px 15px 50px;
    background: #f1f2f5;
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .15)
}

.mobile-menu__phone {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px
}

.mobile-menu__phone a {
    text-decoration: none
}

.mobile-menu__wrap{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 115%;
    color: #1C1C1C;

    padding-top: 20px;
    margin-bottom: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mobile-menu__wrap a{
    text-decoration: none;
}

.mobile-menu__wrap a:not(:last-child){
    padding-bottom: 11px;
}

.mobile-menu__contacts {
    margin-bottom: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mobile-menu__contacts a {
    color: inherit;
    display: inline-block
}

.mobile-menu__contacts a, .mobile-menu__contacts a:focus, .mobile-menu__contacts a:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.mobile-menu__contacts a:focus, .mobile-menu__contacts a:hover {
    color: #7fb568
}

.mobile-menu__contacts-item {
    font-family: "Inter", sans-serif;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 135%;
    color: #323634;
}

.mobile-menu__contacts-icon {
    max-width: 17px;
    image-rendering: -webkit-optimize-contrast;
    margin-right: 10px
}

.mobile-menu__social-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    background-color: #1C1C1C;
    transition: all 0.3s ease-in-out;
}

.mobile-menu__social-link:active{
    background-color: #7B8C77;
}

.mobile-menu__social-link svg{
    width: 29px;
    height: 29px;
}

.mobile-menu__social-link img {
    max-width: 16px;
    max-height: 16px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    image-rendering: -webkit-optimize-contrast
}

.mobile-nav {
    position: relative;
    z-index: 10
}

.mobile-nav__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px
}

.mobile-nav__item--active > .mobile-nav__link {
    color: #7fb568
}

.mobile-nav__item--parent {
    background: #f7f7f7;
}

.mobile-nav__item--lvl-2 {
    margin: 0
}

.mobile-nav__item--lvl-2 .mobile-nav__children-toggle {
    width: 36px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-nav__item--lvl-2 .mobile-nav__link {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #1c1c1c;
}

.mobile-nav__item--lvl-3 {
    margin: 13px
}

.mobile-nav__item--show-child > .mobile-nav__sublist-wrapper--lvl-2 {
    -webkit-transform: none;
    transform: none
}

.mobile-nav__item--show-child > .mobile-nav__sublist-wrapper--lvl-3 {
    max-height: 1000px;
    -webkit-transition: max-height .6s;
    transition: max-height .6s
}

.mobile-nav__item--show-child > .mobile-nav__children-toggle {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.mobile-nav__link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: block;
    padding: 0;
    text-decoration: none;
    font-weight: 500;
    color: #0d141b;
    word-break: normal;
    font-size: 18px;
    line-height: 1.5
}

.mobile-nav__link--lvl-2 {
    padding: 9px 20px
}

.mobile-nav__link--back, .mobile-nav__link--parent {
    padding-left: 0;
}

.mobile-nav__link--back {
    padding-left: 31px;
    position: relative;
    background: #f7f7f7;
}

@media(max-width: 450px){
    .mobile-nav__link--back::before{
        right: 40px;
    }

    .mobile-nav__children-toggle-button--about{
        width: 49px !important;
    }

    .mobile-nav__children-toggle--about{
        padding-right: 20px !important;
    }
}

.mobile-nav__link--lvl-3 {
    padding-left: 60px;
    padding-right: 40px;
    color: #9b9b9b
}

.mobile-nav__link:hover, .mobile-nav__link:focus {
    z-index: 1;
    text-decoration: none
}

.mobile-nav__children-toggle {
    padding: 0;
    border: 0;
    min-width: 15px;
    margin-left: auto;
    margin-right: 0;
    background: 0 0
}

.mobile-nav__children-toggle::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 16px;

    -webkit-mask: url("data:image/svg+xml;utf8,<svg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.801548 15C0.904596 15.0012 1.00677 14.9818 1.10149 14.9431C1.19621 14.9043 1.28139 14.8471 1.35155 14.775L8.42298 8.025C8.73726 7.725 8.73726 7.26 8.42298 6.96L1.35155 0.225C1.03726 -0.075 0.550119 -0.075 0.235833 0.225C-0.0784521 0.525 -0.0784521 0.99 0.235833 1.29L6.75726 7.5L0.235833 13.725C-0.0784521 14.025 -0.0784521 14.49 0.235833 14.79C0.392977 14.94 0.597262 15.015 0.785833 15.015L0.801548 15Z' fill='white'/></svg>") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml;utf8,<svg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.801548 15C0.904596 15.0012 1.00677 14.9818 1.10149 14.9431C1.19621 14.9043 1.28139 14.8471 1.35155 14.775L8.42298 8.025C8.73726 7.725 8.73726 7.26 8.42298 6.96L1.35155 0.225C1.03726 -0.075 0.550119 -0.075 0.235833 0.225C-0.0784521 0.525 -0.0784521 0.99 0.235833 1.29L6.75726 7.5L0.235833 13.725C-0.0784521 14.025 -0.0784521 14.49 0.235833 14.79C0.392977 14.94 0.597262 15.015 0.785833 15.015L0.801548 15Z' fill='white'/></svg>") no-repeat center;
    mask-size: contain;

    background-color: #1C1C1C;
    transition: background-color 0.3s ease-in-out;
}

.main-nav__item:active .mobile-nav__children-toggle::before{
    background-color: #7B8C77;
}


.mobile-nav__sublist-wrapper--lvl-2 {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 65px;
    bottom: 0;
    width: 100%;
    padding: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background: #f1f2f5;
    overflow-y: auto;
    overflow-x: hidden
}

.mobile-nav__sublist-wrapper--lvl-3 {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s;
    transition: max-height .2s
}

.mobile-nav__toggler {
    display: inline-block;
    border: 0;
    padding: 0;
    background: 0 0
}

.no-js .mobile-nav__toggler {
    display: none
}

.mobile-search {
    display: none;
    position: fixed;
    z-index: 50;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
    padding: 30px 15px
}

.mobile-search.show {
    display: block
}

.mobile-search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.mobile-search__close {
    width: 18px;
    height: 11px;
    padding: 0;
    background: url(/local/templates/brickhouse-new/css/../img/icon-arrow-right.png) 0 0 no-repeat;
    background-size: 18px 11px;
    border: 0;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-right: 15px
}

.mobile-search__input {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mobile-search__input .field-text__input {
    padding: 0;
    border: 0
}

.mobile-search__reset {
    visibility: hidden;
    width: 24px;
    height: 24px;
    border: 0;
    padding: 0;
    background: #e9e9ec url(/local/templates/brickhouse-new/css/../img/icon-close.png) center center no-repeat;
    background-size: 10px 10px;
    image-rendering: -webkit-optimize-contrast;
    border-radius: 100%;
    -webkit-filter: opacity(.5);
    filter: opacity(.5);
    margin-left: 15px
}

.mobile-search__reset.show {
    visibility: visible
}

.mobile-search__results-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.mobile-search__results-tag {
    font-size: 12px;
    line-height: 1.5;
    color: #9f9e9e;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #d6d6d6;
    padding: 6px 6px
}

.mobile-search__results-cat {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #f7f8fa;
    padding: 13px 0
}

.mobile-search__results-cat span {
    display: contents;
    font-weight: 500
}

.mobile-search__results-cat::after {
    content: 'Категория';
    margin-left: auto;
    color: #9f9e9e;
    font-size: 12px
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal__dialog {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    max-width: 562px;
    min-height: calc(100% - 108em);
    margin: 54px auto;
    pointer-events: none;
    text-align: center
}

.modal__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 40px;
    pointer-events: auto;
    background-color: #fff;
    outline: 0;
    padding: 70px
}

.modal__header {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    margin-bottom: 30px
}

.modal__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    margin: 0
}

.modal__close {
    position: absolute;
    top: -42px;
    right: -42px;
    outline: 0;
    background: url(/local/templates/brickhouse-new/css/../img/icon-close.png) center center no-repeat;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
    -webkit-filter: invert(1);
    filter: invert(1);
    image-rendering: -webkit-optimize-contrast
}

.modal__body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 18px;
    line-height: 32px
}

.modal__body :last-child {
    margin-bottom: 0
}

.modal__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px
}

.modal__form {
    margin-bottom: 30px
}

.modal__form .btn--submit {
    width: 100%
}

.modal--show .modal__dialog {
    -webkit-animation: modal-dialog .3s 1 ease-out forwards;
    animation: modal-dialog .3s 1 ease-out forwards
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: #0d141b;
    -webkit-animation: modal-backdrop .3s 1 ease-out forwards;
    animation: modal-backdrop .3s 1 ease-out forwards
}

@-webkit-keyframes modal-backdrop {
    0% {
        opacity: 0
    }
    to {
        opacity: .8
    }
}

@keyframes modal-backdrop {
    0% {
        opacity: 0
    }
    to {
        opacity: .8
    }
}

@-webkit-keyframes modal-dialog {
    0% {
        -webkit-transform: translate(0, -2em);
        transform: translate(0, -2em)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes modal-dialog {
    0% {
        -webkit-transform: translate(0, -2em);
        transform: translate(0, -2em)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.offer-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    height: 419px;
    background-size: cover;
    background-position: center center;
    padding: 30px 35px;
    line-height: 0
}

.offer-card__status {
    display: inline-block;
    position: relative;
    background: #7fb568;
    padding: 0 10px;
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px
}

.offer-card__status::before, .offer-card__status::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 100%
}

.offer-card__status::before {
    top: 0;
    border-width: 12px 12px 0 0;
    border-color: #7fb568 transparent transparent transparent
}

.offer-card__status::after {
    bottom: 0;
    border-width: 12px 0 0 12px;
    border-color: transparent transparent transparent #7fb568
}

.offer-card__status--closed {
    background: #f69743
}

.offer-card__status--closed::before {
    border-color: #f69743 transparent transparent transparent
}

.offer-card__status--closed::after {
    border-color: transparent transparent transparent #f69743
}

.offer-card__title {
    margin-bottom: 10px;
    max-width: 70%
}

.offer-card__link {
    color: inherit;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px
}

.offer-card__link, .offer-card__link:focus, .offer-card__link:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.offer-card__link:focus, .offer-card__link:hover {
    color: #7fb568
}

.offer-card__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    max-width: 45%
}

.offer-card__more {
    color: inherit;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin-top: auto
}

.offer-card__more, .offer-card__more:focus, .offer-card__more:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.offer-card__more:focus, .offer-card__more:hover {
    color: #7fb568
}

.offer-card__more img {
    display: inline-block;
    width: 15px;
    height: 9px;
    margin-right: 10px;
    image-rendering: -webkit-optimize-contrast
}

@-ms-viewport {
    width: device-width
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    src: local(""), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-300italic.woff2) format("woff2"), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-300italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local(""), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-300.woff2) format("woff2"), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-300.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local(""), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-regular.woff2) format("woff2"), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local(""), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-500.woff2) format("woff2"), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-500.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    src: local(""), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-500italic.woff2) format("woff2"), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-500italic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local(""), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-600.woff2) format("woff2"), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local(""), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-700.woff2) format("woff2"), url(/local/templates/brickhouse-new/css/../fonts/montserrat-v15-latin_cyrillic-700.woff) format("woff")
}

html, body {
    /*height: 100%;*/
    overflow-x: hidden
}

.page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    min-width: 320px;
    min-height: 100%;
    overflow-x: hidden
}

.page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.page__content {
    position: relative;
    z-index: 10;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.page__content-inactive {
    position:fixed;
    overflow-x: hidden;
    overflow-y: hidden;
}

.page__footer-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 0;
}

*, :before, :after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

* {
    -webkit-tap-highlight-color: transparent
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
    word-break: break-word;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.625;
    text-align: left;
    color: #0d141b;
    background-color: #f7f7f7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[tabindex='-1']:focus {
    outline: 0 !important
}

[role=button] {
    cursor: pointer
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

a, button, [role=button], input, label, select, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    margin: 0
}

button, input {
    overflow: visible;
    text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

svg {
    fill: currentColor
}

a svg, button svg {
    pointer-events: none
}

svg:not(:root) {
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #0d141b;
    background-color: transparent;
    -webkit-transition: color .3s;
    transition: color .3s
}

a:hover, a:focus {
    color: #7fb568
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin-top: 2em;
    margin-bottom: 2em;
    border: 0;
    border-top: 1px solid #9f9e9e;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 1em;
    margin-bottom: .5em;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 500;
    color: currentColor
}

h1 {
    font-size: 48px;
    line-height: 58px
}

h2 {
    font-size: 42px;
    line-height: 50px
}

h3 {
    font-size: 30px;
    line-height: 36px
}

h4 {
    font-size: 28px;
    line-height: 30px
}

h5 {
    font-size: 24px;
    line-height: 28px
}

h6 {
    font-size: 20px;
    line-height: 24px
}

.page-title, .page-title__proekty {
    font-size: 48px;
    line-height: 58px;
    margin: 23px 0
}

p, ul, ol, dl, table, blockquote, pre, address, figure {
    margin-top: 0;
    margin-bottom: 1em
}

p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%
}

address {
    font-style: normal
}

ul, ol {
    margin-bottom: 1em;
    padding-left: 1.5em
}

ul ul, ul ol, ol ul, ol ol {
    margin-top: 0;
    margin-bottom: 0
}

ul {
    list-style: square
}

li {
    line-height: inherit
}

li::marker {
    font-weight: 600;
    color: #7fb568
}

small {
    font-size: 18px
}

sub, sup {
    font-size: 18px
}

b, strong {
    font-weight: bolder
}

blockquote {
    margin-right: 0;
    margin-left: 30px;
    border-left: 5px solid green;
    padding: 10px 0 10px 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px
}

code, kbd, pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

code {
    padding: .06em .3em;
    color: #0d141b;
    background-color: rgba(0, 0, 0, .08);
    border-radius: 0
}

kbd {
    padding: .06em .3em;
    color: #0d141b;
    background-color: #f7f8fa;
    border-radius: 0
}

kbd kbd {
    padding: 0
}

pre {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    overflow-x: auto;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    background-color: rgba(0, 0, 0, .08)
}

pre code {
    background: 0 0
}

.container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.notransition {
    -webkit-transition: none !important;
    transition: none !important
}

.tippy-box {
    background: rgba(13, 20, 27, .95);
    -webkit-box-shadow: 0 1px 27px 0 rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px 0 rgba(13, 20, 27, .15);
    color: #fff
}

.tippy-content {
    padding: 26px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px
}

.page-about__text {
    margin-bottom: 40px;
    max-width: 915px
}

.page-article__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-article__sidebar {
    width: 285px;
    margin-right: 20px
}

.page-article__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.page-article__sidebar-block {
    background: #fff;
    margin-bottom: 20px
}

.page-article__sidebar-block-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px
}

.page-article__tags-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px
}

.page-article__tags-nav-item {
    display: inline-block;
    border: 1px solid #d6d6d6;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #9f9e9e;
    padding: 0 7px;
    text-decoration: none;
    -webkit-transition-property: border-color, color;
    transition-property: border-color, color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.page-article__tags-nav-item:hover {
    border-color: #7fb568
}

.page-article__more-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.page-article__more-item a {
    color: inherit;
    display: inline-block
}

.page-article__more-item a, .page-article__more-item a:focus, .page-article__more-item a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.page-article__more-item a:focus, .page-article__more-item a:hover {
    color: #7fb568
}

.page-article__content {
    padding: 75px;
    background: #f7f7f7;
    margin-bottom: 20px
}

.page-article__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    color: #9f9e9e;
    font-weight: 500
}

.page-article__date {
    background: url(/local/templates/brickhouse-new/css/../img/icon-date.png) left 3px no-repeat;
    background-size: 16px 17px;
    min-height: 17px;
    padding-left: 23px
}

.page-article__views {
    background: url(/local/templates/brickhouse-new/css/../img/icon-views.png) left 3px no-repeat;
    background-size: 21px 17px;
    padding-left: 28px
}

.page-article__sticky {
    position: absolute;
    left: -305px;
    width: 285px;
    background: #fff;
    padding: 25px 20px;
    margin-top: 26px
}

.page-article__sticky-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px
}

.page-article__sticky-text {
    font-size: 14px;
    line-height: 24px
}

.page-article__cta {
    margin-bottom: 20px;
    padding: 75px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-article__cta-image {
    width: 210px;
    margin-left: 30px
}

.page-article__cta-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-article__cta-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px
}

.page-article__cta-text {
    margin-bottom: 25px
}

.page-article__cta-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.page-article__cta-buttons .btn {
    padding: 10px 19px;
    font-size: 14px
}

.page-article__bottom {
    margin-bottom: 20px;
    padding: 75px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-article__social {
    color: #9f9e9e
}

.page-article__social-link {
    margin-left: 6px;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #d6d6d6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-article__social-link img {
    max-width: 16px;
    max-height: 16px
}

.page-article__related {
    margin: 75px 0
}

.page-article__related-title {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 30px
}

.page-article__related-items {
    padding: 20px;
    margin: -20px
}

.page-article__related-items-wrapper {
    position: relative;
    margin: 0 -40px;
    padding: 0 40px
}

.page-article__related-items-wrapper .swiper-button-prev, .page-article__related-items-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    border-radius: 100%;
    margin-top: -20px
}

.page-article__related-items-wrapper .swiper-button-prev:after, .page-article__related-items-wrapper .swiper-button-next:after {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-right: 2px solid #9f9e9e;
    border-bottom: 2px solid #9f9e9e
}

.page-article__related-items-wrapper .swiper-button-prev:hover, .page-article__related-items-wrapper .swiper-button-next:hover {
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .3);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .3)
}

.page-article__related-items-wrapper .swiper-button-prev:hover:after, .page-article__related-items-wrapper .swiper-button-next:hover:after {
    border-color: #0d141b
}

.page-article__related-items-wrapper .swiper-button-next {
    right: 20px
}

.page-article__related-items-wrapper .swiper-button-next::after {
    -webkit-transform: translate(-15%, 0) rotate(-45deg);
    transform: translate(-15%, 0) rotate(-45deg)
}

.page-article__related-items-wrapper .swiper-button-prev {
    left: 20px
}

.page-article__related-items-wrapper .swiper-button-prev::after {
    -webkit-transform: translate(15%, 0) rotate(135deg);
    transform: translate(15%, 0) rotate(135deg)
}

.page-calculator__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 45px
}

.page-calculator__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    margin: 0
}

.page-calculator__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300
}

.page-calculator__calc {
    background: #fff
}

.page-calculator__description {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    padding: 75px;
    background: #fff;
    margin: 75px 0
}

.page-calculator__description h2 {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin: 0 0 30px
}

.page-calculator__description .show-more__toggle {
    color: inherit;
    display: inline-block
}

.page-calculator__description .show-more__toggle, .page-calculator__description .show-more__toggle:focus, .page-calculator__description .show-more__toggle:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.page-calculator__description .show-more__toggle:focus, .page-calculator__description .show-more__toggle:hover {
    color: #7fb568
}

.page-calculator__description .show-more__toggle-icon {
    display: none
}

.page-catalog__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.page-catalog__sidebar {
    width: 285px
}

.page-catalog__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.page-catalog__tags, .page-catalog__items, .page-catalog__more {
    width: 100%
}

.page-catalog__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin-top: 20px
}

.page-catalog__more {
    text-align: center;
    margin-top: 50px
}

.page-catalog__more .btn {
    padding: 15px 30px
}

.page-catalog__text {
    background: #f7f7f7;
    margin-top: 75px;
    margin-bottom: 75px;
    padding: 75px;
    font-size: 16px;
    line-height: 26px
}

.page-catalog__text h2 {
    font-size: 42px;
    line-height: 52px
}

.page-catalog__text :first-child {
    margin-top: 0
}

.page-catalog__text :last-child {
    margin-bottom: 0
}

.page-catalog__text .show-more__toggle {
    color: inherit;
    display: inline-block
}

.page-catalog__text .show-more__toggle, .page-catalog__text .show-more__toggle:focus, .page-catalog__text .show-more__toggle:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.page-catalog__text .show-more__toggle:focus, .page-catalog__text .show-more__toggle:hover {
    color: #7fb568
}

.page-construction__hero {
    position: relative
}

.page-construction__breadcrumbs {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0
}

.page-construction__breadcrumbs .breadcrumbs {
    color: #fff;
    font-weight: 300
}

.page-construction__breadcrumbs .breadcrumbs a {
    color: #fff
}

.page-construction__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-top: 60px
}

.page-construction__content-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-construction__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.page-construction__list-item-image {
    width: 45px;
    margin-right: 20px
}

.page-construction__list-item-content2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 10px
}

.page-construction__list-item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-construction__list-item-title2 {
    font-weight: 600
}

.page-construction__list-item-title {
    font-weight: 600
}

.page-footer {
    background: #1C1C1C;
}

.page-footer__side--right > * {
    position: relative
}

.page-footer__nav {
    margin-bottom: 35px
}

.page-footer__copyright {
    color: #E1E1E1;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
}

.page-footer__logo {
    width: 320px;
}

.page-footer__phone {
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    color: #9b9b9b;
    margin-bottom: 12px
}

.page-footer__phone a {
    color: #9b9b9b;
    text-decoration: none
}

.page-footer__phone a:hover {
    color: #0d141b
}

.page-footer__contacts {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #9b9b9b
}

.page-footer__contacts .icon {
    max-width: 14px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle
}

.page-footer__contacts a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dotted gray;
    color: #9b9b9b
}

.page-footer__email {
    margin-bottom: 8px
}

.page-footer__address {
    margin-bottom: 8px
}

.page-footer__social-links {
    margin-bottom: 24px
}

.page-footer__social-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 32px;
    height: 32px;
    border: 1px solid #9b9b9b;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 6px
}

.page-footer__social-link img {
    max-width: 16px;
    max-height: 16px
}

.page-footer__developer {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #9b9b9b
}

.page-footer__developer a {
    color: #9b9b9b;
    margin-left: 5px
}

.page-header {
    background: #f7f7f7;
}

.page-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    gap: 15px 25px;
}

.page-header__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 20px;
}

.page-header__hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 17px;
    color: #9f9e9e;
    font-weight: 300
}

.page-header__hours .icon {
    width: 14px;
    height: 14px;
    margin-right: 5px
}

.page-header__contacts {
    text-align: right
}

.page-header__phone {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: unset;
    color: #1C1C1C;
}

.page-header__phone a{
    color: inherit;
    display: block;
}

.page-header__phone a:hover{
    color: inherit;
}

.page-header__email {
    font-weight: 300;
    font-size: 13px;
    line-height: 13px
}

.page-header__email .icon {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin-right: 7px
}

.page-header__email a {
    color: inherit;
    display: inline-block
}

.page-header__email a, .page-header__email a:focus, .page-header__email a:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.page-header__email a:focus, .page-header__email a:hover {
    color: #7fb568
}

.page-header__search {
    position: relative;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    line-height: unset;
}

#title-search-input {
    -webkit-appearance: none;
    appearance: none;
}

#title-search-input::-webkit-search-cancel-button,
#title-search-input::-webkit-search-decoration {
    display: none;
}

.page-header__search .field-text {
    margin: 0
}

.page-header__search .btn--submit {
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 1px;
    padding: 0;
    width: 20px;
    border: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M18.75 18.75L14.75 14.75M16.75 8.75C16.75 10.8717 15.9071 12.9066 14.4069 14.4069C12.9066 15.9071 10.8717 16.75 8.75 16.75C6.62827 16.75 4.59344 15.9071 3.09315 14.4069C1.59285 12.9066 0.75 10.8717 0.75 8.75C0.75 6.62827 1.59285 4.59344 3.09315 3.09315C4.59344 1.59285 6.62827 0.75 8.75 0.75C10.8717 0.75 12.9066 1.59285 14.4069 3.09315C15.9071 4.59344 16.75 6.62827 16.75 8.75Z' stroke='%236E6E6E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 22px 22px no-repeat;
    background-size: 17px 18px;
    height: 34px;
}

.page-header__button-callback:hover, .page-header__button-callback:focus {
    color: #f7f7f7;
    background-color: #4a6345;
}

.page-header__button-callback:active{
    background-color: #344530;
    border-color: #344530;
}

.page-header__button-calc:hover, .page-header__button-calc:focus {
    color: #f7f7f7;
    background-color: #344530;
    border-color: #344530;
}

.page-header__button-calc:active{
    background-color: #7B8C77;
    border-color: #7B8C77;
}

.page-header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 12px
}

.page-header__nav {
    width: 100%;
    margin-top: 8px;
    border-top: unset;
}

.page-price__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-price__sidebar {
    width: 285px;
    margin-right: 20px
}

.page-price__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.page-price__sidebar-block {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px
}

.page-price__sidebar-block-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px
}

.page-price__nav {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.page-price__nav-current {
    display: none
}

.page-price__nav-item {
    display: inline-block;
    margin-bottom: 10px;
    color: #9f9e9e;
    -webkit-text-decoration: underline dotted #9f9e9e 1px;
    text-decoration: underline dotted #9f9e9e 1px
}

.page-price__nav-item--active {
    color: #7fb568;
    text-decoration: none
}

.page-price__content {
    padding: 75px;
    background: #fff;
    margin-bottom: 20px
}

.page-price__content :first-child {
    margin-top: 0
}

.page-price .accordion {
    margin-bottom: 50px
}

.page-price .accordion__item {
    margin-bottom: 12px
}

.page-price .accordion__title {
    background: #f7f8fa;
    font-weight: 500;
    padding: 27px 16px
}

.page-price .accordion__icon {
    width: 10px;
    height: 16px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.page-price .accordion__content {
    padding: 0
}

.page-price__table {
    width: 100%;
    border: 1px solid #f7f8fa;
    border-collapse: collapse
}

.page-price__table td, .page-price__table th {
    padding: 17px 17px;
    border-left: 1px solid #f7f8fa
}

.page-price__table td {
    font-weight: 400
}

.page-price__table th {
    font-weight: 500;
    color: #9f9e9e
}

.page-price__table tr:nth-child(even) td, .page-price__table tr:nth-child(even) th {
    background: #f7f8fa;
    border-left: 1px solid #fff
}

.page-price__table sup {
    font-size: .5em
}

.page-price__list-item {
    padding: 11px 48px 11px 16px;
    line-height: 18px;
    position: relative
}

.page-price__list-item::after {
    content: '';
    display: block;
    background: url(/local/templates/brickhouse-new/css/../img/icon-check-green.png) center center no-repeat;
    width: 16px;
    height: 11px;
    image-rendering: -webkit-optimize-contrast;
    background-size: 16px 11px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -5px
}

.page-price__list-item:nth-child(even) {
    background: #f7f8fa
}

.page-price__list-item-title {
    font-size: 14px;
    font-weight: 500
}

.page-price__list-item-helper {
    font-size: 12px;
    color: #9f9e9e
}

.page-price__cta {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-price__cta-image {
    width: 210px;
    margin-left: 30px
}

.page-price__cta-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-price__cta-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px
}

.page-price__cta-text {
    margin-bottom: 25px
}

.page-price__cta-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.page-price__cta-buttons .btn {
    padding: 10px 19px;
    font-size: 14px
}

.page-price__description .show-more__toggle {
    color: inherit;
    display: inline-block
}

.page-price__description .show-more__toggle, .page-price__description .show-more__toggle:focus, .page-price__description .show-more__toggle:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.page-price__description .show-more__toggle:focus, .page-price__description .show-more__toggle:hover {
    color: #7fb568
}

.page-project__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-project__gallery {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.page-project__info {
    width: 346px;
    margin-left: 40px
}

.page-project__summary {
    background: #fff;
    padding: 40px;
    margin-bottom: 30px
}

.page-project__estimate {
    width: 100%;
    margin-top: 30px
}

.page-project__consult {
    background: #fff;
    padding: 35px 40px 25px
}

.page-project__consult-label {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #9f9e9e
}

.page-project__consult-link {
    font-weight: 600;
    font-size: 28px;
    color: #7fb568;
    line-height: 1
}

.page-project__description {
    background: #fff;
    padding: 75px;
    margin-top: 75px
}

.page-project__description h2 {
    font-size: 42px;
    line-height: 52px;
    margin-top: 0
}

.page-project__description .show-more__toggle {
    color: inherit;
    display: inline-block
}

.page-project__description .show-more__toggle, .page-project__description .show-more__toggle:focus, .page-project__description .show-more__toggle:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.page-project__description .show-more__toggle:focus, .page-project__description .show-more__toggle:hover {
    color: #7fb568
}

.page-project__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    gap: 15px
}

.page-project__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eceff5;
    font-weight: 600;
    color: #f69743;
    font-size: 16px;
    line-height: 40px;
    padding: 0 19px
}

.page-project__tag .tip {
    line-height: 0
}

.page-project__tag .tip img {
    width: 11px;
    height: 11px;
    margin-right: 0
}

.page-project__tag--orange {
    background: #f69743;
    color: #fff
}

.page-project__tag--orange .page-project__tag-icon {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.page-project__tag-icon {
    max-width: 20px;
    max-height: 20px;
    margin-right: 9px
}

.page-project-design__hero {
    position: relative
}

.page-project-design__breadcrumbs {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0
}

.page-project-design__breadcrumbs .breadcrumbs {
    color: #fff;
    font-weight: 300
}

.page-project-design__breadcrumbs .breadcrumbs a {
    color: #fff
}

.page-projects__description .show-more__toggle {
    color: inherit;
    display: inline-block
}

.page-projects__description .show-more__toggle, .page-projects__description .show-more__toggle:focus, .page-projects__description .show-more__toggle:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.page-projects__description .show-more__toggle:focus, .page-projects__description .show-more__toggle:hover {
    color: #7fb568
}

.partners {
    padding-top: 75px;
   /* padding-bottom: 75px*/
}

.partners__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 75px;
}

.partners__subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.partners__title {
    width: 50%;
    font-weight: 500;
    font-size: 42px;
    line-height: 44px;
    margin: 0
}

.partners__buttons {
    width: 28%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 15px
}

.partners__buttons .btn.btn--main-o{
    width:100%;
}

.partners__grid {
    width: 100%;
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 6 ];
    grid-template-columns:repeat(6, minmax(0, 1fr));
    gap: 25px
}

.partners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    background: #fff;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.partners__item:hover {
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .15)
}

.partners__item-image {
    max-width: 70%;
    max-height: 65%;
    image-rendering: -webkit-optimize-contrast
}

.progress {
    border-radius: 0;
    text-align: center;
    background: #e9e9ec
}

.progress__bar {
    position: relative;
    border-radius: 0;
    max-width: 100%;
    white-space: nowrap;
    -webkit-transition: width .3s;
    transition: width .3s;
    background: #7fb568;
    min-height: 6px
}

.progress__bar::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 12px;
    background: inherit;
    -webkit-transform: skewX(-60deg);
    transform: skewX(-60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.progress__bartext {
    display: inline-block;
    padding: .5em
}

.project-affect {
    padding: 75px;
    background: #fff;
    margin-top: 75px
}

.project-affect__title {
    font-size: 42px;
    line-height: 52px;
    margin-top: 0;
    margin-bottom: 30px
}

.project-affect__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 75px
}

.project-affect__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 4 ];
    grid-template-columns:repeat(4, minmax(0, 1fr))
}

.project-affect__item-image {
    display: block;
    margin: 0 auto 20px
}

.project-affect__item-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center
}

.project-card {
    background: #fff;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.project-card__holder {
    position: relative
}

.project-card__images .swiper-slide {
    height: auto
}
@media (max-width: 1230px) {
    .project-card__images .swiper-slide {
        height: min-content;
        aspect-ratio: 12/7;
    }
}

.project-card__images .swiper-pagination {
    bottom: 13px;
    line-height: 0
}

.project-card__images .swiper-pagination-bullet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 14px;
    height: 14px;
    background: 0 0;
    border: 1px solid transparent;
    margin: 0 5px;
    opacity: 1;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.project-card__images .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.project-card__images .swiper-pagination-bullet-active {
    border-color: #fff
}

.project-card__images .swiper-pagination-bullet-active::before {
    background: #7fb568
}

.project-card__image {
    height: auto
}

.project-card__tags {
    position: absolute;
    z-index: 10;
    left: 16px;
    top: 22px;
    right: 66px;
    line-height: 0
}

.project-card__tag {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, .9);
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
    padding: 3px 6px
}

.project-card__badge {
    position: absolute;
    z-index: 10;
    top: 16px;
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #7fb568;
    font-weight: 600;
    font-size: 10px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase
}

.project-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 30px 24px
}

.project-card__info, .project-card__props {
    width: 50%;
    line-height: 30px;
    margin-bottom: 25px
}

.project-card__props {
    text-align: right
}

.project-card__title {
    color: inherit;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px
}

.project-card__title, .project-card__title:focus, .project-card__title:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

a.project-card__title:focus, a.project-card__title:hover {
    color: #7fb568
}

.project-card__price {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #7fb568
}

.project-card__area {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px
}

.project-card__dimensions {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    padding: 0 7px;
    background: #f7f8fa;
    border-radius: 10px
}

.project-card__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.project-card__feature {
    border-right: 1px solid #d6d6d6;
    font-weight: 300;
    font-size: 12px;
    line-height: 30px;
    color: #9f9e9e;
    text-align: center;
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.project-card__feature:first-child {
    padding-left: 0
}

.project-card__feature:last-child {
    padding-right: 0;
    border-right: 0
}

.project-card__feature-icon {
    display: block;
    margin: 0 auto 7px;
    max-height: 30px
}

.project-card:hover {
    -webkit-box-shadow: 0 1px 27px rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px rgba(13, 20, 27, .15)
}

.project-categories {
    padding: 75px;
    background: #fff;
    margin-top: 75px
}

.project-categories__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin-top: 0;
    margin-bottom: 30px
}

.project-categories .catalog-tags__inner {
    gap: 8px
}

.project-categories .catalog-tags__item .btn {
    font-size: 16px
}

.project-design-calc {
    background: #0d141b url(/local/templates/brickhouse-new/css/../img/project-design-calc-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px
}

.project-design-services__inner {
    margin-top: 30px
}

.project-design-calc__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.project-design-calc__subtitle {
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.project-design-calc__title {
    width: 50%;
    margin-bottom: 40px
}

.project-design-calc__text {
    width: 50%;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px
}

.project-design-calc__form {
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.project-design-calc__form-fields {
    padding: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.project-design-calc__form-content {
    padding: 50px;
    width: 394px;
    background: rgba(255, 255, 255, .05)
}

.project-design-calc__form-group:not(:first-child) {
    margin-top: 30px
}

.project-design-calc__form-group-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px
}

.project-design-calc__form-group-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 20px
}

.project-design-calc__form-field {
    border: 2px solid #e9e9ec;
    padding: 12px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project-design-calc__form-field-label {
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: auto
}

.project-design-calc__form-field-field {
    margin-left: 12px
}

.project-design-calc__form-field-field .field-text {
    margin: 0;
    line-height: 0
}

.project-design-calc__form-field-field .field-text__input {
    width: 72px;
    height: 40px;
    border: 0;
    padding: 10px 12px
}

.project-design-calc__form-field-helper {
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: #9f9e9e;
    margin-left: 12px
}

.project-design-calc__form-field-helper sup {
    font-size: .75em
}

.project-design-calc .field-radio-box__inner {
    padding: 7px 12px
}

.project-design-calc .field-radio-box__inner::before {
    top: 13px;
    right: 11px
}

.project-design-calc .field-radio-box__inner::after {
    top: 18px;
    right: 16px
}

.project-design-calc .field-radio-box__name {
    font-weight: 300;
    font-size: 14px
}

.project-design-calc__form-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px
}

.project-design-calc__form-price {
    font-weight: 600;
    font-size: 42px;
    line-height: 1;
    color: #f79743;
    margin-bottom: 10px
}

.project-design-calc__form-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px
}

.project-design-conditions__text {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 70px
}

.project-design-prices__inner {
    margin-top: 30px
}

.project-design-conditions__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 5px;
}

.project-design-conditions__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    border: 2px solid #f7f8fa;
    padding: 30px 25px
}

.project-design-conditions__item-image {
    width: 60px
}

.project-design-conditions__item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.project-design-conditions__item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px
}

.project-design-conditions__item-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px
}

.project-design-content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

.project-design-content__image {
    width: 458px;
    margin-left: 100px
}

.project-design-content__image.proektirovanie-domov {
    margin-left: 0px
}

.section-block__description {
    margin-right: 100px;
}

.project-design-content__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    padding-right: 30px;
}

.project-design-estimate {
    background: #000 url(/local/templates/brickhouse-new/css/../img/section-estimate-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 75px;
    padding-bottom: 75px;
    margin-top: 75px;
    margin-bottom: 75px
}

.project-design-estimate__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project-design-estimate__image {
    width: 245px;
    margin-left: 75px
}

.project-design-estimate__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.project-design-estimate__subtitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.project-design-estimate__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin: 0 0 40px;
    max-width: 600px
}

.project-design-estimate__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 15px
}

.project-design-estimate__form .field-text {
    margin: 0
}

.project-design-estimate__privacy {
    font-weight: 300;
    font-size: 12px;
    line-height: 22px
}

.project-design-estimate__privacy a {
    color: inherit;
    display: inline-block
}

.project-design-estimate__privacy a, .project-design-estimate__privacy a:focus, .project-design-estimate__privacy a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.project-design-estimate__privacy a:focus, .project-design-estimate__privacy a:hover {
    color: #7fb568
}

.project-design-prices__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 45px
}

.project-design-prices .tabs__link .price {
    font-weight: 600;
    margin-top: 5px
}

.project-design-prices .tabs__link .price strong {
    font-weight: 700;
    font-size: 24px
}

.project-design-prices .tabs__link .price sup {
    font-size: .5em
}

.project-design-prices__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px
}

.project-design-prices__content-slider {
    width: 515px;
    margin-right: 120px
}

.project-design-prices__content-slider img {
    display: block
}

.project-design-prices__content-slider .swiper-pagination {
    bottom: 32px;
    line-height: 1
}

.project-design-prices__content-slider .swiper-pagination-bullet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background: 0 0;
    border: 1px solid transparent;
    margin: 0 15px;
    opacity: 1;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.project-design-prices__content-slider .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.project-design-prices__content-slider .swiper-pagination-bullet-active {
    border-color: #fff
}

.project-design-prices__content-slider .swiper-pagination-bullet-active::before {
    background: #7fb568
}

.project-design-prices__content-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.project-design-prices__content-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px
}

.project-design-prices__content-price {
    font-size: 24px;
    font-weight: 600
}

.project-design-prices__content-ribbon {
    margin-bottom: 15px
}

.project-design-prices__content-file {
    background: url(/local/templates/brickhouse-new/css/../img/icon-pdf-gray.png) left center no-repeat;
    background-size: 28px 29px;
    padding-left: 40px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 300
}

.project-design-prices__content-file-name {
    font-size: 12px;
    color: #9f9e9e
}

.project-design-prices__content-file-title {
    color: inherit;
    display: inline-block;
    margin-bottom: 5px
}

.project-design-prices__content-file-title, .project-design-prices__content-file-title:focus, .project-design-prices__content-file-title:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.project-design-prices__content-file-title:focus, .project-design-prices__content-file-title:hover {
    color: #7fb568
}

.project-design-prices__composition-heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px
}

.project-design-prices__composition-helper {
    font-weight: 500;
    font-size: 13px;
    color: #9f9e9e
}

.project-design-prices__composition-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 20px
}

.project-design-prices__composition-list-item {
    padding: 10px 58px 10px 22px;
    line-height: 1.5;
    background: url(/local/templates/brickhouse-new/css/../img/icon-check-orange.png) center right 22px no-repeat;
    background-size: 14px 9px;
    image-rendering: -webkit-optimize-contrast
}

.project-design-prices__composition-list-item:nth-child(2n+1) {
    background-color: #f7f8fa
}

.project-design-prices__composition-title {
    font-size: 16px;
    font-weight: 500
}

.project-design-services__text {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 70px
}

.project-design-services__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 20px
}

.project-design-services__item {
    color: inherit;
    display: inline-block;
    border: 2px solid #f7f8fa;
    padding: 25px;
    text-align: center
}

.project-design-services__item, .project-design-services__item:focus, .project-design-services__item:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.project-design-services__item:focus, .project-design-services__item:hover {
    color: #7fb568
}

.project-design-services__item-image {
    height: 60px;
    margin-bottom: 20px
}

.project-design-services__item-image img {
    display: block;
    max-height: 100%;
    margin: 0 auto
}

.project-design-services__item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px
}

.project-features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 30px;
    position: relative
}

.project-features__item:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: 1px dotted #d6d6d6
}

.project-features__icon {
    margin-right: 7px;
    max-width: 16px;
    max-height: 16px;
    margin-top: 7px
}

.project-features__label {
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: #9f9e9e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px
}

.project-features__value {
    padding-left: 5px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 600;
    color: #171d24;
    margin-left: auto
}

.project-features__value sup {
    font-size: .5em
}

.project-features__label, .project-features__value {
    position: relative;
    background: #fff
}

.project-gallery__images {
    position: relative;
    margin-bottom: 11px
}

.project-gallery__images .swiper-button-prev, .project-gallery__images .swiper-button-next {
    width: 16px;
    height: 29px;
    background: url(/local/templates/brickhouse-new/css/../img/icon-angle-right.png) center center no-repeat;
    background-size: 16px 29px;
    -webkit-filter: invert(1);
    filter: invert(1);
    margin-top: -15px
}

.project-gallery__images .swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 23px
}

.project-gallery__images .swiper-button-next {
    right: 23px
}

.project-gallery__images .swiper-pagination-bullet {
    position: relative;
    background: 0 0;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    opacity: 1;
    margin: 0 9px
}

.project-gallery__images .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #d6d6d6;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.project-gallery__images .swiper-pagination-bullet-active {
    border-color: #d6d6d6
}

.project-gallery__images .swiper-pagination-bullet-active::before {
    background: #7fb568
}

.project-gallery__image {
    width: 100%;
    display: block
}

.project-gallery__tags {
    position: absolute;
    z-index: 10;
    left: 19px;
    top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.project-gallery__tag {
    font-size: 14px;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eceff5;
    padding: 0 11px;
    font-weight: 600;
    color: #f69743
}

.project-gallery__tag .tip {
    line-height: 0
}

.project-gallery__tag .tip img {
    width: 11px;
    height: 11px;
    margin-right: 0
}

.project-gallery__tag--orange {
    background: #f69743;
    color: #fff
}

.project-gallery__tag--orange .project-gallery__tag-icon {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.project-gallery__tag-icon {
    max-width: 17px;
    max-height: 17px;
    margin-right: 8px
}

.project-gallery__thumbnails .swiper-slide-thumb-active .project-gallery__thumbnail {
    border: 2px solid #7fb568
}

.project-gallery__thumbnail {
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.project-price__label {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #9f9e9e;
    margin-bottom: 10px
}

.project-price__value {
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px
}

.project-price__credit {
    font-weight: 300;
    font-size: 14px;
    text-decoration: underline;
    -webkit-text-decoration-color: green;
    text-decoration-color: green
}

.project-price__credit .tip img {
    width: 14px;
    image-rendering: -webkit-optimize-contrast
}

.project-related {
    margin: 75px 0
}

.project-related__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin-top: 0;
    margin-bottom: 45px
}

.project-related__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 25px
}

.project-schemes {
    margin-top: 75px;
    background: #fff;
    padding: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.project-schemes__title {
    width: 50%;
    padding-right: 10px;
    font-weight: 500;
    font-size: 42px;
    line-height: 54px
}

.project-schemes__buttons {
    width: 50%;
    padding-left: 10px;
    text-align: right
}

.project-schemes__button {
    height: 50px
}

.project-schemes__items {
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 35px
}

.project-schemes__item {
    text-align: center
}

.project-schemes__item-image {
    display: block;
    margin: 0 auto 20px
}

.project-schemes__item-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5
}

.project-set {
    background: #fff;
    margin-top: 75px;
    padding: 75px;
    margin-bottom: 75px
}

.project-set__title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    margin-bottom: 30px
}

.project-set__text {
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 50px
}

.project-set__table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 260px (auto) [ 3 ];
    grid-template-columns:260px repeat(3, auto)
}

.project-set__table .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.project-set__table-cell {
    padding: 12px 15px
}

.project-set__table > .project-set__table-cell:nth-of-type(4n+3), .project-set__table-values:nth-child(4n) {
    background: #f7f8fa
}

.project-set__table-value {
    font-size: 20px;
    color: #9f9e9e;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.project-set__table-values {
    text-align: center;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    margin: 0
}

.project-set__table-values-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(auto) [ 3 ];
    grid-template-columns:repeat(3, auto)
}

.project-set__table-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5
}

.project-set__table-heading:not(:first-child) {
    text-align: center
}

.project-set__table-helper {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #9f9e9e
}

.project-set__table-price {
    font-weight: 600;
    font-size: 24px
}

.project-set__table-ribbon, .project-design-prices__content-ribbon {
    background: #f69743;
    display: inline-block;
    position: relative;
    padding: 0 8px;
    font-weight: 300;
    font-size: 13px;
    line-height: 21px;
    white-space: nowrap;
    color: #fff
}

.project-set__table-ribbon::before, .project-design-prices__content-ribbon::before, .project-set__table-ribbon::after, .project-design-prices__content-ribbon::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 100%
}

.project-set__table-ribbon::before, .project-design-prices__content-ribbon::before {
    top: 0;
    border-width: 10px 10px 0 0;
    border-color: #f69743 transparent transparent transparent
}

.project-set__table-ribbon::after, .project-design-prices__content-ribbon::after {
    bottom: 0;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #f69743
}

.project-set__table-ribbon strong, .project-design-prices__content-ribbon strong {
    font-weight: 600;
    margin-left: 5px
}

.project-set__table-plus {
    font-weight: 500;
    color: #f69743
}

.review-card__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px
}

.review-card__author-image {
    width: 52px;
    height: 52px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 22px;
    border-radius: 100%
}

.review-card__author-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px
}

.review-card__text {
    max-width: 450px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px
}

.review-card__link {
    margin-top: 25px;
    font-weight: 300;
    font-size: 16px
}

.review-card__link a {
    -webkit-text-decoration: underline dotted #7fb568 1px;
    text-decoration: underline dotted #7fb568 1px;
    text-underline-offset: 3px
}

.section-block2 {
    background-color: #fff;
    padding: 75px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

section-block {
    background-color: #fff;
    padding: 75px;
    margin-top: 75px;
    margin-bottom: 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.section-block .container > .section-block {
    margin-left: -15px;
    margin-right: -15px
}

.section-block__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin: 0 0 30px
}

.section-consult {
    margin: 75px 0;
    padding: 75px 0;
    background: url(/local/templates/brickhouse-new/css/../img/section-consult-bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff
}

.section-consult a {
    color: inherit;
    display: inline-block;
    color: inherit
}

.section-consult a, .section-consult a:focus, .section-consult a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.section-consult a:focus, .section-consult a:hover {
    color: #7fb568
}

.section-consult__subtitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.section-consult__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 40px;
    max-width: 700px
}

.section-consult__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 890px
}

.section-consult__form .btn {
    height: 50px
}

.section-consult__privacy {
    font-size: 12px;
    line-height: 22px
}

.service-hero .swiper-pagination {
    bottom: 32px;
    line-height: 1
}

.service-hero .swiper-pagination-bullet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background: 0 0;
    border: 1px solid transparent;
    margin: 0 15px;
    opacity: 1;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.service-hero .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.service-hero .swiper-pagination-bullet-active {
    border-color: #fff
}

.service-hero .swiper-pagination-bullet-active::before {
    background: #7fb568
}

.service-hero__slide {
    background: center center no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 116px;
    padding-bottom: 111px;
    height: auto
}

.service-hero__ribbon {
    background: rgba(127, 181, 104, .6);
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    position: relative;
    padding: 3px 11px;
    margin-bottom: 20px;
}

.service-hero__ribbon::before, .service-hero__ribbon::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 100%
}

.service-hero__ribbon::before {
    top: 0;
    border-width: 16px 16px 0 0;
    border-color: rgba(127, 181, 104, .6) transparent transparent transparent
}

.service-hero__ribbon::after {
    bottom: 0;
    border-width: 16px 0 0 16px;
    border-color: transparent transparent transparent rgba(127, 181, 104, .6)
}

.service-hero__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    text-shadow: 0 0 10px rgba(13, 20, 27, .42);
    margin-bottom: 20px;
    text-align: left;
}

.service-hero__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px
}

.service-hero__form {
    max-width: 568px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 15px
}

.service-hero__form .field-text {
    margin: 0
}

.service-hero__form .field-text__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.service-hero__form .btn {
    height: 50px
}

.service-hero__privacy {
    font-weight: 300;
    font-size: 12px;
    line-height: 22px
}

.service-hero__privacy a {
    color: inherit;
    display: inline-block;
    color: inherit
}

.service-hero__privacy a, .service-hero__privacy a:focus, .service-hero__privacy a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.service-hero__privacy a:focus, .service-hero__privacy a:hover {
    color: #7fb568
}

.show-more__content {
    overflow: hidden;
    -webkit-transition: height .3s ease-out;
    transition: height .3s ease-out;
    height: auto
}

.show-more__content[data-collapsed=true] {
    height: 0
}

.show-more__toggle-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px
}

.tabs__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0 0 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px
}

.no-js .tabs__links {
    display: none
}

.tabs__link-wrap {
    position: relative;
    border-bottom: 3px solid #f7f8fa;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tabs__link-wrap--active {
    color: #0d141b;
    border-color: transparent
}

.tabs__link-wrap--active .tabs__link {
    background: #7fb568;
    color: #fff
}

.tabs__link-wrap--active .tabs__image {
    display: none
}

.tabs__link-wrap--active .tabs__image--active {
    display: block
}

.tabs__link {
    text-decoration: none;
    color: #a8a7a7;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px 25px
}

.tabs__image {
    width: auto;
    margin-bottom: 10px
}

.tabs__image--active {
    display: none
}

.tabs__content-wrapper {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0
}

.js .tabs__content-item {
    display: none
}

.tabs__content-item > :last-child {
    margin-bottom: 0
}

.js .tabs__content-item--active {
    display: block
}

.tabs--accordion .tabs__links {
    display: none
}

.tabs--accordion .tabs__link-wrap {
    border: 0
}

.tabs--accordion .tabs__link-wrap::marker {
    display: none;
    list-style: none
}

.tabs--accordion .tabs__link-wrap--active .tabs__link {
    background: #7fb568;
    color: #fff
}

.tabs--accordion .tabs__link-wrap--active .tabs__link::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.tabs--accordion .tabs__link {
    background: #eaeaea;
    color: #797979;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 6px 0
}

.tabs--accordion .tabs__link::after {
    content: '';
    display: block;
    background: url(/local/templates/brickhouse-new/css/../img/icon-angle-right.png) center center no-repeat;
    width: 7px;
    height: 14px;
    background-size: 7px 14px;
    image-rendering: -webkit-optimize-contrast;
    -webkit-filter: opacity(.5);
    filter: opacity(.5);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 15px
}

.tip {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px
}

.tippy-box {
    background: rgba(13, 20, 27, .95);
    -webkit-box-shadow: 0 1px 27px 0 rgba(13, 20, 27, .15);
    box-shadow: 0 1px 27px 0 rgba(13, 20, 27, .15);
    color: #fff
}

.tippy-content {
    padding: 26px;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px
}

.work-card {
    position: relative
}

.work-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.work-card__content {
    position: relative;
    border: 2px solid #7fb568;
    background: #fff;
    padding: 26px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    line-height: 0
}

.work-card__status {
    display: inline-block;
    position: relative;
    background: #f69743;
    padding: 0 10px;
    margin-bottom: 8px;
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    color: #fff
}

.work-card__status::before, .work-card__status::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 100%
}

.work-card__status::before {
    top: 0;
    border-width: 12px 12px 0 0;
    border-color: #f69743 transparent transparent transparent
}

.work-card__status::after {
    bottom: 0;
    border-width: 12px 0 0 12px;
    border-color: transparent transparent transparent #f69743
}

.work-card__link {
    color: inherit;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px
}

.work-card__link, .work-card__link:focus, .work-card__link:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px
}

.work-card__link:focus, .work-card__link:hover {
    color: #7fb568
}

.work-card__price {
    color: #7fb568;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px
}

.work-card__prop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 28px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.work-card__prop-icon {
    max-height: 18px;
    margin-right: 8px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.work-card__prop-value {
    font-weight: 600;
    margin-left: 5px
}

.work-card__prop-value sup {
    font-size: .75em
}

.work-card:hover .work-card__content {
    opacity: 1
}

@media (min-width: 768px) {
    .tabs__link-wrap {
        margin: 0
    }

    .tabs__link-wrap:not(:last-child) {
        border-right: none
    }

    .tabs__link-wrap--active {
        border-bottom: 1px solid transparent
    }

    .tabs__content-wrapper {
        border-top: none
    }
}

@media (min-width: 1231px) {
    .main-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main-nav__list--lvl-2 {
        display: block
    }

    .main-nav__list--lvl-3 {
        display: block
    }



    .main-nav__item--services .main-nav__item--lvl-2, .main-nav__item--catalog .main-nav__item--lvl-2 {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        margin-bottom: 20px
    }

    .main-nav__item--services .main-nav__link--lvl-3, .main-nav__item--catalog .main-nav__link--lvl-3 {
        padding: 3px 0
    }

    .main-nav__item--services .main-nav__sublist-wrapper--lvl-3, .main-nav__item--catalog .main-nav__sublist-wrapper--lvl-3 {
        position: static;
        opacity: initial;
        height: auto
    }

    .main-nav__item--services .main-nav__link--lvl-2, .main-nav__item--catalog .main-nav__link--lvl-2 {
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        color: #323634;
    }

    .main-nav__item--services .main-nav__list--lvl-2 {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .main-nav__item--catalog .main-nav__list--lvl-2 {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }

    .main-nav__toggler {
        display: none
    }

    a[href^='tel:'] {
        white-space: nowrap;
        pointer-events: none;
        text-decoration: inherit
    }

    .hidden-desktop, .categories-grid-item--hidden-desktop {
        display: none
    }
}

@media (min-width: 1231px) {
    .main-nav__sublist-wrapper--lvl-2 {
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 0;
        height: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition-property: opacity, visibility;
        transition-property: opacity, visibility;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        margin: 0;
        padding: 7px 0;
        visibility: hidden;
        width: 100%;
    }

    .main-nav__item--show-child > .main-nav__sublist-wrapper--lvl-2, .main-nav__item:hover .main-nav__sublist-wrapper--lvl-2 {
        height: auto;
        overflow: visible;
        opacity: 1;
        visibility: visible;
    }


    .main-nav__sublist-wrapper--lvl-3 {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 100%;
        opacity: 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .main-nav__sublist-wrapper--lvl-4 {
        position:absolute;
        height: 0;
        overflow: hidden;
        max-width: 150px;
        opacity: 0;
        top: 0;
        left: -9px;
        z-index: 3;
        transition: opacity .3s;
        -webkit-transition: opacity .3s;
    }

    .main-nav__item--show-child > .main-nav__sublist-wrapper--lvl-3, .main-nav__item--lvl-2:hover .main-nav__sublist-wrapper--lvl-3 {
        height: auto;
        overflow: visible;
        opacity: 1
    }

    .main-nav__item--show-child > .main-nav__sublist-wrapper--lvl-4, .main-nav__item--lvl-3:hover .main-nav__sublist-wrapper--lvl-4 {
        height: auto;
        overflow: visible;
        opacity: 1
    }
}

@media (max-width: 1230px) {
    .offer-card__more {
        font-size: 12px
    }

    .offer-card__inner {
        height: 240px
    }

    .about-certificates__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-history {
        padding: 45px 0
    }

    .about-history__inner {
        display: block
    }

    .about-history__title {
        width: auto;
        padding: 0;
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .about-history__text {
        width: auto;
        padding: 0;
        margin-bottom: 30px
    }

    .about-history__wrapper {
        padding: 30px 15px;
        margin: 0 -15px;
        width: auto
    }

    .about-history__years-nav-wrapper {
        padding: 0;
        margin-bottom: 40px
    }

    .about-history__years-nav-wrapper .swiper-button-prev, .about-history__years-nav-wrapper .swiper-button-next {
        display: none
    }

    .about-history__years-nav-link {
        font-size: 20px;
        line-height: 23px;
        padding: 0 8px 17px;
        border-width: 3px
    }

    .about-history__year {
        display: block
    }

    .about-history__year-image {
        margin-bottom: 30px
    }

    .about-numbers {
        margin-bottom: 45px
    }

    .about-numbers__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-numbers__video {
        margin-bottom: 30px
    }

    .about-numbers__video-link {
        height: 240px
    }

    .about-numbers__items {
        width: auto;
        margin: 0 -15px;
        padding: 30px 15px
    }

    .about-numbers__item {
        margin: 0
    }

    .about-numbers__item:not(:last-child) {
        padding-bottom: 30px;
        border-bottom: 1px solid #f7f8fa;
        margin-bottom: 30px
    }

    .about-office__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .about-office__col {
        width: 100%
    }

    .about-principles__inner {
        display: block
    }

    .about-principles__title {
        width: auto;
        padding: 0
    }

    .about-principles__text {
        width: auto;
        margin-bottom: 30px
    }

    .about-principles__grid {
        -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap: 10px
    }

    .about-principles__item {
        border: 2px solid #f7f8fa;
        padding: 20px 20px
    }

    .about-principles__item-title {
        font-size: 10px
    }

    .about-services__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .about-services__items {
        gap: 15px
    }

    .about-services__item {
        padding: 15px 30px 15px 15px;
        font-size: 13px;
        line-height: 18px;
        text-decoration: none;
        min-height: 110px
    }

    .about-services__item-image {
        bottom: 10px;
        right: 10px;
        max-height: 40%
    }

    .about-services__content-buttons {
        margin-top: 35px
    }

    .about-services__content-buttons .btn {
        width: 100%;
        height: 60px
    }

    .about-stages__inner {
        display: block
    }

    .about-stages__title {
        width: auto;
        padding: 0
    }

    .about-stages__text {
        width: auto
    }

    .about-stages__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .about-team__inner {
        display: block
    }

    .about-team__title {
        width: auto;
        padding: 0
    }

    .about-team__text {
        width: auto;
        padding: 0;
        text-align: left
    }

    .about-team__items-wrapper {
        margin: 0;
        padding: 0
    }

    .about-team__items-wrapper .swiper-button-prev, .about-team__items-wrapper .swiper-button-next {
        display: none
    }

    .about-team__item {
        width: 300px
    }

    .about-team__item-image img {
        display: block;
        width: 100%
    }

    .about-video__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .calculator {
        padding: 35px 15px
    }

    .calculator__info {
        display: none
    }

    .calculator__grid--col-2, .calculator__grid--col-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .calculator__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%
    }

    .calculator .field-radio__input-wrap--inline {
        margin-right: 40px
    }

    .calculator .field-checkbox__input:checked + .field-checkbox__name-text {
        color: #0d141b
    }

    .callback-form {
        padding: 84px 0 45px;
        text-align: left
    }

    .callback-form-g-recaptcha {
        margin: 16px auto !important;
    }

    .callback-form__subtitle {
        margin-bottom: 22px;
    }

    .callback-form__form {
        margin-bottom: 20px
    }

    .callback-form__form .btn--submit {
        width: 100%
    }

    .callback-form__privacy {
        line-height: 20px
    }

    .catalog-sort .field-select__name {
        display: none
    }

    .catalog-sort .field-select .choices__inner {
        color: #0d141b
    }

    .catalog-sort .field-select .choices.is-open .choices__inner {
        color: #7fb568
    }

    .catalog-tags__inner {
        gap: 4px
    }

    .catalog-tags__item .btn {
        font-size: 12px;
        line-height: 16px
    }

    .categories-grid {
        gap: 12px 15px;
        -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .categories-grid-item {
        -ms-grid-column-span: auto;
        grid-column-end: auto;
        min-height: 147px;
        padding: 15px
    }

    .categories-grid-item__children {
        display: none
    }

    .categories-grid-item__price {
        display: none
    }

    .categories-grid-item__description {
        display: none
    }

    .categories-grid-item__title {
        font-size: 13px;
        text-decoration: none
    }

    .construction-catalog {
        margin: -45px 0 45px;
        padding: 45px 0
    }

    .construction-catalog__title {
        font-size: 25px;
        line-height: 36px
    }

    .construction-catalog__grid .categories-grid-item__description, .construction-catalog__grid .categories-grid-item__price {
        display: none
    }

    .construction-projects {
        margin: 45px 0
    }

    .construction-projects__inner {
        display: block
    }

    .construction-projects__title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .construction-projects__text {
        margin-bottom: 30px
    }

    .construction-projects__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .construction-projects__grid .project-card {
        overflow: hidden
    }

    .construction-reviews__title {
        width: 100%;
        padding: 0
    }

    .construction-reviews__buttons {
        width: 100%;
        padding: 0;
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999;
        margin: 35px 0 0
    }

    .construction-reviews__buttons .btn {
        width: 100%
    }

    .construction-reviews__items {
        padding-bottom: 50px
    }

    .construction-reviews__items .swiper-pagination {
        bottom: 32px;
        line-height: 1
    }

    .construction-reviews__items .swiper-pagination-bullet {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 22px;
        height: 22px;
        background: 0 0;
        border: 1px solid transparent;
        margin: 0 15px;
        opacity: 1;
        -webkit-transition-property: border-color;
        transition-property: border-color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .construction-reviews__items .swiper-pagination-bullet::before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        background: #9f9e9e;
        border-radius: 100%;
        -webkit-transition-property: background-color;
        transition-property: background-color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .construction-reviews__items .swiper-pagination-bullet-active {
        border-color: #9f9e9e
    }

    .construction-reviews__items .swiper-pagination-bullet-active::before {
        background: #7fb568
    }

    .construction-reviews__items .swiper-pagination {
        bottom: 0
    }

    .construction-reviews .review-card {
        border: 0;
        padding: 0
    }

    .construction-reviews .review-card__link {
        display: none
    }

    .construction-steps .tabs {
        font-size: 14px;
        line-height: 24px
    }

    .construction-steps .tabs__links {
        display: none
    }

    .construction-steps .tabs__content-wrapper {
        overflow-x: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px
    }

    .construction-steps .tabs__content-wrapper .tabs__content-item {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 88%;
        flex: 0 0 88%;
        border: 2px solid #f7f8fa;
        padding: 25px 20px
    }

    .construction-steps .tabs__content-wrapper .tabs__link-wrap {
        color: #0d141b;
        margin-bottom: 10px;
        padding: 0;
        border: 0
    }

    .construction-steps .tabs__content-wrapper .tabs__link-wrap .tabs__link {
        background: 0 0;
        color: #000;
        text-decoration: none
    }

    .construction-steps .tabs__content-wrapper .tabs__link-wrap .tabs__image {
        display: none
    }

    .construction-steps .tabs__content-wrapper .tabs__link-wrap .tabs__image--active {
        display: block
    }

    .construction-work .tabs__links {
        overflow-x: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 10px;
        margin-bottom: 25px
    }

    .construction-work .tabs__link-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%
    }

    .contacts-info__inner {
        display: block
    }

    .contacts-info .section-block__title {
        font-size: 25px
    }

    .contacts-info__table, .contacts-info__table tr, .contacts-info__table td, .contacts-info__table th {
        display: block
    }

    .contacts-info__table thead, .contacts-info__table tbody, .contacts-info__table tfoot {
        display: contents
    }

    .contacts-info__table tr {
        padding: 15px
    }

    .contacts-info__table tr:nth-child(odd) {
        background: #f7f8fa
    }

    .contacts-info__table td, .contacts-info__table th {
        padding: 0;
        background: 0 0
    }

    .contacts-info__table th {
        font-size: 14px
    }

    .contacts-map__map {
        height: 744px
    }

    .contacts-map__info {
        top: 15px;
        left: 15px;
        right: 15px;
        width: auto;
        padding: 20px
    }

    .contacts-map__item-label {
        font-size: 14px
    }

    .footer-nav__list {
        display: block
    }

    .footer-nav__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-nav__item--show-child > .footer-nav__sublist-wrapper--lvl-2 {
        max-height: 1000px;
        -webkit-transition: max-height .6s;
        transition: max-height .6s
    }

    .footer-nav__item--show-child > .footer-nav__children-toggle {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .footer-nav__children-toggle {
        padding: 0;
        border: 0;
        min-width: 15px;
        margin-left: auto;
        background: 0 0
    }

    .footer-nav__children-toggle::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 11px;
        background: url(/local/templates/brickhouse-new/css/../img/icon-angle-right.png) center center no-repeat;
        background-size: 6px 11px;
        image-rendering: -webkit-optimize-contrast;
        -webkit-filter: opacity(.5);
        filter: opacity(.5)
    }

    .footer-nav__sublist-wrapper--lvl-2 {
        width: 100%;
        padding-left: 15px;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .2s;
        transition: max-height .2s
    }

    .footer-nav__link {
        font-weight: 500;
        font-size: 18px;
        color: #0d141b
    }

    .footer-nav__link--lvl-2 {
        font-weight: 300;
        font-size: 16px;
        color: #9b9b9b
    }

    .main-about {
        background: #fff;
        margin-bottom: 45px;
        padding: 45px 0
    }

    .main-about__image {
        position: static;
        margin: 0 15px 45px;
        width: auto;
        height: 240px
    }

    .main-about__content {
        width: auto;
        padding: 0
    }

    .main-about__title {
        font-size: 25px;
        line-height: 1.5
    }

    .main-about__subtitle {
        margin-bottom: 0
    }

    .main-about__text {
        line-height: 26px
    }

    .main-about__button {
        height: 60px
    }

    .main-benefits {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .main-benefits__title {
        font-size: 25px;
        line-height: 30px;
        text-align: left;
        margin: 0 0 30px
    }

    .main-benefits__grid {
        display: block
    }

    .main-benefits__text {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 25px
    }

    .main-benefits__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
        overflow-x: auto;
        padding-bottom: 20px;
        scrollbar-width: thin;
        scrollbar-color: #7fb568 #d6d6d6
    }

    .main-benefits__items::-webkit-scrollbar {
        height: 4px
    }

    .main-benefits__items::-webkit-scrollbar-track {
        background: #d6d6d6
    }

    .main-benefits__items::-webkit-scrollbar-thumb {
        background-color: #7fb568
    }

    .main-benefits .main-benefits-item::after {
        display: none
    }

    .main-benefits-item {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 5px
    }

    .main-benefits-item__unit {
        font-size: 24px;
        margin-left: 5px;
        line-height: 1
    }

    .main-benefits-item__number {
        font-size: 76px;
        font-weight: 500;
        margin-bottom: 10px;
        line-height: 68px
    }

    .main-benefits-item__text {
        font-size: 16px;
        line-height: 26px
    }

    .main-benefits-item--main {
        width: 100%;
        padding: 45px;
        margin-bottom: 25px
    }

    .main-calc {
        padding: 45px 0
    }

    .main-calc__inner {
        display: block
    }

    .main-calc__subtitle {
        margin: 0
    }

    .main-calc__title {
        width: auto;
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px;
        padding: 0
    }

    .main-calc__text {
        width: auto;
        padding: 0
    }

    .main-calc__calc {
        margin: 35px -15px 0;
        width: auto
    }

    .main-catalog {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .main-catalog__title {
        width: 100%;
        font-size: 25px;
        line-height: 1.5
    }

    .main-catalog__buttons {
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .main-catalog__buttons .btn {
        height: 60px
    }

    .main-catalog__subtitle {
        margin: 0
    }

    .main-catalog__grid {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 35px
    }

    .main-nav__link-more::after {
        display: none;
    }

    .main-offers {
        padding: 45px 0
    }

    .main-offers__subtitle {
        margin: 0
    }

    .main-offers__title {
        width: 100%;
        font-size: 25px;
        line-height: 36px
    }

    .main-offers__buttons {
        width: 100%;
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-offers__grid {
        margin-top: 30px;
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 15px;
        margin-bottom: 35px
    }

    .main-offers__buttons .btn {
        height: 60px
    }

    .main-projects {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .main-projects__subtitle {
        margin: 0
    }

    .main-projects__title {
        width: 100%;
        font-size: 25px;
        line-height: 36px;
        padding: 0;
        margin-bottom: 25px
    }

    .main-projects__text {
        width: 100%;
        padding: 0
    }

    .main-projects__grid {
        margin-top: 35px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 35px;
        gap: 15px
    }

    .main-projects__buttons .btn {
        height: 60px
    }

    .main-reviews {
        padding: 45px 0;
        background: #fff
    }

    .main-reviews::before {
        display: none
    }

    .main-reviews__inner {
        display: block
    }

    .main-reviews__col--right {
        display: none
    }

    .main-reviews__col--left {
        padding: 0
    }

    .main-reviews__quote {
        display: none
    }

    .main-reviews__title {
        font-size: 25px;
        line-height: 36px
    }

    .main-reviews__items-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .main-reviews__items-nav .btn {
        height: 60px
    }

    .main-reviews-item__author {
        margin-bottom: 25px
    }

    .main-reviews-item__author-image {
        width: 62px;
        height: 62px;
        margin-right: 18px
    }

    .main-slider__item-container {
        padding-top: 30px;
        padding-bottom: 65px
    }

    .main-slider__ribbon {
        margin-bottom: 15px
    }

    .main-slider__title {
        font-size: 28px;
        line-height: 36px;
        max-width: unset
    }

    .main-slider__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }

    .main-slider .swiper-pagination {
        bottom: 12px
    }

    .main-works {
        padding: 45px 0
    }

    .main-works__subtitle {
        margin: 0
    }

    .main-works__title {
        width: 100%;
        padding: 0;
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .main-works__text {
        width: 100%;
        padding: 0
    }

    .main-works__slider-wrapper {
        margin: 35px -15px 0;
        padding: 0 15px
    }

    .main-works__slider-wrapper .swiper-button-prev, .main-works__slider-wrapper .swiper-button-next {
        width: 36px;
        height: 36px;
        margin-top: -18px
    }

    .main-works__slider-wrapper .swiper-button-prev {
        left: 0
    }

    .main-works__slider-wrapper .swiper-button-next {
        right: 0
    }

    .modal__content {
        padding: 45px 15px
    }

    .modal__close {
        top: 15px;
        right: 15px;
        -webkit-filter: none;
        filter: none;
        width: 18px;
        height: 18px;
        background-size: 18px 18px
    }

    .modal__header {
        margin-bottom: 20px
    }

    .modal__title {
        font-size: 24px;
        line-height: 34px
    }

    .modal__dialog {
        text-align: left
    }

    .modal__body {
        font-size: 16px;
        line-height: 26px
    }

    .offer-card__inner {
        min-height: 150px;
        padding: 22px 15px
    }

    .offer-card__status {
        font-size: 9px;
        line-height: 18px;
        padding: 0 4px
    }

    .offer-card__title {
        max-width: 50%
    }

    .offer-card__link {
        font-size: 13px;
        line-height: 16px
    }

    .offer-card__text {
        max-width: 50%;
        font-size: 9px;
        line-height: 13px
    }

    .offer-card__more {
    }

    .page__content {
        padding-top: 119.4px
    }

    h1, .page-title, .page-title__proekty {
        font-size: 25px;
        line-height: 40px
    }

    h2 {
        font-size: 25px;
        line-height: 36px
    }

    h2 {
        font-size: 22px;
        line-height: 38px
    }

    blockquote {
        margin-left: 0;
        padding: 0 0 0 15px;
        font-size: 16px;
        line-height: 26px
    }

    .hidden-mobile {
        display: none
    }

    .page-about__text {
        max-width: none;
        margin-bottom: 30px
    }

    .page-article__layout {
        display: block;
        margin: 0 -15px
    }

    .page-article__sidebar {
        width: auto;
        margin: 0;
        padding: 15px;
        background: #fff
    }

    .page-article__sidebar-tags {
        background: 0 0
    }

    .page-article__sidebar-tags .accordion__title {
        display: none
    }

    .page-article__sidebar-tags .accordion__content {
        padding: 0
    }

    .page-article__tags-nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 16px;
        border-bottom: 1px solid #d6d6d6
    }

    .page-article__tags-nav-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .page-article__sidebar-more {
        display: none
    }

    .page-article__content {
        padding: 15px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin: 0
    }

    .page-article__meta {
        gap: 16px;
        font-size: 14px;
        margin-bottom: 24px
    }

    .page-article__sticky {
        display: none
    }

    .page-article__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-article__cta {
        padding: 45px 15px;
        display: block;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 45px
    }

    .page-article__cta-image {
        display: none
    }

    .page-article__cta-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-article__cta-buttons .btn {
        height: 60px
    }

    .page-article__bottom {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 15px 45px;
        display: block;
        margin-bottom: 45px
    }

    .page-article__bottom .page-article__meta {
        display: none
    }

    .page-article__social {
        font-size: 0
    }

    .page-article__social-link {
        width: 40px;
        height: 40px;
        margin-left: 8px
    }

    .page-article__social-link img {
        max-width: 18px;
        max-height: 18px
    }

    .page-article__related {
        display: none
    }

    .page-calculator__layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-calculator__title {
        font-size: 25px;
        line-height: 36px
    }

    .page-calculator__calc {
        margin: 0 -15px
    }

    .page-calculator__description {
        margin: 45px -15px;
        padding: 45px 15px
    }

    .page-calculator__description h2 {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .page-catalog__layout {
        gap: 0;
        overflow: hidden
    }

    .page-catalog__sidebar, .page-catalog__main {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }



    .page-catalog__sidebar {
        position: fixed;
        top: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 30;
        background: #fff;
        border-top: 13px solid #333;
        overflow: hidden;
        -webkit-transition: top .3s;
        transition: top .3s
    }

    .page-catalog__sidebar .catalog-filter__inner {
        position: absolute;
        top: 100px;
        bottom: 15px;
        left: 0;
        right: 0;
        overflow-y: auto
    }

    .page-catalog__sidebar .catalog-filter .accordion {
        border-bottom: 1px solid #e3e4e8
    }

    .page-catalog__sidebar .catalog-filter .btn--reset {
        color: inherit;
        display: inline-block;
        position: absolute;
        top: 55px;
        border: 0;
        padding: 0;
        font-size: 0;
        right: 20px;
        height: auto
    }

    .page-catalog__sidebar .catalog-filter .btn--reset, .page-catalog__sidebar .catalog-filter .btn--reset:focus, .page-catalog__sidebar .catalog-filter .btn--reset:hover {
        text-decoration: underline;
        -webkit-text-decoration-color: #7fb568;
        text-decoration-color: #7fb568;
        text-underline-offset: 3px;
        text-decoration-thickness: 1px
    }

    .page-catalog__sidebar .catalog-filter .btn--reset:focus, .page-catalog__sidebar .catalog-filter .btn--reset:hover {
        color: #7fb568
    }

    .page-catalog__sidebar .catalog-filter .btn--reset, .page-catalog__sidebar .catalog-filter .btn--reset:hover, .page-catalog__sidebar .catalog-filter .btn--reset:focus {
        background: 0 0
    }

    .page-catalog__sidebar .catalog-filter .btn--reset .btn__icon {
        display: none
    }

    .page-catalog__sidebar .catalog-filter .btn--reset::before {
        content: 'Сбросить';
        font-size: 14px
    }

    .page-catalog__sidebar .catalog-filter .btn--submit {
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 0;
        right: 0;
        border: 20px solid #fff;
        border-top: 0;
        font-size: 0;
        height: 80px;
        width: 100%
    }

    .page-catalog__sidebar .catalog-filter .btn--submit .btn__icon {
        display: none
    }

    .page-catalog__sidebar .catalog-filter .btn--submit::before {
        content: 'Применить фильтр';
        font-size: 16px
    }

    .page-catalog__sidebar--show {
        top: 0
    }

    .page-catalog__sidebar-title {
        padding: 0 20px;
        font-weight: 600;
        font-size: 20px;
        position: relative
    }

    .page-catalog__close-sidebar {
        color: inherit;
        display: inline-block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50px;
        width: 100%;
        margin: 0
    }

    .page-catalog__close-sidebar, .page-catalog__close-sidebar:focus, .page-catalog__close-sidebar:hover {
        text-decoration: underline;
        -webkit-text-decoration-style: dotted;
        text-decoration-style: dotted;
        -webkit-text-decoration-color: #7fb568;
        text-decoration-color: #7fb568;
        text-underline-offset: 3px;
        text-decoration-thickness: 1px
    }

    .page-catalog__close-sidebar:focus, .page-catalog__close-sidebar:hover {
        color: #7fb568
    }

    .page-catalog__close-sidebar::before {
        background: #9f9e9e;
        content: '';
        display: block;
        width: 42px;
        height: 4px;
        border-radius: 2px
    }

    .page-catalog__count {
        display: none
    }

    .page-catalog__items {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        overflow: hidden
    }

    .page-catalog__items .project-card {
        width: 100%;
        overflow: hidden
    }

    .page-catalog__sort {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        z-index: 2;
    }

    .page-catalog__open-sidebar {
        padding: 0;
        border: 0;
        height: 30px;
    }

    .page-catalog__open-sidebar, .page-catalog__open-sidebar:hover, .page-catalog__open-sidebar:focus {
        background: 0 0
    }

    .page-catalog__text {
        margin: 45px -15px;
        padding: 45px 15px
    }

    .page-catalog__text h2 {
        font-size: 25px;
        line-height: 1.5;
        margin-bottom: 20px
    }

    .page-construction__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .page-construction__content--v2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-construction__list-item {
        border: 2px solid #f7f8fa;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-construction__list-item-image {
        margin-bottom: 20px
    }

    .page-construction__list-item-title2 {
        padding-top: 20px;
        font-size: 16px;
        line-height: 24px
    }

    .page-construction__list-item-title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px
    }

    .page-construction__list-item-text {
        font-size: 14px;
        line-height: 22px
    }

    .page-footer__phone {
        font-size: 24px;
        line-height: 1.5
    }

    .page-footer__phone a {
        color: #0d141b
    }

    .page-footer__contacts {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #0d141b
    }

    .page-footer__contacts a {
        color: #0d141b
    }

    .page-footer__contacts .icon {
        -webkit-filter: brightness(0);
        filter: brightness(0)
    }

    .page-footer__social-links {
        margin: 0
    }

    .page-footer__social-link {
        width: 40px;
        height: 40px
    }

    .page-footer__social-link img {
        max-width: 20px;
        max-height: 20px;
        -webkit-filter: brightness(0);
        filter: brightness(0)
    }

    .page-header__inner{
        border-bottom: 1px solid #ececec;
        background: #f7f7f7;
        height: 78px;
    }

    .page-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 30;
        overflow-y: auto;
        max-height: 100%;
        width: 100%
    }

    .page-header__nav, .page-header__search, .page-header__hours, .page-header__contacts, .page-header__button-calc {
        display: none
    }

    .page-header__buttons {
        gap: 25px;
    }

    .page-header__button-search, .page-header__button-callback {
        height: 35px;
        padding: 0;
        border: 0;
        font-size: 0;
        background: 0 0;
    }

    .page-header__button-callback{
        width: 40px;
    }

    .page-header__button-search{
        width: 35px;
    }

    .page-header__button-search .btn__icon, .page-header__button-callback .btn__icon {
        margin: auto;
        image-rendering: -webkit-optimize-contrast;
        max-width: 100%;
        max-height: 100%;
        fill: none;
    }

    .page-header__button-search:focus, .page-header__button-search:hover, .page-header__button-callback:focus, .page-header__button-callback:hover {
        background: 0 0
    }

    .page-header__button-search:focus .btn__icon, .page-header__button-search:hover .btn__icon, .page-header__button-callback:focus .btn__icon, .page-header__button-callback:hover .btn__icon {
        -webkit-filter: none;
        filter: none
    }

    .page-price__layout {
        display: block
    }

    .page-price__sidebar {
        width: auto;
        margin: 0
    }

    .page-price__sidebar-block {
        background: 0 0;
        padding: 0;
        margin-bottom: 45px
    }

    .page-price__nav {
        font-weight: 300;
        position: relative
    }

    .page-price__nav--show .page-price__nav-items {
        max-height: 1000px;
        padding: 15px;
        border-width: 1px
    }

    .page-price__nav-current {
        display: block;
        border: 1px solid #9f9e9e;
        white-space: nowrap;
        padding: 17px 35px 17px 15px;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative
    }

    .page-price__nav-current::after {
        content: '';
        display: block;
        background: url(/local/templates/brickhouse-new/css/../img/icon-angle-right.png) center center no-repeat;
        width: 7px;
        height: 13px;
        background-size: 7px 13px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        image-rendering: -webkit-optimize-contrast
    }

    .page-price__nav-items {
        position: absolute;
        z-index: 1;
        background: #f7f8fa;
        top: 100%;
        left: 0;
        right: 0;
        border: 0 solid #9f9e9e;
        border-top: 0;
        max-height: 0;
        padding: 0 15px;
        overflow: hidden;
        -webkit-transition-property: max-height, padding, border;
        transition-property: max-height, padding, border;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out
    }

    .page-price__content {
        padding: 45px 15px;
        margin: 0 -15px 45px
    }

    .page-price .accordion {
        margin: 0 -15px 45px
    }

    .page-price .accordion__title {
        padding: 14px 48px 14px 16px;
        font-size: 16px
    }

    .page-price .accordion__item {
        margin-bottom: 10px
    }

    .page-price__table {
        display: block;
        font-size: 13px;
        line-height: 18px
    }

    .page-price__table thead, .page-price__table tbody, .page-price__table tfoot {
        display: block
    }

    .page-price__table tr {
        display: block;
        border-bottom: 1px solid #f7f8fa;
        padding: 20px 15px
    }

    .page-price__table tr:nth-child(even) td, .page-price__table tr:nth-child(even) th {
        background: 0 0;
        border-left: 0
    }

    .page-price__table th {
        display: none
    }

    .page-price__table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 0;
        font-weight: 500
    }

    .page-price__table td::before {
        content: attr(data-label);
        color: #9f9e9e;
        width: 50%
    }

    .page-price__list-item {
        padding: 16px 48px 16px 16px
    }

    .page-price__list-item-title {
        font-size: 13px;
        line-height: 22px
    }

    .page-price__list-item-helper {
        font-size: 12px;
        line-height: 16px
    }

    .page-price__cta {
        display: block
    }

    .page-price__cta-image {
        display: none
    }

    .page-price__cta-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-price__cta-buttons .btn {
        height: 60px
    }

    .page-project__layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 45px
    }

    .page-project__gallery {
        margin-bottom: 45px
    }

    .page-project__info {
        width: auto;
        margin: 0 -15px
    }

    .page-project__summary {
        padding: 45px 15px;
        margin: 0
    }

    .page-project__consult {
        display: none
    }

    .page-project__estimate {
        height: 60px
    }

    .page-project__description {
        margin: 45px -15px;
        padding: 45px 15px
    }

    .page-project__description h2 {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .partners {
        padding: 45px 0
    }

    .partners__subtitle {
        margin: 0
    }

    .partners__title {
        width: 100%;
        font-size: 25px;
        line-height: 36px
    }

    .partners__buttons {
        width: 100%;
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999
    }

    .partners__buttons .btn {
        height: 60px
    }

    .partners__grid {
        margin-top: 30px;
        -ms-grid-columns:(minmax(0, 1fr)) [ 3 ];
        grid-template-columns:repeat(3, minmax(0, 1fr));
        gap: 12px 14px;
        margin-bottom: 35px
    }

    .partners__item {
        height: 68px
    }

    .project-affect {
        margin: 45px -15px;
        padding: 45px 15px
    }

    .project-affect__title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .project-affect__text {
        margin-bottom: 30px
    }

    .project-affect__items {
        -ms-grid-columns:(minmax(0, 1fr)) [ 2 ];
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap: 10px
    }

    .project-affect__item {
        border: 1px solid #f7f8fa;
        padding: 20px
    }

    .project-affect__item .tip {
        display: none
    }

    .project-affect__item-image {
        margin: 0 auto 13px;
        max-width: 40px;
        max-height: 40px
    }

    .project-affect__item-title {
        font-size: 10px;
        line-height: 16px
    }

    .project-card__tags {
        left: 10px;
        top: 17px
    }

    .project-card__tag {
        font-size: 9px;
        padding: 0 4px;
        line-height: 18px;
        margin-right: 5px;
        margin-bottom: 5px
    }

    .project-card__badge {
        width: 32px;
        height: 32px;
        font-size: 9px
    }

    .project-card__content {
        padding: 24px 18px
    }

    .project-card__info, .project-card__props {
        line-height: 25px
    }

    .project-card__title {
        font-size: 16px;
        line-height: 25px
    }

    .project-card__price {
        font-size: 16px;
        line-height: 25px
    }

    .project-card__area {
        font-size: 16px;
        line-height: 25px
    }

    .project-card__dimensions {
        font-size: 10px;
        line-height: 18px
    }

    .project-card__feature {
        font-size: 10px;
        line-height: 25px
    }

    .project-card__feature-icon {
        max-height: 26px
    }

    .project-categories {
        margin: 45px -15px;
        padding: 45px 15px
    }

    .project-categories__title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .project-categories .catalog-tags__item .btn {
        padding: 7px 7px;
        font-size: 12px
    }

    .project-design-calc__subtitle {
        line-height: 24px
    }

    .project-design-calc__inner {
        display: block
    }

    .project-design-calc__title {
        width: auto
    }

    .project-design-calc__text {
        width: auto
    }

    .project-design-calc__form {
        display: block;
        margin: 0 -15px;
        width: auto
    }

    .project-design-calc__form-fields {
        padding: 45px 15px
    }

    .project-design-calc__form-group-content {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .project-design-calc__form-content {
        width: auto;
        padding: 0 15px 45px;
        background: 0 0
    }

    .project-design-calc__form-button {
        width: 100%
    }

    .project-design-conditions__inner {
        margin-top: -45px
    }

    .project-design-conditions__items {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .project-design-conditions__item {
        padding: 25px
    }

    .project-design-conditions__item-title {
        font-size: 18px;
        line-height: 28px
    }

    .project-design-content__inner {
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .project-design-content__text {
        padding: 0;
        margin-bottom: 30px
    }

    .project-design-content__image {
        width: auto;
        margin: 0
    }

    .project-design-estimate {
        margin: 45px 0;
        padding: 45px 0
    }

    .project-design-estimate__inner {
        display: block
    }

    .project-design-estimate__subtitle {
        margin: 0
    }

    .project-design-estimate__title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 30px;
        width: auto
    }

    .project-design-estimate__form {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .project-design-estimate__image {
        display: none
    }

    .project-design-prices .tabs__link .price {
        display: none
    }

    .project-design-prices__content {
        display: block
    }

    .project-design-prices__content-slider {
        width: auto;
        margin: 0 0 30px
    }

    .project-design-prices__content-slider img {
        margin: 0 auto
    }

    .project-design-prices__composition-heading {
        margin-bottom: 20px
    }

    .project-design-prices__composition-list {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        margin-left: -15px;
        margin-right: -15px
    }

    .project-design-prices__composition-list .show-more__toggle {
        color: inherit;
        display: inline-block;
        margin-left: 15px;
        font-size: 14px;
        line-height: 48px
    }

    .project-design-prices__composition-list .show-more__toggle, .project-design-prices__composition-list .show-more__toggle:focus, .project-design-prices__composition-list .show-more__toggle:hover {
        text-decoration: underline;
        -webkit-text-decoration-style: dotted;
        text-decoration-style: dotted;
        -webkit-text-decoration-color: #7fb568;
        text-decoration-color: #7fb568;
        text-underline-offset: 3px;
        text-decoration-thickness: 1px
    }

    .project-design-prices__composition-list .show-more__toggle:focus, .project-design-prices__composition-list .show-more__toggle:hover {
        color: #7fb568
    }

    .project-design-prices__composition-list-item {
        padding: 21px 58px 21px 15px
    }

    .project-design-prices__composition-helper {
        display: none
    }

    .project-design-prices__composition-title {
        font-size: 14px;
        line-height: 20px
    }

    .project-design-services__items {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .project-design-services__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        padding: 17px 25px
    }

    .project-design-services__item-image {
        width: 45px;
        margin: 0 20px 0 0;
        height: auto
    }

    .project-features__icon {
        display: none
    }

    .project-gallery__images {
        margin-bottom: 7px
    }

    .project-gallery__thumbnail {
        height: 48px
    }

    .project-gallery__thumbnails .swiper-slide-thumb-active .project-gallery__thumbnail {
        border-width: 1px
    }

    .project-gallery__tags {
        display: none
    }

    .project-price {
        margin-bottom: 20px
    }

    .project-price__value {
        font-size: 30px
    }

    .project-related {
        margin: 45px 0
    }

    .project-related__title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .project-related__items {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .project-related__items .project-card {
        overflow: hidden
    }

    .project-schemes {
        margin: 45px -15px;
        padding: 45px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .project-schemes__title {
        width: 100%;
        padding: 0
    }

    .project-schemes__buttons {
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999;
        width: 100%;
        padding: 0;
        text-align: center
    }

    .project-schemes__items {
        margin: 30px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0
    }

    .project-schemes__items-wrapper {
        width: 100%;
        padding-bottom: 45px
    }

    .project-schemes__items-wrapper .swiper-pagination {
        bottom: 32px;
        line-height: 1
    }

    .project-schemes__items-wrapper .swiper-pagination-bullet {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 22px;
        height: 22px;
        background: 0 0;
        border: 1px solid transparent;
        margin: 0 15px;
        opacity: 1;
        -webkit-transition-property: border-color;
        transition-property: border-color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .project-schemes__items-wrapper .swiper-pagination-bullet::before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        background: #9f9e9e;
        border-radius: 100%;
        -webkit-transition-property: background-color;
        transition-property: background-color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .project-schemes__items-wrapper .swiper-pagination-bullet-active {
        border-color: #9f9e9e
    }

    .project-schemes__items-wrapper .swiper-pagination-bullet-active::before {
        background: #7fb568
    }

    .project-schemes__item-title {
        font-size: 16px
    }

    .project-schemes__button {
        height: 60px
    }

    .project-set {
        margin: 45px -15px;
        padding: 45px 15px
    }

    .project-set__title {
        font-size: 25px;
        line-height: 36px
    }

    .project-set__text {
        font-size: 16px
    }

    .project-set__table .swiper-button-prev, .project-set__table .swiper-button-next {
        background: url(/local/templates/brickhouse-new/css/../img/icon-angle-right.png) center center no-repeat;
        background-size: 11px 20px;
        -webkit-filter: opacity(.4);
        filter: opacity(.4);
        image-rendering: -webkit-optimize-contrast
    }

    .project-set__table .swiper-button-prev:after, .project-set__table .swiper-button-prev:after, .project-set__table .swiper-button-next:after, .project-set__table .swiper-button-next:after {
        display: none
    }

    .project-set__table .swiper-button-next {
        right: 0
    }

    .project-set__table .swiper-button-prev {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 0
    }

    .project-set__table > .project-set__table-cell-header:first-child {
        display: none
    }

    .project-set__table > .project-set__table-cell-header:first-child + .project-set__table-values {
        -ms-grid-column-span: 4;
        grid-column-end: span 4
    }

    .project-set__table-values-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .section-block {
        margin: 45px -15px;
        padding: 15px 15px 15px 15px
    }

    .section-block__title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .section-consult {
        margin: 45px 0;
        padding: 45px 0
    }

    .section-consult__subtitle {
        margin: 0
    }

    .section-consult__title {
        font-size: 25px;
        line-height: 32px
    }

    .section-consult__form {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 0;
        margin-bottom: 20px
    }

    .service-hero__slide {
        padding-top: 55px;
        padding-bottom: 60px
    }

    .service-hero .swiper-pagination {
        bottom: 11px
    }

    .service-hero__title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 10px
    }

    .service-hero__text {
        margin-bottom: 15px
    }

    .service-hero__form {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .work-card__image {
        position: static;
        height: auto;
        display: block
    }

    .work-card__content {
        opacity: 1;
        position: static;
        border: 1px solid #f7f8fa;
        padding: 25px 16px
    }

    .work-card__status {
        position: absolute;
        top: 15px;
        left: 15px
    }

    .work-card__prop {
        font-size: 14px;
        color: #9f9e9e
    }
}

@media (max-width: 1229px) {
    .js .main-nav__list--lvl-2 {
        max-height: none
    }

    .js .main-nav--open .main-nav__list {
        max-height: 1000px;
        -webkit-transition: max-height .6s;
        transition: max-height .6s
    }

    .js .main-nav--open .main-nav__list--lvl-2 {
        max-height: none
    }


    .main-nav__link--lvl-2 {
        padding-left: 2em
    }

    .main-nav__link--lvl-3 {
        padding-left: 3em
    }

    .main-nav__link{
        font-weight: 500;
        font-size: 20px;
    }
}
ul.g-breadcrumbs li {
	padding-right: 20px;
}

.project-gallery__images {
    margin-bottom: 0px
}

@media (max-width: 768px) {
    .main-benefits-item__number {
        font-size: 60px;
        margin-bottom: 10px;
        line-height: 55px;
    }

    .main-benefits-item__text {
        font-size: 14px;
    }

    .main-benefits__text {
        font-size: 15px;
    }

    .callback-form__content{
        padding: 0;
        border: none;
    }

    .callback-form__subtitle{
        margin-bottom: 18px;
        font-size: 40px;
        max-width: 80%;
    }

    .callback-form__title{
        margin-bottom: 0;
    }

    .callback-form__form {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 0;
        margin-bottom: 18px
    }

    .callback-form__form-group{
        grid-row: unset;
    }

    .callback-form__title{
        font-weight: 500;
    }

    .callback-form__privacy{
        font-size: 14px;
    }

    .field-text--title-placeholder .field-text__input:placeholder-shown{
        border: 1px solid #a0a0a0;
    }

    .callback-form__text{
        max-width: unset;
    }
}

@media (max-width: 580px) {
    .page-header__buttons {
        gap: 19px;
    }

    .burger {
        width: 28px;
        height: 15px
    }

    .burger > span {
        width: 28px;
        height: 2px;
    }

    .burger > span:before, .burger > span:after {
        width: 28px;
        height: 2px;
    }

    .burger > span:before {
        top: -8px;
    }

    .burger > span:after {
        top: 8px;
    }

    .logo.page-header__logo{
        width: 161px !important;
    }

    .burger--close > span:before, .burger--close > span:after {
        top: 0 !important;
        width: 25px !important;
    }
}

@media (max-width: 475px) {
    .main-benefits-item--main {
        background-color: #fff;
        background-image: url("/local/templates/brickhouse-new/css/../img/main-benefits-bg_mobile2.png");
        background-position-y: -25px;
        width: 100vw;
        position: relative !important;
        left: -10px;
        color: #0d141b;
    }

    .main-benefits-item--main__text {
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
    }

    .page-footer .main-nav__list{
        padding-top: 0 !important;
    }

    .mobile-menu__wrap a:first-child{
        margin-bottom: 7px;
    }

    .mobile-menu-bottom-content{
        padding-bottom: 0 !important;
    }

    .mobile-nav__item--lvl-2 .mobile-nav__link{
        font-weight: 400;
        font-size: 20px;
        color: #1c1c1c;
    }

    .main-nav__link.main-nav__link--lvl-2{
        font-size: 20px !important;
        color: #1c1c1c !important;
    }

    .main-nav__list.main-nav__list--lvl-2{
        padding-top: 0 !important;
    }

    .main-nav__list.main-nav__list--lvl-3{
        padding-top: 0 !important;
    }
    }

@media (max-width: 390px) {
    .swiper-wrapper .service {
        width: 320px !important;
    }

    .service .service__img-container {
        height: 188px !important;
    }

    .service .service__body-text{
        font-size: 14px !important;
        height: 128px !important;
    }

    .service__price-list-header{
        margin-top: 17px;
    }

    .callback-form__subtitle{
        margin-bottom: 15px;
        font-size: 30px;
        max-width: 100%;
    }

    .callback-form__title{
        font-size: 22px;
    }

    .callback-form__text{
        font-size: 22px;
    }

    .service__uslugi-header {
        font-size: 30px !important;
    }
}


@media (max-width: 370px) {
    .page-header__container.container{
        flex-wrap: nowrap;
    }

    .page-header__logo {
        flex-shrink: 1;
        min-width: 0;
        width: unset !important;
    }

    .page-header__logo img {
        max-width: 100%;
        height: auto;
        flex-shrink: 1;
        min-width: 0;
        width: unset !important;
    }
}

/* End */


/* Start:/local/templates/brickhouse-new/add_projects.css?177684114268299*/
.flex_column_nowrap_center_center_stretch {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_row_nowrap_start_stretch_stretch {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex_row_nowrap_between_center_stretch {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_row_nowrap_start_center_stretch {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_column_nowrap_between_stretch_stretch {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex_row_nowrap_center_center_stretch {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_row_nowrap_between_stretch_stretch {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex_column_nowrap_center_stretch_stretch {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.house-construction__our_works_page_orange {
    height: 450px;
    position: relative;
}

.house-construction__our_works_page_orange .orange_bg {
    background-color: #fcad45;
    height: 260px;
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
}

.our_works_page_orange_img {
    flex: 0 0 40%;
    background: url(/img/or.png) no-repeat;
    background-position: center;
    background-size: 60%;
}

.our_works_page_str1 {
    text-align: left;
    color: white;
    font-size: 34px;
}

.our_works_page_str2 {
    color: #202020;
    font-size: 24px;
    text-align: left;
    line-height: 30px;
}

.our_works_page_str3 {
    text-align: left;
    line-height: 60px;
}

.g-card__bottom-btn {
    font-size: 14px;
    margin-right: 10px;
    padding: 8px 8px;
    max-width: calc(50% - 10px);
}

.house-construction__our_works_page_orange .g-card__bottom-btn {
    max-width: none;
    padding: 6px 30px !important;
}

.price-block {
    text-align: center;
    margin: 60px 3.125%;
    font-family: inherit;
    text-align: center;
}

.order-design {
    margin: 60px 3.125%;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.price-block__title {
    position: relative;
    margin: 0 0 20px;
    font-size: 24px;
}

.house-construction__our_works_page_orange .orange_right {
    flex: 1 1;
}

.our_works_page {
    padding-bottom: 20px;
    padding-top: 20px;
}

.house-construction__our_works_page .h2 {
    font-size: 24px;
    text-align: left;
    color: #1f1f1f;
    display: inline-block;
    width: 100%;
    line-height: 1em;
}

.house-construction__our_works_page a.h2 {
    text-decoration: none;
}

.house-construction__our_works_page a.h2:hover {
    text-decoration: underline;
}

.house-construction__our_works_page .project__info2 {
    display: none;
}

.house-construction__our_works_page .project__info-text {
    color: black;
    font-size: 1em;
    display: inline-block;
    font-weight: bold;
}

.project__info2 .project__info-text {
    font-size: 16px;
}

.house-construction__our_works_page .project sub, .house-construction__our_works_page .project sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.house-construction__our_works_page .project sup {
    top: -.5em;
}

.house-construction__our_works_page .project__slider {
    width: 30%;
    position: relative;
}

.house-construction__our_works_page .project__slider_wobblers {
    top: 20px;
    left: 20px;
    z-index: 1;
    display: block;
    position: absolute;
}

.wobbler {
    color: #fff;
    min-width: 74px;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    height: 26px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
}

.wobbler--yellow {
    background-color: #fcbf44;
}

.house-construction__our_works_page .slick-list.draggable, .house-construction__our_works_page .slick-track {
    min-height: 200px;
}

.house-construction__our_works_page .project__slider .project__slider_item {
    float: left;
    min-height: 200px;
}

.house-construction__our_works_page .magnific-gallery-item {
    min-height: 200px;
    width: 100%;
    display: inline-block;
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.q001 {
    height: 78px;
}

.house-construction__our_works_page .progect_right {
    width: 70%;
    /* margin-left: 10px; */
    padding: 0 0px 0 20px;
    box-sizing: border-box;
    height: 200px;
}

.house-construction__our_works_page .project__info {
    width: 100%;
    padding: 0px 0px 10px 0;
    background-color: transparent;
}

.house-construction__our_works_page .project__preview_text {
    text-align: justify;
    /* padding-right: 20px; */
    overflow: hidden;
    max-height: 70px;
    line-height: 18px;
    flex: 1 0;
}

.project__nav {
    padding-left: 46px;
    padding-right: 46px;
    width: calc(100% - 330px);
}

.house-construction__our_works_page .project__nav {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.project__nav_link {
    z-index: 1;
    position: absolute;
    background: #ff940561;
    color: white;
    font-weight: bold;
    font-size: 12px;
    height: 100%;
    right: 2px;
    transition: .5s;
    width: calc(((100% - 5 * 6px) / 5) + 0px);
}

.project__nav_link a {
    color: white;
    text-decoration: none;
    width: 100%;
    height: 100%;
    transition: .5s;
}

.project-slick-nav {
    overflow: hidden;
}

.slLeft {
    left: calc(-100% / 5);
    width: calc(100% + (100% / 5));
}

.slLeft5img, .slLeft3img {
    left: calc(-1 * (100% + (100% / 5)) / 4);
    width: calc(100% + (100% / 5));
}

.slLeft4img {
    left: calc(-1 * (100% + (100% / 5)) / 6);
    width: calc(100% + (100% / 5));
}

.project__nav .slick-prev {
    left: -45px;
}

.project__nav .slick-next {
    right: -45px;
}

.house-construction__our_works_page .slick-arrow {
    display: none !important;
}

.project__nav .slick-arrow.slick-next, .project__nav .slick-arrow.slick-prev {
    width: 40px;
    top: 0;
    bottom: 0;
    height: 100%;
    transform: translateY(0) !important;
}

.house-construction__our_works_page .slick-list.draggable, .house-construction__our_works_page .slick-track {
    min-height: 200px;
}

.house-construction__our_works_page .project__nav .project__slider_item {
    float: left;
    margin: 0 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc((100% - 5 * 6px) / 5);
}

.btn_more {
    background-image: linear-gradient(to right, #fcad45 100%, transparent 0%);
    background-position: 0 1.3em;
    background-repeat: repeat-x;
    background-size: 8px 1px;
    position: relative;
    cursor: pointer;
    color: #1f1f1f;
}

.btn_more:after {
    content: '';
    display: block;
    position: absolute;
    right: -36px;
    top: 50%;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #fcad45;
    border-right: 2px solid #fcad45;
    /* background: aquamarine; */
    transform: rotateZ(45deg) translateX(-15px);
}

#loader2 {
    display: none;
    position: absolute;
    left: 49%;
    padding: 5px 0 0 0;
}

.main-title {
    margin-bottom: 15px;
}

.displaynone {
    display: none !important;
}

.project__slider {
    width: 270px;
    position: relative;
}

.project__slider_wobblers {
    top: 30px;
    left: 30px;
    z-index: 1;
    display: block;
    position: absolute;
}

.project__slider_item-img {
    height: auto;
    width: 100%;
}

.project__slider_item img {
    max-height: 440px;
}

.project__info {
    width: 330px;
    padding: 20px 30px;
    background-color: #f5f9f0;
}

.project__info a {
    color: #8bc34a;
    text-decoration: none;
}

.project__info a:hover {
    text-decoration: underline;
}

.project__info-name {
    color: #1f1f1f;
    text-decoration: none !important;
}

.project__info_rating {
    margin-top: 11px;
}

.project__info-subtitle {
    color: #606161;
}

.project__info-text {
    color: #eb7200;
    font-size: 24px;
}

.project__info-btn {
    margin-top: 16px;
    padding-left: 26px !important;
    padding-right: 26px !important;
}

.project__info-btn img {
    vertical-align: middle;
}

.project__info-btn:hover {
    text-decoration: none !important;
}

.text-second {
    color: #eb7200 !important;
}

.box__gallery {
    margin-left: -7px;
    margin-right: -7px;
}

.box__gallery_item {
    width: calc(20% - 14px);
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 14px;
    position: relative;
}

.box-menu {
    width: 200px !important;
    margin-left: 43px;
}

.box-menu li a {
    transition: all .3s;
}

.box-menu li a:after {
    top: 0;
    width: 0;
    height: 0;
    right: 100%;
    content: '';
    opacity: 0;
    transition: all .3s;
    position: absolute;
    border-style: solid;
    border-width: 17px 20px 17px 0;
    border-color: transparent #8bc34a transparent transparent;
}

.box-menu li a.selected:after {
    opacity: 1;
}

.calculator .choices__list--dropdown {
    max-height: none !important;
}

.choices__list--dropdown .choices__item {
    word-break: normal;
}

a.nondecoration:hover {
    text-decoration: none;
}

.project-card__images {
    height: 100%;
}

.matches-project-container{
    margin-bottom: 140px;
}

.project-related {
    position: relative;
}

.project-related .swiper-button-prev {
    left: -20px;
    transform: rotate(135deg);
}

.project-related .swiper-button-next {
    right: -20px;
    transform: rotate(-45deg);
}

.project-related__items {
    /*display: block!important;*/
    /*padding-bottom: 30px;*/
}

.project-related .swiper-button-prev, .project-related .swiper-button-next {
    width: 40px;
    height: 40px;
    background: white;
    box-shadow: 0 1px 27px rgba(13, 20, 27, 0.15);
    border-radius: 100%;
    margin-top: -20px;
}

.project-related .swiper-button-prev:after, .project-related .swiper-button-next:after {
    content: '';
    display: block;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-right: 2px solid #9f9e9e;
    border-bottom: 2px solid #9f9e9e;
}

.project-related .swiper-button-prev:hover, .project-related .swiper-button-next:hover {
    box-shadow: 0 1px 27px rgba(13, 20, 27, 0.3);
}

.project-related .swiper-button-prev:hover:after, .project-related .swiper-button-next:hover:after {
    border-color: #0d141b;
}

.page-header__mobile-phone {
    display: inline-block;
    width: 21px;
    height: 21px;
    padding: 0;
    border: 0;
    font-size: 0;
    background: 0 0;
}

.page-header__mobile-phone .btn__icon {
    margin: auto;
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
    max-height: 100%;
}

.calculator__tab:first-of-type .choices__list {
    max-height: 300px;
    overflow-y: auto;
}

.choices__list--dropdown .choices__input {
    width: 100%;
    height: 3em;
    padding: 13px 31px 10px 11px;
    border-radius: 0;
    border: 1px solid #9f9e9e;
    outline: none;
    font-family: inherit;
    background: url(/local/templates/brickhouse-new/css/../img/icon-search-gray.png) center right 10px no-repeat;
    background-size: 16px 16px;
}

.main-reviews__video {
    height: 100%;
}

.project-design-prices__composition-list-item {
    break-inside: avoid;
}

.categories-grid-item__description {
    display: none;
}

.about-stages__item-title {
    word-break: normal;
}

.swiper-slide-thumb-active .about-history__years-nav-link {
    color: #7fb568;
    border-color: #7fb568
}

@media (min-width: 1231px) {
    .page-header {
        position: sticky !important;
        top: 0;
    }
}

@media (min-width: 940px) {
    .project__nav {
        padding-left: 0;
        padding-right: 0;
    }

    .project__nav .slick-prev.slick-arrow, .project__nav .slick-next.slick-arrow {
        position: absolute;
        top: -250px;
        width: 32px;
        height: 60px;
    }

    .project__nav .slick-prev.slick-arrow {
        left: 30px;
    }
}

@media (min-width: 1024px) {
    .price-block {
        margin: 40px 0 30px 0;
    }

    .order-design {
        margin: 20px 0;
    }

    .price-block__title {
        position: relative;
        margin-bottom: 50px;
        font-size: 30px;
    }

    .price-block__title:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -20px;
        width: 50px;
        height: 2px;
        margin-left: -25px;
        background-color: #ef8c2f;
    }

    .price-block__title_inbg:after {
        bottom: 18px !important;
    }

    .project__work, .project__description {
        width: calc(100% - 480px);
    }
}

@media (max-width: 1230px) {
    .catalog-filter__buttons {
        position: sticky;
        bottom: 0;
        background: white;
        padding: 15px 0;
        z-index: 1;
    }

    .catalog-filter__buttons .btn__icon {
        display: none;
    }

    .about-numbers__inner {
        display: block;
    }

    .about-numbers__video-image {
        height: auto;
    }

    .section-block {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .about-numbers {
        margin-bottom: 10px;
    }

    .about-office__buttons {
        margin-bottom: 0;
    }

    .about-history__year-buttons .btn,
    .about-office__buttons .btn,
    .about-certificates__buttons .btn,
    .about-video__buttons .btn,
    .partners__buttons .btn,
    .main-about__button {
        width: 100%;
    }

    .mobile-search__submit {
        width: 24px;
        height: 24px;
        padding: 0;
        border: 0;
        outline: none;
        background: url(/local/templates/brickhouse-new/css/../img/icon-search-gray.png) center center no-repeat;
        background-size: 16px 16px;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .mobile-search__submit:hover, .mobile-search__submit:focus {
        background-color: transparent;
    }

    .mobile-search__reset {
        display: none;
    }
}

@media (max-width: 1200px) {
    .hide-1200 {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .d-1023-none {
        display: none !important;
    }

    .price-block__title:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -12px;
        width: 50px;
        height: 1px;
        margin-left: -25px;
        background-color: #fddfa1;
    }

    .project__info {
        padding: 20px 10px 30px;
    }

    .project__nav_link {
        width: calc((100% - 4 * 6px) / 4);
    }

    .slLeft {
        left: calc(-100% / 4);
        width: calc(100% + (100% / 4));
    }

    .b-box-aside, .b-box-container {
        float: none !important;
    }

    .box__gallery_item {
        width: calc(25% - 14px);
    }
}

@media (max-width: 941px) {
    .project__slider, .project__info {
        width: 100%;
    }

    .project__slider_wobblers {
        left: 15px;
    }

    .project-slick .slick-arrow.slick-prev {
        left: 15px;
    }

    .project-slick .slick-arrow.slick-next {
        right: 15px;
    }

    .project__nav {
        display: none !important;
    }

    .house-construction__our_works_page .project__nav {
        display: block !important;
        padding-left: 0;
        padding-right: 0;
    }

    .slLeft5img, .slLeft3img, .slLeft4img {
        width: calc(100% + (100% / 4));
    }

    .slLeft5img, .slLeft3img {
        left: calc(-1 * (100% + (100% / 5)) / 4.8);
    }

    .slLeft4img {
        left: calc(-1 * (100% + (100% / 5)) / 9.6);
    }
}

@media (max-width: 799px) {
    .video {
        height: 330px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .hide-768 {
        display: none !important;
    }

    .flex_column_nowrap_start_stretch_stretch_767 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .map-collapse {
        height: 40px;
    }

    .map-collapse.open {
        height: 300px;
    }

    .map-collapse-toggle {
        height: 40px;
        padding-top: 4px;
        font-size: 20px;
    }

    .map {
        height: 300px;
    }

    .map__option {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .our_works_page_12 {
        margin-top: 30px !important;
    }

    .our_works_page {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .house-construction__our_works_page .h2 {
        font-size: 18px;
    }

    .house-construction__our_works_page .project, .house-construction__our_works_page .box {
        margin-left: 0;
        margin-right: 0;
    }

    .house-construction__our_works_page .project__info2 {
        display: flex;
        padding: 3px 20px;
        background: #efefef;
    }

    .house-construction__our_works_page .project__slider {
        width: 100%;
    }

    .house-construction__our_works_page .slick-list.draggable, .house-construction__our_works_page .slick-track, .house-construction__our_works_page .project__slider_item {
        min-height: auto;
    }

    .q001 {
        width: 100%;
        padding-bottom: 60%;
    }

    .house-construction__our_works_page .progect_right {
        width: 100%;
        padding: 0 0px 0 0px;
        height: auto;
    }

    .project__nav_link {
        width: calc((100% - 3 * 6px) / 3);
    }

    .project-slick-nav {
        height: auto !important;
        max-height: 105px;
    }

    .slLeft, .slLeft3img, .slLeft4img, .slLeft5img {
        left: unset;
        width: unset;
    }

    .house-construction__our_works_page .project__nav .project__slider_item {
        margin: 0 3px;
    }

    .our_works_page_orange_img {
        background-size: contain;
        flex: 0 0 180px;
        margin-right: 24px;
    }

    .our_works_page_str1 {
        font-size: 18px;
    }

    .our_works_page_str2 {
        font-size: 16px;
        line-height: 25px;
        margin-top: 20px;
    }

    .project, .box {
        margin-left: -15px;
        margin-right: -15px;
    }

    .box, .project__description {
        padding-left: 15px;
        padding-right: 15px;
    }

    .box-title {
        font-size: 20px;
    }

    .box__gallery_item {
        width: calc(33.33% - 14px);
    }
}

@media (max-width: 595px) {
    .wobbler {
        padding-top: 2px;
        min-width: 66px;
        height: 22px;
        font-size: 12px;
    }

    .video {
        height: 240px;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .house-construction__our_works_page_orange .orange_bg {
        height: 450px;
    }

    .our_works_page_str3 {
        margin-top: 24px;
    }
}


@media screen and (max-width: 479px) {
    .house-construction__our_works_page_orange .g-card__bottom-btn {
        max-width: none;
        padding: 6px 0px !important;
    }

    .our_works_page_str1 {
        font-size: 16px;
    }

    .our_works_page_str2 {
        font-size: 14px;
    }

    .orange-block-outer {
        display: flex;
        flex-direction: column;
    }

    .orange-block-inner {
        display: flex;
        flex-direction: column;
    }

    .our_works_page_orange_img {
        margin-right: 0;
    }
}

.project__button-calculator {
    margin-bottom: 15px !important;
}

.page-project {
    padding-top: 48px !important;
}

.page-project__summary {
    background: transparent;
    padding: 0;
    margin-bottom: 44px;
}

.project-price__label {
    font-family: Inter;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: rgba(110, 110, 110, 1);
}

.project-price__value {
    font-family: Inter;
    font-weight: 600;
    font-size: 44px;
    color: rgba(74, 99, 69, 1);
}

.project-price__credit {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}

.project-price__credit img {
    width: 255px;
    margin-top: 10px;
}

.project-features__label, .project-features__value {
    background: transparent;
}

.project-features__inner {
    margin-bottom: 24px;
}

.project-features__item {
    margin: 8px 0;
}

.project-features__label {
    font-family: Inter;
    font-weight: 300;
    font-size: 20px;
    color: rgba(110, 110, 110, 1);
    background-color: #f7f7f7;
}

.project-features__value {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    color: rgba(28, 28, 28, 1);
    background-color: #f7f7f7;
}

.page-project__summary .page-default-btn,
.form-block-right .page-default-btn {
    color: #fff;
    background-color: #4a6345;
    border-radius: 10px;
    border: 2px solid #4a6345;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    width: 100%;
    padding: 16px 20px;
}

.form-block-right .page-default-btn {
    padding: 20px;
}

.page-project__consult {
    background: rgba(236, 236, 236, 1);
    border-radius: 12px;
    padding: 20px;
}

.page-project__consult-label {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 17px;
}

.page-project__consult-link {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 115%;
    color: rgba(74, 99, 69, 1);
    letter-spacing: 1px;
}

.project-gallery .project-gallery__images .swiper-container {
    height: 648px;
    border-radius: 12px;
}

.project-gallery__thumbnail {
    height: 250px;
}

.page-project__info {
    width: 392px;
    margin-left: 60px;
}

.decorate_line {
    width: 100%;
    height: 1px;
    background-color: rgba(217, 217, 217, 1);
    margin: 28px 0;
}

.project-gallery__images .swiper-pagination-bullet-active::before {
    background: rgba(232, 133, 1, 1);
}

.project-gallery__thumbnails .project-gallery__thumbnail {
    border-radius: 8px;
}

.project-gallery__thumbnails .swiper-slide {
    opacity: .5;
}

.project-gallery__thumbnails .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    border: none !important;
}

.project-gallery__images .swiper-button-next,
.project-gallery__images .swiper-button-prev {
    background: none;
}

.project-gallery__images .swiper-button-next:after {
    content: url("/img/arrow_white_right.svg");
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: 0;
}

.project-gallery__images .swiper-button-prev:after {
    content: url("/img/arrow_white_right.svg");
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: -27px;
}

.description-block {
    margin-top: 114px;
}

.description-block_tags-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 40px;
}

.description-block_tag {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.description-block_tag img {
    width: 36px;
    height: 36px;
}

.description-block_tag-name {
    margin-left: 13px;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
}

.description-block_tag:not(:last-child) {
    padding-right: 12px;
    border-right: 1px solid rgba(110, 110, 110, 1);
    margin-right: 24px;
}

ul.orange-ul {
    font-family: Inter;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    list-style: disc;
    color: rgba(28, 28, 28, 1);
}

ul.orange-ul {
    font-family: Inter;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    list-style: none;
    color: rgba(28, 28, 28, 1);
}

ul.orange-ul li {
    margin-bottom: 24px;
    position: relative;
}

ul.orange-ul li:before {
    content: "";
    display: block;
    width:10px;
    height:10px;
    background-color: rgba(232, 133, 1, 1);
    position:absolute;
    left: -15px;
    top: 7px;
    border-radius:100%;
}

.description-block_text-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.description-block_text-col {
    width: 50%;
    padding: 0px 12px;
}

.page-h2-adaptive {
    font-family: Onest;
    font-weight: 400;
    font-size: 80px;
    line-height: 115%;
    color: rgba(28, 28, 28, 1);
}

.page-title-block_with-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.project-schemes__items-wrapper-v2 .project-schemes__item-image {
    margin: 0;
    width: 100%;
}

.layout-slider .project-schemes__item-title {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 114.99999999999999%;
    text-align: center;
    margin-top: 16px;
    color: rgba(28, 28, 28, 1);
}

.mb-22 {
    margin-bottom: 22px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-56 {
    margin-bottom: 56px;
}

.mb-64 {
    margin-bottom: 64px;
}

.mt-64 {
    margin-top: 64px;
}

.mt-140 {
    margin-top: 140px;
}

.mb-140 {
    margin-bottom: 140px;
}

.question-block_text {
    max-width: 873px;
    width: 100%;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: rgba(110, 110, 110, 1);
}

.question-block_tizers-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.question-block_tizers-item {
    width: 25%;
}

.question-block_tizers-item_inner {
    margin: 0 12px;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(28, 28, 28, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.question-block_tizers-item_title {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: rgba(28, 28, 28, 1);
}

.question-block_tizers-item_icon {
    text-align: right;
}

.question-block_tizers-item_icon img {
    width: 44px;
    height: 44px;
}

.categoties-block_tabs-list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(110, 110, 110, 1);
}

.categoties-block-tab {
    font-family: Inter;
    font-weight: 300;
    font-size: 24px;
    line-height: 115%;
    margin-right: 80px;
    padding: 16px 20px 16px 0;
    cursor: pointer;
}

.categoties-block-tab.active {
    border-bottom: 3px solid rgba(74, 99, 69, 1);
    color: rgba(74, 99, 69, 1);
    font-weight: 500;
}

.categoties-block_tabs-content .tab {
    display: none;
}

.categoties-block_tabs-content .tab.active {
    display: block;
}

.categories-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -20px;
}

.categories-col {
    width: 25%;
}

.categories-item {
    margin-bottom: 26px;
    width: 25%;
    padding: 0 20px;
}

.categories-item:nth-child(n+13) {
    display: none;
}

.categories-item.active {
    display: block !important;
}

.categories-item a {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: rgba(28, 28, 28, 1);
    text-decoration: none;
    border-bottom: 1px solid rgba(28, 28, 28, 1);
    padding-bottom: 2px;
    display: block;
    width: fit-content;
}

.categoties-show-more,
.categoties-hide-more {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-style: dotted;
    color: rgba(74, 99, 69, 1);
    cursor: pointer;
    width: fit-content;
}

.categoties-show-more.hide,
.categoties-hide-more.hide {
    display: none;
}

.realization-block_gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.realization-block_gallery-item {
    padding: 12px;
}

.realization-block_gallery-item_inner {
    height: 308px;
}

.realization-block_gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.realization-video {
    position: relative;
}

.realization-video:after {
    content: url("/img/projects/gallery_video.svg");
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.realization-block_gallery-item:nth-child(1) {
    width: 34%;
}

.realization-block_gallery-item:nth-child(2) {
    width: 25%;
}

.realization-block_gallery-item:nth-child(3) {
    width: 41%;
}

.realization-block_gallery-item:nth-child(4) {
    width: 41%;
}

.realization-block_gallery-item:nth-child(5) {
    width: 25%;
}

.realization-block_gallery-item:nth-child(6) {
    width: 34%;
}

.realization-block_gallery-item:nth-child(7) {
    width: 34%;
}

.realization-block_gallery-item:nth-child(8) {
    width: 66%;
}

.realization-block_gallery-item:nth-child(7) .realization-block_gallery-item_inner,
.realization-block_gallery-item:nth-child(8) .realization-block_gallery-item_inner {
    height: 500px;
}

.project-set {
    margin: 140px 0 100px 0 !important;
    padding: 40px 0 !important;
}

.project-set_description {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: rgba(110, 110, 110, 1);
    width: 1011px;
}

.project-set__table > .project-set__table-cell:nth-of-type(4n+3), .project-set__table-values:nth-child(4n) {
    background: transparent;
}

.project-set__table-cell {
    padding: 12px 15px 12px 0;
}

.project-set__table-cell, .project-set__table-values {
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.project-set__table-values div.project-set__table-cell {
    border-bottom: none;
}

.project-set__table-value {
    font-family: Inter;
    font-weight: 400;
    font-size: 32px;
    line-height: 115%;
    text-align: center;
}

.project-set__table-ribbon::before,
.project-set__table-ribbon::after {
    display: none;
}

.project-set__table-ribbon {
    background: transparent;
    color: rgba(110, 110, 110, 1);
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 115%;
}

.project-set__table-heading {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: rgba(28, 28, 28, 1);
}

.project-set__table-helper {
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: 115%;
    color: rgba(110, 110, 110, 1);
}

.project-set__table-values-inner .project-set__table-cell-header .project-set__table-heading {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: rgba(232, 133, 1, 1);
    margin-bottom: 6px;
}

.project-set__table-values-inner {
    height: 100%;
}

.project-set__table-price {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 115%;
    text-align: center;
    color: rgba(74, 99, 69, 1);
}

.project-set-get-price-btn__text {
    font-family: Inter;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 115% !important;
    color: rgba(74, 99, 69, 1);
    border: none !important;
    text-decoration: underline;
}

.page-project .page-title {
    font-family: Onest;
    font-weight: 400;
    font-size: 64px;
    line-height: 115%;
    margin-bottom: 40px;
}

.form-block {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("/img/projects/form-bg.png");
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.form-block form.callback-form__form {
    margin-top: 0px !important;
}


.form-block-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-block-left {
    width: 50%;
}

.form-block-right {
    width: 684px;
}


.form-block .page-h2-adaptive {
    color: rgba(247, 247, 247, 1);
}

.form-block_description {
    font-family: Inter;
    font-weight: 400;
    font-size: 28px;
    color: rgba(225, 225, 225, 1);
    line-height: 115%;
}

.form-item input[type="text"],
.form-item input[type="tel"] {
    background: transparent;
    border: none;
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: 115%;
    width: 100%;
    padding: 19px 16px;
    border-bottom: 2px solid rgba(225, 225, 225, 1);
    outline: none;
    color: rgba(247, 247, 247, 1);
}

.form-item label {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 114.99999999999999%;
    color: rgba(217, 217, 217, 1);
}

.form-item label a {
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: inherit;
}

.form-block-right .field-text__input {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid rgba(225, 225, 225, 1) !important;
    color: rgba(247, 247, 247, 1);
}

.form-block-right .field-text__name {
    color: rgba(247, 247, 247, 1) !important;
}

.form-block-right .callback-form__form {
    padding: 0 !important;
}

.form-block-right .callback-form__form-group--checkbox .checkbox {
    display: flex;
    align-items: flex-start;
}

.form-block-right .callback-form__form-group--checkbox .checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.form-block-right .callback-form__form-group--checkbox .checkbox__custom {
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 2px solid #6E6E6E;
    transition: all 0.2s ease;
    cursor: pointer;
}

.form-block-right .callback-form__form-group--checkbox .checkbox__custom::after {
    content: '';
    position: absolute;
    inset: 0;
    background: no-repeat center / 16px;
    opacity: 0;
    transition: opacity 0.2s ease;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

.form-block-right .checkbox__text {
    font-family: "Inter", sans-serif;
    margin-left: 16px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    color: rgba(217, 217, 217, 1);
}

.form-block-right .checkbox__text a{
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-decoration: underline;
}


.form-block-right .checkbox__text a {
    color: inherit;
}

.layout-slider_item img {
    width: 100%;
    height: 600px;
    border-radius: 16px;
    object-fit: cover;
}

.layout-slider_item .project-schemes__item-title {
    text-align: center;
}

.matches-project-container .swiper-button-next,
.matches-project-container .swiper-button-prev {
    display: none;
}

.matches-project_inner,
.realization-block-inner,
.similar-projects_inner {
    position: relative;
}

.similar-projects-old {
    display: none;
}

.matches-project_slider_arrows,
.realization_slider_arrows,
.similar-projects_slider_arrows {
    position: absolute;
    right: 0;
    top: 70px;
    display: flex;
    gap: 20px;
}

.matches-project_slider_arrow-prev,
.similar-projects_slider_arrow-prev {
    transform: rotate(180deg);
    position: relative;
    top: -5px;
    cursor: pointer;
}

.matches-project_slider_arrow-next,
.realization_slider_arrow-next,
.realization_slider_arrow-prev,
.similar-projects_slider_arrow-next {
    cursor: pointer;
}

.btn_main--project-mobile {
    display: none !important;
}

.realization-block_gallery-mobile {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: grab;
    scroll-behavior: smooth;
    /*display: none;*/
}

.realization-block_gallery-mobile {
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE и Edge */
}

/* Скрываем скролл в Chrome/Safari/Edge */
.realization-block_gallery-mobile::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.realization-block_gallery-mobile:active {
    cursor: grabbing;
}

.realization-block_gallery-mobile-item {
    display: inline-block;
    margin-right: 24px;
    white-space: normal;
}

.realization-block_gallery-mobile-item:nth-child(3n+1) {
    width: 607px;
}

/* 2, 5, 8 элементы — 540px */
.realization-block_gallery-mobile-item:nth-child(3n+2) {
    width: 540px;
}

/* 3, 6, 9 элементы — 670px */
.realization-block_gallery-mobile-item:nth-child(3n+3) {
    width: 670px;
}

.realization-block_gallery-mobile-item_inner {
    height: 352px;
    border-radius: 8px;
    overflow: hidden;
}

.realization-block_gallery-mobile-item_inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.realization-block_gallery-mobile_video {
    margin-top: 24px;
    position: relative;
    width: 100%;
    max-width: 1171px;
    height: 500px;
}

.realization-block_gallery-mobile_video img:not(.realization-video-play) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.realization-video-play {
    width: 72px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*.realization-block_gallery-mobile_video:after {*/
/*    content: url("/img/projects/gallery_video_mobile.svg");*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/


.project-set_tabs-mobile {
    display: none;
}

.project-set_tabs-mobile-list {
    display: flex;
    margin-left: 20px;
}

.trapezoid-text {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 33px;
    color: rgba(110, 110, 110, 1);
    z-index: 1;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    white-space: nowrap;
}

.trapezoid-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
    z-index: -1;
}

.trapezoid-text.active {
    color: rgba(247, 247, 247, 1);
}

.trapezoid-text.active::before {
    background-color: rgba(74, 99, 69, 1);
}

.project-set_tabs-mobile-content {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 16px;
    border-radius: 8px;
    border: 1.5px solid rgba(74, 99, 69, 1);
}

.project-set_tabs-mobile-content_item {
    display: none;
}

.project-set_tabs-mobile-content_item.active {
    display: block;
}

.project-set_tabs-mobile-tab {
    position: relative;
    z-index: 1;
    margin-left: -10px;
}

.project-set_tabs-mobile-tab.active {
    z-index: 5;
}

.project-set_tabs-mobile_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    margin-bottom: 6px;
}

.project-set_tabs-mobile_row:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.project-set_tabs-mobile_prop-item {
    font-family: Inter;
    font-weight: 400;
    font-size: 28px;
    line-height: 115%;
    text-align: center;
    color: rgba(110, 110, 110, 1);
}

.project-set_tabs-mobile_prop-item-plus {
    color: rgba(232, 133, 1, 1);
}

.project-set_tabs-mobile_name {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 115%;
    margin-bottom: 8px;
    color: rgba(28, 28, 28, 1);
}

.project-set_tabs-mobile_desc {
    font-family: Inter;
    font-weight: 300;
    font-size: 14px;
    line-height: 115%;
    color: rgba(110, 110, 110, 1);
}

.project-set_tabs-mobile_tab-name {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 115%;
    text-align: center;
    color: rgba(232, 133, 1, 1);
    margin-bottom: 2px;
}

.project-set_tabs-mobile_price {
    text-align: center;
    margin-bottom: 8px;
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    line-height: 115%;
    text-align: center;
    color: rgba(74, 99, 69, 1);
}

.project-set_tabs-mobile_price a {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 115%;
    color: rgba(74, 99, 69, 1);
}

.project-set_tabs-mobile_date {
    color: rgba(110, 110, 110, 1);
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    margin-bottom: 24px;
    text-align: center;
}

.project-set_tabs-mobile {
    margin-top: 28px;
}

.props_icons-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 17px;
}

.props_icons-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: rgba(28, 28, 28, 1);
}

.props_icons-item img {
    margin-right: 12px;
    width: 30px;
}

.project-gallery_additional-arrows {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 10px;
    gap: 25px;
}

.project-gallery_additional-arrow-left,
.project-gallery_additional-arrow-right {
    cursor: pointer;
}

.description-block_show-more,
.description-block_hide-more {
    font-family: Inter;
    font-weight: 300;
    font-size: 16px;
    line-height: 115%;
    text-decoration: underline;
    text-decoration-style: dotted;
    display: none;
    cursor: pointer;
    margin-left: 12px;
    color: rgba(74, 99, 69, 1);
}

.form-block .callback-form__form-group--checkbox .checkbox input:checked + .checkbox__custom {
    background: #4A6345;
    border-color: #4A6345;
}

.form-block .callback-form__form-group--checkbox .checkbox input:checked + .checkbox__custom::after {
    opacity: 1;
}

.form-block .field-text__input {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    background-color: transparent !important;
    -webkit-text-fill-color: rgba(247, 247, 247, 1) !important;
}

.matches-project_inner .project-related__items {
    margin-bottom: 34px;
}
.matches-project_inner .btn_main--project {
    font-family: Inter;
    font-size: 16px;
    height: 60px;
    width: 366px;
}

.layout-block .swiper-pagination {
    position: initial;
    margin-top: 10px;
    display: none;
}

.layout-block .swiper-pagination-bullet {
    position: relative;
    background: 0 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid transparent;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    opacity: 1;
    margin: 0 9px;
}

.layout-block .swiper-pagination-bullet-active {
    border-color: #d6d6d6;
}

.layout-block .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #d6d6d6;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.layout-block .swiper-pagination-bullet-active::before {
    background: rgba(232, 133, 1, 1);
}
.layout-block .btn_main--project {
    font-family: Inter;
}

.project-set__table-price--request {
    margin-bottom: 10px !important;
}

.table-block-center {
    position: relative;
    top: 6px;
}

.project-set__table-cell:not(.swiper-container),
.project-set__table-cell:not(.swiper-slide),
.first-col-width {
    width: 300px;
}

.project-card__info-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.project-card__info-price {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 115%;
    color: rgba(74, 99, 69, 1);
}

.project-card__image img {
    height: 380px;
    object-fit: cover;
}

@media (max-width: 1919px) {

    .project-set__table-cell:not(.swiper-container),
    .project-set__table-cell:not(.swiper-slide),
    .first-col-width {
        width: auto;
    }

    .page-project .page-title {
        font-size: 40px;
    }

    .page-project__info {
        width: 343px;
    }

    .project-price__label {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 10px;
    }

    .project-price__value {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .project-price__credit img {
        width: 153px;
    }

    .decorate_line {
        margin-top: 10px;
        margin-bottom: 18px;
    }

    .props_icons-list {
        margin-bottom: 4px;
    }

    .project-price__credit {
        font-size: 18px;
    }

    .project-features__label, .project-features__value {
        font-size: 16px;
    }

    .page-project__summary .page-default-btn {
        font-size: 16px;
    }

    .page-project__consult-label {
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 8px;
    }

    .page-project__consult-link {
        font-size: 24px;
    }

    .project-gallery__thumbnail {
        height: 162px;
    }

    .project-gallery .project-gallery__images .swiper-container {
        height: 469px;
    }

    .project-gallery .project-gallery__images .swiper-wrapper {
        height: 100%;
    }

    .project-features__item {
        margin: 0;
    }

    .project-gallery_additional-arrow-left,
    .project-gallery_additional-arrow-right {
        width: 38px;
    }

    .project-gallery_additional-arrows {
        gap: 13px;
    }

    .page-project__summary {
        margin-bottom: 30px;
    }

    .page-project__consult {
        padding: 10px 20px;
    }

    .page-h2-adaptive {
        font-size: 64px;
    }

    .project-set_description {
        width: 649px;
        font-weight: 300;
        font-size: 16px;
    }

    .project-set__table-heading {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .project-set__table-helper {
        font-size: 14px;
    }

    .project-set__table-ribbon {
        font-size: 14px;
    }

    .project-set__table-value {
        font-size: 24px;
    }

    .question-block_text {
        font-weight: 300;
        font-size: 16px;
    }

    .question-block_tizers-item_title {
        font-size: 16px;
    }

    .question-block_tizers-item_icon img {
        width: 32px;
        height: 32px;
    }

    .form-block-right {
        width: 478px;
    }

    .form-block_description {
        font-size: 24px;
        margin-top: 24px;
    }

    .realization-block_gallery-item_inner {
        height: 210px;
    }

    .realization-block_gallery-item:nth-child(7) .realization-block_gallery-item_inner, .realization-block_gallery-item:nth-child(8) .realization-block_gallery-item_inner {
        height: 321px;
    }

    .categoties-block-tab {
        font-size: 20px;
        margin-right: 64px;
    }

    .matches-project_slider_arrows {
        top: 54px;
        right: 10px;
    }

    .similar-projects_slider_arrows {
        top: 125px;
        right: 10px;
    }

    .matches-project_slider_arrow-prev,
    .matches-project_slider_arrow-next,
    .similar-projects_slider_arrow-prev,
    .similar-projects_slider_arrow-next
    {
        width: 32px;
    }

    .matches-project_slider_arrow-next,
    .similar-projects_slider_arrow-next{
        position: relative;
        top: -4px;
    }

    .project-card_tag {
        font-size: 14px;
        top: 16px;
        left: 12px;
    }

    .matches-project-container .project-card__title {
        font-size: 16px !important;
    }

    .params-list {
        margin-top: 10px;
    }

    .params-list_item {
        font-size: 13px;
    }

    .matches-project-container .project-card__content {
        padding: 14px 8px !important;
    }

    .props_icons-item {
        font-size: 16px;
    }

    .props_icons-item img {
        width: 24px;
    }

    .page-project .page-title {
        margin-bottom: 25px;
    }

    .page-project__info {
        margin-left: 46px;
    }

    .description-block {
        margin-top: 90px;
        margin-bottom: 85px;
    }

    .description-block_tags-list {
        margin-top: 0;
    }

    .description-block .page-h2-adaptive {
        margin-bottom: 25px;
    }

    .description-block_tag img {
        width: 32px;
        height: 32px;
    }

    .description-block_tags-list {
        margin-bottom: 5px;
    }

    ul.orange-ul {
        padding-left: 17px;
        font-size: 16px;
    }

    .layout-block .page-title-block_with-btn {
        margin-bottom: 28px;
    }

    .layout-slider_item img {
        height: 411px;
    }

    .layout-slider .project-schemes__item-title {
        margin-top: 0px;
    }

    .project-schemes__item-image {
        margin: 0px auto 10px;
    }

    .project-set {
        margin-top: 100px !important;
    }

    .project-set__table-cell {
        padding: 3px 15px 8px 0;
    }

    .question-block .page-h2-adaptive {
        margin-top: 100px;
    }

    .question-block_tizers-item_inner {
        padding: 16px;
    }

    .question-block_tizers-item_title {
        line-height: 115%;
    }

    .question-block_tizers-item_icon {
        display: flex;
        align-items: end;
        justify-content: end;
    }

    .form-block {
        padding: 75px 0 28px;
        margin-top: 100px;
    }

    .realization-block_gallery {
        margin: -8px;
    }

    .realization-block_gallery-item {
        padding: 8px;
    }

    .realization-video:after {
        content: url("/img/projects/gallery_video-1280.svg");
    }

    .realization-block {
        margin-bottom: 100px;
        margin-top: 100px;
    }

    .categories-item a {
        font-size: 16px;
    }

    .project-related {
        margin: 100px 0 75px;
    }

    .page-project {
        padding-top: 24px !important;
    }
    ul.orange-ul li {
        margin-bottom: 11px;
        position: relative;
    }
    .question-block .page-h2-adaptive{
        margin-bottom: 30px;
    }
    .question-block_text {
        margin-bottom: 30px;
    }
    .project-set__table-values-inner .project-set__table-cell-header .project-set__table-heading {
        font-size: 16px;
    }
    .matches-project_inner .project-related__items {
        margin-bottom: 32px;
    }
    .matches-project_inner .btn_main--project {
        height: 52px;
        width: 252px;
    }
    .matches-project-container{
        margin-bottom: 100px;
    }

    .similar-projects_inner .page-h2-adaptive,
    .matches-project_inner .page-h2-adaptive {
        margin-bottom: 28px;
    }

    .similar-projects_inner .page-h2-adaptive {
        width: 90%;
    }

    .realization-block_gallery-mobile_video {
        height: 370px;
        max-width: 853px;
        margin-top: 16px;
    }

    .realization-block_gallery-mobile-item {
        margin-right: 16px;
    }

    .realization-block_gallery-mobile-item_inner {
        height: 256px;
    }

    .realization-block_gallery-mobile-item:nth-child(3n+1) {
        width: 441px;
    }

    /* 2, 5, 8 элементы */
    .realization-block_gallery-mobile-item:nth-child(3n+2) {
        width: 392px;
    }

    /* 3, 6, 9 элементы */
    .realization-block_gallery-mobile-item:nth-child(3n+3) {
        width: 487px;
    }

    .realization-video-play {
        width: 54px;
        height: 54px;
    }

    .project-card__info-price {
        font-size: 14px;
    }
    .project-card__image img {
        height: 218px;
    }
}

@media (max-width: 1279px) {
    .page-project .page-title {
        font-size: 36px;
    }

    .project-gallery .project-gallery__images .swiper-container {
        height: 340px;
    }

    .project-gallery__thumbnail {
        height: 106px;
    }

    .page-project__info {
        width: 100%;
        margin: 0;
    }

    .description-block_text-col {
        width: 100%;
    }

    ul.orange-ul {
        padding-left: 20px;
        font-size: 16px;
    }

    .description-block_tags-list {
        display: none;
    }

    .project-price__value {
        font-size: 28px;
    }

    .project-price__credit {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .project-price__credit a {
        display: block;
        width: 190px;
    }

    .page-h2-adaptive {
        font-size: 36px;
    }

    .description-block {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .btn_main--project-mobile {
        display: flex !important;
        width: 100% !important;
        margin-top: 24px;
    }

    .project-set {
        margin: 30px 0 30px 0 !important;
        padding: 30px 0 !important;
        background: transparent;
    }

    .page-title-block_with-btn {
        flex-direction: column;
        align-items: start;
        gap: 24px;
        margin: 0;
    }

    .project-set_description {
        width: 100%;
        font-size: 16px;
    }

    .question-block .page-h2-adaptive {
        margin-top: 24px;
        margin-bottom: 16px;
    }

    .question-block_text {
        margin-bottom: 20px;
    }

    .question-block_tizers-item {
        width: 50%;
    }

    .question-block_tizers-item_title {
        font-size: 16px;
        line-height: 115%;
    }

    .question-block_tizers-list {
        margin: 0px -10px -10px -10px;
    }

    .question-block_tizers-item {
        margin-bottom: 0px;
    }

    .question-block_tizers-item_inner {
        margin: 10px;
        padding: 16px 12px;
        height: 109px;
    }

    .form-block {
        margin-top: 56px;
        padding: 32px 0;
    }

    .form-block-left, .form-block-right {
        width: 100%;
    }

    .form-block_description {
        font-size: 20px;
        line-height: 140%;
        margin-top: 15px;
        margin-bottom: 35px;
    }

    .form-block-right .page-default-btn {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .realization-block {
        margin-top: 72px;
        margin-bottom: 60px;
    }

    .categoties-block_tabs-list {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        cursor: grab;
        scroll-behavior: smooth;
        display: block;
    }

    .categoties-block-tab {
        display: inline-block;
        width: fit-content;
        margin-right: 20px;
        white-space: normal;
        font-size: 16px;
    }

    .categories-col {
        width: 50%;
        display: none;
    }

    .categories-col:nth-child(1),
    .categories-col:nth-child(2) {
        display: block;
    }

    .project-card__images .swiper-slide {
        aspect-ratio: auto !important;
    }

    .matches-project_slider_arrows {
        top: 20px;
    }

    .realization-block_gallery-item_inner {
        height: 192px;
    }

    .realization-block_gallery-item:nth-child(1) {
        width: 55%;
    }

    .realization-block_gallery-item:nth-child(2) {
        width: 45%;
    }

    .realization-block_gallery-item:nth-child(3) {
        width: 45%;
    }

    .realization-block_gallery-item:nth-child(4) {
        width: 55%;
    }

    .realization-block_gallery-item:nth-child(5) {
        width: 55%;
    }

    .realization-block_gallery-item:nth-child(6) {
        width: 45%;
    }

    .realization-block_gallery-item:nth-child(7) {
        width: 100%;
    }

    .realization-block_gallery-item:nth-child(7) .realization-block_gallery-item_inner {
        height: 300px;
    }

    .realization-block_gallery-item:nth-child(8) {
        width: 100%;
    }

    .realization-block_gallery-item {
        padding: 6px;
    }

    .realization-block_gallery {
        margin: -6px;
    }

    .project-set__table {
        display: none;
    }

    .project-set_tabs-mobile {
        display: block;
    }

    .page-title-block_with-btn .btn_main--project {
        display: none;
    }

    .page-title-block_with-btn .page-h2-adaptive {
        margin-bottom: 24px;
    }

    .project-gallery_additional-arrows {
        display: none;
    }

    .page-project__gallery {
        margin-bottom: 24px;
    }

    .project-price__label {
        margin-bottom: 10px;
    }

    .project-price__value {
        margin-bottom: 10px;
    }

    .project-price__credit img {
        width: 190px;
    }

    .project-price {
        margin-bottom: 0px;
    }

    .decorate_line {
        margin-top: 6px;
        margin-bottom: 25px;
    }

    .project-features__item {
        margin-bottom: 3px;
    }

    .page-project__layout {
        margin-bottom: 0px;
    }

    .page-project__summary {
        margin-bottom: 25px;
    }

    .description-block .page-h2-adaptive {
        margin-bottom: 20px;
    }

    ul.orange-ul {
        padding-left: 16px;
    }

    ul.orange-ul li {
        margin-bottom: 10px;
    }

    .layout-block .page-title-block_with-btn {
        margin-bottom: 24px;
    }

    .page-title-block_with-btn .page-h2-adaptive {
        margin-bottom: 0px;
    }

    .layout-slider_item img {
        height: 202px;
    }

    .project-schemes__item-title {
        font-weight: 500;
        font-size: 16px;
    }

    .btn_main--project-mobile {
        margin-top: 18px;
    }

    .question-block .page-h2-adaptive {
        margin-bottom: 20px;
    }

    .form-block form {
        margin-top: 40px !important;
    }

    .form-block {
        margin-top: 50px;
        padding: 40px 0 65px;
    }

    .realization-block_gallery-item_inner {
        height: 166px;
    }

    .realization-block_gallery-item:nth-child(7) .realization-block_gallery-item_inner {
        height: 192px;
    }

    .realization-block_gallery-item:nth-child(8) .realization-block_gallery-item_inner {
        height: 300px;
    }

    .categoties-block_tabs-list {
        margin-bottom: 22px;
    }

    .categories-item {
        margin-bottom: 12px;
    }

    .project-related {
        margin: 50px 0 75px;
    }

    .page-project {
        padding-top: 50px !important;
    }

    .description-block_show-more,
    .description-block_hide-more {
        margin-top: 4px;
        display: block;
    }

    .description-block_text-row .description-block_text-col:nth-child(2) {
        display: none;
    }
    .realization-video:after {
        content: url("/img/projects/gallery_video-640.svg");
    }
    .matches-project_inner .btn_main--project {
        width: 100%;
    }
    .layout-slider .project-schemes__item-title {
        font-size: 16px;
    }
    .categories-item {
        width: 50%;
    }
    .matches-project-container{
        margin-bottom: 60px;
    }
    .similar-projects_inner .page-h2-adaptive,
    .matches-project_inner .page-h2-adaptive {
        margin-bottom: 24px;
    }

    .realization-block_gallery-mobile_video {
        height: 275px;
        max-width: 100%;
        margin-top: 12px;
    }

    .realization-block_gallery-mobile-item {
        margin-right: 12px;
    }

    .realization-block_gallery-mobile-item_inner {
        height: 166px;
    }

    .realization-block_gallery-mobile-item:nth-child(3n+1),
    .realization-block_gallery-mobile-item:nth-child(3n+3) {
        width: 306px;
    }

    /* 2, 5, 8 элементы */
    .realization-block_gallery-mobile-item:nth-child(3n+2) {
        width: 242px;
    }

    .realization_slider_arrows {
        display: none;
    }

    .realization-video-play {
        width: 37px;
        height: 37px;
    }

    .categories-item:nth-child(13),
    .categories-item:nth-child(14) {
        display: block;
    }

    .similar-projects_inner .page-h2-adaptive {
        width: 100%;
    }
}

@media (max-width: 639px) {
    .page-project .page-title {
        font-size: 28px;
    }

    .project-gallery .project-gallery__images .swiper-container {
        height: 200px;
    }

    .project-gallery__thumbnail {
        height: 68px;
    }

    .project-price__credit {
        display: block;
    }

    .project-price__credit a {
        width: 130px;
    }

    .page-h2-adaptive {
        font-size: 28px;
    }

    .description-block, .layout-block {
        margin-top: 48px;
    }

    .project-price__value {
        font-size: 24px;
    }

    ul.orange-ul {
        padding-left: 20px;
        font-size: 14px;
    }

    .project-set {
        margin: 24px 0 24px 0 !important;
        padding: 24px 0 !important;
    }

    .layout-block .page-h2-adaptive {
        margin-bottom: 16px;
    }

    .description-block {
        margin-bottom: 48px;
    }

    .form-block_description {
        font-size: 18px;
    }

    .categories-col {
        width: 100%;
    }

    .question-block_tizers-item_title {
        font-size: 14px;
        line-height: 115%;
    }

    .matches-project_slider_arrows,
    .similar-projects_slider_arrows {
        display: none;
    }

    .realization-block_gallery-mobile, .realization-block_gallery-mobile_video {
        display: block;
    }

    .realization-block_gallery {
        display: none;
    }

    .realization-block {
        margin-bottom: 48px;
        margin-top: 56px;
    }

    .project-set_tabs-mobile-tab {
        font-size: 13px;
    }

    .trapezoid-text {
        padding: 0 14px;
        justify-content: center;
        text-align: center;
    }

    .project-set_tabs-mobile_tab-name {
        font-weight: 400;
        margin-bottom: 6px;
    }

    .decorate_line {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .props_icons-list {
        margin-bottom: 8px;
    }

    .project-features__item {
        margin-bottom: 2px;
    }

    .page-project__consult {
        display: block;
    }

    .page-project__summary {
        margin-bottom: 35px;
    }

    .page-project__consult {
        padding: 20px;
        margin: 0 -16px;
    }

    .page-project__consult-link {
        letter-spacing: 2px;
        text-decoration: none;
    }

    .description-block, .layout-block {
        margin-top: 0px;
    }

    .description-block {
        margin-bottom: 30px;
    }

    .layout-block .page-title-block_with-btn {
        margin-bottom: 0px;
    }

    .layout-slider_item img {
        height: 246px;
        border-radius: 8px;
    }

    .layout-slider .project-schemes__item-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .page-title-block_with-btn {
        gap: 15px;
    }

    .project-set_tabs-mobile {
        margin-top: 20px;
    }

    .project-set_tabs-mobile-list {
        margin-left: 15px;
    }
    .question-block_text {
        margin-bottom: 10px;
    }
    .question-block_tizers-item_inner {
        margin: 5px;
        padding: 12px;
    }
    .question-block_tizers-list {
        margin: 0px -5px -5px -5px;
    }
    .form-block {
        margin-top: 50px;
        padding: 35px 0;
    }
    .realization-block {
        margin-bottom: 35px;
    }
    .categoties-block-tab {
        padding-bottom: 7px;
        font-size: 14px;
    }
    .categoties-block_tabs-list{
        margin-bottom: 15px;
    }
    .categories-item {
        margin-bottom: 12px;
    }
    .project-related {
        margin: 35px 0 75px;
    }
    .page-project {
        padding-top: 70px !important;
    }
    .page-project .page-title {
        margin-bottom: 18px;
    }
    .description-block_show-more,
    .description-block_hide-more {
        margin-top: 0;
    }
    .orange-ul li.mobile-hidden {
        display: none;
    }
    .matches-project_inner .project-related__items {
        margin-bottom: 24px;
    }
    .layout-block .swiper-pagination {
        display: block;
    }
    .categories-item {
        width: 100%;
    }
    .matches-project-container{
        margin-bottom: 48px;
    }
    .similar-projects_inner .page-h2-adaptive,
    .matches-project_inner .page-h2-adaptive {
        margin-bottom: 16px;
    }

    .realization-block_gallery-mobile_video {
        height: 185px;
        max-width: 100%;
        width: 328px;
        margin-top: 10px;
    }

    .realization-block_gallery-mobile-item {
        margin-right: 8px;
        width: 100%;
        max-width: 318px;
    }

    .realization-block_gallery-mobile-item_inner {
        height: 182px;
    }

    .realization-video-play {
        width: 46px;
        height: 46px;
    }

    .categories-item:nth-child(n+8) {
        display: none;
    }
}

/* End */


/* Start:/local/templates/brickhouse-new/css/custom-rsa.css?1700582279675*/
.scrollToTopBtn {
  background-color: #7fb568;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 18px;
  height: 58px;
  width: 58px;

  /* place it at the bottom right corner */
  position: fixed;
  bottom: 150px;
  right: 50px;
  border-radius: 50%;
  /* keep it at the top of everything else */
  z-index: 100;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all 0.5s ease;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}
.scrollToTopBtn img {width: 100%;}


@media (min-width: 1231px) {
  a[href^='tel:'] {
    pointer-events: all !important;
  }
}
/* End */


/* Start:/local/templates/brickhouse-new/css/main_style.css?177684114264072*/
@font-face {
    font-family: 'Onest';
    src: url('/local/templates/brickhouse-new/fonts/Onest-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('/local/templates/brickhouse-new/fonts/Onest-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Onest';
    src: url('/local/templates/brickhouse-new/fonts/Onest-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.page_main {
    font-family: "Inter", sans-serif;
    color: #1c1c1c;
}

.page_main p {
    hyphens: none;
}

.main_title {
    font-family: 'Onest', sans-serif;
}

.main_title_h2 {
    font-weight: 400;
    font-size: 64px;
    line-height: 115%;
}

.btn_default {
    border-radius: 12px;
    width: 252px;
    height: 52px;

    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 115%;
    transition: all 0.3s ease-in-out;
}

.main_arrow_up {
    position: fixed;
    bottom: 100px;
    right: 16px;

    z-index: 99;
    display: none;
    width: 64px;
    height: 64px;

    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.main_arrow_up.is-visible {
    opacity: 1;
    pointer-events: auto;
}

/*hero-block*/

.main_title--hero {
    margin-bottom: 19px;
    font-size: 56px;
    color: #F7F7F7;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 115%;
}

.main_hero {
    position: relative;
    top: -7px;

    width: 100%;
    height: 725px;
}

.main_hero_bg--wrap {
    width: 100%;
    height: 100%;
}

.main_hero_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_hero_wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.main_hero_content {
    position: absolute;
    bottom: 36px;
    right: 0;
    z-index: 10;
}

.main_hero_content--txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_hero_subtitle {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 115%;
    color: #F7F7F7;
}

.btn_main--hero {
    color: #F7F7F7;
    background-color: #e88501;

    width: 285px;
    height: 48px;
}

.btn_main--hero:hover {
    color: #F7F7F7;
    background-color: #D17801;
}

.btn_main--hero:active, .btn_main--hero:focus {
    color: #F7F7F7;
    background-color: #FF970C;
}

/*statistic block*/

.main_statistic {
    margin-top: 95px;
}

.main_statistic_wrap {
    display: flex;
    align-items: center;
    height: 192px;
}

.main_statistic_accent {
    margin-right: 25px;
    background-color: #4A6345;
    border-radius: 16px;
    padding: 15px 17px;
    max-width: 324px;
    width: 100%;
    height: 192px;
}

.main_statistic_accent--desktop {
    display: block;
}

.main_statistic_accent--mobile {
    display: none;
}

.main_statistic_caption {
    font-family: 'Onest', sans-serif;
    font-size: 36px;
    line-height: 115%;
}

.main_statistic_content_item .main_statistic_caption {
    margin-top: 34px;
    margin-bottom: 4px;
}

.main_statistic_content_item {
    position: relative;
    padding-right: 22px;
}

.main_statistic_group .main_statistic_content_item:nth-child(2) {
    padding-left: 0;
}

.main_statistic_content_item:not(:first-child) {
    padding-left: 19px;
}

.main_statistic_content_item:last-child {
    padding-right: 0;
}

.main_statistic_content_item:not(:last-child)::after {
    content: "";
    position: absolute;

    right: 0;
    top: 17px;
    width: 1px;
    height: 91%;
    background-color: #6E6E6E;
}

.main_statistic_accent .main_statistic_caption {
    margin-top: 20px;
    margin-bottom: 20px;
}

.main_statistic_caption span {
    font-weight: 500;
    font-size: 64px;
    line-height: 115%;
}

.main_statistic_description {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
}

.main_statistic_accent p {
    color: #F7F7F7;
}

.main_statistic_content {
    position: relative;
    top: -3px;
}

.main_statistic_content_item .main_statistic_description {
    color: #6E6E6E;
}

.main_statistic_text {
    font-weight: 400;
    font-size: 24px;
    line-height: 115%;
}

.main_statistic_text--desktop {
    display: block;
}

.main_statistic_text--mobile {
    display: none;
}

.main_statistic_group {
    display: flex;
}

/*project block*/

.main_projects {
    margin-top: 100px;
}

.main_projects_top {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_projects_title {
    margin-top: 0;
    margin-bottom: 0;
}

.btn_main--project {
    color: #4A6345;
    border-radius: 12px;
    width: 252px;
    height: 52px;
    border: 2px solid #4A6345;
}

.btn_main--project:hover {
    background-color: #4A6345;
    color: #f7f7f7;
}

.btn_main--project:focus {
    color: #4A6345;
}

.btn_main--project:active {
    color: #f7f7f7;
    background-color: #3B4F37;
}

@media (max-width: 640px) {
    .btn_main--project {
        border: none;
        width: auto;
        height: auto;
    }   
}

.main_projects_group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    height: 830px;
}

.main_projects_item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.main_projects_item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 100%);
}


.main_projects_item:nth-child(1) {
    height: 257px;
}

.main_projects_item:nth-child(2) {
    grid-column: span 2;
    height: 198px;
}

.main_projects_item:nth-child(3) {
    height: 334px;
}

.main_projects_item:nth-child(4) {
    height: 334px;
}

.main_projects_item:nth-child(5) {
    height: 257px;
}

.main_projects_item:nth-child(6) {
    height: 198px;
}

.main_projects_item:nth-child(7) {
    height: 257px;
}

.main_projects_item:nth-child(8) {
    height: 334px;
}

.main_projects_item:nth-child(4), .main_projects_item:nth-child(5), .main_projects_item:nth-child(7) {
    top: -59px;
}

.main_projects_item:nth-child(8) {
    top: -136px;
}

.main_projects_item--img_wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.main_projects_item--img {
    position: absolute;
    top: 0;
    left: 0;
    scale: 1.05;

    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out all;
}

.main_projects_item--img_first {
    z-index: 0;
}

.main_projects_item--bottom {
    padding-right: 19px;
    padding-left: 14px;

    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 5;

    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
}

.main_projects_item_caption {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    line-height: 110%;
}

.main_projects_item--svg {
    position: relative;
    height: 32px;
    width: 37px;
    overflow: hidden;
    transition: 0.3s ease-in-out all;
}

.main_projects_item--svg svg {
    position: absolute;
    right: 0;
    transition: 0.3s ease-in-out all;
}

.main_projects_item:hover .main_projects_item--svg {
    width: 50px;
}

.main_projects_item:hover .main_projects_item--img_first {
    transform: scale(1.1);
}

/*benefits block*/

.main_benefits {
    margin-top: 100px;
}

.main_benefits_title {
    margin-bottom: 27px;
}

.main_benefits_item {
    padding: 15px 20px 20px;
    border-radius: 16px;
    border: 1px solid #1C1C1C;
}

.main_benefits_item--accent {
    padding-top: 22px;

    display: flex;
    align-items: center;

    font-weight: 500;
    font-size: 32px;
    line-height: 115%;

    border-radius: 16px;
    border: unset;
    background: #4A6345;
    color: #F7F7F7;
}

.main_benefits_item_top {
    margin-bottom: 11px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_benefits_item_caption {
    font-weight: 500;
    font-size: 20px;
}

.main_benefits_item_description {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #6E6E6E;
}

.main_benefits_info {
    display: flex;
    justify-content: space-between;
}

.main_benefits_info_img {
    border-radius: 16px;
    height: 403px;
    width: 100%;
    max-width: 830px;
    object-fit: cover;
}

.main_benefits_info_group {
    margin-left: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_benefits_info_item:not(:last-child) {
    margin-bottom: 26px;
    border-bottom: 1px solid #E1E1E1;
}

.main_benefits_item_svg {
    width: 36px;
    height: 36px;
}

.main_benefits_info_caption {
    font-family: "Onest", sans-serif;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
}

.main_benefits_info_description {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

/*social block*/

.main_social {
    margin-top: 98px;
    padding-top: 61px;
    padding-bottom: 80px;
    background-color: #ECECEC;
}

.main_social_top {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
}

.main_social_title {
    margin-top: 0;
    margin-bottom: 0;
    hyphens: none;
    flex: 1.05;
}

.main_social_subtitle {
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #6E6E6EFF;
}

.main_social_top_txt {
    margin-left: 19px;
    margin-top: 11px;
    flex: 1;
}

.btn_main--social {
    background-color: #4A6345;
    color: #F7F7F7;
}

.btn_main--social:hover {
    background-color: #344530;
    color: #F7F7F7;
}

.btn_main--social:focus {
    color: #f7f7f7;
}

.btn_main--social:active {
    color: #f7f7f7;
    background-color: #7B8C77;
}

.main_social_links {
    margin-bottom: 37px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_social_links_item {
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out all;
}

.main_social_links_item svg {
    transition: 0.3s ease-in-out all;
}

.main_social_links_item:hover {
    color: #4A6345;
}

.main_social_links_item:hover svg {
    filter: brightness(85%);
}

.main_social_links_item:active, .main_social_links_item:focus {
    color: #5B7156;
}

.main_social_links_item svg {
    margin-right: 10px;
    width: 52px;
    height: 52px;
}

.main_social_links_item span {
    font-weight: 400;
    font-size: 24px;
    line-height: 115%;
    text-decoration: underline;
}

.main_social_video_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.main_social_video_item {
    position: relative;
}

.main_social_video_txt {
    margin-bottom: 0;
    margin-right: 40px;
    position: absolute;
    bottom: 24px;
    left: 20px;
    z-index: 10;
    color: #F7F7F7;
    font-weight: 600;
    font-size: 22px;
    line-height: 115%;

    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.main_social_video {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
    background: #000;
}

.main_social_video::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--preview);
    background-size: cover;
    background-position: center;
}

.main_social_video::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 37%);
}

.main_social_video .play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 2;

    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 2.2915C32.0888 2.2915 24.3552 4.52575 17.7772 8.71171C11.1992 12.8977 6.07234 18.8473 3.04484 25.8083C0.0173314 32.7693 -0.774802 40.429 0.768607 47.8188C2.31202 55.2085 6.12165 61.9964 11.7157 67.3241C17.3098 72.6519 24.4372 76.2801 32.1964 77.75C39.9556 79.2199 47.9983 78.4655 55.3073 75.5822C62.6164 72.6988 68.8635 67.8161 73.2588 61.5513C77.654 55.2866 80 47.9213 80 40.3867C80 35.384 78.9654 30.4303 76.9552 25.8083C74.945 21.1864 71.9986 16.9868 68.2843 13.4493C64.5699 9.91187 60.1604 7.1058 55.3073 5.19133C50.4543 3.27687 45.2529 2.2915 40 2.2915ZM32 57.5296V23.2439L56 40.3867L32 57.5296Z' fill='%23F7F7F7' fill-opacity='0.8'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.main_social_video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 3;
}

.about_project.main_project {
    margin-top: 100px;
    margin-bottom: 105px;
}

.main_office_wrap {
    display: flex;
    justify-content: space-between;
}

.main_excursion_title {
    margin-top: 0;
    margin-bottom: 48px;
}

.about_excursion_wrap.main_excursion_wrap {
    flex-direction: column;
    align-items: flex-start;
}

.main_excursion {
    flex: 1;
}

.main_excursion_image_wrap {
    margin-top: 18px;
    margin-left: 24px;

    flex: 1;
    overflow: hidden;
    border-radius: 16px;
    width: 548px;
    height: 362px;
}

.main_excursion_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_excursion_txt_caption {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 24px;
    line-height: 115%;
}

.about_excursion.main_excursion {
    margin-bottom: 0;
}

.about_excursion_txt {
    margin-bottom: 23px;
}

.main_excursion_btn--desktop {
    display: flex;
}

.main_excursion_btn--mobile {
    display: none;
}

.main_reviews_top {
    display: flex;
    margin-bottom: 37px;
    align-items: flex-end;
}

.main_reviews_subtitle {
    margin-right: 140px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.main_reviews_title {
    margin-bottom: 25px;
}

.btn_main--reviews {
    flex-shrink: 0;
    border: 2px solid #4A6345;
    color: #4A6345;
}

.btn_main--reviews:hover {
    background-color: #4A6345;
    color: #F7F7F7;
}

.btn_main--reviews:active {
    color: #F7F7F7;
    background-color: #3B4F37;
}

.btn_main--reviews:focus {
    color: #F7F7F7;
    background-color: #3B4F37;
}

.btn_main--reviews--desktop {
    display: flex;
}

.btn_main--reviews--mobile {
    display: none;
}

.main_reviews_wrap {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.main_reviews_video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
}

.main_reviews_video_preview {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: relative;
}

.main_reviews_video_play {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, .2);
    cursor: pointer;
}

.main_reviews_video_play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 2.2915C32.0888 2.2915 24.3552 4.52575 17.7772 8.71171C11.1992 12.8977 6.07234 18.8473 3.04484 25.8083C0.0173314 32.7693 -0.774802 40.429 0.768607 47.8188C2.31202 55.2085 6.12165 61.9964 11.7157 67.3241C17.3098 72.6519 24.4372 76.2801 32.1964 77.75C39.9556 79.2199 47.9983 78.4655 55.3073 75.5822C62.6164 72.6988 68.8635 67.8161 73.2588 61.5513C77.654 55.2866 80 47.9213 80 40.3867C80 35.384 78.9654 30.4303 76.9552 25.8083C74.945 21.1864 71.9986 16.9868 68.2843 13.4493C64.5699 9.91187 60.1604 7.1058 55.3073 5.19133C50.4543 3.27687 45.2529 2.2915 40 2.2915ZM32 57.5296V23.2439L56 40.3867L32 57.5296Z' fill='%23F7F7F7' fill-opacity='0.8'/%3E%3C/svg%3E");
}

.main_reviews_video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.main_reviews_row {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_reviews_img {
    margin-right: 12px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.main_reviews_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_reviews_name {
    font-weight: 500;
    font-size: 20px;
    line-height: 115%;
    max-width: 100px;
    text-wrap: balance;
}

.main_reviews_client {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_reviews_rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.main_reviews_rating svg {
    width: 23px;
    height: 22px;
}

.main_reviews_text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 139%;
    color: #6E6E6E;
}

.main_reviews_more {
    display: none;
}

.main_reviews {
    margin-bottom: 100px;
}

/*block calc*/

.main_calc {
    margin-bottom: 100px;
    padding-top: 60px;
    padding-bottom: 41px;
    background-color: #ECECEC;
}

.main_calc_top {
    display: flex;
    justify-content: space-between;
}

.main_calc_title {
    margin-top: 0;
    margin-bottom: 0;
    flex: 1.2;
}

.main_calc_subtitle {
    margin-top: 14px;
    margin-left: 18px;

    flex: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.main_calc_re .calculator {
    padding: 30px 0 0;
}

.main_calc_re .calculator__title {
    margin-bottom: 0;
    margin-left: 0;
    font-weight: 500;
    font-size: 20px;
}

.main_calc_re .calculator__step {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
}

.main_calc_re .calculator__step-current {
    position: relative;
    right: 1px;
    font-weight: 600;
    font-size: 24px;
    color: #4A6345;
}

.main_calc_re .calculator__progress {
    margin-top: 7px;
    margin-bottom: 32px;
}

.main_calc_re .progress {
    background-color: #F7F7F7;
    border-radius: 8px;
}

.main_calc_re .progress__bar {
    min-height: 8px;
    border-radius: 8px;
    background-color: #4A6345;
}

.main_calc_re .progress__bar::after {
    content: unset;
}

.main_calc_re .field-radio-box__inner {
    padding: 18px 18px 5px;
    border-radius: 12px;
    min-height: 122px;
    border-color: #D9D9D9;
}

.main_calc_re .field-radio-box--checked .field-radio-box__inner {
    border: 2px solid #4A6345;
}

.main_calc_re .field-radio-box__name {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
}

.main_calc_re .field-radio-box__inner::before {
    border: 2px solid #D9D9D9;
    border-radius: 40px;
    width: 24px;
    height: 24px;
    top: 20px;
    right: 20px;
}

.main_calc_re .field-radio-box__inner::after {
    top: 24px;
    right: 24px;
    width: 16px;
    height: 16px;
    background-color: #4A6345;
}

.main_calc_re .field-radio-box--checked .field-radio-box__inner::before {
    border-color: #4A6345;
}

.main_calc_re .calculator__grid {
    gap: 16px;
    margin-bottom: 31px;
}

.main_calc_re .calculator__grid--col-2 {
    gap: 24px;
}

.main_calc_re .tip {
    display: none;
}

.main_calc_re .btn {
    border-radius: 12px;
    width: 252px;
    height: 52px;
    background-color: #4A6345;

    font-weight: 400;
    font-size: 16px;
    line-height: 115%;
    color: #F7F7F7;
}

.main_calc_re .btn:hover {
    background-color: #344530;
}

.main_calc_re .btn:focus {
    color: #f7f7f7;
}

.main_calc_re .btn:active {
    color: #f7f7f7;
    background-color: #7B8C77;
}

.calculator__info {
    margin-left: 48px;
}

.main_calc_re .calculator__info img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main_calc_re .field-radio-box__name {
    margin-bottom: 0;
}

.main_calc_re .field-select {
    position: relative;
}

.main_calc_re .field-select__native {
    display: none;
}

.main_calc_re .custom-select {
    position: relative;
    width: 100%;
}

.main_calc_re .field-radio-box__inner :last-child {
    margin-bottom: 3px;
    fill: none;
}

.main_calc_re .custom-select__trigger {
    width: 100%;
    height: 42px;
    padding: 0 10px 4px 4px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #6E6E6E;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
}

.main_calc_re .custom-select__trigger svg {
    transition: transform 0.2s ease;
    fill: none;
    flex-shrink: 0;
}

.main_calc_re .custom-select.open .custom-select__trigger svg {
    transform: rotate(180deg);
}

.main_calc_re .custom-select__dropdown {
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    width: 100%;
    background: #f9f9f9;
    border-radius: 16px;
    padding: 12px 0;
    box-shadow: 0 1px 4px 2px rgba(74, 99, 69, 0.3);
    display: none;
    max-height: 320px;
    overflow-y: auto;
    z-index: 20;
}

.main_calc_re .custom-select.open .custom-select__dropdown {
    display: block;
}

.main_calc_re .custom-select__option {
    padding: 13px 12px;
    font-size: 16px;
    cursor: pointer;
}

.main_calc_re .custom-select__option:hover {
    background-color: #4A6345;
    color: #F7F7F7;
}

.main_calc_re .calculator__button--prev {
    border: 2px solid #4A6345;
    background-color: transparent;
    color: #4A6345;
}

.main_calc_re .calculator__button--prev:hover {
    background-color: #4A6345;
    color: #F7F7F7;
}

.main_calc_re .calculator__button--prev:active {
    color: #F7F7F7;
    background-color: #3B4F37;
}

.main_calc_re .calculator__button--prev:focus {
    color: #F7F7F7;
    background-color: #3B4F37;
}

.main_calc_re .field-group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background-color: #f9f9f9;
    border: 2px solid #4A6345;
    border-radius: 12px;
    min-height: 140px;
    height: auto;
}

.main_calc_re .field-group-fs{
    justify-content: flex-start;
    gap: 5px;
}

.main_calc_re .field-group__title {
    padding: 19px 19px 0;
    border-bottom: unset;
    background-color: unset;
    font-weight: 400;
    font-size: 20px;
}

.main_calc_re .field-group .field-group__title {
    line-height: 100%;
}

.main_calc_re .field-group__inner .field-text__input{
    background-color: #f9f9f9;
    border: unset;
    border-bottom: 2px solid #6E6E6E;
    height: 36px;
}

.main_calc_re .field-group__inner {
    padding: 12px 20px 33px;
}

.main_calc_re .field-group__inner_radio {
    padding-right: 10px;
}

.main_calc_re .calculator .field-text__input {
    font-size: 20px;
    color: #6E6E6E;
}

.main_calc_re .calculator .field-radio {
    padding-bottom: 4px;
    line-height: 100%;
}

.main_calc_re .calculator .field-radio__name {
    padding-left: 28px;
    font-size: 20px;
    color: #1C1C1C;
}

.main_calc_re .field-radio__name-text:before {
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 2px solid #D9D9D9;
}

.main_calc_re .field-group-fs .field-radio__name-text:before{
    top: 0;
    transform: unset;
}

.main_calc_re .field-radio {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.main_calc_re .field-radio__name-text:after {
    width: 16px;
    height: 16px;
    background-color: #4A6345;
}

.main_calc_re .calculator .field-radio__name-text::after {
    top: 50%;
    transform: translateY(-50%);
}

.main_calc_re .field-group-fs .field-radio__name-text::after {
    top: 4px;
    transform: unset;
}

.main_calc_re input:checked ~ .field-radio__name-text:before {
    border-color: #4A6345;
}

.main_calc_re .calculator .field-text__unit-text {
    right: 5px;
}


.main_calc_re .field-group__inner_sm .custom-select__trigger {
    font-family: "Inter", sans-serif;
    align-items: center;
    color: #1c1c1c;
}

.main_calc_re .calculator__info {
    display: flex;
    justify-content: flex-end;
    height: 218px;
    width: 333px;
}

.main_calc_re .calculator__info_sl {
    border-radius: 12px;
    overflow: hidden;
    height: 284px;
}

.main_calc_re .calculator__info-wrapper {
    padding: 30px 20px;
    border-radius: 16px;
    border: 2px solid #1C1C1C;
    width: 100%;

}

.main_calc_re .calculator__info-wrapper svg {
    position: relative;
    top: -7px;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.main_calc_re .calculator__info-text {
    padding-right: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #6E6E6E;
}

.main_calc_re .field-radio__column {
    flex-direction: column;
}

.main_calc_re .field-radio__column .field-radio__name-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 115%;
    display: flex;
}

.main_calc_re .field-checkbox__name {
    line-height: 100%;
    font-size: 16px;
    color: #6E6E6E;
}

.main_calc_re .field-checkbox__name-text{
    display: flex;
    align-items: center;
    height: 24px;
}

.main_calc_re .field-checkbox__name-text:before{
    border: 2px solid #E1E1E1;
    border-radius: 4px;
    width: 24px;
    height: 24px;
}

.main_calc_re .field-checkbox__name-text:after {
    width: 24px;
    height: 24px;
}

.main_calc_re input:checked ~ .field-checkbox__name-text:before {
    border-color: #4A6345;
    background: #4A6345;
}

.main_calc_re .field-checkbox__name{
    padding-left: 33px;
}

.main_calc_re .calculator__text{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

.main_calc_re .calculator__main .field-text__input_grey{
    padding: 9px 7px;
    background-color: #ececec;
    border-bottom: 2px solid #1C1C1C;

    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1C1C1C;
}

.main_calc_re .field-text--title-placeholder .field-text__input:placeholder-shown{
    padding: 9px 7px;
    background-color: #ececec;
    border-bottom: 2px solid #1C1C1C;

    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1C1C1C;
}

.main_calc_re input:-webkit-autofill,
.main_calc_re input:-webkit-autofill:hover,
.main_calc_re input:-webkit-autofill:focus,
.main_calc_re textarea:-webkit-autofill,
.main_calc_re select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;

    box-shadow: 0 0 0 1000px transparent inset !important;

    -webkit-text-fill-color: #1C1C1C !important;
    caret-color: #1C1C1C;

    transition: background-color 9999s ease-in-out 0s;
}

.main_calc_re .field-text--title-placeholder .field-text__name_grey {
    left: 8px;
    top: 32%;
}

.main_calc_re .calculator__grid_total{
    gap: 40px;
}

.main_calc_re .calculator__privacy{
    margin-top: 0;

    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    color: #6E6E6E;

}

.main_calc_re .privacy-checkbox {
    display: flex;
    gap: 18px;
    align-items: center;
    font-size: 14px;
}

.main_calc_re .privacy-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    height: 24px;
}

.main_calc_re .privacy-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.main_calc_re .privacy-checkbox__text {
    position: relative;
    padding-left: 43px;
    cursor: pointer;
}

.main_calc_re .privacy-checkbox__text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 2px solid #6E6E6E;
    border-radius: 4px;
    background: #ECECEC;
    box-sizing: border-box;
}

.main_calc_re .privacy-checkbox__text::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 43%;
    transform: translateY(-50%) rotate(-45deg);
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transition: opacity .2s ease;
}

.main_calc_re .privacy-checkbox input:checked + .privacy-checkbox__text::before {
    background: #4A6345;
    border-color: #4A6345;
}

.main_calc_re .privacy-checkbox input:checked + .privacy-checkbox__text::after {
    opacity: 1;
}

.main_calc_re .calculator__privacy.is-error .privacy-checkbox__text::before {
    border-color: #c0392b;
}

.main_calc_re .calculator__buttons{
    margin-top: 16px;
    margin-bottom: 20px;
    gap: 10px;
}

.main_calc_re .calculator__buttons--first{
    margin-top: 2px;
}

.main_calc_re .privacy-checkbox__text a{
    color: #4A6345;
    -webkit-text-decoration-color: #4A6345;
    text-decoration-color: #4A6345;
}

/*block promo*/

.main_promo{
    margin-bottom: 100px;
}

.main_promo_wrap{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.main_promo_wrap_image{
    flex: 1.42;
    width: 100%;
    height: 286px;
    border-radius: 16px;
    overflow: hidden;
}

.main_promo_wrap_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_promo_content{
    flex: 1;

    display: flex;
    flex-direction: column;
}

.main_promo_caption{
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 28px;
    line-height: 115%;
}

.main_promo_date_wrap .main_promo_date_txt{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 115%
}

.main_promo_date_wrap .main_promo_date{
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 159px;
    height: 48px;
    border-radius: 20px;
    background-color: #E88501;
}

.main_promo_date_wrap{
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_promo_date_wrap .main_promo_date span{
    font-weight: 400;
    font-size: 24px;
    line-height: 115%;
    color: #F7F7F7;
}

.main_promo_description{
    margin-bottom: 26px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #6E6E6E;
}

.btn_main--promo {
    margin-top: auto;
    flex-shrink: 0;
    border: 2px solid #4A6345;
    color: #4A6345;
}

.btn_main--promo--desktop{
    display: flex;
}

.btn_main--promo--mobile{
    display: none;
}

.btn_main--promo:hover {
    background-color: #4A6345;
    color: #F7F7F7;
}

.btn_main--promo:active {
    color: #F7F7F7;
    background-color: #3B4F37;
}

.btn_main--promo:focus {
    color: #F7F7F7;
    background-color: #3B4F37;
}

@media (min-width: 1229px) {
    .main_benefits_group {
        margin-bottom: 36px;
        margin-top: 27px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 210px 210px;
        gap: 24px;
    }

    .main_benefits_swiper .swiper-wrapper, .main_reviews_swiper .swiper-wrapper {
        display: contents;
    }

    .main_benefits_swiper .main_benefits_item, .main_reviews_swiper .main_reviews_item {
        flex-shrink: 1;
        box-sizing: border-box;
    }

    .main_reviews_item {
        flex: 1;
    }
}

@media (min-width: 1920px) {
    .main_title_h2 {
        font-size: 80px;
    }

    .main_hero {
        height: 944px;
        top: 29px;
    }

    .main_hero_content {
        bottom: 50px;
    }

    .main_title--hero {
        margin-bottom: 24px;
        font-size: 80px;
    }

    .main_hero_subtitle {
        font-size: 32px;
    }

    .btn_main--hero {
        font-size: 20px;
        width: 366px;
        height: 56px;
    }

    .main_statistic {
        margin-top: 193px;
    }

    .main_statistic_accent {
        margin-right: 40px;
        max-width: 420px;
        height: 240px;
    }

    .main_statistic_caption {
        font-size: 48px;
    }

    .main_statistic_caption span {
        font-weight: 500;
        font-size: 80px;
    }

    .main_statistic_description {
        font-size: 24px;
    }

    .main_statistic_text {
        font-size: 32px;
    }

    .main_statistic_content_item {
        padding-right: 43px;
    }

    .main_statistic_content_item:not(:first-child) {
        padding-left: 132px;
    }

    .main_statistic_content_item:not(:last-child)::after {
        top: 30px;
        height: 86%;
    }

    .main_projects {
        margin-top: 164px;
    }

    .btn_main--project {
        width: 366px;
        height: 60px;
        font-size: 20px;
    }

    .main_projects_top {
        margin-bottom: 40px;
    }

    .main_projects_item--bottom {
        padding-left: 20px;
        bottom: 41px;
    }

    .main_projects_item_caption {
        font-size: 32px;
        max-width: 400px;
    }

    .main_projects_item--svg {
        width: 52px;
    }

    .main_projects_item:hover .main_projects_item--svg {
        width: 70px;
    }

    .main_projects_group {
        height: 1210px;
        gap: 24px;
    }

    .main_projects_item {
        border-radius: 12px;
    }

    .main_projects_item:nth-child(1) {
        height: 383px;
    }

    .main_projects_item:nth-child(2) {
        grid-column: span 2;
        height: 279px;
    }

    .main_projects_item:nth-child(3) {
        height: 500px;
    }

    .main_projects_item:nth-child(4) {
        height: 500px;
    }

    .main_projects_item:nth-child(5) {
        height: 383px;
    }

    .main_projects_item:nth-child(6) {
        height: 279px;
    }

    .main_projects_item:nth-child(7) {
        height: 383px;
    }

    .main_projects_item:nth-child(8) {
        height: 500px;
    }

    .main_projects_item:nth-child(4), .main_projects_item:nth-child(5) {
        top: -104px;
    }

    .main_projects_item:nth-child(7) {
        top: -104px;
    }

    .main_projects_item:nth-child(8) {
        top: -221px;
    }

    .main_benefits {
        margin-top: 140px;
    }

    .main_benefits_group {
        margin-top: 40px;
    }

    .main_benefits_group {
        margin-bottom: 61px;
        grid-template-rows: 300px 300px;
    }

    .main_benefits_item {
        padding: 20px 40px 40px;
    }

    .main_benefits_item--accent {
        padding: 10px 60px 27px 40px;
    }

    .main_benefits_item--accent {
        font-weight: 500;
        font-size: 48px;
    }

    .main_benefits_item_caption {
        font-weight: 500;
        font-size: 28px;
        line-height: 115%;
    }

    .main_benefits_item_description {
        padding-right: 15px;
        font-size: 20px;
    }

    .main_benefits_item_svg {
        width: 56px;
        height: 56px;
    }

    .main_benefits_item_top {
        margin-bottom: 10px;
    }

    .main_benefits_info_img {
        height: 604px;
        max-width: 1238px;
    }

    .main_benefits_info_caption {
        margin-bottom: 11px;
        font-size: 64px;
        line-height: 115%;
    }

    .main_benefits_info_description {
        font-size: 20px;
        max-width: 310px;
        line-height: 140%;
    }

    .main_benefits_info_group {
        margin-right: 40px;
        margin-left: 60px;
    }

    .main_benefits_info_item:not(:last-child) {
        margin-bottom: 69px;
    }

    .main_social {
        margin-top: 136px;
        padding-top: 80px;
        padding-bottom: 103px;
    }

    .main_social_subtitle {
        margin-left: 19px;
        margin-top: 29px;
        font-size: 24px;
    }

    .main_social_top_txt {
        margin-left: 8px;
    }

    .main_social_title {
        flex: 0.8;
    }

    .btn_main--social {
        width: 366px;
        height: 60px;
        font-size: 20px;
    }

    .main_social_top {
        margin-bottom: 60px;
    }

    .main_social_links_item svg {
        margin-right: 15px;
        width: 64px;
        height: 64px;
    }

    .main_social_links_item span {
        font-size: 32px;
    }

    .main_social_links {
        margin-bottom: 60px;
    }

    .about_project.main_project {
        margin-top: 140px;
        margin-bottom: 139px;
    }

    .main_excursion {
        flex: 1.2;
        flex-direction: column;
    }

    .main_excursion_txt_caption {
        font-size: 32px;
    }

    .about_excursion_txt.main_excursion_txt {
        font-size: 20px;
        line-height: 140%;
    }

    .main_excursion_image_wrap {
        width: 736px;
        height: 442px;
    }

    .main_excursion_title {
        margin-bottom: 92px;
    }

    .main_office_wrap .about_excursion_btn {
        width: 366px;
        height: 60px;
        font-size: 20px;
    }

    .about_office_wrap.main_office_wrap {
        margin-bottom: 140px;
    }

    .main_reviews_top {
        margin-bottom: 60px;
        align-items: flex-start;
    }

    .main_reviews_subtitle {
        font-size: 20px;
        margin-right: 390px;
    }

    .btn_main--reviews {
        width: 366px;
        height: 60px;
        font-size: 20px;
    }

    .main_reviews_title {
        margin-bottom: 40px;
    }

    .main_reviews_video_play::before {
        width: 54px;
        height: 54px;
        background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 2.2915C32.0888 2.2915 24.3552 4.52575 17.7772 8.71171C11.1992 12.8977 6.07234 18.8473 3.04484 25.8083C0.0173314 32.7693 -0.774802 40.429 0.768607 47.8188C2.31202 55.2085 6.12165 61.9964 11.7157 67.3241C17.3098 72.6519 24.4372 76.2801 32.1964 77.75C39.9556 79.2199 47.9983 78.4655 55.3073 75.5822C62.6164 72.6988 68.8635 67.8161 73.2588 61.5513C77.654 55.2866 80 47.9213 80 40.3867C80 35.384 78.9654 30.4303 76.9552 25.8083C74.945 21.1864 71.9986 16.9868 68.2843 13.4493C64.5699 9.91187 60.1604 7.1058 55.3073 5.19133C50.4543 3.27687 45.2529 2.2915 40 2.2915ZM32 57.5296V23.2439L56 40.3867L32 57.5296Z' fill='%23F7F7F7' fill-opacity='0.8'/%3E%3C/svg%3E");
    }

    .main_reviews_img {
        width: 65px;
        height: 65px;
    }

    .main_reviews_name {
        font-size: 22px;
        max-width: 220px;
    }

    .main_reviews_rating {
        gap: 12px;
    }

    .main_reviews_rating svg {
        width: 27px;
        height: 26px;
    }

    .main_reviews_row {
        margin-top: 19px;
    }

    .main_reviews_text {
        font-size: 20px;
    }

    .main_reviews {
        margin-bottom: 140px;
    }

    .main_calc {
        margin-bottom: 140px;
        padding-top: 80px;
        padding-bottom: 54px;
    }

    .main_calc_subtitle {
        font-size: 20px;
        line-height: 140%;
        flex: 1.25;
    }

    .main_calc_re .calculator__info_sl {
        width: 531px;
        height: 364px;
    }

    .main_calc_re .calculator__title {
        font-weight: 500;
        font-size: 28px;
    }

    .main_calc_re .calculator {
        padding-top: 44px;
    }

    .main_calc_re .calculator__progress {
        margin-top: 23px;
        margin-bottom: 38px;
    }

    .main_calc_re .progress__bar {
        min-height: 12px;
    }

    .main_calc_re .calculator__info {
        margin-left: 78px;
    }

    .main_calc_re .calculator__step {
        position: relative;
        top: 5px;
        font-weight: 500;
        font-size: 28px;
    }

    .main_calc_re .calculator__step-current {
        right: 3px;
        top: -3px;
        font-weight: 600;
        font-size: 36px;
    }

    .main_calc_re .calculator__grid--col-2 {
        margin-right: 64px;
        gap: 59px;
    }

    .main_calc_re .field-radio-box__name {
        font-size: 24px;
    }

    .main_calc_re .field-radio-box__inner {
        padding: 15px 91px 14px 40px;
        min-height: 158px;

        display: flex;
        flex-direction: column;
    }

    .main_calc_re .field-radio-box__inner::before {
        top: 18px;
        right: 40px;
    }

    .main_calc_re .field-radio-box__inner::after {
        top: 22px;
        right: 44px;
    }

    .main_calc_re .field-select {
        margin-top: auto;
    }

    .main_calc_re .calculator__grid--col-2 .custom-select__trigger {
        padding: 0 23px 11px 13px;
    }

    .main_calc_re .calculator__grid--col-2 .custom-select__trigger svg {
        margin-bottom: 7px !important;
    }

    .main_calc_re .custom-select__trigger {
        padding: 0 10px 11px 5px;
        font-size: 20px;
        line-height: 140%;
    }

    .main_calc_re .custom-select__trigger svg {
        margin-bottom: 1px !important;
    }

    .main_calc_re .calculator__info {
        flex: 0.515;
    }

    .main_calc_re .calculator__info-text {
        font-size: 24px;
        line-height: 140%;
    }

    .main_calc_re .calculator__info-wrapper svg {
        width: 48px;
        height: 48px;
    }

    .main_calc_re .calculator__info-wrapper {
        padding: 44px 39px;
        height: 266px;
    }

    .main_calc_re .field-group {
        min-height: 158px;
    }

    .main_calc_re .field-group__title {
        font-size: 24px;
        line-height: 115%;
    }

    .main_calc_re .field-group__title {
        padding: 21px 37px 0;
    }

    .main_calc_re .field-group__inner {
        padding: 12px 39px 36px;
    }

    .calculator .field-text__unit-text {
        top: 20%;
    }

    .main_calc_re .calculator__buttons {
        margin-top: 8px;
        gap: 16px;
    }

    .main_calc_re .btn {
        width: 366px;
        height: 60px;
    }

    .main_calc_re .calculator__grid {
        margin-bottom: 52px;
    }

    .main_calc_re .field-radio__column .field-radio__name-text {
        font-size: 20px;
    }

    .main_calc_re .calculator__text {
        font-size: 24px;
    }

    .main_calc_re .calculator__text {
        margin-bottom: 39px;
    }

    .main_calc_re .field-text--title-placeholder .field-text__input:placeholder-shown {
        padding-left: 15px;
    }

    .field-text--title-placeholder .field-text__input:placeholder-shown + .field-text__name {
        left: 16px;
        top: 42%;
    }

    .main_calc_re .calculator__buttons {
        margin-bottom: 26px;
    }

    .main_calc_re .calculator__grid--col-2 {
        margin-bottom: 30px;
    }

    .main_promo{
        margin-bottom: 140px;
    }

    .main_promo_wrap_image {
        height: 560px;
    }

    .main_promo_caption {
        font-weight: 600;
        font-size: 36px;
    }

    .main_promo_date_txt {
        font-size: 28px;
    }

    .main_promo_date_wrap .main_promo_date {
        width: 254px;
        height: 66px;
    }

    .main_promo_date_wrap .main_promo_date span {
        font-size: 28px;
    }

    .main_promo_description {
        font-size: 20px;
    }

    .main_promo_wrap_image {
        flex: 1.72;
    }

    .main_promo_wrap {
        gap: 40px;
    }

    .main_promo_date_wrap .main_promo_date_txt {
        font-size: 28px;
    }

    .main_promo_caption {
        margin-bottom: 23px;
    }

    .main_promo_date_wrap {
        margin-bottom: 24px;
        margin-right: 10px;
    }

    .btn_main--promo{
        width: 366px;
        height: 60px;
        font-size: 20px;
    }
}

@media (max-width: 1230px) {
    .main_reviews_item {
        max-width: 450px;
    }
    .main_title_h2 {
        font-size: 36px;
    }

    .main_arrow_up {
        display: flex;
    }

    .main_hero:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(235deg, rgba(0, 0, 0, 0.1) 50%, rgba(102, 102, 102, 0.1) 100%);
    }

    .main_title--hero {
        margin-top: 57px;
        font-size: 40px;
    }

    .main_hero_subtitle {
        margin-bottom: 22px;
        font-size: 22px;
        text-wrap: balance;
    }

    .main_hero_content--txt {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn_main--hero {
        height: 54px;
        width: 100%;
        font-size: 20px;
    }

    .main_hero {
        height: 591px;
        top: 0;
    }

    .main_hero_content {
        bottom: 0;
        height: 591px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .main_hero_content--txt {
        margin-bottom: 25px;
    }

    .main_statistic {
        margin-top: 81px;
    }

    .main_statistic_text--desktop {
        display: none;
    }

    .main_statistic_text--mobile {
        display: block;
    }

    .main_statistic_wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: auto;
        column-gap: 20px;
    }

    .main_statistic_group {
        justify-content: space-between;
    }

    .main_statistic_content {
        grid-column: span 2;
    }

    .main_statistic_accent {
        margin-right: 0;
        width: 100%;
        height: 123px;
        max-width: unset;
        min-width: 270px;
    }

    .main_statistic_caption {
        font-size: 24px;
    }

    .main_statistic_caption span {
        font-size: 48px;
    }

    .main_statistic_text {
        align-self: flex-start;
        font-size: 20px;
    }

    .main_statistic_description {
        font-size: 16px;
    }

    .main_statistic_accent .main_statistic_caption {
        margin-top: 0;
        margin-bottom: 2px;
    }

    .main_statistic_content_item {
        padding-right: 0;
        max-width: 193px;
        width: 100%;
    }

    .main_statistic_content_item:first-child {
        max-width: 173px;
    }

    .main_statistic_content_item:not(:first-child) {
        padding-left: 20px;
    }

    .main_statistic_content_item .main_statistic_caption {
        margin-top: 23px;
        margin-bottom: 0;
    }

    .main_statistic_content_item:not(:last-child) {
        padding-right: 35px;
    }

    .main_statistic_content_item:not(:first-child) {
        padding-left: 20px;
    }

    .main_statistic_content_item:not(:last-child) {
        padding-right: 0;
    }

    .main_statistic_content_item:not(:last-child)::after {
        top: 23px;
        height: 81%;
    }

    .main_projects {
        margin-top: 60px;
    }

    .main_projects_group {
        height: 100%;
        display: block;
        column-count: 2;
        column-gap: 12px;
    }

    .main_projects_item:nth-child(2) {
        grid-column: span 2;
    }

    .main_projects_top {
        margin-bottom: 22px;
    }

    .main_projects_item_caption {
        font-size: 20px;
    }

    .main_projects_item--svg {
        width: 22px;
    }

    .main_projects_item:hover .main_projects_item--svg {
        width: 30px;
    }

    .main_projects_group .main_projects_item {
        height: 263px;
        display: block;
        break-inside: avoid;
        margin-bottom: 12px;
    }

    .main_projects_item:nth-child(1), .main_projects_item:nth-child(3), .main_projects_item:nth-child(6), .main_projects_item:nth-child(8) {
        height: 191px;
    }

    .main_projects_item:nth-child(4), .main_projects_item:nth-child(5) {
        top: unset;
    }

    .main_projects_item:nth-child(7) {
        top: unset;
    }

    .main_projects_item:nth-child(8) {
        top: unset;
    }

    .main_projects_item_caption {
        max-width: 200px;
        text-wrap: balance;
    }

    .main_projects_item--bottom {
        padding-right: 11px;
        padding-left: 11px;
        bottom: 15px;
    }

    .main_benefits {
        margin-top: 50px;
    }

    .main_benefits_title {
        margin-bottom: 20px;
    }

    .main_benefits_group {
        margin-bottom: 25px;
    }

    .main_benefits_item {
        padding-left: 15px;
        padding-right: 15px;

        width: 290px;
        height: 224px;
        box-sizing: border-box;
        border-radius: 16px;
    }

    .main_benefits_item--accent {
        font-weight: 500;
        font-size: 24px;
        line-height: 115%;
        width: 246px;
        border-radius: 12px;
    }

    .main_benefits_item_caption {
        font-weight: 500;
        font-size: 16px;
    }

    .main_benefits_item_description {
        font-size: 14px;
        line-height: 140%;
    }

    .main_benefits_item_svg {
        width: 24px;
        height: 24px;
    }

    .main_benefits_info_img {
        flex: 1.3;
        width: unset;
        max-width: unset;
        min-width: 355px;
        height: 250px;
    }

    .main_benefits_info_group {
        flex: 1;
        margin-left: 24px;

    }

    .main_benefits_info_caption {
        margin-bottom: 1px;
        font-weight: 400;
        font-size: 32px;
    }

    .main_benefits_info_description {
        font-weight: 400;
        font-size: 14px;
    }

    .main_benefits_info_item:not(:last-child) {
        margin-bottom: 7px;
    }

    .main_social_top {
        flex-direction: column;
    }

    .main_social_top_txt {
        margin-left: 0;
    }

    .main_social_subtitle {
        margin-bottom: 22px;
        font-size: 16px;
    }

    .btn_main--social {
        width: 100%;
    }

    .main_social {
        margin-top: 49px;
        padding-top: 42px;
        padding-bottom: 62px;
    }

    .main_social_title {
        margin-bottom: 10px;
    }

    .main_social_links_item {
        flex-direction: column;
    }

    .main_social_top {
        margin-bottom: 31px;
    }

    .main_social_links svg {
        margin-right: 0;
        width: 48px;
        height: 48px;
    }

    .main_social_links_item span {
        margin-top: 11px;
    }

    .main_social_video_wrap {
        grid-template-columns: 1fr;
    }

    .main_social_links {
        margin-bottom: 31px;
    }

    .main_social_video {
        padding-bottom: 53%;
    }

    .main_social_video_txt {
        font-size: 24px;
    }

    .main_project {
        margin-top: 61px;
    }

    .about_project.main_project {
        margin-top: 61px;
        margin-bottom: 59px;
    }

    .about_excursion.main_excursion {
        margin-bottom: 0;
    }

    .about_office_wrap.main_office_wrap {
        flex-direction: column;
    }

    .main_excursion_btn--desktop {
        display: none;
    }

    .main_excursion_btn--mobile {
        display: flex;
    }

    .main_excursion_image_wrap {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 24px;

        width: 100%;
        height: 300px;
        flex: unset;
    }

    .about_excursion_btn.main_excursion_btn--mobile {
        width: 100%;
    }

    .main_excursion_title {
        margin-bottom: 24px;
    }

    .main_excursion_txt.about_excursion_txt {
        margin-bottom: 19px;
    }

    .btn_main--reviews--desktop {
        display: none;
    }

    .btn_main--reviews--mobile {
        display: flex;
    }

    .about_office_wrap.main_office_wrap {
        margin-bottom: 62px;
    }

    .main_reviews_title {
        margin-bottom: 21px;
    }

    .main_reviews_subtitle {
        margin-right: 0;
    }

    .main_reviews_top {
        margin-bottom: 23px;
    }

    .main_reviews_video {
        aspect-ratio: 17 / 9;
    }

    .main_reviews_row {
        margin-top: 9px;
    }

    .main_reviews_img {
        width: 56px;
        height: 56px;
    }

    .main_reviews_rating {
        gap: 5px;
    }

    .main_reviews_rating svg {
        width: 19px;
        height: 18px;
    }

    .main_reviews_name {
        max-width: 200px;
    }

    .main_reviews_text {
        margin-top: 11px;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        overflow: hidden;
    }

    .main_reviews_text.is-open {
        -webkit-line-clamp: unset;
        display: block;
    }

    .main_reviews_more {
        font-family: "Inter", sans-serif;
        margin-top: 10px;
        padding: 0;
        font-weight: 300;
        font-size: 16px;
        line-height: 115%;
        text-decoration: underline;
        cursor: pointer;
        border: none;

        color: #4A6345;
        display: none;
        background-color: unset;
    }

    .btn_main--reviews--mobile {
        margin-top: 24px;
        width: 100%;
    }

    .main_reviews {
        margin-bottom: 60px;
    }

    .main_calc_top {
        flex-direction: column;
    }

    .main_calc_subtitle {
        margin-left: 0;
    }

    .main_calc {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .main_calc_subtitle {
        margin-top: 22px;
    }

    .main_calc_re .calculator__info_sl {
        display: none;
    }

    .main_calc_re .calculator__grid--col-2{
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .main_calc_re .calculator__grid--col-2 {
        gap: 20px;
    }

    .main_calc_re .calculator {
        padding-top: 7px;
    }

    .main_calc_re .calculator__progress {
        margin-top: 15px;
    }

    .main_calc_re .calculator__step-current {
        right: 3px;
    }

    .main_calc_re .calculator__progress {
        margin-bottom: 20px;
    }

    .main_calc_re .field-radio-box__inner {
        padding: 14px 13px 5px;
    }

    .main_calc_re .field-radio-box__inner {
        min-height: 110px;
    }

    .main_calc_re .calculator__buttons {
        margin-top: 0;
        width: 100%;
        gap: 16px;
    }

    .main_calc_re .btn{
        width: 100%;
    }

    .main_calc_re .calculator__grid.calculator__grid--col-2 {
        margin-bottom: 23px;
    }

    .main_calc_re .field-radio-box__inner::after {
        top: 20px;
        right: 21px;

    }

    .main_calc_re .field-radio-box__inner::before {
        top: 16px;
        right: 17px;
    }

    .main_calc_re .calculator__grid--col-2 .custom-select__trigger {
        margin-top: 7px;
        padding: 0 21px 9px 15px;
    }

    .main_calc_re .calculator__info{
        display: none;
    }

    .main_calc_re .calculator__grid--col-3{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .main_calc_re .field-group__title{
        padding: 14px 18px 0;
    }

    .main_calc_re .field-group{
        min-height: 119px;
    }

    .main_calc_re .field-group__inner{
        padding-bottom: 22px;
    }

    .main_calc_re .field-radio{
        /*gap: 11px;*/
        gap: 32px;
        max-width: 350px;
    }

    .main_calc_re .field-group__inner.field-group__inner_radio{
        padding-top: 21px;
        padding-bottom: 29px;
    }

    .main_calc_re .field-group_checkbox .field-checkbox__input-wrap:not(:last-child){
        margin-bottom: 28px;
    }

    .main_calc_re .field-group_checkbox .field-group__inner{
        padding-bottom: 26px;
        padding-top: 21px;
    }

    .main_calc_re .field-text--title-placeholder .field-text__input:placeholder-shown{
        border: none;
        border-bottom: 2px solid #1C1C1C;
    }

    .main_calc_re .privacy-checkbox__text a{
        font-size: 16px;
    }

    .main_calc_re .calculator__grid_total {
        gap: 29px;
    }

    .main_calc_re .calculator__grid {
        margin-bottom: 48px;
    }

    .main_calc_re .privacy-checkbox__text::before{
        left: 9px;
    }

    .main_calc_re .privacy-checkbox__text::after {
        left: 16px;
        top: 45%;
    }

    .main_calc_re .privacy-checkbox__text{
        padding-left: 47px;
        line-height: 118%;
    }

    .btn_main--promo--desktop{
        display: none;
    }

    .btn_main--promo--mobile{
        display: flex;
    }

    .main_promo {
        margin-bottom: 60px;
    }

    .main_promo_wrap{
        flex-direction: column-reverse;
    }

    .main_calc{
        margin-bottom: 60px;
    }

    .main_promo_title{
        margin-bottom: 24px;
    }

    .main_promo_caption{
        font-size: 20px;
    }

    .main_promo_date_wrap .main_promo_date_txt{
        font-weight: 500;
        font-size: 16px;
    }

    .main_promo_date_wrap .main_promo_date{
        width: 173px;
        height: 32px;
        border-radius: 8px;
    }

    .main_promo_date_wrap .main_promo_date span{
        font-size: 16px;
    }

    .main_promo_description{
        margin-bottom: 0;
        font-size: 16px;
        line-height: 140%;
    }

    .main_promo_wrap{
        gap: 19px;
    }

    .main_promo_wrap_image{
        margin-bottom: 24px;
        border-radius: 8px;
        height: 212px;
        width: 100%;
        flex: unset;
    }

    .main_promo_content{
        flex: unset;
    }

    .btn_main--promo{
        width: 100%;
    }
}

@media (max-width: 639px) {
    .main_reviews_item {
        max-width: 290px;
    }
    .main_title_h2 {
        font-size: 28px;
    }

    .main_title--hero {
        margin-top: 42px;
        font-size: 32px;
    }

    .main_hero_subtitle {
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 16px;
    }

    .btn_main--hero {
        font-size: 16px;
    }

    .main_hero {
        height: 497px;
        top: 13px;
    }

    .main_hero_content {
        height: 497px;
    }

    .main_hero_content--txt {
        margin-bottom: 30px;
    }

    .main_statistic {
        margin-top: 64px;
    }

    .main_statistic_accent--desktop {
        display: none;
    }

    .main_statistic_accent--mobile {
        display: block;
    }

    .main_statistic_wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .main_statistic_group {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .main_statistic_accent {
        border-radius: 8px;
        padding: 10px 8px;
        min-width: unset;
        max-width: unset;
        width: unset;
        height: 105px;
    }

    .main_statistic_caption {
        font-size: 20px;
    }

    .main_statistic_caption span {
        font-size: 32px;
    }

    .main_statistic_description {
        font-size: 13px;
    }

    .main_statistic_text {
        font-size: 16px;
    }

    .main_statistic_content_item:nth-child(2)::after {
        display: none;
    }

    .main_statistic_content_item:not(:last-child)::after {
        background-color: #D9D9D9;
    }

    .main_statistic_content_item:not(:first-child) {
        padding-left: 0;
    }

    .main_statistic_content_item {
        max-width: unset;
    }

    .main_statistic_group {
        margin-bottom: 23px;
        gap: 17px;
    }

    .main_statistic_content_item:not(:first-child) {
        padding-left: 8px;
    }

    .main_statistic_content_item .main_statistic_caption {
        margin-top: 10px;
        margin-bottom: 3px;
    }

    .main_statistic_group .main_statistic_content_item {
        padding-right: 15px;
    }

    .main_statistic_content_item:not(:last-child)::after {
        top: 0;
        height: 115%;
    }

    .main_projects_group .main_projects_item {
        height: 160px;
    }

    .main_projects_item:nth-child(1), .main_projects_item:nth-child(3), .main_projects_item:nth-child(6), .main_projects_item:nth-child(8) {
        height: 130px;
    }

    .main_projects_item--svg {
        display: none;
    }

    .main_projects_item_caption {
        font-weight: 600;
        font-size: 13px;
    }

    .main_projects {
        margin-top: 47px;
    }

    .main_projects_group {
        column-gap: 10px;
    }

    .main_projects_top {
        margin-bottom: 16px;
    }

    .main_projects_item--bottom {
        bottom: 17px;
    }

    .main_projects_group .main_projects_item {
        margin-bottom: 10px;
    }

    .main_benefits {
        margin-top: 38px;
    }

    .main_benefits_title {
        margin-bottom: 16px;
    }

    .main_benefits_info {
        flex-direction: column;
    }

    .main_benefits_item {
        padding-top: 14px;
    }

    .main_benefits_item--accent {
        padding-left: 20px;
        padding-top: 21px;
    }

    .main_benefits_info_img {
        flex: unset;
        min-width: unset;
        height: 191px;
    }

    .main_benefits_info_group {
        margin-top: 15px;
        padding-top: 10px;
        margin-left: 0;
        border-top: 1px solid #E1E1E1;

        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-items: center;
        gap: 13px;
    }

    .main_benefits_info_item:not(:last-child) {
        margin-bottom: 0;
        border-bottom: unset;
    }

    .main_benefits_info_item {
        max-width: 109px;
        width: 100%;
    }

    .main_benefits_info_item:nth-child(2) {
        order: 3;
    }

    .main_benefits_info_item:nth-child(3) {
        order: 2;
    }

    .main_benefits_info_caption {
        font-size: 30px;
    }

    .main_benefits_info_description {
        font-size: 13px;
        word-break: normal;
    }

    .main_social {
        margin-top: 36px;
        padding-top: 36px;
        padding-bottom: 50px;
    }

    .main_social_title {
        margin-bottom: 5px;
    }

    .main_social_links_item span {
        font-size: 16px;
    }

    .main_social_links {
        margin-bottom: 29px;
    }

    .main_social_video_wrap {
        gap: 12px;
    }

    .main_social_video {
        padding-bottom: 56%;
    }

    .main_social_video_txt {
        font-size: 16px;
        bottom: 16px;

        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .main_project {
        margin-top: 47px;
    }

    .about_project.main_project {
        margin-top: 47px;
        margin-bottom: 48px;
    }

    .main_excursion_txt_caption {
        font-size: 20px;
    }

    .main_excursion_title {
        margin-bottom: 17px;
    }

    .main_excursion_txt_caption {
        margin-bottom: 9px;
    }

    .main_excursion_txt.about_excursion_txt {
        margin-bottom: 8px;
    }

    .main_excursion_image_wrap {
        height: 196px;
    }

    .main_excursion_image_wrap {
        margin-bottom: 16px;
    }

    .about_office_wrap.main_office_wrap {
        margin-bottom: 48px;
    }

    .main_reviews_title {
        margin-bottom: 14px;
    }

    .main_reviews_video {
        aspect-ratio: 16 / 9;
    }

    .main_reviews_img {
        width: 48px;
        height: 48px;
    }

    .main_reviews_name {
        font-size: 16px;
    }

    .main_reviews_rating svg {
        width: 19px;
        height: 18px;
    }

    .main_reviews_rating {
        gap: 6px;
    }

    .main_reviews {
        margin-bottom: 48px;
    }

    .main_calc {
        padding-top: 35px;
        padding-bottom: 29px;
        margin-bottom: 48px;
    }

    .main_calc_subtitle {
        margin-top: 15px;
    }

    .main_calc_subtitle{
        margin-bottom: 6px;
    }

    .main_calc_re .field-radio__input-wrap--inline{
        margin-right: 0;
    }

    .main_calc_re .main_calc_re .field-radio{
      gap: 5px;
    }

    .main_calc_re .calculator__grid--col-2{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .main_calc_re .calculator__progress {
        margin-bottom: 17px;
    }

    .main_calc_re .calculator__grid.calculator__grid--col-2 {
        margin-bottom: 23px;
        gap: 12px;
    }

    .main_calc_re .field-group__inner {
        padding-bottom: 30px;
    }

    .main_calc_re .calculator__text {
        margin-bottom: 24px;
    }

    .main_calc_re .calculator__grid {
        gap: 30px;
    }

    .main_calc_re .field-text--title-placeholder .field-text__input:placeholder-shown{
        padding: 9px 16px;
    }

    .field-text--title-placeholder .field-text__input:placeholder-shown + .field-text__name {
        left: 16px;
        top: 39%;
    }

    .main_calc_re .calculator__grid {
        margin-bottom: 40px;
    }

    .main_calc_re .privacy-checkbox__text{
        font-size: 13px;
    }

    .main_calc_re .privacy-checkbox__text a{
        font-size: 13px;
    }

    .main_promo {
        margin-bottom: 47px;
    }

    .main_promo_title {
        margin-bottom: 16px;
    }

    .main_promo_caption {
        margin-bottom: 10px;
    }

    .main_promo_date_wrap {
        margin-bottom: 12px;
    }

    .main_promo_date_wrap .main_promo_date{
        width: 121px;
        height: 32px;
    }

    .main_promo_wrap {
        gap: 14px;
    }

    .main_promo_wrap_image{
        border-radius: 12px;
        height: 160px;
    }
}

/* End */


/* Start:/local/templates/brickhouse-new/css/about_style.css?177684114221793*/
.page_about{
    font-family: "Inter", sans-serif;
}

.page_about p{
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
}

.page_about .breadcrumbs{
    margin: 7px 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.page_about .breadcrumbs__item span{
    color: #1C1C1C;
}

.page_about .breadcrumbs a span{
    color: #6E6E6E;
}

.page_about .breadcrumbs__item{
    margin-right: 13px;
}

.page_about .breadcrumbs__item:not(:last-child):after{
    margin-left: 13px;
}

.about_title{
    margin-top: 0;
    margin-bottom: 30px;

    font-size: 64px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 100%;
}

/*hero_block*/

.about_title--hero{
    margin-top: 20px;
    max-width: 800px;
}

.about_hero{
    margin-bottom: 93px;
}

.about_hero_wrap{
    margin-top: 28px;

    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.about_hero_wrap--img{
    border-radius: 16px;
    width: 523px;
    height: 337px;
    overflow: hidden;
}

.about_hero_wrap--img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_hero_content{
    flex: 1;

    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
}

.about_hero_content--txt{
    max-width: 555px;
    padding-bottom: 10px;
    color: #6E6E6E;
    border-bottom: 1px solid #E1E1E1;
}

.about_hero_content--txt p:not(:last-child){
    margin-bottom: 16px;
}

.about_hero_content--txt p:last-child{
    margin-bottom: 0;
}

.about_hero_content_group{
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    gap: 55px;
}

.about_hero_content_item{
    max-width: 177px;
}

.about_hero_content_caption{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 36px;
    line-height: 115%;
}

.about_hero_content_description{
    font-weight: 400;
    font-size: 14px;
    line-height: 115%
}

.about_target{
    margin-bottom: 106px;

    display: flex;
    justify-content: space-between;
    gap: 44px;
}

.about_title--target{
    margin-bottom: 0;
}

.about_target_txt{
    line-height: 139%;
    padding-top: 21px;
    max-width: unset;
    flex: 1;
    padding-bottom: 0;
    border: unset;
}

.about_target_txt p:not(:last-child){
    margin-bottom: 18px;
}

/*history_block*/

.about_history{
    margin-bottom: 85px;
}

.about_history_wrapper{
    margin-top: 44px;
}

.about_history_swiper{
    position: relative;
}

.about_arrows{
    position: absolute;
    top: -65px;
    right: 5px;

    display: flex;
}

.about_arrow_prev{
    padding-right: 22px;
}
.about_history_slider {
    max-width: 350px;
}
.about_history_slider_line{
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #E1E1E1;
}

.about_history_slider_line::before{
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #E88501;
}

.about_history_slider_wrap{
    margin-top: 26px;
}

.about_history_slider_year{
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 36px;
    line-height: 115%;
}

.about_history_slider_caption{
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 116%;
}

.about_history_slider_description{
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #6E6E6E;
}

/*team_block*/

.about_title--team{
    margin-bottom: 34px;
}

.about_team{
    margin-bottom: 104px;
}

.about_team_swiper{
    position: relative;
}

.about_team_arrows{
    top: -55px;
}

.about_team_slider{
    height: 458px;
    max-width: 400px;
    border-bottom: 1px solid #E1E1E1;
}
.about_sert_slider {
    max-width: 390px;
}
.about_team_slider_image{
    height: 360px;
    border-radius: 8px;
    overflow: hidden;
}

.about_team_slider_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_team_slider_name{
    margin-top: 12px;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
}

.about_team_slider_txt{
    margin-top: 8px;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 115%;
    color: #6E6E6E;
}

/*project_block*/

.about_title--project{
    margin-bottom: 0;
}

.about_project{
    margin-bottom: 101px;
}

.about_project_btn--mobile{
    display: none;
}

.about_project_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.about_project_btn{
    border: 2px solid #4A6345;
    color: #4A6345;
    background-color: #f7f7f7;
}

.about_project_btn:hover{
    background-color: #4A6345;
    color: #f7f7f7;
}

.about_project_btn:focus{
    color: #4A6345;
}

.about_project_btn:active{
    color: #f7f7f7;
}

.about_project_group{
    margin-top: 34px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.about_project_item{
    position: relative;
    transition: 0.3s ease-in-out all;
    border: 1px solid #f7f7f7;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
}

.about_project_item:hover .about_project_item_img{
    opacity: 0;
}

.about_project_item:hover{
    border-color: #4A6345;
}

.about_project_item_img{
    position: relative;
    z-index: 2;
    transition: 0.3s ease-in-out all;
    overflow: hidden;
}

.about_project_item_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_project_item_content{
    position: absolute;
    bottom: 45px;
    left: 33px;
    max-width: 300px;
}

.about_project_item_caption{
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 24px;
    line-height: 115%;
    color: #0d141b;
    text-decoration: none;
}

.about_project_item_description{
    font-weight: 300;
    font-size: 16px;
    line-height: 115%;
    color: #6E6E6E;
    text-decoration: none;
}

/*office_block*/

.about_excursion{
    margin-bottom: 100px;
}

.about_title--excursion{
    margin-bottom: 34px;
}

.about_excursion_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.about_excursion_txt{
    margin-right: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #6E6E6E;
}

.about_excursion_btn{
    flex-shrink: 0;
    background-color: #4A6345;
    color: #f7f7f7;
}

.about_excursion_btn:hover{
    background-color: #f7f7f7;
    color: #4A6345;
    border: 1px solid #4A6345;
}

.about_excursion_btn:focus{
    color: #f7f7f7;
}

.about_excursion_btn:active{
    color: #4A6345;
}

.about_office_wrap{
    margin-bottom: 102px;
}

.about_title--office{
    margin-bottom: 38px;
}

.about_office_group{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.about_office_item{
    flex: 1;
}

.about_office_item_img{
    margin-bottom: 16px;
    overflow: hidden;
    width: 100%;
    height: 285px;
    border-radius: 16px;
}

.about_office_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_office_caption{
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
}

.about_office_description{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #6E6E6E;
}

/*sert_block*/

.about_sert{
    margin-bottom: 103px;
}

.about_sert_swiper{
    position: relative;
}

.about_title--sert{
    margin-bottom: 34px;
}

.about_arrows{
    top: -55px;
}

.about_sert_slider_image{
    height: 370px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
}

.about_sert_slider_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about_sert_slider.swiper-slide:nth-child(8){
    width: 542px !important;
}

/*cottage_block*/

.about_cottage{
    margin-bottom: 104px;
}

.about_title--cottage{
    margin-bottom: 35px;
}

.about_cottage_slider_image{
    overflow: hidden;
    border-radius: 16px;
    /*height: 264px;*/
    /* aspect-ratio: 16 / 9; */
    aspect-ratio: 531 / 393;
}

.about_cottage_slider_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*partner_block*/

.about_partner_group{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.about_partner_item{
    padding-right: 10px;
    padding-left: 10px;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 148px;

    border: 1px solid #E1E1E1;
    border-radius: 8px;
}

.about_partner_item img{
    height: 33px;
}

.about_partner_item:nth-child(2) img{
    height: 40px;
}

.about_partner_item:nth-child(3) img{
    height: 76px;
    padding-bottom: 16px;
}

.about_partner_item:nth-child(4) img{
    height: 69px;
}


@media(min-width: 1920px) {
    .about_btn{
        width: 366px;
        height: 60px;
        font-size: 20px;
    }

    .page_about{
        margin-top: 40px;
    }

    .about_title{
        font-size: 80px;
    }

    .about_title--hero{
        margin-top: 42px;
        max-width: 1000px;
        line-height: 115%;
    }

    .about_hero{
        margin-bottom: 126px;
    }

    .about_hero_wrap{
        margin-top: 42px;
    }

    .about_hero_content{
        font-size: 20px;
    }

    .about_hero_wrap--img{
        width: 885px;
        height: 485px;
    }

    .about_hero_content--txt{
        padding-bottom: 95px;
        max-width: unset;
        line-height: 140%;
    }

    .about_hero_content_item{
        max-width: 207px;
    }

    .about_hero_content_group{
        margin-top: 11px;
    }

    .about_hero_content_caption{
        font-size: 56px;
    }

    .about_hero_content_description{
        font-size: 16px;
        text-wrap-style: balance;
    }

    .about_target{
        gap: 55px;
    }

    .about_target_txt{
        padding-top: 28px;
        font-size: 20px;
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }

    .about_target_txt p{
        gap: 0;
        max-width: unset;
    }

    .about_target_txt p:first-child{
        max-width: 550px;
    }

    .about_target_txt p:last-child{
        padding-right: 65px;
        max-width: 612px;
    }

    .about_title--target{
        margin-bottom: 127px;
    }

    .about_target{
        margin-bottom: 31px;
    }

    .about_history{
        margin-bottom: 115px;
    }

    .about_history_wrapper{
        margin-top: 65px;
    }

    .about_history_arrows{
        top: -84px
    }

    .about_history_slider_year{
        font-size: 56px;
    }

    .about_history_slider_caption{
        font-size: 24px;
    }

    .about_history_slider_description{
        font-size: 16px;
    }

    .about_title--team{
        margin-bottom: 48px;
    }

    .about_team {
        margin-bottom: 145px;
    }

    .about_team_slider{
        height: 638px;
    }

    .about_team_slider_image{
        height: 530px;
    }

    .about_team_slider_name{
        margin-top: 17px;
        font-size: 24px;
    }

    .about_team_slider_txt{
        margin-top: 17px;
        font-size: 20px;
    }

    .about_team_arrows{
        top: -67px;
    }

    .about_project {
        margin-bottom: 142px;
    }

    .about_project_group{
        margin-top: 45px;
    }

    .about_project_item_content{
        max-width: 500px;
        text-wrap: balance;
    }

    .about_project_item_caption{
        font-size: 32px;
    }

    .about_project_item_description{
        font-size: 20px;
    }

    .about_project_btn--desktop{
        width: 366px;
        height: 60px;
    }

    .about_excursion{
        display: flex;
        gap: 40px;
    }

    .about_title--excursion{
        width: 860px;
        flex-shrink: 0;
    }

    .about_excursion_wrap{
        margin-top: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .about_excursion_txt{
        margin-bottom: 24px;
        font-weight: 400;
        font-size: 20px;
        line-height: 180%;
        color: #6E6E6E;
    }

    .about_excursion {
        margin-bottom: 146px;
    }

    .about_office_wrap{
        margin-bottom: 112px;
    }

    .about_title--office {
        margin-bottom: 46px;
    }

    .about_office_item_img{
        margin-bottom: 18px;
        height: 420px;
    }

    .about_office_caption{
        font-weight: 600;
        font-size: 24px;
    }

    .about_office_description{
        font-size: 20px;
        line-height: 140%;
    }

    .about_title--sert{
        margin-bottom: 47px;
    }

    .about_sert{
        margin-bottom: 141px;
    }

    .about_sert_slider_image{
        height: 555px;
    }

    .about_sert_arrows{
        top: -68px;
    }

    .about_sert_slider.swiper-slide:nth-child(8){
        width: 808px !important;
    }

    .about_cottage {
        margin-bottom: 145px;
    }

    .about_title--cottage{
        margin-bottom: 48px;
    }

    .about_cottage_slider_image{
        /*height: 393px;*/
    }

    .about_partner{
        margin-bottom: 139px;
    }

    .about_partner_item{
        height: 222px;
    }

    .about_partner_item img{
        height: 49px;
    }

    .about_partner_item:nth-child(2) img{
        height: 60px;
    }

    .about_partner_item:nth-child(3) img{
        height: 111px;
    }

    .about_partner_item:nth-child(3) .about_partner_item_img {
        padding-bottom: 20px;
    }

    .about_partner_item:nth-child(4) img{
        height: 111px;
    }
}
@media(max-width: 1919px) {
    .about_history_slider {
        max-width: 330px;
    }
    .about_team_slider {
        max-width: 260px;
    }
    .about_sert_slider {
        max-width: 262px;
    }
}
@media(max-width: 1230px) {
    .about_cottage_swiper .swiper-wrapper{
        gap: 16px !important;
    }
    .about_sert_slider {
        max-width: 206px;
    }
    .about_team_slider {
        max-width: 206px;
    }
    .about_cottage_slider {
        max-width: 400px;
    }
    .page_about .breadcrumbs{
        margin-top: 16px;
    }

    .page_about .breadcrumbs__item{
        margin-right: 5px;
    }

    .page_about .breadcrumbs__item:not(:last-child):after{
        margin-left: 5px;
    }

    .about_title{
        font-size: 36px;
        line-height: 115%;
        margin-bottom: 22px;

    }

    .about_btn{
        width: 100%;
    }

    .about_title--hero{
        max-width: 400px;
    }

    .about_hero{
        margin-bottom: 48px;
    }

    .about_hero_wrap{
        margin-top: 0;
        flex-direction: column;
    }

    .about_hero_wrap--img{
        width: 100%;
        height: 324px;
    }

    .about_hero_wrap{
        gap: 16px;
    }

    .about_hero_content--txt{
        max-width: unset;
        padding-bottom: 16px;
    }

    .about_hero_content--txt p:not(:last-child){
        margin-bottom: 9px;
    }

    .about_hero_content_caption{
        margin-bottom: 5px;
        font-size: 32px;
    }

    .about_target{
        flex-direction: column;
        gap: 0;
    }

    .about_target_txt{
        padding-top: 0;
    }

    .about_target{
        margin-bottom: 44px;
    }

    .about_history{
        margin-bottom: 5px;
    }

    .about_history_wrapper{
        margin-top: 30px;
    }

    .about_history_slider_line::before{
        top: -8px;
        width: 16px;
        height: 16px;
    }

    .about_history_slider_wrap{
        margin-top: 21px;
    }

    .about_history_slider_year{
        margin-bottom: 9px;
    }

    .about_history_slider_description{
        font-size: 13px;
    }

    .about_history_arrows{
        display: none;
    }

    .about_team {
        margin-bottom: 78px;
    }

    .about_team_slider{
        height: 361px;
    }

    .about_team_slider_image{
        height: 293px;
    }

    .about_team_slider_name{
        margin-top: 6px;
        font-size: 16px;
    }

    .about_team_slider_txt{
        margin-top: 4px;
        font-size: 14px
    }

    .about_team_arrows {
        top: -51px;
    }

    .about_project{
        margin-bottom: 57px;
    }

    .about_project_btn--desktop{
        display: none;
    }

    .about_project_btn--mobile{
        display: flex;
        width: 100%;
    }

    .about_project_item{
        border: unset;
        border-radius: unset;
    }

    .about_project_item:hover .about_project_item_img{
        opacity: 1;
    }

    .about_project_item_img{
        border-radius: 10px;
        height: 154px;
    }

    .about_project_group{
        margin-bottom: 25px;
        margin-top: 0;
        gap: 16px;
    }

    .about_project_item_content{
        position: unset;
    }

    .about_project_item_caption{
        margin-top: 4px;
        margin-bottom: 2px;
        font-weight: 500;
        font-size: 16px;
    }

    .about_project_item_description{
        font-weight: 300;
        font-size: 14px;
        color: #6E6E6E;
    }

    .about_office_wrap{
        margin-bottom: 0;
    }

    .about_office{
        margin-bottom: 60px;
    }

    .about_title--office{
        margin-bottom: 25px;
    }

    .about_office_wrap{
        display: flex;
        flex-direction: column-reverse;
    }

    .about_office_group{
        flex-direction: column;
        gap: 18px;
    }

    .about_excursion_wrap{
        flex-direction: column;
        align-items: flex-start;
    }

    .about_office_item_img{
        margin-bottom: 12px;
        height: 250px;
    }

    .about_excursion {
        margin-bottom: 61px;
    }

    .about_excursion_txt{
        margin-bottom: 22px;
        margin-right: 0;
    }

    .about_sert{
        margin-bottom: 60px;
    }

    .about_sert_slider_image{
        height: auto;
    }

    .about_sert_slider.swiper-slide:nth-child(8) .about_sert_slider_image {
        height: 292px;
    }

    .about_sert_slider.swiper-slide:nth-child(8){
        width: 380px !important;
    }

    .about_title--sert{
        margin-bottom: 23px;
    }

    .about_sert_arrows{
        top: -51px;
    }

    .about_cottage{
        margin-bottom: 61px;
    }

    .about_partner{
        margin-bottom: 61px;
    }

    .about_partner_group{
        gap: 8px;
    }

    .about_partner_item{
        height: 76px;
    }

    .about_partner_item img{
        height: 17px;
    }

    .about_partner_item:nth-child(2) img{
        height: 20px;
    }

    .about_partner_item:nth-child(3) img{
        height: 36px;
        padding-bottom: 5px;
    }

    .about_partner_item:nth-child(4) img{
        height: 35px;
    }
}

@media (min-width: 640px) {
    .about_cottage_swiper .swiper-wrapper{
        gap: 24px;
        display: flex;
    }
    .about_cottage_swiper .about_cottage_slider{
        flex-shrink: 1;
    }
}
@media(max-width: 639px) {
    .about_cottage_slider_image {
        aspect-ratio: 270 / 180;
    }
    .about_cottage_slider {
        min-width: 270px;
    }
    .about_sert_slider {
        max-width: 198px;
    }
    .about_cottage_slider {
        max-width: 270px;
    } 
    .about_hero{
        margin-bottom: 28px;
    }

    .about_title {
        font-size: 28px;
    }

    .about_title--hero {
        margin-top: 14px;
        margin-bottom: 18px;
    }

    .about_hero_wrap--img{
        height: 199px;
    }

    .about_hero_content--txt {
        padding-bottom: 15px;
    }

    .about_hero_content_group{
        gap: 0;
    }

    .about_hero_content_item{
        max-width: 100px;
    }

    .about_title--target{
        margin-bottom: 16px;
    }

    .about_target{
        margin-bottom: 31px;
    }

    .about_history_wrapper{
        margin-top: 25px;
    }

    .about_history_slider_year{
        font-size: 28px;
    }

    .about_history_slider_description{
        font-size: 14px;
    }

    .about_team {
        margin-bottom: 47px;
    }

    .about_team_arrows{
        display: none;
    }

    .about_team_slider{
        max-width: 198px;
        height: 350px;
    }

    .about_team_slider_image{
        height: 282px;
        border-radius: 12px;
    }

    .about_title--project{
        margin-bottom: 24px;
    }

    .about_project {
        margin-bottom: 47px;
    }

    .about_project_group{
        margin-bottom: 22px;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .about_project_item_img{
        height: 160px;
    }

    .about_project_btn{
        width: 100%;
    }

    .about_office {
        margin-bottom: 48px;
    }

    .about_office_item_img{
        margin-bottom: 10px;
        height: 180px;
        border-radius: 12px;
    }

    .about_office_caption{
        margin-bottom: 2px;
        font-size: 16px;
    }

    .about_office_description{
        font-size: 14px;
        line-height: 142%;
    }

    .about_office_group{
        gap: 21px;
    }

    .about_title--excursion{
        margin-bottom: 16px;
    }

    .about_excursion {
        margin-bottom: 47px;
    }

    .about_excursion_txt{
        font-size: 16px;
    }

    .about_excursion_btn{
        width: 100%;
    }

    .about_sert{
        margin-bottom: 46px;
    }

    .about_sert_arrows{
        display: none;
    }

    .about_title--sert{
        margin-bottom: 17px;
    }

    .about_sert_slider_image{
        border-radius: 12px;
    }

    .about_sert_slider.swiper-slide:nth-child(8) .about_sert_slider_image {
        height: 281px;
    }

    .about_sert_slider.swiper-slide:nth-child(8){
        width: 380px !important;
    }

    .about_cottage {
        margin-bottom: 47px;
    }


    .about_title--cottage{
        margin-bottom: 17px;
    }

    .about_cottage_slider_image{
        /*height: 180px;*/
    }

    .about_partner {
        margin-bottom: 47px;
    }

    .about_partner_group{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .about_partner_item{
        height: 89px;
    }
}


/* End */


/* Start:/local/templates/brickhouse-new/css/catalog_style.css?177684114245358*/
main.catalog .page-catalog--wrap{
    position: relative;
    font-family: "Inter", sans-serif;
}

main.catalog .nav-breadcrumbs{
    top: 110px;
}

main.catalog .breadcrumbs{
    margin: 29px 0 7px;
    font-size: 16px;
    font-weight: 300;
}

.container.container--big_desktop.with-sort .breadcrumbs{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.container.container--big_desktop.with-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.container.container--big_desktop.with-sort .page-catalog__sort {
    position: relative !important;
    top: auto !important;
}

main.catalog .breadcrumbs a span {
    color: #6E6E6E;
}

main.catalog .breadcrumbs__item span {
    color: #1C1C1C;
}

main.catalog .breadcrumbs__item{
    margin-right: 13px;
}

main.catalog .breadcrumbs__item:not(:last-child):after{
    margin-left: 13px;
}

main.catalog .page-title__proekty{
    margin-top: 18px;
    font-family: "Onest", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 115%;
    color: #1C1C1C;
    padding-right: 150px;
}

main.catalog .catalog-tags{
    margin-bottom: 0;
}

main.catalog .page-catalog__sort{
    position: absolute;
    top: 33px;
    right: 0;
    background-color: #f7f7f7;
}

main.catalog .choices:after{
    display: none;
}

main.catalog .catalog-sort .field-select .choices__inner{
    padding: 0;
}

main.catalog .field-select--svg{
    margin-right: 5px;
    height: 20px;
}

main.catalog .choices__list.choices__list--single{
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 145%;
    color: #4A6345;
    text-decoration: underline;
    text-underline-offset: 5px;
}

main.catalog .choices__list.choices__list--single::first-letter {
    text-transform: uppercase;
}

main.catalog .catalog-tags-group__menu{
    margin-top: 6px;
    flex-wrap: nowrap;
    gap: 24px;
}

main.catalog .page-catalog__layout{
    gap: 32px;
}

main.catalog .catalog-tags-group__item{
    padding-bottom: 6px;
    width: 100%;
    max-width: 300px;
}

main.catalog .catalog-tags-group__item-button{
    font-family: "Inter", sans-serif;
    padding: 10px 17px 10px 0;
    width: 100%;
    justify-content: flex-start;

    font-size: 14px;
    border: none;
    border-bottom: 1px solid #CACACA;
}

main.catalog .page-catalog__tags{
    width: 100%;
    position: relative;
}

main.catalog .catalog-tags-group--pl{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

main.catalog .nav-breadcrumbs .catalog-tags-group--pl{
    position: unset;
}

main.catalog .choices__list--dropdown .choices__list{
    padding-top: 16px;
    padding-bottom: 16px;
}

main.catalog .choices__list--dropdown{
    margin-top: 5px;
    border-radius: 12px;
    box-shadow: 0 1px 4px 2px rgba(74, 99, 69, 0.3);

    right: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    color: #1C1C1C;
}

main.catalog .choices__list--dropdown .choices__item{
    font-family: "Inter", sans-serif;
    position: relative;
    padding: 10px 12px;
    min-width: 220px;
}

main.catalog .choices__list--dropdown .choices__item[data-value*="order=up"]::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 15px;
    right: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15'%3E%3Cpath fill='1C1C1C' d='M4.18164 14.5C4.18164 14.7761 3.95778 15 3.68164 15C3.4055 15 3.18164 14.7761 3.18164 14.5L3.68164 14.5L4.18164 14.5ZM3.32809 0.146446C3.52335 -0.0488157 3.83993 -0.0488157 4.03519 0.146446L7.21718 3.32843C7.41244 3.52369 7.41244 3.84027 7.21717 4.03553C7.02191 4.2308 6.70533 4.2308 6.51007 4.03553L3.68164 1.20711L0.853214 4.03553C0.657952 4.2308 0.341369 4.2308 0.146107 4.03553C-0.049155 3.84027 -0.049155 3.52369 0.146107 3.32843L3.32809 0.146446ZM3.68164 14.5L3.18164 14.5L3.18164 0.5L3.68164 0.5L4.18164 0.5L4.18164 14.5L3.68164 14.5Z'/%3E%3C/svg%3E") no-repeat center / contain;
}

main.catalog .choices__list--dropdown .choices__item[data-value*="order=down"]::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 15px;
    right: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15'%3E%3Cpath fill='1C1C1C' d='M4.18164 0.5C4.18164 0.223858 3.95778 -1.20706e-08 3.68164 0C3.4055 1.20706e-08 3.18164 0.223858 3.18164 0.5L3.68164 0.5L4.18164 0.5ZM3.32809 14.8536C3.52335 15.0488 3.83993 15.0488 4.03519 14.8536L7.21718 11.6716C7.41244 11.4763 7.41244 11.1597 7.21717 10.9645C7.02191 10.7692 6.70533 10.7692 6.51007 10.9645L3.68164 13.7929L0.853214 10.9645C0.657952 10.7692 0.341369 10.7692 0.146107 10.9645C-0.049155 11.1597 -0.049155 11.4763 0.146107 11.6716L3.32809 14.8536ZM3.68164 0.5L3.18164 0.5L3.18164 14.5L3.68164 14.5L4.18164 14.5L4.18164 0.5L3.68164 0.5Z'/%3E%3C/svg%3E") no-repeat center / contain;
}

main.catalog .choices__list--dropdown .choices__item.is-highlighted{
    background: #4A6345;
}

main.catalog .catalog-tags-group__menu.no-touch .catalog-tags-group__item:hover .catalog-tags-group__item-button{
    color: #1C1C1C;
    border-color: #4A6345;
}

main.catalog .choices__list--dropdown .choices__item.is-highlighted[data-value*="order=up"]::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15'%3E%3Cpath fill='%23FFFFFF' d='M4.18164 14.5C4.18164 14.7761 3.95778 15 3.68164 15C3.4055 15 3.18164 14.7761 3.18164 14.5L3.68164 14.5L4.18164 14.5ZM3.32809 0.146446C3.52335 -0.0488157 3.83993 -0.0488157 4.03519 0.146446L7.21718 3.32843C7.41244 3.52369 7.41244 3.84027 7.21717 4.03553C7.02191 4.2308 6.70533 4.2308 6.51007 4.03553L3.68164 1.20711L0.853214 4.03553C0.657952 4.2308 0.341369 4.2308 0.146107 4.03553C-0.049155 3.84027 -0.049155 3.52369 0.146107 3.32843L3.32809 0.146446ZM3.68164 14.5L3.18164 14.5L3.18164 0.5L3.68164 0.5L4.18164 0.5L4.18164 14.5L3.68164 14.5Z'/%3E%3C/svg%3E") no-repeat center / contain;
}

main.catalog .choices__list--dropdown .choices__item.is-highlighted[data-value*="order=down"]::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15'%3E%3Cpath fill='%23FFFFFF' d='M4.18164 0.5C4.18164 0.223858 3.95778 -1.20706e-08 3.68164 0C3.4055 1.20706e-08 3.18164 0.223858 3.18164 0.5L3.68164 0.5L4.18164 0.5ZM3.32809 14.8536C3.52335 15.0488 3.83993 15.0488 4.03519 14.8536L7.21718 11.6716C7.41244 11.4763 7.41244 11.1597 7.21717 10.9645C7.02191 10.7692 6.70533 10.7692 6.51007 10.9645L3.68164 13.7929L0.853214 10.9645C0.657952 10.7692 0.341369 10.7692 0.146107 10.9645C-0.049155 11.1597 -0.049155 11.4763 0.146107 11.6716L3.32809 14.8536ZM3.68164 0.5L3.18164 0.5L3.18164 14.5L3.68164 14.5L4.18164 14.5L4.18164 0.5L3.68164 0.5Z'/%3E%3C/svg%3E") no-repeat center / contain;
}

main.catalog #catalog-tags-group__inner .catalog-tags-group__sub-menu{
    margin-top: 6px;
    border-radius: 12px;
    box-shadow: 0 1px 4px 2px rgba(74, 99, 69, 0.3);

    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    color: #1C1C1C;
}

main.catalog #catalog-tags-group__inner .catalog-tags-group__second-level-menu{
    border-radius: 12px;
    box-shadow: 0 1px 4px 2px rgba(74, 99, 69, 0.3);

    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    color: #1C1C1C;

    position: absolute;
    left: calc(100% + 16px + 4px);
    right: auto;
    top: -16px;
}

.page-catalog__text li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}
.page-catalog__text ul{
    padding-left: 0;
}
.page-catalog__text li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #E88501;
}

@media(min-width: 1920px) {
    main.catalog #catalog-tags-group__inner .catalog-tags-group__second-level-menu {
        left: calc(100% + 40px + 6px);
        top: -16px;
    }
}

main.catalog #catalog-tags-group__inner .catalog-tags-group__second-level-menu.open-left{
    left: auto !important;
    right: calc(100% + 4px);
}
@media(min-width: 1920px) {
    main.catalog #catalog-tags-group__inner .catalog-tags-group__second-level-menu.open-left{
        left: auto !important;
        right: calc(100% + 4px);
    }
}

main.catalog .catalog-tags-group__menu.no-touch .catalog-tags-group__sub-item a:hover {
    color: #1C1C1C;
}


main.catalog .page-catalog__sidebar{
    margin-top: 4px;
    width: 262px;
    border-radius: 14px;
    /* background-color: #fff; */
    overflow: hidden;
}

main.catalog .accordion__title{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    padding: 14px 0 13px 0;
}

main.catalog .accordion:first-child .accordion__title{
    padding-top: 20px;
    color: #1C1C1C;
}

main.catalog .noUi-connect, main.catalog .noUi-handle{
    background-color: #4A6345;
}

main.catalog .noUi-handle{
    border: unset;
    width: 19px;
    height: 19px;
    margin-top: -9px;
    right: -9px;
}

main.catalog .field-range__input{
    padding: 0 2px;
    border: unset;
    border-bottom: 1px solid #1C1C1C;

    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 115%;
    color: #1C1C1C;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: none;
}

main.catalog .page-catalog__sidebar .accordion__icon {
    margin-top: -4px;
    background: no-repeat center / contain url("data:image/svg+xml,%3Csvg viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.75 0.75L6.75 6.75L0.75 0.75' stroke='%231C1C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transform: rotate(180deg);
    width: 14px;
    height: 8px;
    right: 23px;
}

main.catalog .accordion__item--collapsed .accordion__icon{
    transform: unset;
}


main.catalog .field-range__input-separator {
    width: 14px;
    flex: 0 0 14px;
}

main.catalog .field-range__input-range {
    margin-bottom: 14px;
}

main.catalog .page-catalog__sidebar .field-range{
    margin-bottom: 14px;
}

main.catalog .field-checkbox__name-text:before, .field-checkbox__name-text:after{
    border: 2px solid #E1E1E1;
    border-radius: 4px;
    width: 24px;
    height: 24px;
}

main.catalog .fiel  d-checkbox__name{
    line-height: 1.8;
    padding-left: 37px;
    cursor: pointer;
}

main.catalog .field-checkbox__input-wrap:not(:last-child) {
    margin-bottom: 12px;
}

main.catalog .field-checkbox__name-text{
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 115%;
    color: #6E6E6E;

    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
}

main.catalog .field-checkbox__name-text:after{
    content: unset;
}

main.catalog input:checked ~ .field-checkbox__name-text:before,
main.catalog input:checked:focus ~ .field-checkbox__name-text:before,
main.catalog input:checked:active ~ .field-checkbox__name-text:before,
main.catalog input:checked:hover ~ .field-checkbox__name-text:before {
    background-color: #4A6345;
    border-color: #4A6345;
}

main.catalog input:checked ~ .field-checkbox__name-text:before{
    background-color: #4A6345;
    border: 2px solid #4A6345;
    filter: unset;

    background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.1867 6.94687L10.8961 0.2375C11.0544 0.0791668 11.2391 0 11.4502 0C11.6614 0 11.8461 0.0791668 12.0044 0.2375C12.1627 0.395833 12.2419 0.583986 12.2419 0.801958C12.2419 1.01993 12.1627 1.20782 12.0044 1.36563L4.74087 8.64896C4.58253 8.80729 4.39781 8.88646 4.1867 8.88646C3.97559 8.88646 3.79087 8.80729 3.63253 8.64896L0.228365 5.24479C0.0700321 5.08646 -0.00596795 4.89857 0.000365384 4.68112C0.00669872 4.46368 0.0892957 4.27553 0.248157 4.11667C0.407018 3.95781 0.595171 3.87864 0.812615 3.87917C1.03006 3.87969 1.21795 3.95886 1.37628 4.11667L4.1867 6.94687Z' fill='%23F7F7F7'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 10px;
}

main.catalog .catalog-filter__buttons{
    padding: 12px 0 20px 0;
    gap: 12px;
}

main.catalog .catalog-filter__buttons .btn{
    border-radius: 12px;
    width: 100%;
    height: 48px;

    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 115%;
}

main.catalog .catalog-filter__buttons .btn--main{
    background-color: #4A6345;
    color: #FFF;
}

main.catalog .catalog-filter__buttons .btn--main:hover {
    background-color: #344530;
}

main.catalog .catalog-filter__buttons .btn--main:focus {
    color: #f7f7f7;
}

main.catalog .catalog-filter__buttons .btn--main:active {
    color: #f7f7f7;
    background-color: #7B8C77;
    border-color: #7B8C77;
}

main.catalog .g-btn--lg span{
    padding: 15px !important    ;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 115%;
    color: #4A6345;

    border: 2px solid #4A6345;
    border-radius: 12px;
    height: 52px;
    transition: 0.3s ease-in-out all;
    cursor: pointer;
    background: #f7f7f7;
}

main.catalog .g-btn--lg span::first-letter {
    text-transform: uppercase;
}

main.catalog .catalog-filter__buttons .btn--reset, main.catalog .g-btn--lg span{
    border-color: #4A6345;
    color: #4A6345;
}

main.catalog .catalog-filter__buttons .btn--reset:hover, main.catalog .g-btn--lg span:hover {
    background-color: #4A6345;
    color: #FFF;
}

main.catalog .catalog-filter__buttons .btn--reset:focus, main.catalog .g-btn--lg span:focus {
    color: #4A6345;
    background-color: #FFF;
}

main.catalog .catalog-filter__buttons .btn--reset:active, main.catalog .g-btn--lg span:active {
    color: #f7f7f7;
    background-color: #3B4F37;
}

main.catalog .accordion__content{
    padding-bottom: 0;
}

main.catalog .field-checkbox{
    margin-bottom: 14px;
}

main.catalog .catalog-filter__buttons .btn__icon{
    margin-right: 0;
}

main.catalog .project-card{
    border-radius: 12px;
    overflow: hidden;
}

main.catalog .project-card:hover{
    box-shadow: 7px 4px 13px 4px rgba(74, 99, 69, 0.15);
}

main.catalog .page-catalog__items{
    margin-top: 68px;
    gap: 16px;
}

main.catalog .project-card__badge{
    background-color: #4A6345;
    width: 36px;
    height: 36px;
    right: 12px;

    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 115%;
}

main.catalog .project-card__image img{
    height: 262px;
}

main.catalog .project-card__price{
    position: relative;
    z-index: 10;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 115%;
    color: #4A6345;

    background-color: #ffffffcf;
    border-radius: 20px;
}

main.catalog .project-card__images .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
}

.project-card__images .swiper-pagination-bullet::before{
    width: 8px;
    height: 8px;
}

@media(max-width: 1919px) {
    .project-card__images .swiper-pagination-bullet::before{
        width: 6px;
        height: 6px;
    }
    main.catalog .project-card__images .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }
    main.catalog .catalog-tags-group__menu {
        gap: 17px;
    }
    #catalog-tags-group__inner .catalog-tags-group__item-button {
        padding: 10px 12px !important;
        border-radius: 24px !important;
    }
    main.catalog .field-range__input-separator {
        margin: 0 6px !important;
        width: 13px;
    }
    main.catalog .field-range__input {
        font-size: 14px;
    }
    main.catalog .project-card__title {
        max-width: 100% !important;
    }
    main.catalog .breadcrumbs {
        font-size: 14px;
    }
    main.catalog .project-card__price {
        font-size: 16px;
    }
    main.catalog .project-card__content {
        padding: 10px 12px 16px 12px !important;
    }
    main.catalog .field-checkbox__input-wrap:not(:last-child) {
        margin-bottom: 8px;
    }
    main.catalog .page-catalog__text {
        max-width: 1120px !important;
        padding: 40px 48px !important;
        margin: 100px auto 0 auto !important;
    }
}

.project-card__images .swiper-pagination-bullet-active::before{
    background-color: #E88501;
}

main.catalog .project-card__content{
    flex-direction: column;
    padding: 16px 20px 28px 20px;
    flex-wrap: nowrap;
    align-items: start;
    justify-content: space-between;
    gap: 9px;
}

main.catalog .project-card__info{
    width: unset;
    margin-bottom: 0;
    line-height: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.project_card_stat{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

main.catalog .project-card__title{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 115%;
    color: #1C1C1C;
    text-decoration: unset;

    display: block;
    max-width: 145px;
}

main.catalog .project_card_stat_item{
    padding-right: 8px;
    padding-left: 8px;

    position: relative;
    display: flex;
    align-items: center;

    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 115%;
    color: #6E6E6E;
}

main.catalog .g-btn--border{
    box-shadow: unset;
    border-radius: 12px;
}

main.catalog .project_card_stat_item svg{
    margin-left: 4px;
    width: 16px;
    height: 16px;
}

main.catalog .project_card_stat_item:not(:last-child):before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    background-color: #6E6E6E;
    height: 15px;
    width: 1px;
}

main.catalog .project_card_stat_item:first-child{
    padding-left: 0;
}

main.catalog .project_card_stat_item:last-child{
    padding-right: 0;
}

.project_card_stat_item sup {
    font-size: 0.65em;
    vertical-align: text-top;
    position: relative;
    top: -0.4em;
}

main.catalog .bxmaker__ajaxpagenav__pg{
    margin-top: 20px;
}

main.catalog .g-pagination li a{
    padding-top: 0;
    border: unset;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 115%;
    color: #1C1C1C;
    background-color: unset;
}

main.catalog .g-pagination li.active a{
    color: #4A6345;
    background-color: unset;
}

main.catalog .g-pagination li:first-child a{
    color: #4A6345;
}


main.catalog .g-pagination li:last-child a{
    color: #4A6345;
}

main.catalog .page-catalog__text{
    display: block !important;
    margin-top: 73px;
    margin-bottom: 0;
    padding: 40px 48px;

    background-color: #fff;
    border-radius: 10px;

    font-family: "Inter", sans-serif;
    color: #1C1C1C;
}

main.catalog .page-catalog__text h2{
    margin-top: 40px;
    font-weight: 400;
    font-size: 24px;
    line-height: 115%;
}

main.catalog .page-catalog__text h2:first-child {
    margin-top: 0;
}

main.catalog .page-catalog__text p,
.page-catalog__text li{
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #6E6E6E;
}
main.catalog .page-catalog__text sup {
    font-size: 13px;
}
main.catalog .disabled-menu {
    opacity: 0 !important;
    height: 0 !important;
}
.catalog-tags-group__sub-menu-title {
    display: none;
}

main.catalog .b-filter.b-filter--mb.bx-filter {
    /* background: white; */
    /* border-radius: 14px; */
    overflow-y: auto;
    z-index: 10;
    padding-right: 10px;
}

#catalog-tags-group__inner .catalog-tags-group__sub-item a:not(.has-sub) svg{
    display: none !important;
}
.catalog-tags-group__sub-item a.has-sub {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.catalog-tags-group__sub-item a.has-sub:after {
    display: none !important;
}
.catalog-tags-group__sub-item a.has-sub span svg {
    width: 9px;
    height: 16px;
}


.catalog-tags-group__item-button .accordion__icon {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin: 0;
    padding: 0;
    transform: none;
    background: none;
    height: 20px;
    width: 20px;
    color: transparent;
}
#catalog-tags-group__inner .catalog-tags-group__item-button {
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: #EDEDED;
    border: none;
    padding: 15px 20px;
    border-radius: 40px;
    color: #1C1C1C;
}

@media (min-width: 1230px) {
    #catalog-tags-group__inner .catalog-tags-group__item:hover .catalog-tags-group__item-button .accordion__icon {
        transform: rotate(180deg);
    }
}
main.catalog .accordion__content {
    padding: 0 !important;
}
main.catalog .field-range__input-range {
    margin-left: 16px;
    margin-right: 16px;
}
main.catalog .field-range__input-separator {
    margin: 0 23px;
}
main.catalog .page-catalog__text {
    max-width: 1640px;
    margin: 140px auto 0 auto;
    padding: 60px 80px;
}
main.catalog .page-catalog__text h2 {
    font-family: 'Inter', sans-serif !important;
}
.page-catalog__text .catalog-show-more {
    color: #4A6345;
    font-size: 16px;
    font-weight: 300;
    border: none;
    border-bottom: 1px dotted #4A6345;
    background: none;
    padding: 0;
    font-family: "Inter", sans-serif;
    margin-top: 24px;
}

.project-card__images .swiper-navigation {
    opacity: 0;
    /* transition: opacity .3s; */
}
.project-card__images:hover .swiper-navigation {
    opacity: 1;
}

@media (min-width: 1229px){
    main.catalog .nav-breadcrumbs .catalog-tags-group--pl{
        max-width: 1280px;

        padding-right: 80px !important;
        padding-left: 80px !important;
    }
}

@media(min-width: 1920px) {
    .page__inner .page__content.page__content--big_desktop:has(main.catalog) {
        padding-top: 208.41px !important;
    }

    main.catalog .nav-breadcrumbs {
        top: 150px;
    }

    main.catalog .breadcrumbs {
        margin-top: 40px;
    }

    main.catalog .nav-breadcrumbs .catalog-tags-group--pl{
        max-width: 1920px;
        padding-left: 140px !important;
        padding-right: 140px !important;
    }

    main.catalog .page-title__proekty{
        font-size: 64px;
        line-height: 115%;
    }

    main.catalog .choices__list.choices__list--single{
        font-size: 16px;
    }

    main.catalog .catalog-tags-group__item-button{
        font-size: 16px;
    }

    main.catalog .accordion__title{
        font-weight: 600;
        font-size: 22px;
    }

    main.catalog .page-catalog__sort{
        top: 68px;
    }

    .catalog-tags-group__item-button .accordion__icon,
    .catalog-tags-group__item-button .accordion__icon svg{
        width: 24px;
        height: 24px;
    }

    main.catalog .choices__list--dropdown .choices__item{
        font-size: 16px;
        font-weight: 300;
    }

    main.catalog .page-catalog__layout{
        gap: 40px;
    }

    main.catalog .page-catalog__sidebar{
        margin-top: 15px;
        border-radius: 0;
        width: 392px;
    }

    main.catalog .page-catalog__items {
        margin-top: 110px;
        gap: 24px;
    }

    main.catalog .catalog-tags-group__menu{
        margin-top: 23px;
    }
    main.catalog .catalog-tags-group__item-button {
        padding-bottom: 17px;
    }

    main.catalog .accordion__title{
        padding: 20px 0 20px 0;
    }

    main.catalog .accordion:first-child .accordion__title{
        padding-top: 40px;
    }

    main.catalog .catalog-tags-group__sub-item a{
        font-size: 20px;
        line-height: 140%;
    }

    main.catalog .field-range__input{
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
    }

    main.catalog .field-range__input-separator{
        width: 20px;
        flex: 0 0 20px;
    }

    main.catalog .field-checkbox__name-text{
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
    }

    main.catalog .noUi-handle{
        width: 26px;
        height: 26px;
        margin-top: -13px;
        right: -12px;
    }

    main.catalog .field-range__input-range{
        margin-top: 11px;
        margin-bottom: 25px;
    }

    main.catalog .page-catalog__sidebar .field-range {
        margin-bottom: 20px;
    }

    main.catalog .field-checkbox{
        margin-bottom: 20px;
    }

    main.catalog .page-catalog__sidebar .accordion__icon{
        width: 16px;
        height: 12px;
        right: 0px;
    }

    main.catalog .catalog-filter__buttons .btn{
        font-size: 20px;
        height: 60px;
    }

    main.catalog .catalog-filter__buttons {
        gap: 20px;
    }

    main.catalog .catalog-filter__buttons{
        padding: 20px 0px 40px 0px;
    }

    main.catalog .project-card__image img{
        height: 410px;
    }

    main.catalog .project-card__badge{
        top: 24px;
        right: 20px;
        width: 56px;
        height: 56px;
        font-weight: 500;
        font-size: 16px;
    }

    main.catalog .project-card__title{
        font-weight: 500;
        font-size: 22px;
        width: 210px;
        max-width: 210px;
    }

    main.catalog .project_card_stat_item{
        font-weight: 400;
        font-size: 16px;
    }

    main.catalog .project-card{
        border-radius: 16px;
    }

    main.catalog .bxmaker__ajaxpagenav__pg {
        margin-top: 27px;
    }

    main.catalog .g-btn--lg span{
        height: 60px;
        font-size: 20px;
    }

    main.catalog .g-pagination li a{
        font-size: 20px;
        width: 65px;
    }

    main.catalog .g-pagination li.hide-768 a{
        width: 108px;
    }

    main.catalog .page-catalog__text h2{
        font-size: 32px;
    }

    main.catalog .page-catalog__text p,
    .page-catalog__text li{
        font-weight: 300;
        font-size: 20px;
        line-height: 140%
    }
    main.catalog .page-catalog__text sup {
        font-size: 16px;
    }

    main.catalog .page-catalog__text h2{
        margin-top: 40px;
        margin-bottom: 24px;
    }

    main.catalog .page-catalog__text h2:first-child {
        margin-top: 0;
    }

    main.catalog .page-catalog__text {
        padding-top: 60px;
        padding-left: 80px;
        margin-top: 127px;
    }
}

@media(max-width: 1230px) {
    main.catalog #catalog-tags-group__inner .catalog-tags-group__sub-menu{
        gap: 16px;
    }
    main.catalog .nav-breadcrumbs {
        top: 78px;
    }

    main.catalog .breadcrumbs{
        margin: 7px 0;
        font-weight: 300;
        font-size: 13px;
    }

    main.catalog .page-title__proekty{
        margin-top: 8px;
        font-weight: 400;
        font-size: 36px;
        line-height: 115%;
        padding-right: 0 !important;
    }

    main.catalog .page-catalog__sort{
        flex-direction: column-reverse;
    }

    main.catalog .btn.page-catalog__open-sidebar{
        width: 100%;
        height: 44px;
        background-color: #4A6345;
        border-radius: 12px;

        font-weight: 400;
        font-size: 14px;
        color: #FFF;
    }

    main.catalog .btn.page-catalog__open-sidebar svg{
        margin-right: 10px;
    }

    #catalog-tags-group__inner .catalog-tags-group__menu{
        margin-top: 19px;
        display: grid !important;
        justify-content: space-between;
        grid-template-columns: repeat(3, minmax(max-content, 1fr));
        gap: 16px 13px;
    }

    main.catalog .catalog-tags-group__item{
        padding-bottom: 0;
        margin-bottom: 0;
        max-width: 100%;
    }

    main.catalog .page-catalog__items{
        margin-top: 78px;
        gap: 12px;
    }

    main.catalog .mobile-tags-menu-button-container{
        display: none;
    }

    main.catalog .catalog-tags-group--pl{
        position: unset;
    }

    main.catalog .page-catalog__main .page-catalog__sort{
        top: 100px;
        flex-direction: row;
        gap: 24px;
    }
    main.catalog .page-catalog__tags:has(.catalog-tags-group__menu) + .page-catalog__sort {
        top: 174px;
        flex-direction: column-reverse;
        gap: unset;
    }


    main.catalog .nav-breadcrumbs .page-catalog__sort{
        padding: 0 40px 15px;
        max-width: 100%;
        flex-direction: row;
        gap: 24px;
    }
    main.catalog .nav-breadcrumbs .page-catalog__sort:has(#catalog-tags-group__inner) {
        flex-direction: column-reverse;
        gap: 6px;
    }

    main.catalog .catalog-sort{
        /* opacity: 0; */
        align-self: center;
    }
    main.catalog .choices__inner .choices__item--selectable {
        font-weight: 400;
    }

    main.catalog .page-catalog__sidebar {
        margin-top: 0;
        width: 100%;
        overflow: scroll;
        border-top:unset;
        padding: 0 40px;
    }

    main.catalog .choices__list.choices__list--single {
        text-underline-offset: 4px;
    }

    main.catalog .catalog-sort .field-select{
        justify-content: flex-end;
    }

    main.catalog .page-catalog__close-sidebar{
        height: 84px;
    }

    main.catalog .page-catalog__close-sidebar::before{
        background-color: #6E6E6E;
        width: 43px;
        height: 2px;

        position: absolute;
        top: 18px;
    }

    main.catalog .page-catalog__close-sidebar::after{
        content: "";
        right: 44px;
        top: 50px;
        position: absolute;
        display: inline-block;
        width: 16px;
        height: 16px;
        background-color: #A7A7A7;

        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0.75 0.75L14.75 14.75M0.75 14.75L14.75 0.75' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0.75 0.75L14.75 14.75M0.75 14.75L14.75 0.75' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
    }

    main.catalog .page-catalog__sidebar-title{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 42px;
        pointer-events: none;
    }

    main.catalog .b-filter.b-filter--mb.bx-filter{
        position: relative;
        margin-top: 8px;
        padding-right: 0;
        max-width: 100%;
    }

    main.catalog .b-filter.b-filter--mb.bx-filter:before{
        content: "";
        position: absolute;
        top: -9px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 80px);
        height: 1px;
        background-color: #E1E1E1;
    }

    main.catalog .page-catalog__sidebar .accordion__icon{
        right: 0px;
    }

    main.catalog .accordion__title{
        padding-bottom: 12px;
    }

    main.catalog .page-catalog__sidebar .field-range{
        margin-top: 15px;
    }

    main.catalog .noUi-horizontal{
        height: 5px;
    }

    main.catalog .noUi-handle.noUi-handle-lower{
        right: -26px;
    }

    main.catalog .noUi-handle.noUi-handle-upper{
        right: 0;
    }

    main.catalog .noUi-handle.noUi-handle-upper, main.catalog .noUi-handle.noUi-handle-lower{
        height: 25px;
        margin-top: -13px;
        width: 26px;
    }

    main.catalog .noUi-target{
        margin-right: 0;
        margin-left: 0;
    }

    main.catalog .field-range__input-range{
        margin-bottom: 16px;
    }

    main.catalog .field-range__input-separator{
        margin: 0 33px;
    }

    main.catalog .field-checkbox__name{
        padding-left: 0 !important;
        line-height: 1.8;
    }

    main.catalog .field-checkbox__input-wrap:not(:last-child) {
        margin-bottom: 0;
    }

    main.catalog .field-checkbox {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-bottom: 18px;
    }

    main.catalog .field-checkbox:not(:has(> *:nth-child(4))) {
        grid-template-columns: 1fr;
    }

    .page-catalog__items {
        grid-template-columns: 1fr 1fr;
    }

    main.catalog .project-card {
        border-radius: 8px;
    }

    main.catalog .project-card__image img {
        height: 100%;
    }

    main.catalog .project-card__badge{
        width: 32px;
        height: 32px;

        font-weight: 400;
        font-size: 10px
    }

    main.catalog .project-card__title{
        max-width: unset;
    }

    .project-card__images .swiper-slide {
        aspect-ratio: 12 / 7.8;
    }

    main.catalog .project-card__images .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .project-card__images .swiper-pagination-bullet::before {
        width: 4px;
        height: 4px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
    }

    .project-card__images .swiper-pagination {
        bottom: 16px;
    }

    main.catalog .bxmaker__ajaxpagenav__pg{
        margin-top: 24px;
    }

    main.catalog .g-btn.g-btn--lg.g-btn--border.d-block{
        margin-bottom: 28px;
    }

    main.catalog .hide-768 {
        display: block !important;
    }

    main.catalog .page-catalog__text {
        margin-top: 34px;
        border-radius: 0;
    }

    #catalog-tags-group__inner .catalog-tags-group__item {
        outline: none;
        color: #1C1C1C;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub .catalog-tags-group__block {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        height: calc(100vh - 110px);
        z-index: 30;
        background: white;
        box-shadow: 0 1px 4px 2px rgba(74, 99, 69, 0.3);
        border-radius: 10px 10px 0 0;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub .catalog-tags-group__sub-menu {
        box-shadow: none;
        background: white;
        padding: 0px 40px 20px 40px !important;
        margin: 0;
        overflow-y: auto;
        height: calc(100% - (64px + 20px + 24px) - 20px - 13px);
        flex-direction: column;
        position: unset;
        flex-wrap: nowrap;
        width: calc(100vw - 80px);
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub .catalog-tags-group__sub-menu-title {
        display: block;
        width: calc(100% - 80px);
        border-bottom: 1px solid #E1E1E1;
        padding: 24px 0 12px 0;
        margin: 20px 40px 24px 40px;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub .catalog-tags-group__sub-menu-title p {
        font-size: 20px;
        color: #1C1C1C;
        font-weight: 600;
        text-align: center;
        margin-bottom: 0;
        line-height: 140%;
        position: relative;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub .catalog-tags-group__sub-menu-title p::before{
        content: '';
        background-color: #6E6E6E;
        width: 43px;
        height: 2px;
        position: absolute;
        top: -24px;
        left: calc(50% - 21.5px);
        border-radius: 2px;
        display: block;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub .catalog-tags-group__sub-menu-title p::after{
        content: "";
        cursor: pointer;
        right: 0;
        top: 7px;
        position: absolute;
        display: inline-block;
        width: 14px;
        height: 14px;
        background-color: #A7A7A7;

        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0.75 0.75L14.75 14.75M0.75 14.75L14.75 0.75' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0.75 0.75L14.75 14.75M0.75 14.75L14.75 0.75' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub .catalog-tags-group__sub-item {
        padding: 0;
        align-items: center;
        justify-content: start;
        border: none;
        border-bottom: 1px solid #F7F7F7;
        flex: 0 0 auto;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub .catalog-tags-group__item-button {
        font-size: 13px;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub .catalog-tags-group__item-button .accordion__icon {
        right: 8px;
        width: 4px;
        height: 9px;
    }

    .catalog-tags-group__sub-item-rel {
        position: unset;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub.show-second-sub .catalog-tags-group__sub-item {
        overflow: visible;
        position: unset;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub.show-second-sub .catalog-tags-group__sub-item.show-menu .catalog-tags-group__second-level-menu{
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: calc(100% - 80px);
        z-index: 31;
        top: calc(64px + 20px + 24px);
        left: 40px !important;
        right: auto !important;
        height: calc(100% - (64px + 20px + 24px) - 20px - 15px);
        background: white;
        box-shadow: none;
        padding: 0px !important;
        overflow-y: auto;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub.show-second-sub .catalog-tags-group__second-level-item {
        border-bottom: 1px solid #F7F7F7;
        padding: 0 !important;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub.show-second-sub .catalog-tags-group__sub-item.show-menu .catalog-tags-group__second-level-item {
        display: block !important;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub .catalog-tags-group__sub-item a {
        font-size: 16px !important;
        width: 100%;
        text-align: left;
        padding: 15px 0;
        display: block;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub .catalog-tags-group__sub-item a.has-sub span:nth-child(2) {
        border: none;
        transform: none;
        width: auto;
        height: auto;
        position: relative;
        margin: 0;
        right: auto;
        left: auto;
        top: auto;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub .catalog-tags-group__sub-item a.has-sub span:nth-child(2) svg {
        width: 11px;
        height: 24px;
    }

    #catalog-tags-group__inner .catalog-tags-group__item.show-sub .catalog-tags-group__sub-item a.has-sub {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 0;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub.show-second-sub .catalog-tags-group__sub-item a.has-sub {
        flex-direction: row-reverse;
        justify-content: start;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub.show-second-sub .catalog-tags-group__sub-item a.has-sub span:nth-child(2) {
        transform: rotate(180deg);
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub.show-second-sub .catalog-tags-group__sub-menu {
        overflow-y: hidden;
    }
    ul.catalog-tags-group__menu.show-sub-wrapper,
    ul.catalog-tags-group__menu.show-sub-wrapper .catalog-tags-group__item {
        z-index: unset !important;
        transform: none !important;
        -webkit-transform: none !important;
    }
    main.catalog .accordion__content .field-checkbox__input-wrap {
        width: 100%;
    }
    main.catalog .page-catalog__sidebar {
        border-radius: 0;
    }
    body.scroll-no{
        overflow: hidden !important;
        height: 100vh !important;
    }
    main.catalog .page-catalog__sidebar--show .catalog-filter__buttons {
        position: fixed;
        bottom: 0;
        width: calc(100% - 80px);
        z-index: 16;
    }
    main.catalog .page-catalog__sidebar--show .b-filter-row-wrapper {
        padding-bottom: calc(140px + 12px + 20px + 18px);
    }
    main.catalog .catalog-tags-group__sub-item.show-menu .catalog-tags-group__second-level-item a.has-sub{
        display: flex !important;
    }
    #catalog-tags-group__inner .catalog-tags-group__item-button {
        font-size: 14px;
    }
    main.catalog .page-catalog__text {
        max-width: 100% !important;
        margin: 60px 0 0 0 !important;
        padding: 36px 40px !important;
    }
}
@media (min-width: 640px) and (max-width: 1230px) {
    main.catalog .catalog-sort{
        grid-column: 3 / 4;
    }
    main.catalog .choices__list--dropdown {
        right: auto !important;
        left: -25px !important;
        width: fit-content !important;
    }
    main.catalog #catalog-tags-group__inner .choices__list--dropdown{
        right: 0 !important;
        left: auto !important;
        width: auto !important;
    }
}
@media (max-width: 700px) {
    main.catalog .g-pagination li a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    main.catalog .g-pagination li:first-child a {
        background-image: url('/local/templates/brickhouse-new/img/p-arrow.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 26px;
        font-size: 0;
        height: 10px;
        transform: rotate(180deg);
    }
    main.catalog .g-pagination li:last-child a {
        background-image: url('/local/templates/brickhouse-new/img/p-arrow.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 26px;
        font-size: 0;
        height: 10px;
    }
    main.catalog ul.g-pagination {
        align-items: center !important;
    }
}
@media (max-width: 640px) {
    main.catalog .breadcrumbs {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    main.catalog .breadcrumbs::-webkit-scrollbar {
        width: 0;
    }

    main.catalog .page-catalog__sidebar {
        padding: 0 16px;
    }
    main.catalog .page-catalog__sidebar--show .catalog-filter__buttons {
        width: calc(100% - 32px);
    }
    main.catalog .page-catalog__text {
        padding: 32px 16px !important;
    }
    main.catalog .project-card__content {
        padding: 12px 8px 24px 8px !important;
    }
    main.catalog .project-card__price {
        font-size: 14px;
    }
    #catalog-tags-group__inner .catalog-tags-group__item-button {
        gap: 6px;
    }
    main.catalog .nav-breadcrumbs .page-catalog__sort {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding-bottom: 10px !important;
    }
    main.catalog .nav-breadcrumbs .catalog-tags-group--pl {
        grid-row: 1 / 2;
        grid-column: 1 / 3;
    }
    main.catalog .nav-breadcrumbs .catalog-sort {
        justify-self: start;
    }
    main.catalog .nav-breadcrumbs .btn.page-catalog__open-sidebar {
        justify-self: end;
    }
    main.catalog .page-title__proekty {
        font-size: 28px;
        margin: 0;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub .catalog-tags-group__sub-menu-title p {
        font-size: 16px;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub .catalog-tags-group__sub-menu {
        padding: 20px !important;
        width: calc(100vw - 40px);
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub .catalog-tags-group__sub-menu-title {
        padding: 20px 0 10px 0;
        margin: 20px 40px 4px 40px;
    }
    #catalog-tags-group__inner .catalog-tags-group__item.show-sub.show-second-sub .catalog-tags-group__sub-item.show-menu .catalog-tags-group__second-level-menu {
        top: calc(64px + 20px + 24px);
        left: 20px !important;
        width: calc(100% - 40px);
    }
    main.catalog .choices__list--dropdown {
        right: auto !important;
        left: -25px !important;
        width: fit-content !important;
    }
    main.catalog .page-catalog__main .page-catalog__sort {
        z-index: 15 !important;
        top: 84px;
    }
    main.catalog .page-catalog__tags:has(.catalog-tags-group__menu) + .page-catalog__sort {
        top: 100px;
        flex-direction: row;
        gap: 24px;
    }
    main.catalog .btn.page-catalog__open-sidebar {
        height: 34px;
    }
}

@media (max-width: 500px) {
    main.catalog .g-pagination li a {
        width: 38px;
        height: 38px;
    }
    main.catalog .g-pagination li a.bxmaker__ajaxpagenav__pg-content-item--dot {
        width: 20px !important;
    }
}
@media (max-width: 390px) {
    main.catalog .g-pagination li a {
        width: 36px;
        height: 36px;
    }
    main.catalog .g-pagination li a.bxmaker__ajaxpagenav__pg-content-item--dot {
        width: 14px !important;
    }
}
/* End */


/* Start:/local/templates/brickhouse-new/css/jquery.fancybox.min.css?177684114213213*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/brickhouse-new/components/bitrix/search.title/header/style.css?16820831372108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/brickhouse-new/components/bitrix/search.title/header/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/brickhouse-new/components/bitrix/menu/topmenu/style.min.css?16820831373715*/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul{margin:0;padding:0;background:#bc262c url(/local/templates/brickhouse-new/components/bitrix/menu/topmenu/images/header_menu_bg.gif) repeat-x;min-height:27px;width:100%;list-style:none;font-size:11px;float:left}#horizontal-multilevel-menu a{display:block;padding:5px 10px;text-decoration:none;text-align:center}#horizontal-multilevel-menu li{float:left}#horizontal-multilevel-menu li a.root-item{color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li a.root-item-selected{background:#fc8d3d;color:#fff;font-weight:bold;padding:7px 12px}#horizontal-multilevel-menu li:hover a.root-item,#horizontal-multilevel-menu li.jshover a.root-item{background:#e26336;color:#fff}#horizontal-multilevel-menu a.parent{background:url(/local/templates/brickhouse-new/components/bitrix/menu/topmenu/images/arrow.gif) center right no-repeat}#horizontal-multilevel-menu a.denied{background:url(/local/templates/brickhouse-new/components/bitrix/menu/topmenu/images/lock.gif) center right no-repeat}#horizontal-multilevel-menu li:hover,#horizontal-multilevel-menu li.jshover{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li.item-selected{background:#d6d6d6;color:#fff}#horizontal-multilevel-menu li ul{position:absolute;top:auto;display:none;z-index:500;height:auto;width:135px;background:#f5f5f5;border:1px solid #c1c1c1}#horizontal-multilevel-menu li li{width:100%;border-bottom:1px solid #dedede}#horizontal-multilevel-menu li ul a{text-align:left}#horizontal-multilevel-menu li a,#horizontal-multilevel-menu li:hover li a,#horizontal-multilevel-menu li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a{color:#4f4f4f;font-weight:bold}#horizontal-multilevel-menu li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a #horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a{color:#4f4f4f}#horizontal-multilevel-menu li ul ul{margin:-27px 0 0 132px}#horizontal-multilevel-menu li:hover ul ul,#horizontal-multilevel-menu li.jshover ul ul,#horizontal-multilevel-menu li:hover ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul,#horizontal-multilevel-menu li:hover ul ul ul ul ul,#horizontal-multilevel-menu li.jshover ul ul ul ul ul{display:none}#horizontal-multilevel-menu li:hover ul,#horizontal-multilevel-menu li.jshover ul,#horizontal-multilevel-menu li li:hover ul,#horizontal-multilevel-menu li li.jshover ul,#horizontal-multilevel-menu li li li:hover ul,#horizontal-multilevel-menu li li li.jshover ul,#horizontal-multilevel-menu li li li li:hover ul,#horizontal-multilevel-menu li li li li.jshover ul,#horizontal-multilevel-menu li li li li li:hover ul,#horizontal-multilevel-menu li li li li li.jshover ul{display:block}div.menu-clear-left{clear:left}
/* End */


/* Start:/local/templates/brickhouse-new/components/bitrix/search.title/header_mobile/style.css?16820831372108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/brickhouse-new/components/bitrix/search.title/header_mobile/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/components/kuznica/metatags/templates/.default/style.css?1682083166237*/
#kuznica_megameta{
	width: 90vw;
	background: #fff;
	position: static;
	opacity: 1;
}
#kuznica_megameta .li-item{
	padding-left: 10px;
	display: inline-block;
}
#kuznica_megameta .li-item-2{
	padding-left: 30px;
	display: inline-block;
}
/* End */


/* Start:/local/templates/brickhouse-new/styles.css?1776841142274287*/
body {
	font-family: "Montserrat" !important;
}
body.bx-panel-site {
    margin-top: 40px !important;
}
body.bx-panel-expanded {
    margin-top: 80px !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.img-fluid {
    height: auto;
    max-width: 100%;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.padt-20 {
    padding-top: 20px;
}

.padb-5 {
    padding-bottom: 5px !important;
}

.padb-10 {
    padding-bottom: 10px;
}

.padb-15 {
    padding-bottom: 15px !important;
}

.padb-20 {
    padding-bottom: 20px !important;
}

.padb-30 {
    padding-bottom: 30px !important;
}

.marx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.marx-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.marx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.marb-0 {
    margin-bottom: 0 !important;
}

.marb-5 {
    margin-bottom: 5px;
}

.marb-7 {
    margin-bottom: 7px !important;
}

.marb-10 {
    margin-bottom: 10px;
}

.marb-12 {
    margin-bottom: 12px !important;
}

.marb-15 {
    margin-bottom: 15px;
}

.marb-20 {
    margin-bottom: 20px;
}

.marb-25 {
    margin-bottom: 25px;
}

.marb-30 {
    margin-bottom: 30px;
}

.marb-40 {
    margin-bottom: 40px !important;
}

.marb-80 {
    margin-bottom: 80px !important;
}

.mart-5 {
    margin-top: 5px !important;
}

.mart-2 {
    margin-top: 2px !important;
}

.mart-10 {
    margin-top: 10px !important;
}

.mart-15 {
    margin-top: 15px !important;
}

.mart-20 {
    margin-top: 20px !important;
}

.mart-25 {
    margin-top: 25px !important;
}

.mart-30 {
    margin-top: 30px !important;
}

.mart-40 {
    margin-top: 40px !important;
}

.marl-5 {
    margin-left: 5px;
}

.marl-10 {
    margin-left: 10px;
}

.marl-15 {
    margin-left: 15px !important;
}

.marl-25 {
    margin-left: 25px !important;
}

.marr-5 {
    margin-right: 5px !important;
}

.marr-10 {
    margin-right: 10px;
}

.marr-15 {
    margin-right: 15px;
}

.marr-20 {
    margin-right: 20px;
}

.marr-25 {
    margin-right: 25px !important;
}

.marr-30 {
    margin-right: 30px !important;
}

.marr-35 {
    margin-right: 35px !important;
}

.marr-40 {
    margin-right: 40px !important;
}

.marr-45 {
    margin-right: 45px !important;
}

.marr-50 {
    margin-right: 50px !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
}

@media (min-width: 768px) {
    .mart-md-5 {
        margin-top: 5px !important;
    }

    .mart-md-10 {
        margin-top: 10px !important;
    }

    .mart-md-15 {
        margin-top: 15px !important;
    }

    .mart-md-20 {
        margin-top: 20px !important;
    }

    .mart-md-25 {
        margin-top: 25px !important;
    }

    .mart-md-30 {
        margin-top: 30px !important;
    }

    .mart-md-35 {
        margin-top: 35px !important;
    }

    .marr-md-15 {
        margin-right: 15px !important;
    }

    .marr-md-20 {
        margin-right: 20px !important;
    }

    .marb-md-10 {
        margin-bottom: 10px !important;
    }

    .marb-md-15 {
        margin-bottom: 15px !important;
    }

    .marb-md-20 {
        margin-bottom: 20px !important;
    }

    .marb-md-25 {
        margin-bottom: 25px !important;
    }

    .marb-md-30 {
        margin-bottom: 30px !important;
    }

    .marb-md-35 {
        margin-bottom: 35px !important;
    }

    .marb-md-40 {
        margin-bottom: 40px !important;
    }

    .marb-md-45 {
        margin-bottom: 45px;
    }

    .marb-md-55 {
        margin-bottom: 55px !important;
    }

    .marb-md-60 {
        margin-bottom: 60px !important;
    }

    .marb-md-80 {
        margin-bottom: 80px !important;
    }

    .padb-md-30 {
        padding-bottom: 30px !important;
    }
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

/* Reviews */
.box {
    padding: 23px 30px 27px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 rgba(162, 162, 162, 0.5);
}

.box .video {
    height: 400px;
    width: auto;
    max-width: none;
    margin: 0;
}

.review {
    padding: 25px 25px 53px;
}

.review-scroll {
    width: 100%;
    max-height: 370px;
    padding-right: 15px;
    overflow-y: auto;
    position: relative;
}

.review-scroll .ps__rail-x,
.review-scroll .ps-scrollbar-y-rail,
.review-scroll .ps__rail-y {
    opacity: 1 !important;
}

.review__head-img {
    max-width: 40px;
    font-style: italic;
    margin-right: 18px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
}

.review__head_info {
    margin-bottom: 17px;
}

.review__head_info-name.flex-grow-1 {
    width: 100px;
}

.review__head_info-town {
    font-size: 12px;
    font-style: italic;
}

.review-carousel {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 20px;
}

.review-carousel .slick-list {
    padding-top: 10px;
    padding-bottom: 10px;
}

.review-carousel__item {
    padding-left: 15px;
    padding-right: 15px;
}

.review-carousel ul.slick-dots {
    display: inline-block;
    max-width: calc(100% - 100px);
    left: 50%;
    top: 100%;
    width: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.review-carousel .slick-arrow.slick-prev {
    left: calc(50% - 30px);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.review-carousel .slick-arrow.slick-next {
    right: calc(50% - 30px);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.review-carousel .slick-arrow.slick-prev,
.review-carousel .slick-arrow.slick-next {
    top: 100%;
    /*margin-top: 30px;*/
}

.reviews-star {
    width: 20px;
    height: 19px;
}


.b-video {
    padding-top: 52px;
    padding-bottom: 73px;
}

.video {
    position: relative;
    margin: 23px 4%;
    width: 500px;
    height: 280px;
    max-width: 40%;
    box-shadow: 0 0 10px 1px #ebb27c;
}

.news .video {
    height: 400px;
    width: auto;
    max-width: none;
    margin: 0;
}

.video .title {
    color: #909090;
    text-align: left;
    font-size: 18px;
    padding-top: 35px;
}

.video-iframe {
    width: 100%;
    height: 100%;
}

.video--news {
    width: 100%;
    box-shadow: none;
}

.g-menu {
    width: 224px;
    padding-top: 16px;
    padding-bottom: 16px;
    list-style: none;
    padding-left: 0;
    border-radius: 3px;
    background-color: #f5f9f0;
}

.g-menu li {
    margin-bottom: 5px;
}

.g-menu li a {
    position: relative;
    display: block;
    padding: 5px 21px;
    line-height: 1.6;
    color: #606161;
    text-decoration: none !important;
}

.g-menu li a:hover, .g-menu li a.selected, .g-menu li a:focus {
    color: #fff;
    background-color: #8bc34a;
}

.g-menu li.active a {
    color: #fff;
    background-color: #8bc34a;
}

.g-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 15px;
    font-size: 1rem;
    line-height: 1.5;
    border: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	text-decoration: none;
}

.g-btn:hover, .g-btn:focus {
    text-decoration: none;
}

.g-btn--md {
    padding: 7px 24px;
}

.g-btn--lg {
    padding: 11px 24px;
}

.g-btn--l {
    padding: 8px 24px;
}

.g-btn--sm {
    padding: 4px 12px;
}

.g-btn--primary {
    border: none;
    color: #fff !important;
    background-color: #fcad45;
}

.g-btn--second {
    color: #fff !important;
    background-image: -webkit-linear-gradient(bottom, #eb7402, #ffb853);
    background-image: -o-linear-gradient(bottom, #eb7402, #ffb853);
    background-image: linear-gradient(to top, #eb7402, #ffb853);
}

.g-btn--second:hover, .g-btn--second:focus {
    background-image: -webkit-linear-gradient(bottom, #d56901, #eeab4a);
    background-image: -o-linear-gradient(bottom, #d56901, #eeab4a);
    background-image: linear-gradient(to top, #d56901, #eeab4a);
}

.g-btn--orange {
    color: #eb7200;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #eb7200;
}

.g-btn--orange:hover, .g-btn--orange:focus {
    color: #fff;
    background-color: #eb7200;
}

.g-btn--border {
    color: #606161 !important;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #d8d8d8;
}

.g-btn--border:hover, .g-btn--border:focus {
    background-color: #fafafa;
}

.g-btn--light-green {
    color: #fff !important;
    background-image: -webkit-linear-gradient(#74c125, #8bc34a);
    background-image: -o-linear-gradient(#74c125, #8bc34a);
    background-image: linear-gradient(#74c125, #8bc34a);
}

.g-btn--light-green:hover, .g-btn--light-green:focus {
    background-image: -webkit-linear-gradient(#8bc34a, #74c125);
    background-image: -o-linear-gradient(#8bc34a, #74c125);
    background-image: linear-gradient(#8bc34a, #74c125);
}

.g-btn__group {
    font-size: 0;
    text-align: center;
}

.g-btn-icon--calc {
    margin-right: 6px;
    margin-top: -4px;
}

.g-btn--full {
    width: 100%;
}


.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex, .g-breadcrumbs {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap, .g-breadcrumbs {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.page-article--listing .page-article__content {
	padding-top: 24px;
}

.page-article--listing .page-title {
	margin-top: 0;
}


.g-pagination {
    font-size: 0;
    list-style: none;
    padding-left: 0;
}

.g-pagination li {
    display: inline-block;
}

.g-pagination li a {
    width: 45px;
    height: 45px;
    font-size: 15px;
    padding-top: 10px;
    text-align: center;
    color: #606161;
    display: inline-block;
    margin-top: -1px;
    text-decoration: none !important;
    border: solid 1px #d8d8d8;
}

.g-pagination li a:hover, .g-pagination li a:focus {
    background-color: #fafafa;
}

.g-pagination li:first-child a,
.g-pagination li:last-child a {
    width: 108px;
}

.g-pagination li:first-child a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.g-pagination li:not(:first-child) a {
    margin-left: -1px;
}

.g-pagination li:last-child a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.g-pagination li.active a {
    background-color: #fafafa;
}

@media (min-width: 1024px) {
    .b-box-container {
        float: left;
        width: calc(100% - 248px);
    }

    .b-box:after {
        display: table;
        content: '';
        width: 100%;
    }

    .box--review {
        width: calc(100% - 248px);
        padding-top: 32px;
    }
}

.news {
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 rgba(162, 162, 162, 0.5);
}

.news__top {
    position: relative;
    overflow: hidden;
}

.news__top_date {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 1;
}

.news__top-img {
    transition: all .3s;
}

.news__top:hover .news__top-img, .news__top:focus .news__top-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news__body {
    padding: 35px 30px 25px;
}

.news__body-title {
    font-size: 30px;
    color: #1f1f1f !important;
    line-height: 1;
    text-decoration: none;
}

.news__body-title:hover, .news__body-title:focus {
    color: #8bc34a !important;
}

.title-inactive:hover {
    color: unset !important;
}

.news__body-subtitle {
    color: #1f1f1f;
}

.news-link {
    font-size: 20px;
    line-height: 1.2;
    color: #1f1f1f !important;
}

.news-link:hover, .news-link:focus {
    color: #8bc34a !important;
}

.news-link-date {
    display: inline-block;
    border-radius: 1px;
    color: #fff !important;
    padding: 3px 10px;
}

.g-title {
    position: relative;
    padding-bottom: 20px;
}

.g-title:after {
    bottom: 15px;
    left: 50%;
    content: '';
    width: 50px;
    height: 1px;
    margin-left: -25px;
    position: absolute;
    border-radius: 3px;
    display: inline-block;
    background-color: #ef8c2f;
}

.g-text {
    color: #606161;
}

.g-gray-bg {
    background-color: #eaeaea;
    background: radial-gradient(circle at 50% 50%, #ffffff, #eaeaea);
}

.g-light-gray-bg {
    background-color: #f5f5f5;
}

.g-orange-bg {
    background-color: #ffedd5;
    background-image: radial-gradient(circle at 50% 50%, #fffdf9, #ffedd5);
}

.g-yellow-bg {
    background-color: #fcbf44 !important;
}

.g-second-bg {
    background-color: #eb7200 !important;
}

.g-primary-bg {
    background-color: #8bc34a !important;
}

.gray-round {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #878787;
}

.about-certificates .section-block {
    padding-left: 0;
    padding-right: 0;
}

.about-certificates .section-block:first-child {
	margin-top: 0;
}

.about-certificates .section-block:last-child {
    margin-bottom: 0;
}

.box-title {
    color: #1f1f1f;
    font-size: 24px;
    margin-bottom: 13px;
}

.box--credit {
    padding-top: 30px;
}

.box__img {
    width: 171px;
}

.box__body {
    width: 270px;
}

.g-table {
    width: 100%;
    background-color: #fff;
}

.g-table-toggle {
    margin-right: 11px;
    font-size: 24px;
    line-height: 1;
    text-decoration: none !important;
}

.g-table-toggle-text {
    color: inherit;
    font-size: inherit;
    transition: all .3s;
    border-bottom: 1px dashed #8bc34a;
    font-size: inherit;
    display: inline;
    color: #8bc34a;
}

.g-table-toggle.active .g-table-toggle-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.g-table-toggle:hover .g-table-toggle-text, .g-table-toggle:focus .g-table-toggle-text {
    border-color: transparent;
}

.g-table-collapse {
    transition: all .3s;
}

.g-table-collapse.open {
    opacity: 1;
}

.g-table-collapse:not(.open) {
    opacity: 0;
    overflow: hidden;
    max-height: 0;
}

.g-table-wrapper {
    border-radius: 3px;
    overflow: hidden;
}

.g-table thead tr th {
    color: #fff;
    font-weight: 500;
    padding: 9px 20px;
    text-align: center;
    border: 1px solid #8bc34a;
    background-color: #8bc34a;
}

.g-table tbody tr td {
    text-align: center;
    padding: 11px 20px;
    border: 1px solid #eaeaea;
    border-top: 0;
}

.page-article--credit .page-article__content {
    padding-top: 24px;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}


.ui-accordion .ui-accordion-header {
    padding-left: 0 !important;
}

.ui-state-active .g-table-toggle-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ui-accordion .ui-accordion-content {
    margin-left: -3px;
    margin-right: -3px;
    padding: 0 3px !important;
    width: auto !important;
}

.question {
    padding: 30px 30px 15px !important;
    border-radius: 3px;
    background-color: #ffffff;
    margin-top: 2px;
    margin-bottom: 15px;
    box-shadow: 0 0 4px 0 rgba(162, 162, 162, 0.5);
}

.answer {
    line-height: 1.5;
    position: relative;
    padding-left: 30px;
}

.answer .g-table-toggle-arrow {
    position: absolute;
    left: 0;
    top: 13px;
}

div.error {
    font-size: 12px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0 20px;
    font-size: 1rem;
    line-height: 1.5;
    color: #606161;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 39px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px 0 rgba(150, 150, 150, 0.5);
    border: solid 1px #eaeaea;
}

.form-control::-webkit-input-placeholder {
    color: #606161;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #606161;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #606161;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #606161;
    opacity: 1;
}

.form-control::placeholder {
    color: #606161;
    opacity: 1;
}

.form-control--search {
    padding-left: 50px;
}

.btn-search {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.btn-search img {
    vertical-align: middle;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    outline: 0;
    border-color: transparent;
    box-shadow: 0 0 4px 0 #8bc34a;
}

.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-control:focus::-moz-placeholder {
    color: transparent;
}

.form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.form-control:focus::-ms-input-placeholder {
    color: transparent;
}

.form-control:focus::placeholder {
    color: transparent;
}

.form-group {
    margin-bottom: 13px;
    position: relative;
}

.form-group--100px {
    width: 100px;
}

.form-group--250px {
    width: 250px;
}

textarea.form-control--review {
    height: 170px;
    resize: none;
    margin-top: 7px;
    padding-top: 17px;
}

textarea.form-control--comment {
    height: 125px;
    resize: none;
    margin-top: 7px;
    padding-top: 17px;
}

label.error {
    font-size: 12px;
    padding-top: 5px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    color: #eb7200;
}


.map {
    height: 400px;
}

.map__option {
    padding: 14px 25px 2px;
    background-color: #f5f9f0;
}

.map__option-title {
    line-height: 1.3;
}

.map-collapse {
    height: 67px;
    overflow: hidden;
    position: relative;
    transition: all .3s;
}

.map-collapse-toggle {
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-size: 24px;
    padding-top: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 67px;
    z-index: 1;
    background-color: rgba(139, 195, 74, 0.7);
}

.map-collapse.open {
    height: 400px;
}

.page-catalog__layout {
	align-items: flex-start;
}


.b-service {
    padding-top: 0px;
    padding-bottom: 15px;
}

.b-service__row {
    margin-left: -10px;
    margin-right: -10px;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-top: 36px;
}
/*SERVICE PAGE*/



#service_page__slider{

}
#service_page__slider .swiper-wrapper {
    /*padding: 0 6%!important;*/
}
/*#service_page__slider .swiper-slide:first-child {*/
/*    margin-left: auto!important;*/
/*}*/

/*#service_page__slider.swiper-slide:last-child {*/
/*    margin-right: auto!important;*/
/*}*/
.service {
  /*width: calc(33% - 17px)!important;*/
    width: 414px !important;
    /*new-custom*/
    border-radius: 21px;
    border: 1px solid #323634;
    padding: 13.3px 15.73px 24.19px 16.93px;
    background-color: #f7f8fa;
    /*box-shadow: 0 0 4px 0 rgba(162, 162, 162, 0.5);*/
}
.service--card{
    padding: 10.48px 12.39px 19.07px 12.39px;
    box-sizing: border-box;
}

.service--card{
    width: 353.71px !important;
}

.service__button{
    font-family: "Roboto", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    padding: 6px 17px;
    border: 1px solid #D1D1D1;
    border-radius: 90px;
    transition: background-color 300ms ease-in-out,color 200ms ease-in-out;
}
.service__button svg path{
    transition: fill 300ms ease-in-out;
}

.service__button:hover{
    background-color: #4A6345;
    color: #fff;
    transition: background-color 300ms ease-in-out,color 200ms ease-in-out;
}
.service__button:hover svg path{
    fill: #fff;
    transition: fill 300ms ease-in-out;
}
.service__button svg{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
.service__body {
    padding: 24px 24px 29px;
}

.service__top {
    position: relative;
    overflow: hidden;
}

.service__top:hover .service__top-img, .service__top:focus .service__top-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.service__top:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    opacity: 0.3;
    background-color: #161616;
}
.service__img-container{
    width: 100%;
    height: 210px;
    margin-bottom: 30.52px;
    object-fit: cover;
}
.service__top-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    transition: all .3s;
    border-radius: 20px;
    object-fit: cover;
}
.service__img-container img{
    height: 100%;
}
.service__title_block{
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    color: #323634;
    line-height: 120%;
    margin-bottom: 30px;
    letter-spacing: 0%;
    height: 40px;
    overflow: hidden;
}
.service__body-text{
    font-family: 'RobotoLightNew';
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #323634;
    height: 189px;
    margin-bottom: 14.21px;
    letter-spacing: 0%;
    overflow: hidden;
}

.service--card .service__body-text{
    height: 159px;
}

.service__button div:last-child{
    display: inline-block;
    background: url("/local/templates/brickhouse-new/img/arrow_service_table.svg");
    width: 14px;
    height: 15px;
    background-size: 100% 100%;
}
/*service_page_slider_button.svg  fill:#4A6345; */

.service__page-header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60.35px;
    margin-top: 40px;
}
.service__page--slider-buttons{
    display: flex;
    height: 52px;
}
.service_page__swiper-button-prev svg,.service_page__swiper-button-next svg{
    fill:#fff;
}
.service_page__swiper-button-prev:hover svg,.service_page__swiper-button-next:hover svg{
    fill:#4A6345;
}
.service_page__swiper-button-prev:hover svg path, .service_page__swiper-button-next:hover svg path{
    fill: #fff;
}

.service_page__swiper-button-prev svg path{

}
.service_page__swiper-button-next{}

.service__top-text {
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    padding-bottom: 3px;
    color: #fff !important;
    transform: translateY(-50%);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.service-price-list-open{
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    transition: opacity 200ms ease-in-out,overflow 200ms ease-in-out,max-height 200ms ease-in-out;
}
.service-price-list-open.open{
    opacity: 1;
    overflow: visible;
    max-height: 1000px;
    transition: opacity 400ms ease-in-out,overflow 400ms ease-in-out,max-height 400ms ease-in-out;
}
.service-slider__arrows{
    position: absolute;
    top: -70px;
    right: 2px;

    display: flex;
}

.service-slider__arrow{
    width: 31.29px;
    height: 31.29px;

    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #4A6345;
    border: none;
    transition: all 0.25s ease-in-out;
}

.service-slider__arrow-prev{
    margin-right: 18.4px;
}

.service-slider__arrow.swiper-button-disabled{
    border: 1px solid #E2E2E2;
    background-color: transparent;
}

.service-slider__arrow svg .path{
    transition: all 0.25s ease-in-out;
}

.service-slider__arrow.swiper-button-disabled svg .path{
    fill: #323634;
}

@keyframes example {
    0% {
        opacity: 0;
        overflow: hidden;
        max-height: 0;
    }
    100% {
        opacity: 1;
        overflow: visible;
        max-height: max-content;
    }

}

@media screen and (max-width: 1600px) {
    .service__button svg{
        width: 17px;
        height: 17px;
    }
    .page-title.services-page-title{
        font-size: 79.14px;
    }
    .service {
        width: 344.13px!important;
        border-radius: 20.06px;
        padding: 11.03px 13.04px 20.06px 13.04px;
    }
    .service__img-container{
        width: 100%;
        height: 210px;
        margin-bottom: 32.1px;
    }
    .service__body-text{
        /*font-size: 16.05px;*/
        height: 154px;
        margin-bottom: 14px;
    }
    .service__button{
        font-size: 16.72px;
    }
    .service__price-list-header{
        font-size: 79.14px;
    }
    .service__price-list-table-wrapper ul:nth-child(1) li{
        font-size: 18.7px;
    }
    .service__price-list-table-wrapper ul:not(:first-child){
        padding: 21.37px 32.05px 24.08px 34.72px;
    }
    .service__price-list-table-wrapper ul:not(:first-child) li{
        font-size: 24.04px;
    }
}
@media screen and (max-width: 1440px) {
    .service__button svg{
        width: 17px;
        height: 17px;
    }
    .container{
        padding: 0 15px;
    }

    .container.container--big_desktop{
        padding-right: 80px;
        padding-left: 80px;
    }

    .page-header__container{
        padding-top: 19px;
    }

    .service__page-header-container{
        margin-bottom: 43.26px;
    }
    .page-title.services-page-title{
        font-size: 71.23px;
    }

    .service {
        width: 353.71px!important;
        border-radius: 23.95px;
        padding: 13.03px 16px 20.06px 16px;
    }

    .service__button{
        font-size: 16px
    }

    .service__price-list-header{
        font-size: 71.23px;
        margin-top: 50px;
        margin-bottom: 18.26px;
    }

    .service__price-list-table-wrapper ul:nth-child(1) li{
        font-size: 16.76px;
    }
    .service__price-list-table-wrapper ul:not(:first-child){
        padding: 19.5px 25.39px 21.68px 31.12px;
    }
    .service__price-list-table-wrapper ul:not(:first-child) li{
        font-size: 21.55px;
    }
}

@media screen and (max-width: 1200px) {
    .service__price-list-header{
        margin-top: 51.76px;
        font-size: 60px;
        margin-bottom: 14px;
    }
    .service__page-header-container{
        margin-bottom: 43.38px;
    }
    .page-title.services-page-title{
        font-size: 60px;
    }

    /*.service {*/
    /*    width: 339.51px!important;*/
    /*    border-radius: 19.87px;*/
    /*    padding: 10.92px 12.91px 12.66px 13.91px;*/
    /*}*/
    /*.service__img-container{*/
    /*    width: 341.69px;*/
    /*    height: 216.53px;*/
    /*    margin-bottom: 31.79px;*/
    /*}*/
    /*.service__title_block{*/
    /*    margin: 0;*/
    /*    height: 68.54px;*/
    /*    font-size: 18px;*/
    /*}*/
    /*.service__body-text{*/
    /*    font-size: 16px;*/
    /*    height: 166.87px;*/
    /*    margin-bottom: 14px;*/
    /*}*/
    .service__button{
        font-size: 16.56px;
    }

    .service__price-list-table-wrapper ul:nth-child(1){
        padding: 0 19.79px 14.84px 25.72px;
    }
    .service__price-list-table-wrapper ul:nth-child(1) li{
        font-size: 14px;
    }
    .service__price-list-table-wrapper ul:not(:first-child){
        padding: 15.83px 20.98px 19.58px 25.72px;
    }
    .service__price-list-table-wrapper ul:not(:first-child) li{
        font-size: 16px;
    }

    .service__price-list-table-wrapper ul:not(:first-child) li:last-child div:last-child{
        background: url("/local/templates/brickhouse-new/img/arrow_1200.svg");
        width: 15px;
        height: 14px;
    }
    .service__price-list-table-wrapper ul:not(:first-child) li:nth-child(2){
    }
    .service__price-list-table-wrapper ul:nth-child(1) li:nth-child(2){
    }
}

@media screen and (max-width: 640px) {
    .service__page-header-container{margin-bottom: 30px;}
    .page-title.services-page-title{font-size: 40px;}
    .service__price-list-header{font-size: 37px;margin-bottom: 17px;}

    .container{
        padding: 0 17px;
    }

    .service {
        width: 296.06px!important;
        border-radius: 15.96px;
        padding: 8.78px 10.37px 15.96px 11.17px;
        /*274.51  - 21.54*/
    }
    /*.service__img-container{*/
    /*    width: 274.51px;*/
    /*    height: 173.97px;*/
    /*    margin-bottom: 25.54px;*/
    /*}*/
    .service__title_block{
        margin: 0;
        height: 55.06px;
        font-size: 14.36px;
    }
    .service__body-text{
        font-size: 12.77px;
        height: 120px;
        margin-bottom: 14px;
    }
    .service__button{
        font-size: 13.3px;
        padding: 10px 17px;
    }
    .service__button svg{
        width: 13px;
        height: 13px;
    }

    .callback-form {
        padding: 66px 0 39px;
    }

    .callback-form__subtitle.service__uslugi-header {
        margin-bottom: 18px;
    }

    .service__price-list-table-wrapper ul:nth-child(1){
        padding: 0px 22px 8px 22px;
    }
    .service__price-list-table-wrapper ul:nth-child(1) li:nth-child(1){width: 40%;}
    .service__price-list-table-wrapper ul:nth-child(1) li:nth-child(2){width: 25%;}
    .service__price-list-table-wrapper ul:nth-child(1) li:nth-child(3){width: 25%;}

    .service__price-list-table-wrapper ul:not(:first-child) li:nth-child(1){width: 40%;}
    .service__price-list-table-wrapper ul:not(:first-child) li:nth-child(2){width: 25%;}
    .service__price-list-table-wrapper ul:not(:first-child) li:nth-child(3){width: 25%;}

    .service__price-list-table-wrapper ul:nth-child(1) li{font-size: 14px;}
    .service__price-list-table-wrapper ul:not(:first-child){
        padding: 6px 22px;
        min-height: 40px;
    }
    .service__price-list-table-wrapper ul:not(:first-child) li{font-size: 13px;}
    .service__price-list-table-wrapper ul:not(:first-child) li:last-child div:last-child{display: none;}
    .service__page--slider-buttons{display: none;}
    .service__price-list-header{margin-top: 12px;}
    .service__price-list-item-button svg{width: 24px;}

    .btn--callback{
        height: 45px !important;
    }

    .callback-form__text{
        margin-top: 37px;
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 26px;
        text-wrap: balance;
    }
}

@media screen and (max-width: 450px) {
    .container{
        padding: 0 20px!important;
    }
    .service__page-header-container{margin-bottom: 23px;}
    .page-title.services-page-title{font-size: 30px;}
    .service__price-list-header{font-size: 30px;margin-bottom: 18px;}

    .service {
        width: 296.69px!important;
        border-radius: 17.28px;
        padding: 9.5px 11.23px 17.28px 12.09px;
    }
    .service__button{
        font-size: 14.4px;
    }

    .service__price-list-table-wrapper ul:nth-child(1){
        display: none;
    }

    .service__price-list-table-wrapper ul:not(:first-child){
        flex-direction: column;
        align-items: flex-start;
        border-radius: 14px;
        padding: 15px 9px;
    }
    .service__price-list-table-wrapper ul:not(:first-child) li{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;

    }
    .service__price-list-table-wrapper ul:not(:first-child) li:nth-child(1){width: 100%;}
    .service__price-list-table-wrapper ul:not(:first-child) li:nth-child(2){width: 100%;}
    .service__price-list-table-wrapper ul:not(:first-child) li:nth-child(3){width: 100%;}

    .service__price-list-table-wrapper ul:not(:first-child) li span{
        width: 50%;
        text-align: left;
    }
    .service__price-list-table-wrapper ul:not(:first-child) li:nth-child(1)::after{
        content: 'наименование';
    }
    .service__price-list-table-wrapper ul:not(:first-child) li:nth-child(2)::after{
        content: 'цена';
    }
    .service__price-list-table-wrapper ul:not(:first-child) li:nth-child(3)::after{
        content: 'включено в стоимость';
    }
    .service__price-list-table-wrapper ul:not(:first-child) li:nth-child(1)::after,
    .service__price-list-table-wrapper ul:not(:first-child) li:nth-child(2)::after,
    .service__price-list-table-wrapper ul:not(:first-child) li:nth-child(3)::after{
        font-family: "Gilroy-Light";
        font-weight: 300;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        width: 50%;
        text-align: right;
    }
    .service__price-list-table-wrapper ul:not(:first-child) li{
        margin-bottom: 17px;
    }
    .service__price-list-table-wrapper ul:not(:first-child) li:last-child{
        margin-bottom: 0;
    }

}
/*SERVICES PAGE END*/
.modal--form-change-layout .modal__title {
    font-size: 34px;
    line-height: 1.2em;
}

.project-set-get-price-btn {
    font-size: 0;
    line-height: 0;
    color: #0d141b;
    display: inline-block;
}

.project-set-get-price-btn__icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
    width: 12px;
    height: 17px;
    background: transparent url("/local/templates/brickhouse-new/./img/request-price-icon.png") no-repeat 0 0;
}

.project-set-get-price-btn__text {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    padding-top: 2px;
    padding-bottom: 3px;
    border-bottom: 1px solid #bfdab3;
}

.project-set-get-price-btn:hover {
    color: #7fb568;
}

.project-set__table-price {
    line-height: 1em;
    padding-top: 2px;
    padding-bottom: 4px;
}

.project-set__table-price--request {
    display: block;
    height: 20px;
    font-size: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 4px 0 6px;
    width: 100%;
}

.field-text--title-placeholder textarea + .field-text__name {
    top: 11px;
    transform: none;
}

.field-text--title-placeholder .field-text__input.form-control--review:placeholder-shown+.field-text__name {
    top: 19px;
    transform: none;
}

.g-star {
    margin-left: -2px;
    margin-right: -2px;
    font-size: 0;
    line-height: 0;
}

.g-star__box {
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: top;
}

.g-star__box-icon {
    height: 30px;
    width: 29px;
}

.g-star__box-icon--full {
    display: none;
}

.g-star__box:hover .g-star__box-icon--full {
    display: block;
}

.g-star__box:hover .g-star__box-icon--empty {
    display: none;
}

.g-star__box.empty .g-star__box-icon--full {
    display: none;
}

.g-star__box.ok .g-star__box-icon--empty {
    display: none;
}

.g-star__box.ok .g-star__box-icon--full {
    display: block !important;
}

.g-star__box:not(.empty) .g-star__box-icon--empty {
    display: none;
}

.g-star__box:not(.empty) .g-star__box-icon--full {
    display: block !important;
}

.g-star__box:not(.empty) ~ .empty .g-star__box-icon--empty {
    display: block;
}

.g-star__box:not(.empty) ~ .empty .g-star__box-icon--full {
    display: none !important;
}

div.empty.g-star__box {
    width: auto;
    height: auto;
}

.btn-search {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    box-shadow: none;
    border: none;
}

.searchinput input[type="text"] {
    max-width: 100%;
}

.service-hero {
    position: relative;
    overflow: hidden;
}

.page-construction__breadcrumbs {
    z-index: 2;
}

.page-project-design__breadcrumbs {
    z-index: 2;
}

.price {
    padding-top: 30px;
    padding-bottom: 41px;
}

.price__img {
    width: 266px;
    text-align: center;
    margin-right: 45px;
}

.price__img--edit {
    width: 224px;
    margin-right: 24px;
}

.price__body {
    width: 270px;
}

.price__body-title {
    font-size: 24px;
    line-height: 1;
    color: #1f1f1f;
}

.price__body-cost {
    font-size: 19px;
    line-height: 1.26;
    margin-bottom: 17px;
}

.price__body_bottom-btn {
    padding: 8px 26px;
}

.section_block {
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

#modal-review .modal__dialog {
    max-width: 800px;
}

.house-construction__our_works .main-works__grid {
    margin-bottom: 20px;
}

.house-construction__our_works .main-works__grid:last-child {
    margin-bottom: 0;
}

.struktura_row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}


.struktura_item {
    max-width: 160px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.struktura_item_img {
    position: relative;

}

.bg_a{
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 50%;
    background-position-y: 50%;
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 20%;
    right: 20%;

}


.bg_a_slider{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;

}

.struktura_item_text {
    text-align: center;
    font-weight: bold;
    word-break: break-word;

}
@media (max-width: 767px) {
    .struktura_item_text {
        font-size: 80%;
        margin-left: -15px;
        margin-right: -15px;
    }
}
.struktura {

    width: 70%;
    margin: 0 auto;
}

.s1x1 {
    width: 100%;
    padding-bottom:100%;
}
.s3x4 {
    width: 100%;
    padding-bottom:75%;
}


.b-presentation {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.presentation {
    color: #fff;
    height: 400px;
    padding-bottom: 85px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.presentation-title {
    color: #fff;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: left;
}

.presentation-subtitle {
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 36px;
    background-color: #fcad45;
}

.presentation-subtitle--sm {
    padding: 1px 19px;
    font-size: 24px !important;
}

.presentation-subtitle + .service-hero__form {
    margin-top: 40px;
}

.build * {
	margin: 0;
	padding: 0;
}
.build {
    padding: 0px 0px 0px;
}
.build__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.build__item {
    width: calc(33% - 30px);
    margin: 30px 15px;
    border-radius: 3px;
    list-style-type: none;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05), 0px 1px 5px rgba(0, 0, 0, 0.05);
    position: relative;
}
.build__view {
    height: 200px;
    padding: 0 30px;
    position: relative;
    border-radius: 3px 3px 0 0;
}
.build__darknes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), rgba(22, 22, 22, 0.5);
    border-radius: 3px 3px 0 0;
}
.build__title {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translateY(50%) translateX(50%);
}
.build__name {
    font-size: 24px;
    color: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.build__price {
    font-size: 19px;
    color: #fff;
    position: relative;
    text-align: center;
}
.build__content {
    padding: 25px 30px 15px;
}
.build__desc {
    font-size: 15px;
    color: #606161;
    margin-bottom: 25px;
}
.build__btn {
    width: calc(100% - 60px);
    border: 1px solid #EB7200;
    padding: 10px 0;
    color: #EB7200;
    text-align: center;
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    display: block;
}
.build__btn:hover {
    color: #fff;
    background: #EB7200;
    text-decoration: none;
}


.design-stage {
    margin: 60px 15px;
    font-family: inherit;
    font-weight: inherit;
    text-align: center
}

.design-stage__title {
    margin: 0 0 20px;
    font-size: 24px
}

.design-stage__item, .design-stage__list {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.design-stage__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.design-stage__item {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
    margin-left: 61px;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.design-stage__item:last-child:after {
    display: none
}

.design-stage__item:before {
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: 0;
    position: static;
}

.design-stage__item--arrow {
    width: 31px;
    height: 105px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 0;
    line-height: 105px;
    background-image: url('/img/stage-design/stage-arrow.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 31px 23px
}

.design-stage__item--meet {
    width: 60px;
    min-height: 88px
}

.design-stage__item--meet:before, .design-stage__item--teh:before {
    width: 56px;
    height: 56px;
    background-image: url('/img/stage-design/stage-meet.png');
    background-size: 56px 56px
}

.design-stage__item--teh {
    width: 95px;
    min-height: 105px
}

.design-stage__item--teh:before {
    background-image: url('/img/stage-design/stage-teh.png')
}

.design-stage__item--paint {
    width: 85px;
    min-height: 105px
}

.design-stage__item--paint:before {
    width: 57px;
    height: 57px;
    background-image: url('/img/stage-design/stage-paint.png');
    background-size: 57px 57px
}

.design-stage__item--fasad {
    width: 75px;
    min-height: 105px
}

.design-stage__item--fasad:before {
    width: 75px;
    height: 54px;
    background-image: url('/img/stage-design/stage-fasad.png');
    background-size: 75px 54px
}

.design-stage__item--part {
    min-height: 105px;
    width: 120px
}

.design-stage__item--part:before {
    width: 55px;
    height: 55px;
    background-image: url('/img/stage-design/stage-part.png');
    background-size: 55px 55px
}

.design-stage__item--visual {
    min-height: 90px;
    width: 110px
}

.design-stage__item--visual:before {
    width: 58px;
    height: 56px;
    background-image: url('/img/stage-design/stage-visual.png');
    background-size: 58px 56px
}

.design-stage__item--done {
    min-height: 105px;
    width: 128px
}

.design-stage__item--done:before {
    width: 70px;
    height: 53px;
    background-image: url('/img/stage-design/stage-done.png');
    background-size: 70px 53px
}

.g-radio {
    margin-left: 11px;
    margin-right: 11px;
    width: calc(25% - 22px);
    cursor: pointer;
}

.g-radio-wrapper {
    margin-left: -11px;
    margin-right: -11px;
}

.g-radio__box {
    height: 100%;
    padding-top: 116px;
    position: relative;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 rgba(162, 162, 162, 0.5);
}

.g-radio__box-img {
    position: absolute;
    left: 50%;
    top: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.g-radio__box-name {
    font-size: 15px;
    min-height: 40px;
}

.g-radio-input {
    display: none;
}

.g-radio-input:checked ~ .g-radio__box {
    box-shadow: 0 0 4px 0 #8bc34a;
}

.g-radio-input ~ .g-radio__box {
    border: 1px solid transparent;
}
.g-radio-input.active ~ .g-radio__box {
    box-shadow: 0 0 4px 0 #8bc34a;
    border: 1px solid #8bc34a;
}

.unit-stage {
    position: relative;
    cursor: pointer
}

.unit-stage__tooltip {
    display: none;
    opacity: 0;
    position: absolute;
    bottom: calc(100% + 50px);
    width: 100%;
    font-size: .8em;
    min-width: 120px;
    padding: 5px 5px 20px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .15);
    z-index: 9999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 550px) {
    .unit-stage__tooltip {
        min-width: 150px
    }
}

@media (min-width: 750px) {
    .unit-stage__tooltip {
        min-width: 200px
    }
}

.unit-stage__tooltip-arrow {
    position: absolute;
    z-index: 1;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 25px
}

.unit-stage__tooltip-arrow:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, .15);
    box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, .15)
}

.unit-stage:hover .unit-stage__tooltip {
    display: block;
    -webkit-animation: tooltip .7s ease forwards;
    animation: tooltip .7s ease forwards
}

@media (min-width: 980px) {

}

@media (min-width: 980px) and (min-width: 1100px) {
    .unit-stage__tooltip {
        padding: 20px;
        min-width: 300px
    }
}

.design-stage__item.unit-stage::after {
	position: absolute;
	content: '';
	width: 31px;
    height: 105px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 0;
    line-height: 105px;
    background-image: url(/img/stage-design/stage-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 31px 23px;
    left: -61px;
    top:0;
}

.design-stage__item.unit-stage:first-of-type::after {
	content: none;
}
.design-stage__item.unit-stage:last-of-type::after	 {
	position: absolute;
	content: '';
	width: 31px;
    height: 105px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 0;
    line-height: 105px;
    background-image: url(/img/stage-design/stage-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 31px 23px;
    left: -61px;
    display: block;
}
.design-stage__item.unit-stage:nth-child(1) {
	margin-left: 0;
}

.design-stage__item.design-stage__item--arrow.unit-stage {
	display: none;
}
@media screen and (max-width: 381px) {
	.design-stage__item.design-stage__item--arrow.unit-stage {
		display: block;
	}
	.design-stage__item.unit-stage::after {
		content: none;
	}
	.design-stage__item {
		margin-left: 0;
	}
	.design-stage__item.unit-stage:last-of-type::after {
		content: none;
	}
}

.design-stage__col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 61px;
}
.design-stage__col:first-child {
    margin-left: 0;
}

.design-stage__col:not(:first-child)  .design-stage__item.unit-stage:first-child::after {
    position: absolute;
    content: '';
    width: 31px;
    height: 105px;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 0;
    line-height: 105px;
    background-image: url(/img/stage-design/stage-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 31px 23px;
    left: -61px;
    top: 0;
}

@media (max-width: 1080px) {
    .design-stage__list {
        flex-direction: column;
        align-items: center;
    }

    .design-stage__col {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .design-stage__col {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .design-stage__item.unit-stage::after {
        content: unset;
        display: none;
    }

    .design-stage__item.unit-stage:last-of-type::after {
        content: unset;
        display: none;
    }

    .design-stage__item.design-stage__item--arrow.unit-stage {
        display: block;
        transform: rotate(90deg);
        margin-left: 0;
        margin-right: 0;
    }

    .design-stage__item {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .design-stage__col {
        margin-left: 0;
    }

    .design-stage__item--arrow {
        margin-top: 20px;
        margin-bottom: 20px;
        height: 31px;
    }
}

/*------------------------------------------------------------*/

@media (min-width: 1024px) {
    .price-block__title {
        position: relative;
        margin-bottom: 50px;
        font-size: 30px;
    }
}

.price-block__title {
    margin: 0 0 20px;
    font-size: 30px;
    position: relative;
}
@media (min-width: 1024px) {
    .price-block__title:after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -12px;
        width: 50px;
        height: 1px;
        margin-left: -25px;
        background-color: #fddfa1;
    }
}

.price-block {
    text-align: center;
}


.price-block__title_bg {
    margin: 0 0 35px !important;
    text-align: center;
}
.price-block__title_inbg {
    background-color: #efefef;
    height: 95px;

}
@media (min-width: 1024px) {
    .price-block__title_inbg:after {
        bottom: 18px !important;
    }
}
@media (max-width: 767px) {

    .map__option {
        padding: 14px 25px 2px;
        background-color: transparent;
    }

    .price-block__title_bg {
        margin: 0 0 0px !important;
    }

    .price-block__title_inbg {
        background-color: transparent;
        height: 30px;
    }

    .map__option {
        padding: 15px 21px 5px;
    }
}

.AQ_HEAD {
    WIDTH: 100%;
    DISPLAY: INLINE-BLOCK;
    BACKGROUND: #8bc34a;
    COLOR: WHITE;
    LINE-HEIGHT: 40PX;
    VERTICAL-ALIGN: middle;
    TEXT-ALIGN: LEFT;
    PADDING-LEFT: 20PX;
    position: relative;
    margin-top: 30px;
}

.house-construction__aq_body {
    padding-bottom: 30px;
}

.house-construction__aq_body .AQ_HEAD:first-child {
    margin-top: 0px;
}
.active.AQ_HEAD {

}
.AQ_HEAD H2{
    color: white;
    font-size: 17px;
    padding-right: 40px;
    line-height: 17px;
    margin: 10px 0;
}
.AQ_HEAD img{
    position: absolute;
    right: 11px;
    top: 16px;
}
.AQ_question {

    margin-bottom: -10px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-top: 0;
    margin-top: 0;
    border-color: #ccc;
    box-sizing: border-box;
    padding: 20px !important;
    text-align: left;
}

.g-title-2 img {
    margin-left: 15px;
}

*[class*="house-construction"] img {
    max-width: 100%
}

section[class*="house-construction"] p {
    text-align: justify;
}

.flex_main_0001+.section_block.b-service.container p {
    text-align: justify;
}

.house-construction__b-card+.section_block.b-service.container p {
    text-align: justify;
}

.house-construction__price-block+.section_block.b-service.container p {
    text-align: justify;
}

.house-construction__design-stage+.section_block.b-service.container p {
    text-align: justify;
}

.flex_0001 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: baseline;
    padding-top: 30px;
    padding-left: 100px;
}

.z4 {
    z-index:4;
}

.maginTB10 {
    margin-top:10px;
    margin-bottom:10px;
}

.g-title-2 img {
    margin-left: 15px;
}
.padb-40 {
    padding-bottom: 40px !important;
}
.padt-40 {
    padding-top: 40px !important;
}

.calc_desision_bgc {
    background-color: #f5f9f0;
    padding: 15px 0;
}

.house-construction__documentation .unit-document__list {
    height: 265px;
    width: auto;
    overflow-y: auto;
    padding-right: 15px;
    margin-bottom: 10px;
}

.house-construction__documentation .unit-document__list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.house-construction__documentation .unit-document__list::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.house-construction__documentation .unit-document__list::-webkit-scrollbar-thumb {
    background: #8bc34a;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.house-construction__documentation .unit-document__list::-webkit-scrollbar-thumb:hover {
    background: #8bc34a;
}

.house-construction__documentation .unit-document__list::-webkit-scrollbar-thumb:active {
    background: #8bc34a;
}

.house-construction__documentation .unit-document__list::-webkit-scrollbar-track {
    background: #f5f5f5;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.house-construction__documentation .unit-document__list::-webkit-scrollbar-track:hover {
    background: #f5f5f5;
}

.house-construction__documentation .unit-document__list::-webkit-scrollbar-track:active {
    background: #f5f5f5;
}

.house-construction__documentation .unit-document__list::-webkit-scrollbar-corner {
    background: transparent;
}

.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scroll::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #8bc34a;
    border: 0px none #ffffff;
    border-radius: 50px;
}

.scroll::-webkit-scrollbar-thumb:hover {
    background: #8bc34a;
}
.scroll::-webkit-scrollbar-thumb:active {
    background: #8bc34a;
}
.scroll::-webkit-scrollbar-track {
    background: #f5f5f5;
    border: 0px none #ffffff;
    border-radius: 50px;
}
.scroll::-webkit-scrollbar-track:hover {
    background: #f5f5f5;
}
.scroll::-webkit-scrollbar-track:active {
    background: #f5f5f5;
}
.scroll::-webkit-scrollbar-corner {
    background: transparent;
}
.flex_0002 {
    text-align: left;
    /*display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;*/
}
/*.flex_0002 p {
    text-align: justify;
    padding: 0 25px;
    max-height: 200px;
    overflow-y: auto;
}
@media (max-width: 619px) {
    .flex_0002 p {
        max-height: 245px !important;
    }
}*/

.flex_0002 a {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (min-width: 1024px) {

    /*.flex_0002 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 50%;
        margin: 0;
        padding: 0;
        float: right;
    }
    .flex_0002 p {
        text-align: justify;
        padding: 0 25px;
        max-height: 235px;
        overflow-y: auto;
    }*/
    .flex_0002 a {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
}



.flex_col2, .flex_col2_0001 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

}

.flex_col2_ch1 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}
.flex_col2_ch2 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 0;
    margin: 0;
}



.flex_col2_ch1_0001 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}
.flex_col2_ch2_0001 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 0;
    margin: 0;
}


.block_price .flex_col2_ch1 .icon, .block_price .flex_col2_ch2 .icon {
    display: block;

    height: 100%;

    width: 100%;

    max-width: 300px;

    background-repeat: no-repeat;

    background-size: contain;

    background-position-x: 50%;

    background-position-y: 50%;
}

.flex_col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}


.flex_col_ch_0001 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.flex_col_ch_0002 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.flex_ch_0004 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.pad-30 {
    padding: 30px;
}

.block_price_text  {
    /*height: 120px;*/
    padding-left: 25px;
    overflow-y: auto;
}


@media (max-width:1023px) {


    .block_price_text {
        height: auto;
        padding-left: 15px;
        overflow-y: auto;
    }
    .pad-30 {
        padding: 20px;
    }
    .unit-price__title {
        margin-bottom: 0px;
        font-size: 23px;
    }
}



@media (max-width:900px) {
    .flex_col2 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;

    }

    .flex_col2_ch1 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        padding: 0;
        margin: 0 0 20px;
    }
    .flex_col2_ch2 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        padding: 0;
        margin: 0;
    }
    .block_price_text {
        height: auto;
        padding-left: 15px;
        overflow-y: auto;
    }
    .pad-30 {
        padding: 20px;
    }
    .unit-price__title {
        margin-bottom: 0px;
        font-size: 25px;
    }
}

.section--white {
    background-color: #fff;
}


.grid1 .form-group {
    margin-bottom: 0px;
}



.grid1 {
    display: grid;
    grid-gap: 0 15px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "g1_f1 g1_img" "g1_f2 g1_img" "g1_f3 g1_img" "g1_out g1_img" "g1_button g1_img";
}

.g1_img { grid-area: g1_img; }

.g1_f1 { grid-area: g1_f1; }

.g1_f2 { grid-area: g1_f2; }

.g1_f3 { grid-area: g1_f3; }

.g1_out { grid-area: g1_out; }

.g1_button { grid-area: g1_button; }


@media all and (-ms-high-contrast:none) {
    .grid1  {
        display: -ms-grid;
        -ms-grid-gap: 0 15px;
        -ms-grid-columns: 1fr 1fr;
        -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
    }

    .g1_img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
    }

    .g1_f1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }

    .g1_f2 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }

    .g1_f3 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }

    .g1_out {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }

    .g1_button {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }

}




.flex_0007{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 5px 0;
}

.flex_0007_1 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: .5 1 auto;
    -ms-flex: .5 1 auto;
    flex: .5 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_0007_2 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: .6 1 auto;
    -ms-flex: .6 1 auto;
    flex: .6 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_0007_3 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 50px;
    -ms-flex: 0 1 50px;
    flex: 0 1 50px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}




@media (max-width: 1023px) {


    .grid1 {
        display: grid;
        grid-gap: 0 15px;
        grid-template-columns: calc(50% - 8px) calc(50% - 8px);
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas: "g1_f1 g1_img" "g1_f2 g1_out" "g1_f3 g1_button";

    }

    .g1_f1 { grid-area: g1_f1;     font-weight: 600;}

    .g1_f2 { grid-area: g1_f2;     font-weight: 600;}

    .g1_f3 { grid-area: g1_f3;     font-weight: 600;}

    .g1_img { grid-area: g1_img; }

    .g1_out { grid-area: g1_out;     font-weight: 600;}

    .g1_button { grid-area: g1_button; }







    .flex_0007{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 5px 0;
    }

    .flex_0007_1 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: .5 1 auto;
        -ms-flex: .5 1 auto;
        flex: .5 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width:100%;
    }

    .flex_0007_2 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .flex_0007_3 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 25px;
        -ms-flex: 0 1 25px;
        flex: 0 1 25px;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;

        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .grid1 .form-group--250px {
        width: 100%;
    }
    .calc_desision_bgc {
        padding: 15px 15px;
    }
    .g1_button .flex_0007_3, .g1_out .flex_0007_3  {
        display: none !important;
    }
    .calc-cost-project__form-field {
        margin: 0;
        padding: 0;
    }
    .grid1 .g1_out.flex_0007 {
        /*-webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;*/
    }
    .grid1 .g1_out.flex_0007 .flex_0007_2 {
        width: 100%;
        border: 2px solid #8bc34a;
        border-radius: 4px;
        height: 33px;
    }

    .grid1 .g1_out.flex_0007 .flex_0007_1 {
        width: 50%;
        visibility: hidden;
        opacity: 0;
    }
    .grid1 .g1_out.flex_0007 .flex_0007_2 .form-group {
        margin-bottom: 0px;
        text-align: right;
        margin-right: 20px;
    }
    .js-calc-cost-project__field-summ::before {
        content: 'Итого:';
        position: absolute;
        left: 20px;
    }

    .g1_f3 .flex_0007_2, .g1_f1 .flex_0007_2, .g1_f2 .flex_0007_2 {
        width: calc(100% - 25px);
    }

}
@media all and (-ms-high-contrast:none) and (max-width: 1023px) {
    .grid1   {
        display: -ms-grid;
        -ms-grid-gap: 0 15px;
        -ms-grid-columns: 1fr 1fr;
        -ms-grid-rows: 1fr 1fr 1fr;
    }

    .g1_f1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }

    .g1_f2 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }

    .g1_f3 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }

    .g1_img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
    }

    .g1_out {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
    }

    .g1_button {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
    }

}
@media (max-width: 767px)  {
    .g-title-2 h2 {
        text-align: center;
    }

    .grid1 a.height_calc .g-btn-icon--calc {
        margin: 0;
        position: absolute;
        left: 4%;
        top: 15%;
        height: 70%;
    }
    .height_calc {
        height: 40px !important;
        line-height: 1em;
        padding-top: 0;
        padding-bottom: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .grid1 a.height_calc {
        padding-left: 40px;
    }
    .grid1 .select2-container,
    .grid1 .select2-container .select2-selection--single,
    .grid1 .g-select {
        height: 40px !important;
    }
    .grid1 .select2-selection__rendered {
        height: 40px !important;
        line-height: 40px !important;
    }
}



@media (max-width:450px) {
    .flex_ch_0004 {
        display: none;
    }
    .unit-price__title {

        font-size: 20px;
    }
}
@media (max-width: 941px)  {
    .g-btn {
        white-space: normal;
    }
}


.calculator__title {
    margin-bottom: 5px;
}

.calculator__title-text {
    font-size: 20px;
    line-height: 20px;
    color: black;
}

.calculator__step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;

    font-family: inherit;
}

.calculator__step-text {
    margin: 0;
    margin-right: 15px;

    color: black;
    font-size: 25px;
    line-height: 34px;
}

.calculator__step-step {
    width: 50px;
    height: 34px;
    margin: 0;

    color: white;
    font-size: 21px;
    line-height: 34px;
    text-align: center;

    background-color: #8bc34a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.g-checkbox-text--radio:before {
    width: 20px;
    height: 20px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
}

.g-checkbox-text--radio:after {
    top: 6.5px;
    left: 5px;

    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.75);

    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.75);
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#97b047), to(#afd047));
    background-image: -webkit-linear-gradient(bottom, #97b047 0%, #afd047 100%);
    background-image: -o-linear-gradient(bottom, #97b047 0%, #afd047 100%);
    background-image: linear-gradient(to top, #97b047 0%, #afd047 100%);
}

.calculator__item-container {
    max-width: 935px;
    padding-top: 12px;
    padding-left: 12px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.calculator__type {
    margin-bottom: 11px;
}

.calculate__link-first {
    padding: 0;
    padding-bottom: 18px;
    padding-left: 12px;
    padding-right: 12px;

    background: none;
}

.calculate__link-first:hover,
.calculate__link-first:focus {
    background: none;
}

.calculate__project-image {
    max-width: 934px;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 0;

    background-color: #f5f9f0;
}

.calculate__project-image-container {
    margin-top: 0;
}

.calculate__select-list {
    width: 245px;
    height: 34px;

    margin-bottom: 5px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.calculate__select-list .form-group {
    width: 215px;
    height: 34px;
    margin-right: 11px;
}

.calculate__select-list .select2.select2-container {
    height: 34px;
}

.calculate__select-list .select2.select2-container .selection,
.select2-container--default .select2-selection--single {
    min-height: 34px;
}

.select2-container--default.select2-container--disabled .select2-selection--single,
.calculate__select-list .select2.select2-container .select2-selection__rendered {
    height: 34px;
    line-height: 34px;
}

.calculate__select-list .select2.select2-container .select2-selection__rendered {
    padding-top: 0;
}

.calculate__select-list .select2.select2-container .select2-selection__rendered .select2-selection__placeholder {
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
}

.calculate__project-img {
    width: 351px;
    height: 181px;
    margin-bottom: 0;
}

.calculate__select-target {
    width: 215px;
    height: 34px;
}

.calculator__step--second {
    margin-top: 20px;
    margin-bottom: 15px;
}

.calculate__desc-second {
    width: 65%;
    line-height: 18px;
    margin-bottom: 15px;
}

.calculator__item-container-second {
    padding-top: 8px;
    padding-bottom: 18px;
}

.calculator__item-container-second .select2-container--default .select2-selection--single {
    border: 0;
    background: none;
}

.map__option-name {
    color: #6e6f6f;
}

.calculator__item-container-second .select2-container--default .select2-selection--single,
.calculate__input {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #dddddd;
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.calculate__input {
    max-height: 34px;
}

.calculate__option-name {
    max-width: 130px;
}

.calculate__select-width {
    display: inline-block;
    width: 100%;
    max-width: 170px;
}

.calculate__option-crovel {
    display: inline-block;
}

.calculate__container-unit {
    width: 100%;
    margin-bottom: 0;
}

.calculate__option-material {
    width: 100%;
    max-width: 935px;
    display: block;
    padding-left: 12px;
    padding-bottom: 15px;

    background-color: #f5f9f0;
}

.calculate__container-material {
    max-width: 934px;
    margin-right: 0;
    margin-left: 0;
    padding-left: 12px;
    padding-bottom: 15px;

    background-color: #f5f9f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.calculate__label-material {
    position: relative;

    margin: 0;
    width: 120px;
    height: 123px;
}

.calculate__label-material img {
    display: none;
}

.calculate__label-material {
    margin-right: 15px;
}

.calculate__label-material:last-child {
    margin-right: 0;
}

.calculate__label-material:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;

    z-index: 2;
}

.calculate__label-material:first-child:before {
    width: 52px;
    height: 68px;
    top: 5px;
    left: 50%;
    margin-left: -26px;

    background-image: url('/img/calculate-material-tree.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 52px 68px;
    background-size: 52px 68px;
}

.calculate__label-material:nth-child(2):before {
    width: 75px;
    height: 68px;
    top: 5px;
    left: 50%;
    margin-left: -37.5px;

    background-image: url('/img/calculate-material-stone.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 75px 68px;
    background-size: 75px 68px;
}

.calculate__label-material:last-child:before {
    width: 77px;
    height: 66px;
    top: 5px;
    left: 50%;
    margin-left: -38.5px;

    background-image: url('/img/calculate-material-combi.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 77px 66px;
    background-size: 77px 66px;
}

.calculate__material-label {
    font-size: 12px;
    padding-bottom: 0;
    line-height: 1;
    min-height: auto;
    margin: 0 auto;
}

.calculate__container-material-item {
    padding-top: 86px;
    padding-left: 10px;
    padding-right: 10px;

    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 1, 0.17);

    box-shadow: 0 0 6px 1px rgba(0, 0, 1, 0.17);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ededed;
    background-color: #ffffff;
}

.g-radio-input:checked ~ .calculate__container-material-item {
    -webkit-box-shadow: 0 0 5px 1px rgba(139, 195, 74, 0.17);
    box-shadow: 0 0 5px 1px rgba(139, 195, 74, 0.17);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #8bc34a;
    background-color: #ffffff;
}

.calculator__title--third {
    margin-bottom: 12px;
}

.calculator__step-material {
    margin-bottom: 20px;
}

.calculate__desc-material {
    width: 70%;

    line-height: 20px;
    color: #6e6f6f;
}

.complect-title {
    line-height: 20px;
    color: #6e6f6f;
}

.complect__select {
    max-width: 228px;
    height: 34px;
}

@media (max-width: 499px) {
    .complect--cost {
        position: relative;

        -webkit-box-shadow: none;

        box-shadow: none;
    }
}

.complect__select-btn {
    color: #6e6f6f;
}

.complect__select-btn {
    height: 34px;
}

.complect-price {
    width: auto;
    margin-left: 30px;
    line-height: 34px;
    height: 34px;
}


.relative {
    position: relative;
}

.complect__cost {
    padding-left: 260px;
}

.complect__cost_head-price {
    font-size: 24px;
}

.complect-price {
    min-width: 70px;
}

.complect-title {
    width: 260px;
}

.complect__box {
    position: relative;
}

.complect__box-link {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.complect__select {
    position: relative;
}

.complect__select_dropdown {
    z-index: 2;
    padding-bottom: 9px;
    padding-top: 9px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(162, 162, 162, 0.5);
}

.complect__select_dropdown.open {
    display: block;
}

.complect__select_dropdown.open ~ .complect__select-btn:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.complect__select_dropdown-item {
    position: relative;
}

.complect__select_dropdown-item:hover .tooltip-link, .complect__select_dropdown-item:focus .tooltip-link {
    background-color: #f5f9f0;
}

.complect__select_dropdown-item:hover .tooltip-dropdown, .complect__select_dropdown-item:focus .tooltip-dropdown {
    display: block;
}

.complect__select-btn {
    color: #606161;
    width: 250px;
    background: none;
    border: none;
    box-shadow: none;
    height: 39px;
    text-align: left;
    padding-right: 33px;
    padding-left: 20px;
    overflow: hidden;
    border-radius: 3px;
    border: solid 1px #eaeaea;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.complect__select-btn:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
    height: 8px;
    right: 15px;
    top: 50%;
    background: url(/img/icon-arrow-down-black.svg) no-repeat center;
    background-size: 15px 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select__item {
    position: relative;
}

.select__item_dropdown {
    display: none;
}

.select__item:hover .select__item_dropdown, .select__item:focus .select__item_dropdown {
    display: block;
}

.form-success-submit {
    max-width: 430px;
}

.button-go-to-project-a {
    margin-left: 20px;
}

.calculator-project-image{
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}


.calculate__price-cost {
    width: 100%;
}

.calculate__container-cost {
    width: 100%;
}

.complect__cost_head-price.text-second {
    display: inline-block;
}

.calculate__price-text-cost {
    display: inline-block;
    width: auto;
}

.calculate__get-smeta {
    position: relative;

    width: 228px;
    height: 34px;
    margin-bottom: 0;
    padding: 0;

    line-height: 34px;
}


.complect__cost {
    padding-left: 260px;
}

.complect__cost_head-price {
    font-size: 24px;
}

.complect-price {
    min-width: 70px;
}

.complect-title {
    width: 260px;
}

.complect__box {
    position: relative;
}

.complect__box-link {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.complect__select {
    position: relative;
}

.complect__select_dropdown {
    z-index: 5;
    padding-bottom: 9px;
    padding-top: 9px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(162, 162, 162, 0.5);
}

.complect__select_dropdown.open {
    display: block;
}

.complect__select_dropdown.open ~ .complect__select-btn:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.complect__select_dropdown-item {
    position: relative;
}

.complect__select_dropdown-item:hover .tooltip-link, .complect__select_dropdown-item:focus .tooltip-link {
    background-color: #f5f9f0;
}

.complect__select_dropdown-item:hover .tooltip-dropdown, .complect__select_dropdown-item:focus .tooltip-dropdown {
    display: block;
}

.complect__select-btn {
    color: #606161;
    width: 250px;
    background: none;
    border: none;
    box-shadow: none;
    height: 39px;
    text-align: left;
    padding-right: 33px;
    padding-left: 20px;
    overflow: hidden;
    border-radius: 3px;
    border: solid 1px #eaeaea;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.complect__select-btn:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 14px;
    height: 8px;
    right: 15px;
    top: 50%;
    background: url(/img/icon-arrow-down-black.svg) no-repeat center;
    background-size: 15px 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}



@media (max-width: 350px) {
    .calculate__get-smeta {
        width: 200px;
    }
}

.calculate__get-smeta:after {
    content: '';

    position: absolute;
    top: 50%;
    right: -68px;

    width: 40px;
    height: 46px;
    margin-top: -23px;

    background-image: url('/img/icon-pdf.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 40px 46px;
    background-size: 40px 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 0;
    line-height: 30px;
}

@media (min-width: 768px) {
    .calculator__item-container {
        margin-bottom: 0;
    }
}

@media (min-width: 1231px) {
    .calculator__type {
        margin-bottom: 0;
    }

    .calculator__desk-margin {
        margin-bottom: 0;
    }

    .calculator__item-container {
        padding: 20px 15px;
        margin-right: 0;
        margin-left: 65px;
        padding-bottom: 50px;
    }

    .calculator__title {
        margin-left: 65px;
        margin-bottom: 25px;
    }

    .calculator__title-text {
        font-size: 25px;
    }

    .calculate__desc-second {
        width: 100%;
        max-width: 935px;
        margin-left: 65px;
        margin-bottom: 0;
        padding-left: 15px;
        padding-top: 20px;

        background-color: #f5f9f0;
    }

    .calculate__select-width {
        margin-left: 55px;
    }

    .calculate__option-crovel {
        margin-right: 0;
    }

    .calculate__option-material,
    .calculate__container-material,
    .calculate__desc-material {
        margin-left: 65px;
    }

    .calculator__item-container-second {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .calculate__project-image {
        background-color: transparent;
    }

    .desktop-position {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 28px;
    }

    .desktop-position:last-child {
        margin-bottom: 0;
    }

    .calculate__option-material {
        display: inline-block;
        padding-top: 54px;
    }

    .calculate__container-material {
        padding-left: 150px;
    }

    .calculate__label-material {
        width: 188px;
        height: 132px;
        margin-top: -90px;

        padding-left: 0;
        padding-right: 0;
    }

    .calculate__container-material-item {
        padding-top: 103px;
    }

    .calculate__material-label {
        color: #868686;
        font-size: 15px;
    }

    .calculate__project-image {
        max-width: 50%;
        margin-right: 0;
        margin-left: auto;
    }

    .calculate__project-img {
        margin-top: -200px;
    }

    .calculate__project-img {
        width: 297px;
        height: 153px;
    }

    .calculator__button-container {
        padding-left: 65px;
    }

    .calculate__js-complect {
        margin-left: 62px;
    }

    .calculator__description-text {
        margin-bottom: 55px;
    }

    .calculator__step-text {
        margin-right: 20px;
    }

    .g-checkbox-text--radio:after {
        top: 7px;
        left: 5.5px;
    }

    .calculator__step--second {
        margin-top: 30px;
    }

    .calculator__count-etazh {
        margin-left: 18px;
    }

    .calculator__count-area {
        margin-left: 14px;
    }

    .calculate__label-material:first-child:before {
        width: 58px;
        height: 76px;
        margin-left: -29px;

        background-image: url('/img/calculate-material-tree-desk.png');
        -webkit-background-size: 58px 76px;
        background-size: 58px 76px;
    }

    .calculate__label-material:nth-child(2):before {
        width: 86px;
        height: 75px;
        margin-left: -43px;

        background-image: url('/img/calculate-material-stone-desk.png');
        -webkit-background-size: 86px 75px;
        background-size: 86px 75px;
    }

    .calculate__label-material:last-child:before {
        width: 87px;
        height: 75px;
        margin-left: -43.5px;

        background-image: url('/img/calculate-material-combi-desk.png');
        -webkit-background-size: 87px 75px;
        background-size: 87px 75px;
    }

    .complect__box {
        -webkit-box-ordinal-group: inherit;
        -webkit-order: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        margin-left: 24px;
    }
}

.price-block.container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}


.consultation {
    max-width: 795px;
    margin: 0 auto;
    padding: 30px 8.3%;
    font-family: inherit;
    font-weight: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.consultation__title {
    margin: 0 0 20px 56px;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.form-consultation {
    /*padding-left: 56px;*/
    padding-left: 0;
}

.form-consultation__container {
    margin: 0;
    padding: 0;
    border: 0
}

.form-consultation__title {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px
}

.form-consultation__input, .form-consultation__label {
    width: 100%;
    height: 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-consultation__label {
    display: inline-block;
    max-width: 250px;
    margin-bottom: 20px
}

.form-consultation__input {
    padding: 13px 20px;
    font-family: inherit;
    font-weight: inherit;
    border-radius: 3px;
    border: 1px solid #dcdcdc
}

.form-consultation__input:focus, .form-consultation__input:hover {
    outline: 0
}

.form-consultation__button {
    width: 100%;
    max-width: 250px;
    height: 38px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    border: 0;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ed7a09), to(#feb550));
    background-image: linear-gradient(to top, #ed7a09 0%, #feb550 100%);
    cursor: pointer
}

.form-consultation__button:focus, .form-consultation__button:hover {
    outline: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d56901), to(#eeab4a));
    background-image: linear-gradient(to top, #d56901, #eeab4a)
}

@media (min-width: 1024px) {
    .consultation {
        padding: 0 0 0;
        text-align: center;
    width: 100%;
    }

    .consultation__title {
        position: relative;
        margin-bottom: 50px;
        font-size: 30px
    }

    .form-consultation__title:before {
        left: 0;
        width: 51px;
        height: 65px;
        margin-top: -32.5px;
        background-image: url('/img/consultation/consultation.png');
        background-size: 51px 65px
    }

    .consultation__title:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        width: 50px;
        height: 2px;
        margin-left: -25px;
        background-color: #ef8c2f
    }

    .form-consultation {
        padding-left: 0;
        text-align: center
    }

    .form-consultation__title {
        margin-bottom: 45px;
        padding-left: 75px
    }

    .form-consultation__label {
        margin-right: 15px
    }
}

.form-consultation__title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 34px;
    height: 44px;
    margin-top: -22px;
    background-image: url('/img/consultation/consultation.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 34px 44px
}

@media (max-width: 767px) {
    .form-consultation__title:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0px;
        width: 34px;
        height: 44px;
        margin-top: -22px;
        background-image: url(/img/consultation/consultation.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 34px 44px;
    }
}


.project-table {
    width: 100%;
    border-collapse: collapse;
}

.project-table-select {
    background-color: #8bc34a;
    padding: 10px 13px;
}

.project-table-gray-bg {
    background-color: #f5f5f5;
}

.project-table-wrapper {
    border-radius: 3px;
    overflow: hidden;
    background-color: #ffffff;
    border: solid 1px #eaeaea;
}

.project-table-item {
    width: 500px;
    color: #1f1f1f;
    border-right: solid 1px #eaeaea;
}

.project-table thead {
    background-color: #dddddd;
}


.project-table tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}
.project-table thead tr th {
    padding: 10px 20px;
    font-weight: 500;
    color: #1f1f1f;
    min-height: 50px;
}

.project-table tbody tr td {
    min-height: 50px;
    padding: 10px 20px;
    border-bottom: solid 1px #eaeaea;
}

.project-table tbody tr:last-child td {
    border-bottom: 0;
}

.project-table__bottom {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #f5f9f0;
    border-top: solid 1px #eaeaea;
}

.project-table__bottom-text {
    padding-right: 15px;
}

/* Small devices - Tablets (>768px) */
@media (min-width: 768px) {
    .visible-768 {
        display: none;
    }
}

.q0002 {
    min-height: 380px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}



.b-form {
    padding-top: 45px;
    padding-bottom: 33px;
}

.b-form--pcustom {
    padding-top: 41px;
    padding-bottom: 46px;
}

@media (min-width: 1024px) {
    .b-form--img {
        padding-top: 30px;
        padding-bottom: 28px;
    }

    .b-form--img .form {
        max-width: 1020px;
    }

    .b-form--img .form__body {
        padding-top: 15px;
    }

    .b-form--img .form__row_group {
        width: calc(37% - 20px);
    }

    .b-form--img .form__row_group--btn {
        width: calc(26% - 20px);
    }
}

.form-title{
    text-align: center;
    color: #1f1f1f;
    line-height: 1.2;
    font-size: 30px;
    margin-bottom: 14px;
    font-weight: 500;
}

.form-title-icon {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.form-subtitle {
    font-size: 19px;
    line-height: 1.79;
    margin-bottom: 31px;
}

.form-text {
    font-size: 17px;
}

.form__row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.form__row_group {
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.form__row_group-btn {
    height: 38px;
    width: 100%;
}

#fquestion {
    max-width: 874px;
}

.b-service .g-title {
    text-align: center;
}


@media (max-width: 1100px) {
    .project-table tbody tr .project__item-cell-price {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1005px) {
    .project-table tbody tr .project__item-cell-price {
        padding-left: 5px;
        padding-right: 5px;
    }

    .project-table-item {
        width: 400px;
    }

    .project-table thead tr th, .project-table tbody tr td {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 890px) {
    .item-table-cell {
        width: 20%;
    }

    .item-table-cell-desc {
        width: 40%;
    }
}



@media screen and (max-width: 767px) {
    .projec-table-cell {
        display: none;
        white-space: nowrap;
    }

    .project-table__bottom {
        flex-wrap: wrap;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .project-table__bottom-text {
        width: 100%;
    }

    .project-table tbody tr td {
        font-size: 13px;
        border-right: 0;
        text-align: center;
    }

    .projec-table-cell {
        display: none;
        white-space: nowrap;
    }

    .form-text {
        margin-top: 15px !important;
    }

    .project__info-price {
        font-size: 24px;
    }

    .project-table {
        width: 100%;
    }

    .project-table thead {
        display: none;
    }

    .project__bottom {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 25px;
        font-size: 13px;
        font-style: italic;
    }

    .project__present {
        width: 100%;
        padding-top: 23px;
        padding-left: 15px;
        padding-right: 15px;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

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

    .review-scroll {
        max-height: 300px;
    }

    .b-review {
        padding-top: 25px;
        padding-bottom: 70px;
    }

    .b-form,
    .b-table,
    .b-gallery,
    .b-project,
    .b-stages,
    .b-card {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .b-table {
        padding-bottom: 25px;
    }

    .b-video {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    h2, .h2 {
        font-size: 28px;
    }

    h1, .h1 {
        font-size: 34px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    .b-service {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .form__row_group {
        width: 100%;
    }

    .form-title {
        font-size: 28px;
    }

    .form-subtitle {
        font-size: 16px;
    }

    .service__top-text {
        font-size: 18px;
    }

    .service__body {
        padding: 15px 15px 20px;
    }

    .top__left-btn {
        margin-right: 25px;
    }

    .presentation-title {
        line-height: 1.1em;
        font-size: 30px;
        max-width: 80%;
    }

    .presentation-subtitle {
        /*font-size: 26px;*/
        max-width: 85%;
    }

    .advange {
        width: 100%;
    }
}

@media (max-width: 766px) {
    .item-table-cell-desc {
        width: 60%;
    }

    .projec-table-cell.d-table-cell {
        width: 25%;
    }
}


.text-center {
    text-align: center;
}

.popup .mfp-close {
    width: 30px;
    height: 30px;
    bottom: 100%;
    right: 1px;
    top: auto;
    left: auto;
    font-size: 0;
    margin-bottom: 10px;
    background: url(/img/icon-close.svg) no-repeat center;
}

.mfp-wrap {
    width: 100%;
    overflow-y: auto;
}

.mfp-bg {
    opacity: 1;
    background-color: rgba(31, 31, 31, 0.7);
}


.house-construction__our_works_page .h2 {
    font-size: 24px;
    text-align: left;
    color: #1f1f1f;
    display: inline-block;
    width: 100%;
    line-height: 1em;
}



.house-construction__our_works_page .project__info {
    width: 100%;
    padding: 0px 0px 10px 0;
    background-color: transparent;
}



.house-construction__our_works_page .project__info-text {
    color: black;
    font-size: 1em;
    display: inline-block;
    font-weight: bold;
}

.house-construction__our_works_page .progect_right {
    width: 70%;
    /* margin-left: 10px; */
    padding: 0 0px 0 20px;
    box-sizing: border-box;
    height: 200px;
}


.house-construction__our_works_page .project__slider {
    width: 30%;
    position: relative;
}


.house-construction__our_works_page .project__nav {
    width: 100%;
    position: relative;
    overflow: hidden;
}



.house-construction__our_works_page .project__slider_wobblers {
    top: 20px;
    left: 20px;
    z-index: 1;
    display: block;
    position: absolute;
}

.house-construction__our_works_page .project__slider_item img {
    max-height: 200px;
}


.house-construction__our_works_page .slick-arrow {
    display: none !important;
}



.house-construction__our_works_page .project__preview_text {
    text-align: justify;
    /*padding-right: 20px;*/
    overflow: hidden;
    max-height: 70px;
    line-height: 18px;
    flex: 1 0;
}


.house-construction__our_works_page_orange {
    height: 450px;
    position: relative;
}

.house-construction__our_works_page_orange  .orange_right {
    flex: 1 1;

}

.house-construction__our_works_page_orange  .g-card__bottom-btn {
    padding: 6px 60px !important;
}



.house-construction__our_works_page .project__slider  .project__slider_item {
    float:left;
    min-height: 200px;
}

.house-construction__our_works_page .project__nav  .project__slider_item {
    float:left;
    margin: 0 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc((100% - 5 * 6px) / 5);
}

.project-slick-nav {
    overflow: hidden;
}
.house-construction__our_works_page .slick-list.draggable, .house-construction__our_works_page .slick-track {
    min-height: 200px;
}

.house-construction__our_works_page  .magnific-gallery-item {
    min-height: 200px;
    width: 100%;
    display: inline-block;
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;


}

.house-construction__our_works_page .project__info2 {
    display:none;
}
.q001 {
    height: 78px;
}

@media (max-width: 767px) {

    .house-construction__our_works_page .h2 {
        font-size: 18px;
    }

    .house-construction__our_works_page .project,.house-construction__our_works_page  .box {
        margin-left: 0;
        margin-right: 0;
    }
    .house-construction__our_works_page .project__slider {
        width: 100%;
    }
    .house-construction__our_works_page .slick-list.draggable, .house-construction__our_works_page .slick-track, .house-construction__our_works_page .project__slider_item {
        min-height: auto;
    }
    .q001 {
        width: 100%;
        padding-bottom: 60%;
    }
    .house-construction__our_works_page .progect_right {
        width: 100%;
        padding: 0 0px 0 0px;
        height: auto;
    }
    .house-construction__our_works_page .project__nav  .project__slider_item {
        margin: 0 3px;
    }

    .house-construction__our_works_page .project__info2 {
        display: flex;
        padding: 3px 20px;
        background: #efefef;
    }
}

@media (max-width: 1023px) {
    .flex_column_nowrap_start_stretch_stretch_1023 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
@media (max-width: 767px) {
    .flex_column_nowrap_start_stretch_stretch_767 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
@media (max-width: 941px) {
    .house-construction__our_works_page .project__nav {
        display: block !important;
        padding-left: 0;
        padding-right: 0;
    }
}


@media (max-width: 767px) {
    .our_works_slider {
        width: calc(100% - 0px);
        margin: 0 auto;
    }
    .project-slick-nav {
        height:auto !important;
        max-height: 105px;
    }
    .our_works_page_12  {
        margin-top: 30px !important;
    }
}
.house-construction__our_works_page_orange .g-card__bottom-btn {
    max-width: none;
    padding: 6px 30px !important;
}
.house-construction__video .video {
    margin-top: 0;

}
.displaynone {
    display:none !important;
}

.house-construction__b-card .project__nav {
    height: 100%;
}

.house-construction__b-card .project__nav .project-slick-nav {
    left: unset;
    width: unset;
}

.house-construction__b-card .our_works_page .project__slider_item .q001 {
    height: 175px;
}
.house-construction__b-card .our_works_page .q00003 {
    display: none;
}
.house-construction__b-card .our_works_page .project-slick-nav .slick-current {
    display: none;
}

.categories-grid-item {
    text-decoration: none;
    display: block;
    background-repeat: no-repeat;
}

.categories-grid-item__wrapper {
    position: relative;
    z-index: 2;
}

.categories-grid-item:hover .categories-grid-item__title {
    text-decoration: underline;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

/* .js-bxmaker__ajaxpagenav__block-showmore--preloader span {
    text-indent: -10000px
} */

.js-bxmaker__ajaxpagenav__block-showmore--preloader {
    background: url('/img/loader.gif') no-repeat center center;
    height: 44px;
    background-size: 40px 40px
}

.g-btn--lg {
    padding: 0px !important
}

.g-btn--lg span {
    padding: 11px 24px !important;
    display: block
}

.g-pagination li:first-child a, .g-pagination li:last-child a {
    width: 45px
}

.g-pagination li.hide-768 a {
    width: 108px
}

.bxmaker__ajaxpagenav__pg {
    margin-top: 30px;
}

.bxmaker__ajaxpagenav__block--navbottom {
    width: 100%;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
    content: unset;
    display: none;
}

.house-construction__our_works.order-design .swiper-button-next::after,
.house-construction__our_works.order-design .swiper-container-rtl .swiper-button-prev::after {
    content: 'next';
    display: inline-block;
}

.house-construction__our_works.order-design .swiper-button-prev::after,
.house-construction__our_works.order-design .swiper-container-rtl .swiper-button-next::after {
    content: 'prev';
    display: inline-block;
}

/* works slider */
.main-works__slider-wrapper .swiper-button-next::after,
.main-works__slider-wrapper .swiper-container-rtl .swiper-button-prev::after {
    content: 'next';
    display: inline-block;
}

.main-works__slider-wrapper .swiper-button-prev::after,
.main-works__slider-wrapper .swiper-container-rtl .swiper-button-next::after {
    content: 'prev';
    display: inline-block;
}

/* popular articles slider */
.page-article__related-items-wrapper .swiper-button-next::after,
.page-article__related-items-wrapper .swiper-container-rtl .swiper-button-prev::after {
    content: 'next';
    display: inline-block;
}

.page-article__related-items-wrapper .swiper-button-prev::after,
.page-article__related-items-wrapper .swiper-container-rtl .swiper-button-next::after {
    content: 'prev';
    display: inline-block;
}


.about-team .swiper-button-next::after,
.about-team .swiper-container-rtl .swiper-button-prev::after {
    content: 'next';
    display: inline-block;
}

.about-team .swiper-button-prev::after,
.about-team .swiper-container-rtl .swiper-button-next::after {
    content: 'prev';
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .service {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 479px) {
    .service {
        width: calc(100% - 20px);
    }

    #fquestion {
        display: grid;
    }
}

.brick-page-certificates {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.choices__list--dropdown {
    max-height: 300px;
}

.popup {
    width: 98%;
    margin-top: 70px;
    max-width: 1200px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 40px;
    background-color: #f5f5f5;
    box-shadow: 0 0 4px 0 rgba(162, 162, 162, 0.5);
}

.popup--sm {
    max-width: 360px;
}

.popup--md {
    max-width: 600px;
}

.popup-head {
    color: #fff;
    font-size: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 9px 5px 8px;
    background-color: #8bc34a;
}

.popup__body {
    padding: 25px 30px 25px;
}

.popup__body-btn {
    height: 38px;
    width: 100%;
    margin-top: 7px;
}

.popup__body-btn--review {
    max-width: 270px;
}

.popup .mfp-close {
    width: 30px;
    height: 30px;
    bottom: 100%;
    right: 1px;
    top: auto;
    left: auto;
    font-size: 0;
    margin-bottom: 10px;
    background: url(/img/icon-close.svg) no-repeat center;
}

.mfp-wrap {
    width: 100%;
    overflow-y: auto;
}

.mfp-bg {
    opacity: 1;
    background-color: rgba(31, 31, 31, 0.7);
}

#sendok {
    display: none;
    text-align: center;
    font-size: 20px;
    position: absolute;
    width: 300px
}

#loader {
    float: right;
    position: absolute;
    left: 48%;
    top: 0px;
    display: none
}

#loader2 {
    display: none;
    position: absolute;
    left: 49%;
    padding: 5px 0 0 0
}

#loader2 img {
    height: 30px;
}

.hiddforsend {
    padding: 20px 0;
    display: none
}

.form-success-submit {
    max-width: 430px;
}

/* Small devices - Tablets (<768px) */
@media (max-width: 767px) {
    .mistace-subtitle {
        font-size: 18px;
    }

    .contact {
        display: block !important;
    }

    .contact-label {
        width: 100%;
        padding-right: 0;
    }

    .news__body-title {
        font-size: 26px;
    }

    .news-link {
        font-size: 18px;
    }

    .edits-title {
        font-size: 22px;
    }

    .tower {
        width: 100%;
    }

    .presentation-subtitle--sm {
        font-size: 20px !important;
    }

    .gallery__link {
        width: calc(50% - 22px);
    }

    .g-table {
        font-size: 13px;
        white-space: nowrap;
    }

    .g-table-wrapper {
        overflow-x: auto;
    }

    .b-advange--absolute {
        background-color: #394859;
    }

    .b-presentation--single {
        height: auto !important;
    }

    .presentation--relative {
        text-align: left !important;
        height: 200px !important;
    }

    .b-advange--absolute {
        position: relative;
        z-index: 1;
    }

    .md-size-13 {
        font-size: 13px !important;
    }

    .green-round {
        width: 34px;
        height: 34px;
        font-size: 20px;
    }

    .box__gallery_item {
        width: calc(33.33% - 14px);
    }

    .box-title {
        font-size: 20px;
    }

    .box,
    .project__description {
        padding-left: 15px;
        padding-right: 15px;
    }

    .project,
    .box {
        margin-left: -15px;
        margin-right: -15px;
    }

    .map__option {
        padding: 20px 21px 20px;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .map-collapse {
        height: 40px;
    }

    .map-collapse.open {
        height: 300px;
    }

    .map {
        height: 300px;
    }

    .map-collapse-toggle {
        height: 40px;
        padding-top: 4px;
        font-size: 20px;
    }

    .project-table__bottom {
        flex-wrap: wrap;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .project-table__bottom-text {
        width: 100%;
    }

    .project-table tbody tr td {
        font-size: 13px;
        border-right: 0;
    }

    .projec-table-cell {
        display: none;
        white-space: nowrap;
    }

    .form-text {
        margin-top: 15px !important;
    }

    .project__info-price {
        font-size: 24px;
    }

    .project-table {
        width: 100%;
    }

    .project-table thead {
        display: none;
    }

    .project__bottom {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 25px;
        font-size: 13px;
        font-style: italic;
    }

    .project__present {
        width: 100%;
        padding-top: 23px;
        padding-left: 15px;
        padding-right: 15px;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

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

    .review-scroll {
        max-height: 300px;
    }

    .b-review {
        padding-top: 25px;
        padding-bottom: 70px;
    }

    .b-form,
    .b-table,
    .b-gallery,
    .b-project,
    .b-stages,
    .b-card {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .b-table {
        padding-bottom: 25px;
    }

    .b-video {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    h2, .h2 {
        font-size: 28px;
    }

    h1, .h1 {
        font-size: 34px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    .b-service {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .form__row_group {
        width: 100%;
    }

    .form-title {
        font-size: 28px;
    }

    .form-subtitle {
        font-size: 16px;
    }

    .service__top-text {
        font-size: 18px;
    }

    .service__body {
        padding: 15px 15px 20px;
    }

    .top__left-btn {
        margin-right: 25px;
    }

    .presentation-title {
        line-height: 1.1em;
        font-size: 30px;
        max-width: 80%;
    }

    .presentation-subtitle {
        /*font-size: 26px;*/
        max-width: 85%;
    }

    .advange {
        width: 100%;
    }
}

/* Small devices - Tablets (>596px) */
@media (min-width: 596px) {
    .top__left-logo-mobile {
        display: none !important;
    }
}

/* Small devices - Mobile (<620px) */
@media (max-width: 619px) {
    .complect__box {
        order: inherit !important;
    }

    .complect-price {
        width: 100%;
        margin-top: 5px;
    }

    .plan__box {
        max-width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }

    .plan__box--text {
        padding-top: 10px;
        text-align: left !important;
    }

    .footer__col {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 10px;
    }

    .footer__col--nav {
        display: none !important;
    }

    .review {
        height: auto !important;
    }

    .review-scroll {
        max-height: none !important;
    }

    .review-carousel {
        margin-left: -10px;
        margin-right: -10px;
    }

    .review {
        padding: 15px 15px 20px;
    }
}

/* Small devices - Mobile (<596px) */
@media (max-width: 595px) {
    .box--credit {
        display: block !important;
    }

    .box__body,
    .box__img {
        width: 100%;
    }

    .box__img {
        padding-bottom: 25px;
        text-align: center;
    }

    .g-nav-dropdown__col {
        width: 100%;
        max-width: 100%;
    }

    .video {
        height: 240px;
        max-width: 100%;
    }

    .g-title {
        padding-bottom: 0;
        margin-bottom: 15px !important;
    }

    .g-title:after {
        content: none;
    }

    h2, .h2 {
        font-size: 24px;
    }

    h1, .h1 {
        font-size: 30px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    .b-presentation,
    .presentation {
        height: 300px;
    }

    /* body {
        padding-top: 46px;
    } */

    .b-filter-row,
    .b-nav {
        top: 46px;
    }

    .top__right-phone-img {
        width: 28px;
        height: 28px;
    }

    .top__right-btn {
        width: 50px;
        height: 46px;
        background: #f5f5f5;
    }

    .top__right-btn img {
        width: 20px;
    }

    .top__left-logo-tablet,
    .top__right-link {
        display: none !important;
    }
.house-construction__b-card .g-card{
    width: 100%;
}
    .g-card {
        width: 100%;
        min-width: 0;
    }

    .g-card__bottom {
        display: none !important;
    }

    .g-card__top_wobblers {
        top: 10px;
        left: 10px;
    }

    .g-card__body {
        padding: 10px 10px 13px;
    }

    .b-card__row {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .wobbler {
        padding-top: 2px;
        min-width: 66px;
        height: 22px;
        font-size: 12px;
    }

    .b-filter-scroll {
        top: 45px;
    }

    .g-btn {
        padding: 10px 15px;
    }
}

/* Small devices - Mobile (<500px) */
@media (max-width: 499px) {
    .complect__cost_head {
        display: block !important;
    }

    .b-footer--calc {
        padding-bottom: 76px;
    }

    .mb-500-0 {
        margin-bottom: 20px;
    }

    .mr-500-0 {
        margin-right: 0 !important;
    }

    .complect__cost_head-price {
        font-size: 20px;
    }

    .complect__cost_head-title {
        width: 100%;
    }

    .d-500-none {
        display: none !important;
    }

    .complect--cost {
        padding: 10px 15px;
        box-shadow: 0 0 4px 0 rgba(162, 162, 162, 0.5);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 4;
        background-color: #fff;
        margin-bottom: 0 !important;
    }

    .complect__cost {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .complect__select {
        flex-grow: 1;
    }

    .complect__select-btn {
        width: 100%;
        margin-right: 0;
    }

    .tooltip-dropdown--top {
        left: auto;
        right: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .tooltip-dropdown--top .tooltip__dropdown {
        width: 270px;
    }

    .tooltip-dropdown--top .tooltip__dropdown:before {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: auto;
        right: 0;
    }

    .mistace-subtitle {
        font-size: 16px;
    }

    .mistace-title {
        font-size: 140px;
    }

    .contact__head {
        line-height: 1;
    }

    .contact-label {
        font-size: 15px;
    }

    .contact-info {
        font-size: 14px;
    }

    .ui-accordion .ui-accordion-header {
        padding-top: 0 !important;
        line-height: 1;
    }

    .question {
        font-size: 14px;
        padding: 15px 15px 5px !important;
    }

    .answer {
        padding-left: 20px;
    }

    .news {
        margin-left: -15px;
        margin-right: -15px;
    }

    .news__body {
        padding: 20px 15px 10px;
    }

    .news__top_date {
        left: 15px;
        top: 15px;
    }

    .news__body-title {
        font-size: 22px;
    }

    .news-link {
        font-size: 16px;
    }

    /* .g-list {
        padding-left: 0;
    } */

    .g-list li {
        margin-bottom: 6px;
        /* padding-left: 25px; */
    }

    .g-title {
        line-height: 1.4;
    }

    .edits {
        padding: 20px 15px;
    }

    .edits-title {
        font-size: 20px;
    }

    .tower {
        padding: 20px 15px 25px;
    }

    .tower-price {
        font-size: 20px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .tower-download {
        font-size: 15px;
    }

    .tower-name {
        font-size: 20px;
    }

    .tower-subtitle {
        font-size: 15px;
    }

    .tower__body {
        font-size: 14px;
    }

    .gallery {
        margin-left: -5px;
        margin-right: -5px;
    }

    .gallery__link {
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .presentation-subtitle--sm {
        font-size: 17px !important;
    }

    .presentation--relative {
        display: block !important;
        padding-top: 20px;
        height: 190px !important;
    }

    .b-advange--absolute .advange-img {
        height: 20px !important;
    }

    .b-advange--absolute .advange-title {
        padding-top: 3px;
    }

    .b-advange--absolute .advange {
        margin-bottom: 10px !important;
    }

    .stage {
        padding: 20px 15px;
        text-align: center;
        display: block !important;
    }

    .stage .green-round {
        margin: 0 auto !important;
        /*margin-right: 0 !important;*/
    }

    .stage__body {
        width: 100%;
        padding-top: 10px;
    }

    .stage__body-title {
        font-size: 17px;
        line-height: 1.41;
        margin-bottom: 10px;
    }

    .stage__body-text {
        text-align: justify;
    }

    .g-table-toggle-arrow {
        width: 10px;
        height: 6px;
    }

    .b-table {
        padding-bottom: 15px;
    }

    .g-table-toggle {
        font-size: 17px;
    }

    .price {
        padding-top: 15px !important;
        padding-bottom: 25px !important;
    }

    .price__body_bottom-btn {
        padding: 6px 16px;
        font-size: 13px;
    }

    .price__body-cost {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .price__body-title {
        font-size: 17px;
        line-height: 1.41;
    }

    .g-radio__box-name {
        font-size: 14px;
        line-height: 1.4;
        padding-bottom: 10px;
    }

    .g-radio-wrapper {
        margin-left: -5px;
        margin-right: -5px;
    }

    .g-radio {
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .form-group--100px {
        width: 90px;
    }

    .map__option {
        padding-left: 15px;
        padding-right: 15px;
    }

    .map__option-name {
        margin-right: 0 !important;
        width: 170px;
    }

    .box__gallery {
        margin-left: -5px;
        margin-right: -5px;
    }

    .box__gallery_item {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .box-title {
        font-size: 17px;
    }

    .box {
        padding-top: 15px;
        padding-bottom: 10px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .box--review {
        padding-bottom: 20px;
    }

    .box--review .review__head_info-name {
        line-height: 1;
    }

    .box,
    .project__description {
        padding-left: 15px;
        padding-right: 15px;
    }

    .b-plan--mb {
        margin-bottom: 30px;
    }

    .form-text {
        line-height: 1.4;
    }

    .b-form--pcustom {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .plan__box-title {
        font-size: 20px;
    }

    .popup-head {
        font-size: 28px;
    }

    textarea.form-control--review {
        height: 120px;
    }

    .g-upload + .ajax-file-upload-container .ajax-file-upload-statusbar {
        max-width: 50%;
    }

    .popup__body {
        padding: 20px 15px 25px;
    }

    .form-subtitle {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .form-title {
        text-align: center;
        font-size: 21px;
    }

    .form-title-icon {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    .review-text {
        font-size: 13px;
        margin-top: 15px;
    }

    .review-scroll {
        max-height: 280px;
    }

    .g-card__body-name {
        font-size: 14px;
    }

    .advange {
        padding-left: 45px;
    }

    .advange-img {
        left: 15px;
        max-width: 34px;
    }

    .advange-text {
        font-size: 13px;
        color: #606161;
    }

    .hamburger-inner::after {
        bottom: -7px;
    }

    .hamburger-inner::before {
        top: -7px;
    }

    .b-presentation ul.slick-dots {
        bottom: 15px;
    }

    .b-presentation,
    .presentation {
        height: 240px;
    }

    .presentation {
        padding-bottom: 45px;
    }

    .presentation-title {
        font-size: 18px;
    }

/*    .presentation-subtitle {
        font-size: 17px;
    }*/

    .b-presentation .slick-arrow.slick-prev,
    .b-presentation .slick-arrow.slick-next {
        width: 30px;
    }

    .b-presentation .slick-arrow.slick-prev {
        left: 5px;
    }

    .b-presentation .slick-arrow.slick-next {
        right: 5px;
    }

    .project__slider_wobblers {
        left: 15px;
        top: 15px;
    }

    .review-carousel .slick-arrow.slick-next {
        right: calc(50% - 10px);
    }

    .review-carousel .slick-arrow.slick-prev {
        left: calc(50% - 10px);
    }

    .slick-arrow.slick-prev, .slick-arrow.slick-next {
        width: 32px;
        height: 34px;
    }

    .project {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 25px !important;
    }

    .project__info {
        padding: 25px 20px;
    }

    .slick-arrow.slick-prev:after {
        margin-left: 3px;
    }

    .slick-arrow.slick-next:after {
        margin-right: 3px;
    }

    .service {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 20px);
    }

    .service__top-text {
        font-size: 22px;
    }

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

    .b-card__row {
        margin-top: 0;
        margin-left: -5px;
        margin-right: -5px;
    }

    .g-card-col {
        padding-left: 0;
        padding-right: 0;
    }

    .g-card-col,
    .g-card {
        /*width: calc(50% - 10px);*/
        width: 100%;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .option {
        font-size: 13px;
    }

    .g-card__body_price {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .g-card__body_price-actual {
        font-size: 15px;
    }

    .g-card__body_price-old {
        font-size: 13px;
    }

    .container-fluid,
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .project-table-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* Small devices - Tablets (>480px) */
/* Small devices - Mobile (<480px) */
@media (max-width: 479px) {
    .box__gallery_item {
        width: calc(50% - 14px);
    }

    .map {
        height: 240px;
    }

    .map-collapse.open {
        height: 240px;
    }

    .popup-head {
        font-size: 24px;
    }

    .g-btn__group-btn {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .g-btn__group-btn:not(:last-child) {
        margin-bottom: 10px;
    }

    h2, .h2 {
        font-size: 21px;
    }

    h1, .h1 {
        font-size: 28px;
    }

    h3, .h3 {
        font-size: 18px;
    }

    .top__left-btn {
        margin-right: 15px;
    }
}

@media (max-width: 1024px) {
    .form-consultation__title {
        margin-left: auto;
        margin-right: auto;
        padding-left: 54px;
    }
}

@media screen and (max-width: 1023px) {

}

@media screen and (max-width: 991px) {
    .house-construction__top .flex_row_nowrap_start_stretch_stretch {
        flex-direction: column;
    }

    .q0002 {
        min-height: 240px;
    }
}

@media screen and (max-width: 1230px) {
    .service-hero__slide {
        padding-top: 110px;
    }
}

@media screen and (max-width: 767px) {
    .b-presentation.b-presentation-slick .presentation:before {
        content: '';
        display: block;
        background-color: #000;
        opacity: 0.5;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .b-presentation.b-presentation-slick .flex_0001 {
        position: relative;
        z-index: 3;
    }

    .pricing .slick-dots li button:before,
    .videos .slick-dots li button:before {
        font-size: 0;
    }

    .form-consultation__label,
    .form-consultation__button {
        max-width: 100%;
    }

    .calc-cost-project .grid1 {
        display: block;
    }

    .struktura {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .build__item {
        width: calc(50% - 30px);
    }

    .build__title {
        width: 90%;
    }

    .build__name {
        font-size: 20px;
    }

    .build__price {
        font-size: 18px;
    }

    .service-hero__slide {
        position: relative;
    }

    .service-hero__slide:before {
        content: '';
        display: block;
        background-color: #000;
        opacity: 0.5;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .service-hero__slide > .container {
        position: relative;
        z-index: 2;
    }
}
@media screen and (max-width: 576px) {
    .build__item {
        width: calc(100%);
        margin-left: 0;
        margin-right: 0;
    }
}

.text-block-desktop {
    display: none;
}

.text-block-mobile {
    display: block;
}

@media screen and (min-width: 768px) {
    .text-block-desktop {
        display: block;
    }

    .text-block-mobile {
        display: none;
    }
}

.text--next {
    display: none;
}

@media screen and (max-width: 576px){
	.text--height {
        height: 120px;
        overflow: hidden;
        position: relative;
        transition: all .5s;
    }
    .text--height::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    }
    .text--next {
        display: block;
        font-size: 14px;
        color: #1f1f1f;
        position: relative;
    }
    .text--next::after {
        content: '';
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        margin-left: 10px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: relative;
        top: -2px;
    }
    .text--height--full {
        height: 100%;
    }
    .text--height--full::before {
        content: none;
    }
    .text--height--full+.text--next {
        display: none;
    }
}

.page-header {
    position: relative;
    z-index: 999;
    height: 115px;
}

.page-header__buttons .page-header__button-search {
    display: none;
    cursor: pointer;
}


@media screen and (max-width: 1230px) {
    .page-header__buttons .burger {
        display: block;
    }

    .page-header__buttons .page-header__button-search {
        display: block;
    }

    .page-header {
        position: fixed;
        height: 78px;
        z-index: 50;
        overflow: visible;
    }
}

@media screen and (max-width: 374px) {
    .logo {
        max-width: 160px;
    }
}

.tabs--accordion .tabs__link {
    padding-top: 24px;
    padding-bottom: 24px;
}

@media screen and (max-width: 1230px) {
    .about-certificates__image {
        width: calc(50% - 15px);
    }

    .about-certificates .section-block {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.page-footer__social-links {
    font-size: 0;
    line-height: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.categories-grid-item--green-title .categories-grid-item__title {
    color: #7fb568;
    -webkit-text-decoration-color: #7fb568;
    text-decoration-color: #7fb568;
}

.main-catalog__subtitle {
    margin: 0 0 10px;
    font-weight: normal;
}

@media (max-width: 1230px) {
    .main-catalog__subtitle {
        margin: 0;
    }
}

.main-projects__subtitle {
    margin: 0 0 10px;
    font-weight: normal;
}

@media (max-width: 1230px) {
    .main-projects__subtitle {
        margin: 0;
    }
}

.construction-catalog__title {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 500;
}

.construction-projects__title {
    margin: 0;
    padding: 0;
}

@media (max-width: 1230px) {
    .construction-projects__title {
        margin: 0 0 25px;
        padding: 0;
    }
}

/* menu */
.page-header__nav--open {
    display: block;
    z-index: 10;
}

@media screen and (min-width: 1231px) {
    .mobile-nav__children-toggle,
    .mobile-menu-bottom-content,
    .mobile-nav__item--back,
    .mobile-nav__item--parent {
        display: none;
    }
}

@media (max-width: 1230px) {
    .main-nav__list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;

        padding: 1px 15px 50px;
        background: #f7f7f7;
        /* -webkit-box-shadow: 0 1px 27px rgb(13 20 27 / 15%);
        box-shadow: 0 1px 27px rgb(13 20 27 / 15%); */
    }

    .page-header__nav {
        margin-top: 0;
        overflow: auto;
        position: fixed;
        top: 78px;
        bottom: 0;
    }

    .page-header__nav > .container {
        padding-left: 0;
        padding-right: 0;
    }

    .page-header__nav--open > .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .main-nav__sublist-wrapper {
        display: none;
    }

    .main-nav__icon {
        display: none;
    }

    .main-nav__item {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        border-top: 1px solid #E1E1E1;
        text-decoration: none;
    }

    .main-nav__item:first-child{
        border-top: unset;
    }

    .main-nav__item:last-child{
        border-bottom: 1px solid #E1E1E1;
    }

    .main-nav__sublist-wrapper--lvl-2 {
        display: block;
        position: fixed;
        z-index: 100;
        left: 0;
        top: 86px;
        bottom: 0;
        width: 100%;
        padding: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s;
        background: #f7f7f7;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .main-nav__item--show-child > .main-nav__sublist-wrapper--lvl-2 {
        -webkit-transform: none;
        transform: none;
    }

    .main-nav__item--show-child > .main-nav__sublist-wrapper--lvl-4 {
        -webkit-transform: none;
        transform: none;
    }

    .main-nav__item--catalog .main-nav__list--lvl-2,
    .main-nav__item--services .main-nav__list--lvl-2 {
        columns: unset;
    }

    .main-nav__item.main-nav__item--lvl-2 .main-nav__link {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        display: block;
        padding: 11px 0;
        text-decoration: none;
        font-weight: 400;
        color: #1c1c1c;
        word-break: normal;
        font-size: 20px;
        /* font-size: 18px; */
        line-height: 1.5;
    }

    .main-nav__item.main-nav__item--lvl-4 .main-nav__link {
        padding-top: 8px;
        padding-bottom: 8px;
        color: #9b9b9b;
    }


    .main-nav__item--services .main-nav__item--lvl-2,
    .main-nav__item--catalog .main-nav__item--lvl-2 {
        margin-bottom: 0;
    }

    .main-nav__list--lvl-2 {
        padding: 0;
    }

    .main-nav__item--lvl-2 .mobile-nav__children-toggle {
        width: 36px;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .main-nav__item--lvl-2 .mobile-nav__children-toggle::before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 18px;
        background: url(/local/templates/brickhouse-new/./img/icon-angle-right.png) center center no-repeat;
        background-size: 10px 18px;
        image-rendering: -webkit-optimize-contrast;
        -webkit-filter: opacity(.5);
        filter: opacity(.5);
    }

    .mobile-nav__children-toggle-button--about{
        border: none;
        background-color: unset;
        width: 55px;
    }

    .mobile-nav__children-toggle-button--about::before{
        content: '';
        display: inline-block;
        width: 10px;
        height: 18px;
        background: url(/local/templates/brickhouse-new/./img/icon-angle-right.png) center center no-repeat;
        background-size: 10px 18px;
        image-rendering: -webkit-optimize-contrast;
        -webkit-filter: opacity(.5);
        filter: opacity(.5);
        transform: rotate(90deg);
    }

    .main-nav__item--lvl-2.main-nav__item--show-child > .mobile-nav__children-toggle {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .main-nav__item--lvl-3.main-nav__item--show-child > .mobile-nav__children-toggle {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .mobile-nav__children-toggle--about{
        padding-right: 0;
    }

    .mobile-nav__children-toggle--about .mobile-nav__children-toggle::before{
        transform: rotate(180deg);
    }

    .main-nav__list__about{
        padding: 0;
        border-bottom: 1px solid #ececec;
    }

    .main-nav__list--lvl-2--about{
        padding: 0 20px;
    }

    .main-nav__sublist-wrapper--lvl-3 {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .2s;
        transition: max-height .2s;
    }

    .main-nav__sublist-wrapper--lvl-4 {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .2s;
        transition: max-height .2s;
    }

    .main-nav__item--lvl-2.main-nav__item--show-child .main-nav__sublist-wrapper--lvl-3 {
        max-height: 1000px;
        -webkit-transition: max-height .6s;
        transition: max-height .6s;
        display: block;
    }

    .main-nav__item--lvl-3.main-nav__item--show-child .main-nav__sublist-wrapper--lvl-4 {
        max-height: 1000px;
        -webkit-transition: max-height .6s;
        transition: max-height .6s;
        display: block;
    }

    .main-nav__list.main-nav__list--lvl-3 {
        padding: 0;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .main-nav__list--lvl-4 {
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 0;
    }

    .main-nav__item.main-nav__item--lvl-2 .main-nav__link--lvl-3 {
        padding-left: 0;
        padding-right: 40px;
        padding-top: 15px;
        padding-bottom: 0;
        font-weight: 300;
        font-size: 16px;
        line-height: 140%;
        color: #6E6E6E;
    }

    .main-nav__item.main-nav__item--lvl-2 .main-nav__item--lvl-3:first-child .main-nav__link--lvl-3{
        padding-top: 5px;
    }

    .main-nav__item.main-nav__item--has-child.main-nav__item--lvl-3.main-nav__item-more{
        margin-top: 10px;
    }

    .main-nav__item--lvl-3 {
        margin: 5px 0;
    }

    .mobile-menu-bottom-content {
        background-color: #f7f7f7;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-nav > .main-nav__list {
        padding-bottom: 15px;
    }
}

@media (min-width: 1231px) {
    .main-nav__item--services .main-nav__list--lvl-2,
    .main-nav__item--catalog .main-nav__list--lvl-2 {
        display: grid;
        grid-template-columns: repeat(5, 113px);
        width: auto;
        column-gap: 30px;
    }

    .main-nav__item--catalog .main-nav__list--lvl-2--project{
        grid-template-columns: 1fr 1fr 1fr 71px 160px;
    }

    .main-nav__item--services .main-nav__list--lvl-2{
        grid-template-columns: 131px 208px 180px 1fr 1fr;
    }

    .main-nav__list__about{
        display: grid;
        grid-template-columns: repeat(5, 187px);
        width: auto;
        column-gap: 30px;
    }

    .main-nav__list--lvl-2--about{
        grid-column: 5;
    }

    .main-nav__list--lvl-2--service{
        grid-column: 2;
    }
}

.offer-card__inner {
    position: relative;
}

.offer-card__inner:after {
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    z-index: 1;
}

.offer-card__content {
    position: relative;
    z-index: 2;
}

.offer-card__link {
    color: #fff;
}

.main-offers__grid.single-item {
    display: block;
}

.main-slider__item {
    position: relative;
}

.main-slider__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.main-slider__item-container {
    position: relative;
    z-index: 2;
    padding-top: 127px;
}

@media (max-width: 1230px) {
    .about-services__item-image {
        max-height: 45%;
        min-height: 45%;
    }
}

@media (max-width: 767px) {
    .about-services__item {
        padding-bottom: 75px;
    }
}

@media (max-width: 1230px) {
    .page-catalog__sidebar--show {
        z-index: 100;
        overflow-y: auto;
    }

    .main-nav__list.main-nav__list--lvl-2.container{
        height: calc(100vh - 290px);
        overflow-y: scroll;
    }

    .page-menu-close-swipe{
        position: relative;
        color: inherit;
        display: inline-block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 70px;
        width: 100%;
        margin: 0;
    }

    .page-menu-close-swipe::before {
        position: absolute;
        bottom: 32px;
        left: 50%;
        transform: translateX(-50%);
        background: #323634;
        content: '';
        display: block;
        width: 43px;
        height: 1px;
        border-radius: 2px;
    }

    .page-menu-close-swipe::after {
        position: absolute;
        bottom: 28px;
        left: 50%;
        transform: translateX(-50%);
        background: #323634;
        content: '';
        display: block;
        width: 43px;
        height: 1px;
        border-radius: 2px;
    }

    .main-nav__sublist-wrapper.main-nav__sublist-wrapper--lvl-2 .page-menu-close-swipe{
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media screen and (max-width: 550px) {
    .specoffers-filter .bx-filter-block > div:first-child {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
    }
}

.mobile-menu__social-links {
    margin-bottom: 27px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.tippy-box[data-theme='light'] {
  background-color: #fff;
  color: #000;
}

.tippy-box[data-theme='light'] .tippy-content {
	font-size: 12px;
	line-height: 1.5em;
}

.tippy-box[data-theme~='light'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #fff;
  }
  .tippy-box[data-theme~='light'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #fff;
  }
  .tippy-box[data-theme~='light'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #fff;
  }
  .tippy-box[data-theme~='light'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #fff;
  }

  .choices__list--dropdown {
      z-index: 15;
  }

  .project-card__info {
      width: 70%;
  }
  .project-card__props {
      width: 30%;
  }

@media screen and (min-width: 1200px){
    .modal .modal__body {
        width: 100%;
    }
}

.main-slider__ribbon-absolute {
    height: 0;
    position: relative;
    z-index: 5;
}

.main-slider__ribbon-absolute .main-slider__ribbon {
    position: absolute;
    top: 74px;
    left: 15px;
    color: #fff;
}

@media (max-width: 1230px) {
    .main-slider__item-container {
        padding-top: 60px;
    }

    .main-slider__ribbon-absolute .main-slider__ribbon {
        top: 30px;
    }
}

.main-offers .offer-card {
    color: #fff;
}

.offer-card__more {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 395px) {
    .page-header__logo img {
        height: auto;
    }
}

@media screen and (min-width: 1231px) {
    .page-header__mobile-phone {
        display: none;
    }
}

.service-hero--overlay .service-hero__slide {
    position: relative;
}

.service-hero--overlay .service-hero__slide:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.35;
    z-index: 1;
}

.service-hero--overlay .service-hero__slide .container {
    position: relative;
    z-index: 2;
}

#modal-form-success .modal__body {
    padding: 0;
    box-shadow: none;
}

@media screen and (max-width: 1230px) {
    .about-history__years-nav-link {
        white-space: nowrap;
    }
}

@media screen and (max-width: 360px) {
    .page-project__tag {
        font-size: 15px;
        padding: 0 15px;
    }
}

.service-hero__title {
    margin-top: 0;
}

.text--height {
	font-family: "Montserrat";
}

.h1 {
    font-size: 48px;
    line-height: 58px;
    font-family: "Montserrat","Trebuchet MS",Helvetica,sans-serif;
    font-weight: 500;
    color: currentColor;
    margin: 1em 0 .5em;
}

.contacts-map__map {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .page__content {
        flex-grow: 0;
    }
}

@media screen and (max-width: 767px) {
    .house-construction__our_works_page_orange .g-card__bottom-btn {
        max-width: none;
        padding: 6px 0 !important;
    }
}


.tooltip-dropdown {
    display: none;
    position: absolute;
}

.tooltip-dropdown--left {
    left: 100%;
    top: -10px;
    padding-left: 20px;
}

.tooltip-dropdown--top {
    bottom: 100%;
    padding-bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip-dropdown--top .tooltip__dropdown:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f5f9f0 transparent transparent transparent;
}

.tooltip-dropdown.open {
    display: block;
}

.tooltip__dropdown {
    width: 426px;
    padding: 25px 20px 20px;
    border-radius: 3px;
    background-color: #f5f9f0;
    position: relative;
}

.tooltip__dropdown:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 15px;
    right: 100%;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f5f9f0 transparent transparent;
}

.tooltip__dropdown-title {
    font-size: 19px;
    line-height: 1.26;
    color: #1f1f1f;
}

.tooltip__dropdown-text {
    font-size: 13px;
    line-height: 1.69;
}

.tooltip__dropdown_bottom-title {
    font-size: 15px;
}

.tooltip__dropdown_bottom-price {
    font-size: 24px;
}

.calculator__title {
    margin-bottom: 5px;
}

.calculator__title-text {
    font-size: 20px;
    line-height: 20px;
    color: black;
}

.calculator__step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;

    font-family: inherit;
}

.calculator__step-text {
    margin: 0;
    margin-right: 15px;

    color: black;
    font-size: 25px;
    line-height: 34px;
}

.calculator__step-step {
    width: 50px;
    height: 34px;
    margin: 0;

    color: white;
    font-size: 21px;
    line-height: 34px;
    text-align: center;

    background-color: #8bc34a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.g-checkbox-text--radio:before {
    width: 20px;
    height: 20px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
}

.g-checkbox-text--radio:after {
    top: 6.5px;
    left: 5px;

    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.75);

    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.75);
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#97b047), to(#afd047));
    background-image: -webkit-linear-gradient(bottom, #97b047 0%, #afd047 100%);
    background-image: -o-linear-gradient(bottom, #97b047 0%, #afd047 100%);
    background-image: linear-gradient(to top, #97b047 0%, #afd047 100%);
}

.calculator__item-container {
    max-width: 935px;
    padding-top: 12px;
    padding-left: 12px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.calculator__type {
    margin-bottom: 11px;
}

.calculate__link-first {
    padding: 0;
    padding-bottom: 18px;
    padding-left: 12px;
    padding-right: 12px;

    background: none;
}

.calculate__link-first:hover,
.calculate__link-first:focus {
    background: none;
}

.calculate__project-image {
    max-width: 934px;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 0;

    background-color: #f5f9f0;
}

@media (min-width: 1231px) {
    .calculate__project-image {
        margin-top: -40px;
    }
}

.calculate__project-image-container {
    margin-top: 0;
}

.calculate__select-list {
    width: 245px;
    height: 34px;

    margin-bottom: 5px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.calculate__select-list .form-group {
    width: 215px;
    height: 34px;
    margin-right: 11px;
}

.calculate__select-list .select2.select2-container {
    height: 34px;
}

.calculate__select-list .select2.select2-container .selection,
.select2-container--default .select2-selection--single {
    min-height: 34px;
}

.select2-container--default.select2-container--disabled .select2-selection--single,
.calculate__select-list .select2.select2-container .select2-selection__rendered {
    height: 34px;
    line-height: 34px;
}

.calculate__select-list .select2.select2-container .select2-selection__rendered {
    padding-top: 0;
}

.calculate__select-list .select2.select2-container .select2-selection__rendered .select2-selection__placeholder {
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
}

.calculate__project-img {
    width: 351px;
    height: 181px;
    margin-bottom: 0;
}

.calculate__select-target {
    width: 215px;
    height: 34px;
}

.calculator__step--second {
    margin-top: 20px;
    margin-bottom: 15px;
}

.calculate__desc-second {
    width: 65%;
    line-height: 18px;
    margin-bottom: 15px;
}

.calculator__item-container-second {
    padding-top: 8px;
    padding-bottom: 18px;
}

.calculator__item-container-second .select2-container--default .select2-selection--single {
    border: 0;
    background: none;
}

.map__option-name {
    color: #6e6f6f;
}

.calculator__item-container-second .select2-container--default .select2-selection--single,
.calculate__input {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #dddddd;
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.calculate__input {
    max-height: 34px;
}

.calculate__option-name {
    max-width: 130px;
}

.calculate__select-width {
    display: inline-block;
    width: 100%;
    max-width: 170px;
}

.calculate__option-crovel {
    display: inline-block;
}

.calculate__container-unit {
    width: 100%;
    margin-bottom: 0;
}

.calculate__option-material {
    width: 100%;
    max-width: 935px;
    display: block;
    padding-left: 12px;
    padding-bottom: 15px;

    background-color: #f5f9f0;
}

.calculate__container-material {
    max-width: 934px;
    margin-right: 0;
    margin-left: 0;
    padding-left: 12px;
    padding-bottom: 15px;

    background-color: #f5f9f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.calculate__label-material {
    position: relative;

    margin: 0;
    width: 120px;
    height: 123px;
}

.calculate__label-material img {
    display: none;
}

.calculate__label-material {
    margin-right: 15px;
}

.calculate__label-material:last-child {
    margin-right: 0;
}

.calculate__label-material:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;

    z-index: 2;
}

.calculate__label-material:first-child:before {
    width: 52px;
    height: 68px;
    top: 5px;
    left: 50%;
    margin-left: -26px;

    background-image: url('/img/calculate-material-tree.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 52px 68px;
    background-size: 52px 68px;
}

.calculate__label-material:nth-child(2):before {
    width: 75px;
    height: 68px;
    top: 5px;
    left: 50%;
    margin-left: -37.5px;

    background-image: url('/img/calculate-material-stone.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 75px 68px;
    background-size: 75px 68px;
}

.calculate__label-material:last-child:before {
    width: 77px;
    height: 66px;
    top: 5px;
    left: 50%;
    margin-left: -38.5px;

    background-image: url('/img/calculate-material-combi.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 77px 66px;
    background-size: 77px 66px;
}

.calculate__material-label {
    font-size: 12px;
    padding-bottom: 0;
    line-height: 1;
    min-height: auto;
    margin: 0 auto;
}

.calculate__container-material-item {
    padding-top: 86px;
    padding-left: 10px;
    padding-right: 10px;

    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 1, 0.17);

    box-shadow: 0 0 6px 1px rgba(0, 0, 1, 0.17);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ededed;
    background-color: #ffffff;
}

.g-radio-input:checked ~ .calculate__container-material-item {
    -webkit-box-shadow: 0 0 5px 1px rgba(139, 195, 74, 0.17);
    box-shadow: 0 0 5px 1px rgba(139, 195, 74, 0.17);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #8bc34a;
    background-color: #ffffff;
}

.calculator__title--third {
    margin-bottom: 12px;
}

.calculator__step-material {
    margin-bottom: 20px;
}

.calculate__desc-material {
    width: 70%;

    line-height: 20px;
    color: #6e6f6f;
}

.complect-title {
    line-height: 20px;
    color: #6e6f6f;
}

.complect__select {
    max-width: 228px;
    height: 34px;
}

@media (max-width: 499px) {
    .complect--cost {
        position: relative;

        -webkit-box-shadow: none;

        box-shadow: none;
    }
}

.complect__select-btn {
    color: #6e6f6f;
}

.complect__select-btn {
    height: 34px;
}

.complect-price {
    width: auto;
    margin-left: 30px;
    line-height: 34px;
    height: 34px;
}

.calculate__price-cost {
    width: 100%;
}

.calculate__container-cost {
    width: 100%;
}

.complect__cost_head-price.text-second {
    display: inline-block;
}

.calculate__price-text-cost {
    display: inline-block;
    width: auto;
}

.calculate__get-smeta {
    position: relative;

    width: 228px;
    height: 34px;
    margin-bottom: 0;
    padding: 0;

    line-height: 34px;
}

@media (max-width: 350px) {
    .calculate__get-smeta {
        width: 200px;
    }
}

.calculate__get-smeta:after {
    content: '';

    position: absolute;
    top: 50%;
    right: -68px;

    width: 40px;
    height: 46px;
    margin-top: -23px;

    background-image: url('/img/icon-pdf.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 40px 46px;
    background-size: 40px 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 0;
    line-height: 30px;
}

.complect__box.order-last .complect__box-link {
    height: 18px;
    line-height: 18px;
}

.complect__box.order-last .complect__box-link img {
    vertical-align: middle;
}

@media (min-width: 768px) {
    .calculator__item-container {
        margin-bottom: 0;
    }
}

@media (min-width: 1231px) {
    .calculator__type {
        margin-bottom: 0;
    }

    .calculator__desk-margin {
        margin-bottom: 0;
    }

    .calculator__item-container {
        padding: 20px 15px;
        margin-right: 0;
        margin-left: 65px;
        padding-bottom: 50px;
    }

    .calculator__title {
        margin-left: 65px;
        margin-bottom: 25px;
    }

    .calculator__title-text {
        font-size: 25px;
    }

    .calculate__desc-second {
        width: 100%;
        max-width: 935px;
        margin-left: 65px;
        margin-bottom: 0;
        padding-left: 15px;
        padding-top: 20px;

        background-color: #f5f9f0;
    }

    .calculate__select-width {
        margin-left: 55px;
    }

    .calculate__option-crovel {
        margin-right: 0;
    }

    .calculate__option-material,
    .calculate__container-material,
    .calculate__desc-material {
        margin-left: 65px;
    }

    .calculator__item-container-second {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .calculate__project-image {
        background-color: transparent;
    }

    .desktop-position {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 28px;
    }

    .desktop-position:last-child {
        margin-bottom: 0;
    }

    .calculate__option-material {
        display: inline-block;
        padding-top: 54px;
    }

    .calculate__container-material {
        padding-left: 150px;
    }

    .calculate__label-material {
        width: 188px;
        height: 132px;
        margin-top: -90px;
        margin-bottom: 105px;

        padding-left: 0;
        padding-right: 0;
    }

    .calculate__container-material-item {
        padding-top: 95px;
    }

    .calculate__material-label {
        color: #868686;
        font-size: 15px;
    }

    .calculate__project-image {
        max-width: 50%;
        margin-right: 0;
        margin-left: auto;
    }

    .calculate__project-img {
        margin-top: -200px;
    }

    .calculate__project-img {
        width: 297px;
        height: 153px;
    }

    .calculator__button-container {
        padding-left: 65px;
    }

    .calculate__js-complect {
        margin-left: 62px;
    }

    .calculator__description-text {
        margin-bottom: 55px;
    }

    .calculator__step-text {
        margin-right: 20px;
    }

    .g-checkbox-text--radio:after {
        top: 7px;
        left: 5.5px;
    }

    .calculator__step--second {
        margin-top: 30px;
    }

    .calculator__count-etazh {
        margin-left: 18px;
    }

    .calculator__count-area {
        margin-left: 14px;
    }

    .calculate__label-material:first-child:before {
        width: 58px;
        height: 76px;
        margin-left: -29px;

        background-image: url('/img/calculate-material-tree-desk.png');
        -webkit-background-size: 58px 76px;
        background-size: 58px 76px;
    }

    .calculate__label-material:nth-child(2):before {
        width: 86px;
        height: 75px;
        margin-left: -43px;

        background-image: url('/img/calculate-material-stone-desk.png');
        -webkit-background-size: 86px 75px;
        background-size: 86px 75px;
    }

    .calculate__label-material:last-child:before {
        width: 87px;
        height: 75px;
        margin-left: -43.5px;

        background-image: url('/img/calculate-material-combi-desk.png');
        -webkit-background-size: 87px 75px;
        background-size: 87px 75px;
    }

    .complect__box {
        -webkit-box-ordinal-group: inherit;
        -webkit-order: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        margin-left: 24px;
    }
}


.page-calculator__calc {
    background-color: transparent;
}

.calculator__item-container .tip {
    margin-left: 0;
    line-height: 19px;
}

.tooltip-link {
    color: #606161 !important;
    display: block;
    padding: 5px 20px;
    text-decoration: none !important;
}

.tooltip-link:hover, .tooltip-link:focus {
    color: #606161;
    background-color: #f5f9f0;
}

.active .tooltip-link {
    color: #fff !important;
    background-color: #8bc34a !important;
}

.complect__select_dropdown-item .tooltip-link {
    font-size: 15px;
}

.complect .tooltip__dropdown {
    background-color: #fff;
}

@media (max-width: 1230px) {
    .page-calculator__title,
    .page-calculator__text {
        max-width: 100%;
    }

    .page-calculator__calc {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .complect--cost {
        justify-content: center;
    }

    .complect__cost {
        padding-left: 0;
    }

    .calculate__label-material {
        margin-bottom: 105px;
    }

    .button-go-to-project-a {
        margin-left: 0;
    }

    .calculate__project-img {
        margin-top: 0;
    }

    .calculate__project-image {
        max-width: 100%;
        padding-left: 65px;
    }

    .calculate__project-img {
        height: auto;
        max-width: 100%;
    }

    .calculator__item-container-second .marr-50 {
        margin-right: 0px !important;
    }

    .calculate__option-name {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }

    .calculator__item-container-second .d-flex {
        flex-wrap: wrap;
    }

    .calculator__item-container-second .marb-10 {
        margin-bottom: 30px;
    }

    .calculator__count-area {
        margin-left: 0;
    }

    .complect__box .tooltip-dropdown--top {
        left: auto;
        right: 0;
        max-width: 100%;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        z-index: 10;
    }
}

@media (max-width: 1023px) {
    .calculate__project-image {
        padding-left: 0;
    }

    .complect__box {
        margin-left: 24px;
    }

    .calculate__desc-material {
        width: 100%;
    }

    .complect-title {
        width: 100%;
        margin-bottom: 10px;
    }

    .complect-price {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .complect {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .calculate__label-material {
        margin-bottom: 15px;
    }
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f5f5f5;
}

.select2-container--default {
    text-align: left;
}

.select2-container--default .select2-selection--single {
    border-radius: 3px;
    border: solid 1px #eaeaea;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 0;
    line-height: 1;
    border: none;
    width: 14px;
    height: 8px;
    right: 8px;
    top: 50%;
    background: url(/img/icon-arrow-down-black.svg) no-repeat center;
    background-size: 15px 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    padding-top: 0;
    line-height: 1.7;
    color: #606161;
    padding-left: 20px;
    /*white-space: normal;*/
}

.select2-container--default .select2-results__option {
    padding-left: 21px;
    padding-right: 21px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #606161;
    background-color: #f5f9f0;
}

.select2-dropdown {
    border: none;
    margin-top: 5px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 rgba(162, 162, 162, 0.5);
}

.select2-container--open .select2-selection--single .select2-selection__arrow {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #8bc34a;
    color: #fff;
}

.select2-search--dropdown {
    padding: 15px 16px;
    position: relative;
    background-color: #ffffff;
}

.select2-search--dropdown:after {
    content: '';
    top: 0;
    bottom: 0;
    right: 20px;
    width: 30px;
    position: absolute;
    background: url(/img/icon-zoom-small.svg) no-repeat center;
}

.select2-search--dropdown .select2-search__field {
    padding-left: 15px;
    padding-right: 30px;
    border-radius: 3px;
    background-color: transparent !important;
    box-shadow: inset 0 1px 3px 0 rgba(150, 150, 150, 0.5);
    border: solid 1px #eaeaea !important;
    outline: none;
    height: 34px;
}

.select2-results__options {
    position: relative;
}

@media screen and (max-width: 767px) {
    .project-set__table-ribbon::before, .project-design-prices__content-ribbon::before,
    .project-set__table-ribbon::after, .project-design-prices__content-ribbon::after {
        content: unset;
        display: none;
    }

    .project-set__table-ribbon, .project-design-prices__content-ribbon {
        white-space: normal;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.videofs {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.videofs iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.social-link-2 {
  border: 2px solid #9b9b9b !important;
}


#whatsapp_widget {display: flex;justify-content: center;align-items: center;z-index:9999; position: fixed; right: 20px; bottom:20px; width: 50px; height: 50px;  background-color: #FFF; border-radius: 50px;  }
#whatsapp_widget svg {margin:2px 1px 0 0;transition: height 0.4s; height: 60%; fill: #27D246;}
#whatsapp_widget:hover svg {height: 65%;}
#whatsapp_widget>span{color: #454545; margin-right: 10px; font-size: 16.666666666667px;}
#whatsapp_widget{width: unset; padding: 0 0 0 15px;}

#arrFilter_202_140116777 + span:hover{cursor:pointer;}
#arrFilter_202_2136814527 + span:hover{cursor:pointer;}
#arrFilter_202_3864289797 + span:hover{cursor:pointer;}

/*n9*/
@media screen and (max-width: 500px) {
    .page-footer .scrollToTopBtn{
        display: none;
    }
    /*n13*/
    .mfp-arrow {
        transform: scale(1.15);
    }
    .mfp-arrow-right:before{
        border-left: 27px solid black;
    }
    .mfp-arrow-left:before{
        border-right: 27px solid black;
    }
    .mfp-arrow-right:after{
        border-left: 17px solid #3bc917;
    }
    .mfp-arrow-left:after{
        border-right: 17px solid #3bc917;
    }
}

/*n25*/
.project__slider_item img{
    max-height: unset;
}

@media screen and (max-height: 900px ) {
    .sml{
        max-height: 80vh;
        overflow-y: auto ;
    }
}

@media screen and (max-height: 700px ) {
    .sml{
        max-height: 70vh;
        overflow-y: auto ;
    }
}
.project-related .swiper-button-prev, .project-related .swiper-button-next {
    margin-top: -90px;
}
@media screen and (max-width: 500px) {
    .project-related .swiper-button-prev, .project-related .swiper-button-next {
        margin-top: -90px;
    }
    .project-related .swiper-button-prev {
        left: -10px;
    }
    .project-related .swiper-button-next {
        right: -10px;
    }
    .cookies-agreement-widjet_text{
        font-size: 12px;
    }
    .cookies-agreement-widjet_button{
        height: 20px;
        width: 150px;
        font-size: 14px;
    }
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
    opacity: .65;
}
.grecaptcha-badge {
    right: -260px !important;
}

.main-benefits__grid  .grid-auto{
    grid-template-columns: 9fr repeat(3, auto);
}

.noClick {
    pointer-events: none !important;
}

@media (min-width: 1231px) {
    .recaptcha {
        margin: -17px -12px 30px;
    }
}

@media (max-width: 1230px) {
    .recaptcha {
        margin-left: auto;
        margin-right: auto;
        margin-top: 16px;
    }

    .callback-form__form-group{
        margin-top: 20px;
    }
}

@media (min-width: 1231px) {
    .callback-form__form-group.recaptcha {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .callback-form__form-group.recaptcha {
        display: flex;
        justify-content: flex-start;
    }
}

.cookies-agreement-widjet_close-button{
    background: url("/local/templates/brickhouse-new/./img/icon-close.png") center center no-repeat;
    position: absolute;
    background-size: 18px 18px;
    top: 10px;
    right: 10px;
    outline: 0;
    width: 28px;
    height: 28px;
    border: none;
    cursor: pointer;
}
.cookies-agreement-widjet.hidden{
    display: none;
}
.cookies-agreement-widjet{
    position: fixed;
    min-height: 220px;
    bottom: 10px;
    left: 10px;
    z-index: 999999999;
    width: calc(100% - 20px);
    max-width: 500px;
    padding: 27px 20px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    /* color: #fff;
     background-color: #242424;
     box-shadow: 0 4px 4px rgba(0, 0, 0, .04), 0 4px 20px rgba(0, 0, 0, .1); */
}
.cookies-agreement-widjet_text{
    margin-bottom: 25px;
}
.cookies-agreement-widjet_button{
    width: 200px;
    height: 40px;
}
.container.breadcrumb-sticky{
    z-index: 99999;
    background: #fff;
}
@media (max-width: 1230px) {
    .container.breadcrumb-sticky{
        position: relative;
        top:-16px;
    }
}
#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
}


#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: #0d141b;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}

#menu-container-tags-mobile .menu-list .menu-submenu {
    padding-top: 20px;
    padding-bottom: 20px;
}
#menu-container-tags-mobile .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 450px;
    background: white;
    box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
}

#menu-container-tags-mobile .menu-list li.accordion-toggle, #menu-container-tags-mobile .menu-list .menu-login {
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
}
#menu-container-tags-mobile .menu-list li:first-of-type {
    border-top: 0;
}

.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

.accordion-content {
    display: none;
}

.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
    background: yellowgreen;
    transition: all 0.3s ease;
}
.accordion-toggle a.active:before {
    transform: rotate(0deg);
    background: #fff !important;
}

.accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}


.mobile-tags-menu-button-container{display: none;}

@media screen and (max-width: 1230px) {
    .mobile-tags-menu-button-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #0d141b;
        font-weight: 500;
        font-size: 16px;
        font-family: inherit;
    }

    .mobile-tags-menu-button-container.open{
        right: 11px !important;
    }

  #catalog-tags-group__inner  .catalog-tags-group__menu {
        display: none;
    }

   #catalog-tags-group__inner .catalog-tags-group__menu.active {
        display: block;
    }

    .mobile-tags-menu-button-container .mobile-tags-menu-button {
        position: relative;
        width: 35px;
        height: 35px;
    }

    .mobile-tags-menu-button-container .mobile-tags-menu-button span {
        opacity: 1;
        left: 0;
        display: none;
        width: 100%;
        height: 2px;
        border-radius: 10px;
        color: black;
        background-color: #0d141b;
        position: absolute;
        transform: rotate(0deg);
        transition: .4s ease-in-out;
    }


    #catalog-tags-group__inner .catalog-tags-group__sub-item a.has-sub {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    #catalog-tags-group__inner  .catalog-tags-group__sub-item a.has-sub:after {
        content: none;
    }

    #catalog-tags-group__inner .catalog-tags-group__sub-item a.has-sub span:nth-child(1) {

    }

    #catalog-tags-group__inner  .catalog-tags-group__sub-item a.has-sub span:nth-child(2) {
        display: block;
        height: 7px;
        width: 7px;
        position: absolute;
        left: 90%;
        top: 50%;
        border-top: 1px solid;
        border-right: 1px solid;
        border-color: #0d141b;
        transform: rotate(45deg) translateY(-50%);
    }

    #catalog-tags-group__inner .catalog-tags-group__second-level-menu {
        display: none;
    }

    #catalog-tags-group__inner  .catalog-tags-group__second-level-menu.active {
        display: block !important;
        position: static;
    }

    #catalog-tags-group__inner .catalog-tags-group__sub-item.active {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: baseline;
    }

    #catalog-tags-group__inner  .catalog-tags-group__sub-item.active div {
        position: static !important;
    }

    #catalog-tags-group__inner  .catalog-tags-group__sub-item a.has-sub.active {
        width: 100%;
    }

    #catalog-tags-group__inner  .catalog-tags-group__sub-item:hover .catalog-tags-group__second-level-menu {
        display: none;
    }

   #catalog-tags-group__inner .catalog-tags-group__block ul {
        box-shadow: none;
        text-align: left;
    }

    .page-catalog__sort {
        align-items: center;
    }

    #catalog-tags-group__inner.active .mobile-tags-menu-button-container div:nth-child(1),
    .page-catalog__sort #catalog-tags-group__inner .mobile-tags-menu-button-container div:nth-child(1) {
        display: none;
    }

    #catalog-tags-group__inner .mobile-tags-menu-button-container .mobile-tags-menu-button .mobile-tags__icon-after {
        display: none;
    }

    #catalog-tags-group__inner  .mobile-tags-menu-button-container .mobile-tags-menu-button.open .mobile-tags__icon-before {
        display: none;
    }

    #catalog-tags-group__inner  .mobile-tags-menu-button-container .mobile-tags-menu-button.open .mobile-tags__icon-after {
        display: block;
    }


    #catalog-tags-group__inner.active .mobile-tags-menu-button-container {
        align-self: end;
        position: absolute;
        right: 0;
        top: 0;
    }

    .page-catalog__sort.tags-active {
        flex-direction: column;
    }

    #catalog-tags-group__inner.active {
        width: 100%;
        height: 1000px;
        /* max-width: 1230px; */
        position: relative;
        z-index: 99999999;
        background: #fff;
        left: 0;
        top: -120px;
        /* padding-top: 70px; */
        display: flex;
        flex-direction: column-reverse;
    }

    #catalog-tags-group__inner.active .catalog-tags-group__inner-container {
        position: absolute;
        padding: 57px 15px 0;
        width: 100%;
        overflow: auto;
        height: 500px;
        left: 0;
        top: 0;
    }

    .page-catalog__tags.active {
        position: absolute;
        top: 120px;
        left: 0;
    }

    .page-title, .page-title__proekty{
        margin: 4px 0;
    }

}

.nav-breadcrumbs {
    display: block;
    width: 100%;
    overflow: visible;
    /* чтобы не схлопывалась высота */
}

.nav-breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 1231px) {

    .page-catalog.container{
        padding-top: 30px;
    }

    .nav-breadcrumbs {
        position: fixed;
        left: 0;
        right: 0;
        top: 131px;
        z-index: 99;
    }
}
@media screen and (max-width: 1230px) {
    .page-catalog{
        padding-top: 50px;
    }

    .nav-breadcrumbs {
        position: fixed;
        max-height: 100%;
        z-index: 49;
        left: 0;
        right: 0;
    }

    .nav-breadcrumbs .page-catalog__sort{
        padding: 0 15px;
        width: 100%;
        max-width: 1130px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 640px) {
    #catalog-tags-group__inner.active .catalog-tags-group__inner-container {
        padding-right: 17px;
        padding-left: 17px;
    }

    .nav-breadcrumbs .page-catalog__sort{
        padding: 0 17px;
    }

    .mobile-tags-menu-button-container.open{
        right: 11px !important;
    }
}

@media screen and (max-width: 450px) {
    .nav-breadcrumbs .page-catalog__sort{
        padding: 0 15px;
    }
}

@media screen and (max-width: 450px) {
    .nav-breadcrumbs .page-catalog__sort{
        padding: 0 20px;
    }
}

header.open-tags-menu{opacity: 0!important;z-index:0;}

.service__uslugi--wrapper{
    display: flex;
    flex-direction: column;
    font-family: "Inter", sans-serif;
}

.service__uslugi--card{
    position: relative;
    border-top: 1px solid #ececec;
    padding: 18px 0;
    display: flex;
    text-decoration: unset !important;
    transition: all 0.3s ease-in-out;
}

.service__uslugi--card__img-container{
    width: 357px;
    height: 204px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.service__uslugi--card__img-container img{
    border-radius: unset;
    object-fit: cover;
}

.service__uslugi--card_body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 19px;
}

.service__uslugi--card_text{
    margin-right: 50px;
    display: flex;
    flex-direction: column;
}

.service__uslugi--card_name{
    font-weight: 400;
    font-size: 24px;
    color: #1c1c1c;
    line-height: 110%;
    margin-bottom: 4px;
    text-wrap: balance;
}

.service__uslugi--card_description{
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #6E6E6E;
}

.service__uslugi--card_btn{
    position: absolute;
    bottom: 18px;
    right: 43px;

    font-weight: 400;
    font-size: 16px;
    color: #4a6345;
    text-decoration: unset;
    text-transform: capitalize;

    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.service__uslugi--card_btn div{
    position: relative;
    line-height: 100%;
}

.service__uslugi--card_btn div::before{
    content: "";
    position: absolute;
    top: 3px;
    right: -40px;
    width: 29px;
    height: 13px;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg width="29" height="13" viewBox="0 0 29 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.0834 0.75L27.4167 6.08333M27.4167 6.08333L22.0834 11.4167M27.4167 6.08333H0.750083" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    -webkit-mask-size: contain;
    mask: url('data:image/svg+xml;utf8,<svg width="29" height="13" viewBox="0 0 29 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.0834 0.75L27.4167 6.08333M27.4167 6.08333L22.0834 11.4167M27.4167 6.08333H0.750083" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    mask-size: contain;
    transition: all 0.3s ease-in-out;

    background-color: #4A6345; /* цвет по умолчанию */
}

.service__uslugi--card:hover{
    border-top: 1px solid #4A6345;
}

.service__uslugi--card:hover .service__uslugi--card__img-container{
    height: 214px;
}

.service__uslugi--card:hover .service__uslugi--card_btn{
    opacity: 1;
    color: #4a6345;
}

.service__uslugi--card:active .service__uslugi--card_btn{
    color: #1C1C1C;
}

.service__uslugi--card:active .service__uslugi--card_btn div::before {
    background-color: #1C1C1C;
}

.service__uslugi--card_cost{
    color: #1C1C1C;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
}

.service__uslugi--card_count{
    position: absolute;

    top: 15px;
    right: 0;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 24px;
    line-height: 115%;
}

.page-footer {
    font-family: "Inter", sans-serif;
    color: #E1E1E1;
    height: 352px;
}

.page-footer__inner{
    height: 100%;
}

.page-footer__inner--wrap{
    padding-top: 40px;
    padding-bottom: 80px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
}

.page-footer__side--left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.page-footer__side-contacts{
    display: flex;
    flex-direction: column;
}

.page-footer__side-contacts a:not(:last-child){
    margin-bottom: 8px;
}

.page-footer__logo{
    width: 216px;
}

a.page-footer__contacts-item{
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #E1E1E1;
    transition: all 0.3s ease-in-out;
    text-decoration: unset;
}

a.page-footer__contacts-item:hover{
    color: #3B4F37;
}

a.page-footer__contacts-item:active{
    color: #7B8C77;
}

.page-footer__side-address{
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
}

.page-footer__address-item{
    font-weight: 400;
    font-size: 16px;
}

.page-footer__address-item:not(:last-child){
    margin-bottom: 5px;
}

.page-footer__side--list.main-nav__list{
    margin-top: 5px;
    margin-right: 42px;
    padding-left: 0;
    margin-bottom: 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: auto;
    height: 100%;
}

.page-footer__side--list .page-footer__side--list__link{
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 115%;
    color: #E1E1E1;
    text-decoration: unset;
}

.page-footer__side--list__item{
    line-height: 100%;
    transition: all 0.3s ease-in-out;
}

.page-footer__side--list__item:hover .page-footer__side--list__link{
    color: #6E6E6E;
}

.page-footer__side--list__item:active .page-footer__side--list__link{
    color: #7B8C77;
}

.page-footer__side--list__item::marker{
    color: #1c1c1c;
}

.page-footer__side-social-links{
    display: grid;
    grid-template-columns: repeat(6, 48px);
    gap: 12px;
}

.page-footer__side-social-link{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;

    width: 48px;
    height: 48px;
}

.page-footer__side-social-link svg{
    position: relative;
    z-index: 9;
    width: 28px;
    height: 28px;
}

.page-footer__side-social-link svg .path{
    transition: 0.3s ease-in-out all;
}

.page-footer__side-social-link:hover{
    background-color: #6E6E6E;
}

.page-footer__side-social-link:active{
    background-color: #7B8C77;
}

.page-footer__side--right{
    height: 100%;
}

.page-footer__side--right--wrap{
    margin-top: 4px;
    margin-right: 18px;
    position: relative;
    display: grid;
    justify-content: space-between;
    align-content: space-between;
    align-items: flex-start;
    grid-template-columns: 1fr;
    height: 100%;
}

.page-footer__side--right--wrap::before{
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #6E6E6E;
}

.page-footer__hours p{
    margin-bottom: 10px;
    line-height: 100%;
}

.page-footer__hours a{
    color: #E1E1E1;
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
}

.page-footer__hours a:hover{
    color: #6E6E6E;
}

.page-footer__hours a:active{
    color: #7B8C77;
}

.page-footer__copyright{
    font-size: 14px;
}

.catalog-tags-group--pl{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.callback-form{
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ECECEC;
}

.callback-form .form .field-text__input{
    font-family: "Inter", sans-serif;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #1C1C1C;
    padding: 10px 16px;

    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #1C1C1C;
    background-color: transparent;
}

.callback-form .form .field-text__input:focus{
    border-bottom: 2px solid #4A6345;
}

.callback-form .field-text--title-placeholder .field-text__input:placeholder-shown{
    background-color: transparent;
}

.callback-form .field-text--title-placeholder .field-text__name {
    font-family: "Inter", sans-serif;
    position: absolute;
    left: 16px;
    top: 5px;
}

.form.callback-form__form{
    display: flex;
    flex-direction: column;
    justify-content: center;

    margin-top: 29px;
    grid-column: 2;
    grid-row: 1 / 3;
    gap: 26px;
    width: 100%;
}

.callback-form .btn--callback{
    font-family: "Inter", sans-serif;
    height: 64px;
    border-radius: 16px;

    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #F7F7F7;
}

.callback-form .btn--callback:hover, .callback-form .btn--callback:focus{
    background-color: #344530;
}

.callback-form .btn--callback:active{
    background-color: #7B8C77;
}

.callback-form--wrap{
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.callback-form__form-group.recaptcha{
    position: relative;
    width: 300px;
}

.callback-form__form-group.recaptcha .g-recaptcha{
    position: absolute;
    top: 0;
    left: 0;
}

.callback-form .callback-form__form-group--checkbox .checkbox{
    display: flex;
    align-items: flex-start;
}

.callback-form .callback-form__form-group--checkbox .checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.callback-form .callback-form__form-group--checkbox .checkbox__custom {
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 2px solid #6E6E6E;
    transition: all 0.2s ease;
    cursor: pointer;
}

.callback-form .callback-form__form-group--checkbox .checkbox__custom::after {
    content: '';
    position: absolute;
    inset: 0;
    background: no-repeat center / 16px;
    opacity: 0;
    transition: opacity 0.2s ease;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

.callback-form .callback-form__form-group--checkbox .checkbox input:checked + .checkbox__custom {
    background: #4A6345;
    border-color: #4A6345;
}

.callback-form .callback-form__form-group--checkbox .checkbox input:checked + .checkbox__custom::after {
    opacity: 1;
}

.callback-form .callback-form__form-group--checkbox .checkbox input:disabled + .checkbox__custom {
    background: #f2f2f2;
    border-color: #ECECEC;
    cursor: not-allowed;
}

.callback-form .callback-form__form-group--checkbox .checkbox input:disabled ~ .checkbox__text {
    color: #b5b5b5;
}

.callback-form .callback-form__form-group--checkbox .checkbox--error .checkbox__custom {
    border-color: #ff3b30;
}

.callback-form .checkbox__text{
    font-family: "Inter", sans-serif;
    margin-left: 16px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    color: #6E6E6E;
}

.callback-form .checkbox__text a{
    color: #4A6345;
    text-decoration: underline;
    transition: 0.3s ease-in-out all;
}

.callback-form .checkbox__text a:hover{
    color: #1C1C1C;
}

.callback-form .checkbox__text a:active{
    color: #4A6345;
}

.main-nav{
    border-top: 1px solid #E1E1E1;
}

/*add new size 1920px*/

.container.container--big_desktop{
    padding-right: 80px;
    padding-left: 80px;
}

.main-nav{
    padding-top: 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.main-nav__list{
    width: 100%;
}

.main-nav__list--parent::before{
    content: "";
    flex: 0 0 auto;
}

.page-header__search .field-text__input{
    border: 2px solid #D9D9D9;
    border-radius: 12px;
    padding: 10px 16px;
    width: 299px;
    height: 34px;
    background-color: #f7f7f7;
    transition: 0.3s ease-in-out;
}

.page-header__search .field-text__input:focus{
    border-color: #4A6345;
}

ul.main-nav__list--lvl-2{
    padding-left: 386px !important;
}

ul.main-nav__list--lvl-2--uslugi{
    padding-left: 402px !important;
}

div.main-nav__list--lvl-2--service{
    padding-left: 209px !important;
}

.page__content--big_desktop ul.main-nav__list--lvl-2{
    padding-left: 431px !important;
}

.page__content--big_desktop ul.main-nav__list--lvl-2--uslugi{
    padding-left: 441px !important;
}

.page__content--big_desktop div.main-nav__list--lvl-2--service{
    padding-left: 164px !important;
}

.main-nav__link-more{
    padding-top: 6px !important;
}

.main-nav__sublist-wrapper--lvl-4--rel{
    position: relative;
}

.service__price-list-table__row-th-wrap--mobile{
    display: none;
}

.service__price-list-table__row--all-close{
    display: none;
}

.callback-form__title{
    font-weight: 400;
    font-size: 24px;
    line-height: 115%;
    color: #6E6E6E;
}

.callback-form__text{
    margin-top: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 115%;
    color: #1C1C1C;
    max-width: 100%;
}

.callback-form__inner--wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 59px;
}

.callback-form__inner--wrap .service__uslugi-header{
    width: 100%;
}

.callback-form__title{
    position: relative;
    padding-bottom: 28px;
}

.callback-form__title::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
}

.callback-form__form .field-text{
    position: relative;
    margin-bottom: 27px;
}

.callback-form__form .field-text--title-placeholder .field-text__input:placeholder-shown + .field-text__name{
    top: 16px;
}


.field-text__clear {
    position: absolute;
    right: 12px;
    top: 21px;
    transform: translateY(-50%);
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    display: none;
    line-height: 0;
}

.field-text__clear svg {
    display: block;
}

.field-text:focus-within .field-text__clear {
    display: block;
}

.callback-form .form .field-text__input:-webkit-autofill,
.callback-form .form .field-text__input:-webkit-autofill:hover,
.callback-form .form .field-text__input:-webkit-autofill:focus,
.callback-form .form .field-text__input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    box-shadow: 0 0 0 1000px transparent inset;

    -webkit-text-fill-color: #1c1c1c;
    caret-color: #1c1c1c;

    transition: background-color 9999s ease-out;
}

@media(min-width: 1920px) {
    /*header*/
    .page__content--big_desktop .page-header {
        height: 152px;
    }

    .page__content--big_desktop .main-nav {
        height: 70px;
    }

    .page__content--big_desktop .main-nav__link {
        font-weight: 400;
        font-size: 20px;
    }

    .container.container--big_desktop {
        max-width: 1920px;
        padding-left: 140px;
        padding-right: 140px;
    }

    .container--big_desktop .page-header__nav {
        margin-top: 11px;
    }

    .container--big_desktop .logo.page-header__logo {
        width: 458px;
    }

    .container--big_desktop.page-header__container {
        padding-top: 24px;
    }

    .container--big_desktop .page-header__phone {
        font-size: 20px;
    }

    .container--big_desktop .page-header__wrapper {
        gap: 40px;
    }

    .container--big_desktop .page-header__buttons {
        gap: 24px;
    }

    .page-header__search .main-nav__link {
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
    }

    .page-header__search .field-text__input {
        font-size: 16px;
    }

    .container--big_desktop .page-header__search .btn--submit {
        background-size: 22px 22px;
        height: 48px;
        width: 22px;
        top: 1px;
        right: 17px;
    }

    .container--big_desktop .main-nav__list.main-nav__list--lvl-2 {
        grid-template-columns: repeat(5, 1fr);
    }

    .container--big_desktop ul.main-nav__list--lvl-2 {
        padding-left: 684px !important;
    }

    .container--big_desktop div.main-nav__list--lvl-2--service {
        padding-left: 662px !important;
    }

    .main-nav__link {
        padding-top: 10px;
    }

    .container--big_desktop .main-nav__link.main-nav__link--lvl-2 {
        padding-top: 0;
        padding-bottom: 15px;
        font-weight: 500;
        font-size: 16px;
    }

    .container--big_desktop .main-nav__link.main-nav__link--lvl-3 {
        font-weight: 300;
        font-size: 16px;
    }

    .container--big_desktop .main-nav__link.main-nav__link--lvl-3 {
        padding: 3px 0;
    }

    .container--big_desktop .page-header__button-callback {
        width: 240px;
        height: 48px;
        font-weight: 400;
        font-size: 16px !important;
        border-radius: 12px;
    }

    .container--big_desktop .page-header__button-calc {
        width: 240px;
        height: 48px;
        font-weight: 300;
        font-size: 16px !important;
        border-radius: 12px;
    }

    .container--big_desktop .page-header__search .field-text__input {
        padding: 10px 16px;
        width: 451px;
        height: 48px;
    }

    .main-nav__sublist-wrapper .main-nav__link {
        padding: 5px 0;
    }

    /*footer*/
    .page-footer {
        height: 452px;
    }

    .page-footer__inner--wrap {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .container--big_desktop .page-footer__logo {
        width: 245px;
    }

    .page-footer__hours a {
        font-weight: 300;
        font-size: 16px;
        line-height: 115%;
    }

    .page-footer__copyright {
        font-size: 16px;
    }

    .page-footer__side--list .page-footer__side--list__link {
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
    }

    .page-footer__side--list {
        margin-left: 40px;
        margin-right: 0;
    }

    .page-footer__side-contacts a:not(:last-child) {
        margin-bottom: 13px;
    }

    .page-footer__side-social-links {
        grid-template-columns: repeat(3, 48px);
    }

    a.page-footer__contacts-item {
        font-size: 28px;
        font-weight: 500;
    }

    .page-footer__side--right--wrap {
        margin-right: 30px;
    }

    /*page uslugi*/
    .page_service_uslugi {
        margin-top: 40px;
    }

    .container--big_desktop .breadcrumbs__item {
        font-family: "Inter", sans-serif;
        font-size: 16px;
    }

    .container--big_desktop .page-title.service__uslugi-header, .container--big_desktop .service__uslugi-header {
        margin-top: 53px;
        font-weight: 400 !important;
        font-size: 80px !important;
        max-width: 65%;
    }

    .container--big_desktop .page-title.service__uslugi-header {
        margin-bottom: 55px;
    }

    .container--big_desktop .service__uslugi--card__img-container {
        width: 402px;
        height: 258px;
    }

    .service__uslugi--card:hover .container--big_desktop .service__uslugi--card__img-container{
        height: 268px;
    }

    .container--big_desktop .service__uslugi--card_name {
        font-weight: 400;
        font-size: 32px;
    }

    .container--big_desktop .service__uslugi--card_description {
        font-size: 20px;
        line-height: 140%;
    }

    .container--big_desktop .service__uslugi--card_count {
        font-size: 28px;
    }

    .container--big_desktop .service__uslugi--card_cost {
        font-size: 28px;
    }

    .container--big_desktop .service__price-list-text {
        width: 70%;
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
        margin-bottom: 58px;
    }

    .container--big_desktop .service__price-list-table__th {
        font-size: 16px;
    }

    .container--big_desktop .service__price-list-item-title {
        margin-left: 80px;
        font-size: 32px;
    }

    .container--big_desktop .service__price-list-table--new-link_main {
        font-size: 20px;
    }

    .container--big_desktop .service__price-list-title-button-block {
        padding: 24px 10px;
    }

    .container--big_desktop .service__price-list-table__element:nth-child(2) {
        width: 23%;
    }

    .container--big_desktop .service__price-list-table__element:first-child p {
        font-size: 20px;
        font-weight: 400;
    }

    .container--big_desktop .service__price-list-table__element p {
        font-size: 20px;
        font-weight: 400;
    }

    .container--big_desktop .g-table-toggle {
        margin-right: 74px;
    }

    .container--big_desktop .service__price-list-table__row {
        padding: 29px 0 29px 468px;
    }

    .container--big_desktop .service__price-list-table__row::before {
        width: calc(100% - 460px);
    }

    .container--big_desktop .service__price-list-table__row-th {
        padding: 0 0 0 510px;
    }

    .container--big_desktop .service__uslugi-header.callback-form__subtitle {
        margin-top: 0;
        max-width: 100%;
    }

    .container--big_desktop .callback-form__title {
        font-size: 32px;
    }

    .container--big_desktop .callback-form__text {
        font-size: 28px;
        margin-top: 38px;
        max-width: 780px;
    }

    .container--big_desktop .callback-form__phone {
        font-weight: 600;
        font-size: 36px;
    }

    .container--big_desktop .callback-form--wrap {
        margin-top: 28px;
        max-width: 780px;
    }

    .container--big_desktop .form.callback-form__form {
        padding-left: 106px;
    }

    .container--big_desktop .form.callback-form__form {
        margin-top: 40px;
    }

    .container--big_desktop .main-nav__list.main-nav__list--lvl-2--project {
        grid-template-columns: 1fr 178px 220px 76px 257px;
        gap: 60px;
    }

    .container--big_desktop .main-nav__list.main-nav__item--services{
        grid-template-columns: 158px 237px 201px 1fr 1fr;
        gap: 60px;
    }

    .service__price-list-table--new-link_main .service__price-list-table-svg_wrap{
        top: 36px;
        left: 587px;
    }

    .container--big_desktop ul.main-nav__list.main-nav__list--lvl-2--uslugi {
        padding-left: 704px !important;
        grid-template-columns: 187px 263px 215px 1fr 1fr;
    }
}
/*add size 1230px*/

@media(max-width: 1230px) {
    /*header*/
    .container.container--big_desktop {
        padding-right: 40px;
        padding-left: 40px;
    }

    .logo.page-header__logo {
        width: 268px;
        position: unset;
    }

    .main-nav{
        border-top: unset;
    }

    .page-header__button-search svg {
        fill: transparent;
    }

    .logo.page-header__logo .page-header__logo--mobile {
        display: block;
    }

    .logo.page-header__logo .page-header__logo--desktop {
        display: none;
    }

    .page-header__container {
        align-items: center;
    }

    .page-header__buttons button.burger {
        margin-left: 19px;
    }

    .main-nav {
        display: block;
    }

    .main-nav__link {
        font-weight: 400;
        padding: 9px 0 10px;
        transition: all 0.3s ease-in-out;
    }

    .page-header__inner .page-header__nav ul.main-nav__list--lvl-2 {
        padding-left: 0 !important;
    }

    .page-header__inner .page-header__nav ul.main-nav__list--lvl-2--uslugi {
        padding-left: 0 !important;
    }

    .page-header__inner .page-header__nav div.main-nav__list--lvl-2--service {
        padding-left: 0 !important;
    }

    .mobile-nav__link--back::before {
        position: absolute;
        content: "";
        top: 14px;
        left: 0;

        width: 8px;
        height: 19px;

        background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.85714 15C7.7541 15.0012 7.65193 14.9818 7.5572 14.9431C7.46248 14.9043 7.3773 14.8471 7.30714 14.775L0.235714 8.025C-0.0785714 7.725 -0.0785714 7.26 0.235714 6.96L7.30714 0.225C7.62143 -0.075 8.10857 -0.075 8.42286 0.225C8.73714 0.525 8.73714 0.99 8.42286 1.29L1.90143 7.5L8.42286 13.725C8.73714 14.025 8.73714 14.49 8.42286 14.79C8.26571 14.94 8.06143 15.015 7.87286 15.015L7.85714 15Z' fill='%231C1C1C'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;

        display: inline-block;
    }

    .page-header__container {
        padding-top: 0;
    }

    .main-nav__list.main-nav__list--lvl-2.main-nav__list--lvl-2--uslugi {
        padding-right: 0 !important;
    }

    .main-nav__list.main-nav__list--lvl-2.main-nav__list--lvl-2--project {
        padding-right: 0 !important;
    }

    .main-nav__item .main-nav__item--lvl-2 {
        position: relative;
        border-bottom: unset;
        border-top: unset;
    }

    .mobile-nav__item--lvl-2 .mobile-nav__link {
        border-bottom: 1px solid #E1E1E1;
    }

    .main-nav__item .main-nav__item--lvl-2::before {
        content: "";
        position: absolute;
        top: 51px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #E1E1E1;
    }

    .mobile-nav__children-toggle--about {
        border-bottom: 1px solid #E1E1E1;
    }

    .mobile-nav__children-toggle--about .mobile-nav__link {
        border-bottom: unset;
    }

    .main-nav__item .main-nav__list__about::before {
        content: none;
    }

    .main-nav__item.main-nav__item--catalog:active .main-nav__link{
        color: #7B8C77;
    }

    .main-nav__list--main-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    /*footer*/
    .page-footer {
        height: 100%;
    }

    .page-footer__inner--wrap {
        padding-top: 55px;
        flex-direction: column-reverse;
    }

    .page-footer .main-nav__list {
        background: #1c1c1c;
        display: flex;
    }

    .page-footer .main-nav__list.main-nav__list--lvl-2 {
        background: #f7f7f7;
    }

    .page-footer .main-nav__list.main-nav__list--lvl-3 {
        background: #f7f7f7;
    }

    .page-footer .main-nav__list__about {
        width: 100% !important;
    }

    .page-footer__side--right--wrap {
        grid-template-columns: 1.4fr 0.6fr;
        gap: 12px 70px;

        margin-top: 0;
        margin-right: 0;
        justify-items: stretch;
        align-items: center;
    }

    .page-footer__side-social-links {
        grid-row: span 2;
        grid-template-columns: repeat(3, 48px);
        margin-bottom: 4px;
        gap: 12px 22px;
    }

    .page-footer__side--right--wrap::before {
        content: "";
        position: absolute;
        left: 0;
        top: unset;
        bottom: -17px;
        height: 1px;
        width: 100%;
        background-color: #6E6E6E;
    }

    .page-footer__side-social-link {
        width: 52px;
        height: 52px;
    }

    a.page-footer__contacts-item {
        font-weight: 400;
    }

    .page-footer__side-contacts a:not(:last-child) {
        margin-bottom: 15px;
    }

    .page-footer__address-item {
        font-size: 14px;
    }

    .page-footer__side--list.main-nav__list {
        padding-bottom: 25px;
        padding-right: 0;
        margin-top: 41px;
        margin-right: 0;
        width: 100%;
    }

    .page-footer__side--list__item.main-nav__item {
        position: relative;
    }

    .page-footer__side--list__item.main-nav__item::before {
        content: "";
        position: absolute;

        right: 2px;
        top: 58%;
        transform: translateY(-50%);

        width: 9px;
        height: 16px;

        /* Маска из SVG (белая стрелка = видимая) */
        -webkit-mask: url("data:image/svg+xml;utf8,<svg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.801548 15C0.904596 15.0012 1.00677 14.9818 1.10149 14.9431C1.19621 14.9043 1.28139 14.8471 1.35155 14.775L8.42298 8.025C8.73726 7.725 8.73726 7.26 8.42298 6.96L1.35155 0.225C1.03726 -0.075 0.550119 -0.075 0.235833 0.225C-0.0784521 0.525 -0.0784521 0.99 0.235833 1.29L6.75726 7.5L0.235833 13.725C-0.0784521 14.025 -0.0784521 14.49 0.235833 14.79C0.392977 14.94 0.597262 15.015 0.785833 15.015L0.801548 15Z' fill='white'/></svg>") no-repeat center;
        -webkit-mask-size: contain;
        mask: url("data:image/svg+xml;utf8,<svg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.801548 15C0.904596 15.0012 1.00677 14.9818 1.10149 14.9431C1.19621 14.9043 1.28139 14.8471 1.35155 14.775L8.42298 8.025C8.73726 7.725 8.73726 7.26 8.42298 6.96L1.35155 0.225C1.03726 -0.075 0.550119 -0.075 0.235833 0.225C-0.0784521 0.525 -0.0784521 0.99 0.235833 1.29L6.75726 7.5L0.235833 13.725C-0.0784521 14.025 -0.0784521 14.49 0.235833 14.79C0.392977 14.94 0.597262 15.015 0.785833 15.015L0.801548 15Z' fill='white'/></svg>") no-repeat center;
        mask-size: contain;

        background-color: #E1E1E1; /* цвет по умолчанию */
        pointer-events: none;
        transition: background-color 0.3s;
    }

    .page-footer__side--list__item.main-nav__item:hover::before{
        background-color: #7B8C77;
    }

    .page-footer__side--list__link.main-nav__link {
        padding: 22px 0 10px;
        font-weight: 400;
        font-size: 20px;
        width: 100%;
    }

    .page-footer__inner {
        flex-direction: column;
        justify-content: flex-start;
    }

    .page-footer__side {
        padding: 0;
        width: 100%;
    }

    .page-footer .main-nav__item {
        border-bottom: 1px solid #565656;
        border-top: unset;
    }

    .page-footer .main-nav__item:last-child {
        border-bottom: unset;
    }

    .page-footer .main-nav__item:active a{
        color: #7B8C77;
    }

    .page-footer .main-nav__item.main-nav__item--lvl-2 {
        border-top: 1px solid #ececec;
    }

    .page-footer .main-nav__item:last-child {
        border-bottom: 1px solid #565656;
    }

    .page-footer .main-nav__item.main-nav__item--lvl-2:last-child {
        border-bottom: 1px solid #ececec;
    }

    .page-footer .main-nav__link {
        color: #ECECEC;
    }

    .page-footer .mobile-nav__children-toggle::before {
        -webkit-mask: url(/local/templates/brickhouse-new/img/icon-angle-right.png) no-repeat center;
        mask: url(/local/templates/brickhouse-new/img/icon-angle-right.png) no-repeat center;
        -webkit-mask-size: contain;
        mask-size: contain;
        background-size: unset;
        background-color: #fff;
    }

    .page-footer .main-nav__item--lvl-2 .mobile-nav__children-toggle::before {
        background-color: #9e9e9e;
        filter: unset;
    }

    .page-footer__side--list__item {
        margin-bottom: 0;
    }

    .page-footer__side--left {
        flex-direction: row-reverse;
        align-items: flex-end;
    }

    .page-footer__logo {
        width: 188px;
        height: 100%;
    }

    .page-footer__hours a {
        font-weight: 400;
        text-decoration: unset;
    }

    .page-footer__copyright {
        font-weight: 400;
    }

    /*page uslugi*/
    .container-uslugi .breadcrumbs {
        margin-top: 54px;
        margin-bottom: 0;
    }

    .page-title.service__uslugi-header {
        margin-top: 0;
        margin-bottom: 26px;
    }

    .service__uslugi--card {
        padding: 8px 0;
    }

    .service__uslugi--card__img-container {
        margin-right: 10px;
        max-width: 220px;
        width: 198px;
        height: 214px;
    }

    .service__uslugi--card:hover .service__uslugi--card__img-container {
        height: 214px;
    }

    .service__uslugi--card_name {
        font-weight: 400;
        font-size: 16px;
    }

    .service__uslugi--card_description {
        font-weight: 300;
        font-size: 14px;
    }

    .service__uslugi--card_body {
        margin-left: 0;
    }

    .service__uslugi--card_cost {
        font-weight: 400;
        font-size: 16px;
    }

    .service__uslugi--card_name {
        margin-bottom: 7px;
    }

    .service__uslugi--card_count {
        font-weight: 400;
        font-size: 16px;
    }

    .page__content.page__content--big_desktop {
        padding-top: 69px !important;
    }

    .service__uslugi--card_btn {
        bottom: 13px;
    }

    .service__uslugi-header {
        text-wrap: balance;
        width: 100%;
        font-weight: 400;
        font-size: 36px !important;
        line-height: 115%;
    }

    .service__price-list-text {
        margin-bottom: 14px;
        text-wrap: balance;
        width: 100%;
        font-weight: 300;
        font-size: 16px;
        line-height: 140%;
        color: #6E6E6E;
    }

    .service__price-list-table__row {
        padding: 13px 0 13px 4px;
    }

    .service__price-list-item-title {
        margin-left: 4px;
    }

    .service__price-list-title-button-block {
        padding: 14px 0;
    }

    .service__price-list-table--new-link_main {
        font-size: 14px;
        padding: 16px 0 16px 4px;
    }

    .service__price-list-table--new-link_main::before{
        display: none;
    }

    .service__price-list-table--new-link_main .service__price-list-table-svg_wrap {
        top: 19px;
        left: 90px;
    }

    .service__price-list-table__row-th-wrap {
        display: none;
    }

    .open-item .service__price-list-table__row-th-wrap--mobile {
        display: flex;
    }

    .service__price-list-table__row-th-wrap--mobile .service__price-list-table__row {
        padding: 6px 0;
        border-bottom: 1px solid #ececec;
    }

    .service__price-list-table__element:nth-child(2) {
        width: 30%;
    }

    .service__price-list-table__element:nth-child(3) {
        width: 23%;
    }

    .service__price-list-table__element:first-child p {
        font-size: 14px;
    }

    .service__price-list-table__element p {
        font-size: 14px;
    }

    .service__price-list-header.service__uslugi-header {
        margin-top: 34px;
    }

    .callback-form {
        padding-top: 40px;
        margin-top: 35px;
        margin-bottom: 60px;
    }

    .callback-form__inner--wrap {
        grid-template-columns: 1fr;
    }

    .form.callback-form__form {
        grid-column: 1;
        grid-row: 2
    }

    .callback-form__title {
        font-weight: 300;
        font-size: 20px;
        line-height: 140%;
    }

    .callback-form__subtitle.service__uslugi-header {
        margin-bottom: 14px;
    }

    .callback-form__title::before {
        display: none;
    }

    .callback-form__title {
        padding-bottom: 7px;
    }

    .form.callback-form__form {
        gap: 4px;
    }

    .callback-form .btn--callback {
        margin-bottom: 20px;

        border-radius: 16px;
        width: 560px;
        height: 64px !important;

        font-weight: 400;
        font-size: 16px;
        line-height: 115%;
    }

    .callback-form .checkbox__text {
        font-weight: 300;
    }

    .callback-form .callback-form__form-group--checkbox .checkbox__custom {
        margin-left: 10px;
        margin-top: 5px;
    }

    .callback-form__phone{
        margin-right: 0;
        font-weight: 600;
        font-size: 24px;
        text-decoration: none;
    }

    .callback-form__form-group.recaptcha{
        width: 300px;
        margin-top: 20px;
    }

    .callback-form__inner--wrap{
        max-width: 560px;
    }

    .service__price-list-table__th{
        font-size: 11px;
    }

    .service__price-list-table__row::before{
        width: 100%;
    }
}

@media (min-width: 1229px) {
    .nav-breadcrumbs .catalog-tags-group--pl{
        padding-left: 245px !important;

        width: 100%;
        max-width: 1130px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 15px;
    }

    .page__content{
        padding-top: 131.41px !important;
    }
}

@media (min-width: 1231px) {
    .page-header {
        position: fixed !important;
        width: 100% !important;
    }
}

@media(max-width: 639px) {
    /*header*/
    .container.container--big_desktop {
        padding: 0 16px !important;
    }

    .main-nav__list--main-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .page-header__nav--open > .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-header {
        height: 60px;
    }

    .page-header__inner {
        height: 60px;
    }

    .page-header__container {
        height: 60px;
    }

    .page-header__container.container {
        border-bottom: 1px solid #E1E1E1;
    }

    .page__content.page__content--big_desktop {
        padding-top: 47px !important;
    }

    .container--big_desktop .breadcrumbs__item {
        font-weight: 300;
        font-size: 13px;
        line-height: 115%;
    }

    .logo.page-header__logo {
        width: 100% !important;
        max-width: 131px;
    }

    .page-header__button-search, .page-header__mobile-phone {
        width: 23px;
        height: 23px;
    }

    .page-header__button-callback {
        width: 25px;
        height: 31px;
    }

    .page-header__buttons button.burger {
        margin-left: 13px;
    }

    .page-header__nav {
        top: 60px;
    }

    .main-nav__link {
        font-weight: 400;
        font-size: 20px;
        line-height: 115%;
        padding: 12px 0 9px;
    }

    .mobile-menu__wrap {
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 16px;
        line-height: 130%;
    }

    .mobile-menu__social-links {
        margin-bottom: 20px;
        max-width: 360px;
        justify-content: space-between;
    }

    .mobile-menu__social-link {
        width: 48px;
        height: 48px;
        margin-right: 0;
    }

    .mobile-menu__contacts-item {
        font-size: 14px;
        line-height: 120%;
    }

    .mobile-menu__contacts {
        margin-bottom: 64px;
    }

    .main-nav__sublist-wrapper--lvl-2 {
        top: 72px;
    }

    /*footer*/
    .page-footer__inner--wrap {
        padding-top: 35px;
        padding-bottom: 60px;
    }

    .page-footer__side--right--wrap {
        grid-template-columns: 1fr;
    }

    .page-footer__side-social-links {
        margin-top: 11px;
        margin-bottom: 10px;
        gap: 3px;
        grid-template-columns: repeat(6, 1fr);
        max-width: 400px;
    }

    .page-footer__side-social-link {
        width: 48px;
        height: 48px;
    }

    .page-footer__side--left {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    a.page-footer__contacts-item {
        font-weight: 500;
        font-size: 20px;
    }

    .page-footer__side-contacts a:not(:last-child) {
        margin-bottom: 18px;
    }

    .page-footer__side--right--wrap::before {
        bottom: -13px;
    }

    .page-footer__side--list.main-nav__list {
        margin-top: 35px;
    }

    .page-footer__side--list__link.main-nav__link {
        padding-top: 19px;
    }

    .page-footer__copyright {
        font-size: 13px;
        font-weight: 300;
    }

    .page-footer__hours p {
        margin-bottom: 14px;
    }

    .page-footer__logo {
        width: 216px;
        margin-top: 28px;
    }

    /*page-uslugi*/
    .service__uslugi--card {
        margin-bottom: 10px;
        padding: 11px 0;
        flex-direction: column;
        border-top: 1px solid #ececec;
        height: 100%;
    }

    .service__uslugi--card:hover{
        border-top: 1px solid #ececec;
    }

    .service__uslugi--card:last-child {
        margin-bottom: 0;
    }

    .service__uslugi--card__img-container {
        margin-left: 0;
        max-width: unset;
        width: 100%;
        height: 140px;
    }

    .service__uslugi--card:hover .service__uslugi--card__img-container {
        height: 140px;
    }

    .container-uslugi .breadcrumbs {
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .page-title.service__uslugi-header {
        margin-bottom: 17px;
    }

    .service__uslugi--card_name {
        margin-right: 30px;
        margin-top: 13px;
        margin-bottom: 8px;
        max-height: 53px;
        overflow: hidden;
        font-weight: 500;
    }

    .service__uslugi--card_description {
        margin-bottom: 26px;
        height: 100%;
        overflow: hidden;
    }

    .service__uslugi--card_btn {
        opacity: 1;
        color: #4A6345;
        bottom: 7px;
        right: 44px;
        font-weight: 300;
    }

    .service__uslugi--card_cost {
        position: absolute;
        bottom: 5px;
        left: 0;
    }

    .service__uslugi--card_count {
        top: 165px;
    }

    .service__uslugi-header {
        font-weight: 400;
        font-size: 28px !important;
        line-height: 115%;
    }

    .service__price-list-header.service__uslugi-header {
        margin-bottom: 16px;
    }

    .service__price-list-text {
        margin-bottom: 18px;
    }

    .service__price-list-item-title {
        font-size: 20px;
    }

    .service__price-list-title-button-block {
        padding: 9px 0;
    }

    .g-table-toggle {
        margin-right: 3px;
    }

    .service__price-list-table--new-link_main::before {
        right: 40px;
        top: -2px;
    }

    .service__price-list-table__row {
        padding: 12px 0 12px !important;
        flex-direction: column;
        align-items: flex-start;
    }

    .service__price-list-table__row-th {
        display: none;
    }

    .service__price-list-title-button-block {
        margin-left: 0;
    }

    .service__price-list-container.open-item.service__price-list-container__p {
        padding: 10px;
    }

    .service__price-list-table__element:not(:first-child) {
        padding-left: 0;
    }

    .service__price-list-table__element {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .service__price-list-table__element:not(:last-child) {
        margin-bottom: 10px;
    }

    .service__price-list-table__element p {
        font-weight: 300;
        font-size: 13px;
        color: #323634;
    }

    .service__price-list-table__th-mobile {
        font-family: "Inter", sans-serif !important;
        display: block;
        font-weight: 300;
        font-size: 12px;
        color: #a0a0a0 !important;
        text-align: right;
    }

    .service__price-list-table__element {
        width: 100% !important;
    }

    .service__price-list-table__element p {
        font-weight: 300;
        font-size: 14px;
        color: #1c1c1c;
    }

    .service__price-list-table__element:first-child p {
        font-size: 14px;
        color: #1c1c1c;
        font-weight: 500;
        line-height: 140%;
    }

    .service__price-list-table--link_main {
        display: block;
    }

    .service__price-list-table__row--all-close {
        display: block;
        padding: 10px 0;
        font-weight: 300;
        font-size: 14px;
        line-height: 140%;
        color: #4A6345;
    }

    .service__price-list-table--new-link_main{

    }

    .service__price-list-table--new-link_main::before {
        right: 36px;
    }

    .callback-form{
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .callback-form__subtitle.service__uslugi-header {
        margin-bottom: 10px;
    }

    .callback-form .form.callback-form__form{
        margin-top: 13px;
        margin-bottom: 24px;
    }

    .callback-form .btn--callback{
        margin-top: -6px;
        width: 100%;
    }

    .callback-form .checkbox__text{
        font-weight: 300;
        font-size: 13px;
        margin-left: 11px;
    }

    .callback-form .callback-form__form-group--checkbox{
        padding-bottom: 15px;
        border-bottom: 1px solid #D9D9D9;
    }

    .callback-form .callback-form__text{
        margin-top: 0;
    }

    .callback-form .callback-form--wrap{
        align-items: flex-start;
        flex-direction: column;
    }

    .callback-form__phone{
        margin-bottom: 16px;
        font-size: 28px;
    }

    .callback-form__inner--wrap{
        max-width: unset;
    }

    .service__price-list-table--new-link_main .service__price-list-table-svg_wrap {
        top: 15px;
        left: 86px;
    }

    .service__price-list-item-title {
        margin-left: 0;
    }
}

/* End */


/* Start:/local/templates/brickhouse-new/template_styles.css?1768240188761*/
.catalog-tags__item sup {
    margin-top: -10px;
    font-size: .5em;
}

.toggle-text {
    display: none; /* Скрываем по умолчанию */
    cursor: pointer;
    margin-top: 10px;
}


ul.projects-auto-description {

    margin: 32px 0;
}
@media (max-width: 1230px){
    ul.projects-auto-description{
        margin-bottom: 23px;
    }
}

@media (max-width: 1024px){
    ul.projects-auto-description{
        font-size: 14px;
    }
}

@media (max-width: 425px){
    ul.projects-auto-description{
        font-size: 12px;
    }
}

.project-set li {
    font-size: 15px;
}

@media (max-width: 1230px){
    .project-set li {
        font-size: 14px;
    }
}

@media screen and (max-width: 576px){}
.project-set p.text--next{
   margin-left: 12px
}

/* End */
/* /local/templates/brickhouse-new/libs/slick/slick-theme.css?16820831503145 */
/* /local/templates/brickhouse-new/libs/slick/slick.css?16820831501776 */
/* /local/templates/brickhouse-new/libs/magnific-popup/dist/magnific-popup.css?16820831506971 */
/* /local/templates/brickhouse-new/libs/select2-develop/dist/css/select2.min.css?168208315015180 */
/* /local/templates/brickhouse-new/css/style.css?1776841142568439 */
/* /local/templates/brickhouse-new/add_projects.css?177684114268299 */
/* /local/templates/brickhouse-new/css/custom-rsa.css?1700582279675 */
/* /local/templates/brickhouse-new/css/main_style.css?177684114264072 */
/* /local/templates/brickhouse-new/css/about_style.css?177684114221793 */
/* /local/templates/brickhouse-new/css/catalog_style.css?177684114245358 */
/* /local/templates/brickhouse-new/css/jquery.fancybox.min.css?177684114213213 */
/* /local/templates/brickhouse-new/components/bitrix/search.title/header/style.css?16820831372108 */
/* /local/templates/brickhouse-new/components/bitrix/menu/topmenu/style.min.css?16820831373715 */
/* /local/templates/brickhouse-new/components/bitrix/search.title/header_mobile/style.css?16820831372108 */
/* /bitrix/components/kuznica/metatags/templates/.default/style.css?1682083166237 */
/* /local/templates/brickhouse-new/styles.css?1776841142274287 */
/* /local/templates/brickhouse-new/template_styles.css?1768240188761 */
