/* Start:/local/templates/bobers/css/fancybox.css?168558473015647*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}
@media (max-width: 767px) {
	.index-block--padding-bottom-80>div {
		border-radius: 40px;
	}
}
@media (max-width: 575.98px) {
	.fourteen-box .content {
		border-radius: 40px;
	}
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

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

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* End */


/* Start:/local/templates/bobers/css/animate.css?168558473033824*/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes fadeInUpMiddle {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpMiddle {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpMiddle {
  -webkit-animation-name: fadeInUpMiddle;
  animation-name: fadeInUpMiddle;
}
/* End */


/* Start:/local/templates/bobers/js/slick/slick.css?16855847281776*/
/* 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/bobers/css/bootstrap.css?168558473016821*/
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}
@media (min-width: 1300px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1260px;
    }
}
.row {
    display: flex;
    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;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}

.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}

.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1300px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
/* End */


/* Start:/local/templates/bobers/css/style.css?1760979447174338*/
@charset "UTF-8";
:root {
  --body-width: 100vw;
  --content-width: 1260px;
  --primary: #FFC871;
  --side-size: calc((var(--body-width) - var(--content-width) + 30px) / 2);
}

@font-face {
  font-family: "Nunito Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Nunito Sans"), url("../fonts/NunitoSans-Regular.woff2") format("woff2"), url("../fonts/NunitoSans-Regular.woff") format("woff");
}

@font-face {
  font-family: "Nunito Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local("Nunito Sans"), url("../fonts/NunitoSans-Italic.woff2") format("woff2"), url("../fonts/NunitoSans-Italic.woff") format("woff");
}

@font-face {
  font-family: "Nunito Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Nunito Sans"), url("../fonts/NunitoSans-Bold.woff2") format("woff2"), url("../fonts/NunitoSans-Bold.woff") format("woff");
}

@font-face {
  font-family: "Nunito Sans";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: local("Nunito Sans"), url("../fonts/NunitoSans-Black.woff2") format("woff2"), url("../fonts/NunitoSans-Black.woff") format("woff");
}

@font-face {
  font-family: "ALS Rubl";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: local("ALS Rubl"), url("../../../../../../local/templates/bobers/fonts/ALSRubl.woff2") format("woff2"), url("../../../../../../local/templates/bobers/fonts/ALSRubl.woff") format("woff");
}

/* ********************
 * * Lark.sass.mini v3.0.0
 * * Description: CSS reset and adaptive layout
 * * Author: Dima Boro
 * * LastUpd: 06.02.2022
 * ******************** */
* {
  outline: none;
  border: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

input, textarea, select, pre, blockquote, button {
  font: inherit;
  background: transparent;
}

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

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

textarea {
  resize: none;
}

:focus {
  outline: 0;
}

[hidden] {
  display: none;
}

[draggable=false] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img, svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: currentColor;
}

a, a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

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

button {
  cursor: pointer;
}

.preload * {
  transition: none !important;
}

/* ========= General ========= */
::-moz-selection {
  background: #6BB259;
  color: #fff;
}

::selection {
  background: #6BB259;
  color: #fff;
}

a, .a {
  transition: color 0.15s;
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
}

a:hover, .a:hover {
  text-decoration: none;
  color: #6BB259;
}

.dotted-link {
  position: relative;
}

.dotted-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px dotted currentColor;
  opacity: 0.5;
}

.hidemobile {
	display:block;
}
.showmobile {
		display:none;
}

.squeres {
	position: absolute;
    top: 20px;
    right: 20px;
    padding: 9px 15px 5px;
    background: #BEE563;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
    z-index: 5;
	line-height: 11px;
    padding-bottom: 10px;
}


.btn-zakaz23 {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    height: 100%;
	cursor:pointer;
    color: #252525;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.2s;
    cursor: pointer;
      padding: 12px 9px;
    height: 20px;
    max-height: 40px;
    margin-left: 10%;
}

.color, .primary {
  color: #6BB259;
}

.secondary {
  color: #BEE563;
}

.color-hover {
  cursor: pointer;
}

.color-hover:hover {
  transition: 0.2s color;
  color: #6BB259;
}

.fill-hover {
  cursor: pointer;
}

.fill-hover svg {
  transition: fill 0.2s;
}

.fill-hover:hover svg, .fill-hover.active svg {
  fill: #6BB259;
}

.text-box {
  line-height: 1.35;
}

body, html {
  scroll-behavior: smooth;
}

html {
  touch-action: manipulation;
  overflow-x: hidden;
}

html.noscroll {
  padding-right: var(--scrollbarWidth);
}

body {
  font: 400 16px/1.5 "Nunito Sans", sans-serif;
  color: #252525;
  /* background: #000;*/
}

.wrapper {
  position: relative;
  max-width: var(--body-width);
  margin: 0 auto;
  background: #fff;
}

[class*=-box] {
  position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h {
  font-weight: 900;
  line-height: 1.17;
  text-transform: uppercase;
}

.h1 b, .h1 strong, .h2 b, .h2 strong, .h3 b, .h3 strong, .h4 b, .h4 strong, .h5 b, .h5 strong, .h6 b, .h6 strong, .h b, .h strong {
  font-weight: 700;
}

.h1 {
  font-size: 46px;
  line-height: 1.0714285714;
}

.h2 {
  font-size: 46px;
  line-height: 1.0869565217;
}

.h3 {
  font-size: 30px;
  line-height: 1.0666666667;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

p, .p {
  line-height: 1.5;
}

b, strong {
  font-weight: 700;
}

img, svg {
  pointer-events: none;
}

.rub {
  font-family: "ALS Rubl", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

.rub::before {
  content: "a";
}

.p-0 {
  padding: 0;
}

.preload * {
  transition: none !important;
}

.tabs-here [data-tab-name] {
  cursor: pointer;
}

.tabs-here [data-tab-name]:not(.active) {
  display: none;
}

.tabs-here [data-tab-content]:not(.active) {
  display: none;
}
.slick-works.active {
	justify-content: center;
    display: flex;
}


.tabs-list {
  display: flex;
  align-items: center;
}

.tabs-list > span[data-tab-name], .tabs-list > span {
  display: flex;
  margin-right: 50px;
  font-weight: 700;
  transition: color 0.2s;
}

.tabs-list > span[data-tab-name]:not(.active), .tabs-list > span:not(.active) {
  display: flex;
}

.tabs-list > span[data-tab-name]:hover, .tabs-list > span[data-tab-name].active, .tabs-list > span:hover, .tabs-list > span.active {
  color: #6BB259;
}

.tabs-list > [data-tab-name].btn, .tabs-list > .btn {
  display: flex;
  margin-right: 10px;
}

.tabs-list > [data-tab-name].btn:not(:hover), .tabs-list > .btn:not(:hover) {
  border-color: #DADDDE;
}

.tabs-list > [data-tab-name].btn:not(:hover).active, .tabs-list > .btn:not(:hover).active {
  color: #6BB259;
  border-color: #BEE563;
}

.bread-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.5);
}

.bread-links .back-link {
  display: inline-flex;
  align-items: center;
}

.bread-links .back-link::before {
  content: "";
  margin-right: 14px;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: transparent currentColor transparent transparent;
}
.center_price {
font-size: 18px;
line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;margin-top:20px;}



.center_cena {
margin-bottom: 6px;}
.cena_zel {
color:#188b30;   font-weight: 900;}

.cena_zel_ty { color:#188b30;
}


.bread-links .slash {
  margin: 0 14px;
}

.bread-links .slash::before {
  content: "/";
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #6BB259;
  background-clip: content-box;
  border-radius: 2px;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.custom-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  -webkit-appearance: none;
}

ul.custom-list, ol.custom-list {
  padding: 0;
  margin: 22px 0 38px;
}

ul.custom-list li, ol.custom-list li {
  display: flex;
  padding: 0;
  margin: 14px 0 28px;
  list-style: none;
}

ul.custom-list li::before, ol.custom-list li::before {
  content: "";
  flex-shrink: 0;
}

ul.custom-list li::before {
  width: 6px;
  height: 6px;
  margin-top: 11px;
  margin-right: 25px;
  background: #6BB259;
  border-radius: 50%;
}

ol.custom-list {
  counter-reset: myCounter;
}

ol.custom-list li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
  height: 30px;
  min-width: 30px;
  margin-right: 20px;
  background: #6BB259;
  border-radius: 20px;
  color: #fff;
  opacity: 0.8;
  line-height: 1;
}

.cover-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.stars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.stars svg.active {
  fill: #FFC871;
}

.social-list {
  display: flex;
}

.social-list a {
  margin-left: 26px;
}

.social-list a:hover svg {
  fill: #BEE563 !important;
}

.social-list .to-svg {
  max-width: 26px;
  transition: fill 0.2s;
}

.text {
  line-height: 162%;
}

.text p {
  white-space: pre-line;
}

.text p:not(:last-child) {
  margin-bottom: 2em;
}

.text img {
  margin-top: 17px;
  margin-bottom: 10px;
}

.text ul {
  margin-top: -0.45em;
  margin-bottom: 1.5em;
}

.text ul li {
  display: flex;
}

.text ul li:not(:last-child) {
  margin-bottom: 1.15em;
}

.text ul li::before {
  content: "";
  flex-shrink: 0;
  margin-top: 19px;
  margin-right: 24px;
  width: 12px;
  height: 12px;
  background: #6BB259;
  border-radius: 50%;
}

.text .tac {
  text-align: center;
}

.wow {
  visibility: hidden;
}

.more-row {
  display: flex;
  justify-content: center;
  line-height: 1;
  font-weight: 700;
}

.more-row .show-more-btn {
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.more-row .show-more-btn::before {
  content: url(../../../../../../local/templates/bobers/images/icons/refresh.svg);
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

.more-row .show-more-btn:hover {
  color: #6BB259;
}

.more-row .show-more-btn.active::before {
  -webkit-animation: round 1s infinite linear;
  animation: round 1s infinite linear;
}

@-webkit-keyframes round {
  0% {
    transform: none;
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    transform: none;
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  height: 100%;
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.2s;
  cursor: pointer;
  padding: 20px 29px;
  height: 46px;
  max-height: 46px;
  background: #BEE563;
}

.btn:hover {
  background-color: #6BB259;
  color: #fff;
}

.btn-alt {
  background: transparent;
  border: 1px solid #BEE563;
  color: inherit;
}

.btn-alt:hover {
  background-color: #6BB259;
  border-color: #6BB259;
  color: #fff;
}

.btn-reset-white {
  background: #F5F9FA;
  font-weight: 400;
  color: #252525;
}

.btn-reset-white:hover {
  background-color: #DCE2E3;
  color: #252525;
}

.form-title {
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.form-title .mini {
  opacity: 0.5;
  font-weight: 400;
  font-size: 16px;
}

.form-input {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
}

.form-input input, .form-input textarea {
  display: block;
  padding: 22px 30px;
  height: 60px;
  width: 100%;
  background: transparent;
  font: inherit;
  font-weight: 700;
  font-size: 16px;
  color: currentColor;
  outline: 0;
  border: 0;
  border: 1px solid rgba(218, 221, 222, 0.5);
  transition: 0.2s;
}

.form-input input::-moz-placeholder, .form-input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-input input:-ms-input-placeholder, .form-input textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-input input::placeholder, .form-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-input input:focus, .form-input textarea:focus {
  border-color: #6BB259;
}

.form-input textarea {
  min-height: 153px;
}

.form-input.invalid input:not(:focus) {
  left: 0;
  right: 0;
  opacity: 1;
  border-color: #FF2424;
}

.form-input.valid::after {
  opacity: 1;
}

.form-file {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.form-file span {
  margin-right: 25px;
}

.form-file:not(.valid) input[type=file] {
  display: none;
}

.form-file input[type=file] {
  margin-top: 5px;
  width: auto;
  max-width: 100%;
  font-size: 14px;
  opacity: 0.7;
  pointer-events: none;
}

.form-file input[type=file]::-webkit-file-upload-button {
  display: none;
}

.form-file input[type=file]::-webkit-file-upload-button, .form-file input[type=file]::file-selector-button {
  display: none;
}

.form-checkbox {
  display: flex;
  align-self: flex-start;
  align-items: center;
  cursor: pointer;
}

.form-checkbox input[type=checkbox], .form-checkbox input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-right: 14px;
  background: no-repeat 50%;
  border-radius: 0;
  border: 0;
  outline: 0;
  pointer-events: none;
}

.form-checkbox input[type=checkbox]:checked, .form-checkbox input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1454 0L5.01224 6.32097L1.99556 3.24593L0 5.03209L4.8736 10L14 1.92022L12.1454 0Z' fill='white'/%3E%3C/svg%3E");
  background-color: #6BB259;
}

.form-checkbox input[type=checkbox]:not(:checked), .form-checkbox input[type=radio]:not(:checked) {
  border: 1px solid #DADDDE;
}

.form-checkbox span {
  max-width: 520px;
  line-height: 1;
}

.form-select {
  position: relative;
  height: 46px;
  width: 100%;
  background: #fff;
  z-index: 3;
  cursor: pointer;
}

.form-select::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  border-color: currentColor transparent transparent transparent;
  transition: transform 0.2s, color 0.2s;
}

.form-input.focus, .form-select.focus {
  z-index: 30;
}

.form-input.focus::after, .form-select.focus::after {
  color: #6BB259;
  transform: rotate(180deg);
}

.form-input.focus::before, .form-select.focus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  cursor: default;
}

.form-input.focus .options-list, .form-select.focus .options-list {
  right: calc(var(--customScrollbarWidth) * -1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.form-input.focus .col-empty, .form-select.focus .col-empty {
  display: none;
}

.form-input.focus .col-value:not(.active), .form-select.focus .col-value:not(.active) {
  display: flex;
}

.form-input.focus .col-value.active, .form-select.focus .col-value.active {
  background: #f7f7f7;
}

.form-input.focus .col-value:not(:first-child)::after, .form-select.focus .col-value:not(:first-child)::after {
  opacity: 1;
}

.form-input.focus .options-list, .form-select.focus .options-list {
  right: calc(var(--customScrollbarWidth) * -1);
}

.form-input.focus .options-list, .form-input input:focus ~ .options-list, .form-select.focus .options-list, .form-select input:focus ~ .options-list {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  visibility: visible;
}

.form-input.focus .options-list:not(:first-child)::after, .form-input input:focus ~ .options-list:not(:first-child)::after, .form-select.focus .options-list:not(:first-child)::after, .form-select input:focus ~ .options-list:not(:first-child)::after {
  opacity: 1;
}

.form-input .options-list, .form-select .options-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  min-height: 44px;
  background: #fff;
  border: 1px solid #DADDDE;
  transition: border 0.2s;
  max-height: 370px;
  overflow-y: auto;
}

.form-input .col-value, .form-input .col-empty, .form-select .col-value, .form-select .col-empty {
  display: flex;
  align-items: center;
  min-height: inherit;
  transition: background 0.2s;
}

.form-input .col-value:hover, .form-input .col-empty:hover, .form-select .col-value:hover, .form-select .col-empty:hover {
  background: #f7f7f7;
}

.form-input .col-value, .form-select .col-value {
  position: relative;
  padding: 0 16px;
  width: 100%;
}

.form-input .col-value:not(.active), .form-input .col-value.hidden, .form-select .col-value:not(.active), .form-select .col-value.hidden {
  display: none;
}

.form-input .col-value.active ~ .col-empty, .form-select .col-value.active ~ .col-empty {
  display: none;
}

.form-input .col-value:not(:first-child)::after, .form-select .col-value:not(:first-child)::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 16px;
  right: 16px;
  border-top: 1px solid #EBEEEF;
  opacity: 0;
}

.form-input .col-empty, .form-select .col-empty {
  font-weight: 700;
  opacity: 0.7;
  padding-left: 20px;
  order: -2;
}

.form-input .options-list {
  top: 100%;
  min-height: 0;
  visibility: hidden;
  transition: 0.2s;
  cursor: pointer;
  z-index: 20;
}

.form-input .options-list .col-value:not(.hidden) {
  display: flex;
  min-height: 40px;
}

.slick-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}

.slick-title .slick-tabs {
  margin-left: 74px;
  margin-right: auto;
}

.slick-general {
  margin: 0 -15px;
}

.slick-general.slick-slider {
  display: flex;
  align-items: center;
}

.slick-general .slick-list {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.slick-general .slick-track {
  display: flex;
  align-items: stretch;
}

.compare-result .slick-track {
  margin-left: 0;
}

.slick-general .slick-slide {
  height: auto;
  margin: 0 15px;
  opacity: 0;
  transition: opacity 0.2s;
}

.slick-general .slick-slide.slick-active, .slick-general .slick-slide.slick-active ~ .slick-slide {
  opacity: 1;
}

.slick-general:not(.slick-initialized) {
 /* visibility: hidden;*/
}

.slick-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #BEE563;
  font-size: 0;
  transition: 0.2s;
  cursor: pointer;
  z-index: 10;
}

.slick-arrow:hover {
  background: #6BB259;
}

.slick-arrow:hover::before {
  filter: invert(100%);
}

.slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.slick-arrow.slick-prev {
  left: 15px;
}

.slick-arrow.slick-next {
  right: 15px;
  transform: scaleX(-1);
}

.slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.68829 7.00296L7.78256 1.76537C7.92283 1.6215 8 1.42914 8 1.22403C8 1.01881 7.92283 0.826569 7.78256 0.682472L7.33617 0.223772C7.19613 0.0794472 7.00891 0 6.80941 0C6.60991 0 6.42292 0.0794472 6.28276 0.223772L0.217218 6.45958C0.0765045 6.60413 -0.00055059 6.79728 2.9661e-06 7.00262C-0.00055059 7.20886 0.0763937 7.40179 0.217218 7.54646L6.27711 13.7762C6.41727 13.9206 6.60426 14 6.80388 14C7.00338 14 7.19037 13.9206 7.33064 13.7762L7.77692 13.3175C8.06731 13.019 8.06731 12.533 7.77692 12.2345L2.68829 7.00296Z' fill='black'/%3E%3C/svg%3E");
  transition: filter 0.2s;
}

:root {
  --fixed-header-height: 100px;
}

.header-box {
  position: relative;
  top: 0;
  background: #fff;
  z-index: 500;
}

.header-box.fixed {
  top: -51px;
  position: -webkit-sticky;
  position: sticky;
}

.header-box.fixed::before {
  opacity: 1;
}

.header-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #EAEEEF;
  opacity: 0;
}

.header-box .container {
  position: relative;
}

.header-box .top-row {
  display: flex;
  align-items: center;
  padding: 13px 0 12px;
  border-bottom: 1px solid #EBEEEF;
}

.header-box .top-row .top-tabs {
  display: flex;
  font-size: 14px;
}

.header-box .top-row .top-tabs .top-tab {
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
  margin-right: 7px;
}

.header-box .top-row .top-tabs .top-tab::before {
  content: "";
  display: block;
  margin-right: 6px;
  margin-bottom: 4px;
  width: 8px;
  height: 8px;
  border: 1.5px solid #FFC871;
  border-radius: 50%;
  transition: opacity 0.2s;
}

.header-box .top-row .top-tabs .top-tab:not(.active) {
  opacity: 0.5;
}

.header-box .top-row .top-tabs .top-tab:not(.active)::before {
  opacity: 0;
}

.header-box .search-form {
  position: relative;
  margin-left: auto;
  margin-right: 45px;
}

.header-box .search-form label {
  position: relative;
  display: flex;
  align-items: center;
}

.header-box .search-form .search-icon {
  margin-left: 10px;
  margin-bottom: -3px;
  order: 2;
  cursor: pointer;
}

.header-box .search-form .search-icon.active svg {
  fill: #6BB259;
}

.header-box .search-form .search-icon.active ~ .s-input {
  width: 230px;
  opacity: 1;
}

.header-box .search-form .search-icon.active ~ .s-input:not(:-moz-placeholder-shown) ~ .s-reset {
  visibility: visible;
}

.header-box .search-form .search-icon.active ~ .s-input:not(:-ms-input-placeholder) ~ .s-reset {
  visibility: visible;
}

.header-box .search-form .search-icon.active ~ .s-input:focus ~ .s-reset, .header-box .search-form .search-icon.active ~ .s-input:not(:placeholder-shown) ~ .s-reset {
  visibility: visible;
}

.header-box .search-form .s-input {
  padding-right: 15px;
  width: 10px;
  height: 20px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
  opacity: 0;
}

.header-box .search-form .s-input:focus {
  border-color: #6BB259;
}

.header-box .search-form .s-input::-moz-placeholder {
  color: #ddd;
}

.header-box .search-form .s-input:-ms-input-placeholder {
  color: #ddd;
}

.header-box .search-form .s-input::placeholder {
  color: #ddd;
}

.header-box .search-form .s-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-shrink: 0;
  margin-left: -14px;
  width: 14px;
  height: 14px;
  background: no-repeat 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='51' viewBox='0 0 51 51' fill='%23555' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Crect x='38.9707' y='13.5146' width='36' height='2' transform='rotate(135 38.9707 13.5146)' /%3E%3Crect x='13.5146' y='12.1006' width='36' height='2' transform='rotate(45 13.5146 12.1006)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  cursor: pointer;
  color: transparent;
  visibility: hidden;
}

.header-box .search-icon {
  margin-top: -6px;
}

.header-box .social-col {
  margin-top: -4px;
  display: flex;
}

.header-box .social-col .a-icon {
  margin-left: 16px;
}

.header-box .logo {
  max-width: 146px;
}

.header-box .bottom-row {
  display: flex;
  align-items: stretch;
  padding: 10px 0;
}

.header-box .menu-col {
  display: flex;
  margin: -10px 0;
  margin-left: 34px;
  margin-right: auto;
}

.header-box .menu-col .m-item {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 700;
  margin-right: 42px;
}

.header-box .menu-col .m-item.active {
  color: #6BB259;
}

.header-box .menu-col .m-item.m-drop::after {
  content: "";
  margin-left: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: currentColor transparent transparent transparent;
  transition: transform 0.2s;
}

.header-box .menu-col .m-item.m-drop:hover::after {
  transform: rotate(180deg);
}

.header-box .other-col {
  display: flex;
  align-items: center;
}
.header-box .social-col .a-icon {
	display: flex;
}
.vk_title {
	display: flex;
    align-items: center;
    transition:  0.3s;
    margin-right: 7px;
	    padding-top: 1px;
		color:#ccc;
	    padding-left: 8px;
}
.header-box .social-col .a-icon:hover > .vk_title {color: #6BB259;}


.header-box .other-col .o-icon {
  margin-left: 30px;
}

.header-box .other-col .active svg {
  fill: #6BB259;
}

.header-box .v-line {
  margin-left: 50px;
  margin-right: 30px;
  width: 1px;
  background: #EBEEEF;
}

.header-box .phone-col {
  margin-top: 6px;
}

.header-box .phone-col .phone-line {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}

.header-box .phone-col .phone-line .icon {
  margin-right: 10px;
  margin-top: -2px;
}

.header-box .phone-col .phone-info {
  margin-top: -3px;
  padding-left: 24px;
  font-size: 14px;
  opacity: 0.5;
}

.header-box .submenu-wrap {
  position: relative;
}

.header-box .submenu-row {
  position: absolute;
  top: 100%;
  width: 100%;
  display: flex;
  background: #F5F9FA;
  padding: 30px 45px;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}

.header-box .submenu-row:not(.active) {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20%);
  pointer-events: none;
}

.header-box .klient_menu .submenu-item {
  position: relative;
  display: block;
  margin: 10px;
  padding: 11px;
  height: 160px;
  width: 100%;
  background: #fff no-repeat 100% 100%;
  background-size: auto 100%;
  background-blend-mode: darken;
  color: #0D3745;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.2s, color 0.2s;
}

.header-box .submenu-item {
  position: relative;
  display: block;
  margin: 10px;
  padding: 31px;
  height: 160px;
  width: 100%;
  background: #fff no-repeat 100% 100%;
  background-size: auto 100%;
  background-blend-mode: darken;
  color: #0D3745;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.2s, color 0.2s;
}

.header-box .submenu-item:hover {
  background-color: #FCFDFD;
  background-size: auto 105%;
  color: #6BB259;
}

.header-box .submenu-item .m-name {
  min-height: 2.4em;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: pre-line;
  max-width: 120px;
}

.header-box .submenu-item .m-line {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 45px;
  height: 1px;
  background: #EBEEEF;
}

.header-box .submenu-item .m-line.m-year {
  max-width: 55px;
}

.header-box .submenu-item .m-int {
  font-weight: 700;
}

.header-mobile-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 50;
  border-bottom: 1px solid #EAEEEF;
  display: none;
}

.header-mobile-box .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-mobile-box .logo {
  margin: auto;
  max-width: 103px;
}

.header-mobile-box .h-line {
  height: 40px;
  width: 1px;
  margin: 10px 20px;
  background: #EBEEEF;
}

.home-box {
  background: #0D3745;
  color: #fff;
}

.home-box .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.home-box .left-side {
  padding: 130px 0 139px;
  max-width: 686px;
}

.home-box .h1 {
  margin-bottom: 55px;
}

.home-box .h1 span {
  display: inline-block;
}

.home-box .bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-box .image-line {
  flex-shrink: 0;
}

.home-box .just-text {
  margin-top: -2px;
  margin-left: 40px;
  line-height: 1.125;
}

.home-box .back-image {
  position: absolute;
  right: -211px;
  bottom: 0;
  pointer-events: none;
}

.houses-box {
  padding: 30px 0 50px;
}

.houses-box .ho-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.houses-box .ho-item {
  padding: 72px 60px 55px 60px;
  background: #F5F9FA no-repeat 100%;
  background-size: auto 100%;
  transition: background 0.2s;
}

.houses-box .ho-item:hover {
  background-color: #f4f9fa;
  background-size: auto 102%;
  color: inherit;
}

.houses-box .ho-item:hover .h-bottom-info .unhover {
  opacity: 0;
  transform: translateY(50%);
}

.houses-box .ho-item:hover .h-bottom-info .hover {
  opacity: 1;
  transform: none;
}

.houses-box .ho-item .h3 {
  white-space: pre-line;
  min-height: 2.4em;
  max-width: 210px;
}

.houses-box .ho-item .h-price {
  margin-top: 9px;
  font-size: 20px;
  font-weight: 700;
}

.houses-box .ho-item .h-line {
  margin-top: 58px;
  margin-bottom: 35px;
  width: 200px;
  height: 1px;
  background: #E6EBED;
}

.houses-box .ho-item .h-bottom-info {
  position: relative;
}

.houses-box .ho-item .h-bottom-info .unhover, .houses-box .ho-item .h-bottom-info .hover {
  transition: opacity 0.2s, transform 0.2s;
}

.houses-box .ho-item .h-bottom-info .unhover {
  display: flex;
}

.houses-box .ho-item .h-bottom-info .hover {
  top: -5px;
  position: absolute;
  opacity: 0;
  transform: translateY(-40%);
}

.houses-box .ho-item .h-bottom-info .h-icon {
  margin-top: -18px;
  margin-right: 16px;
}

.houses-box .ho-item .h-bottom-info .h-int {
  font-size: 24px;
  font-weight: 900;
  color: #0D3745;
  line-height: 1;
}

.fourteen-box {
  margin-top: -1px;
}

.fourteen-box .content {
  display: flex;
  align-items: center;
  padding: 59px 49px 62px 125px;
  color: #fff;
  background: #0D3745;
}

.fourteen-box .left-side {
  padding-bottom: 3px;
  max-width: 330px;
}

.fourteen-box .btn {
  margin-top: 40px;
}

.pillars-side {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  overflow: hidden;
}

.pillars-side .pillars-col {
  width: 90px;
  margin-left: 47px;
}

.pillars-side .pillars-col .p-int {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 16px;
}

.pillars-side .pillars-col .p-arrows {
  display: grid;
}

.pillars-side .pillars-col .p-arrows img {
  margin-bottom: -12.5px;
}

.pillars-side .pillars-col .p-name {
  margin-top: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.fourteen-box .v-abstract {
  margin: -4px 0;
  margin-left: 134px;
  flex-shrink: 0;
}

.fourteen-box .btn-wrap-mobile {
  display: none;
}

.how-we-work-box {
  padding: 81px 0 80px;
}

.how-we-work-box .hww-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.how-we-work-box .hww-col-first .h3 {
  margin: 42px 0 28px;
  max-width: 200px;
}

.how-we-work-box .hww-col {
  position: relative;
  padding: 39px 40px;
  min-height: 306px;
  border: 1px solid #EAEEEF;
}

.how-we-work-box .hww-col .hww-int {
  position: absolute;
  top: 23px;
  right: 29px;
  font-size: 26px;
  font-weight: 900;
  color: #E7E9EA;
}

.how-we-work-box .hww-col .hww-title {
  margin: 19px 0 14px;
  font-size: 18px;
  font-weight: 700;
}

.how-we-work-box .hww-last {
  background: #0D3745 no-repeat 100%;
  background-size: auto 100%;
  color: #fff;
  border: 0;
  transition: background 0.2s;
}

.how-we-work-box .hww-last:hover {
  background-size: auto 105%;
}

.how-we-work-box .hww-last .hww-int {
  color: #FFC871;
}

.how-we-work-box .hww-last .hww-text {
  max-width: 180px;
}

.how-we-work-box .hww-last .btn {
  margin-top: 22px;
}

.how-we-work-box .item-mobile {
  display: none;
}

.top-projects-box {
  padding-bottom: 79px;
}

.quiz-box {
  padding: 130px 0 130px;
  color: #fff;
  background: #0D3745;
}

.quiz-box .top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.quiz-box .top-row .mini-info {
  max-width: 190px;
  line-height: 1.125;
}

.quiz-box .quiz-progress {
  position: relative;
  margin-bottom: 70px;
  width: 100%;
  height: 36px;
}

.quiz-box .quiz-progress::before {
  content: "";
  opacity: 0.1;
}

.quiz-box .quiz-progress::before, .quiz-box .quiz-progress .qp-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: auto 100%;
}

