

/* 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?1761039786556070*/
@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-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.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
}

.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: 20px;
    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: 20px;
    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 {
    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: #fff;
    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__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 65px;
    margin-bottom: 30px
}

.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
}

.callback-form__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    max-width: 400px;
    margin: 0 auto 20px
}

.callback-form__phone {
    font-weight: 500;
    font-size: 38px;
    line-height: 35px
}

.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;
    padding-left: 26px;
    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: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px
}

.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: #fff;
    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: #9f9e9e;
    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 {
    position: relative;
    z-index: 100
}

.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 {
    min-width: 170px
}

.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;
    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: 37px
}

.mobile-nav__link--back {
    position: relative
}

.mobile-nav__link--back::before {
    content: '';
    display: 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;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 15px;
    -webkit-filter: opacity(.5);
    filter: opacity(.5);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.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__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)
}

.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: #f7f8fa;
    -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: #fff;
    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: #f1f2f5
}

.page-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-footer__side {
    padding: 75px 0
}

.page-footer__side--left {
    padding-right: 75px;
    width: 70%
}

.page-footer__side--right {
    padding-left: 75px;
    width: 30%;
    position: relative
}

.page-footer__side--right::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50vw;
    background: #f7f8fa
}

.page-footer__side--right > * {
    position: relative
}

.page-footer__nav {
    margin-bottom: 35px
}

.page-footer__copyright {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300
}

.page-footer__logo {
    margin-bottom: 15px
}

.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: 15px
}

.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__search .field-text__input {
    height: 40px
}

.page-header__search .btn--submit {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    padding: 0;
    width: 38px;
    border: 0;
    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)
}

.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: cover;
    object-fit: cover;
    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__title {
        font-size: 25px;
        line-height: 36px
    }

    .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
    }

    .callback-form__phone {
        font-size: 32px;
        line-height: 44px;
        text-decoration: none
    }

    .callback-form__text {
        font-size: 16px;
        margin: 0 0 10px
    }

    .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 {
        padding: 45px 0;
        background: #f1f2f5
    }

    .page-footer__inner {
        display: block;
        position: relative;
        padding-bottom: 70px
    }

    .page-footer__side--left {
        width: 100%;
        padding: 0
    }

    .page-footer__side--right {
        padding: 0;
        width: 100%
    }

    .page-footer__side--right::before {
        display: none
    }

    .page-footer__copyright {
        position: absolute;
        bottom: 0;
        line-height: 20px;
        color: #0d141b
    }

    .page-footer__logo {
        display: none
    }

    .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;
        position: relative;
        background: #fff
    }

    .page-header__nav, .page-header__search, .page-header__hours, .page-header__contacts, .page-header__button-calc {
        display: none
    }

    .page-header__buttons {
        gap: 20px
    }

    .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-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.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
}

.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: 20px;
    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: 20px;
    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 {
    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: #fff;
    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__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 65px;
    margin-bottom: 30px
}

.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
}

.callback-form__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    max-width: 400px;
    margin: 0 auto 20px
}

.callback-form__phone {
    font-weight: 500;
    font-size: 38px;
    line-height: 35px
}

.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;
    padding-left: 26px;
    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: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px
}

.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: #fff;
    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: #9f9e9e;
    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
}

.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 {
    position: relative;
    z-index: 100
}

.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 {
    min-width: 170px
}

.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;
    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: 37px
}

.mobile-nav__link--back {
    position: relative
}

.mobile-nav__link--back::before {
    content: '';
    display: 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;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 15px;
    -webkit-filter: opacity(.5);
    filter: opacity(.5);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.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__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)
}

.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: #f7f8fa;
    -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: #fff;
    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: #f1f2f5
}

.page-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-footer__side {
    padding: 75px 0
}

.page-footer__side--left {
    padding-right: 75px;
    width: 70%
}

.page-footer__side--right {
    padding-left: 75px;
    width: 30%;
    position: relative
}

.page-footer__side--right::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50vw;
    background: #f7f8fa
}

.page-footer__side--right > * {
    position: relative
}

.page-footer__nav {
    margin-bottom: 35px
}

.page-footer__copyright {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300
}

.page-footer__logo {
    margin-bottom: 15px
}

.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: 15px
}

.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__search .field-text__input {
    height: 40px
}

.page-header__search .btn--submit {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    padding: 0;
    width: 38px;
    border: 0;
    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)
}

.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: cover;
    object-fit: cover;
    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__title {
        font-size: 25px;
        line-height: 36px
    }

    .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
    }

    .callback-form__phone {
        font-size: 32px;
        line-height: 44px;
        text-decoration: none
    }

    .callback-form__text {
        font-size: 16px;
        margin: 0 0 10px
    }

    .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 {
        padding: 45px 0;
        background: #f1f2f5
    }

    .page-footer__inner {
        display: block;
        position: relative;
        padding-bottom: 70px
    }

    .page-footer__side--left {
        width: 100%;
        padding: 0
    }

    .page-footer__side--right {
        padding: 0;
        width: 100%
    }

    .page-footer__side--right::before {
        display: none
    }

    .page-footer__copyright {
        position: absolute;
        bottom: 0;
        line-height: 20px;
        color: #0d141b
    }

    .page-footer__logo {
        display: none
    }

    .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;
        position: relative;
        background: #fff
    }

    .page-header__nav, .page-header__search, .page-header__hours, .page-header__contacts, .page-header__button-calc {
        display: none
    }

    .page-header__buttons {
        gap: 20px
    }

    .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;
    }
}