.quiz-box .quiz-progress .qp-line {
  width: 0;
  transition: width 0.4s;
}

.quiz-box .quiz-steps {
  position: relative;
  height: 252px;
}

.quiz-box .step-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 470px 96px 1fr;
  gap: 30px;
  line-height: 1.125;
  transition: opacity 0.2s;
}

.quiz-box .step-item:not(.active), .quiz-box .step-item.active ~ .step-success {
  opacity: 0;
  visibility: hidden;
}

.quiz-box .step-item.step-1 .btn {
  visibility: hidden;
}

.quiz-box .step-item .q-info .btn {
  margin-top: 30px;
  margin-bottom: -40px;
}

.quiz-box .step-item .q-int {
  margin-top: 15px;
  margin-bottom: 23px;
  font-weight: 900;
  font-size: 30px;
  color: #355864;
}

.quiz-box .step-item .h3 {
  margin-bottom: 29px;
  max-width: 380px;
  line-height: 1.364;
}

.quiz-box .step-item .h4 {
  margin-top: -10px;
  margin-bottom: 20px;
}

.quiz-box .step-item .q-arrow {
  padding-top: 32px;
  padding-left: 12px;
}

.quiz-box .step-item .q-options {
  display: flex;
}

.quiz-box .step-item .q-option {
  margin-left: 30px;
  width: 100%;
  transition: color 0.2s;
  cursor: pointer;
}

.quiz-box .step-item .q-option:first-child {
  margin-left: 5px;
}

.quiz-box .step-item .q-option.active, .quiz-box .step-item .q-option:hover {
  color: #BEE563;
}

.quiz-box .step-item .q-option.active .q-image::before, .quiz-box .step-item .q-option:hover .q-image::before {
  opacity: 1;
}

.quiz-box .step-item .q-option.active .q-image img, .quiz-box .step-item .q-option:hover .q-image img {
  opacity: 0.5;
}

.quiz-box .step-item .q-option:hover .q-image img {
  transform: scale(1.05);
}

.quiz-box .step-item .q-option-big {
  width: 200%;
}

.quiz-box .step-item .q-option-big .q-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.quiz-box .step-item .q-image {
  position: relative;
  margin-bottom: 32px;
  width: 100%;
  height: 100%;
  max-height: 196px;
  background: #6BB259;
  overflow: hidden;
  transition: background 0.2s, opacity 0.2s;
}

.quiz-box .step-item .q-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 60px auto;
  z-index: 3;
  transition: opacity 0.2s;
  opacity: 0;
}

.quiz-box .step-item .q-image img {
  transition: opacity 0.2s, transform 0.3s;
}

.quiz-box .step-item .qo-name {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.quiz-box .step-item .qo-name span {
  position: relative;
  padding-bottom: 2px;
}

.quiz-box .step-item .qo-name span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px dotted currentColor;
  opacity: 0.5;
}

.quiz-box .step-item .form-input input {
  height: 55px;
}

.quiz-box .step-item .q-form {
  max-width: 570px;
}
.quiz-box .step-item .q-form .q-image {
    margin: 0 0 10px;
    min-width: 60px;
    max-width: 100px;
    width: 100%;
    height: 120px;
    max-height: none;
    text-align: left;
}

.quiz-box .step-item .q-form .q-options {
  max-width: 470px;
  text-align: center;
}

.quiz-box .step-item .q-form .q-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  max-height: none;
  height: 90px;
  opacity: 0.8;
}

.quiz-box .step-item .q-form .q-image::before {
  display: none;
}

.quiz-box .step-item .q-form .q-option.active .q-image {
  background: #BEE563;
  opacity: 1;
}

.quiz-box .step-item .q-form .q-option:hover .q-image {
  opacity: 1;
}

.quiz-box .step-item .q-form .form-input {
  margin: 35px 0 25px;
  max-width: 470px;
}

.quiz-box .step-item .q-form .btn-box {
  display: grid;
  align-items: center;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  gap: 20px;
}

.quiz-box .step-4 .q-image {
  height: 150px;
}

.quiz-box .step-4 .btn-row {
  display: flex;
}

.quiz-box .step-4 .btn-row .btn-next {
  flex-shrink: 0;
  margin-left: 10px !important;
}

.quiz-box .step-4 .btn-row .btn-hidden {
  opacity: 0;
  visibility: hidden;
}

.quiz-box .step-success {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.2s;
}

.quiz-box .step-success .qs-wrap {
  max-width: 500px;
}

.quiz-box .step-success .q-descr {
  margin: 30px 0;
}

.calc-banner-box {
  padding-top: 80px;
  padding-bottom: 83px;
  z-index: 2;
}

.calc-banner-box .content {
  padding-top: 120px;
  padding-bottom: 108px;
  background: #F5F9FA no-repeat 100% 100%;
}

.calc-banner-box .h2 {
  margin-bottom: 28px;
  color: #0D3745;
}

.calc-banner-box .cb-arrow img {
  margin-top: 10px;
  margin-left: 12px;
}

.calc-banner-box .btn {
  margin-top: 53px;
  max-width: 156px;
  width: 100%;
}

.our-works-box {
  padding-bottom: 30px;
}

.blitz-box .content {
  padding-top: 120px;
  background: #0D3745 no-repeat 96.6% 50%;
  color: #fff;
}

.blitz-box .just-text {
  margin: 29px 0 38px;
}

.blitz-box .bb-man-wrap {
  position: relative;
  margin-top: -91px;
  margin-left: 251px;
  padding-left: 152px;
}

.blitz-box .blitz-man {
  position: relative;
  z-index: 3;
}

.blitz-box .blitz-logo {
  position: absolute;
  left: 0;
  bottom: 75px;
}

.footer-box {
  margin-top: 80px;
  padding-top: 72px;
  background: #0D3745;
  color: #fff;
}

.footer-box .row {
  display: flex;
  flex-wrap: wrap;
}

.footer-box .h4 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer-box .h4.toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.footer-box .h4.toggle.active {
  color: #BEE563;
}

.footer-box .h4.toggle.active::after {
  transform: rotate(180deg);
}

.footer-box .h4.toggle::after {
  content: "";
  display: none;
  margin-left: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: currentColor transparent transparent transparent;
  transition: transform 0.2s;
}

.footer-box .circle-dot {
  margin-top: -2px;
  margin-left: 1px;
  margin-right: 11px;
}

.footer-box .just-text {
  white-space: pre-line;
  line-height: 1.375;
}

.footer-box .phone-line {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  font-size: 24px;
  font-weight: 700;
}

.footer-box .phone-line .icon {
  margin-right: 10px;
  margin-top: -2px;
  width: 18px;
}

.footer-box .f-socials {
  align-self: flex-end;
}

.footer-box .f-socials .social-col {
  display: flex;
}

.footer-box .f-socials .social-col .a-icon {
  transform: scale(1.301);
  margin-left: 3px;
  margin-right: 23px;
}

.footer-box .f-socials .social-col .a-icon:last-child {
  margin-right: 3px;
}

.footer-box .f-socials .link-mail {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.footer-box .footer-line {
  position: relative;
  margin: 58px 0 62px;
  width: 100%;
  height: 36px;
  background-size: auto 100%;
  opacity: 0.1;
}

.footer-box .f-menu-big {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-box .f-menu-big .h4 {
  margin-bottom: 27px;
}

.footer-box .f-menu ul {
  margin-top: 29px;
  font-weight: 700;
}

.footer-box .f-menu ul li {
  margin-bottom: 16px;
}

.footer-box .f-bottom {
  display: flex;
  align-items: center;
  margin-top: 42px;
  padding-top: 36px;
  padding-bottom: 36px;
  border-top: 1px solid rgba(215, 221, 223, 0.2);
}

.footer-box .f-bottom .f-copy {
  margin-right: 93px;
}

.footer-box .f-bottom .f-info {
  max-width: 720px;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.375;
}

.footer-box .f-bottom .f-dev {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
}

.footer-box .f-bottom .f-dev span {
  margin-right: 20px;
}

.footer-box .f-bottom .f-dev .beavers {
  margin-top: -15px;
}

.projects-top-box {
  background: #0D3745;
  padding: 120px 0 110px;
  color: #fff;
}

.projects-top-box .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.projects-sliders-box {
  padding: 75px 0 4px;
}

.projects-sliders-box .projects-row {
  margin-bottom: 75px;
}

.projects-sliders-box .st-price-info {
  margin-left: 20px;
  margin-right: auto;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  color: #CED3D5;
}

.projects-sliders-box .st-count {
  margin-top: -3px;
  margin-left: 20px;
  padding: 9px 15px 5px;
  min-width: 54px;
  background: #BEE563;
  color: #252525;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
}

.projects-sliders-box .st-text-info {
  margin: auto;
  white-space: pre-line;
}

.projects-sliders-box .st-more {
  margin-left: auto;
  padding-bottom: 3px;
}

.projects-sliders-box .slick-general {
  margin-top: -10px;
}

.projects-sliders-box .sti-2 {
  padding-right: 81px;
}

.projects-sliders-box .sti-3 {
  padding-right: 210px;
}

.projects-sliders-box .sti-4 {
  padding-right: 30px;
}

.projects-sliders-box .sti-5 {
  padding-right: 38px;
}

.projects-bar-top-box {
  background: #0D3745;
  padding: 89px 0 49px;
  color: #fff;
}

.projects-bar-top-box .price-line {
  display: flex;
  align-items: center;
  margin: 42px 0 69px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #CED3D5;
}

.projects-bar-top-box .price-line .abstract {
  margin-right: 40px;
}

.projects-bar-top-box .price-line.simple-title {
  margin: 40px 0 0 0;
}

.projects-bar-top-box .pbt-btns {
  display: flex;
  flex-wrap: wrap;
  padding-top: 14px;
}

.projects-bar-top-box .pbt-btns .btn {
  margin-right: 30px;
}

.projects-bar-top-box .pbt-text {
  line-height: 1.125;
  max-width: 630px;
}

.projects-bar-box {
  padding-top: 82px;
  padding-bottom: 80px;
}

.projects-bar-box .container {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.projects-bar-box .pb-sidebar {
  padding-right: 15px;
  padding-right: 0;
}

.projects-bar-box .pb-sidebar .popup-close-row {
  display: none;
}

.projects-bar-box .filter-bar {
  margin-top: 38px;
  padding: 38px 39px;
  border: 1px solid #EAEEEF;
}

.projects-bar-box .filter-bar .fb-title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.projects-bar-box .filter-bar .filter-slider {
  position: relative;
  display: flex;
  align-items: center;
  height: 4px;
  margin-right: 26px;
  color: #FFC871;
}

.projects-bar-box .filter-bar .filter-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*right: -26px;*/
  background: #CED3D5;
}

.projects-bar-box .filter-bar .filter-slider .ui-slider-range {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #FFC871;
  transform: translateX(13px);
}
/*
.projects-bar-box .filter-bar .filter-slider .ui-slider-handle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: url("/local/templates/bobers/css/../images/icons/range-dot.svg") no-repeat 50%;
  background-size: contain;
  cursor: -webkit-grab;
  cursor: grab;
}

.projects-bar-box .filter-bar .filter-slider .ui-slider-handle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/local/templates/bobers/css/../images/icons/range-dot-green.svg") no-repeat 50%;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s;
}
*/
.projects-bar-box .filter-bar .filter-slider .ui-slider-handle.ui-state-hover::before, .projects-bar-box .filter-bar .filter-slider .ui-slider-handle.ui-state-active::before {
  opacity: 1;
}

.projects-bar-box .filter-bar .filter-inputs {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}

.projects-bar-box .filter-bar .filter-inputs input {
  padding: 0 20px;
  width: 140px;
  height: 46px;
  border: 1px solid #DADDDE;
  font-size: 20px;
  font-weight: 700;
  transition: border 0.2s;
  color: inherit;
}

.projects-bar-box .filter-bar .filter-inputs input:last-child {
  text-align: right;
}

.projects-bar-box .filter-bar .filter-inputs input:focus {
  border-color: #6BB259;
}

.projects-bar-box .filter-bar .f-line {
  margin: 40px 0 28px;
  height: 1px;
  width: 100%;
  background: #EBEEEF;
}

.projects-bar-box .filter-bar .filter-list {
    display: flex;
    margin-top: -11px;
justify-content: flex-start;
    gap: 0px 10px;
}
div.on-scroll.fixed div.menu-navigation-wrap {
    position: fixed;
    top: 30px;
    bottom: auto !important;
    padding-bottom: 0 !important;
    height: 100%;
}
div.on-scroll.absolute1 div.menu-navigation-wrap {
	
	    margin-bottom: 91px;


}

static {
	overflow:hidden;
}
div.on-scroll.absolute1 {
	
	 
 display:flex;
  flex-direction: row-reverse;
  align-items: flex-end;

}

div.menu-navigation-wrap:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.projects-bar-box .filter-bar .filter-list.filter-rooms {
  max-width: 340px;
}
/*
.projects-bar-box .filter-bar .filter-list span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  height: 40px;
  width: 100%;
  max-width: 33%;
  line-height: 1;
  cursor: pointer;
  border: 1px solid #DADDDE;
  transition: 0.2s;
}
*/
.projects-bar-box .filter-bar .filter-list span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  height: 40px;
  width: 100%;
  max-width: 100%;
  line-height: 1;
  cursor: pointer;

  border: 1px solid #DADDDE;
  transition: 0.2s;
  min-width:35px;
}

.projects-bar-box .filter-bar .filter-list span:not(:last-child) {
  margin-right: 10px;
}

.projects-bar-box .filter-bar .filter-list span:hover {
  background: #BEE563;
  border-color: #BEE563;
  color: currentColor;
}

.projects-bar-box .filter-bar .filter-list span.active {
  background: #6BB259;
  border-color: #6BB259;
  color: #fff;
}

.projects-bar-box .filter-bar .form-checkbox input {
  max-width: 24px;
  max-height: 24px;
}

.projects-bar-box .filter-bar .btn-row {
  display: grid;
  grid-template-columns: 175fr 205fr;
  gap: 10px;
  margin-top: 32px;
}

.projects-bar-box .pb-list {
  display: grid;
  grid-column: 2/4;
  grid-template-columns: 1fr 1fr;
  gap: 28px 30px;
}

.projects-bar-box.projects-fav-box .pb-list {
  grid-column: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.projects-bar-box.projects-fav-box .container {
  grid-template-columns: 1fr;
}

@media (max-width: 1299.98px) {
	
	
  .projects-bar-box.projects-fav-box .pb-list {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}

.projects-bar-box .pb-list .pb-mobile-row {
  display: none;
  justify-content: space-between;
}

.projects-bar-box .pb-list .form-select {
  max-width: 300px;
}

.projects-bar-box .pb-list .form-select-filter {
  flex-shrink: 0;
  width: 7em;
  margin-left: 10px;
}

.projects-bar-box .pb-list .form-select-filter::after {
  display: none;
}

.projects-bar-box .pb-list .col-filter-value span {
  margin-right: 6px;
}

.projects-bar-box .pb-list .pb-top-row {
  grid-column: 1/-1;
}

.projects-bar-box .pb-list .pb-list-top {
  padding: 2px 0 16px;
}

.projects-bar-box .pb-list .pb-list-top > * {
  font-weight: 700;
  transition: 0.2s;
  cursor: pointer;
}

.projects-bar-box .pb-list .pb-list-top > *:hover, .projects-bar-box .pb-list .pb-list-top > *.active {
  color: #6BB259;
}

.projects-bar-box .pb-list .more-row {
  grid-column: 1/-1;
  padding: 10px 0 1px;
}

.projects-bar-box .pb-bottom-mobile {
  display: none;
}

.project-info-box {
  max-width: var(--body-width);
}

.project-info-box .info-top {
  position: relative;
  color: #fff;
}

.project-info-box .info-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--side-size) * -1);
  width: var(--body-width);
  bottom: 0;
  background: #0D3745;
  z-index: 1;
}

.project-info-box .info-top > * {
  position: relative;
  z-index: 3;
}

.project-info-box .info-top .left-side {
  display: grid;
  grid-template-columns: 1fr 45px;
  gap: 40px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.project-info-box .info-top .left-side .right-line {
  position: relative;
  display: flex;
  align-items: center;
}

.project-info-box .info-top .it-wrap {
  padding-bottom: 15px;
}

.project-info-box .info-top .info-row {
  display: flex;
  align-items: center;
  margin: 39px 0 52px;
}

.project-info-box .info-top .info-row .hit {
  position: static;
  margin-right: 38px;
}

.project-info-box .info-top .info-row .ir-stars {
  margin-right: 16px;
}

.project-info-box .info-top .info-row .ir-link {
  display: flex;
  align-items: center;
  line-height: 1;
}

.project-info-box .info-top .info-row .ir-quest {
  margin-left: 40px;
}

.project-info-box .info-top .info-row .ir-quest img {
  margin-right: 14px;
}

.project-info-box .info-top .price-row {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.project-info-box .info-top .price-row .old-price-str {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  font-size: 26px;
  color: #869BA2;
}

.project-info-box .info-top .price-row .old-price-str::before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 1px;
  background: currentColor;
  transform: rotate(-3.5deg);
}

.project-info-box .info-top .btns-row {
  display: flex;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 38px;
}

.project-info-box .info-top .btns-row .btn {
  margin-right: 40px;
  max-width: 290px;
  width: 100%;
}

.project-info-box .info-top .btns-row .btn-icons {
  display: flex;
  align-items: center;
}

.project-info-box .info-top .btns-row .btn-icons .b-icon {
  margin-right: 30px;
}

.project-info-box .info-middle {
  padding: 81px 0 79px;
}

.project-info-box .info-middle .h3 {
  margin-bottom: 38px;
  white-space: pre-line;
}

.project-info-box .info-middle .some-square-information {
  display: flex;
  margin-bottom: 85px;
  border: 1px solid #EAEEEF;
}

.project-info-box .info-middle .some-square-information .ssi-item {
  padding: 40px 40px;
  width: 100%;
}

.project-info-box .info-middle .some-square-information .ssi-item .ss-title {
  font-weight: 700;
  font-size: 18px;
  margin: 13px 0 19px;
}

.project-info-box .info-middle .some-square-information .ssi-item p {
  margin-bottom: 20px;
  white-space: pre-line;
}

.project-info-box .info-middle .some-square-information .ss-line {
  margin: 20px 0;
  width: 1px;
  background: #D7DDDF;
  opacity: 0.5;
}

.project-info-box .info-middle .btns-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}

.project-info-box .info-middle .btns-list .btn {
  margin-top: 10px;
  margin-right: 10px;
}

.project-info-box .info-middle .btns-list .btn:not(:hover) {
  border-color: #DADDDE;
}

.feature-list {
  display: grid;
  gap: 22px;
  margin-bottom: 82px;
}

.feature-list .feature-row {
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr auto;
  gap: 15px;
  line-height: 1.375;
}

.feature-list .feature-row::after {
  content: "";
  align-self: start;
  margin-top: 15px;
  border-bottom: 1px dotted currentColor;
  opacity: 0.3;
  min-width: 2px;
}

.feature-list .feature-row > span {
  white-space: pre-line;
}

.feature-list .feature-row > span:first-child {
  opacity: 0.5;
}

.feature-list .feature-row > span:last-child {
  order: 3;
  text-align: right;
  white-space: nowrap;
}

.project-info-box .right-slider {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  margin-left: -2px;
  width: 100%;
  height: 0;
  transition: height 0.3s, opacity 0.3s 2s;
  z-index: 5;
}

.project-info-box .right-slider .slick-list {
  width: 100%;
}

.project-info-box .right-slider .slick-track {
  display: flex;
  align-items: stretch;
  height: 100%;
  min-height: 1px;
}

.project-info-box .right-slider .slick-slide {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 20px;
}

.project-info-box .right-slider:not(:hover) .slick-arrow {
  opacity: 0;
}

.project-info-box .right-slider .slick-arrow {
  align-self: center;
}

.project-info-box .right-slider .slick-arrow.slick-prev {
  left: 0;
}

.project-info-box .right-slider .slick-arrow.slick-next {
  right: 0;
}

.project-info-box .center-slider {
  display: none;
  align-items: center;
  transition: opacity 0.3s;
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
}

.project-info-box .center-slider:not(.slick-initialized) {
  opacity: 0;
}

.project-info-box .center-slider .slick-list {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.project-info-box .center-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.project-info-box .center-slider .slick-slide {
  height: auto;
}

.project-info-box .center-slider .single-slide {
  position: relative;
  display: block;
  max-width: 100%;
}

.project-info-box .center-slider .single-slide img {
  width: 100%;
  max-width: 100%;
}

.project-info-box .center-slider .hit {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
}

.project-info-box .center-slider .slick-arrow {
  align-self: center;
  visibility: visible;
}

.project-info-box .center-slider .slick-arrow.slick-prev {
  left: 0;
}

.project-info-box .center-slider .slick-arrow.slick-next {
  right: 0;
}

.gallery-box {
  padding: 130px 0 130px;
  background: #0D3745;
  color: #fff;
}

.gallery-box .slick-tabs {
  margin: auto;
  padding-top: 2px;
  padding-right: 24px;
}

.gallery-box .slick-some-sliders {
  padding-top: 22px;
}

.gallery-box .gallery-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 550px;
  max-height: 550px;
  overflow: hidden;
}

.gallery-box .plan-item {
  padding: 40px;
  background: #fff;
}

.equipment-box {
  padding: 75px 0 0;
  background: #fff;
  z-index: 2;
}

.equipment-box .top-row {
  display: flex;
  align-items: center;
}

.equipment-box .top-row .t-buttons {
  margin-left: 75px;
  margin-right: auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  max-width: 100%;
  row-gap: 15px;
}

.equipment-box .equipment-table {
  display: grid;
  gap: 40px;
  margin-top: 32px;
  border: 1px solid #EAEEEF;
}

.equipment-box .equipment-table .et-row {
  display: grid;
  grid-template-columns: 10px 304fr 328fr 328fr 328fr 21px;
  gap: 30px;
}

.equipment-box .equipment-table .et-row::before, .equipment-box .equipment-table .et-row::after {
  content: "";
}

.equipment-box .equipment-table .et-row::after {
  order: 20;
}

.equipment-box .equipment-table .et-row .et-col:first-child {
  opacity: 0.5;
}

.equipment-box .equipment-table .et-row:not(.et-top):not(.et-bottom) .et-col {
  white-space: pre-line;
  line-height: 1.375;
}

.equipment-box .equipment-table .et-top {
  padding: 37px 0;
  align-items: end;
  background: #F5F9FA;
}

.equipment-box .equipment-table .et-top .et-col-price {
  position: relative;
}

.equipment-box .equipment-table .et-top .et-col-price::before {
  content: "";
  position: absolute;
  top: -17px;
  left: -31px;
  bottom: -17px;
  width: 1px;
  background: #E6EBED;
}

.equipment-box .equipment-table .et-top .e-price-square {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  background-size: contain;
}

.equipment-box .equipment-table .et-top .e-price {
  font-size: 20px;
  font-weight: 700;
}

.equipment-box .equipment-table .et-bottom {
  position: relative;
  margin-top: 2px;
  padding: 40px 0;
}

.equipment-box .equipment-table .et-bottom .etb-line {
  content: "";
  position: absolute;
  top: -1px;
  left: 20px;
  right: 20px;
  border-top: 1px solid #EAEEEF;
}

.equipment-box .equipment-table .et-arrows {
  display: none;
}

.equipment-box .equipment-table .et-arrows .et-arrow {
  position: relative;
  width: 100%;
  height: 40px;
  background: #BEE563;
  font-size: 0;
  transition: 0.2s;
  cursor: pointer;
  z-index: 10;
}

.equipment-box .equipment-table .et-arrows .et-arrow:hover {
  background: #6BB259;
}

.equipment-box .equipment-table .et-arrows .et-arrow:hover::before {
  filter: invert(100%);
}

.equipment-box .equipment-table .et-arrows .et-arrow.et-arrow-right {
  margin-left: 1px;
  transform: scaleX(-1);
}

.equipment-box .equipment-table .et-arrows .et-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.68829 7.00296L7.78256 1.76537C7.92283 1.6215 8 1.42914 8 1.22403C8 1.01881 7.92283 0.826569 7.78256 0.682472L7.33617 0.223772C7.19613 0.0794472 7.00891 0 6.80941 0C6.60991 0 6.42292 0.0794472 6.28276 0.223772L0.217218 6.45958C0.0765045 6.60413 -0.00055059 6.79728 2.9661e-06 7.00262C-0.00055059 7.20886 0.0763937 7.40179 0.217218 7.54646L6.27711 13.7762C6.41727 13.9206 6.60426 14 6.80388 14C7.00338 14 7.19037 13.9206 7.33064 13.7762L7.77692 13.3175C8.06731 13.019 8.06731 12.533 7.77692 12.2345L2.68829 7.00296Z' fill='black'/%3E%3C/svg%3E");
  transition: filter 0.2s;
}

.extra-box {
  padding-bottom: 80px;
  background: #fff;
}

.extra-box .ex-title {
  margin-top: 81px;
  margin-bottom: 38px;
}

.extra-box .ex-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.extra-box .ex-foundation .ex-image {
  height: 176px;
}

.extra-box .ex-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #EAEEEF;
}

.extra-box .ex-item .ex-top {
  display: grid;
  height: 100%;
  gap: 40px;
  grid-template-columns: 160px auto;
  margin-right: 20px;
  border-bottom: 1px solid #EAEEEF;
}

.extra-box .ex-item .ex-image {
  position: relative;
  min-height: 138px;
  margin: -1px;
  overflow: hidden;
}

.extra-box .ex-item .ex-n-name-mobile {
  display: none;
  align-items: center;
  margin-right: 20px;
  padding: 18px 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  border-bottom: 1px solid #EAEEEF;
}

.extra-box .ex-item .ex-name {
  padding-top: 36px;
  padding-bottom: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.extra-box .ex-item .ex-name .ex-n-top {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3888888889;
  white-space: pre-line;
}

.extra-box .ex-item .ex-name .ex-n-bottom {
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.3571428571;
  opacity: 0.5;
}

.extra-box .ex-item .ex-bottom {
  display: flex;
  align-items: center;
  padding: 24px 40px 24px;
  min-height: 80px;
}

.extra-box .ex-item .ex-bottom .hit {
  margin: -25px 0;
  margin-right: 20px;
}

.extra-box .ex-item .ex-bottom .ex-info {
  display: flex;
  align-items: center;
  margin-right: auto;
  padding-right: 20px;
}

.extra-box .ex-item .ex-bottom b {
  margin-right: 6px;
  font-size: 20px;
}

.extra-box .ex-item .ex-bottom .ex-b-row {
  display: flex;
  align-items: center;
  margin: -20px 0;
  width: 100%;
  max-width: 640px;
}

.extra-box .ex-item .ex-bottom .ex-b-row .ex-b-col {
  padding-top: 4px;
  padding-right: 40px;
}

.extra-box .ex-item .ex-bottom .ex-b-row .h-line {
  margin: auto;
  width: 1px;
  height: 40px;
  background: #EBEEEF;
}

.reviews-box {
  padding: 82px 0 80px;
  background: #fff;
}

.reviews-box .rv-title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.reviews-box .rv-title .rv-tabs {
  display: flex;
  align-items: center;
  margin-left: 96px;
}

.reviews-box .rv-title .rv-tabs .rv-tab {
  display: flex;
  align-items: center;
  margin-right: 50px;
  font-weight: 700;
  transition: color 0.2s;
}

.reviews-box .rv-title .rv-tabs .rv-tab:not(.active) {
  display: flex;
}

.reviews-box .rv-title .rv-tabs .rv-tab:hover, .reviews-box .rv-title .rv-tabs .rv-tab.active {
  color: #6BB259;
}

.reviews-box .rv-title .rv-tabs .rv-tab .int {
  margin-top: -3px;
  margin-left: 13px;
  padding: 3px 4px;
  height: 1.875em;
  min-width: 1.875em;
  background: #6BB259;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 20px;
}

.reviews-box .rev-item-wrap:not(:last-child) {
  margin-bottom: 30px;
}

.reviews-box .rev-item {
  position: relative;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #EAEEEF;
  z-index: 3;
}

.reviews-box .rev-item .ri-top {
  display: flex;
  padding: 36px 19px;
}

.reviews-box .rev-item .ri-top .ri-ava {
  position: relative;
  margin-right: 20px;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.reviews-box .rev-item .ri-top .ri-right {
  width: 100%;
}

.reviews-box .rev-item .ri-top .ri-name-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-top: 5px;
  line-height: 1;
}

.reviews-box .rev-item .ri-top .ri-name-row .ri-name {
  margin-right: auto;
  font-size: 18px;
  font-weight: 700;
}

.reviews-box .rev-item .ri-top .ri-name-row .stars {
  margin-left: auto;
  margin-right: 30px;
  gap: 7px;
}

.reviews-box .rev-item .ri-top .ri-name-row .stars > * {
  width: 17px;
}

.reviews-box .rev-item .ri-top .ri-name-row .ri-date {
  padding-top: 4px;
  opacity: 0.5;
}

.reviews-box .rev-item .ri-top .rnr-info-row {
  margin-top: -3px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.reviews-box .rev-item .ri-top .ri-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 28px;
  margin-bottom: 4px;
  max-width: 660px;
}

.reviews-box .rev-item .ri-top .ri-images-2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 3px;
}

.reviews-box .rev-item .ri-top .ri-images-2 > * {
  max-width: 208px;
  margin-right: 20px;
}

.reviews-box .rev-item .ri-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #EAEEEF;
  padding: 19px 19px 22px;
}

.reviews-box .rev-item .ri-bottom .ri-left {
  display: flex;
  align-items: center;
}

.reviews-box .rev-item .ri-bottom .ri-left .ri-q-btn {
  padding: 4px 13px;
  cursor: pointer;
  background: #eee;
  transition: filter 0.2s;
  text-align: center;
}

.reviews-box .rev-item .ri-bottom .ri-left .ri-q-btn:hover {
  filter: saturate(200%);
}

.reviews-box .rev-item .ri-bottom .ri-left .riq-yes {
  margin-left: 20px;
  margin-right: 10px;
  background: #EFF9ED;
}

.reviews-box .rev-item .ri-bottom .ri-left .riq-no {
  background: #F7EEEE;
}

.reviews-box .rev-answer {
  margin-top: 20px;
  margin-left: 40px;
  padding-bottom: 4px;
  background: #F5F9FA;
  border-color: #F5F9FA;
  z-index: 0;
}

.reviews-box .rev-answer::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -20px;
  width: 20px;
  height: 172px;
  border-left: 1px solid #EAEEEF;
  border-bottom: 1px solid #EAEEEF;
}

.reviews-box .dark-element {
  padding: 40px;
  background: #0D3745;
  color: #fff;
}

.reviews-box .dark-element .stars-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  max-width: 254px;
}

.reviews-box .dark-element .stars-row .stars {
  gap: 11px;
}

.reviews-box .dark-element .stars-row .stars > * {
  width: 25px;
}

.reviews-box .dark-element .counts-grid {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr 32px;
  gap: 18px 5px;
  margin: 30px 0 38px;
}

.reviews-box .dark-element .counts-grid .cr-name {
  padding-right: 15px;
}

.reviews-box .dark-element .counts-grid .cr-count {
  text-align: right;
}

.reviews-box .dark-element .counts-grid .cr-line {
  position: relative;
  height: 4px;
  border-radius: 4px;
  background: #FFF;
  overflow: hidden;
}

.reviews-box .dark-element .counts-grid .cr-line .active-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #FFC871;
  border-radius: 0 4px 4px 0;
}

.reviews-box .dark-element .btn {
  width: 100%;
}

.reviews-box .dark-element .q-dark {
  margin-bottom: 30px;
  text-align: center;
  font-size: 15px;
}

.reviews-box .dark-element .q-dark .just-text {
  margin-top: 20px;
}

.bottom-nav-box {
  padding-top: 48px;
  padding-bottom: 30px;
}

.bottom-nav-box .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.bottom-nav-box .bona-item {
  position: relative;
  padding-bottom: 57.222%;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.bottom-nav-box .bona-item:hover .image-bg {
  transform: scale(1.03);
  opacity: 0.4;
}

.bottom-nav-box .bona-item .image-bg {
  opacity: 0.6;
  transition: opacity 0.2s, transform 0.2s;
}

.bottom-nav-box .bona-item .bi-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bottom-nav-box .bona-item .bi-content .top-text {
  font-size: 14px;
  opacity: 0.8;
}

.bottom-nav-box .bona-item .bi-content .top-text-right {
  text-align: right;
}

.bottom-nav-box .bona-item .bi-content .bottom-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-nav-box .bona-item .bi-content .bottom-text .h4 {
  max-width: 330px;
  margin-right: 20px;
  line-height: 1.3888888889;
}

.bottom-nav-box .bona-item .bi-content .bottom-text .bo-price {
  font-size: 20px;
  font-weight: 700;
}

.works-top-box {
  background: #0D3745;
  padding: 120px 0 117px;
  color: #fff;
}

.works-top-box .row {
  display: flex;
  flex-wrap: wrap;
}

.works-top-box .just-text {
  display: grid;
  gap: 11px;
  margin-top: 58px;
}

.works-top-box .abstract {
  margin-top: 11px;
  margin-bottom: 77px;
}

.works-list-box {
  padding-top: 80px;
  padding-bottom: 81px;
}

.works-list-box .btns-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.works-list-box .btns-top .left-btns {
  display: flex;
}

.works-list-box .btns-top .left-btns .btn {
  margin-right: 10px;
}

.works-list-box .btns-top .right-btns {
  display: flex;
}

.works-list-box .btns-top .right-btns .btn {
  padding: 0 12px;
  margin-left: 10px;
  margin-right: 0;
}

.works-list-box .works-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
  gap: 30px;
}

.our-works-boxis {
	    margin-top: 81px;

}

.works-list-box .works-grid .more-row {
  grid-column: 1/-1;
  padding: 11px 30px 0 0;
}

.works-list-box.left-tabs-init .work-item:not(.active) {
  display: none;
}

.works-list-box .wmap {
  position: relative;
  height: 600px;
  background: #eee;
}

.works-list-box .wmap #map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.works-cards {
  margin-bottom: -83px;
}

.work-info-box .h1 {
  margin-bottom: 30px;
}

.work-info-box .top-bread-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-right: -84px;
  z-index: 5;
}

.work-info-box .top-bread-wrap .a-icon {
  margin-left: 20px;
}

.work-info-box .info-top::before {
  display: none;
}

.work-info-box .info-top .left-side {
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-start;
  top: 30px;
  gap: 54px;
}

.work-info-box .info-top .left-side::before {
  content: "";
  position: absolute;
  top: 0;
  margin-left: 15px;
  left: calc(var(--side-size) * -1);
  width: var(--body-width);
  bottom: 0;
  background: #0D3745;
}

.work-info-box .info-top .left-side > * {
  position: relative;
}

.work-info-box .info-top .it-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-bottom: 0;
}

.work-info-box .right-line {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 8px;
}

.work-info-box .right-line .v-abstract {
  margin-top: 109px;
}

.work-info-box .feature-wrap {
  margin-top: 28px;
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}

.work-info-box .feature-list {
  margin: 0;
}

.work-info-box .feature-list .feature-row::after {
  min-width: 29px;
}

.work-info-box .dotted-link {
  background: repeat-x 0% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='2' viewBox='0 0 1920 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M1 1H1920' stroke='white' stroke-width='1' stroke-linecap='round' stroke-dasharray='0 2'/%3E%3C/svg%3E%0A");
  background-clip: content-box;
}

.work-info-box .dotted-link::before {
  display: none;
}

.work-info-box .right-slider {
  display: none;
}

.work-info-box .right-side {
  display: flex;
  min-width: calc(var(--body-width) / 2 + 15px);
  margin-right: calc(var(--side-size) * -1);
}

.work-info-box .images-list {
  display: grid;
  gap: 10px;
  margin-right: calc(var(--side-size) * -1);
  right: 0;
}

.work-info-box .images-list .r-image {
  position: relative;
  display: block;
}

.work-info-box .images-list .r-image img {
  position: static;
  display: block;
}

.description-box {
  padding-top: 82px;
  line-height: 1.75;
  counter-reset: myCounter;
}

.description-box .h3 {
  margin-bottom: 38px;
}

.description-box .just-text {
  max-width: 440px;
}

.description-box .just-text p {
  line-height: 1.75;
}

.description-box .just-text p:not(:last-child) {
  margin-bottom: 1.76em;
}

.description-box .custom-list {
  max-width: 440px;
}

.description-box ol.custom-list {
  counter-reset: inherit;
}

.description-box ol.custom-list li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
}

.reviews-work-box {
  padding-top: 44px;
}

.reviews-work-box .h3 {
  margin-bottom: 38px;
}

.reviews-work-box .rev-item {
  max-width: 1440px;
}

.gallery-work-box .slick-tabs {
  padding: 1px 0 0 66px;
}

.gallery-work-box .slick-general .slick-list {
  overflow: visible;
}

.work-banner-box {
  padding-bottom: 0;
  margin-bottom: -2px;
  z-index: 3;
}

.work-banner-box .just-text {
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 1.125;
}

.work-banner-box .btn {
  margin-top: 28px;
  max-width: none;
  width: auto;
}

.work-banner-box .cb-arrow img {
  margin-top: -16px;
}

.ow-work-box {
  padding-top: 83px;
}

.ow-work-box .slick-title {
  align-items: flex-end;
}

.ow-work-box .slick-title a {
  padding-bottom: 6px;
}

.about-top-box {
  color: #fff;
  background: #0D3745;
}

.about-top-box .row {
  display: flex;
  flex-wrap: wrap;
}

.about-top-box .h1 {
  padding-top: 90px;
  max-width: 470px;
}

.about-top-box .subtitle {
  margin: 30px 0 50px;
  font-size: 20px;
}

.about-top-box .at-quote {
  position: relative;
  margin-right: -15px;
  padding-top: 6px;
  padding-left: 60px;
  padding-bottom: 93px;
}

.about-top-box .at-quote::before {
  content: url(../../../../../../local/templates/bobers/images/icons/quote.svg);
  position: absolute;
  top: -3px;
  left: -1px;
}

.about-top-box .at-quote::after {
  position: absolute;
  content: "";
  top: 46px;
  left: 14px;
  height: 250px;
  width: 2px;
  background: no-repeat 0%;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='2' height='250' viewBox='0 0 2 250' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M1 1V251' stroke='url(%23paint0_linear_0_1559)' stroke-linecap='round' stroke-dasharray='0 3'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_0_1559' x1='0.5' y1='1' x2='0.5' y2='251' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.01'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.about-top-box .at-quote p {
  line-height: 1.125;
}

.about-top-box .at-quote p:not(last-child) {
  margin-bottom: 1.14em;
}

.about-top-box .at-quote .sign {
  display: flex;
  align-items: center;
  margin-top: 33px;
}

.about-top-box .at-quote .sign span {
  opacity: 0.5;
  margin-right: 25px;
}

.about-top-box .right-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.about-top-box .right-content .v-abstract {
  position: absolute;
  right: 0;
}

.about-top-box .right-content .big-logo {
  position: absolute;
  margin-left: -253px;
}

.about-top-box .right-content .about-man {
  position: absolute;
  bottom: 0;
  margin-right: -84px;
}

.manufacture-box {
  padding-top: 73px;
  padding-bottom: 80px;
}

.manufacture-box .slick-title {
  justify-content: flex-start;
}

.manufacture-box .slick-title .h3 {
  padding-top: 4px;
}

.manufacture-box .slick-general {
  margin-top: -5px;
}

.manufacture-box .manuf-item {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 57.2222%;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.manufacture-box .manuf-item:hover .manuf-description {
  max-height: 300px;
  padding-top: 21px;
  opacity: 1;
}

.manufacture-box .manuf-item img {
  opacity: 0.6;
  transition: transform 0.3s;
}

.manufacture-box .manuf-coontent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 51px 50px;
}

.manufacture-box .manuf-coontent .h4 {
  margin-top: auto;
}

.manufacture-box .manuf-coontent .manuf-description {
  max-width: 560px;
  max-height: 0;
  transition: 0.5s;
  opacity: 0;
  line-height: 1.375;
  overflow: hidden;
}

.fourteen-big-box .content {
  padding: 130px 125px;
  background: #0D3745;
  color: #fff;
  line-height: 1.375;
}

.fourteen-big-box .top-row {
  display: grid;
  grid-template-columns: auto 1px 350px;
  gap: 70px;
  max-width: 1140px;
  width: 100%;
}

.fourteen-big-box .top-row .pillars-side {
  margin-top: 41px;
  justify-content: flex-start;
}

.fourteen-big-box .top-row .pillars-side .pillars-col {
  margin-left: 0;
  margin-right: 47px;
}

.fourteen-big-box .top-row .pillars-side .pillars-col .p-int {
  margin-bottom: 21px;
}

.fourteen-big-box .top-row .v-line {
  background: #355864;
}

.fourteen-big-box .top-row .right-side {
  margin-top: 30px;
}

.fourteen-big-box .top-row .right-side .h3 {
  margin-top: 32px;
  margin-bottom: 28px;
}

.fourteen-big-box .top-row .right-side .btn {
  margin-top: 50px;
}

.fourteen-big-box .h-abstract {
  position: relative;
  margin: 81px 0 80px;
  width: 100%;
  height: 36px;
  background-size: auto 100%;
  opacity: 0.1;
}

.fourteen-big-box .bottom-row {
  display: grid;
  max-width: 1220px;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.about-history-box {
  padding: 82px 0 41px;
}

.about-history-box .h3 {
  margin-bottom: 52px;
}

.about-history-box .year-item {
  position: relative;
  line-height: 1.75;
}

.about-history-box .year-item:first-child .year-int::after {
  display: block;
  right: 100%;
  margin-right: 16px;
  max-width: 194px;
}

.about-history-box .year-item:last-child .year-int::before {
  display: none;
}

.about-history-box .year-item .year-int {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 80px;
  line-height: 1;
  font-weight: 900;
  color: #6BB259;
}

.about-history-box .year-item .year-int::before, .about-history-box .year-item .year-int::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 248px;
  height: 100%;
  background: url(../../../../../../local/templates/bobers/images/icons/year-line.svg) repeat-x 100% 50.5%;
}

.about-history-box .year-item .year-int::after {
  display: none;
}

.about-history-box .year-item .custom-list {
  max-width: 430px;
}

.about-gost-box {
  padding: 130px 0 127px;
  background: #0D3745;
  color: #fff;
}

.about-gost-box .ag-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.about-gost-box .ag-title .abstract {
  margin-right: 78px;
}

.about-gost-box .ag-item a {
  display: block;
}

.about-gost-box .ag-item .agi-title {
  margin-top: 30px;
  margin-bottom: 13px;
  line-height: 1.3888888889;
}

.about-gost-box .ag-item .agi-info {
  max-width: 330px;
  font-size: 14px;
  opacity: 0.5;
}

.about-why-box {
  padding-top: 81px;
  padding-bottom: 53px;
}

.about-why-box .h3 {
  margin-bottom: 38px;
}

.about-why-box p {
  max-width: 700px;
  line-height: 1.75;
}

.about-why-box p:not(last-child) {
  margin-bottom: 1.75em;
}

.about-also-box .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.about-also-box .also-item {
  position: relative;
  display: block;
  padding-bottom: 50%;
  background: #F5F9FA no-repeat 100%;
  background-size: auto 100%;
  color: inherit;
  transition: background 0.2s;
}

.about-also-box .also-item:hover {
  background-color: #f8f9fa;
  background-size: auto 105%;
}

.about-also-box .also-item .also-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 77px 76px;
}

.about-also-box .also-item .h2 {
  margin-top: 27px;
  color: #0D3745;
  max-width: 9em;
}

.calc-top-box {
  background: #0D3745;
  padding: 120px 0 123px;
  color: #fff;
}

.calc-top-box .just-text {
  margin-top: 27px;
}

.calc-top-box .abstract {
  margin-top: 11px;
}

.calc-top-box .abstract-m {
  display: none;
}

.calc-form-box {
  padding-top: 81px;
}

.calc-form-box .container {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 50px;
}

.calc-form-box .cf-row {
  position: relative;
  display: grid;
  gap: 39px;
  padding-left: 46px;
}

.calc-form-box .cf-title {
  display: flex;
  align-items: center;
}

.calc-form-box .cf-title .cf-int {
  position: absolute;
  left: 0;
  margin-top: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #6BB259;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
}

.calc-form-box .inactive {
  pointer-events: none;
  opacity: 0.5;
}

.calc-form-box .calc-form .form-input {
  margin: 0;
  max-width: 799px;
}

.calc-form-box .calc-form .form-input input {
  max-height: 46px;
}

.calc-form-box .calc-form .form-input input::-moz-placeholder {
  color: rgba(37, 37, 37, 0.5);
}

.calc-form-box .calc-form .form-input input:-ms-input-placeholder {
  color: rgba(37, 37, 37, 0.5);
}

.calc-form-box .calc-form .form-input input::placeholder {
  color: rgba(37, 37, 37, 0.5);
}

.calc-form .cf-wrap .cf-subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

.calc-form .tabs-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 950px;
}

.calc-form .tabs-list > * {
  margin: 0 !important;
  white-space: nowrap;
}

.calc-form .tabs-list .for-str {
  display: flex;
  align-items: center;
  grid-column: span 2;
  padding-left: 30px;
  min-height: 30px;
}

.calc-form .tabs-list .for-str.active {
  color: #6BB259;
}

.calc-form .tabs-list .the-one-str {
  padding-left: 0;
  padding-top: 9px;
}

.calc-form .cf-buildings > .cf-wrap:not(.active) {
  display: none;
}

.calc-form .form-select {
  max-width: 800px;
}

.calc-form .form-select .pr-value {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  width: 100%;
}

.calc-form .form-select .pr-value::before {
  content: "";
  width: 28px;
  height: 21px;
  background: url(../../../../../../local/templates/bobers/images/icons/list-house.svg) no-repeat 50%;
  background-size: contain;
}

.calc-form .form-select .sl-name {
  font-weight: 700;
}

.calc-form .form-select .sl-af {
  display: flex;
  align-items: center;
}

.calc-form .form-select .sl-area {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 35px 0 30px;
  height: 30px;
  color: #6BB259;
  font-weight: 700;
  border-left: 1px solid #EBEEEF;
  border-right: 1px solid #EBEEEF;
}

.calc-form .form-select .sl-floors {
  padding-left: 31px;
  width: 227px;
}

.calc-form .cf-checks {
  margin-top: -1px;
  display: grid;
  gap: 24px;
}

.calc-form .cf-checks .form-checkbox span {
  max-width: none;
}

.calc-form .cf-input-subtitle {
  margin-bottom: 5px;
}

.calc-form .v-line {
  margin: 78px 0 80px;
  height: 2px;
  width: 100%;
  background: #EBEEEF;
}

.calc-form-box .calc-result {
  position: -webkit-sticky;
  position: sticky;
  margin-top: -1px;
  top: 120px;
  padding: 51px 50px 50px;
  background: #0D3745;
  color: #fff;
}

.calc-form-box .calc-result.inactive {
  display: none;
}

.calc-form-box .calc-result .house-row {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 20px;
  margin: 29px 0 30px;
  padding-bottom: 29px;
  border-bottom: 1px solid #355864;
}

.calc-form-box .calc-result .house-row .h-name {
  margin-top: 1px;
  line-height: 1.375;
}

.calc-form-box .calc-result .house-row .hr-info {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  max-width: 150px;
}

.calc-form-box .calc-result .feature-list {
  margin-bottom: 29px;
}

.calc-form-box .calc-result .feature-list .toggle {
  display: flex;
  align-items: center;
  position: relative;
}

.calc-form-box .calc-result .feature-list .toggle:not(.filled) .str {
  display: none;
}

.calc-form-box .calc-result .feature-list .toggle:not(.filled)::before {
  content: "Не выбрано";
}

.calc-form-box .calc-result .feature-list .toggle .str {
  display: flex;
  align-items: center;
}

.calc-form-box .calc-result .feature-list .toggle .str::after {
  content: "";
  margin-top: -2px;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  border-color: currentColor transparent transparent transparent;
  transition: transform 0.2s, color 0.2s;
}

.calc-form-box .calc-result .feature-list .toggle .str.active::after {
  transform: scale(180deg);
}

.calc-form-box .calc-result .feature-list .feature-row span:last-child:empty::before {
  content: "Не выбрано";
}

.calc-form-box .calc-result .feature-list .feature-sub {
  display: none;
  margin-top: -10px;
  font-size: 12px;
  gap: 5px;
  opacity: 0.7;
}

.calc-form-box .calc-result .feature-list .feature-sub:empty {
  display: none !important;
}

.calc-form-box .calc-result .feature-list .fe-delivery > span:empty::before {
  content: "Не выбрано";
}

.calc-form-box .calc-result .feature-list .fe-delivery > span:empty ~ i {
  display: none;
}

.calc-form-box .calc-result .cr-price {
  font-size: 24px;
  margin-bottom: 17px;
}

.calc-form-box .calc-right-form, .calc-form-box .calc-right-success {
  display: none;
  line-height: 1.2;
}

.calc-form-box .calc-right-form .just-text, .calc-form-box .calc-right-success .just-text {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}

.calc-form-box .calc-right-form .form-input, .calc-form-box .calc-right-success .form-input {
  margin-bottom: 30px;
}

.calc-form-box .calc-right-form .form-input .form-title, .calc-form-box .calc-right-success .form-input .form-title {
  margin-bottom: 15px;
}

.calc-form-box .calc-right-form .btn, .calc-form-box .calc-right-success .btn {
  width: 100%;
}

.calc-form-box .calc-right-form .bottom-text, .calc-form-box .calc-right-success .bottom-text {
  margin-top: 20px;
  font-size: 12px;
}

.calc-form-box .calc-right-success {
  text-align: center;
}

.cards {
  display: flex;
  border: 1px solid #EAEEEF;
  overflow: hidden;
}

.cards .card-item {
  position: relative;
  width: 100%;
  height: 265px;
  transition: width 0.45s;
  overflow: hidden;
}

.cards .card-item:hover {
  width: 220%;
}

.cards .card-item:hover .unhover {
  opacity: 0;
  visibility: hidden;
}

.cards .card-item:hover .hover {
  opacity: 1;
}

.cards .card-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  background: #EAEEEF;
  right: 0;
  width: 1px;
}

.cards .card-item .unhover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}

.cards .card-item .unhover .cu-title {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 700;
}

.cards .card-item .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: calc(var(--content-width) / 2 + 15px);
  padding: 51px 60px;
  background: no-repeat 100% 50%;
  background-size: auto 90.2%;
  opacity: 0;
  transition: opacity 0.3s;
}

.cards .card-item .c-description {
  margin: 8px 0 32px;
  max-width: 310px;
}

.cards .card-item .c-bottom {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.cards .card-item .c-bottom .btn {
  margin-right: 30px;
}

.cards .card-item .c-bottom .cb-info {
  max-width: 140px;
  opacity: 0.5;
}

.cards .card-item .c-bottom .cb-info span {
  display: inline-block;
}

.cards .card-delivery .hover {
  background-position-y: 96%;
  background-size: auto 93.2%;
}

.cards .card-calc .hover, .cards .card-consultation .hover, .cards .card-own .hover {
  background-size: auto 100%;
}

.cards .card-calc .c-description, .cards .card-consultation .c-description, .cards .card-own .c-description {
  max-width: 360px;
}

.cards .card-calc .c-bottom {
  margin-top: -7px;
}

.project-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 475px;
  width: 100%;
  background: #F5F9FA;
  color: #252525;
}

.project-item:hover .pi-unhover {
  opacity: 0;
}

.project-item:hover .pi-hover {
  opacity: 1;
}

.project-item:hover .pi-title {
  color: #6BB259;
}

.project-item:hover .pi-image img {
  transform: scale(1.02);
}

.project-item:hover .pi-image img:not(:first-child) {
  -webkit-animation-name: previewOpacity;
  animation-name: previewOpacity;
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.project-item .pi-image {
  position: relative;
  padding-bottom: 68.09%;
  overflow: hidden;
}

.project-item .pi-image img {
  transition: transform 0.3s, opacity 0.3s;
}

.project-item .pi-image img:not(:first-child) {
  opacity: 0;
}

/*
.project-item .pi-image img:not(:first-child) {
	opacity: 0;
	display: none;
}

.project-item .pi-image img.active:not(:first-child) {
	opacity: 1;
	display: none;
}
*/
.project-item .pi-information {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 40px;
}

.project-item .pi-title {
  margin: 0 0 auto;
  padding: 40px 0 35px;
  max-width: 330px;
  color: #0D3745;
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 0.2s;
}

.project-item .pi-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 30px;
  border-top: 1px solid #E6EBED;
}

.project-item .pi-price {
  font-size: 20px;
  font-weight: 700;
}

.project-item .pi-unhover {
  pointer-events: none;
  transition: opacity 0.2s;
}

.project-item .pi-hover {
  position: absolute;
  right: 0;
  display: flex;
  opacity: 0;
  transition: opacity 0.2s;
}

.project-item .pi-hover .p-icon {
  margin-left: 30px;
}

.project-item .pi-bottom-alt {
  display: none;
}

.work-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 720px;
  width: 100%;
  background: #F5F9FA;
  color: #252525;
}

.work-item:hover .wi-title {
  color: #6BB259;
}

.work-item:hover .wi-image img {
  transform: scale(1.02);
}

.work-item:hover .wi-image img:not(:first-child) {
  opacity: 1;
  -webkit-animation-name: previewOpacity;
  animation-name: previewOpacity;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.work-item .wi-image {
  position: relative;
  padding-bottom: 57.222%;
  overflow: hidden;
}

.work-item .wi-image img {
  transition: transform 0.3s, opacity 0.3s;
}

.work-item .wi-image img:not(:first-child) {
  opacity: 0;
}

/*
.work-item .wi-image img:not(:first-child) {
	display: none;
    opacity: 0;
}

.work-item .wi-image img.active:not(:first-child) {
	opacity: 1;
	display: none;
}
*/
.work-item .wi-information {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 40px;
}

.work-item .wi-title {
  margin: 0 0 auto;
  padding: 0 0 13px;
  color: #0D3745;
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 0.2s;
}

.work-item .wi-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 30px;
  border-top: 1px solid #E6EBED;
}

.hit {
  padding: 9px 15px 5px;
  background: #FFC871;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: #252525;
  z-index: 5;
}

.project-item .hit, .work-item .hit {
  position: absolute;
  top: 20px;
  left: 20px;
}

@-webkit-keyframes previewOpacity {
  0%, 40% {
    opacity: 0;
  }
  55%, 100% {
    opacity: 1;
  }
}

@keyframes previewOpacity {
  0%, 40% {
    opacity: 0;
  }
  55%, 100% {
    opacity: 1;
  }
}

.popup-boxes > .popup:not(.active) {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.popup-boxes > .popup:not(.active) .content-wrap {
  opacity: 0;
  transform: translateX(100%);
}
.form-body {
    padding: 0 !important;
}
.popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: opacity 0.5s;
  background: rgba(37, 37, 37, 0.6);

  z-index: 999;
}

.popup .close-popup {
  cursor: pointer;
}

.popup .empty-space {
  position: fixed;
  top: 0;
  left: -100vw;
  right: 0;
  bottom: 0;
}

.popup .close-btn {
  position: absolute;
  top: 48px;
  right: 48px;
}

.popup .close-btn svg {
  transition: transform 0.7s;
}

.popup .close-btn:hover svg {
  transform: rotate(180deg);
}

.popup .content-wrap {
  position: absolute;
  top: 0;
  right: 0;
  padding: 100px 80px;

  height: auto;
  max-width: 800px;
  width: 100%;
  background: #ffffff;
  color: #222;
  transition: opacity 0.4s, transform 0.5s;
}

.popup .popup-mini-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857142857;
  opacity: 0.5;
}

.popup .popup-title {
  margin-bottom: 54px;
}

.popup .popup-title .sub-title {
  line-height: 112%;
  margin-top: 30px;
}

.popup .popup-title .abstract {
  width: 100%;
  background-size: auto 100%;
}

.popup .form {
  display: grid;
  gap: 43px;
}

.popup .form .line {
  margin: 6px 0;
  width: 100%;
  height: 1px;
  background: #D7DDDF;
  opacity: 0.2;
}

.popup .file-row {
  align-items: center;
  padding-top: 3px;
}

.popup .file-row .form-file {
  display: grid;
  gap: 10px;
}

.popup .file-row .form-file .btn {
  margin: 0;
}

.popup .btn-row {
  display: grid;
  grid-template-columns: 192px auto;
  gap: 40px;
}

.popup .btn-row .btn {
  margin: 0;
  padding: 20px;
  width: 100%;
}

.popup p:not(:last-child) {
  margin-bottom: 1em;
}