/* End */


/* Start:/local/templates/brickhouse-new/add_projects.css?174886396123286*/
.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%;
}

.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;
    }
}

/* 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/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?1761039786213826*/
body {
	font-family: "Montserrat" !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 {
    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 {
    width: calc(33% - 20px);
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 rgba(162, 162, 162, 0.5);
}

.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__top-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    transition: all .3s;
}

.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);
}

.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: block;
    }
}

.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: 100;
}

.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: 65px;
        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: 35px 15px 50px;
        background: #f1f2f5;
        /* -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: 65px;
        bottom: 0;
    }

    .page-header__nav > .container {
        padding-left: 0;
        padding-right: 0;
    }

    .main-nav__sublist-wrapper {
        display: none;
    }

    .main-nav__icon {
        display: none;
    }

    .main-nav__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }


    .main-nav__sublist-wrapper--lvl-2 {
        display: block;
        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;
    }

    .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: 16px 40px;
        text-decoration: none;
        font-weight: 500;
        color: #0d141b;
        word-break: normal;
        font-size: 16px;
        /* 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: 6px;
        height: 11px;
        background: url(/local/templates/brickhouse-new/./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);
    }

    .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);
    }

    .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;
    }

    .main-nav__list--lvl-4 {
        padding-left: 50px;
        padding-top: 10px;
        padding-bottom: 0;
    }

    .main-nav__item.main-nav__item--lvl-2 .main-nav__link--lvl-3 {
        padding-left: 60px;
        padding-right: 40px;
        padding-top: 0;
        padding-bottom: 0;
        color: #9b9b9b;
        font-size: 16px;
    }

    .main-nav__item.main-nav__item--lvl-2 .main-nav__link--lvl-3 {
        padding-left: 60px;
        padding-right: 40px;
        padding-top: 0;
        padding-bottom: 0;
        color: #9b9b9b;
        font-size: 16px;
    }

    .main-nav__item--lvl-3 {
        margin: 13px 0;
    }

    .mobile-menu-bottom-content {
        background-color: #f1f2f5;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-nav > .main-nav__list {
        padding-bottom: 20px;
    }
}

@media (min-width: 1231px) {
    .main-nav__item--services .main-nav__list--lvl-2,
    .main-nav__item--catalog .main-nav__list--lvl-2 {
        display: flex;
        width: auto;
    }
}

.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;
    }
}

@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 {
    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 {
        width: 150px;
        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;
    }
}

.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;
    }

  #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__sub-item a.has-sub.active span:nth-child(2) {
        position: static;
        width: 24px;
        height: 24px;
        opacity: 0.2;
        cursor: pointer;
        transition: opacity ease 0.5s;
        border: none !important;
        transform: none !important;
    }

    #catalog-tags-group__inner .catalog-tags-group__sub-item a.has-sub.active span:nth-child(2)::before,
    #catalog-tags-group__inner .catalog-tags-group__sub-item a.has-sub.active span:nth-child(2)::after {
        content: '';
        position: absolute;
        top: 20px;
        display: block;
        width: 24px;
        height: 3px;
        background: #000;
    }

    #catalog-tags-group__inner  .catalog-tags-group__sub-item a.has-sub.active span:nth-child(2)::before {
        transform: rotate(45deg);
    }

    #catalog-tags-group__inner  .catalog-tags-group__sub-item a.has-sub.active span:nth-child(2)::after {
        transform: rotate(-45deg);
    }

   #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;
        width: 100%;
        overflow: auto;
        height: 500px;
        padding-top: 57px;
        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) {
    .nav-breadcrumbs {
        position: sticky !important;
        top: 125px;
        z-index: 99;
    }
}
@media screen and (max-width: 1230px) {
    .nav-breadcrumbs {
        position: fixed;
        max-height: 100%;
        z-index: 49;
    }
}
.catalog-tags-group__block{

}



header.open-tags-menu{opacity: 0!important;z-index:0;}

/* End */


/* Start:/local/templates/brickhouse-new/template_styles.css?17355428951248*/
.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
}

@media (max-width: 768px) { /* или другое значение ширины */
    .projects-auto-description li:not(.first-item) {
        display: none; /* Скрываем все элементы, кроме первого, на мобильных */
    }
    .toggle-text {
        display: inline; /* Показываем текст "Развернуть/Скрыть" на мобильных */
    }
    ul.projects-auto-description
    {
        margin-bottom: 0;
    }
}
/* 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?1761039786556070 */
/* /local/templates/brickhouse-new/add_projects.css?174886396123286 */
/* /local/templates/brickhouse-new/css/custom-rsa.css?1700582279675 */
/* /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?1761039786213826 */
/* /local/templates/brickhouse-new/template_styles.css?17355428951248 */