.popup-white .content-wrap {
  background: #fff;
  color: #252525;
}

.popup-order .popup-title .sub-title {
  max-width: 360px;
}

.popup-success .popup-title {
  margin-bottom: 40px;
}

.popup-success .popup-title .sub-title {
  max-width: none;
}

.popup-success .btn {
  position: relative;
  max-width: 300px;
  width: 100%;
}

.popup-blitz .h3 {
  margin-bottom: 20px;
}

.popup-blitz .just-text:not(:last-child) {
  margin-bottom: 40px;
}

.popup-about-building .content-wrap {
  max-width: 1200px;
}

.popup-about-building .pab-grid-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px 30px;
  margin: 20px 0 70px;
  max-width: 800px;
}

.popup-about-building .pab-grid-list .pab-int {
  font-size: 22px;
  font-weight: 900;
  color: #6BB259;
}

.popup-about-building .pillars-side {
  justify-content: flex-start;
}

.popup-about-building .pillars-side .pillars-col {
  margin-left: 0;
  margin-right: 15px;
  width: 110px;
}
.popup-boxes.active {
	top: 170px !important;
}
.popup-about-building .pillars-side .pillars-col .p-name {
  font-size: 13px;
}

.popup-about-building .bottom-row {
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  gap: 40px;
}

.popup-about-building .bottom-row .video-side {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding-bottom: 56.25%;
}

.popup-about-building .bottom-row .video-side iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup-building-stages .just-text {
  margin-top: 10px;
}

.popup-building-stages .just-text:not(:last-child) {
  margin-bottom: 30px;
}

.popup-order-house .content-wrap {
  max-width: 1060px;
}

.popup-order-house .house-name {
  font-size: 24px;
  font-weight: 900;
}

.popup-order-house .calc-form .cf-row {
  display: grid;
  gap: 40px;
}

.popup-order-house .calc-form .form-input {
  margin: 0;
}

.popup-order-house .btn-row {
  max-width: 600px;
  align-items: center;
}

.popup-house-configuration .content-wrap {
  max-width: 1470px;
}

.popup-house-configuration .h-conf-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 440px 1fr;
  gap: 50px;
}

.popup-house-configuration .hc-image {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.popup-house-configuration .hc-image a {
  display: block;
}

.popup-house-configuration .hc-table {
  display: grid;
  align-self: start;
  gap: 20px;
}

.popup-house-configuration .hc-table .hc-row {
  display: grid;
  grid-template-columns: 1fr 150px 150px;
}

.popup-house-configuration .hc-table .hc-head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 10px 0;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  z-index: 5;
}

.popup-house-configuration .hc-table .hc-val {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-house-configuration .hc-table .hc-val .yes, .popup-house-configuration .hc-table .hc-val .no {
  display: block;
  width: 35px;
  height: 35px;
  background: no-repeat 50%;
  background-size: contain;
}

.popup-house-configuration .hc-table .hc-val .yes {
  background-image: url(../images/icons/check-green.svg);
}

.popup-house-configuration .hc-table .hc-val .no {
  background-image: url(../images/icons/close-black.svg);
  opacity: 0.7;
}

.popup-house-configuration .hc-table .hc-first {
  display: flex;
}

.popup-house-configuration .hc-table .hc-first .hc-int {
  width: 25px;
  margin-right: 10px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 900;
  text-align: right;
  opacity: 0.5;
}

.popup-house-configuration .hc-table .hc-first .hcf-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}

.popup-review .form-stars .fs-grid {
  display: grid;
  gap: 10px;
  max-width: 400px;
}

.popup-review .form-stars .fs-grid .fs-row {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.popup-review .form-stars .fs-grid .stars span {
  display: block;
  cursor: pointer;
}

.popup-review .form-stars .fs-grid .stars span:hover ~ span svg, .popup-review .form-stars .fs-grid .stars span.active ~ span svg {
  fill: #E5E8E9;
}

.popup-review .form-stars .fs-grid .stars:hover svg, .popup-review .form-stars .fs-grid .stars.checked svg {
  fill: #ffc871;
}

.popup-work .btn {
  margin-top: 69px;
  width: auto;
}

.popup-close-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  flex-shrink: 0;
  background: #fff;
  cursor: pointer;
}

.popup-close-row:hover .close-icon svg {
  transform: rotate(180deg);
}

.popup-close-row .close-icon {
  width: 36px;
}

.popup-close-row .close-icon svg {
  transition: transform 0.7s;
}

.popup-mobile {
  background: #0D3745;
}

.popup-mobile .close-icon {
  width: 36px;
}

.popup-mobile .mobile-content-wrap .container {
  padding-top: 5px;
  padding-bottom: 30px;
  max-width: 440px;
  color: #fff;
}

.popup-mobile-menu .m-search-form {
  position: relative;
  display: flex;
  align-items: center;
}

.popup-mobile-menu .m-search-form .search-icon {
  position: absolute;
  margin-bottom: 2px;
  right: 0;
  cursor: pointer;
}

.popup-mobile-menu .m-search-form .search-icon svg {
  fill: #869BA2;
}

.popup-mobile-menu .m-search-form .search-icon:hover svg {
  fill: #6BB259;
}

.popup-mobile-menu .m-search-form .s-input {
  padding-right: 15px;
  width: 100%;
  height: 46px;
  font-size: 14px;
  border-bottom: 1px solid #869BA2;
  transition: 0.3s;
  color: inherit;
  line-height: 1;
}

.popup-mobile-menu .m-search-form .s-input:focus {
  border-color: #6BB259;
}

.popup-mobile-menu .m-search-form .s-input::-moz-placeholder {
  color: #869BA2;
}

.popup-mobile-menu .m-search-form .s-input:-ms-input-placeholder {
  color: #869BA2;
}

.popup-mobile-menu .m-search-form .s-input::placeholder {
  color: #869BA2;
}

.popup-mobile-menu .m-menu {
  display: grid;
  margin-top: 29px;
  font-size: 14px;
  gap: 14px;
}

.popup-mobile-menu .m-menu .m-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 900;
  text-transform: uppercase;
}

.popup-mobile-menu .m-menu .m-menu-item.active {
  color: #BEE563;
}

.popup-mobile-menu .m-menu .m-menu-item.active::after {
  transform: rotate(180deg);
}

.popup-mobile-menu .m-menu .m-menu-item.m-drop::after {
  content: "";
  margin-left: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: currentColor transparent transparent transparent;
  transition: transform 0.2s;
}

.popup-mobile-menu .m-menu .m-submenu {
  display: grid;
  display: none;
  gap: 11px;
  margin-top: -1px;
  margin-bottom: 3px;
  padding-left: 10px;
  font-weight: 700;
}

.popup-mobile-menu .m-menu .m-submenu .m-submenu-item {
  display: flex;
  justify-content: space-between;
}

.popup-mobile-menu .m-menu .m-submenu .m-submenu-item .m-int {
  font-weight: 400;
  opacity: 0.5;
}

.popup-mobile-menu .m-menu-icons {
  margin-top: 30px;
  color: #869BA2;
}

.popup-mobile-menu .m-menu-icons .m-menu-item {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 13px;
}

.popup-mobile-menu .m-menu-icons .m-menu-item svg {
  fill: currentColor;
}

.popup-mobile-contacts {
  font-size: 14px;
}

.popup-mobile-contacts .top-time {
  margin-bottom: 32px;
  padding: 18px 0 16px;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #355864;
}

.popup-mobile-contacts .pmc-row {
  margin-bottom: 19px;
}

.popup-mobile-contacts .f-title {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}

.popup-mobile-contacts .f-title .circle-dot {
  margin-top: -2px;
  margin-left: 1px;
  margin-right: 8px;
  width: 14px;
  height: 14px;
}

.popup-mobile-contacts .just-text {
  white-space: pre-line;
  line-height: 1.3571428571;
}

.popup-mobile-contacts .phone-line {
  display: inline-flex;
  align-items: center;
  margin-top: 9px;
  font-size: 18px;
  font-weight: 700;
}

.popup-mobile-contacts .phone-line .icon {
  margin-right: 8px;
  margin-top: -2px;
  width: 12px;
}

.popup-mobile-contacts .f-socials {
  align-self: flex-end;
}
.form.popup .form-header {
	padding: 0 !important;
}
.form.popup .form-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.form.popup .form-footer {
	padding-left: 0px !important;
}
.popup-mobile-contacts .f-socials .social-col {
  display: flex;
  margin-top: -2px;
}

.popup-mobile-contacts .f-socials .social-col .a-icon {
  margin-left: 0;
  margin-right: 15px;
}

.popup-mobile-contacts .f-socials .link-mail {
  display: inline-block;
  margin-top: 9px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 1920px) {
	 .slick-tabs1 {
	  max-width:100% !important;
  }
  .home-box .back-image::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
    width: 30px;
    background: linear-gradient(to right, #0D374500, #0D3745 90%);
  }
}

@media (min-width: 1530px) {
  :root {
    --content-width: 1500px;
  }

  .container {
    max-width: 1500px;
  }
}

@media (max-width: 1529.98px) {
	
	.btn-zakaz23 {
		display:inline-flex;
	}
  :root {
    --content-width: 1260px;
  }

  .header-box .menu-col .m-item {
    margin-right: 30px;
  }
  
  .slick-tabs1 {
	  max-width:271px !important;
  }

  .header-box .submenu-row {
    padding: 20px 25px;
  }

  .header-box .submenu-item {
    margin: 5px;
    padding: 25px 20px;
    height: 133px;
  }

  .header-box .submenu-item .m-line {
    width: 50px;
    margin: 12px 0;
  }

  .bread-links {
    font-size: 14px;
  }

  .bread-links .slash {
    margin: 0 5px;
  }

  .home-box .back-image {
    max-width: 940px;
  }

  .home-box .h1 {
    margin: 0;
  }

  .home-box .bottom-row {
    display: block;
  }

  .home-box .image-line {
    margin: 40px 0;
  }

  .home-box .just-text {
    margin: 0;
  }

  .houses-box .ho-item .h-line {
    margin: 30px 0 30px;
  }

  .houses-box .ho-item {
    padding: 50px 40px;
  }

  .cards .card-delivery .hover {
    background-position-x: 110%;
  }

  .cards .card-item {
    height: 250px;
  }

  .cards .card-item .hover {
    padding: 45px 40px;
  }

  .cards .card-item .c-description {
    margin: 5px 0 20px;
  }

  .cards .card-item .c-bottom .btn {
    margin-right: 20px;
  }

  .how-we-work-box .hww-col {
    padding: 30px;
  }

  .project-item .pi-information {
    padding: 0 30px;
  }

  .project-item .pi-title {
    padding: 30px 0 25px;
  }

  .quiz-box .h2 {
    max-width: 700px;
  }

  .quiz-box .step-item .qo-name {
    text-align: center;
  }

  .quiz-box .step-item .qo-name span {
    padding-bottom: 0;
    background: repeat-x 0% 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='2' viewBox='0 0 1920 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M1 1H1920' stroke='white' stroke-width='1' stroke-linecap='round' stroke-dasharray='0 2'/%3E%3C/svg%3E%0A");
    background-clip: content-box;
  }

  .quiz-box .step-item .qo-name span::before {
    display: none;
  }

  .quiz-box .step-item .q-image {
    margin-bottom: 20px;
  }

  .quiz-box .step-item {
    grid-template-columns: 470px 1fr;
  }

  .quiz-box .step-item .q-arrow {
    display: none;
  }

  .calc-banner-box .content {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .calc-banner-box .content {
    background-size: contain;
  }

  .footer-box .f-bottom .f-copy {
    margin-right: 50px;
  }

  .footer-box .f-bottom .f-info {
    max-width: 580px;
  }

  .projects-sliders-box .sti-2, .projects-sliders-box .sti-3, .projects-sliders-box .sti-4, .projects-sliders-box .sti-5 {
    padding: 0;
  }

  .projects-sliders-box .st-text-info {
    padding: 0 15px;
    white-space: normal;
    max-width: 420px;
  }

  .projects-bar-top-box .pbt-btns {
    display: grid;
    gap: 20px;
    max-width: 340px;
    padding: 0;
  }

  .projects-bar-top-box .pbt-btns .btn {
    margin: 0;
  }

  .projects-bar-top-box .price-line {
    margin: 30px 0 40px;
  }

  .gallery-box .h2 {
    max-width: 230px;
  }

  .gallery-box .gallery-item {
    height: 470px;
  }

  .extra-box .ex-item .ex-image {
    height: 100%;
  }

  .cards .card-calc .hover, .cards .card-consultation .hover, .cards .card-own .hover {
    background-position-x: 120%;
  }

  .reviews-box .dark-element .stars-row .stars {
    align-items: center;
    line-height: 1;
  }

  .reviews-box .dark-element .counts-grid {
    gap: 10px 5px;
  }

  .reviews-box .rev-item .ri-top .ri-images {
    max-width: 500px;
  }

  .reviews-box .dark-element .stars-row .stars {
    gap: 6px;
  }

  .reviews-box .dark-element .stars-row .stars > * {
    width: 19px;
  }

  .reviews-box .dark-element .stars-row span {
    margin-top: 4px;
    white-space: nowrap;
  }

  .work-info-box .feature-wrap {
    grid-template-columns: 1fr;
  }

  .feature-list, .work-info-box .feature-wrap {
    gap: 15px;
  }

  .about-also-box .also-item .also-content {
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
  }

  .about-also-box .also-item .h2 {
    margin-top: 20px;
  }

  .calc-form .tabs-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .calc-form .tabs-list .for-str {
    padding: 0;
  }

  .calc-form .form-select .sl-floors {
    width: auto;
  }

  .calc-form .form-select .sl-af {
    padding-right: 40px;
  }

  .calc-form .v-line {
    margin: 60px 0;
  }

  .about-history-box .year-item .year-int::before {
    width: 180px;
  }

  .project-info-box .info-top .left-side .right-line {
    display: none;
  }

  .work-info-box .top-bread-wrap {
    margin: 0;
  }

  .work-info-box .info-top .left-side {
    display: block;
  }
}

@media (max-width: 1299.98px) {
  :root {
    --content-width: 960px;
  }

  .h1 {
    font-size: 46px;
  }

  .h2 {
    font-size: 36px;
  }

  .h3 {
    font-size: 26px;
  }

  .btn {
    font-size: 14px;
  }

  .stars {
    gap: 5px;
  }

  .stars > * {
    width: 16px;
  }

  .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .header-box .logo {
    max-width: 103px;
  }

  .header-box .bottom-row {
    align-items: center;
  }

  .header-box .menu-col {
    align-items: center;
    margin-left: 20px;
	height: 68px;
  }

  .header-box .menu-col .m-item {
    margin-right: 10px;
  }

  .header-box .v-line {
    flex-shrink: 0;
    margin: 0 20px;
  }

  .header-box .phone-col .phone-line {
    font-size: 18px;
  }

  .header-box .other-col .o-icon {
    margin-left: 15px;
    max-width: 20px;
  }

  .home-box .back-image {
    right: -270px;
    max-width: 780px;
  }

  .home-box .left-side {
    max-width: 500px;
  }

  .home-box .left-side {
    padding: 70px 0 85px;
  }

  .home-box .image-line {
    max-width: 320px;
  }

  .houses-box .ho-list {
    gap: 20px;
  }

  .houses-box .ho-item {
    padding: 30px;
   /* background-position-x: -220%;*/
  }

  .houses-box .ho-item .h-line {
    margin: 22px 0;
    width: 110px;
  }

  .cards .card-item {
    height: 210px;
  }

  .cards .card-item .c-description {
    font-size: 14px;
  }

  .cards .card-delivery .hover, .cards .card-item .hover {
    background-position-x: 150%;
  }

  .cards .card-item .hover {
    padding: 35px 30px;
  }

  .fourteen-box .content {
    padding: 60px 50px;
  }

  .fourteen-box .v-abstract {
    display: none;
  }

  .how-we-work-box .hww-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .project-item .pi-hover .p-icon {
    margin-left: 15px;
    max-width: 20px;
  }

  .quiz-box .step-item {
    grid-template-columns: 320px 1fr;
    font-size: 14px;
  }

  .quiz-box .step-item .q-image {
    max-height: 140px;
  }

  .quiz-box .step-item .qo-name {
    font-size: 16px;
  }

  .quiz-box .step-item .q-int {
    margin-top: 0;
    margin-bottom: 1px;
  }

  .quiz-box .quiz-steps {
    height: 240px;
  }

  .quiz-box .step-item .q-option {
    margin-left: 15px;
  }

  .quiz-box .quiz-progress {
    height: 30px;
  }

  .calc-banner-box .content {
    background-size: 610px auto;
  }

  .work-item .wi-information {
    padding: 30px;
  }

  .blitz-box .content {
    padding-top: 70px;
    background-image: none !important;
  }

  .blitz-box .blitz-man {
    width: 200px;
  }

  .blitz-box .blitz-logo {
    left: -210px;
    width: 150px;
  }

  .blitz-box .bb-man-wrap {
    margin-top: -20px;
    margin-left: 330px;
    padding: 0;
  }

  .footer-box {
    font-size: 14px;
  }

  .footer-box .f-menu ul li {
    margin-bottom: 10px;
  }

  .footer-box .footer-line {
    height: 30px;
  }

  .footer-box .f-bottom .f-info {
    max-width: 400px;
  }

  .projects-sliders-box .slick-title {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .projects-sliders-box .st-text-info {
    margin: 0;
    padding: 0;
  }

  .project-info-box .info-top .left-side .right-line {
    display: none;
  }

  .project-info-box .info-top .left-side {
    grid-template-columns: 1fr;
  }

  .project-info-box .info-top .info-row .hit, .project-info-box .info-top .info-row .ir-quest {
    margin-right: 20px;
  }

  .project-info-box .info-top .info-row .ir-quest img {
    margin-right: 8px;
  }

  .project-info-box .info-top .btns-row .btn {
    width: auto;
    margin-right: 30px;
  }

  .project-info-box .info-top .btns-row .btn span {
    display: none;
  }

  .project-info-box .info-top .btns-row .btn-icons .b-icon {
    max-width: 20px;
    margin-right: 15px;
  }

  .project-info-box .info-middle .some-square-information {
    flex-direction: column;
  }

  .project-info-box .info-middle .some-square-information .ss-line {
    margin: 0 20px;
    height: 1px;
    width: auto;
  }

  .tabs-list > span[data-tab-name], .tabs-list > span {
    margin-right: 30px;
    line-height: 1.1;
  }

  .gallery-box {
    padding: 100px 0;
  }

  .gallery-box .st-abstract {
    max-width: 320px;
  }

  .gallery-box .gallery-item {
    height: 400px;
  }

  .equipment-box {
    font-size: 14px;
  }

  .equipment-box .top-row .t-buttons {
    margin-left: 30px;
  }

  .equipment-box .equipment-table {
    gap: 30px;
  }

  .equipment-box .equipment-table .et-row {
    grid-template-columns: 0 304fr 328fr 328fr 328fr 0;
    gap: 20px;
  }

  .extra-box .ex-item .ex-top {
    gap: 25px;
  }

  .extra-box .ex-item .ex-name {
    padding: 20px 0;
  }

  .extra-box .ex-item .ex-bottom {
    padding: 15px 20px;
    font-size: 14px;
  }

  .extra-box .ex-item .ex-bottom b {
    font-size: 16px;
  }

  .extra-box .ex-item .ex-bottom .ex-b-row .ex-b-col {
    padding: 0 20px 0 10px;
  }

  .reviews-box .dark-element {
    font-size: 14px;
  }

  .reviews-box .rev-item .ri-top {
    padding: 25px 0;
  }

  .bottom-nav-box .container {
    gap: 20px;
  }

  .bottom-nav-box .bona-item .bi-content {
    padding: 35px;
  }

  .bottom-nav-box .bona-item .bi-content .bottom-text {
    display: grid;
    gap: 10px;
  }

  .projects-bar-top-box .price-line .abstract {
    margin-right: 30px;
    max-width: 320px;
  }

  .projects-bar-box .container {
    grid-template-columns: 1fr;
  }

  .projects-bar-box .pb-list {
    grid-column: auto;
  }

  .projects-bar-box .filter-bar {
    padding: 25px;
  }

  .projects-bar-box .filter-bar .fb-title {
    font-size: 16px;
  }

  .projects-bar-box .pb-list .pb-mobile-row {
    display: flex;
    margin-bottom: 20px;
  }

  .projects-bar-box .pb-sidebar {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 100vh;
    background: #0D3745;
    color: #fff;
    z-index: 1000;
    transition: opacity 0.2s, visibility 0.2s;
  }

  .projects-bar-box .pb-sidebar:not(.active) {
    opacity: 0;
    visibility: hidden;
  }

  .projects-bar-box .pb-sidebar .popup-close-row {
    display: flex;
  }

  .projects-bar-box .pb-sidebar .pb-sb-wrap {
    margin: 0 auto;
    padding: 31px 20px;
    max-width: 750px;
    overflow-y: hidden;
  }

  .projects-bar-box .pb-sidebar .filter-bar {
    margin-top: 18px;
    padding: 0;
    border: 0;
  }

  .projects-bar-box .pb-sidebar .filter-bar .fb-title {
    margin-bottom: 22px;
  }

  .projects-bar-box .pb-sidebar .f-line {
    background: #355864;
    margin: 20px 0;
  }

  .projects-bar-box .pb-sidebar .filter-slider {
    height: 2px;
  }

  .projects-bar-box .pb-sidebar .filter-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/range-dot-dark.svg");
  }

  .projects-bar-box .pb-sidebar .filter-slider .ui-slider-handle::before {
    background-image: url("../images/icons/range-dot-green-dark.svg");
  }

  .projects-bar-box .filter-bar .filter-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 29px;
  }

  .projects-bar-box .filter-bar .filter-inputs input {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
  }

  .projects-bar-box .filter-bar .filter-inputs input:not(:focus) {
    border-color: #738A91;
  }

  .projects-bar-box .filter-bar .filter-list span:not(.active, :hover) {
    border-color: #738A91;
  }

  .projects-bar-box .filter-bar .btn-row {
    margin-top: 20px;
  }

  .gallery-work-box .slick-tabs {
    padding: 0;
  }

  .work-banner-box .content {
    background-size: auto 100%;
    background-position-x: 120%;
  }

  .about-top-box .right-content .big-logo {
    max-width: 170px;
  }

  .about-top-box .right-content .v-abstract {
    display: none;
  }

  .manufacture-box .manuf-coontent {
    padding: 30px;
  }

  .manufacture-box .manuf-item {
    padding-bottom: 80%;
  }

  .manufacture-box .manuf-item:hover .manuf-description {
    padding-top: 10px;
  }

  .fourteen-big-box .content {
    padding: 70px 100px;
  }

  .fourteen-big-box .top-row {
    grid-template-columns: 1fr;
  }

  .fourteen-big-box .top-row .v-line {
    height: 1px;
    width: 100%;
    order: 3;
  }

  .fourteen-big-box .top-row .left-side {
    order: 5;
  }

  .fourteen-big-box .h-abstract {
    height: 30px;
  }

  .fourteen-big-box .top-row .pillars-side {
    max-width: none;
    justify-content: space-between;
    padding-left: 65px;
  }

  .fourteen-big-box .left-side .h2 {
    text-align: center;
  }

  .about-history-box .year-item .year-int::before {
    width: 80px;
  }

  ul.custom-list li, ol.custom-list li {
    margin: 10px 0 20px;
  }

  .about-gost-box .h2 {
    max-width: 250px;
  }

  .about-gost-box .ag-title .abstract {
    max-width: 320px;
    margin: 0;
  }

  .about-also-box .also-item {
    background-position-x: 140%;
  }

  .about-also-box .also-item .h2 {
    margin-top: 10px;
  }

  .about-also-box .also-item .also-content {
    padding: 35px;
  }

  .calc-form-box .container {
    display: block;
  }

  .calc-form-box .calc-result .house-row {
    grid-template-columns: 70px auto;
    margin: 15px 0 20px;
    padding-bottom: 20px;
  }

  .calc-form-box .calc-result {
    padding: 30px 30px;
    max-width: 420px;
    width: 100%;
  }

  .calc-form-box .calc-right {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 500;
  }

  .calc-form-box .calc-right .cr-bottom {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    gap: 30px;
  }

  .calc-form-box .calc-right .cr-price {
    margin: 0;
    line-height: 1;
    font-size: 18px;
  }

  .calc-form-box .calc-right .cts-title .h3 {
    font-size: 18px;
  }

  .calc-form-box .calc-right .empty-space {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #252525;
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.2s, visibility 0.2s;
  }

  .calc-form-box .calc-right:not(.active) .feature-list {
    display: none;
  }

  .calc-form-box .calc-right:not(.active) .house-row {
    display: none;
  }

  .calc-form-box .calc-right:not(.active) .empty-space {
    opacity: 0;
    visibility: hidden;
  }

  .calc-form-box .calc-right:not(.active) .cr-bottom {
    margin-top: 10px;
  }

  .calc-form-box .calc-right:not(.active) .cts-title .cts-more::before {
    content: "Показать";
  }

  .calc-form-box .calc-right:not(.active) .cts-title .cts-more::after {
    transform: rotate(180deg);
    color: #fff;
  }

  .calc-form-box .calc-right .cts-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .calc-form-box .calc-right .cts-title .cts-more {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .calc-form-box .calc-right .cts-title .cts-more::before {
    content: "Скрыть";
    opacity: 0.5;
  }

  .calc-form-box .calc-right .cts-title .cts-more::after {
    content: "";
    margin-left: 11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: currentColor transparent transparent transparent;
    transition: transform 0.2s;
    color: #6BB259;
  }

  .popup-house-configuration .h-conf-grid {
    display: block;
  }

  .popup-house-configuration .hc-image {
    position: static;
    max-width: 400px;
    margin: 0 auto 40px;
  }
}

@media (max-width: 991.98px) {
	.hidemobile {
	display:none;
}
.showmobile {
		display:block;
}
	.zakaz_mobile {
	display:block !important;
	margin: 0 auto;
    width: 100%;
    text-align: center;
	margin-bottom:15px;
}
	.projects-bar-box .pb-sidebar .pb-sb-wrap {

    max-width: 350px;

}
  :root {
    --content-width: 720px;
  }

  body {
    font-size: 14px;
  }

  .h1 {
    font-size: 40px;
  }

  .h2 {
    font-size: 30px;
  }

  .h3 {
    font-size: 24px;
  }

  .h4 {
    font-size: 16px;
  }

  .btn {
    padding: 18px 20px;
    font-size: 14px;
    max-height: 40px;
  }

  .wrapper {
    padding-top: 0px;
    overflow: hidden;
  }

  .slick-general {
    margin: 0 -10px;
  }

  .slick-general .slick-slide {
    margin: 0 10px;
  }

  .slick-arrow.slick-prev {
    left: 10px;
  }

  .slick-arrow.slick-next {
    right: 10px;
  }

  .header-box {
    display: none;
  }

  .header-mobile-box {
    display: block;
  }

  .home-box .back-image {
    max-width: 650px;
  }

  .home-box .just-text {
    max-width: 330px;
  }

  .houses-box .ho-item .h-price {
    font-size: 16px;
    line-height: 1;
  }

  .houses-box .ho-item {
    padding: 20px;
    background-position-x: -40%;
  }

  .houses-box .ho-item .h-bottom-info .unhover {
    display: none;
  }

  .houses-box .ho-item .h-bottom-info .hover {
    position: static;
    opacity: 1;
    transform: none;
  }

  .cards .card-item {
    height: 190px;
  }

  .cards .card-item .hover {
    min-width: calc(var(--content-width) / 3.5 * 2 + 15px);
  }

  .cards .card-item .unhover {
    padding: 0;
  }

  .cards .card-item .unhover .cu-title {
    margin-top: 5px;
    font-size: 16px;
  }

  .cards .card-item .unhover img {
    max-width: 40px;
  }

  .cards .card-item:hover {
    width: 350%;
    background: #fff;
  }

  .cards .card-item .c-description {
    margin: 7px 0 10px;
  }

  .fourteen-box .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fourteen-box .left-side {
    text-align: center;
  }

  .fourteen-box .left-side .btn {
    display: none;
  }

  .fourteen-box .btn-wrap-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fourteen-box .btn-wrap-mobile .abstract {
    margin-top: 30px;
    max-width: 320px;
  }

  .fourteen-box .pillars-side {
    margin: auto;
    padding-right: 24px;
  }

  .how-we-work-box .hww-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .how-we-work-box .hww-col {
    min-height: 224px;
  }

  .how-we-work-box .hww-col-first .abstract {
    max-width: 160px;
  }

  .how-we-work-box .hww-col .hww-icon {
    max-width: 33px;
  }

  .how-we-work-box .hww-col .hww-title {
    font-size: 16px;
  }

  .project-item .pi-information {
    padding: 0 20px;
  }

  .project-item .pi-title {
    padding: 20px 0 18px;
  }

  .project-item .pi-bottom {
    padding: 19px 0;
  }

  .quiz-box {
    padding: 80px 0;
  }

  .quiz-box .quiz-progress {
    height: 28px;
  }

  .quiz-box .step-item {
    grid-template-columns: 280px 1fr;
  }

  .quiz-box .step-item .q-image {
    max-height: 100px;
  }

  .quiz-box .step-item .form-input input {
    height: 40px;
    padding: 15px;
    font-size: 14px;
  }

  .quiz-box .step-item .qo-name {
    font-size: 12px;
    line-height: 1.3333333333;
  }

  .quiz-box .quiz-steps {
    height: 280px;
  }

  .calc-banner-box .content {
    padding: 30px 20px;
    background-size: 370px auto;
  }

  .calc-banner-box .cb-left {
    max-width: 440px;
  }

  .calc-banner-box .h2 {
    margin-bottom: 20px;
  }

  .calc-banner-box .cb-arrow {
    display: none;
  }

  .calc-banner-box .btn {
    margin-top: 30px;
  }

  .work-item .wi-information {
    padding: 20px;
  }

  .blitz-box .bb-left {
    margin: 0;
    text-align: center;
  }

  .blitz-box .just-text {
    margin: 20px;
  }

  .blitz-box .bb-man-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 0;
    padding: 0;
  }

  .blitz-box .blitz-man {
    margin-left: 50px;
    width: 170px;
  }

  .blitz-box .blitz-logo {
    left: auto;
    width: 130px;
    margin-left: -150px;
  }

  .footer-box .top-row {
    justify-content: center;
  }

  .footer-box .f-socials {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-box .footer-line {
    height: 28px;
  }

  .footer-box .f-bottom {
    flex-wrap: wrap;
  }

  .footer-box .f-bottom .f-copy {
    width: 100%;
    margin: 0 0 20px;
  }

  .projects-bar-box .pb-list {
    gap: 20px;
  }

  .project-info-box .info-top .left-side {
    display: block;
  }

  .project-info-box .right-slider {
    display: none;
  }

  .project-info-box .center-slider {
    max-width: 500px;
    display: flex;
  }

  .project-info-box .info-top .info-row .hit {
    display: none;
  }

  .project-info-box .info-top .info-row {
    margin: 30px 0;
  }

  .slick-title {
    flex-wrap: wrap;
  }

  .gallery-box .h2 {
    max-width: none;
    width: 100%;
  }

  .gallery-work-box .slick-tabs {
    margin: 20px 0;
  }

  .gallery-box .gallery-item {
    height: 280px;
  }

  .gallery-box .plan-item {
    position: relative;
  }

  .gallery-box .plan-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 !important;
  }

  .equipment-box .top-row {
    flex-wrap: wrap;
  }

  .equipment-box .top-row .h3 {
    width: 100%;
    margin-bottom: 22px;
  }

  .equipment-box .top-row .t-buttons {
    margin-left: 0;
  }

  .extra-box .ex-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .reviews-box .dark-element .q-dark .just-text {
    margin: 15px 0 20px;
  }

  .reviews-box .dark-element .q-dark {
    font-size: 14px;
    margin: 0;
  }

  .reviews-box .dark-element {
    padding: 23px;
  }

  .reviews-box .dark-element span {
    white-space: nowrap;
    margin-left: 5px;
  }

  .reviews-box .dark-element .counts-grid {
    margin: 20px 0;
  }

  .reviews-box .rev-item .ri-bottom {
    padding: 18px 0;
  }

  .reviews-box .rev-item .ri-top .ri-name-row .stars {
    margin-right: 10px;
    gap: 6px;
  }

  .reviews-box .rev-item .ri-top .ri-name-row .stars > * {
    width: 14px;
  }

  .reviews-box .rev-item .ri-top .ri-name-row .ri-name {
    margin-bottom: 10px;
  }

  .our-works-box .slick-title .h3 {
    max-width: 320px;
  }

  .bottom-nav-box .bona-item .bi-content {
    padding: 25px;
  }

  .works-list-box .works-grid {
    gap: 20px;
  }

  .works-list-box .btns-top .right-btns .btn {
    margin-left: 10px;
    margin-right: 0;
  }

  .works-list-box .wmap {
    height: 500px;
  }

  .work-info-box .info-top .left-side {
    position: relative;
  }

  .work-info-box {
    background: #0D3745;
  }

  .work-info-box .right-side {
    display: none;
  }

  .work-info-box .info-top .left-side::before {
    display: none;
  }

  .work-info-box .info-top .left-side {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .work-info-box .center-slider {
    margin: 30px 0;
  }

  .work-info-box .info-top .left-side {
    top: 0;
  }

  .description-box .just-text {
    margin-bottom: 40px;
  }

  .reviews-box .rev-item .ri-top .ri-images-2 > * {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .work-banner-box .cb-btn {
    order: 7;
  }

  .work-banner-box .cb-btn .btn {
    margin: 30px 0 0;
  }

  .work-banner-box .just-text {
    max-width: 380px;
    margin: 0;
  }

  .about-top-box .at-quote {
    padding-bottom: 20px;
  }

  .about-top-box .right-content .about-man {
    width: 170px;
    position: relative;
  }

  .about-top-box .right-content .big-logo {
    max-width: 140px;
    margin-left: -160px;
  }

  .manufacture-box .manuf-coontent {
    position: relative;
  }

  .manufacture-box .slick-slide {
    display: flex;
  }

  .manufacture-box .manuf-item {
    padding-bottom: 0;
  }

  .manufacture-box .manuf-item .manuf-description {
    height: auto;
    max-height: none;
    padding-top: 10px;
    opacity: 1;
  }

  .fourteen-big-box .top-row .right-side {
    margin-top: 0;
  }

  .fourteen-big-box .top-row .pillars-side {
    padding-left: 45px;
  }

  .fourteen-big-box .content {
    padding: 60px;
  }

  .fourteen-big-box .h-abstract {
    margin: 50px 0;
    height: 28px;
  }

  .about-history-box .year-item .year-int::before, .about-history-box .year-item .year-int::after, .about-history-box .year-item:first-child .year-int::after {
    display: none;
  }

  .about-history-box .year-item .year-int {
    margin-bottom: 15px;
    font-size: 60px;
  }

  ul.custom-list li::before {
    margin-right: 15px;
  }

  ul.custom-list li, ol.custom-list li {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .about-gost-box {
    padding: 80px 0;
  }

  .about-gost-box .ag-title {
    flex-wrap: wrap;
  }

  .about-gost-box .h2 {
    max-width: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .about-gost-box .ag-item .agi-title {
    margin-top: 20px;
  }

  .about-gost-box .ag-wrap {
    padding-bottom: 25px;
  }

  .about-also-box .container {
    gap: 20px;
  }

  .about-also-box .also-item {
    padding-bottom: 60%;
  }

  .about-also-box .also-item .also-content {
    padding: 20px 25px;
  }

  .form-input input, .form-input textarea {
    height: 50px;
    font-size: 14px;
    padding: 20px 15px;
  }

  .form-title {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .form-title .mini {
    display: block;
    margin-top: 9px;
    font-size: 14px;
    font-weight: 400;
  }

  .calc-form-box .calc-right-form .form-input, .calc-form-box .calc-right-success .form-input {
    margin-bottom: 20px;
  }

  .popup .content-wrap {
    max-width: 600px;
    padding: 80px 60px;
  }

  .popup .popup-title .abstract {
    height: 30px;
  }

  .popup .btn-row {
    gap: 25px;
  }

  .popup .close-btn {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

  .popup-house-configuration .hc-table .hc-head {
    font-size: 14px;
  }

  .popup-house-configuration .hc-table .hc-row {
    grid-template-columns: 1fr repeat(2, 100px);
  }

  .popup-house-configuration .hc-table .hc-first .hc-int {
    width: auto;
    line-height: 1.2;
  }

  .popup-house-configuration .hc-table .hc-val .yes, .popup-house-configuration .hc-table .hc-val .no {
    width: 20px;
    height: 20px;
  }

  .popup-house-configuration .hc-table .hc-first .hcf-name {
    line-height: 1.2;
  }

  .popup-house-configuration .hc-table {
    gap: 10px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --content-width: 540px;
  }

  .h1 {
    font-size: 24px;
    line-height: 117%;
  }

  .h2 {
    font-size: 24px;
    line-height: 117%;
  }

  .h3 {
    font-size: 20px;
    line-height: 1.35;
  }

  .h4 {
    font-size: 14px;
  }

  .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .stars > * {
    width: 15px;
  }

  .slick-general {
    margin: 0 -5px;
  }

  .slick-general .slick-slide {
    margin: 0 5px;
  }

  .slick-arrow.slick-prev {
    left: 5px;
  }

  .slick-arrow.slick-next {
    right: 5px;
  }

  .home-box .back-image {
    max-width: 550px;
  }

  .home-box .image-line {
    max-width: 220px;
  }

  .houses-box .ho-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .houses-box .ho-item {
    background-position-x: 100%;
  }

  .cards {
    display: grid;
  }

  .cards .card-item, .cards .card-item:hover {
    width: 100%;
  }

  .cards .card-item .unhover {
    display: none;
  }

  .cards .card-item .hover {
    position: static;
    padding: 20px 20px 0;
    opacity: 1;
    min-width: none;
    width: 100%;
  }

  .cards .card-item .hover .h3 {
    line-height: 1.35;
  }

  .cards .card-item .hover .c-bottom {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEEEF;
  }

  .cards .card-item .hover .c-bottom .cb-info {
    margin-top: 18px;
    max-width: none;
  }

  .cards .card-item {
    height: auto;
  }

  .cards .card-item:last-child .c-bottom {
    border-bottom: 0;
  }

  .cards .card-delivery .hover, .cards .card-item .hover {
    background-position-x: 140%;
  }

  .cards .card-calc .c-bottom {
    margin-top: 0;
  }

  .cards .card-item .c-description {
    margin: 11px 0 19px;
    max-width: 240px;
    line-height: 129%;
  }

  .cards .card-item:not(:last-child)::before {
    display: none;
  }

  .fourteen-box .content {
    padding: 40px;
  }

  .fourteen-box .pillars-side {
    position: relative;
    right: -8px;
    justify-content: space-between;
    padding: 0;
    max-width: 265px;
    width: 100%;
  }

  .fourteen-box .left-side {
    margin-bottom: 10px;
    max-width: 176px;
  }

  .fourteen-box .btn-wrap-mobile .abstract {
    max-width: 220px;
  }

  .fourteen-box .btn {
    margin-top: 30px;
  }

  .pillars-side .pillars-col .p-int {
    margin-bottom: 10px;
  }

  .pillars-side .pillars-col {
    margin: 0;
    width: 58px;
  }

  .pillars-side .pillars-col .p-int {
    font-size: 14px;
  }

  .pillars-side .pillars-col .p-arrows img {
    margin-bottom: -6.9px;
    width: 36px;
  }

  .pillars-side .pillars-col .p-name {
    margin-top: 21px;
    font-size: 10px;
    line-height: 108%;
  }

  .how-we-work-box {
    padding: 40px 0;
  }

  .how-we-work-box .hww-grid {
    gap: 10px;
  }

  .how-we-work-box .hww-col-first .abstract {
    max-width: 106px;
  }

  .how-we-work-box .hww-col {
    padding: 20px;
    min-height: 260px;
  }

  .project-item {
    max-width: none;
  }

  .slick-title {
    margin-bottom: 19px;
  }

  .slick-general .slick-list {
    overflow: visible;
  }

  .top-projects-box {
    padding-bottom: 40px;
  }

  .quiz-box {
    padding: 40px 0;
  }

  .quiz-box .top-row {
    flex-direction: column;
    text-align: center;
  }

  .quiz-box .h2 {
    margin-bottom: 15px;
  }

  .quiz-box .top-row .mini-info {
    font-size: 15px;
  }

  .quiz-box .top-row {
    margin-bottom: 20px;
  }

  .quiz-box .quiz-progress {
    margin-bottom: 22px;
    height: 21px;
  }

  .quiz-box .step-item {
    position: relative;
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .quiz-box .step-item .q-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 370px;
    line-height: 1.2857142857;
  }

  .quiz-box .step-item .q-int {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .quiz-box .step-item .h3 {
    margin-bottom: 10px;
  }

  .quiz-box .step-item.step-1 .btn {
    display: none;
  }

  .quiz-box .quiz-steps {
    height: auto;
  }

  .quiz-box .step-item:not(.active), .quiz-box .step-item.active ~ .step-success {
    display: none;
  }

  .quiz-box .step-item .q-info .btn {
    margin: 14px 0 -5px;
  }

  .quiz-box .step-item .q-image {
    margin: 0 0 10px; 
	min-width: 120px;
    max-width: 100px;
    width: 100%;
    height: 120px;
    max-height: none;
    text-align: left;
  }
.quiz-box .q-form .step-item  .q-image {
    margin: 0 0 10px;
    min-width: 60px;
    max-width: 100px;
    width: 100%;
    height: 60px;
    max-height: none;
    text-align: left;
}
  .quiz-box .step-item .q-image::before {
    background-size: 60px auto;
  }

  .quiz-box .step-item .q-options {
    max-width: 350px;
    margin: 0 auto;
	overflow:auto;
  }

  .quiz-box .step-item .q-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 8px;
  }

  .quiz-box .step-item .form-input input {
    font-size: 12px;
    padding: 10px;
  }

  .quiz-box .step-item .q-option-big .q-bottom {
    gap: 10px;
  }

  .quiz-box .step-4 .q-image, .quiz-box .step-item .q-option-big .q-image {
    max-width: none;
  }

  .quiz-box .step-item .q-form .q-image {
    margin-bottom: 10px;
  }

  .quiz-box .step-item .q-form .q-options {
    display: flex;
    justify-content: center;
    max-width: 320px;
  }

  .quiz-box .step-item .q-form .q-image {
    height: 80px;
  }

  .quiz-box .q-form-bottom {
    max-width: 320px;
    margin: 0 auto;
  }

  .quiz-box .step-item .q-form .form-input {
    margin: 20px 0 15px;
  }

  .quiz-box .step-item .q-form .btn-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .quiz-box .step-item .q-form .btn-box .btn {
    margin-bottom: 15px;
  }

  .quiz-box .step-success {
    position: relative;
    padding: 15px 0 0;
  }

  .quiz-box .step-success .q-descr {
    margin: 15px 0;
  }

  .calc-banner-box {
    padding: 40px 0;
  }

  .calc-banner-box .content {
    background-size: 320px auto;
  }

  .calc-banner-box .content .row {
    max-width: 240px;
  }

  .calc-banner-box .h2 {
    margin: 0;
  }

  .calc-banner-box .btn {
    margin: 0;
  }

  .calc-banner-box .just-text {
    margin: 10px 0 15px;
  }

  .blitz-box .content {
    padding-top: 40px;
  }

  .blitz-box .just-text {
    margin: 10px 0 25px;
  }

  .blitz-box .blitz-man {
    margin-left: 65px;
    width: 116px;
  }

  .blitz-box .blitz-logo {
    bottom: 37px;
    width: 103px;
  }

  .blitz-box .blitz-logo {
    margin-left: -76px;
  }

  .footer-box {
    margin-top: 30px;
    padding-top: 32px;
    padding-top: 40px;
  }

  .footer-box .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 340px;
  }

  .footer-box .h4 {
    margin-bottom: 10px;
  }

  .footer-box .circle-dot {
    margin-right: 8px;
    width: 14px;
    height: 14px;
  }

  .footer-box .phone-line {
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 18px;
  }

  .footer-box .phone-line .icon {
    margin-right: 8px;
    width: 12px;
  }

  .footer-box .f-socials {
    margin-top: 0;
  }

  .footer-box .f-socials .social-col .a-icon {
    transform: none;
    margin: 0 15px 0 0;
  }

  .footer-box .f-socials {
    display: block;
  }

  .footer-box .f-socials .link-mail {
    margin: 8px 0 0;
    font-size: 16px;
  }

  .footer-box .footer-line {
    margin: 30px 0 31px;
    height: 21px;
  }

  .footer-box .f-menu-big .h4 {
    margin-bottom: 19px;
  }

  .footer-box .f-menu ul li {
    margin-bottom: 11px;
  }

  .footer-box .h4.toggle {
    pointer-events: auto;
    margin-bottom: 19px;
  }

  .footer-box .h4.toggle::after {
    display: block;
  }

  .footer-box .h4.toggle ~ ul {
    display: none;
    margin: -2px 0 17px;
    padding-left: 10px;
  }

  .footer-box .f-bottom {
    margin-top: 11px;
    padding-top: 29px;
    padding-bottom: 30px;
  }

  .footer-box .f-bottom .f-copy {
    margin-bottom: 12px;
  }

  .footer-box .f-bottom .f-dev {
    margin-top: 20px;
  }

  .footer-box .f-bottom .f-dev span {
    margin-right: 15px;
  }

  .footer-box .f-bottom .f-dev .beavers {
    max-width: 88px;
  }

  .projects-sliders-box {
    padding: 40px 0 0;
  }

  .projects-sliders-box .projects-row {
    margin-bottom: 40px;
  }

  .projects-top-box {
    padding: 40px 0;
    text-align: center;
  }

  .projects-top-box .abstract {
    margin-top: 20px;
    max-width: 220px;
  }

  .projects-sliders-box .st-price-info {
    font-size: 20px;
  }

  .projects-sliders-box .st-count {
    margin-left: 10px;
    padding: 5px 8px;
    min-width: auto;
    line-height: 1;
  }

  .projects-sliders-box .slick-title {
    gap: 5px;
  }

  .projects-sliders-box .slick-general {
    margin-top: 0;
  }

  .bread-links {
    justify-content: center;
    margin-bottom: 20px;
  }

  .bread-links .back-link::before {
    margin-right: 10px;
    border-width: 3px 3px 3px 0;
  }

  .projects-bar-top-box {
    padding: 30px 0 40px;
    text-align: center;
  }

  .projects-bar-top-box .container {
  /*  max-width: 360px;*/
  }

  .projects-bar-top-box .row {
    flex-direction: column-reverse;
  }

  .projects-bar-top-box .h1 .secondary {
    color: inherit;
  }

  .projects-bar-top-box .h1 .secondary-m {
    display: block;
    color: #BEE563;
  }

  .projects-bar-top-box .price-line {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: 10px 0 0;
    font-size: 16px;
  }

  .projects-bar-top-box .price-line .abstract {
    margin: 23px 0;
    max-width: 220px;
  }

  .projects-bar-top-box .pbt-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
    line-height: 129%;
  }

  .projects-bar-top-box .pbt-text span {
    display: none;
  }

  .projects-bar-top-box .pbt-text::after {
    content: "";
    align-self: center;
    margin-top: 8px;
    margin-right: 14px;
    border-style: solid;
	display:none;
    border-width: 4px 4px 0 4px;
    border-color: currentColor transparent transparent transparent;
    transition: 0.4s;
  }

  .projects-bar-top-box .pbt-text.active::after {
    opacity: 0;
    margin-top: -8px;
  }

  .projects-bar-top-box .pbt-btns {
    gap: 10px;
  }

  .projects-bar-box .form-select {
    height: 32px;
  }

  .projects-bar-box .form-input .options-list, .projects-bar-box .form-select .options-list {
    min-height: 32px;
  }

  .projects-bar-box .form-input .col-value, .projects-bar-box .form-select .col-value {
    padding: 0 13px;
  }

  .projects-bar-box {
    padding: 40px 0;
  }

  .projects-bar-box .pb-list {
    grid-template-columns: 1fr;
  }

  .projects-bar-box .pb-list .pb-mobile-row {
    margin-bottom: 22px;
  }

  .projects-bar-box .pb-list .pb-list-top {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -14px;
    overflow-x: auto;
    max-width: calc(100vw - 15px);
  }

  .hit {
    padding: 6px 10px 3px;
    font-size: 12px;
  }

  .project-item .hit, .work-item .hit {
    top: 10px;
    left: 10px;
  }

  .project-info-box .info-top .left-side {
    padding-top: 30px;
    padding-bottom: 0px;
    text-align: center;
  }

  .project-info-box .info-top .it-wrap {
    padding: 0;
  }

  .project-info-box .info-top .info-row {
    margin: 22px 0 30px;
    justify-content: center;
  }

  .project-info-box .info-top .info-row .ir-stars {
    margin-right: 10px;
  }

  .project-info-box .info-top .info-row .ir-quest {
    margin-right: 0;
    margin-left: 20px;
  }

  .project-info-box .info-top .info-row .ir-quest img {
    max-width: 18px;
  }

  .project-info-box .center-slider {
    margin: 0 auto 21px;
  }

  .project-info-box .info-top .price-row {
    display: flex;
    justify-content: center;
    font-size: 20px;
  }

  .project-info-box .info-top .price-row .old-price-str {
    margin-left: 20px;
    font-size: 16px;
  }

  .project-info-box .info-top .btns-row {
    justify-content: center;
    margin: 23px 0 19px;
  }

  .project-info-box .info-top .btns-row .btn-icons .b-icon:last-child {
    margin-right: 0;
  }

  .project-info-box .info-middle {
    padding: 40px 0;
  }

  .feature-list {
    margin-bottom: 33px;
  }

  .project-info-box .info-middle .h3 {
    margin-bottom: 15px;
  }

  .project-info-box .info-middle .some-square-information .ssi-top {
    display: grid;
    align-items: center;
    grid-template-columns: 40px auto;
    gap: 16px;
  }

  .project-info-box .info-middle .some-square-information .ssi-item {
    padding: 20px;
  }

  .project-info-box .info-middle .some-square-information .ssi-item p {
    margin-bottom: 12px;
  }

  .project-info-box .info-middle .some-square-information {
    margin-bottom: 33px;
  }

  .tabs-list > span[data-tab-name], .tabs-list > span {
    margin: 0 15px;
  }

  .gallery-box {
    padding: 40px 0;
    text-align: center;
  }

  .gallery-box .slick-title {
    flex-direction: column;
    align-items: center;
  }

  .gallery-box .slick-title .slick-tabs {
    margin-left: -15px;
    margin-right: -20px;
    padding-right: 0;
  }

  .gallery-box .st-abstract {
    max-width: 220px;
  }

  .gallery-box .slick-tabs {
    margin: 20px 0 20px;
  }

  .gallery-box .slick-some-sliders {
    padding: 0;
  }

  .equipment-box {
    padding-top: 40px;
  }

  .equipment-box .top-row .t-buttons {
    margin-bottom: 15px;
  }

  .equipment-box .equipment-table {
    margin-top: 19px;
    gap: 20px;
  }

  .equipment-box .equipment-table .et-row:not(.et-top) .et-col::before, .equipment-box .equipment-table .et-row.et-top .et-col::after {
    content: attr(data-row-name);
    display: block;
    opacity: 0.5;
    margin-bottom: 9px;
    order: -1;
  }

  .equipment-box .equipment-table .et-row.et-top .et-col {
    display: flex;
    flex-direction: column;
  }

  .equipment-box .equipment-table .et-top .e-price-square {
    margin-bottom: 12px;
    width: 40px;
    height: 40px;
    border-width: 3px;
    background-size: contain;
  }

  .equipment-box .equipment-table .et-top {
    padding: 20px 0;
  }

  .equipment-box .equipment-table .et-top .e-price {
    font-size: 16px;
	    display: flex;
  }

  .equipment-box .equipment-table .et-top .et-col-price::before {
    display: none;
  }

  .equipment-box .equipment-table .et-row .et-col:first-child {
    display: none;
  }

  .equipment-box .equipment-table .et-arrows {
    display: flex;
    margin: -19px 0 0;
  }

  .equipment-box .equipment-table .et-row {
    grid-template-columns: 0 1fr 1fr 0;
    gap: 20px;
  }

  .equipment-box .equipment-table:not([tab-int]) .et-row .et-col:nth-of-type(4), .equipment-box .equipment-table[tab-int="1"] .et-row .et-col:nth-of-type(4) {
    display: none;
  }

  .equipment-box .equipment-table[tab-int="2"] .et-row .et-col:nth-of-type(2) {
    display: none;
  }

  .equipment-box .equipment-table[tab-int="3"] .et-row .et-col:nth-of-type(3) {
    display: none;
  }

  .equipment-box .equipment-table[tab-int="3"] .et-row .et-col:nth-of-type(2) {
    order: 7;
  }

  .equipment-box .equipment-table .et-bottom {
    padding: 11px 0 19px;
  }

  .extra-box {
    padding-bottom: 40px;
  }

  .extra-box .ex-title {
    margin: 40px 0 20px;
  }

  .reviews-box {
    padding: 40px 0;
  }

  .reviews-box .row {
    flex-direction: column-reverse;
  }

  .reviews-box .rv-title {
    display: grid;
    gap: 17px;
    margin-bottom: 20px;
  }

  .reviews-box .rv-title .rv-tabs {
    margin-left: 0;
  }

  .reviews-box .dark-element {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .reviews-box .dark-element span {
    margin-left: 0;
  }

  .reviews-box .dark-element .counts-grid .cr-line {
    height: 2px;
  }

  .reviews-box .dark-element .counts-grid {
    gap: 11px 5px;
  }

  .reviews-box .dark-element .stars-row {
    max-width: 220px;
  }

  .reviews-box .dark-element .stars-row span {
    margin-top: 4px;
  }

  .reviews-box .rev-item .ri-top .ri-name-row .ri-name {
    margin-bottom: 0;
  }

  .reviews-box .rev-item .ri-top .ri-ava {
    margin-top: -5px;
    width: 40px;
    height: 40px;
    float: left;
  }

  .reviews-box .rev-item .ri-top {
    display: block;
  }

  .reviews-box .rev-answer {
    margin-top: 10px;
    margin-left: 10px;
  }

  .reviews-box .rev-answer::before {
    top: -58px;
    left: -11px;
    width: 10px;
    height: 100px;
  }

  .reviews-box .rev-item .ri-top .ri-images {
    margin: 20px 0 0;
  }

  .slick-title .slick-tabs {
    margin-top: 20px;
    margin-left: 0;
  }

  .our-works-box .slick-title .h3 {
    max-width: 240px;
  }

  .bottom-nav-box {
    padding: 30px 0;
  }

  .bottom-nav-box .container {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bottom-nav-box .bona-item {
    padding-bottom: 50%;
  }

  .bottom-nav-box .bona-item .bi-content .top-text-right {
    text-align: left;
  }

  .works-top-box {
    padding: 40px;
    text-align: center;
  }

  .works-top-box .just-text {
    margin-top: 20px;
  }

  .works-top-box .abstract {
    display: block;
    margin: 20px auto;
    max-width: 220px;
  }

  .works-list-box {
    padding: 40px 0;
  }

  .works-list-box .btns-top {
    margin-bottom: 15px;
    align-items: flex-start;
  }

  .works-list-box .btns-top .left-btns {
    flex-wrap: wrap;
  }

  .works-list-box .btns-top .left-btns .btn {
    margin-bottom: 10px;
  }

  .works-list-box .btns-top .btn {
    max-height: 34px;
    padding: 15px;
  }

  .works-list-box .works-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }  .works-list-box .works-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .work-info-box .h1 {
    margin-bottom: 20px;
  }

  .work-info-box .center-slider {
    margin-top: 20px;
  }

  .description-box {
    padding-top: 40px;
  }

  .description-box .h3 {
    margin-bottom: 20px;
  }

  .description-box .just-text p:not(:last-child) {
    margin-bottom: 1.4em;
  }

  .description-box ol {
    margin: 0;
  }

  .description-box .empty-h {
    display: none;
  }

  .reviews-work-box .h3 {
    margin-bottom: 20px;
  }

  .ow-work-box {
    padding-bottom: 0;
  }

  .ow-work-box .slick-title {
    display: grid;
    gap: 10px;
  }

  .ow-work-box .slick-title .h3 {
    max-width: none;
  }

  .manufacture-box {
    padding: 40px 0;
  }

  .manufacture-box .slick-title .h3 {
    padding: 0;
  }

  .manufacture-box .slick-general {
    margin-top: 25px;
  }

  .manufacture-box .slick-arrow {
    display: none;
  }

  .fourteen-big-box .top-row .right-side .fbb-top {
    display: grid;
    align-items: center;
    grid-template-columns: 40px auto;
    gap: 16px;
    margin-bottom: 20px;
    max-width: 420px;
  }

  .fourteen-big-box .top-row .right-side .fbb-top .h3 {
    margin: 0;
  }

  .fourteen-big-box .content {
    padding: 40px 30px;
  }

  .fourteen-big-box .top-row .right-side .btn {
    margin-top: 20px;
  }

  .fourteen-big-box .top-row {
    gap: 30px;
  }

  .fourteen-big-box .top-row .left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fourteen-big-box .top-row .pillars-side .pillars-col {
    margin: 0;
  }

  .fourteen-big-box .top-row .pillars-side {
    margin: 20px 0 0;
    padding: 0 0 0 20px;
    width: 100%;
    justify-content: space-between;
    max-width: 300px;
  }

  .fourteen-big-box .h-abstract {
    margin: 30px 0;
  }

  .fourteen-big-box .bottom-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .fourteen-big-box .h-abstract {
    height: 21px;
  }

  .about-history-box {
    padding: 40px 0 10px;
  }

  .about-history-box .h3 {
    margin-bottom: 20px;
  }

  .about-history-box .year-item .year-int {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .about-history-box .custom-list {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .about-gost-box {
    padding: 40px 0;
  }

  .about-gost-box .ag-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }

  .about-gost-box .h2 {
    margin-bottom: 10px;
  }

  .about-gost-box .ag-title .abstract {
    margin-top: 13px;
    max-width: 220px;
    order: 5;
  }

  .about-why-box {
    padding: 40px 0 10px;
  }

  .about-why-box .h3 {
    margin-bottom: 17px;
  }

  .about-why-box p:not(last-child) {
    margin-bottom: 1.4em;
  }

  .about-also-box .container {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-also-box .also-item {
    padding-bottom: 50%;
    background-position-x: 100%;
  }

  .about-also-box .also-item .also-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .calc-top-box {
    padding: 40px 0;
    text-align: center;
  }

  .calc-top-box .container {
    max-width: 360px;
  }

  .calc-top-box .abstract {
    display: none;
  }

  .calc-top-box .abstract-m {
    display: block;
    margin: 20px auto;
    max-width: 220px;
  }

  .calc-top-box .just-text {
    margin-top: 0;
    line-height: 1.2857142857;
  }

  .form-select {
    height: 40px;
  }

  .form-input .options-list, .form-select .options-list {
    min-height: 38px;
  }

  .form-input .col-value, .form-select .col-value {
    padding: 0 13px;
  }

  .form-select {
    line-height: 1.1428571429;
  }

  .form-select::after {
    right: 15px;
  }

  .form-checkbox input[type=checkbox], .form-checkbox input[type=radio] {
    width: 20px;
    height: 20px;
  }

  .form-input input, .form-input textarea {
    padding: 19px;
  }

  .form-file input[type=file] {
    display: block;
  }

  .calc-form-box {
    padding: 40px 0 10px;
  }

  .calc-form-box .cf-row {
    gap: 30px;
    padding-left: 0;
  }

  .calc-form-box .cf-title {
    margin-bottom: -11px;
    padding-left: 40px;
  }

  .calc-form-box .cf-title .cf-int {
    margin-top: -1px;
    width: 26px;
    height: 26px;
  }

  .calc-form .cf-wrap .cf-subtitle {
    margin-bottom: 13px;
    font-size: 16px;
  }

  .calc-form .tabs-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .calc-form .form-select .pr-value::before {
    width: 18px;
  }

  .calc-form .form-select .sl-af {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 14px;
    padding-right: 0;
    width: 127px;
    height: 38px;
    border-left: 1px solid #EBEEEF;
  }

  .calc-form .form-select .sl-area {
    padding: 0;
    height: auto;
    border: 0;
  }

  .calc-form .form-select .sl-floors {
    padding: 0;
  }

  .calc-form .tabs-list .for-str {
    min-height: 22px;
  }

  .calc-form .v-line {
    margin: 28px 0;
  }

  .calc-form .cf-checks {
    gap: 20px;
    margin-top: 2px;
  }

  .calc-form-box .calc-form .form-input input {
    max-height: 38px;
  }

  .popup .popup-title .sub-title {
    line-height: 129%;
  }

  .popup .popup-title .abstract {
    margin-top: 18px;
    max-width: 224px;
    height: 21px;
  }

  .popup .popup-title {
    margin-bottom: 24px;
  }

  .popup .form {
    gap: 24px;
  }

  .popup .popup-mini-text {
    font-size: 12px;
  }

  .popup .btn-row {
    display: block;
    padding: 0;
    margin-top: -6px;
    margin-bottom: -4px;
  }

  .popup .btn-row .form-file {
    display: block;
  }

  .popup .btn-row .btn {
    width: auto;
  }

  .popup .btn-row .form-file {
    margin-bottom: 15px;
  }

  .popup .btn-row > .btn {
    width: 100%;
    margin-bottom: 20px;
  }

  .popup .content-wrap {
    padding: 60px 40px;
  }

  .popup .close-btn {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }

  .popup-about-building .pab-grid-list {
    margin: 10px 0 30px;
    grid-template-columns: 1fr 1fr;
  }

  .popup-about-building .pillars-side {
    margin-bottom: 30px;
    max-width: 400px;
    margin-left: 0;
    white-space: nowrap;
  }

  .popup-about-building .pillars-side .pillars-col .p-name {
    font-size: 10px;
  }

  .popup-about-building .bottom-row {
    display: block;
  }

  .popup-about-building .bottom-row .video-side {
    max-width: 400px;
  }

  .popup-building-stages .just-text:not(:last-child) {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .popup-order-house .calc-form .cf-row {
    gap: 20px;
  }

  .form-input textarea {
    min-height: 90px;
  }
}

@media (max-width: 575.98px) {
  :root {
    --content-width: 100vw;
    --side-size: calc((var(--body-width) - var(--content-width) + 40px) / 2);
  }
.newbtns {
    max-width: 100% !important;
    white-space: normal;
    margin-bottom: 15px;
    margin-top: 15px;

	}
  .wrapper {
    overflow: hidden;
  }

  .h3 {
    line-height: 120%;
  }

  .container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .houses-box {
    padding-bottom: 30px;
  }

  .home-box .container {
    flex-direction: column;
  }

  .home-box .left-side {
    padding: 41px 0 20px;
    text-align: center;
  }

  .home-box .just-text {
    margin: auto;
  }

  .home-box .image-line {
    margin: 20px auto;
  }

  .home-box .back-image {
    position: static;
    height: 163px;
  }

  .home-box .back-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 163px;
    width: auto;
    max-width: none;
  }

  .fourteen-box {
    margin-top: 30px;
    background: #0D3745;
  }

  .fourteen-box .content {
    padding: 40px 0;
  }

  .how-we-work-box .item-mobile {
    display: block;
  }

  .how-we-work-box {
    padding: 35px 0 30px;
  }

  .how-we-work-box .h3 {
    margin-bottom: 20px;
  }

  .how-we-work-box .hww-grid {
    display: flex;
    gap: 0;
    overflow-x: auto;
    margin-bottom: 19px;
  }

  .how-we-work-box .hww-col-first, .how-we-work-box .hww-last {
    display: none;
  }

  .how-we-work-box .hww-col {
    margin-right: 10px;
    min-width: 260px;
  }

  .how-we-work-box .hww-col {
    padding: 19px;
    line-height: 1.4285714286;
    min-height: 222px;
  }

  .how-we-work-box .hww-col .hww-int {
    top: 20px;
    right: 20px;
    font-size: 20px;
  }

  .how-we-work-box .hww-col .hww-title {
    margin: 14px 0 11px;
  }

  .top-projects-box .h3 {
    max-width: 130px;
  }

  .cards .card-item .hover {
    min-width: auto;
  }

  .cards .card-delivery .hover, .cards .card-item .hover {
    background-position: 140%;
    background-size: auto 140px;
  }

  .slick-general {
    max-width: 270px;
  }

  .slick-arrow {
    visibility: hidden;
  }

  .top-projects-box {
    padding-bottom: 30px;
  }

  .project-item .pi-title {
    font-size: 14px;
    max-width: none;
  }

  .project-item .pi-price {
    font-size: 16px;
  }

  .project-item .pi-hover {
    visibility: hidden;
  }

  .project-item .stars {
    gap: 2px;
  }

  .calc-banner-box {
    padding: 30px 0;
  }

  .calc-banner-box .h2 {
    font-size: 22px;
  }

  .calc-banner-box .content {
    background-position-x: 145%;
    background-size: 196px auto;
  }

  .calc-banner-box .just-text {
    max-width: 180px;
  }

  .calc-banner-box .btn {
    width: auto;
  }

  .work-item .wi-image {
    padding-bottom: 68.07%;
  }

  .work-item .wi-title {
    font-size: 14px;
    padding-bottom: 6px;
  }

  .blitz-box {
    background: #0D3745;
  }

  .blitz-box .h2 {
    margin: 0 auto;
    max-width: 180px;
  }

  .footer-box {
    padding-top: 30px;
  }

  .projects-sliders-box {
    padding-top: 30px;
  }

  .projects-sliders-box .slick-title {
    grid-template-columns: 1fr;
  }

  .projects-sliders-box .st-price-info {
    margin-left: 0;
  }

  .project-item:hover .pi-unhover {
    opacity: 1;
  }

  .projects-bar-box {
    padding: 30px 0;
  }

  .projects-bar-box .stars {
    display: inline-grid;
  }

  .projects-bar-box .project-item:hover .pi-unhover {
    opacity: 1;
  }

  .projects-bar-box .pi-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3px;
    padding: 15px 0;
  }

  .projects-bar-box .project-item .pi-price, .projects-bar-box .project-item .pi-unhover {
    grid-column: 1/2;
  }

  .projects-bar-box .project-item .pi-hover {
    top: -4px;
    position: relative;
    visibility: visible;
    opacity: 1;
    grid-row: 1/3;
    grid-column: 2/3;
  }

  .projects-bar-box .project-item .pi-hover .p-icon {
    margin-left: 10px;
  }

  .projects-bar-box .pb-list {
    gap: 10px;
  }

  .projects-bar-box .filter-bar .btn-row {
    grid-template-columns: 126fr 205fr;
  }

  .projects-bar-box .pb-bottom-mobile {
    display: block;
    margin-top: 10px;
  }

  .bread-links {
    white-space: nowrap;
  }

  .bread-links a > span.nonkk {
    display: none;
  }

  .bread-links .slash {
    margin: 0 10px;
  }

  .project-info-box .info-top .left-side {
    padding-top: 26px;
  }

  .project-info-box .info-middle {
    padding: 30px 0;
  }

  .project-info-box .info-middle .some-square-information .ssi-item .ss-title {
    margin: 0;
    font-size: 16px;
    max-width: 170px;
    line-height: 1.375;
  }

  .project-info-box .info-middle .some-square-information .ssi-top {
    margin-bottom: 15px;
  }

  .project-info-box .info-middle .some-square-information .ssi-item p {
    line-height: 1.2857142857;
  }

  .gallery-box .gallery-item {
    height: 214px;
  }

  .equipment-box {
    padding-top: 30px;
  }

  .equipment-box .equipment-table .et-row {
    grid-template-columns: 0 1fr 0;
  }

  .equipment-box .equipment-table:not([tab-int]) .et-row .et-col:not(:nth-of-type(2)), .equipment-box .equipment-table[tab-int="1"] .et-row .et-col:not(:nth-of-type(2)) {
    display: none;
  }

  .equipment-box .equipment-table[tab-int="2"] .et-row .et-col:not(:nth-of-type(3)) {
    display: none;
  }

  .equipment-box .equipment-table[tab-int="3"] .et-row .et-col:not(:nth-of-type(4)) {
    display: none;
  }
/*
  .equipment-box .equipment-table .et-row.et-top .et-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
  }

  .equipment-box .equipment-table .et-row.et-top .et-col::after {
    margin-bottom: 0;
    grid-column: 1/2;
    grid-row: 1/3;
  }*/
  
    .equipment-box .equipment-table .et-row.et-top .et-col::after {
    margin-bottom: 0;
    grid-column: 1/2;
    grid-row: 2;
  }
  .equipment-box .equipment-table .et-row.et-top .et-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: normal;
  }


  .extra-box {
    padding-bottom: 30px;
  }

  .extra-box .ex-title {
    margin-top: 30px;
  }

  .extra-box .ex-grid {
    gap: 10px;
  }

  .extra-box .ex-item {
    display: grid;
  }

  .extra-box .ex-item .ex-top {
    grid-template-columns: 78px auto;
    gap: 0;
    margin: 0;
    border-bottom: 0;
  }

  .extra-box .ex-item .ex-image {
    display: block;
    min-height: 80px;
    height: auto;
    margin-bottom: 0;
  }

  .extra-box .ex-item .ex-n-name-mobile {
    display: flex;
  }

  .extra-box .ex-item .ex-name .ex-n-top {
    display: none;
  }

  .extra-box .ex-item .ex-name {
    grid-column: 1/-1;
    padding: 4px 0 0;
  }

  .extra-box .ex-item .ex-name .ex-n-bottom {
    margin-top: 12px;
    padding: 3px 20px 0;
  }

  .extra-box .ex-item .ex-bottom {
    flex-wrap: wrap;
    padding: 10px 20px 12px;
    min-height: 0;
  }

  .extra-box .ex-item .ex-bottom .ex-info, .extra-box .ex-item .ex-bottom .dotted-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .extra-box .ex-item .ex-bottom .ex-b-row {
    display: grid;
    gap: 8px;
    padding: 24px 0;
  }

  .extra-box .ex-item .ex-bottom .ex-b-row .h-line {
    display: none;
  }

  .extra-box .ex-item .ex-bottom .ex-b-row .ex-b-col {
    display: flex;
    justify-content: space-between;
    max-width: 200px;
    padding: 0;
  }

  .reviews-box {
    padding: 30px 0;
  }

  .reviews-box .dark-element {
    margin-left: -20px;
    margin-right: -20px;
  }

  .reviews-box .rev-item .ri-top {
    padding-bottom: 20px;
  }

  .reviews-box .rev-item .ri-top .ri-ava {
    margin-right: 15px;
  }

  .reviews-box .rev-item .ri-top .ri-name-row {
    display: block;
  }

  .reviews-box .rev-item .ri-top .ri-name-row .ri-name {
    margin-top: -2px;
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 1.375;
  }

  .reviews-box .rev-item .ri-top .rnr-info-row {
    justify-content: space-between;
  }

  .reviews-box .rev-item .ri-top .rnr-info-row .stars {
    margin-left: 0;
  }

  .reviews-box .rev-item .ri-top .ri-text p {
    line-height: 1.29;
  }

  .reviews-box .rev-item .ri-bottom {
    flex-wrap: wrap;
  }

  .reviews-box .rev-item .ri-bottom .ri-left {
    margin-bottom: 12px;
    width: 100%;
  }

  .reviews-box .rev-item .ri-bottom .ri-left span:first-child {
    max-width: 90px;
    margin-right: auto;
  }

  .reviews-box .rev-item .ri-bottom .ri-left .riq-yes {
    margin-left: 10px;
  }

  .reviews-box .rev-item .ri-bottom .ri-left .ri-q-btn {
    padding: 4px 6px;
  }

  .reviews-box .rev-answer .ri-top .ri-name-row {
    margin-top: -5px;
    margin-bottom: 11px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .reviews-box .rev-answer .ri-top .ri-name-row .ri-name {
    margin: 0 0 10px;
    max-width: 130px;
  }

  .reviews-box .rev-item-wrap:not(:last-child) {
    margin-bottom: 10px;
  }

  .slick-title .slick-tabs {
    margin-left: -15px;
  }

  .our-works-box {
    padding-bottom: 0;
  }

  .our-works-box .project-item .pi-bottom {
    display: none;
  }

  .our-works-box .project-item .pi-bottom-alt {
    display: block;
    margin-top: -9px;
    padding-bottom: 20px;
    line-height: 1.2857142857;
  }

  .bottom-nav-box .bona-item {
    padding-bottom: 57.14%;
  }

  .bottom-nav-box .bona-item .bi-content {
    padding: 20px;
  }

  .bottom-nav-box .bona-item .bi-content .bottom-text {
    gap: 7px;
  }

  .bottom-nav-box .bona-item .bi-content .bottom-text .h4 {
    max-width: none;
    margin: 0;
  }

  .bottom-nav-box .bona-item .bi-content .bottom-text .bo-price {
    font-size: 16px;
  }

  .works-list-box {
    padding: 40px 0;
  }

  .works-cards {
    margin-bottom: 0;
  }

  .works-list-box .btns-top .right-btns {
    display: grid;
    gap: 10px;
  }

  .works-list-box .btns-top .right-btns .btn {
    flex-shrink: 0;
  }

  .works-list-box .btns-top .right-btns .btn svg, .works-list-box .btns-top .right-btns .btn img {
    min-width: 15px;
  }

  .work-info-box .top-bread-wrap .a-icon {
    max-width: 18px;
  }

  .gallery-box .slick-title .slick-tabs {
    overflow-x: auto;
    margin-left: -20px;
    max-width: 100vw;
    padding: 0 0 5px;
    white-space: nowrap;
  }

  .calc-banner-box .just-text {
    max-width: 230px;
  }

  .work-banner-box .cb-btn .btn {
    margin-top: 10px;
  }

  .about-top-box .h1 {
    padding-top: 40px;
  }

  .about-top-box .subtitle {
    font-size: 16px;
    margin: 10px 0 20px;
    line-height: 1.4;
  }

  .about-top-box .at-quote::before {
    transform: scale(0.5);
  }

  .about-top-box .at-quote::after {
    top: 30px;
  }

  .about-top-box .at-quote {
    max-width: 100%;
    padding-left: 35px;
  }

  .about-top-box .at-quote .sign span {
    font-size: 14px;
    line-height: 1.2;
  }

  .about-top-box .at-quote .sign {
    margin-top: 18px;
  }

  .about-top-box .at-quote .sign img {
    max-width: 50px;
    width: 100%;
  }

  .about-top-box .right-content .about-man {
    margin-right: -50px;
    width: 116px;
  }

  .about-top-box .right-content .big-logo {
    margin-left: -100px;
    width: 103px;
  }

  .manufacture-box {
    padding: 30px 0;
  }

  .manufacture-box .slick-title .slick-tabs {
    margin-left: 0;
  }

  .manufacture-box .slick-general {
    max-width: 320px;
  }

  .manufacture-box .manuf-coontent {
    padding: 20px;
  }

  .fourteen-big-box .content {
    padding: 40px 0;
  }

  .fourteen-big-box .top-row .right-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .fourteen-big-box .top-row .right-side .fbb-top {
    display: flex;
    gap: 0;
  }

  .fourteen-big-box .top-row .right-side .fbb-top img {
    display: none;
  }

  .fourteen-big-box {
    background: #0D3745;
    padding: 0;
  }

  .about-gost-box {
    padding: 30px 0;
  }

  .about-also-box .also-item {
    padding-bottom: 60%;
    background-position-x: 120%;
  }

  .calc-form-box {
    padding: 30px 0 0;
  }

  .calc-form .tabs-list {
    grid-template-columns: 1fr;
  }

  .calc-form-box .cf-title {
    align-items: flex-start;
  }

  .calc-form .form-select .pr-value {
    gap: 7px;
  }

  .calc-form .tabs-list .for-str {
    grid-column: auto;
  }

  .calc-form-box .calc-right {
    left: 0;
  }

  .calc-form-box .calc-right .feature-list {
    gap: 12px;
    margin-bottom: 18px;
  }

  .calc-form-box .calc-result {
    max-width: none;
    padding: 15px 20px;
	padding-bottom:120px;
  }

  .calc-form-box .calc-right .cts-title .h3 {
    font-size: 14px;
  }

  .calc-form-box .calc-right .cr-bottom span {
    display: none;
  }

  .form-input .col-empty, .form-select .col-empty {
    font-size: 12px;
  }

  .calc-form-box .calc-right:not(.active) .cr-bottom {
    margin-top: 5px;
  }

  .calc-form-box .calc-right .cts-title .cts-more {
    font-size: 14px;
  }

  .popup .content-wrap {
    padding: 100px 20px 40px;
  }

  .popup .close-btn {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    flex-shrink: 0;
    background: #fff;
    color: #000;
    cursor: pointer;
    border-bottom: 1px solid #EAEEEF;
    z-index: 100;
  }

  .popup .close-btn:hover svg {
    transform: rotate(180deg);
  }

  .popup .close-btn .close-icon {
    width: 36px;
    transition: transform 0.7s;
  }

  .popup .popup-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .popup .popup-title .sub-title {
    margin-top: 10px;
  }

  .popup .popup-mini-text br {
    display: none;
  }

  .popup-about-building .pab-grid-list {
    grid-template-columns: 1fr;
  }

  .popup-house-configuration .hc-table {
    counter-reset: myCounter;
  }

  .popup-house-configuration .hc-table .hc-first .hc-int {
    display: none;
  }

  .popup-house-configuration .hc-table .hc-first .hcf-name {
    display: flex;
  }

  .popup-house-configuration .hc-table .hc-first .hcf-name::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    margin-right: 5px;
    opacity: 0.5;
    flex-shrink: 0;
  }

  .popup-house-configuration .hc-table .hc-row.hc-head {
    position: static;
    display: flex;
    justify-content: flex-end;
  }

  .popup-house-configuration .hc-table .hc-row {
    grid-template-columns: 1fr repeat(2, 30px);
    gap: 10px;
  }

  .popup-house-configuration .hc-table .hc-first .hcf-name {
    font-size: 15px;
  }

  .popup-work {
    text-align: center;
  }

  .popup-work .slick-general {
    max-width: none;
  }

  .popup-work .btn {
    margin: 30px auto 0;
  }
}

@media (max-width: 379.98px) {
  .houses-box .ho-item {
    background-position-x: 0%;
  }

  .houses-box .ho-item .h3 {
    max-width: 110px;
  }

  .project-info-box .center-slider {
    margin-left: -20px;
    width: calc(100vw - 18px);
  }

  .cards .card-item .hover {
    background-size: auto 80px;
    min-width: auto;
  }

  .cards .card-delivery .hover {
    background-position-y: 100%;
    background-size: auto 120px;
  }

  .cards .card-actions .hover {
    background-size: auto 90px;
  }

  .cards .card-calc .hover {
    background-position-y: 100%;
    background-size: auto 120px;
  }

  .cards .card-calc .c-description {
    max-width: 170px;
  }

  .cards .card-consultation .hover {
    background-position-y: 90%;
  }

  .cards .card-own .hover {
    background-position-y: 100%;
    background-size: auto 110px;
  }
}

@media (max-width: 359.98px) {
  .cards .card-item .hover {
    background-position: 210px 60%;
  }

  .cards .card-delivery .hover {
    background-position-x: 210px;
  }

  .cards .card-actions .hover {
    background-position: 210px 72%;
  }

  .cards .card-calc .hover {
    background-position-x: 180px;
  }

  .cards .card-own .hover {
    background-position-x: 190px;
  }
}

.icons-holder {
  position: relative;
}

.social-services {
  display: none;
  position: absolute;
  bottom: -40px;
  right: 30px;
  white-space: nowrap;
}

@media (max-width: 1299.98px) {
	  .works-list-box .works-grid {
    grid-template-columns: 1fr 1fr ;
    gap: 20px;
  }
	
	.equipment-box .equipment-table {
    display: grid;
    gap: 40px;
    margin-top: 32px;
    border: 0px solid #EAEEEF;
}
  .social-services {
    right: 15px;
  }
}

.icons-holder.no-icon-padding .social-services {
  right: 0;
  bottom: -5px;
}

.compare-result {
  margin-top: 40px;
}

.compare-result .slick-arrow {
  top: 130px;
}

@media (min-width: 1301) and (max-width: 1529.98px) {
  .compare-result .slick-arrow {
    top: 105px;
  }
}

@media (max-width: 1300px) {
  .compare-result .slick-arrow {
    top: 140px;
  }
}

@media (max-width: 991px) {
  .compare-result .slick-arrow {
    top: 100px;
  }
}

@media (max-width: 768px) {
	    .works-list-box .works-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
  .compare-result .slick-arrow {
    top: 150px;
  }
.popup-boxes.active {
    top: 0px !important;
}
}

#fav-icon, #compare-icon, #fav-icon2, #compare-icon2 {
  position: relative;
}

#fav-counter, #compare-counter, #fav-counter2, #compare-counter2 {
  display: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #6BB259;
  position: absolute;
  right: -8px;
  top: -5px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: -8px 8px 8px -13px rgba(34, 60, 80, 0.5);
  -moz-box-shadow: -8px 8px 8px -13px rgba(34, 60, 80, 0.5);
  box-shadow: -8px 8px 8px -13px rgba(34, 60, 80, 0.5);
}

#fav-icon.active #fav-counter, #compare-icon.active #compare-counter {
  display: block;
}
#fav-icon2.active #fav-counter2, #compare-icon2.active #compare-counter2 {
  display: block;
}

.popup-question .form-stars .fs-grid {
  display: grid;
  gap: 10px;
  max-width: 400px;
}

.popup-question .form-stars .fs-grid .fs-row {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.popup-question .form-stars .fs-grid .stars span {
  display: block;
  cursor: pointer;
}

.popup-question .form-stars .fs-grid .stars span:hover ~ span svg, .popup-question .form-stars .fs-grid .stars span.active ~ span svg {
  fill: #E5E8E9;
}

.popup-question .form-stars .fs-grid .stars:hover svg, .popup-question .form-stars .fs-grid .stars.checked svg {
  fill: #ffc871;
}

.stars.errorFormItem svg {
  fill: #ff6f6f;
}

.form-input .errorFormItem {
  border: solid 1px red;
}

.stars-row span {
  white-space: nowrap;
  margin-left: 10px;
}

.popup-review-all .form-stars .fs-grid {
  display: grid;
  gap: 10px;
  max-width: 400px;
}

.popup-review-all .form-stars .fs-grid .fs-row {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.popup-review-all .form-stars .fs-grid .stars span {
  display: block;
  cursor: pointer;
}

.popup-review-all .form-stars .fs-grid .stars span:hover ~ span svg, .popup-review-all .form-stars .fs-grid .stars span.active ~ span svg {
  fill: #E5E8E9;
}

.popup-review-all .form-stars .fs-grid .stars:hover svg, .popup-review-all .form-stars .fs-grid .stars.checked svg {
  fill: #ffc871;
}

/* new styles */
.equipment-table .e-price-square {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}

.equipment-table table {
  width: 100%;
}

.equipment-table table td {

  line-height: 1.375;
  padding: 20px 15px;
  vertical-align: top;
}

.equipment-table table td:first-child {
  color: rgba(37, 37, 37, 0.5);
  padding: 20px 15px 20px 40px;
}

.equipment-table table tr:first-child td {
  background: #f5f9fa;
  vertical-align: bottom;
  opacity: 1;
  font-size: 20px;
  font-weight: 700;
  padding: 30px 15px;
}

.equipment-table table tr:first-child td:first-child {
  color: rgba(37, 37, 37, 0.5);
  font-size: 16px;
  padding: 30px 0 30px 40px;
  font-weight: 400;
}

.equipment-table table tr:last-child td {
  border-top: 1px solid #EAEEEF;
  padding: 30px 15px;
}

.equipment-box .equipment-table .et-row {
  display: none;
}

@media screen and (max-width: 767px) {
  .equipment-box .equipment-table .et-row {
    display: grid;
  }

  .equipment-table table {
    display: none;
  }
}

.explanations {
  margin-left: 10px;
  background: #BEE563;
  display: inline-flex;
  width: 22px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  transition: 0.4s;
}

.explanations:hover {
  background: #6BB259;
}

.video {
  position: fixed;
  bottom: 50px;
  left: 50px;
  z-index: 10;
  width: 250px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
  top: unset;
  right: unset;
  background: unset;
}

.video.active {
  opacity: 1;
  pointer-events: all;
}

.video video {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.video.popup .close-btn {
  top: 15px;
  right: 15px;
  z-index: 15;
  background: #ffffff75;
  border-radius: 10px;
}

.video.popup .close-btn svg {
  pointer-events: none;
  width: 25px;
}

.move-btn {
  cursor: all-scroll;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 15;
  background: #ffffff75;
  border-radius: 10px;
}

.move-btn svg {
  transform: rotate(45deg);
  pointer-events: none;
  width: 25px;
}

.form-checkbox.disable {
  display: none;
}

.t-link{
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-link .dotted-link{
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 45px;
      color: #6BB259;
    font-weight: 600;
}
.newhurt {
	width: 35px;
    height: 35px;
}

.newbtns {
	
 
}
.karkasy {
	margin-top: -50px;
	float:left;
}
@media (max-width: 1299.98px) { 

.karkasy_row .h3 {
    width: 100%;
    margin-bottom: 22px;
}
.karkasy_row {
flex-wrap: wrap;
} 

.karkasy_row .t-buttons {
    margin-left: 0px;
}


}
@media (max-width: 991.98px) { 
	
	
	.karkasy_row  {
		width:100%;
	}
	.karkasy {
	margin-top: -10px;
    margin-bottom: 0px;
}
	.newbtns {
	max-width: 250px;
	white-space: normal;
	}
}
@media (max-width: 767.98px) { 
	
	
	.karkasy_row  {
		width:100%;
	}
	.karkasy {
	margin-top: -15px;
}
	.newbtns {
    max-width: 250px;


	}
}
.newbtns:hover a {
	
     color: #000;
}

.title-search-result
{margin-top: 0px;!important}


#mcbw_popup__toggle {
      bottom: 95px!important;
    right: 10px;
    position: fixed;
    z-index: 9999999!important;
}

.MyZCallbackWidget__call_btn {color:black!important;}

.popup-house-configuration .content-wrap {max-width: 800px;}

.project-item {
  background-color: #F5F9FA!important;
}

.project-item img {
  background-color: #F5F9FA!important;
}

.pi-image {
  background-color: #F5F9FA!important;
}

.pi-image  img {
  background-color: #F5F9FA!important;
}

.city-s {opacity: 0.5;
    padding-right: 20px;}
/* End */


/* Start:/local/templates/bobers/css/custom.css?176312157254608*/
.bottom_seo h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.0666666667;
    margin-bottom: 15px;
}
.bottom_seo p {
    line-height: 1.75;
    margin-bottom: 17px;
}
.bottom_seo ul {
      margin-bottom: 17px;
}
.input-row {
    display: flex;
    width: 100%;
    position: relative;
}
.mother-page-form .input-row input, .mother-page-form .input-row textarea {
    background-color: #fff;
    color: #000;
    padding-left: 22px;
}

.input-row input[type="radio"]{
    opacity: 0;
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:0;
    pointer-events: none;
}

.input-row input[type="radio"] + label {
    font-size: 18px;
    line-height:1.3;
    position: relative;
    padding-left:32px;
}

.input-row input[type="radio"] + label span {
    font-weight: 600;
    color:#BEE563;
}
button:disabled, button[disabled] {
    background-color: #cccccc !important;
    color: #666666;
    cursor: auto;
}

.input-row input[type="radio"] + label::after {
    content:'';
    position: absolute;
    left:0;
    top:2px;
    width:18px;
    height:18px;
    border: 2px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 20px;
    background:transparent;
    z-index: 1;
}

.input-row input[type="radio"] + label::before {
    content:'';
    position: absolute;
    left:4px;
    top:6px;
    width:10px;
    height:10px;
    box-sizing: border-box;
    border-radius: 20px;
    background:#BEE563;
    opacity: 0;
    z-index: 2;
    transition: 0.2s;
}

.input-row input[type="radio"] + div {
    font-size: 18px;
    line-height:1.3;
    position: relative;
    padding-left:32px;
}

.input-row input[type="radio"] + div::after {
    content:'';
    position: absolute;
    left:0;
    top:2px;
    width:18px;
    height:18px;
    border: 2px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 20px;
    background:transparent;
    z-index: 1;
}

.input-row input[type="radio"]:checked + div::before {
    opacity: 1;
}

.input-row input[type="radio"] + div::before {
    content:'';
    position: absolute;
    left:4px;
    top:6px;
    width:10px;
    height:10px;
    box-sizing: border-box;
    border-radius: 20px;
    background:#BEE563;
    opacity: 0;
    z-index: 2;
    transition: 0.2s;
}

.input-row input[type="radio"]:checked + label::before {
    opacity: 1;
}


.input-row input[type="checkbox"]{
    opacity: 0;
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:0;
    pointer-events: none;

}
.input-row input[type="checkbox"] + label {
    font-size: 18px;
    line-height:1.3;
    position: relative;
    padding-left:32px!important;
}

.input-row input[type="checkbox"] + label::after {
    content:'';
    position: absolute;
    left:0;
    top:2px;
    width:18px;
    height:18px;
    border: 2px solid #C7C7C7;
    box-sizing: border-box;
    border-radius: 3px;
    background:transparent;
    z-index: 1;
}

.input-row input[type="checkbox"]:checked + label::before {
    opacity: 1;
}

.input-row input[type="checkbox"] + label::before {
    content:'';
    position: absolute;
    left:4px;
    top:6px;
    width:10px;
    height:10px;
    box-sizing: border-box;
    border-radius: 3px;
    background:#BEE563;
    opacity: 0;
    z-index: 2;
    transition: 0.2s;
}




.iscontent { padding-top:80px; }
.iscontent p,
.iscontent ul,
.iscontent ol {
	line-height:1.6;
	margin-bottom:16px;
}
.l-video__wrap {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.l-video__left {
    width: calc(50% - 20px);
    max-width: 640px;
}
.l-video .l-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 20px;
}
.l-title {
    font-weight: 800;
    color: #0d3745;
    display: block;
    text-align: left;
    font-family: NunitoSans, sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 40px;
}
.l-video__left p {
    font-size: 28px;
    max-width: 530px;
}
.l-video__right {
    width: calc(50% - 20px);
    position: relative;
    max-width: 800px;
}
.l-video__preview {
    width: 100%;
    height: auto;
    aspect-ratio: 613 / 345;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
}
.l-video__preview .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .3s;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.l-video__frame {
    width: 100%;
    height: auto;
    aspect-ratio: 613 / 345;
    border-radius: 5px;
}
.l-video__preview img {
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 1s;
}
@media (max-width: 1080px) {
    .l-video__left {
        width: 100%;
        max-width: 100%;
    }
	  .l-video__wrap {
        display: block;
    }
.l-title {
        font-size: 20px;
        text-align: center;
        max-width: 555px;
        margin: auto;
        margin-bottom: 5px;
    }
.l-video__left p {
        font-size: 16px;
        margin: auto;
        margin-bottom: 30px;
        max-width: 540px;
        text-align: center;
    }
.l-video__right {
        width: 100%;
        max-width: 100%;
    }
}

.bottom_seo .h3{
	margin-bottom:25px;
	
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.podrab_title .pb-list {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

}
.calc-banner-box_baza {
    background: #F5F9FA no-repeat 100% 100%;
}


.calc-banner-box_baza .calc-banner-box {
    padding-top: 0px;
    padding-bottom: 0px;
	margin-bottom:-80px;
    z-index: 2;
}
.baza-left {
	    padding-top: 180px;
    padding-bottom: 158px;
}
.baza-right img {
	float: right;
}
.calc-banner-box_baza .calc-banner-box .btn {
	width:auto;
}
.baza_link {
	display: flex;
    justify-content: space-between;
    margin-top: 25px;
	align-items: center;
}
.baza_gusi {
	font-size:20px;
}
.baza_gusi span {
	font-weight:bold;
}
.baza_gusi img {
margin-right: 10px;
}

.calc-banner-box_baza .calc-banner-box .content {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #F5F9FA no-repeat 100% 100%;
}

.podrab_title .h2 {
	color:#0D3745;
}
.title_pdr {
	margin-top: 30px;
    margin-bottom: 40px;
}
.seo__teis {
	margin-bottom:50px;
}

.opens_about .order_callss {
	margin:0 auto;
	color: #0d3745a1;
}

.opens_about {
	    margin: 0 auto;
    width: 100%;
    display: flex;
}

.baza_opener .skew_text {
height: 24.84375vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	margin-bottom:10px;
}
.opis_shtorka .skew_text {
height: 10.84375vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	margin-bottom:10px;
}
.skew_text {
height: 4.84375vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	margin-bottom:10px;
}
.seo__teis.open .skew_text {
    height: auto;
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--text-main-color);
    background-clip: text;
    text-fill-color: var(--text-main-color);
}

.news-item {
	
}

.itlcb-bottom-txt-block {
	display:none;
}


.new__bg {
	background: url(../images/main/hom2.png) no-repeat; 
}
.new__bg_baza {
	background: url(../../../../../../images/baza2.png) no-repeat; 
}

.about  {
	list-style: square !important;
}
.about ol li  {
	list-style: square !important;
	display:list-item;
}


.about ol {
margin-left: 25px;
}
.jirn {
	color:#0D3745;
	font-weight:bold;
}

.about li::marker {
	color:#BEE563;
}

.bottom_seo li {
	list-style: square;
}

.bottom_seo li::marker {
	color:#BEE563;
}

.bottom_seo ul {
margin-left: 25px;
}
.popup .file-row {
	    grid-template-columns: 302px auto !important;
}

.indexnaya .bg_titles {
    width: 100vw;
    height: 100vh;
    /* background-size: cover; */
    position: absolute;
 left: 32px;
    /* bottom: 100px; */
    background-repeat: no-repeat;
    pointer-events: none;
   top: -156px;
    /* z-index: 9999; */
    overflow: auto;
}


.work_time {
  font-size: 10px;
    line-height: 10px;
    text-align: right;
    color: #a3a3a3;
	
}

.blockcall {
	display:flex;
	justify-content: space-between;
}

.projects-bar-top-box .hister { 
display:flex;
}
.podbor_bos {
	background:#fff;
	color:#0D3745;
	padding: 0px 0 80px;
}
.baza_otdyha {
	
}

.baza_block3_row {
		display: flex;
    flex-flow: wrap;
}

.baza_block3-item {
	   flex: 1 0 33%;
	margin-bottom: 15px;
	    text-align: center;
}
.pi-image_new {
	margin-bottom:20px;
}

.baza_block3-item .pi-information {
	
	font-weight:bold;
	margin:0 auto;
}
.histers { 
max-width:503px;
	display: flex;
	margin: 25px 0 25px;
	display: flex;
    align-items: center;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
  
    justify-content: space-between;
}
.podrab_title .slick-title {
  
    width: 99%;
}
.btn_baza_btn {
	    max-width: 100% !important;
}
.btn_baza_btn img {
margin-right: 10px;
}
.baza_flex {
	display: flex;
    flex-flow: wrap;
	margin-bottom: 50px;
}
.baza_flex .news-item {
    flex: 1 0 33%;
	margin-bottom: 15px;
}

.histers_baza {
    max-width: 563px;
    display: flex;
    margin: 25px 0 25px;
    display: flex;
    align-items: center;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    justify-content: space-between;
}

.active_link {
	color:#6BB259;
	font-weight:700;
}
.active_link:hover {
	color:#BEE563;
	font-weight:700;
}

.pop_vids .popup_video {
	margin: 0 auto;
    margin-right: 20%;
	margin-top:80px;
}

.bg_titles {
	width: 100vw;
    height: 100vh;
    /* background-size: cover; */
    position: absolute;
    left: 112px;
    /* bottom: 100px; */
	background-repeat:no-repeat;
    pointer-events: none;
    top: -150px;
    /* z-index: 9999; */
    overflow: auto;
}

.right_bg {
	background-image: url(../images/main/image1.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.pop_vids {
	z-index: 9;
    position: relative;
}

.desctop60 {
	margin-top:60px;
}

.pomosh_v {
	    flex-flow: row;
    display: flex;
	align-items: center;
}
.pomosh_v_s {
    flex-flow: row;
    display: flex;
  align-items: start;
}

.pomosh_title_box_s {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
	padding:10px;
	border:1px solid rgba(218, 221, 222, 0.5);
}

.btn_title {
	margin-top:30px;
	display:flex;
	gap: 20px;
}

.btn_titles {
font-weight:700;
cursor:pointer;
display: flex;
    align-items: center;
}
.btn_titles:after {
  content: "";
  width: 20px; 
  height: 20px;
  background: url(../../../../../../local/templates/bobers/images/icons/icon_new/chevron-right.png);
}
.sert_marg {
	margin-bottom:0px;
}

.pomosh_v_s_div {
  font-size:20px;
  color:#BEE563;
}

.new_secti {
	display:flex;
}

.title_ipotek {
	width:100%;
}
.price_null {
	width: 100%;
    display: flex;
	font-size:30px;
	color:#fff;
	    margin-top: 25px;
    flex-flow: column;
}

.pomosh_title {
	font-size:20px;
	color:#fff;
	margin-bottom: 20px;
	
}
.pomosh_title_box {
	  display: flex;
	  justify-content: space-between;
	     flex-flow: row;
}

.pomosh_v_title {
	font-weight: 500;
	padding-left:10px;
	font-size:16px;
	color:#fff;
}



.btn-zakaz {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    height: 100%;
    color: #252525;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.2s;
    cursor: pointer;
    padding: 20px 9px;
    height: 46px;
    max-height: 46px;

}

.zakaz_mobile {
	display:none;

}
.order_callss {

 
    color: #0D3745;
    font-weight: 700;
      transition: color 0.2s;
    transition: color 0.2s;
  border-bottom: 1px dotted;
    line-height: 1.2;
    cursor: pointer;
}
.order_callss:hover {
   color: #6BB259;
}

.but_vk {
	display:flex;
	padding:10px;
	border:1px solid;
	width: max-content;    transition: 0.15s;
	
}
.but_vk > a svg {
    transition: 0.15s;


}

.video_rews {
	min-height:780px;display:block; width:100%; margin-top:30px;
}
.vk_title2 {
   display: flex !important;
    align-items: center;
    transition: 0.3s;
    margin-right: 7px;
    padding-top: 1px;
    color: #ccc;
    padding-left: 8px;
}
.but_vk:hover {
background: #BEE563;
	color:#000;
	fill:#000;
	    transition: 0.15s;
}
.but_vk:hover > a span {
    transition:  0.15s;
	color:#000;

}
.but_vk:hover > a svg {
    transition: 0.15s;
	fill:#000;

}
.but_vks {
	display:flex;
	
}

.badge__more-reviews-link-wrap:after {
	position:fixed !important;
}

.framaeing {
width: 100%;
    max-width: 130px;
    margin: 0 auto;
    padding-left: 60px;

    opacity: 0.3;
    object-fit: contain;
}
.indexis .h3{ 
	margin-top:35px;
}
.mobiles {
	display:none;
}
.no-mobiles {
	display:flex;
}

.popup_video {
	   width: 80px !important;
    height: 80px !important;
	margin-left:28%;
	cursor:pointer;
	background-size:cover;
	filter: grayscale(1);
	-webkit-transition : -webkit-filter 200ms linear;
    background-image: url(../include/play-button.png);
}
.projects-bar-top-box .price-line {
	margin: 32px 0 49px;
}
.popup_video:hover {
filter: grayscale(0);

-webkit-transition : -webkit-filter 200ms linear;
}

.kratkoe-opisanie {
	color:#fff;
	position:absolute;
	max-width:70%;
    background: rgba(13, 55, 69, 0.7);
    margin: 10px;
	display:none;
    padding: 10px;
	  -webkit-animation-name: previewOpacity;
  animation-name: previewOpacity;
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
    transition: transform 0.3s, opacity 0.3s;

}

.project-item:hover .kratkoe-opisanie {
	display:block !important;
animation: 0.2s infinite linear;
  -webkit-animation-name: previewOpacity;
  animation-name: previewOpacity;
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.btn-alt-white {
	background: transparent;
    border: 1px solid #fff;
    color: inherit;
}
.btn-alt-white:hover {

    border: 1px solid #6BB259;

}

#but-raz:last-child {
		border-right:0px solid #F5F9FA !important;
		padding-right:0px !important; 
}
.vyb_dom {
		border-right:0px solid #F5F9FA !important;
		padding-right:0px !important; 
}

.tabs-listnew > * {
	border-right:0px solid #EAEEEF !important;
	padding-right:0px !important; 
}

.projects-bar-box .pb-list .pb-list-top > * {
	border-right:1px solid #EAEEEF;
	padding-right:10px; 
}
.projects-bar-box .pb-list .pb-list-top > * {
	margin-right:10px;
}
.footer-box .f-socials .social-col .a-icon:last-child {
	display:flex;
	margin-left: 15px;
}

.footer-box .f-socials .social-col .a-icon:last-child:hover > .vk_title {
color: #BEE563 !important;
}
.gap20 {
	    gap: 20px 0px;
}
.iscontent h4 {
    font-family: "Nunito Sans", sans-serif;
    margin: 20px 0;
    color: #0D3745;
	font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    border-bottom: 2px solid #6BB259;
    padding-bottom: 2px;
}
.about h1 {
	font-size: 30px;
	    font-weight: 900;
    line-height: 1.0666666667;
	margin-bottom:15px;
}
.about ul {
	padding: 0;
    margin: 22px 0 38px;
}
.about li {
    display: flex;
    padding: 0;
margin: 14px 0 8px !important;
    list-style: none;
	}
	
	.about li::before {
    width: 6px;
    height: 6px;
    margin-top: 11px;
    margin-right: 25px;
    background: #6BB259;
    border-radius: 50%;
}
.about h2 {
	font-size: 25px;
	    font-weight: 700;
    line-height: 1.0666666667;
	margin-bottom:15px;
}

.about {

}
.about p {
	line-height: 1.75;
	margin-bottom:17px;
}
.description-box .just-text a {
   color:#6BB259;
}


.feature-list .project_wrap > span:last-child {
    order: 3;
    text-align: right;
    white-space: normal;
}

.contentsactive {
display:contents !important;
}
.projects-bar-box .pb-list .pb-list-top > * {
	line-height:30px;
}

 .newhover >  a {
	    color: #000 !important;
		border: 1px solid #BEE563;
		padding:5px;
} 

.gallery-work-box .tabs-list > span[data-tab-name]:not(.active) {
    display: flex; 
}


.link-obj {
	cursor:pointer;
}


.tabs-listnew {
	gap: 10px;
    column-gap: normal;
}

.pb-top-row .tabs-listnew span {
    margin-right: 6px;
}
.itemik1{
	display:none;
}
.tabs-list > span[data-tab-name]:not(.active), .tabs-list > .itemik1  {
    display: none;
}

 .newhover > a:hover {
	    color: #000 !important;
		background:#BEE563;

}

.vses {
	
    display: block !important;

}

.newhover.active {
	 color: #000 !important;
		background:#BEE563;
		border: 1px solid #BEE563;
}
.projects-bar-box .pb-list .pb-list-top {
	flex-wrap: wrap;
}
.iscontent h2 {
	font-family: "Nunito Sans", sans-serif;
    margin: 20px 0;
    color: #0D3745;
    font-weight: 900;
    text-transform: uppercase;
	border-bottom: 2px solid #6BB259;
	padding-bottom:2px;
}
.iscontent h2:first-child {
	margin:0 0 30px 0;
}
.iscontent h3 {
	font-family: "Nunito Sans", sans-serif;
    margin: 20px 0;
    font-weight: 900;
    text-transform: uppercase;
}
.iscontent h3:first-child {
	margin:0 0 30px 0;
}
.iscontent ul li {
	padding-left:24px;
	margin-bottom:5px;
	position:relative;
}
.iscontent ul li:before {
	content:'';
	width:8px;
	height:8px;
	border-radius:8px;
	background:#6BB259;
	position:absolute;
	left:0;
	top:8px;
}
.iscontent ol {
	list-style:decimal inside;
}
.iscontent ol li {
	list-style:decimal inside;
}
#_ceny_ #pricing-table {
	margin: 0!important;
}
#_ceny_ #pricing-table .plan {
	flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
	background: #F5F9FA;
	margin:0 15px 15px 15px;
}
#_ceny_ #pricing-table .header {
    padding: 15px 0;
    color: #0D3745;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
    transition: color 0.2s;
}
#_ceny_ #pricing-table .price {
    position:relative;
	text-align:center;
    color: #6BB259;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
    transition: color 0.2s;
}
#_ceny_ #pricing-table .monthly {
	text-align:center;
	margin-bottom:10px;
}
#_ceny_ #pricing-table .price img {
    margin-bottom:20px;
}
#_ceny_ #pricing-table .price a {
    position:relative;
	display:block;
	height:100%;
}

#_ceny_ #pricing-table .signup {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	height: 100%;
	color: #252525;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: 0.2s;
	cursor: pointer;
	padding: 20px 29px;
	height: 46px;
	max-height: 46px;
	background: #BEE563;
	width:100%;
	margin-bottom:15px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
#_ceny_ #pricing-table .signup:hover {
    background-color: #6BB259;
    color: #fff;
}

#_ceny_ .grey_dark {
	background:#f0f0f0;
}
#_ceny_ .grey_dark td {
	padding:20px;
}
#_ceny_ .table.table-bordered {
	width:100%;
}
#_ceny_ .table.table-bordered th,
#_ceny_ .table.table-bordered td {
	padding:12px 20px;
	background:#F5F9FA;
}
#_ceny_ .table.table-bordered th {
	background: #0D3745;
	color:#fff;
}
#_ceny_ .table.table-bordered td {
	border-bottom:1px solid #dde7ea;
}
#_ceny_ .table.table-bordered td .btn {
	font-size:12px;
}
#_ceny_ .table.table-bordered td a.various {
	color:#6BB259;
}
#_ceny_ .table.table-bordered td a.various button.btn {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	width: 18px;
    height: 18px;
    min-height: 18px;
    padding: 0;
    top: -3px;
    position: relative;
    background-color: transparent;
    background-size: cover;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='%23CED3D5' class='to-svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.97125 9.79022C2.20703 8.76821 1.75444 7.49946 1.75444 6.12497C1.75444 2.74221 4.49569 0 7.87722 0C11.2588 0 14 2.74224 14 6.125C14 9.50775 11.2587 12.25 7.87722 12.25C6.51256 12.25 5.25217 11.8033 4.23414 11.0482L1.50078 13.7462C1.33572 13.91 1.11226 14.0013 0.879755 14C0.647253 14.0013 0.423795 13.91 0.258735 13.7462C-0.0842604 13.4059 -0.0865215 12.8519 0.25367 12.5088L0.258735 12.5037L2.97125 9.79022ZM4.86709 9.29883C4.84971 9.27711 4.83117 9.25601 4.81146 9.2356C4.78311 9.20624 4.75324 9.17924 4.72209 9.15461C3.96757 8.36846 3.50382 7.30091 3.50382 6.125C3.50382 3.70875 5.46185 1.75001 7.87722 1.75001C10.2926 1.75001 12.2506 3.70875 12.2506 6.125C12.2506 8.54125 10.2926 10.5 7.87722 10.5C6.71088 10.5 5.65118 10.0433 4.86709 9.29883Z'%3E%3C/path%3E%3C/svg%3E");
}
#_ceny_ .table.table-bordered td a.various:hover button.btn {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='%23BEE563' class='to-svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.97125 9.79022C2.20703 8.76821 1.75444 7.49946 1.75444 6.12497C1.75444 2.74221 4.49569 0 7.87722 0C11.2588 0 14 2.74224 14 6.125C14 9.50775 11.2587 12.25 7.87722 12.25C6.51256 12.25 5.25217 11.8033 4.23414 11.0482L1.50078 13.7462C1.33572 13.91 1.11226 14.0013 0.879755 14C0.647253 14.0013 0.423795 13.91 0.258735 13.7462C-0.0842604 13.4059 -0.0865215 12.8519 0.25367 12.5088L0.258735 12.5037L2.97125 9.79022ZM4.86709 9.29883C4.84971 9.27711 4.83117 9.25601 4.81146 9.2356C4.78311 9.20624 4.75324 9.17924 4.72209 9.15461C3.96757 8.36846 3.50382 7.30091 3.50382 6.125C3.50382 3.70875 5.46185 1.75001 7.87722 1.75001C10.2926 1.75001 12.2506 3.70875 12.2506 6.125C12.2506 8.54125 10.2926 10.5 7.87722 10.5C6.71088 10.5 5.65118 10.0433 4.86709 9.29883Z'%3E%3C/path%3E%3C/svg%3E");
}
	
@media (max-width:991.98px) {
	.banner_tops {
		background:#F5F9FA no-repeat 100% 100% !important;
	}
	.calc-banner-box_baza .baza-left {
    padding-top: 50px;
    padding-bottom: 58px;
    width: 100%;
	text-align: center;
        margin: 0 auto;
        justify-items: center;
}
    .calc-banner-box_baza .calc-banner-box .content .row {
        max-width: 100%
    }
	.calc-banner-box_baza .calc-banner-box {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -30px;
    z-index: 2;
}
	
	}
@@media all (max-width:767.98px) {
	.calc-banner-box_baza .calc-banner-box {

    margin-bottom: -30px;

}
	.btn_baza_btn {
		        width: 100% !important;
	}
	    .calc-banner-box .banner_tops .h2 {
        font-size: 22px;
		text-align:center;
    }
	    .calc-banner-box .banner_tops .just-text {
        max-width: 230px;
		margin:0 auto;
		  padding-top:15px;
		  padding-bottom:15px;
		  text-align:center;
    }
	    .calc-banner-box .banner_tops .row {
        max-width: 100% !important;
    }


	.baza_otdyha  .bg_titles {
		        top: 40px;
				        left: -150px;
	}
	.baza_link .btn {
		width:100%;
	}
	.baza_gusi {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
.baza_gusi img {
    margin-right: 5px;
    max-width: 20px;
}
	.baza_link {

    flex-flow: wrap;
}
	.podrab_title .h3 {
		max-width: 100%;
		margin-bottom:15px;
	}
   .calc-banner-box_baza .calc-banner-box .content .row {
        max-width: 100%;
    }
	.baza-left {
    padding-top: 40px;
    padding-bottom: 58px;
	        text-align: center;
}
    .calc-banner-box_baza .calc-banner-box .just-text {
          text-align: center;
		  margin: 0 auto;
		  padding-top:15px;
		  padding-bottom:15px;
    }
	
 .top-projects-box .baza_block3 .h3 {
        max-width: 100%;
		        font-size: 24px;
    }
	
	 }
@media (max-width:1529px) {

	.popup_video {
	   width: 64px !important;
    height: 64px !important;
	margin-left:22%;
	cursor:pointer;
	background-size:cover;
    background-image: url(../include/play-button.png);
}
	.your-class {
		max-width:350px;
	}
	
.other-col .btn-alt {
	display:none;
} }
@media (max-width:1299px) {
	.podrab_title .pb-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
	#vk_groups {
		display:none;
		height:0px !important;
		width:0px !important;
	}
	
	.other-col .btn-alt
	#_ceny_ #pricing-table .plan {
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px);
		padding-left:15px;
		padding-right:15px;
	}
}
@media (max-width:575px) {
	.podrab_title .pb-list {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
	.baza_block3-item {
    flex: 1 0 100%;
    margin-bottom: 25px;
    text-align: center;
}
	.video_rews {
	min-height:690px;display:block; width:100%; margin-top:30px;
}

.but_vk {
	margin:0 auto;
}
	.projects-bar-box .pb-list .pb-list-top > * {
line-height: 28px;
	    white-space: nowrap;
}

.projects-bar-box .tabs-here .pb-list-top {

    margin-bottom: 14px;

}

.popup_select {
	display:none !important;
}


	.projects-bar-box .pb-list .pb-list-top {
	flex-wrap: nowrap;    padding-top: 10px;
}
	#_ceny_ #pricing-table .plan {
		flex: 0 0 calc(100% - 30px);
		max-width: calc(100% - 30px);
		padding-left:15px;
		padding-right:15px;
	}
}

#_info_ #pricing-table {
	width:100%;
}
#_info_ #pricing-table th {
	background: #0D3745;
	color:#fff;
}
#_info_ #pricing-table td {
	border-bottom:1px solid #dde7ea;
}
#_info_ #pricing-table td .btn {
	font-size:12px;
}
#_info_ #pricing-table td a.various {
	color:#6BB259;
}
#_info_ #pricing-table td a.various button.btn {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	width: 18px;
    height: 18px;
    min-height: 18px;
    padding: 0;
    top: -3px;
    position: relative;
    background-color: transparent;
    background-size: cover;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='%23CED3D5' class='to-svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.97125 9.79022C2.20703 8.76821 1.75444 7.49946 1.75444 6.12497C1.75444 2.74221 4.49569 0 7.87722 0C11.2588 0 14 2.74224 14 6.125C14 9.50775 11.2587 12.25 7.87722 12.25C6.51256 12.25 5.25217 11.8033 4.23414 11.0482L1.50078 13.7462C1.33572 13.91 1.11226 14.0013 0.879755 14C0.647253 14.0013 0.423795 13.91 0.258735 13.7462C-0.0842604 13.4059 -0.0865215 12.8519 0.25367 12.5088L0.258735 12.5037L2.97125 9.79022ZM4.86709 9.29883C4.84971 9.27711 4.83117 9.25601 4.81146 9.2356C4.78311 9.20624 4.75324 9.17924 4.72209 9.15461C3.96757 8.36846 3.50382 7.30091 3.50382 6.125C3.50382 3.70875 5.46185 1.75001 7.87722 1.75001C10.2926 1.75001 12.2506 3.70875 12.2506 6.125C12.2506 8.54125 10.2926 10.5 7.87722 10.5C6.71088 10.5 5.65118 10.0433 4.86709 9.29883Z'%3E%3C/path%3E%3C/svg%3E");
}
#_info_ #pricing-table td a.various:hover button.btn {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='%23BEE563' class='to-svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.97125 9.79022C2.20703 8.76821 1.75444 7.49946 1.75444 6.12497C1.75444 2.74221 4.49569 0 7.87722 0C11.2588 0 14 2.74224 14 6.125C14 9.50775 11.2587 12.25 7.87722 12.25C6.51256 12.25 5.25217 11.8033 4.23414 11.0482L1.50078 13.7462C1.33572 13.91 1.11226 14.0013 0.879755 14C0.647253 14.0013 0.423795 13.91 0.258735 13.7462C-0.0842604 13.4059 -0.0865215 12.8519 0.25367 12.5088L0.258735 12.5037L2.97125 9.79022ZM4.86709 9.29883C4.84971 9.27711 4.83117 9.25601 4.81146 9.2356C4.78311 9.20624 4.75324 9.17924 4.72209 9.15461C3.96757 8.36846 3.50382 7.30091 3.50382 6.125C3.50382 3.70875 5.46185 1.75001 7.87722 1.75001C10.2926 1.75001 12.2506 3.70875 12.2506 6.125C12.2506 8.54125 10.2926 10.5 7.87722 10.5C6.71088 10.5 5.65118 10.0433 4.86709 9.29883Z'%3E%3C/path%3E%3C/svg%3E");
}




#_info_ #pricing-table {
	margin: 0!important;
}
#_info_ #pricing-table .plan {
	flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
	background: #F5F9FA;
	margin:0 15px 15px 15px;
}
#_info_ #pricing-table .header {
    padding: 15px 0;
    color: #0D3745;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
    transition: color 0.2s;
}
#_info_ #pricing-table .price {
    position:relative;
	text-align:center;
    color: #6BB259;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
    transition: color 0.2s;
}
#_info_ #pricing-table .monthly {
	text-align:center;
	margin-bottom:10px;
}
#_info_ #pricing-table .price img {
    margin-bottom:20px;
}
#_info_ #pricing-table .price a {
    position:relative;
	display:block;
	height:100%;
}
#_info_ #pricing-table .price br {
	display:none;
}

#_info_ #pricing-table .signup {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	height: 100%;
	color: #252525;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: 0.2s;
	cursor: pointer;
	padding: 20px 29px;
	height: 46px;
	max-height: 46px;
	background: #BEE563;
	width:100%;
	margin-bottom:15px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
#_info_ #pricing-table .signup:hover {
    background-color: #6BB259;
    color: #fff;
}


@media (max-width:1299px) {
	.bg_titles {

    left: -12px;

}

.indexnaya .bg_titles {
left: -102px;
    top: -106px 

}
	.popup_video {
    width: 64px !important;
    height: 64px !important;
    margin-left: 15%;
    cursor: pointer;
    background-size: cover;
    background-image: url(../include/play-button.png);
   
}
	#_info_ #pricing-table .plan {
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px);
		padding-left:15px;
		padding-right:15px;
	}
}

@media (max-width:992px) {


.indexnaya .bg_titles {
left: -102px;
    top: -168px;

}
}
@media (max-width:768px) {
	
	


.indexnaya .bg_titles {
 left: -162px;
        top: -18px;
        background-size: auto !important;

}
.new__bg {
	background: url(../images/main/hom2min.png) no-repeat; 
}
}


@media (max-width:575px) {
	
	.pi-hover {
		display:none;
	}
	
	.right_bg {
	z-index:9;
	}
	
	.indexnaya .bg_titles {
 left: -162px;
        top: -18px;
        background-size: auto !important;
}
	#_info_ #pricing-table .plan {
		flex: 0 0 calc(100% - 30px);
		max-width: calc(100% - 30px);
		padding-left:15px;
		padding-right:15px;
	}
}

#_info_articles_ .group-content > div {
	margin-bottom:30px!important;
}
#_info_articles_ .group-content .item {
	background:#F5F9FA;
	padding:20px 40px;
}
.iscontent p a {
	color:#6BB259;
}


#_info_ img[src="/upload/medialibrary/d4e/info.webp"] {
	display:none;
}
.lineh__ut {
	line-height:1.2;
}

@media (min-width:1300px) {

	#_info_articles_ .group-content .item .col-md-3.col-sm-3.col-xs-12 {
		flex: 0 0 165px;
		max-width: 165px;
		padding-left:0;
	}
	#_info_articles_ .group-content .item .col-md-9.col-sm-9.col-xs-12 {
		flex: 0 0 calc(100% - 165px);
		max-width: calc(100% - 165px);
		padding-right:0;
	}
	#_info_articles_ .group-content .item .image {
		text-align:center;
		justify-content:center;
	}
}
@media (max-width:767px) {
	
	.desctop60 {
	margin-top:0px;
}
	
	.newrow .price_null {
		font-size:20px;
		margin-top:10px;
	}
	.histers {

    margin: 30px 0 30px;

}
.bg_titles {
    width: 300%;
    height: 100vh;
    /* background-size: cover; */
    position: absolute;
    left: -50px;
    /* bottom: 100px; */
    background-repeat: no-repeat;
    pointer-events: none;
    top: -90px;
    /* z-index: 9999; */
    overflow: auto;
    background-size: cover !important;
    max-height: 400px;
}
.pomosh_v {

    gap: 10px;
}

.mob_btn {
	margin-top:10px;
}
.pomosh_title_box {

    gap: 10px;
}

.pomosh_title {

    margin-bottom: 20px;
}
	
	
	.projects-bar-top-box .row {
		    flex-direction: row;
	}
	.newrow {
			text-align:left;
	}
	
	.right_bg {
		text-align:left;
	}
	
	.pomosh_title_box {
		flex-flow: column;
	}
	
	.right_bg h1 {
		text-align:left;
	}
	.right_bg h1 {
		text-align:left;
	}
	.scrollto {
		width:100%;
		margin-top:10px;
	}
	.btn_title {
    margin-top: 30px;
    display: grid;
    gap: 10px;
}

	.mobiles {
	display:block;
}
	.no-mobiles {
	display:none;
}
	.popup_video {
    width: 64px !important;
    height: 64px !important;
    margin-left: 0%;
    cursor: pointer;
    background-size: cover;
    background-image: url(../include/play-button.svg);
    margin-bottom: 20px;
}

	#_info_articles_ .group-content .item {
		padding:10px;
	}
}
@media (max-width:575px) {
	#_info_articles_ .group-content .item .image {
		text-align:center;
		justify-content:center;
		margin-bottom:15px;
	}
	#_info_articles_ .group-content .item {
		padding:20px;
	}
	#_info_articles_ .group-content .item .btn {
		margin: 0 auto;
		width: 140px;
		display: block;
		line-height: 5px;
		text-align: center;
	}
}

#_stock_ .group-content .item {
	background:#F5F9FA;
	padding:20px 40px;
}
#_stock_ .group-content > div {
	margin-bottom:30px!important;
}

#_info_garantiya_ .iscontent h3 + table tr {
	background: #F5F9FA;
    padding: 20px 40px;
    display: flex;
    margin-bottom: 30px;
}

#_info_garantiya_ .iscontent h3 + table .text-success {
	width:100%;
}



#_services_proektirovanie_ .group-content .item {
	background:#F5F9FA;
	padding:20px 40px;
	margin-bottom:30px!important;
}

#_services_pechi_dlja_bani_ .group-content .item {
	background:#F5F9FA;
	padding:20px 40px;
	margin-bottom:30px!important;
}

#_services_pechi_dlja_bani_ .group-content .item div {
	text-align:left!important;
}
#_services_pechi_dlja_bani_ .group-content .item .well span b span {
    color: #0D3745;
}
#_services_pechi_dlja_bani_ .group-content .item .well span {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 900;
	text-transform:uppercase;
}


#_info_stock_ .group-content .item {
	background:#F5F9FA;
	padding:20px 40px;
}

#_info_faq_ .accordion .card-body {
	margin-bottom:20px;
	padding-left:30px;
}

#_info_faq_ .accordion .btn {
	background: none;
    width: 100%;
    border: 1px solid #f0f0f0;
    margin-bottom: 10px;
    /* text-align: left; */
    /* display: block; */
    line-height: 1.2;
    justify-content: start;
    color: #0D3745;
    font-weight: 900;
    text-transform: uppercase;
    height: auto;
    display: flex;
    text-align: left;
    padding-top: 15px;
    max-height: none;
    padding-bottom: 15px;
}
#_info_faq_ .accordion .btn:hover {
    color:#6BB259;
}

#_services_dostavka_ .services2 {
	display:flex;
	flex-wrap:wrap;
	margin:0 -15px;
}
#_services_dostavka_ .ancor_link {
	color:#6BB259;
	border-bottom:1px dashed #6BB259;
}

#_info_garantiya_ img[src="/images/garant.webp"] {
	max-width:250px;
}
#_info_garantiya_ .well table td:nth-child(1) {
	width:280px!important;
}
#_info_garantiya_ .well table td:nth-child(1) {
	width:calc(100% - 280px)!important;
}
#_info_garantiya_ .well .text-success div {
	margin-top:30px;
}
@media (max-width:767px) {
	#_info_garantiya_ .well table {
		display:block;
	}
	#_info_garantiya_ .well table td:nth-child(1) {
		width:100%!important;
		display:block;
		text-align:center;
	}
	#_info_garantiya_ .well table td:nth-child(2) {
		width:100%!important;
		display:block;
	}
	#_info_garantiya_ .well .text-success div .btn {
		width:100%;
		margin-bottom:10px;
	}
	#_info_garantiya_ .style-six + h3 + table img {
		width:100px!important;
	}
}

#_services_proektirovanie_proektirovanie_domov_iz_brusa_ .gallery-box {
	background:none;
	padding:0;
    color: #0D3745;
	padding-top:50px;
}
#_services_proektirovanie_proektirovanie_domov_iz_brusa_ .gallery-box .st-abstract {
	display:none;
}

#_services_proektirovanie_proekty_ban_iz_brusa_ .gallery-box {
	background:none;
	padding:0;
    color: #0D3745;
	padding-top:50px;
}
#_services_proektirovanie_proekty_ban_iz_brusa_ .gallery-box .st-abstract {
	display:none;
}

#_services_fundament_ .group-content .item {
	background:#F5F9FA;
	padding:20px 40px;
	margin-bottom:30px!important;
}

#_info_faq_ form[name="aspro_allcorp_question"] {
	background: #0D3745;
	color:#fff;
	padding:30px;
}
#_info_faq_ form[name="aspro_allcorp_question"] .title {
	font-weight: 900;
    line-height: 1.17;
    text-transform: uppercase;
}
@media (min-width:1300px) {
	#_info_faq_ form[name="aspro_allcorp_question"] .title {
		font-size:42px;
	}
}
@media (min-width:1530px) {
	#_info_faq_ form[name="aspro_allcorp_question"] .title {
		font-size:52px;
	}
}
#_info_faq_ form[name="aspro_allcorp_question"] input.form-control {
	display: block;
    padding: 22px 30px;
    height: 60px;
    width: 100%;
    background: transparent;
    font: inherit;
    font-weight: 700;
    font-size: 16px;
    color: currentColor;
    outline: 0;
    border: 0;
    border: 1px solid rgba(218, 221, 222, 0.5);
    transition: 0.2s;
	margin-bottom: 23px;
}
#_info_faq_ form[name="aspro_allcorp_question"] textarea.form-control {
	display: block;
    padding: 22px 30px;
    height: 432px;
    width: 100%;
    background: transparent;
    font: inherit;
    font-weight: 700;
    font-size: 16px;
    color: currentColor;
    outline: 0;
    border: 0;
    border: 1px solid rgba(218, 221, 222, 0.5);
    transition: 0.2s;
	margin-bottom: 23px;
}	
#_info_faq_ form[name="aspro_allcorp_question"] input.inputfile {
	margin-bottom: 23px;
}	

#_info_faq_ form[name="aspro_allcorp_question"] .form-group {
	width:100%;
}
#_info_faq_ form[name="aspro_allcorp_question"] .form-group label {
    margin-bottom: 23px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
	display:block;
}

[id^="_services_dostavka"] .grey_dark {
	background:#f0f0f0;
}
[id^="_services_dostavka"] .grey_dark td {
	padding:20px;
}
[id^="_services_dostavka"] .table.table-bordered {
	width:100%;
}
[id^="_services_dostavka"] .table.table-bordered th,
[id^="_services_dostavka"] .table.table-bordered td {
	padding:12px 20px;
	background:#F5F9FA;
}
[id^="_services_dostavka"] .table.table-bordered th {
	background: #0D3745;
	color:#fff;
}
[id^="_services_dostavka"] .table.table-bordered td {
	border-bottom:1px solid #dde7ea;
}
[id^="_services_dostavka"] .table.table-bordered td .btn {
	/*font-size:12px; */
}

[id^="_services_pechi"] .grey_dark {
	background:#f0f0f0;
}
[id^="_services_pechi"] .grey_dark td {
	padding:20px;
}
[id^="_services_pechi"] .table.table-bordered {
	width:100%;
}
[id^="_services_pechi"] .table.table-bordered th,
[id^="_services_pechi"] .table.table-bordered td {
	padding:12px 20px;
	background:#F5F9FA;
}
[id^="_services_pechi"] .table.table-bordered th {
	background: #0D3745;
	color:#fff;
}
[id^="_services_pechi"] .table.table-bordered td {
	border-bottom:1px solid #dde7ea;
}
[id^="_services_pechi"] .table.table-bordered td .btn {
	/*font-size:12px; */
}
[id^="_services_pechi"] table ul {
	margin-bottom:0;
}


[id^="_services_proektirovanie"] .well {
	padding:20px;
	    background: #f0f0f0;
}
[id^="_services_proektirovanie"] .well table td:nth-child(1) {
	width:280px!important;
}
[id^="_services_proektirovanie"] .well table td:nth-child(1) {
	width:calc(100% - 280px)!important;
}
[id^="_services_proektirovanie"] .well .text-success div {
	margin-top:30px;
}
[id^="_services_proektirovanie"] .well table .btn {
	margin-bottom:20px;
	
}
[id^="_services_proektirovanie"] .grey_dark.well .text-success.ancor_link {
	margin-top:20px;
	color:#6BB259;
	display:inline-block;
	text-decoration:underline!important;
	
}
@media (max-width:767px) {
	[id^="_services_proektirovanie"] .well table {
		display:block;
	}
	[id^="_services_proektirovanie"] .well table td:nth-child(1) {
		width:100%!important;
		display:block;
		text-align:center;
	}
	[id^="_services_proektirovanie"] .well table td:nth-child(2) {
		width:100%!important;
		display:block;
	}
	[id^="_services_proektirovanie"] .well .text-success div .btn {
		width:100%;
		margin-bottom:10px;
	}
	[id^="_services_proektirovanie"] .style-six + h3 + table img {
		width:100px!important;
	}
}

[id^="_services_fundament"] .gallery-box.gallery-work-box.tabs-here {
	padding-bottom:0;
}
[id^="_services_fundament"] .gallery-box.gallery-work-box.tabs-here + .container {
	display:none;
}
[id^="_services_fundament"] .gallery-box.gallery-work-box.tabs-here + .container + .footer-box {
	margin-top:0;
}

form [data-sid="WD_REVIEWS2_COUNT"] { display:none!important; }
form [data-sid="WD_REVIEWS2_RATING"] { display:none!important; }
form [data-sid="WD_REVIEWS2_LAST"] { display:none!important; }


#_info_garantiya_ .well {
	padding:20px;
	    background: #f0f0f0;
}
#_info_garantiya_ .well table td:nth-child(1) {
	width:280px!important;
}
#_info_garantiya_ .well table td:nth-child(1) {
	width:calc(100% - 280px)!important;
}
#_info_garantiya_ .well .text-success div {
	margin-top:30px;
}
#_info_garantiya_ .well table .btn {
	margin-bottom:20px;
	
}

#_services_stroitelstvo_ .group-content > div {
	margin-bottom:30px!important;
}
#_services_stroitelstvo_ .group-content .item {
	background:#F5F9FA;
	padding:20px 40px;
}

@media (min-width:1300px) {
	#_services_stroitelstvo_ .group-content .item .col-md-3.col-sm-3.col-xs-12 {
		flex: 0 0 165px;
		max-width: 165px;
		padding-left:0;
	}
	#_services_stroitelstvo_ .group-content .item .col-md-9.col-sm-9.col-xs-12 {
		flex: 0 0 calc(100% - 165px);
		max-width: calc(100% - 165px);
		padding-right:0;
	}
	#_services_stroitelstvo_ .group-content .item .image {
		text-align:center;
		justify-content:center;
	}
}
@media (max-width:767px) {

#mcbw_popup__toggle {
    right: 10px !important;
    bottom: 85px !important;
}
.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 50px !important;
    height: 50px !important;
    bottom: -15px !important;
    right: 10px !important;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 36px !important;
    height: 36px !important;
    bottom: -8px !important;
    right: 16px !important;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}
.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 36px !important;
    height: 36px !important;
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    width: 50px !important;
    height: 50px !important;
    bottom: -15px !important;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
	#_services_stroitelstvo_ .group-content .item {
		padding:10px;
	}
}
@media (max-width:575px) {
	#_services_stroitelstvo_ .group-content .item .image {
		text-align:center;
		justify-content:center;
		margin-bottom:15px;
	}
	#_services_stroitelstvo_ .group-content .item {
		padding:20px;
	}
	#_services_stroitelstvo_ .group-content .item .btn {
		margin: 0 auto;
		width: 140px;
		display: block;
		line-height: 5px;
		text-align: center;
	}
}
[id^="_services_stroitelstvo"] .table.table-bordered td:nth-child(1) {
	vertical-align:middle!important;
}
[id^="_services_stroitelstvo"] .table.table-bordered td:nth-child(1) i {
	font-style:normal;
	display:inline-block;
	width:36px;
	height:36px;
	background:#0D3745;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:100px;
	font-size:24px;
	margin:0 auto;
}
[id^="_services_stroitelstvo"] .table.table-bordered td:nth-child(3) {
	width:300px;
	max-width:100%;
}
[id^="_services_stroitelstvo"] .table.table-bordered td {
	padding: 12px 20px;
    background: #F5F9FA;
	border-bottom: 1px solid #dde7ea;
}
[id^="_services_stroitelstvo"] .table.table-bordered h5 {
	font-weight: 800;
    font-size: 20px;
    margin-bottom: 16px;
}

@media (max-width:767px) {
	[id^="_services_stroitelstvo"] .table.table-bordered td {
		display:block;
		width:100%!important;
	}
	[id^="_services_stroitelstvo"] .table.table-bordered td:nth-child(3) {
		text-align:center;
	}
	[id^="_services_stroitelstvo"] .table.table-bordered td:nth-child(1) {
		text-align:center;
		border-bottom:none;
		padding-bottom:0;
	}
	[id^="_services_stroitelstvo"] .table.table-bordered td:nth-child(2) {
		border-bottom:none;
		padding-bottom:0;
	}
	[id^="_services_stroitelstvo"] .table.table-bordered td:nth-child(2) p:last-child {
		margin-bottom:0;
	}
	
}



[id^="_services_stroitelstvo"] .grey_dark {
	background:#f0f0f0;
}
[id^="_services_stroitelstvo"] .grey_dark td {
	padding:20px;
}


[id^="_services_stroitelstvo"] .well {
	background:#f0f0f0;
}
[id^="_services_stroitelstvo"] .well td {
	padding:20px;
}

#_search_ .search-page > a {
	font-size:24px;
	display:inline-block;
	color:#0D3745;
	text-transform:uppercase;
	margin-bottom:16px;
	font-weight:800;
}
#_search_ .search-page > p {
	margin-bottom:6px;
}
#_search_ .search-page > small a {
	color:#6BB259;
}
#_search_ .search-page > a b {
	font-weight:800;
}
#_search_ .search-page > hr {
	display:block;
	padding-top:30px;
	margin-top:30px;
	border-top:1px solid #f0f0f0;
}
#_search_ .search-page form {
	background: #F5F9FA;
    padding: 20px;
	display:inline-block;
}
#_search_ .search-page form input {
	background: #ffffff;
    border:1px solid #e0e0e0;
	padding:10px;
}
#_search_ .search-page form input[type="submit"] {
	background: #0D3745;
    border:1px solid #0D3745;
	color:#fff;
	cursor:pointer;
}

div.title-search-result {
	z-index: 1205 !important;
	background:#f9f9f9;
	border:none!important;
	display:block!important;
}
table.title-search-result {
	width:100%!important;
}
table.title-search-result td.title-search-item {
	white-space: normal!important;
}
table.title-search-result td.title-search-item img {
	display:none;
}
table.title-search-result td.title-search-item b {
	color:inherit!important;
}
table.title-search-result td.title-search-item a {
    padding: 5px 10px!important;
    font-size: 14px;
    border-bottom: 1px solid #e9e9e9;
	color:#6BB259!important;
}
table.title-search-result td.title-search-item {
	padding:0!important;
}

[id^="_info_articles_"] .gallery-box {
	margin-top:80px;
	padding-bottom:0;
}
[id^="_info_articles_"] .gallery-box + .footer-box {
	margin-top:0;
}
[id^="_info_articles_"] .iscontent .well {
	background:#f0f0f0;
	padding:20px;
}
[id^="_info_articles_"] .features-table {
	width:100%;
}
[id^="_info_articles_"] .features-table {
	width:100%;
}
[id^="_info_articles_"] .features-table th,
[id^="_info_articles_"] .features-table td {
	padding:12px 20px;
	background:#F5F9FA;
}
[id^="_info_articles_"] .features-table th {
	background: #0D3745;
	color:#fff;
}
[id^="_info_articles_"] .features-table td {
	border-bottom:1px solid #dde7ea;
}

#_services_dostavka_ .iscontent form.DP_search_form + div {
	width:100%!important;
}
#_services_dostavka_ .iscontent .DELIVERS {
	margin-top:20px;
}
#_services_dostavka_ .iscontent .DELIVERS .info {
	margin-left:4px;
}


[id^="_services_fundament_"] .gallery-box {
	background:#fff;
	margin-top:0;
	padding-bottom:80px!important;
}
[id^="_services_fundament_"] .gallery-box .h2 { 
	color:#252525!important;
}

[id^="_info_articles_"] .gallery-box {
	background:#fff;
	margin-top:0;
	padding-bottom:80px!important;
}
[id^="_info_articles_"] .gallery-box .h2 { 
	color:#252525!important;
}

[id^="_services_pechi_dlja_bani_"] .gallery-box {
	background:#fff;
	margin-top:0;
	padding-bottom:80px!important;
}
[id^="_services_pechi_dlja_bani_"] .gallery-box .h2 { 
	color:#252525!important;
}

[id^="_services_stroitelstvo_rubka_"] .gallery-box {
	background:#fff;
	margin-top:0;
	padding-bottom:80px!important;
}
[id^="_services_stroitelstvo_rubka_"] .gallery-box .h2 { 
	color:#252525!important;
}

@media (min-width:1300px) {
	.project-info-box .right-slider {
		top:79px;
	}
}
@media (max-width:1299px) {
	.project-info-box .right-slider {
		top:70px;
	}
}


@media (min-width:992px) {
	.equipment-box .equipment-table table tr:not(:first-child):not(:last-child) td.current {
		background:#e9ffed; 
	}
	.equipment-box .equipment-table table tr:not(:first-child):not(:last-child) td:not(.current) {
		position:relative;
	}
	.equipment-box .equipment-table table tr:not(:first-child):not(:last-child) td:not(.current):before {
		content:'';
		display:block;
		width:40px;
		top:0;
		right:0;
		bottom:0;
		background: linear-gradient(to left, #fff, #fff 20%, rgba(255,255,255,0));
		position:absolute;
	}
	.equipment-box .equipment-table table tr:not(:first-child) td:first-child:before {
		content:none!important;
	}
	.equipment-box .equipment-table table td {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		border-bottom: 1px solid #f0f0f0;
	}
	.equipment-box .equipment-table table tr:last-child td {
		border-bottom: none;
	}
}
@media (min-width:1530px) {
	.equipment-box .equipment-table table td {
		width: 293px;
		max-width: 293px;
		overflow: hidden;
	}
	.equipment-box .equipment-table table td.current {
		width: 587px;
		max-width: 587px;
	}
}
@media (min-width:1300px) {
	.equipment-box .equipment-table table td {
		width: 245px;
		max-width: 245px;
		overflow: hidden;
	}
	.equipment-box .equipment-table table td.current {
		width: 491px;
		max-width: 491px;
	}
}
@media (min-width:992px) {
	.equipment-box .equipment-table table td {
		width: 191px;
		max-width: 191px;
		overflow: hidden;
	}
	.equipment-box .equipment-table table td.current {
		width: 361px;
		max-width: 361px;
	}
}

@media (max-width:992px) {
.sert_marg {
	margin-bottom:20px;
	  display: block !important;
}

}
@media (max-width:1300px) {
.pomosh_v_s_div {
    font-size: 18px;
    color: #BEE563;
}
.right_bg {
	background-image: none;
    background-repeat: no-repeat;
    background-position: top right;
}
.sert_marg {

    align-items: stretch;
    display: flex;
    /* gap: 20px; */
}
}
.showalldops b {
	display:inline-block;
	color:#6BB259;
	cursor:pointer;
	border-bottom:1px dashed #BEE563;
	line-height:1.4;
}
.showalldops.hidden { display:none; }
.dop_hidden { display:none; }


.equipment-box .equipment-table {
	position:relative;
}
.equipment-box .equipment-table table  {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.equipment-box .equipment-table:not(.active) table  {
	margin-top:20px;
}

.equipment-box .top-row {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.equipment-box .top-row.chngd {
	padding-bottom:20px;
}
.equipment-box .top-row + div {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:1;
}
.equipment-box .top-row + div + div {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity:1;
}
.equipment-box .top-row.chngd + div {
	opacity:0;
}
.equipment-box .top-row.chngd + div + div {
	opacity:0;
}

.equipment-box .equipment-table .et-row:not(.et-top) {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity:1;
	position:relative;
	top:0;
}
.equipment-box .equipment-table .et-row.chngd:not(.et-top) {
	opacity:0;
	top:20px;
}

.eapps-root, .eapps-root *, .yottie-widget, .yottie-widget * {
	border-radius: 0px!important;
}

.yottie-widget {
	border-radius: 0px!important;
}

.swiper-wrapper {
	border-radius: 0px!important;
}

.baza_link {

    flex-flow: nowrap;
}
/* End */


/* Start:/local/templates/bobers/css/owl.theme.default.min.css?16855847301013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


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


/* Start:/bitrix/components/vitsku/search.title/templates/top/style.css?168114144815618*/
/* div.title-search-result {
	display: block !important;
} */
:root {
    --ON_toggle: initial;
    --OFF_toggle: ;
	--light: var(--ON_toggle);
    --dark: var(--OFF_toggle);
	    --gray_bg_black: var(--light, #6BB259) var(--dark, #6BB259);
		--black_bg_black: var(--light, #fff) var(--dark, #6BB259);
}

.bx_item_block_item_prop_item_value {
	color:#000;
}
a.js_search_href.btn.btn-alt {
	line-height:0.5;
}
a.js_search_href.btn.btn-alt:hover {
	text-decoration:none;
	color:#fff;
}
.theme-red {
margin-top: 0px !important;
}
.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	

	font-size: 14px;
}



.title-search-result:not(.scroller) {
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin
}

.title-search-result::-webkit-scrollbar,.scrolled::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.title-search-result::-webkit-scrollbar-track,.scrolled::-webkit-scrollbar-track {
    border-radius: 5px
}

.title-search-result::-webkit-scrollbar-thumb,.scrolled::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ccc;
    background: var(--gray_bg_black);
    border: 1px solid #fff;
    border-color: var(--black_bg_black)
}

.title-search-result::-webkit-scrollbar-thumb:window-inactive-thumb,.scrolled::-webkit-scrollbar-thumb:window-inactive-thumb {
    background: #ccc;
    background: var(--gray_bg_black);
    border: 2px solid #fff;
    border-color: var(--black_bg_black)
}

.title-search-result.scrollbar--horizontal {
    overflow: hidden;
    overflow-x: auto;
    overscroll-behavior: auto
}

.title-search-result.scrollbar--overscroll-auto {
    overscroll-behavior: auto
}



.bx-searchtitle-history {
	margin-top: 5px;
	font-size:12px;
	  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
}
	.bx-searchtitle-history a {
		color: #3a3a3a;
		font-size:13px;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle .bx-block-title {
	
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-radius:5px;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(../../../../../components/vitsku/search.title/templates/top/images/search-icon.png) center center no-repeat #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow-y:scroll;
	max-height:800px;
	z-index:999;
	min-width: 200px;
	/*margin-top: 3px;*/
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;
	
	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('../../../../../components/vitsku/search.title/templates/top/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top:8px;
	
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{

}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
border-bottom:1px dotted #ccc;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}
.bx_smart_searche .bx_item_block_item_name {
	color: #000;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {

}



/* blue */
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {

}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #0083d1;
	border-color: #0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #0083d1;
	border-color: #0083d1;
	color: #FFF;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button:hover, .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #5ca6e4;
	border-color: #5ca6e4;
	text-decoration: none;
}
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #b2d9f1;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #0083d1;
}
/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {

}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {

}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #b4dabe;
	transition: 0.3s;
}
.bx_smart_searche.theme-green .bx_item_block_href {

	transition: 0.3s;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {

}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #b4dabe;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {

}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}
/* End */
/* /local/templates/bobers/css/fancybox.css?168558473015647 */
/* /local/templates/bobers/css/animate.css?168558473033824 */
/* /local/templates/bobers/js/slick/slick.css?16855847281776 */
/* /local/templates/bobers/css/bootstrap.css?168558473016821 */
/* /local/templates/bobers/css/style.css?1760979447174338 */
/* /local/templates/bobers/css/custom.css?176312157254608 */
/* /local/templates/bobers/css/owl.theme.default.min.css?16855847301013 */
/* /local/templates/bobers/css/owl.carousel.min.css?16855847303351 */
/* /bitrix/components/vitsku/search.title/templates/top/style.css?168114144815618 */
