

/* Start:/local/templates/garda_new_responsive/css/reset.css?16818919652764*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}button,html,input,select,textarea{color:#222}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}
/* End */


/* Start:/local/templates/garda_new_responsive/css/slick.css?16818919651776*/
/* 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/garda_new_responsive/css/slick-theme.css?16818919654704*/
.slick-dots {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 7px;
  height: 7px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li.slick-active button:before {
  background: #C29540 !important;
}
.slick-dots li button:before {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  text-align: center;
}
.main-slider__arrow {
  fill: #A7A7A7;
  width: 52px;
  height: 44px;
  cursor: pointer;
  transition: .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0, .6);
  border-radius: 4px;
}

.section-slider,
.settlement-slider {
  margin: 0 -10px;
}
.settlement-slider .slide__image {
  max-height: 255px;
}
.settlement-slider .image-slider__arrow {
  top: 122px;
}
.settlement-slider .slide__id,
.settlement-slider .slide__favorite {
  top: 210px;
}
.slide {
  margin: 0 10px;
  transition: box-shadow .2s;
}
.slider__arrow {
  position: absolute;
  top: -60px;
  cursor: pointer;
  fill: #A7A7A7;
  transition: .3s;
}
.slider__arrow:hover {
  fill: #C29540;
}
.slider__arrow.slick-prev {
  right: 70px;
}
.slider__arrow.slick-next {
  right: 15px;
}
.section-slider .slick-dots,
.settlement-slider .slick-dots {
  bottom: 0;
}
.section-slider .slick-dots li button:before,
.settlement-slider .slick-dots li button:before {
  background: #BABABA;
}
.section-slider .slick-track,
.settlement-slider .slick-track {
  padding-bottom: 40px;
}
.section-slider .slide__image .slick-track,
.settlement-slider .slide__image .slick-track {
  padding-bottom: 0;
}
.image-slider__arrow {
  position: absolute;
  top: 85px;
  width: 10px;
  height: 20px;
  cursor: pointer;
  fill: #FFF;
  transition: .3s;
  z-index: 10;
  opacity: 0;
}
.catalog-item__slider .image-slider__arrow {
  top: 215px;
}
.catalog-item__slider .image-slider__arrow.slick-next {
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 100%;
}
.catalog-item__slider .image-slider__arrow.slick-next svg {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.catalog-item__slider .image-slider__arrow.slick-prev {
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 100%;
}
.catalog-item__slider .image-slider__arrow.slick-prev svg {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.image-slider__arrow.slick-disabled {
  opacity: 0 !important;
}
.slide__image:hover .image-slider__arrow,
.catalog-item__slider:hover .image-slider__arrow {
  opacity: 1;
}
/*.image-slider__arrow:hover {
  fill: #C29540;
}*/
.image-slider__arrow.slick-prev {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 20px;
}
.image-slider__arrow.slick-prev svg {
  width: 16px !important;
  height: 16px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.image-slider__arrow.slick-next {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 20px;
}
.image-slider__arrow.slick-next svg {
  width: 16px !important;
  height: 16px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.slider-nav .slider__arrow {
  top: calc(50% - 8px);
}
.slider-nav .slider__arrow.slick-next {
  right: -50px;
}
.slider-nav .slider__arrow.slick-prev {
  left: -60px;
}
.similar-slider .slider__arrow.slick-prev {
  left: -60px;
}
.similar-slider .slider__arrow.slick-next {
  right: -50px;
}
.similar-slider .slider__arrow {
  top: 22%;
}
.village-slider-nav {
  padding: 0 20px;
  margin-top: 20px;
}
.village-slider-nav .slick-slide {
  padding: 0 10px;
}
.village-slider-nav .slider__arrow {
  top: 42px;
}
.village-slider-nav .slider__arrow.slick-next {
  right: 0;
}
.village-slider-nav .slider__arrow.slick-prev {
  left: 0;
}
.village-slider-for .image-slider__arrow {
  opacity: 1;
  top: calc(50% - 7px);
}

@media (max-width: 980px) {
  .image-slider__arrow {
    top: calc(50% - 10px);
  }
}
/* End */


/* Start:/local/templates/garda_new_responsive/css/jquery.fancybox.min.css?168189196512800*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:9999999992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-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{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-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:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-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,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-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,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/garda_new_responsive/css/jquery.filestyle.css?1681891965492*/
.filestyle_wr .fileinput{display:inline-block;vertical-align:middle;background-position:0 0;background-repeat:no-repeat;position:relative;overflow:hidden;margin-left:20px}.filestyle_wr .filename{display:inline-block;vertical-align:middle;margin:0;padding:0;font-size:13px;cursor:pointer}.filestyle_wr .filename.addmessage{color:#e10025}.filestyle_wr .delfile_wr{display:inline-block;vertical-align:middle;margin-left:12px}.filestyle_wr .delfile{display:none;vertical-align:top;cursor:pointer}
/* End */


/* Start:/local/templates/garda_new_responsive/components/sotbit/search.title/search/style.css?17485305702579*/
.search-mini {
	width: 100%;
}
.search-mini form {
	width: 100%;
	display: flex;
}
.search-mini input[type="submit"]
{
	display:block;
	width:11px;
	height:11px;
	position:absolute;
	top:7px;
	right:12px;
	background:none;
	border:none;
	cursor:pointer;
}
.loading_results{
    width: 16px;
    height: 16px;
    position: absolute;
    right: -22px;
    top: 4px;
    display: none;
}
.search-mini .results{
	position: absolute;
	top: 100px;
	max-width: 1200px;
	width: 100%;
	height: auto;
	z-index:500;
	background-color: #fff;
	box-sizing: border-box;
	white-space: nowrap;
	display: flex;
}
.search-mini .results .res {
	flex-direction: column;
	width: 100%;
}
.search-mini .results hr{
	display: none;
}

.result_item{
	display: flex;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.result_item:hover {
	background: #ccc;
}
.result_item .result_preview{
	margin-right: 12px;
}
.result_item a{
	color: #333;
	padding: 15px;
	display: inline-block;
	float: left;
	width: 100%;
	text-decoration: none !important;
}
.result_item .result_desc_text{
	float: left;
}
@media(max-width: 980px) {
	.search-mini .results {
		top: 65px;
		left: 0;
	}
}
.search_field{
 height: 22px;
 border: 1px solid #fbad18;
}
#search_button{
 visibility: hidden;
 cursor: pointer;
 width: 15px;
 height: 22px;
 border: none;
 background: url(/img/arr_active.png) left center no-repeat;
}
#search_button_wrapper{
 width: 15px;
 height: 22px;
 background: url(/img/arr_inactive.png) left center no-repeat;
}
#search_it{
 text-align: center;
 border: none;
 background: none;
 height: 22px;
 font: 11px Arial, Helvetica, sans-serif;
 text-transform: uppercase;
 color: white;
}
.n-header > .search-bar,
.n-header > .search-bar * {
 overflow: visible !important;
}
.search-bar {
 background: #f5f5f4;
 left: 0;
 margin: auto;
 position: fixed;
 right: 0;
 top: -130px;
 transition: .8s;
 z-index: 10000;
}
.search-bar--active {
 top: 0;
}
.search-bar .container {
 align-items: center;
 display: flex;
 height: 130px;
 justify-content: space-between;
}
.search-bar__input {
 background: #f5f5f4;
 border: 0 none;
 font-size: 36px;
 height: 44px;
 max-width: 1000px;
 padding: 5px 10px;
 width: 100%;
}
.search-bar__input::placeholder {
 color: #333;
}
.search-bar__close {
 background: #C29540;
 border-radius: 50%;
 color: #fff;
 cursor: pointer;
 font-size: 30px;
 font-weight: 300;
 height: 40px;
 line-height: 35px;
 text-align: center;
 width: 40px;
}
@media (max-width: 767px) {
 .search-bar__input {
  font-size: 24px;
 }
}
.title-search-result {
    z-index: 10000;
    background: #fff;
}
/* End */


/* Start:/local/templates/garda_new_responsive/components/bitrix/menu/n-header__menu/style.css?173735203522442*/
.n-header__menu-toggle{
    display: none;
}
.n-header__menu{
    display: flex;
    font-size: 14px;
    vertical-align: middle;
    justify-content: space-between;
    flex-grow: 1;
    font-weight: normal;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.n-h__menu-1-item{
    color: #ffffff;
    padding: 17px 15px 18px;
    text-transform: uppercase;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
    flex-grow: 1;
    position: relative;
    transition: 0s;
}
.n-h__menu-1-item:hover{
    color: #c29540;
}
.n-h__menu-1-item.n-h__menu--parent span{
    position: relative;
    display: block;
    padding-right: 17px;
}
.n-h__menu-1-item.n-h__menu--parent span:after{
    content: "";
    display: block;
    width: 9px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    transform: translateY(-50%);
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAQAAAA9Wg7gAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflCxwOMjbPFhVFAAAAKUlEQVQI103MwQ3AQBACMbP998x9ogieFpq0YtcTXZBjsMLx45dI7QMePoQLBifl7uEAAAAASUVORK5CYII=");
    background-position: center;
    background-repeat: no-repeat;
}
.n-h__menu-2-item{
    display: block;
    width: 157px;
    margin-right: 40px;
    margin-left: 15px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none !important;
    position: relative;
}
.n-h__menu-2-item span{
    padding: 9px 15px 9px 0;
    display: block;
}
.n-h__menu-2-item[data-code="shosse"]{
    border-top: 1px solid #d3d3d3;
    margin-top: 19px;
    padding-top: 29px;
}
.n-h__menu-2-item.n-h__menu--parent{
    padding-right: 10px;
}
.n-h__menu-2-item.n-h__menu--parent span{
    display: block;
    position: relative;
}
.n-h__menu-2-item.n-h__menu--parent span:after{
    content: "";
    display: block;
    position: absolute;
    right: -50px;
    top: -1px;
    width: 50px;
    height: 100%;
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAQAAABQpC4VAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflCxkTDSk54PKdAAAAL0lEQVQI1z3MsQ0AMQwDMcor/f6zOUVe6XiAoHwrwIgtNYbGJbHlyhR38N+N93sA1HEJRY8oCXoAAAAASUVORK5CYII=");
    background-position: left center;
    background-repeat: no-repeat;
}
.n-h__menu-3-item{
    display: block;
    width: 33.333333%;
    padding: 9px 5px;
    color: #333333;
    text-decoration: none !important;
    font-weight: normal;
}

.n-h__menu-3-item[data-code="vse_shosse"],
.n-h__menu-3-item[data-code="vse_posyelki"]{
    box-shadow: 0 0 7px 0 rgba(92, 92, 92, 0.61);
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background: rgba(255,255,255,0.46);
    margin-top: 10px;
}

.n-h__submenu-objects__title{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: -22px;
    margin-top: 8px;
}
.n-h__submenu-objects{
    display: flex;
    flex-wrap: wrap;
    margin: 15px -30px 0;
}
.n-h__submenu-object{
    display: flex;
    flex-direction: column;
    padding: 0 8px;
    flex-wrap: wrap;
    margin-bottom: 11px;
    max-width: 226px;
    text-decoration: none !important;
    color: #333 !important;
    outline: none !important;
}
.n-h__submenu-object-name{
    margin-top: 6px;
    font-size: 13px;
}
.n-h__submenu-all-link-wrap{
    width: 100%;
    padding: 0 8px;
    display: flex;
    justify-content: flex-end;
}
.n-h__submenu-all-link{
    box-shadow: 0 0 7px 0 rgb(92 92 92 / 61%);
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background: rgba(255,255,255,0.46);
    margin-top: 10px;
    display: block;
    padding: 9px 5px;
    color: #333333;
    text-decoration: none !important;
    width: 210px;
}

@media (min-width: 768px) {
    .n-h__menu-1-item + .n-h__submenu{
        max-height: 0;
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        background: #e6e6e6;
        flex-direction: column;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        transition: max-height 0s linear 0.25s, padding 0s linear 0.25s, height 0s linear 0.25s;
        z-index: 20;
    }
    .n-h__menu-2-item + .n-h__submenu{
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        left: 205px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0s linear 0.25s, padding 0s linear 0.25s, min-height 0s linear 0.25s, height 0s linear 0.25s;
        min-height: 0;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
        background-image: url("/local/templates/garda_new_responsive/components/bitrix/menu/n-header__menu/./images/bg.jpg");
        background-size: cover;
        background-position: center;
    }



    .n-h__menu-1-item.n-h__menu--parent:hover span:after,
    .n-h__menu-1-item.n-h__menu--parent.n-h__menu-item--active span:after{
        background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFAgMAAADqPS74AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEXClUDClUD////oVWQSAAAAAXRSTlMAQObYZgAAAAFiS0dEAmYLfGQAAAAHdElNRQflCxwONRfMPpPcAAAAGklEQVQI12NwYHBgEGBkYGBhYWBgFGBgAHIBC00A666eGpoAAAAASUVORK5CYII=");
    }
    .n-h__menu-1-item:hover + .n-h__submenu{
        z-index: 25;
    }
    .n-h__menu-2-item:hover,
    .n-h__menu-item--active{
        color: #c29540;
    }
    .n-h__menu-2-item.n-h__menu-item--active span:after,
    .n-h__menu-2-item.n-h__menu--parent:hover span:after{
        background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJAgMAAACHww4NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEXClUDClUD////oVWQSAAAAAXRSTlMAQObYZgAAAAFiS0dEAmYLfGQAAAAHdElNRQflCxkTEiJjaCWLAAAAHUlEQVQI12NwYGAQYGBgYWBgZGBgcACRLGARBwYADKcA61l+j2sAAAAASUVORK5CYII=");
    }
    .n-h__menu-3-item:hover{
        color: #c29540;
    }
    .n-h__menu--pop-parent + .n-h__submenu{
        background: #e6e6e6;
    }
    .n-h__menu--pop-parent:hover + .n-h__submenu,
    .n-h__menu--parent:hover + .n-h__submenu,
    .n-h__submenu:hover,
    .n-h__menu--pop-parent + .n-h__submenu--first{
        transition:  max-height 0s linear 0s, padding 0s linear 0s, min-height 0s linear 0s, height 0s linear 0s;
        max-height: 700px;
        padding: 21px 15px 21px 15px;
        min-height: 528px;
        overflow: auto;
    }
    .n-h__menu-2-item.n-h__menu--pop-parent:hover + .n-h__submenu,
    .n-h__menu-2-item.n-h__menu--parent:hover + .n-h__submenu,
    .n-h__menu-2-item + .n-h__submenu:hover,
    .n-h__menu--pop-parent + .n-h__submenu--first{
        min-height: 100%;
        padding: 21px 30px 31px 35px;
    }


    .n-h__submenu-mobile-head{
        display: none;
    }
    .n-h__menu--pop-parent + .n-h__submenu--first{
        top: 0 !important;
    }
}
@media (max-width: 1120px) {
    .n-h__submenu-all-link-wrap {
        justify-content: flex-start;
        width: auto;
        padding: 0;
        margin: 0 -22px;
    }
}
@media (max-width: 1000px) and (min-width: 768px) {
    .n-header__menu{
        font-size: 12px;
    }
    .n-h__menu-1-item{
        padding: 5px;
    }
    .n-h__menu-3-item{
        width: 50%;
    }
    .n-h__menu--pop-parent:hover + .n-h__submenu,
    .n-h__menu--parent:hover + .n-h__submenu,
    .n-h__submenu:hover,
    .n-h__menu--pop-parent + .n-h__submenu--first{
        max-height: 500px;
    }
}
@media (max-width: 767px) {
    .n-header__menu-toggle{
        display: flex;
        background: none;
        border: none;
        outline: none;
        justify-content: center;
        align-items: center;
        padding-left: 10px;
        width: 40px;
    }
    .n-header__menu-toggle svg{
        margin-right: 0;
        fill: #C9A45E;
        font-size: 18px;
    }
    .n-header__menu-toggle svg.close{
        font-size: 22px;
    }

    .n-header__menu,
    .n-h__menu-1-item + .n-h__submenu,
    .n-h__menu-2-item + .n-h__submenu{
        right: -100%;
        position: fixed;
        top: 0;
        bottom: 0;
        background: rgba(26,24,24,0.95);
        width: 100%;
        max-width: 767px;
        z-index: 1000;
        transition: transform 0.4s ease-out 0s, right 0.4s ease-out 0s;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        overflow-y: auto;
        overflow-x: hidden;
        margin-left: 0 !important;
        padding: 16px 24px 30px 29px !important;
        height: 100%;
    }
    .n-header__menu{
        right: 0;
        transform: translate3d(110%,0,0);
        width: 100%;
        top: 60px;
        height: calc(100% - 60px);
    }
    .n-h__menu-2-item + .n-h__submenu{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        padding-right: 0 !important;
    }
    .n-header__menu.n-header__menu--show{
        transform: translate3d(0,0,0) !important;
    }
    .n-h__submenu--show{
        background: rgba(230,230,230,0.95);
    }
    .n-h__menu-1-item,
    .n-h__menu-2-item,
    .n-h__menu-3-item{
        flex-grow: 0;
        padding: 7px 0 7px 0!important;
        display: block;
        width: 100%;
        margin: 0 !important;
    }
    .n-h__menu-3-item{
        width: 50%;
        padding-right: 7px !important;
        font-size: 13px;
    }
    .n-h__submenu-mobile-head{
        padding: 4px 0 7px 0 !important;
        width: 100%;
    }
    .n-h__menu-1-item span,
    .n-h__menu-2-item span,
    .n-h__menu-3-item span{
        padding: 0;
    }
    .n-h__menu-1-item.n-h__menu--parent span:after{
        transform: rotate(-90deg);
        right: 4px;
        margin-top: -3px;
    }
    .n-h__menu-2-item.n-h__menu--parent span:after{
        right: 4px;
        width: 5px;
        top: -2px;
    }
    .n-h__menu-item--m-active + .n-h__submenu{
        right: 0;
        background: #fdfdfe;
        border-left: 1px solid #eee;
    }
    .n-h__submenu-mobile-head button{
        background: none;
        border: 0;
        outline: 0;
        position: relative;
        padding-left: 18px;
        margin-bottom: 17px;
    }
    .n-h__submenu-mobile-head button:before{
        content: "";
        display: block;
        width: 5px;
        height: 9px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotate(-180deg);
        background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAQAAABQpC4VAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflCxkTDSk54PKdAAAAL0lEQVQI1z3MsQ0AMQwDMcor/f6zOUVe6XiAoHwrwIgtNYbGJbHlyhR38N+N93sA1HEJRY8oCXoAAAAASUVORK5CYII=");
        margin-top: 1px;
    }
    .n-h__submenu-mobile-head-title{
        text-transform: uppercase;
        font-weight: bold;
        color: #a3a3a3;
    }
    .n-h__menu-2-item[data-code="shosse"] {
        border-top: 0;
        margin-top: 16px !important;
        padding-top: 26px !important;
        position: relative;
    }
    .n-h__menu-2-item[data-code="shosse"]:before{
        content: "";
        display: block;
        height: 1px;
        width: 154px;
        background: #d3d3d3;
        position: absolute;
        top: 0;
        left: 0;
    }
    .n-h__menu-3-item[data-code="vse_shosse"],
    .n-h__menu-3-item[data-code="vse_posyelki"]{
        width: calc(100% - 29px);
        margin-top: 19px !important;
        padding: 10px 0!important;
    }
    .n-h__menu--pop-parent + .n-h__submenu--first{
        right: 0;
        position: absolute;
        top: 40%;
        background: #fff;
    }
    .n-h__submenu-objects__title {
        margin-left: 0;
    }
    .n-h__submenu-objects {
        margin: 15px 0 0;
    }
    .n-h__submenu-object{
        padding: 0;
        display: none;
    }
    .n-h__submenu-object:nth-of-type(1),
    .n-h__submenu-object:nth-of-type(2){
        display: block;
    }
    .n-h__submenu-all-link-wrap{
        margin: 0;
    }
    .mobile-menu-block{
        margin-top: 21px;
        padding-top: 21px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        width: 100%;
    }
}

/* Header menu (Mobile) -> New */
.n-header__menu
.n-header__menu-content {
    width: 100%;
    display: flex;
    vertical-align: middle;
    justify-content: space-between;
}

@media (max-width: 767px){
    .n-header__menu {
        padding: 29px 14px !important;
    }

    .n-header__menu
    .n-header__menu-content {
        display: block;
        width: 100%;
        height: 100%;
        padding: 16px 40px 15px;

        background: linear-gradient(180deg, #0E0E0E 0%, #231F1F 100%);
        border-radius: 10px;
    }

    .n-header__menu
    .n-h__menu-1-item {
        font-size: 20px;
        padding: 16px 0 !important;
    }

    .n-header__menu
    .n-h__menu-1-item span {
        padding-right: 0;
    }

    .n-header__menu
    .n-h__menu-1-item span:after {
        display: none;
    }

    .mobile-menu-block {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 23px;
        padding-top: 37px;
    }

    .mobile-menu-block
    .mobile-menu-block-links {

    }

    .mobile-menu-block
    .mobile-menu-block-links
    .mobile-menu-block-links-item
    .mobile-menu-block-links-items {

    }

    .mobile-menu-block
    .mobile-menu-block-links
    .mobile-menu-block-links-item {
        margin: 38px 0 0 0;
    }

    .mobile-menu-block
    .mobile-menu-block-links
    .mobile-menu-block-links-item:first-child {
        margin: 0;
    }

    .mobile-menu-block
    .mobile-menu-block-links
    .mobile-menu-block-links-item
    .mobile-menu-block-links-item-link {
        font-size: 20px;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        outline: none;
        border: none;
        user-select: none;
        line-height: normal;
    }

    .mobile-menu-block
    .mobile-menu-block-links
    .mobile-menu-block-links-item
    .mobile-menu-block-links-item-link:hover {
        color: #fff;
        text-decoration: none;
        outline: none;
        border: none;
        user-select: none;
    }


    .mobile-menu-block
    .mobile-menu-block-links
    .mobile-menu-block-links-item
    .mobile-menu-block-links-item-link
    .mobile-menu-block-links-item-link-cols {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    .mobile-menu-block
    .mobile-menu-block-links
    .mobile-menu-block-links-item
    .mobile-menu-block-links-item-link
    .mobile-menu-block-links-item-link-cols
    .mobile-menu-block-links-item-link-cols-left {

    }

    .mobile-menu-block
    .mobile-menu-block-links
    .mobile-menu-block-links-item
    .mobile-menu-block-links-item-link
    .mobile-menu-block-links-item-link-cols
    .mobile-menu-block-links-item-link-cols-right {

    }


    .mobile-menu-block
    .mobile-menu-block-links
    .mobile-menu-block-links-item
    .mobile-menu-block-links-item-link
    .mobile-menu-block-links-item-link-icon {
        background-position: center center;
        background-color: transparent;
        background-repeat: no-repeat;

        background-size: cover;

        outline: none;
        border: none;
    }

    .mobile-menu-block
    .mobile-menu-block-links
    .mobile-menu-block-links-item
    .mobile-menu-block-links-item-link
    .mobile-menu-block-links-item-link-icon.mobile-menu-block-links-item-link-icon-phone {
        width: 23px;
        height: 23px;

        background-image: url('/local/templates/garda_new_responsive/components/bitrix/menu/n-header__menu/images/phone.svg');
    }

    .mobile-menu-block
    .mobile-menu-block-links
    .mobile-menu-block-links-item
    .mobile-menu-block-links-item-link
    .mobile-menu-block-links-item-link-icon.mobile-menu-block-links-item-link-icon-whatsapp {
        width: 20px;
        height: 19px;

        background-image: url('/local/templates/garda_new_responsive/components/bitrix/menu/n-header__menu/images/whatsapp.svg');
    }

    .mobile-menu-block
    .mobile-menu-block-links
    .mobile-menu-block-links-item
    .mobile-menu-block-links-item-link
    .mobile-menu-block-links-item-link-icon.mobile-menu-block-links-item-link-icon-telegram {
        width: 20px;
        height: 20px;

        background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEyXzM3MCkiPgo8cGF0aCBkPSJNNy44NDc2NSAxMi42NTA4TDcuNTE2ODIgMTcuMzA0MkM3Ljk5MDE1IDE3LjMwNDIgOC4xOTUxNSAxNy4xMDA4IDguNDQwOTggMTYuODU2N0wxMC42NjAyIDE0LjczNThMMTUuMjU4NSAxOC4xMDMzQzE2LjEwMTggMTguNTczMyAxNi42OTYgMTguMzI1OCAxNi45MjM1IDE3LjMyNzVMMTkuOTQxOCAzLjE4NDE2TDE5Ljk0MjcgMy4xODMzM0MyMC4yMTAyIDEuOTM2NjYgMTkuNDkxOCAxLjQ0OTE2IDE4LjY3MDIgMS43NTQ5OUwwLjkyODQ4MiA4LjU0NzQ5Qy0wLjI4MjM1MiA5LjAxNzQ5IC0wLjI2NDAxOSA5LjY5MjQ5IDAuNzIyNjQ4IDkuOTk4MzNMNS4yNTg0OCAxMS40MDkyTDE1Ljc5NDMgNC44MTY2NkMxNi4yOTAxIDQuNDg4MzMgMTYuNzQxIDQuNjY5OTkgMTYuMzcwMSA0Ljk5ODMzTDcuODQ3NjUgMTIuNjUwOFoiIGZpbGw9IiMxNkE5RDgiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMl8zNzAiPgo8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==');
    }

    .mobile-menu-block
    .mobile-menu-block-links
    .mobile-menu-block-links-item
    .mobile-menu-block-links-item-link
    .mobile-menu-block-links-item-link-title {

    }



}


@media (max-width: 767px) {
    .n-h__submenu.n-h__submenu--first {
        display: none;
    }
    .n-header__menu .n-h__menu-1-item span {
      padding-right: 0;
    }
    .n-header__menu .n-h__menu-1-item span:after {
      display: inline-block;
      width: 9px;
      height: 16px;
      background-image: url(/local/templates/garda_new_responsive/components/bitrix/menu/n-header__menu/./images/arrow.svg);
      transform: rotate(0deg);
    }
    .n-header__menu,
    .n-h__menu-1-item + .n-h__submenu,
    .n-h__menu-2-item + .n-h__submenu {
      background: rgba(0, 0, 0, 0.8) !important;
    }
    .n-h__submenu-mobile-head button {
      color: #c29540;
      font-size: 18px;
      padding-left: 28px;
    }
    .n-h__submenu-mobile-head button::before {
      background-image: url(/local/templates/garda_new_responsive/components/bitrix/menu/n-header__menu/./images/arrow-gold.svg);
      width: 9px;
      height: 16px;
      transform: translateY(-50%) rotate(0deg);
    }
    .n-h__menu-2-item {
      font-weight: 400;
      font-size: 20px;
      color: #fff;
    }
    .n-h__submenu-mobile-head-title {
      font-size: 20px;
      color: #777;
    }
    .n-header__menu .n-header__menu-content {
      background: linear-gradient(180deg, #0e0e0e 0%, #231f1f 100%) !important;
      overflow-y: auto;
      padding: 16px 40px 57px;
    }
    .n-header__menu .n-header__menu-content::-webkit-scrollbar {
      width: 5px; /* Ширина скроллбара */
    }
    .n-header__menu .n-header__menu-content::-webkit-scrollbar-thumb {
      background-color: #c29540; /* Цвет ползунка */
      border-radius: 6px; /* Закругление углов ползунка */
    }
    .n-header__menu .n-header__menu-content::-webkit-scrollbar-thumb:hover {
      background-color: #c29540; /* Цвет ползунка при наведении */
      border-radius: 6px; /* Закругление углов углов трека */
    }
    .n-header__menu .n-header__menu-content::-webkit-scrollbar-track {
      background-color: #c7c7c7; /* Цвет фона трека */
      border-radius: 6px; /* Закругление углов углов трека */
    }
    .n-header__menu .n-header__menu-content::-webkit-scrollbar-corner {
      background-color: #ccc; /* Цвет углов трека */
      border-radius: 6px; /* Закругление углов углов трека */
    }
    /* .n-header__menu.n-header__menu--show {
        background: linear-gradient(180deg, #0e0e0e 0%, #231f1f 100%) !important;
    } */
    .n-h__menu-item--m-active + .n-h__submenu {
      border-left: none;
      background: linear-gradient(180deg, #0e0e0e 0%, #231f1f 100%) !important;
      left: 15px;
      right: 15px;
      top: 15px;
      bottom: 30px !important;
      width: calc(100% - 30px);
      overflow-y: auto;
      padding-bottom: 60px !important;
    }
    .n-h__menu-item--m-active + .n-h__submenu::-webkit-scrollbar {
      width: 5px; /* Ширина скроллбара */
    }
    .n-h__menu-item--m-active + .n-h__submenu::-webkit-scrollbar-thumb {
      background-color: #c29540; /* Цвет ползунка */
      border-radius: 6px; /* Закругление углов ползунка */
    }
    .n-h__menu-item--m-active + .n-h__submenu::-webkit-scrollbar-thumb:hover {
      background-color: #c29540; /* Цвет ползунка при наведении */
      border-radius: 6px; /* Закругление углов углов трека */
    }
    .n-h__menu-item--m-active + .n-h__submenu::-webkit-scrollbar-track {
      background-color: #c7c7c7; /* Цвет фона трека */
      border-radius: 6px; /* Закругление углов углов трека */
    }
    .n-h__menu-item--m-active + .n-h__submenu::-webkit-scrollbar-corner {
      background-color: #ccc; /* Цвет углов трека */
      border-radius: 6px; /* Закругление углов углов трека */
    }
    .n-header__menu {
      height: calc(100% - 40px);
    }
    .n-h__menu-2-item[data-code=shosse]:before {
      width: 100%;
    }
    .n-h__submenu-mobile-head button {
      margin-bottom: 38px;
    }
    .n-h__menu-1-item,
    .n-h__menu-2-item,
    .n-h__menu-3-item {
      padding: 16px 0 !important;
    }
    .n-h__menu-2-item.n-h__menu--parent span:after {
      background-image: url(/local/templates/garda_new_responsive/components/bitrix/menu/n-header__menu/./images/arrow.svg);
      width: 9px;
      height: 16px;
    }
    .n-h__menu-item--m-active + .n-h__submenu {
      flex-direction: column;
      flex-wrap: nowrap;
    }
    .n-h__menu-3-item {
      font-weight: 400;
      font-size: 20px;
      text-transform: uppercase;
      color: #fff;
      width: 100%;
    }
    .n-h__menu-3-item[data-code=vse_shosse],
    .n-h__menu-3-item[data-code=vse_posyelki] {
      background-color: transparent;
      border: 1px solid rgba(255, 255, 255, 0.5);
      margin-bottom: 20px !important;
    }
  }
/* End */


/* Start:/local/components/pixelplus/head.favorites/templates/.default/style.css?16818919651282*/
.header__favorites {
    padding-left: 20px;
    position: relative;
    text-decoration: none !important;
    display: flex;
    align-items: center;
}
.header__favorites .icon {
    fill: #C9A45E;
    height: 25px !important;
    width: 25px !important;
    margin-right: 3px;
}
.header__favorites .faw-cnt{
    color: #c29540;
}

.header__favorites-popup {
    position: absolute;
    top: 100%;
    background: #fff;
    margin-top: 15px;
    padding: 16px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    font-size: 13px;
    color: #333333;
    width: 260px;
    text-transform: none;
    z-index: 9;
    left: auto;
    right: 7px;
}
.header__favorites-popup:before {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #ffffff transparent;
    left: auto;
    right: 10px;
}
.header__favorites-popup img {
    width: 64px;
    height: auto;
    float: left;
    margin-right: 13px;
}
.header__favorites-content {
    display: table-cell;
    height: 64px;
    width: 164px;
    vertical-align: middle;
}
.header__favorites-content span {
    color: #b59456;
}
.header__favorites-content .header__favorites-name {
    color: inherit;
}
/* End */


/* Start:/local/templates/garda_new_responsive/template_styles.css?1754916500148149*/
body {
    font: 13px/22px "Roboto", sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    background: #584646;
}
body * {
    box-sizing: border-box;
}
.html-hidden {
    overflow: hidden;
}
.html-hidden > body {
    overflow-y: scroll;
}
a {
    text-decoration: none;
    transition: .2s;
}
a:hover {
    animation: underline .3s linear;
    text-decoration: underline;
}
.nobr {
    white-space: nowrap;
}
@keyframes favRefresh {
    0% {
        fill: #C29540;
    }
    50% {
        fill: #FFF;
        width: 20px;
        height: 20px;
    }
    100% {
        fill: #C29540;
    }
}
@keyframes underline {
    from {
        text-decoration-color: transparent;
    }
    to {
        text-decoration-color: auto;
    }
}
#settlement-map > ymaps {
    width: 100% !important;
}
.favRefresh {
    animation-duration: 1s;
    animation-name: favRefresh;
}
.wrapper{
    background: #fff;
}
.container {
    margin: auto;
    max-width: 1200px;
    overflow: hidden;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.container--overflow {
    overflow: visible;
}
.container-text {
    padding-bottom: 20px;
}
.container-text h1, .container-text h2, .container-text h3, .container-text h4, .container-text h5, .container-text h6, .container-text .h1, .container-text .h2, .container-text .h3, .container-text .h4, .container-text .h5, .container-text .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.container-text h1, .container-text .h1, .container-text h2, .container-text .h2, .container-text h3, .container-text .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.container-text h4, .container-text .h4, .container-text h5, .container-text .h5, .container-text h6, .container-text .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.container-text h1, .container-text .h1 {
    font-size: 36px;
}
.container-text h2, .container-text .h2 {
    font-size: 30px;
}
.container-text h3, .container-text .h3 {
    font-size: 24px;
}
.container-text h4, .container-text .h4 {
    font-size: 18px;
}
.container-text h5, .container-text .h5 {
    font-size: 14px;
}
.container-text h6, .container-text .h6 {
    font-size: 12px;
}
.container-text p {
    margin: 0 0 10px;
}
@media (max-width: 767px) {
    .container-text h1, .container-text .h1 {
        font-size: 28px;
    }
    .container-text h2, .container-text .h2 {
        font-size: 24px;
    }
    .container-text h3, .container-text .h3 {
        font-size: 20px;
    }
}

.n-header{
    background: rgba(24, 22, 22, 0.8);
    position: sticky;
    top: 0;
    z-index: 9999;
}
.n-header__container{
    display: flex;
    vertical-align: middle;
    justify-content: space-between;
    overflow: visible;
    position: relative;
}
.n-header__container > * {
    padding-top: 12px;
    padding-bottom: 13px;
}
.n-header__logo{
    display: flex;
    align-items: center;
    flex-grow: 0;
    padding-right: 30px;
    transition: none;
}

.n-header__search{
    background: none;
    border: none;
    outline: none;
    flex-grow: 0;
}
.n-header__icons{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 11px;
    margin-left: 30px;
    flex-grow: 1;
}
.n-header__phones{
    text-align: center;
    flex-grow: 0;
}
.n-header__phones .phone-chats-wrap{
    margin-bottom: 5px;
}
.phone-chats-wrap{
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.phone-chats{
    display: flex;
    align-items: center;
    gap: 2px;
}
.footer-menu .phone-chats svg{
    width: 25px;
    height: 25px;
}
.phone-chats a{
    display: flex;
}
@media (min-width: 1100px) or (max-width: 767px) {
    .phone-chats svg{
        width: 25px;
        height: 25px;
    }
    .n-header  .phone-chats-wrap + .n-header__callback {
        width: 176px;
    }
}
.n-header__phone{
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-decoration: none !important;
    display: block;
    white-space: nowrap;
}
.n-header__phone:hover{
    color: #c29540;
}
.n-header .n-header__callback{
    font-size: 11px;
    height: 33px;
    width: 159px;
}
.contacts__row .call_phone_2{
    display: flex;
    align-items: center;
    gap: 3px;
}


.header-filter {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
    box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.0908062);
    background: #fff;

}
.header-filter .container{
    opacity: 0;
    transition: opacity 0.5s;
}
.header__top .flex-wr {
    align-items: center;
}
.n-header--fixed-active .header-filter {
    max-height: 100px;

}
.n-header--fixed-active .container{
    opacity: 1;
}
.header-filter .container {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.header-filter .filter-currency span {
    color: #333;
}
.header-filter .btn {
    height: 30px;
    width: 110px;
}
.header-filter .flex-wr {
    width: 365px;
}
.header-filter__view {
    align-items: center;
    color: #333;
    display: flex;
    justify-content: space-between;
    width: 260px;
}
.header-filter__view .toggle-view__tile {
    margin-right: 10px;
}
.header-filter .filter-results {
    font-weight: 500;
}


.grecaptcha-badge {
    display: none;
}
.faw-cnt {
    width: 10px;
}
.filter-opened {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
}
.filter-opened .filter {
    display: block !important;
}
.icon {
    display: inline-block;
    font-size: 16px;
    height: 1em;
    margin-right: 10px;
    transition: .4s;
    width: 1em;
}
.ttu-large {
    text-transform: uppercase;
}
.no-items-text {
    font-size: 20px;
}
.btn {
    align-items: center;
    border: 1px solid #C29540;
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.btn--inactive {
    background: #ccc !important;
    border: 1px solid #ccc !important;
}
.btn--small {
    font-size: 12px;
    height: 30px;
    text-transform: uppercase;
    transition: .3s;
    width: 147px;
}
.btn--large {
    color: #C29540;
    font-size: 14px;
    height: 43px;
    margin: auto;
    max-width: 570px;
}
.btn--yellow {
    background: #C29540;
    color: #FFF;
}
.btn--yellow[disabled] {
    background: #ccc;
    border-color: #ddd
}
.text-gray {
    color: #A7A7A7;
}
.px-link {
    font-size: 11px;
    color: #a7a7a7;
}
.flex-wr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.align-middle {
    align-items: center;
    display: flex;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.fz-16 {
    font-size: 16px !important;
}
.fz-18 {
    font-size: 18px !important;
    line-height: 26px;
}
.fz-20 {
    font-size: 20px !important;
    line-height: 24px;
}
.fz-22 {
    font-size: 22px !important;
    line-height: 26px;
}
.fz-24 {
    font-size: 24px !important;
    line-height: 28px;
}
.fz-26 {
    font-size: 26px !important;
    line-height: 30px;
}
.fz-28 {
    font-size: 28px !important;
    line-height: 32px;
}
.fz-36 {
    font-size: 36px !important;
    line-height: 40px;
}
.page-section {
    padding: 40px 0;
    background: #fff;
}
.page-section__head {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.page-section__head-buttons .toggle-view__map {
    display: none;
}
.page-section__head-filter-results {
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
}
.page-section__heading {
    color: #333;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 40px;
}
.text-multiline {
    line-height: 1.7rem;
    text-align: center;
    width: 100%;
}
a.page-section__heading:hover {
    color: #C29540;
    text-decoration: none;
}


.sfilter__form-overflow,
.sfilter__cb-select-list,
.sfilter__rb-select-list {
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: thin; /* Firefox */
}
.settlement-similar-slider .slick-dots {
    bottom: 40px;
}
.main-slider picture {
    transition: .3s;
}
.main-slider,
.detail-slider .slider-for {
    position: relative;
}
.detail-slider .slider-for {
    overflow: hidden;
}
.detail-slider .slider-for,
.detail-slider .slider-for * {
    cursor: wait;
    pointer-events: none;
    user-select: none;
}
.detail-slider .slider-for svg,
.detail-slider .slider-for path {
    fill: #fff;
}
.detail-slider .slider-for.not-init .slides > li:first-of-type {
    opacity: 1 !important;
}
.detail-slider .slider-for.not-init .slides > li + li {
    display: none;
}
.detail-slider .slider-for {
    width: 100%;
}
.detail-slider .slider-for.flex-initialized,
.detail-slider .slider-for.flex-initialized * {
    cursor: default;
    pointer-events: initial;
}
.slider-nav img {
    width: 181px !important;
    height: 101px;
}
.main-slider:before
    /*.detail-slider .slider-for:before*/
{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    background: #fff url(/local/templates/garda_new_responsive/img/preloader2.gif) center center no-repeat;
    font-size: 20px;
    color: #333;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 9999;
}
.main-slider.slick-initialized:before,
.detail-slider .slider-for.slick-initialized:before,
.detail-slider .slider-for.flex-initialized:before {
    display: none;
}
.slider-preview {
    max-width: 100%;
    overflow: hidden;
}
.slider-preview .slider-nav {
    overflow: hidden !important;
    cursor: wait;
}
.slider-preview .slider-nav.flex-initialized {
    overflow: visible !important;
    cursor: default;
}
.slider-preview .slider-nav {
    position: relative;
}
.slider-preview .slider-nav ul {
    width: 3000%;
}
.slider-preview .slider-nav li {
    display: block;
    float: left;
    margin-right: 17px;
}
.slider-preview .slider-nav .flex-direction-nav a {
    position: static;
}
.slider-nav--show-all .flex-viewport {
    height: auto !important;
    margin-right: -20px;
    transition-duration: 0s;
}
.slider-nav--show-all .slides {
    width: 100% !important;
    transform: none !important;
}
.slider-nav--show-all .flex-direction-nav {
    display: none !important;
}
.slider-nav--show-all .slides li {
    display: inline-block !important;
    float: none !important;
    vertical-align: top;
    margin-bottom: 17px;
}
.main-slider {
    min-height: 900px;
    max-height: 900px;
    overflow: hidden;
}
.detail-slider {
    min-height: 600px;
    max-height: 600px;
    overflow: hidden;
}
.detail-slider .slick-slide img {
    margin: 0 auto;
}
.detail-slider .slide-with-bg {
    position: relative;
    background: #000;
    text-align: center;
    transition: opacity 0.5s;
}
.slide-bg-left,
.slide-bg-right {
    position: absolute;
    top: -4px;
    width: 33%;
    height: 100%;
    background-color: #767678;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    /*-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);*/
    opacity: 0.5;
}
.detail-slider__detailPage .slide-bg-left,
.detail-slider__detailPage .slide-bg-right {
    opacity: 1;
    background-color: transparent;
}
.detail-slider__detailPage .slide-bg-left picture,
.detail-slider__detailPage .slide-bg-right picture {
    background: #000;
    display: block;
    height: 100%;
}
@media (max-width: 1064px) {
    .detail-slider__detailPage .slide-bg-left picture,
    .detail-slider__detailPage .slide-bg-right picture,
    .detail-slider__detailPage .slide-bg-left,
    .detail-slider__detailPage .slide-bg-right,
    .detail-slider__detailPage.detail-slider .slide-with-bg,
    .detail-slider .slide-with-bg {
        background: #fff;
    }
}
.detail-slider__detailPage .slide-bg-left img,
.detail-slider__detailPage .slide-bg-right img {
    opacity: 0.5;
}
.slide-bg-left {
    left: -4px;
}
.slide-bg-right {
    right: -4px;
}
.slide-bg-left img,
.slide-bg-right img {
    width: auto !important;
    height: calc(100% + 8px) !important;
}
.detail-slider .slide-with-bg-cont {
    position: relative;
    display: inline-block;
    text-align: center;
}
.main-slider img {
    height: 100%;
}
@media (min-width: 1700px) {
    .main-slider {
        min-height: 900px;
    }
    .detail-slider {
        min-height: 600px;
    }
}
@media (max-width: 1700px) {
    .main-slider,
    .detail-slider {
        min-height: 180px;
    }
}
.main-slider__arrow.slick-prev {
    left: 30px;
}
.main-slider__arrow.slick-next {
    right: 30px;
}
.main-slider__arrow:hover {
    fill: #C29540;
}
.big-slide {
    position: relative;
}
.big-slide .container {
    overflow: visible;
}
.big-slide img {
    width: 100%;
}
.main-slider .big-slide picture:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 9;
    background: rgba(0, 0, 0, .4);
}
.main-slider--no-overlay .big-slide picture:before {
    display: none;
}
.big-slide__text {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    position: absolute;
    top: 200px;
    z-index: 10;
    width: 100%;
}
.big-slide__badge {
    background: #C29540;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 35px;
    padding: 5px 15px;
    text-transform: uppercase;
}
.big-slide__title {
    font-size: 80px;
    line-height: 96px;
}
.big-slide__subtitle {
    font-size: 24px;
    margin-top: 20px;
}
.big-slide__price {
    font-family: Roboto, sans-serif;
    font-size: 55px;
    margin-top: 65px;
}
.tile-price-type {
    font-size: 15px;
    color: #979797;
}
.priceholder + .priceholder {
    margin-top: 10px;
}
.price_value {
    display: flex;
}
.price_new_line {
    display: inline-block;
}
.captcha td {
    padding: 5px;
}
.catalog-item__price span.disc_price {
    color: #C29540;
    font-size: 26px;
    font-weight: 400;
    margin-right: 40px;
}
.detail-card__controls .disc_price {
    color: #C29540;
    display: inline-block;
    margin-top: 0;
}
.catalog-item__price span.old_price_wrapper {
    align-items: flex-end;
    margin-left: 30px;
    display: flex;
    font-size: 20px;
    position: relative;
    font-weight: 400;
}
.catalog-item__price span.old_price_wrapper:after {
    background: #888282;
    bottom: 10px;
    content: '';
    display: inline-block;
    height: 1px;
    left: -2px;
    position: absolute;
    width: 105%;
}
.slide__price-header {
    font-weight: 300;
    color: #5C5C5C;
    font-size: 13px;
    display: block;
}
.settlement__description h3,
.settlement__description h2 {
    display: block;
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
    margin: 30px 0;
}
.settlement__description p {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
}
.settlement__description-wr {
    padding-top: 0;
}
.settlement__description a {
    color: #C29540;
}
.section-slider-wr {
    min-height: 630px !important;
}
/*@media (max-width: 1800px) {
	.section-slider-wr {
	height: 425px;
	}
}*/
.section-slider {
    min-height: 460px;
    white-space: nowrap;
    overflow: hidden;
}
.section-slider .slide__overlay {
    display: none;
}
.section-slider.slick-initialized .slide__overlay {
    display: flex;
}
.section-slider.slick-initialized {
    overflow: visible;
}
.section-slider .slide {
    min-height: 355px;
    display: inline-block;
}
@media (min-width: 1200px) {
    .similar-filter .section-slider .slide {
        width: 377px;
    }
}
.section-slider .slide,
.settlement-slider .slide {
    background: #fff;
    padding-bottom: 15px;
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 38, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 38, .2);
}
.slide__content {
    padding: 15px 0 0 0;
}
.settlement-similar-slider .slide__content {
    padding: 15px 15px 0 15px;
}
.section-slider .slide,
.settlement-slider .slide {
    overflow: hidden;
}
.section-slider .slide {
    /*min-height: 624px !important;*/
}
body .slide--empty,
body .section-cards .slide--empty,
body .slide__wrap--empty,
body .section-cards .slide__wrap--empty {
    visibility: hidden !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.slide__image {
    height: 230px;
    overflow: hidden;
    width: 100%;
}
.slide__image .slick-slide {
    position: relative;
    overflow: hidden;
}
.slide__image img {
    transition: .6s;
}
@media (min-width: 768px) {
    /*Desktop only*/
    .slide__image a:hover img {
        transform: scale(1.05);
    }
}
.slide__image img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 230px;
    min-height: 130px;
}
.slide__image-wr {
    position: relative;
}
.slide__title {
    color: #333;
    display: block;
    font-size: 20px;
    /*font-size: 18px;*/
    font-weight: 400;
    letter-spacing: 0.2px;
    max-height: 44px;
    min-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 15px;
    line-height: 1.1;
}
.settlement-similar-slider .slide__title {
    margin-left: 0px;
}
.slide__title:hover {
    color: #C29540;
    text-decoration: none;
}
.slide__subtitle {
    margin-top: 9px;
    font-size: 15px;
    /*font-size: 13px;*/
    letter-spacing: 0.2px;
    margin-left: 15px;
    margin-right: 10px;
}
.slide__subtitle a {
    text-decoration: underline;
}
.slide__subtitle a:hover {
    text-decoration: none;
}
.settlement-similar-slider .slide__subtitle {
    margin-left: 0px;
}
.slide__subtitle a {
    color: #5C5C5C;
}
.slide__subtitle a:hover {
    color: #C29540;
    text-decoration: none;
}
.slide__icons {
    margin: 15px 0;
    flex-wrap: wrap;
    background: #f2f2f2;
    justify-content: space-around;
    padding: 11px 12px 5px;
}
.slide .slide__icons{
    margin: 15px;
}
.slide__icons,
.slide__icons > div {
    align-items: center;
    display: flex;
    font-size: 15px;
}
.slide__icons > div {
    justify-content: flex-start;
    margin-right: 10px;
    margin-bottom: 5px;
}
.slide__icons > div:last-of-type {
    margin-right: 0;
}
.slide__icons .icon {
    font-size: 24px;
    margin-right: 6px;
}
.slide__icons-text-cont{
    line-height: 1.2;
    margin-top: 1px;
}
.slide__price {
    color: #333;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
    white-space: normal;
}
.slide:hover {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.147588), 0px 22px 16px rgba(0, 0, 0, 0.237177);
}
.slide__price {
    margin-left: 15px;
}
.slide__price--new {
    color: #C29540;
    display: inline-block;
    margin-right: 15px;
}
.slide__price--old {
    font-size: 15px;
    display: inline-block;
    position: relative;
}
.slide__price--old .price__value:after {
    background: #888282;
    content: '';
    display: inline-block;
    height: 1px;
    right: -2.5%;
    position: absolute;
    top: 13px;
    width: calc(105% - 25px);
}
.slide__price--old_icon {
    margin-right: 12px;
}
.slide__overlay {
    align-items: center;
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.slide__overlay a {
    color: #fff;
    line-height: 15px;
    border-bottom: 1px dotted #fff;
}
.slide__overlay a:hover {
    text-decoration: none;
    border-bottom: 1px dotted transparent;
}
.page-section--gray {
    background: #F3F2F1;
}
.slide__id {
    align-items: center;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.136606);
    display: flex;
    font-size: 17px;
    height: 35px;
    justify-content: center;
    left: 15px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    transition: .3s;
    width: 100px;
    z-index: 10;
}
.elem_status {
    align-items: center;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.136606);
    display: flex;
    font-size: 15px;
    height: 35px;
    justify-content: center;
    left: 15px;
    opacity: 0;
    padding: 0px 10px;
    position: static;
    bottom: 0;
    transition: .3s;
    z-index: 10;
}
.slide__favorite {
    align-items: center;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.136606);
    cursor: pointer;
    display: flex;
    font-size: 17px;
    height: 35px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: 15px;
    bottom: 0;
    transition: .3s;
    width: 55px;
    z-index: 10;
}
.slide__favorite .icon {
    margin-right: 0;
    fill: #BABABA;
    font-size: 26px;
}
.slide__favorite--active {
    background: #C29540 !important;
    opacity: 1;
}
.slide__favorite--active .icon {
    fill: #FFF !important;
}
@media (min-width: 770px) {
    .slide__favorite:hover {
        background: rgba(194, 149, 64, .75)
    }
    .slide__favorite:hover .icon {
        fill: #FFF;
    }
}
.slide:hover .slide__id,
.slide:hover .elem_status,
.slide:hover .slide__favorite {
    opacity: 1;
}
.slide__badge {
    align-items: center;
    background: #C29540;
    color: #FFF;
    display: flex;
    height: 25px;
    justify-content: center;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 10;
    font-size: 16px;
}
.slide__badge-detail {
    align-items: center;
    /*background: #C29540;*/
    color: #FFF;
    display: flex;
    height: 25px;
    justify-content: center;
    position: absolute;
    text-transform: uppercase;
    top: 42px;
    width: 100%;
    z-index: 10;
}
.slide__badge-detail + .slider-for .slide-with-bg-cont:before {
    content: "";
    display: block;
    height: 25px;
    background: #C29540;
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
}
.slider-for .slide-with-bg-cont:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    height: 42px;
    left: 0;
}
.bottom-text {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.bottom-text a {
    color: #C29540;
}
.bottom-text + .bottom-text {
    border-top: 1px solid #DEDEDE;
}
.bottom-text__heading {
    flex-basis: 240px;
    font-size: 24px;
    line-height: 32px;
    margin-right: 140px;
}
.bottom-text__content {
    flex-basis: 770px;
}
.bottom-text__content p + p {
    margin-top: 25px;
}
.highway_bottom_text ul,
.settlement__description ul,
.bottom-text__content ul {
    margin: 25px 0;
    padding-left: 65px;
    list-style: none url(/local/templates/garda_new_responsive/img/dash.png);
}
.bottom-text__content a {
    color: #C29540;
}
.footer {
    background: #2B2526;
}
.footer-top {
    border-bottom: 1px solid #312F30;
    display: flex;
    justify-content: space-between;
    padding: 55px 0 40px 0;
    gap: 10px;
}
.footer-menu__item {
    margin-bottom: 7px;
}
.footer-menu__link {
    color: #FFF;
}
.footer-bottom-links {
    display: block;
    text-align: justify;
    padding-bottom: 30px;
    border-bottom: 1px solid #312F30;
    margin: 0 -15px;
}
.footer-bottom-links:after {
    content: "";
    display: block;
    clear: both;
}
.footer-bottom-links > * {
    display: block;
    width: 25%;
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 7px 0 8px;
    padding-left: 20px;
}
.footer-bottom-links > *:nth-of-type(4n) {
    padding-left: 45px;
}
@media (max-width: 1200px) {
    .footer-bottom-links > *:nth-of-type(4n) {
        padding-left: 30px;
    }
}
@media (max-width: 980px) {
    .footer-bottom-links {
        padding-left: 0 !important;
    }
}
.footer-bottom-links > *:nth-of-type(4n+1) {
    clear: both;
}
.footer-contacts {
    color: #fff;
    display: flex;
    flex-direction: column;
}
.footer-contacts-row{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.footer-contacts-row + .footer-contacts-row{
    justify-content: center;
    margin-top: 15px;
}
.footer-contacts > .footer-menu + .footer-menu {
    margin-left: 25px;
}
.footer-callback {
    color: #C29540;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    padding: 70px 0 15px 0;
}
.footer-menu__link--gray {
    color: #A7A7A7;
}
.footer-menu__item--first {
    margin-bottom: 14px;
    margin-top: -4px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.footer-copyright {
    position: relative;
    color: #fff;
    padding: 30px 260px;
    text-align: center;
}
.footer-copy-info {
    max-width: 260px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    top: 30px;
    text-align: left;
    font-size: 11px;
    color: #a7a7a7;
}
@media (max-width: 980px) {
    .footer-copy-info {
        position: static;
    }
    .footer-copyright {
        padding: 5px 0 30px 0;
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 767px) {
    .footer-copyright {
        display: block;
    }
    .footer-copy-info {
        max-width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}
.footer-bottom__wrap-link {
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: 1px dotted #fff;
    position: relative;
    top: -40px;
}
.footer-bottom__section {
    display: flex;
    flex: 0 0 25%;
    justify-content: space-around;
    position: relative;
}
.overlay {
    background: rgba(0, 0, 0, .85);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}
.search-overlay {
    background: rgba(0, 0, 0, .65);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}
.section-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.section-cards-wrap {
    margin: 30px -11.5px;
}
.catalog-section .slick-slide img {
    max-width: 100%;
}
@media (min-width: 551px) {
    .page-section-wrap--with-map .catalog-section {
        width: 50%;
    }
}
@media (min-width: 981px) {
    .page-section-wrap--with-map .catalog-section {
        width: 66.666666%;
    }
}
.page-map-wrap {
    position: fixed;
    right: 0;
    width: 50%;
    background: #fff;
    height: 100%;
    top: 0;
    padding-right: 15px;
    display: none;
}
.page-map-wrap--show {
    display: block;
}
@media (max-width: 550px), (max-width: 980px) and (max-height: 500px) {
    .page-map-wrap {
        left: 0 !important;
        width: 100% !important;
        z-index: 100;
        padding-right: 0;
    }
}
.page-map__close {
    width: 130px;
    min-width: 130px;
    height: 29px;
    font-size: 14px;
    color: #000000;
    display: none;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    background: #ffffff;
    box-shadow: 1px 0 9px 0 rgba(0, 0, 0, 0.15);
    margin: 10px 0 0 10px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10010;
}
.page-map__close svg {
    margin-left: 5px;
}
.page-map-wrap .page-map__close {
    display: flex;
}
[class*="fullscreen"] .page-map__close {
    position: fixed;
    display: flex;
}
.slide__wrap {
    width: 33.333333%;
    padding: 0 11.5px;
    margin: 0 0 20px 0;
    display: flex;
}
.slide__wrap .slide__title{
    max-height: none;
}
.page-section-wrap {
    position: relative;
}
.page-section-wrap--with-map .slide__wrap {
    width: 50%;
}
.section-cards .slide,
.items-yt-slider .slide{
    background: #FFF;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 38, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 38, .2);
    position: relative;
    margin: 0;
    width: 100%;
    padding-bottom: 30px;
}
.section-cards .slide,
.items-yt-slider .slide,
.section-slider .slide{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
}
.page-section__text {
    flex: 0 0 50%;
    padding-right: 30px;
}
.page-section__menu {
    background: #FFF;
    border: 1px solid #E8E8E8;
    display: flex;
    flex: 0 0 50%;
    justify-content: flex-start;
    max-width: 580px;
    padding: 22px;
}
.page-section__menu .col {
    display: flex;
    justify-content: space-between;
}
.page-section__menu > div:first-child {
    margin-right: 45px;
}
.page-section__menu .icon {
    font-size: 22px;
}
.page-section__menu li {
    margin-bottom: 10px;
}
.page-section__menu a {
    color: #333;
}
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 25px 0;
}
.breadcrumbs.breadcrumbs--sm {
    margin-top: 0;
    display: none;
}
.breadcrumbs--alt {
    align-items: center;
    background: rgba(0, 0, 0, .5);
    height: 42px;
    justify-content: center;
    left: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    z-index: 10;
}
.breadcrumbs--alt a.breadcrumbs__item {
    color: #f5f5f5;
}
a.breadcrumbs__item {
    color: #A7A7A7;
}
a.breadcrumbs__item:hover {
    color: #C29540;
    text-decoration: none;
}
span.breadcrumbs__item {
    color: #C29540;
}
a.breadcrumbs__item:after {
    color: #A7A7A7;
    content: '/';
    margin: 0 .5rem;
}
@media (max-width: 767px) {
    .container.mt-30.container-detail{
        margin-top: 0 !important;
    }
    .breadcrumbs.breadcrumbs--min{
        width: 100%;
        margin-top: -4px;
        margin-bottom: 14px;
        position: relative;
    }
    .breadcrumbs--min__overflow{
        overflow-x: scroll;
        padding-top: 16px;
        z-index: 2;
        padding-bottom: 8px;
    }
    .breadcrumbs--min__overflow::-webkit-scrollbar {
        display: none;
    }
    .breadcrumbs--min__overflow {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .breadcrumbs--min__cont{
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: content-box;
        position: relative;
    }
    .breadcrumbs--min:after{
        content: "";
        height: 1px;
        background: #E8E8E8;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .breadcrumbs--min__scroll{
        height: 1px;
        background: #C29540;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40%;
        z-index: 2;
        transition: left 0.1s ease-out;
    }
    .breadcrumbs--min a.breadcrumbs__item:after{
        margin-right: 2px;
    }
}
.head-section-set{

}
.head-section-set > *{
    margin-bottom: 7px;
}
.head-section-set .filter-currency{
    width: auto;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 7px;
}
.head-section-set .currency-item{
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 16%);
    margin-left: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 400;
    color: #545454;
}
.head-section-set .currency-item + .currency-item{
    margin-left: 12px;
}
.head-section-set .currency-item--active{
    color: #fff;
}
.sort {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.sort-md{
    flex-direction: column;
    margin-left: 7px;
    margin-right: 7px;
}
.sort-flex{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.sort .sort__by{
}
.sort-md .sort__item + .sort__item{
    margin-left: 12px;
}
.sort__price,
.sort__item {
    display: flex;
    align-items: center;
}
.sort-title {
    cursor: pointer;
}
.sort-controls {
    display: flex;
    flex-direction: column-reverse;
    margin-left: 4px;
}
.sort--active {
    color: #C29540;
}
.sort-controls--active {
    background: #C29540;
}
.sort-controls .icon {
    font-size: 10px;
    margin: 0;
    fill: #BABABA;
}
.sort-controls--active .icon {
    fill: #FFF;
}
.sort-controls__desc,
.sort-controls__asc {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 7px;
    width: 10px;
    flex-shrink: 0;
    justify-content: center;
}
.sort-controls__desc .icon,
.sort-controls__asc .icon{
    transform: scale(0.8);
}
.sort-controls__desc:hover .icon,
.sort-controls__asc:hover .icon {
    fill: #C29540;
}
.page-section__head-buttons {
    display: flex;
    margin-bottom: 7px;
}
.sort-head-cont {
    position: relative;
    margin-left: 8px;
    color: #434343;
}
.sort-head-button {
    font-size: 14px;
    padding: 9px 47px 7px;
    border: 1px solid #e7e7e7;
    background: #f3f3f3;
    color: inherit;
    cursor: pointer;
    user-select: none;
    align-items: center;
    line-height: 1;
    display: flex;
    min-height: 40px;
    text-decoration: none !important;
    outline: none !important;
    font-weight: 400;
    transition: 0s !important;
}
.sort-head-cont-list {
    position: absolute;
    top: 100%;
    z-index: 30;
    text-align: center;
    padding: 9px 15px 7px;
    background: #f3f3f3;
    border: 1px solid #e7e7e7;
    width: 100%;
    min-width: 150px;
}
.sort-head-cont-list .sort-title {
    width: 100%;
    text-align: left;
}
.sort-head-cont-list .sort-control {
    text-align: right;
    background: none !important;
    justify-content: flex-end;
}
.sort-head-cont--active .sort-head-cont-list {
    display: block !important;
    border-top: 1px solid transparent;
}
.sort-head-cont--active .sort-head-button {
    border-bottom: 1px solid transparent;;
}
.sort-head-cont-list .sort-controls--active {
    display: none !important;
}
.sort-head-cont-list .sort-control + .sort-control {
    display: none;
}
.sort-head-cont-list .sort-controls--active + .sort-control {
    display: block;
}
.toggle-view {
    display: flex;
    justify-content: space-between;
}
.toggle-filter:hover {
    text-decoration: none;
}
.toggle-view .icon {
    margin: 0;
    fill: #000;
}
.toggle-view a + a {
    margin-left: 8px;
}
.toggle-view__tile,
.toggle-view__list,
.toggle-view__map {
    align-items: center;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
    outline: none !important;
}
.toggle-view__map {
    width: 117px;
    background: #f3f3f3;
    padding-right: 4px;
}
.toggle-view__list:hover,
.toggle-view__tile:hover,
.toggle-view--active,
.toggle-view__map:hover,
.toggle-view__map--active {
    background: #f3f3f3;
}
.catalog-item {
    border: 1px solid #E8E8E8;
    border-left: 0 none;
    display: flex;
    justify-content: space-between;
    margin: 0 11.5px 20px;
}
.catalog-item:hover {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.147588), 0px 22px 16px rgba(0, 0, 0, 0.237177);
}
.catalog-item__images {
    position: relative;
    width: 57%;
}
.catalog-item__images .slide__id,
.catalog-item__images .elem_status,
.catalog-item__images .slide__favorite {
    bottom: 15px;
    opacity: 1;
    top: auto;
}
.catalog-item__description {
    padding: 30px 40px;
    width: 100%;
}
.catalog-item__title {
    color: #333;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 40px;
}
.catalog-item__title a {
    color: #333;
    line-height: 32px;
}
.catalog-item__title a:hover {
    color: #C29540;
    text-decoration: none;
}
.detail-card__properties {
    padding-bottom: 14px;
    padding: 30px 25px 0 38px;
    border: 1px solid #E8E8E8;
    border-bottom: none;
}
.catalog-item__property {
    align-items: center;
    display: flex;
    font-size: 14px;
    margin-bottom: 10px;
}
.catalog-item__property--id {
    margin-top: 15px;
    padding-bottom: 8px;
}
.catalog-item__property .property-title {
    align-items: center;
    color: #C29540;
    display: flex;
    flex-shrink: 0;
    width: 138px;
}
.catalog-item__property--id .property-title {
    font-size: 15px;
}
.catalog-item__property--id .property-value {
    font-size: 20px;
    position: relative;
    top: -2px;
}
.property-value a > span {
    white-space: nowrap;
}
.property-title-icon {
    display: inline-block;
    font-size: 16px;
    height: 24px;
    margin-right: 10px;
    transition: .4s;
    width: 24px;
    text-align: center;
}
.property-title-name {
    color: #222;
    letter-spacing: -0.04em;
}
.property-title-icon svg {
    max-width: 100%;
    max-height: 100%;
    fill: #C29540;
}
.catalog-item__property .property-title .icon {
    font-size: 24px;
    fill: #C29540;
}
.catalog-item__property .property-value a {
    color: #222;
}
.property-value--bold {
    font-size: 18px;
    font-weight: normal;
}
.detail-card__controls {
    background: #f3f2f1;
    padding: 0 38px 18px 38px;
    border: 1px solid #E8E8E8;
}
.catalog-item__property .property-value a:hover {
    color: #C29540;
    text-decoration: none;
}
.catalog-item__prices {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 15px;
    max-width: 390px;
}
.catalog-item__prices .flex-wr {
    flex-wrap: nowrap;
}
.catalog-item__price {
    font-size: 26px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
}
.catalog-item__price-cont + .catalog-item__price-cont {
    margin-top: 13px;
}
.detail-card__controls .catalog-item__price .catalog-item__price-name {
    font-size: 16px;
}
.disc_price {
    order: 1;
    margin-top: 10px;
}
.catalog-item__price span {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-top: 9px;
}
.catalog-item__price span.price__value {
    font-size: 26px;
    font-weight: 400;
    display: inline-block;
}
.catalog-item__price span.price__value.old_price_wrapper {
    font-size: 22px;
}
.catalog-item__price--old {
    display: inline-block !important;
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 7px;
}
.catalog-item__price--old .price__value {
    font-size: 20px !important;
}
.catalog-item__price--new {
    color: #C29540;
}
.catalog-item__price--old:after {
    background: #888282;
    bottom: 10px;
    content: '';
    display: inline-block;
    height: 1px;
    left: -5px;
    position: absolute;
    width: 110%;
}
.catalog-item__price-value-cont {
    white-space: nowrap;
    letter-spacing: -0.02em;
}
.pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
.pagination__link {
    color: #333;
    margin: 0 5px;
}
.pagination__link:hover {
    color: #C29540;
    text-decoration: none;
}
span.pagination__link:hover {
    color: #333;
}
.pagination__link .icon {
    font-size: 10px;
    fill: #BABABA;
}
.pagination__link:hover .icon {
    fill: #C29540;
}
.pagination__link--number {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.pagination__link--active {
    background: #C29540;
    color: #FFF !important;
}
.bottom-text__link:after {
    color: #333;
    content: '|';
    margin: 0 10px;
}
.bottom-text__link:last-child:after {
    content: '';
    display: none;
}
.filter {
    background: #F5F5F5;
    padding: 25px 0;
}
.filter .container {
    overflow: visible;
}
.filter__top {
    display: flex;
    justify-content: space-between;
    overflow: visible;
}
.filter__top.filter__top--alt {
    justify-content: space-between;
    padding-right: 175px;
}
.filter-section__name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0 7px;
}
.filter-section__item {
    cursor: pointer;
    margin-bottom: 5px;
    padding: 2px 7px;
}
.filter-section__item--active,
.gsfilter-active {
    padding: 0;
}
.filter-section__item--active span,
.gsfilter-active span {
    background: #C29540;
    color: #FFF !important;
    display: inline-block;
    padding: 2px 27px 2px 7px;
    position: relative;
}
.filter-section__item--active span:after,
.gsfilter-active span:after {
    color: #FFF;
    content: '\00D7';
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 7px;
    top: 2px;
}
.filter-section__item:hover {
    color: #C29540;
}
.filter-inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0 7px;
    width: 175px;
}
.filter-input {
    position: relative;
}
.filter-input__control {
    border: 1px solid #E8E8E8;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 75px;
}
.filter-input__control:focus {
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.0595279);
}
.filter-input__dropdown {
    background: #FFF;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.0595279);
    display: none;
    left: 1px;
    position: absolute;
    top: 32px;
    width: 73px;
    z-index: 10;
}
.filter-input__dropdown li {
    padding: 2px 0;
    text-align: center;
}
.filter-input__dropdown li:hover {
    background: #F7F7F7;
    cursor: pointer;
}
.sot {
    position: absolute;
    right: -35px;
    top: 5px;
}
.filter__bottom {
    border-top: 1px solid #E7E5E6;
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    margin-top: 35px;
}
.filter-currency {
    align-items: center;
    display: flex;
    color: #333;
    justify-content: space-between;
    width: 210px;
}
.filter-currency span {
    font-weight: 500;
    font-size: 14px;
    margin-right: 5px;
}
.filter-section--square {
    margin-right: 35px;
}
.currency-item {
    align-items: center;
    border: 1px solid #E8E8E8;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
    font-size: 16px;
    transition: .2s;
}
.currency-item .icon {
    margin: 0;
    transition: .2s;
}
.currency-item:hover,
.currency-item--active {
    background: #C29540;
    border-color: #C29540;
    fill: #FFF !important;
    color: #FFF;
}
.filter-results {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 320px;
}
.filter-btn {
    height: 30px;
    line-height: 26px;
    text-align: center;
    width: 150px;
}
.filter-btn.disabled {
    background: #bbb;
    border-color: #bbb;
    cursor: default;
}
.filter-btn-cross {
    font-size: 20px;
    margin-right: 10px;
}
.catalog-item__description .slide__subtitle,
.catalog-item__description .slide__icons,
.filter-btn--mobile,
.filter__top--mobile {
    display: none;
}
.filter-mob-btn {
    border: 1px solid #979797;
    padding: 0;
    text-align: center;
    background: #F5F5F5 !important;
}
.slider-nav .slick-slide {
    margin-right: 17px;
}
.slider-preview {
    background: #F3F2F1;
    padding: 24px 0;
}
.detail-slider {
    position: relative;
}
.detail-slider .detail-slider__controls .flex-wr {
    width: 370px;
}
.detail-slider .detail-slider__controls .slide__id,
.detail-slider .detail-slider__controls .elem_status.act,
.detail-slider .detail-slider__controls .slide__favorite {
    opacity: 1;
    position: static;
}
.detail-slider .detail-slider__controls .elem_status {
    font-size: 18px;
    height: 56px;
    width: 180px;
}
.detail-slider .detail-slider__controls .slide__favorite {
    height: 56px;
    width: 56px;
}
.detail-slider .detail-slider__controls .slide__favorite .icon {
    font-size: 32px;
}
.detail-card {
    /* border: 1px solid #E8E8E8; */
    flex: 0 0 33.3333333%;
    align-self: flex-start;
}
.detail-card .filter-currency {
    margin-top: 37px;
    width: 105px;
    padding-left: 5px;
}
.property-title--black {
    color: #333 !important;
    font-size: 13px;
}
.detail-card__btn {
    font-size: 20px;
    font-weight: 300;
    height: 50px;
    margin-top: 20px;
}
.detail-card__btn-price-form {
    border: 1px solid #333;
    background: #F3F2F1;
    padding: 5px;
    height: 50px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    gap: 14px;
    text-decoration: none !important;
}
.detail-card__btn-price-form span {
    color: #333;
    transition: color 0.5s;
    text-decoration: none !important;
}
.detail-card__btn-price-form:hover span {
    color: #c29540;
}
.detail-info {
    flex: 0 0 66.66666666%;
    padding-left: 30px;
}
.detail-info__heading {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0;
}
.detail-info__subheading {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 25px;
}
.detail-info b {
    font-size: 14px;
    font-weight: 400;
}
.detail-info p {
    margin-bottom: 30px;
}
.print {
    align-items: center;
    color: #333;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    width: 150px;
}
.print:hover {
    color: #C29540;
}
.print .icon {
    font-size: 24px;
}
.request-form .form-errors {
    color: #c00;
}
.request-form .ajax-result {
    display: flex;
    margin: 0 -15px;
}
.request-form .col {
    flex: 0 0 50%;
    padding: 0 15px;
}
.form-group {
    margin-bottom: 15px;
    position: relative;
}
.form-control {
    font-family: "Roboto", sans-serif;
    border: 1px solid #E0E0E0;
    height: 50px;
    padding: 15px;
    width: 100%;
}
.form-group .req {
    color: #C29540;
    font-size: 24px;
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: 17px;
}
textarea.form-control {
    font-size: 13px;
    height: 180px;
}
.form-control::placeholder {
    color: #A7A7A7;
}
.form-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.form-footer .btn {
    font-size: 16px;
    height: 50px;
    width: 170px;
}
.custom-checkbox [type=checkbox] {
    display: none;
}
.custom-checkbox label {
    display: flex;
}
.custom-checkbox [type=checkbox] + label:before {
    background: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    color: #FFF;
    content: '';
    display: inline-block;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
    text-align: center;
    transition: .3s;
    width: 21px;
}
.custom-checkbox [type=checkbox]:checked + label:before {
    background: #C29540;
    content: '\2714\fe0e';
    color: #fff !important;
    font-size: 12px;
    height: 18px;
    width: 18px;
    flex-shrink: 0;
}
.similar-filter__tabs {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    justify-content: flex-start;
    margin-bottom: 40px;
    border-bottom: 1px solid #E8E8E8;
}
.similar-filter__tab {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 46px;
    justify-content: center;
    width: 33.33333%;
    border-bottom: 3px solid transparent;
}
.similar-filter__tab a {
    color: #333;
    text-decoration: none;
}
.similar-filter__tab--active a {
    color: #C29540;
}
.similar-filter__tab--active {
    border-bottom: 3px solid #C29540;
    color: #C29540;
}
.similar-filter__tab:hover,
.similar-filter__tab:hover a {
    color: #C29540;
}
.similar-filter {
    /*height: 475px;*/
    position: relative;
}
.similar-filter__tab-content {
    position: absolute;
    top: 70px;
    height: 425px;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s;
}
.similar-filter__tab-content--active {
    overflow: visible;
    visibility: visible;
    opacity: 1;
}
.settlement-by-highway {
    column-count: 6;
}
.settlement-by-highway li {
    margin-bottom: 5px;
}
.settlement-by-highway a {
    color: #333;
}
.settlement-by-highway a:hover {
    color: #C29540;
}
.text-columns {
    column-count: 2;
}
.text-columns a {
    color: #C29540;
}
.popup-form {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    margin: -235px auto 0 auto;
    background: #fff;
    max-width: 410px;
    text-align: center;
    padding: 35px 40px;
    z-index: 999;
}
.popup-form .error_list {
    margin-top: -15px;
    padding-left: 0;
    padding-bottom: 15px;
}
.popup-form__close {
    color: #C29540;
    font-size: 32px;
    position: absolute;
    right: 18px;
    top: 10px;
    cursor: pointer;
}
.popup-form .form-footer {
    flex-direction: column;
}
.popup-form .form-footer .btn {
    margin: 10px auto;
}
.popup-form .page-section__heading {
    margin-bottom: 20px;
}
.callback-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px auto;
    max-width: 550px;
}
.page-404 .callback-form {
    margin: 0px;
}
.callback-form .form-group {
    width: 350px;
}
.page-404 .callback-form .form-group {
    width: 270px;
}
.callback-form .btn {
    height: 50px;
    width: 170px;
}
.callback-form .form-footer {
    justify-content: center;
    margin-top: 15px;
}
.page-section__subheading {
    font-size: 16px;
    margin-top: 10px;
}
.similar-filter--large .similar-filter__tab {
    display: flex;
    flex: 0 0 25% !important;
    justify-content: center !important;
    width: 25% !important;
}
.similar-filter--large .similar-filter__tab.similar-filter__tab--active {
    border-bottom: 3px solid #C29540 !important;
}
.similar-filter__tab .icon {
    margin-left: 10px;
}
.page-about .bottom-text {
    border-top: 0 none !important;
    padding: 25px 0;
}
.page-about .breadcrumbs {
    margin-top: 0;
}
.contacts-page .flex-wr {
    max-width: 930px;
}
.contacts-page .flex-wr a {
    color: #C29540;
}
.contacts-page table tr td:first-child {
    padding: 2px 20px 2px 0;
}
.contacts-page table tr td:last-child {
    padding: 2px 0 2px 20px;
}
.page-404 {
    background: #F3F2F1;
    font-size: 16px;
    padding: 25px 50px;
    text-align: left;
    margin-bottom: 20px;
}
.page-404.flex {
    display: flex;
}
.page-404.flex > div:first-child {
    border-right: 1px solid #DFDFDF;
    padding-right: 20px;
}
.page-404.flex > div:last-child {
    padding-left: 20px;
}
.page-404 a.btn {
    color: #C29540;
    height: 40px;
    text-transform: none;
    width: 232px;
    margin-top: 25px;
}
.page-404 .smartsearch-page__input-container {
    position: relative;
}
.page-404 .smartsearch-page__input-container input {
    height: 52px;
    padding: 8px 50px;
    font-size: 14px;
    color: #2C2C2C;
    width: 100%;
    background-color: #fff;
    border: 1px solid #D6D6D6;
    outline: none;
}
.page-404 .smartsearch-page__input-container:before {
    content: url(/local/templates/garda_new_responsive/img/search.svg);
    position: absolute;
    top: 14px;
    left: 16px;
}
.divider {
    background: #E7E5E6;
    height: 1px;
    margin: 50px 0;
    width: 100%;
}
.fav-empty-text {
    font-size: 18px;
    line-height: 22px;
    margin: 55px auto 100px auto;
    max-width: 670px;
    text-align: center;
}
.fav-text {
    margin: 30px 0;
}
.fav-count {
    color: #C29540;
    font-size: 30px;
    margin-left: 10px;
}
.fav-count--empty {
    color: #D3D1D2 !important;
}
.section-cards--fav {
    justify-content: left;
}
.advice-filter {
    display: flex;
    justify-content: space-between;
    max-width: 410px;
}
.advice-filter > div {
    border-bottom: 1px dotted #C29540;
    color: #C29540;
    cursor: pointer;
    margin: 35px 0 30px 0;
    text-decoration: none;
}
.advice-filter > div a {
    color: #C29540;
    text-decoration: none !important;
}
.advice-filter-active a {
    color: #333 !important;
}
.advice-filter > .advice-filter-active {
    border-bottom: 0 none;
    color: #333;
    text-decoration: none;
}
.advice-filter > div:hover {
    text-decoration: none;
}
.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-bottom: 60px;
}
.article {
    border: 1px solid #E8E8E8;
}
.article__body {
    padding: 15px;
}
.article__date {
    color: #5C5C5C;
}
.article__image {
    display: block;
    margin-bottom: 5px;
}
.article__image img {
    display: block;
    width: 100%;
    height: 258px;
}
.article__date {
    color: #5C5C5C;
}
.article__title {
    color: #333;
    font-weight: 500;
    display: block;
    font-size: 18px;
    margin: 10px 0 20px 0;
}
.article__title:hover {
    color: #C29540;
}
.article-detail {
    /*display: flex;
    justify-content: space-between;*/
    margin-top: 30px;
}
.article-detail blockquote{
    font-size: inherit;
    padding: 5px 5px 5px 35px;
    margin: 0 0 20px 0;
    border-left: 5px solid #C29540;
    font-weight: 500;
    background: #F3F2F1;
}
.article-detail__aside{
    float: left;
    padding-right: 30px;
    margin-bottom: 20px;
    max-width: 51%;
}
.article-detail__aside img{
    width: 100%;
    height: auto;
}
.article-detail__text {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.2px;
    /*padding-left: 30px;*/
}
.article-detail__text img {
    max-width: 100%;
}
.article-detail__text h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
}
.seo_text_search h2,
.highway_bottom_text h2 {
    font-size: 24px;
    margin: 30px 0;
}
.article-detail__text p {
    margin-bottom: 30px;
}
.article-detail__text ul {
    margin-bottom: 30px;
    margin-left: 40px;
    list-style: none url(/local/templates/garda_new_responsive/img/dash.png);
}
.article-detail__text ol {
    list-style: decimal;
    margin-bottom: 30px;
}
.catalog-item__price .tag-b {
    color: #979797 !important;
}
.townships {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 350px;
}
.chosen-container-single .chosen-single div {
    border-left: 1px solid #E7E7E7;
    width: 40px;
}
.chosen-container-single .chosen-single div b {
    background: url(/local/templates/garda_new_responsive/img/dropdown-arrow.png) center center no-repeat;
    width: 40px;
}
.chosen-container-single .chosen-single {
    background: #FFF;
    border: 1px solid #E7E7E7;
    border-radius: 0;
    height: 40px;
}
.chosen-container-single .chosen-single span {
    height: 40px;
    line-height: 40px;
}
.villages-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    max-width: 900px;
}
.villages-menu__item {
    color: #C29540;
    flex: 0 0 50%;
    font-size: 18px;
    margin-bottom: 20px;
}
.villages-menu__item--active {
    color: #333 !important;
}
.catalog-item--village .offers {
    margin: 25px 0;
}
.catalog-item--village .offers a {
    color: #C29540;
}
.catalog-item--village .catalog-item__title {
    margin-bottom: 0;
}
.catalog-item--village .property-title {
    color: #333;
}
.catalog-item__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    max-width: 300px;
}
.catalog-item__icons .icon {
    font-size: 24px;
    margin: 5px;
}
.village-detail {
    display: flex;
}
.village-detail__slider {
    max-width: 670px;
}
.village-detail__descr {
    padding-left: 30px;
}
.village-detail__descr .property-title {
    color: #333;
}
.village-detail__offers {
    color: #C29540;
    font-size: 18px;
    font-weight: 400;
}
.property-group-title {
    font-size: 16px;
    font-weight: 400;
    margin: 40px 0 25px 0;
}
.page-section--no-borders .bottom-text + .bottom-text {
    border-top: 0 none;
}
.floating-btn {
    display: none;
}
.mobile-phone-menu {
    display: none;
}
.section-slider .slick-dots, .settlement-slider .slick-dots {
    /*bottom: -10px;*/
}
.settlement-stats .settlement-stats-name {
    width: auto;
    font-size: 14px;
}
.settlement-infrastructure {
    list-style: none !important;
    padding-left: 0;
    width: 250px;
    margin-top: 25px;
    height: 33px;
}
.infrastructure-icon:first-child .infrastructure-tooltip {
    left: -10px;
}
.infrastructure-icon .infrastructure-tooltip {
    display: none;
    position: absolute;
    top: -30px;
    left: -45px;
    background: #2B2526;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    width: 120px;
    text-align: center;
    border-radius: 3px;
}
.settlement-infrastructure .infrastructure-icon {
    display: inline-block;
    height: 25px;
    width: 25px;
    padding: 0 !important;
    margin-right: 3px;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}
.infrastructure-icon:hover .infrastructure-tooltip {
    display: block;
}
.infrastructure-icon .infrastructure-tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2B2526;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}
.infrastructure-icon:first-child .infrastructure-tooltip:after {
    right: 100%;
    left: 15px;
}
.infrastructure-icon.icon_bass {
    background-image: url(/local/templates/garda_new_responsive/img/icon-bass.png);
}
.infrastructure-icon.icon_beach {
    background-image: url(/local/templates/garda_new_responsive/img/icon-beach.png);
}
.infrastructure-icon.icon_cafe {
    background-image: url(/local/templates/garda_new_responsive/img/icon-cafe.png);
}
.infrastructure-icon.icon_detsad {
    background-image: url(/local/templates/garda_new_responsive/img/icon-detsad.png);
}
.infrastructure-icon.icon_fish {
    background-image: url(/local/templates/garda_new_responsive/img/icon-fish.png);
}
.infrastructure-icon.icon_fit {
    background-image: url(/local/templates/garda_new_responsive/img/icon-fit.png);
}
.infrastructure-icon.icon_golf {
    background-image: url(/local/templates/garda_new_responsive/img/icon-golf.png);
}
.infrastructure-icon.icon_horse {
    background-image: url(/local/templates/garda_new_responsive/img/icon-horse.png);
}
.infrastructure-icon.icon_les {
    background-image: url(/local/templates/garda_new_responsive/img/icon-les.png);
}
.infrastructure-icon.icon_med {
    background-image: url(/local/templates/garda_new_responsive/img/icon-med.png);
}
.infrastructure-icon.icon_medicine {
    background-image: url(/local/templates/garda_new_responsive/img/icon-med.png);
}
.infrastructure-icon.icon_salon {
    background-image: url(/local/templates/garda_new_responsive/img/icon-salon.png);
}
.infrastructure-icon.icon_school {
    background-image: url(/local/templates/garda_new_responsive/img/icon-school.png);
}
.infrastructure-icon.icon_spa {
    background-image: url(/local/templates/garda_new_responsive/img/icon-salon.png);
}
.infrastructure-icon.icon_super {
    background-image: url(/local/templates/garda_new_responsive/img/icon-super.png);
}
.infrastructure-icon.icon_torg {
    background-image: url(/local/templates/garda_new_responsive/img/icon-torg.png);
}
.infrastructure-icon.icon_vet {
    background-image: url(/local/templates/garda_new_responsive/img/icon-vet.png);
}
.infrastructure-icon.icon_vodo {
    background-image: url(/local/templates/garda_new_responsive/img/icon-vodo.png);
}
.infrastructure-icon.icon_zd {
    background-image: url(/local/templates/garda_new_responsive/img/icon-zd.png);
}
.footer-toggle {
    color: #fff;
    position: absolute;
    top: -40px;
    left: 20px;
    font-size: 16px;
}
.footer-toggle--last {
    left: 45px;
}
.preloader {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
.preloader img {
    display: inline-block;
    margin: auto;
}
.preloader-wr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
    height: 300px;
    margin: auto;
    overflow: hidden;
    animation-delay: 1s;
    z-index: 9999;
}
.fancybox-toolbar .fancybox-button svg path {
    fill: #C29540 !important;
}
.fancybox-is-open .fancybox-bg {
    opacity: 1;
    background: #1C1A1A;
}
[name="ORDER[CHECK_INFO]"] {
    display: none;
}
a.infopage__link-style {
    background: #C29540;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #FFF !important;
    display: inline-block;
    font-style: italic;
    border-radius: 100%;
    font-weight: bold;
    font-family: initial;
    line-height: 17px;
}
.filter-count {
    font-weight: 500;
}
.filter-progress {
    font-weight: 500;
    display: none;
}
.slider-preview .container {
    padding-right: 0 !important;
}
sup {
    font-size: 10px;
    line-height: 1;
}
.similar-slider .slick-dots {
    bottom: 0;
}
.slide__id,
.elem_status,
.slide__favorite {
    bottom: -5px;
}
.detail-form-heading {
    font-size: 26px;
    line-height: 32px;
}
.text-multiline.fz-16 {
    line-height: 26px;
}
.settlement__description {
    margin-top: 20px;
}
.price-on-request {
    font-size: 22px !important;
    font-weight: 400 !important;
}
.hidden_blure {
    overflow: hidden;
}
.blure__item {
    /*filter: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3L�+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNSIvPjwvZmlsdGVyPjwvc3ZnPgo=#blur);
	-webkit-filter: blur(50px);
	-moz-filter: blur(50px);
	filter: blur(50px);*/
}
.blure__item img {
    width: 100%;
}
.blure__item:before {
    content: "";
    /*background: #a2a2a2;*/
    background-image: url(/local/templates/garda_new_responsive/img/closed-detail.jpg); /* Путь к фоновому изображению */
    background-color: #ffffff; /* Цвет фона */
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.item__detail_zagorodnaya_arenda_n2 {
    position: relative;
}
.border__close__sale {
    font-family: "Roboto", Sans-Serif;
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 75px;
    max-height: 450px;
    font-size: 54px;
    color: #fff;
    border: solid 1px #ffffff4f;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.big-slide .hidden_blure {
    max-height: 600px;
}
.detail-slider.detail-slider--closed .slider-for svg {
    fill: #BABABA;
}
@media (min-width: 768px) {
    .detail-slider .detail-slider__controls .flex-wr {
        justify-content: start;
    }
    .detail-slider .detail-slider__controls .flex-wr > div {
        margin-right: 15px;
    }
}
.item__detail_zagorodnaya_arenda_n2 .border__close__sale {
    font-size: 45px;
    margin: 50px 0px 0px 54px;
    padding: 205px 199px 214px 192px;
}
.border__close__sale:before {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    left: 30px;
    top: 30px;
    border: solid 1px #fff;
    display: block;
    content: "";
    position: absolute;
}
.close-sale--list.border__close__sale:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
}
.slide__image .border__close__sale {
    font-size: 30px;
}
.slide__image .border__close__sale {
    margin: 15px;
}
.slide__image .border__close__sale:before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    left: 8px;
    top: 8px;
}
.filter-input__dropdown li:hover {
    background: #C29540;
    color: #fff;
}
.chosen-container .chosen-results li.highlighted {
    background: #C29540;
}
.border__close__sale.close-sale--list {
    margin: 30px;
    font-size: 32px;
}
.close-sale--list + .hidden_blure img {
    width: 820px;
}
.clear-fav {
    display: flex;
    align-items: center;
    align-self: center;
    color: #222;
    margin-right: 40px;
    cursor: pointer;
}
.clear-fav:hover {
    color: #C29540;
}
.clear-fav .icon {
    fill: #C29540;
    margin-right: 5px;
    font-size: 24px;
    width: 24px;
    height: 24px;
}
.rubbish-bin {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    fill: #C29540 !important;
}
.send_ok .btn--yellow {
    margin: 60px auto 0 auto !important;
    width: 255px;
    height: 50px;
}
.detail-slider .detail-slider__controls .slide__id {
    font-size: 18px;
    height: 56px;
    width: 89px;
}
.slide .elem_status {
    width: 170px;
    position: absolute;
    left: 133px !important;
    opacity: 0 !important;
}
.elem_status {
    text-transform: uppercase;
}
.slide:hover .elem_status.act {
    opacity: 1 !important;
}
.catalog-item__images .elem_status {
    opacity: 0;
    width: 150px;
    top: auto;
    position: absolute;
    left: 90px;
}
.catalog-item__images .elem_status.act {
    opacity: 1;
}
.slider-nav .slider__arrow {
    top: 45px;
    width: 40px;
    fill: #252525;
}
.phone-mob {
    display: none;
}
.mobile-slide {
    display: none;
}
.footer_link_tell {
    color: #fff;
    text-decoration: none;
}
.schema_how_we_work .title_schema_how_we_work {
    margin-bottom: 40px;
}
.schema_how_we_work {
    background: url(/local/templates/garda_new_responsive/img/how_we_work.png) no-repeat center;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
}
.list_schema_how_we_work {
    position: relative;
}
.list_schema_how_we_work > li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}
.list_schema_how_we_work > li .name_how_work {
    color: #c9a45e;
    font-size: 16px;
    margin-bottom: 10px;
}
.list_schema_how_we_work > li .img_how_work {
    height: 75px;
    width: 75px;
    margin: 0 auto;
}
.list_schema_how_we_work > li.how_work1 .img_how_work {
    background: url(/local/templates/garda_new_responsive/img/how_work.png) no-repeat center 0;
}
.list_schema_how_we_work > li.how_work2 .img_how_work {
    background: url(/local/templates/garda_new_responsive/img/how_work.png) no-repeat center -75px;
}
.list_schema_how_we_work > li.how_work3 .img_how_work {
    background: url(/local/templates/garda_new_responsive/img/how_work.png) no-repeat center -142px;
}
.list_schema_how_we_work > li.how_work4 .img_how_work {
    background: url(/local/templates/garda_new_responsive/img/how_work.png) no-repeat center -220px;
}
.list_schema_how_we_work > li.how_work5 .img_how_work {
    background: url(/local/templates/garda_new_responsive/img/how_work.png) no-repeat center -295px;
}
.list_schema_how_we_work > li.how_work6 .img_how_work {
    background: url(/local/templates/garda_new_responsive/img/how_work.png) no-repeat center -372px;
}
.list_schema_how_we_work > li .descr_how_work {
    line-height: 16px;
}
.list_schema_how_we_work > li.how_work1:after,
.list_schema_how_we_work > li.how_work2:after,
.list_schema_how_we_work > li.how_work6:after,
.list_schema_how_we_work > li.how_work5:after {
    content: '';
    width: 100px;
    position: absolute;
    right: -40px;
    top: 65px;
    height: 20px;
    background: url(/local/templates/garda_new_responsive/img/arrow_schem.png) no-repeat center top;
}
.list_schema_how_we_work > li.how_work6:after,
.list_schema_how_we_work > li.how_work5:after {
    background: url(/local/templates/garda_new_responsive/img/arrow_schem.png) no-repeat center -40px;
}
.list_schema_how_we_work > li.how_work3:after {
    content: '';
    right: 40px;
    bottom: -145px;
    width: 50px;
    height: 165px;
    display: block;
    position: absolute;
    background: url(/local/templates/garda_new_responsive/img/circle_arrow_schem.png) no-repeat center;
}
.block_our_pluses .title_schema_our_pluses {
    margin-bottom: 55px;
}
.block_our_pluses {
    padding: 60px 0;
}
.ul_our_pluses .li_our_pluses {
    width: 19.5%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 15px;
}
.ul_our_pluses .li_our_pluses .img_our_plus {
    width: 130px;
    height: 100px;
    margin: 0 auto;
}
.ul_our_pluses .li_our_pluses.our_plus1 .img_our_plus {
    background: url(/local/templates/garda_new_responsive/img/our_pluses.png) no-repeat center 0px;
}
.ul_our_pluses .li_our_pluses.our_plus2 .img_our_plus {
    background: url(/local/templates/garda_new_responsive/img/our_pluses.png) no-repeat center -100px;
}
.ul_our_pluses .li_our_pluses.our_plus3 .img_our_plus {
    background: url(/local/templates/garda_new_responsive/img/our_pluses.png) no-repeat center -200px;
}
.ul_our_pluses .li_our_pluses.our_plus4 .img_our_plus {
    background: url(/local/templates/garda_new_responsive/img/our_pluses.png) no-repeat center -300px;
}
.ul_our_pluses .li_our_pluses.our_plus5 .img_our_plus {
    background: url(/local/templates/garda_new_responsive/img/our_pluses.png) no-repeat center -400px;
}
.block_our_slogan {
    text-align: center;
    color: #fff;
    padding: 140px 0;
    background: url(/local/templates/garda_new_responsive/img/our_slogan.png) no-repeat center;
    background-size: cover;
}
.block_our_slogan .name_our_slogan br {
    display: none;
}
.block_our_slogan .name_our_slogan {
    margin-bottom: 20px
}
.block_our_slogan .descr_our_slogan {
    margin-bottom: 40px;
    font-size: 15px;
}
.ul_our_slogan {
    text-align: center;
}
.ul_our_slogan li {
    width: 170px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #c9a45e;
}
.ul_our_slogan li:last-child {
    margin-right: 0;
}
.ul_our_slogan li a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
}
.ul_our_slogan li a {
    color: #c9a45e;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    padding: 12px 0;
}
.text_block {
    padding: 70px 0;
}
.text_block p,
.text_block h2 {
    margin-bottom: 20px;
}
.list {
    margin: 0 0 0 20px;
}
.list li {
    position: relative;
    padding: 0px 0 15px 15px;
    line-height: 14px;
}
.list li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #C29540;
    left: 0;
    top: 5px;
    position: absolute;
}
.vacancy_right_form {
    display: inline-block;
    vertical-align: top;
    width: 500px;
}
.vacancy_left_side {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 510px);
}
.list_vacancy {
    margin: 60px 0;
}
.vacancy_descr {
    display: none;
}
.vacancy_name span {
    border-bottom: 1px solid #C9A45E;
}
.vacancy_name:hover {
    cursor: pointer;
}
.vacancy_name {
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}
.vacancy_item {
    margin-bottom: 30px;
}
.vacancy_name .icon {
    cursor: pointer;
    font-size: 12px;
    height: 8px;
    width: 18px;
}
.vacancy_item.open .vacancy_name .icon {
    -moz-transform: rotate(180deg); /* ��� Firefox */
    -ms-transform: rotate(180deg); /* ��� IE */
    -webkit-transform: rotate(180deg); /* ��� Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* ��� Opera */
    transform: rotate(180deg);
}
.list_vacancy .vacancy_item:last-child {
    margin-bottom: 0;
}
.vacancy_item .vacancy_descr li:before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    background: #C9A45E;
    width: 4px;
    height: 4px;
    left: 10px;
    top: 9px;
}
.vacancy_item .vacancy_descr li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 22px;
    color: #333333;
}
.vacancy_item .vacancy_label_prop {
    color: #000000;
    padding-left: 30px;
    margin-bottom: 15px;
    margin-top: 30px;
    font: 15px/24px "Roboto", sans-serif;
}
.text_vacancy_bottom {
    font-size: 15px;
    line-height: 23px;
}
.flex-wr-empty {
    justify-content: left;
}
.flex-wr-empty .slide__favorite {
    margin-left: 15px;
}
@media (max-width: 1800px) {
    .slide__image {
        height: auto;
        max-height: 230px;
    }
    .slide__id,
    .elem_status,
    .slide__favorite {
        bottom: -10px;
    }
}
@media (max-width: 1500px) {
    .main-slider,
    .detail-slider .slider-for {
        height: auto;
    }
    .detail-slider .slider-for img {
        width: 100%;
        height: auto;
    }
    .big-slide__text {
        top: 100px;
    }
    .slider-preview .container {
        max-width: 85%;
    }
    /*.chosen-container-single .chosen-single div b {
	width: 15px !important;
	margin: 15px auto;
	}*/
}
@media (max-width: 1300px) {
    .similar-slider .slider__arrow {
        top: 95%;
    }
    .similar-slider .slider__arrow.slick-prev {
        left: 13px;
        right: auto;
        z-index: 100;
    }
    .similar-slider .slider__arrow.slick-next {
        right: 13px;
    }
    .similar-slider .slick-dots {
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 70%;
    }
    .bottom-text__heading {
        margin-right: 30px;
    }
}
@media (max-width: 1200px) {
    .page-404.flex {
        display: block;
    }
    .page-404.flex > div:first-child {
        border: none;
    }
    .page-404 .callback-form .form-group {
        width: 350px;
    }
    .page-404.flex > div:last-child {
        padding-left: 0;
        margin-top: 20px;
    }

    .n-header__logo{
        padding-right: 20px;
    }
    .n-header__logo img{
        max-width: 150px;
    }
    .n-header__icons{
        margin-left: 20px;
    }

    .slide__image .border__close__sale {
        font-size: 20px;
    }
    .big-slide__text {
        left: 0;
        top: 90px;
    }
    .big-slide__title {
        font-size: 45px;
        line-height: 57px;
    }
    .big-slide__badge {
        margin-bottom: 24px;
    }
    .big-slide__subtitle {
        font-size: 17px;
        margin-top: 2px;
    }
    .big-slide__price {
        font-size: 34px;
        margin-top: 50px;
    }
    .slide__content {
        /*padding-right: 15px;*/
    }
    .catalog-item {
        border-left: 1px solid #E8E8E8;
        padding: 25px;
    }
    .catalog-item__description {
        padding: 0 0 0 25px;
    }
    .catalog-item__images {
        /*height: 350px;*/
        width: 515px;
    }
    .catalog-item__prices {
        padding-right: 50px;
    }
    .catalog-item__price {
        font-size: 22px;
    }
    .catalog-item__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .catalog-item__slider .image-slider__arrow {
        top: 162px;
    }
    .container-detail {
        flex-wrap: wrap !important;
    }
    .detail-card {
        display: flex;
        flex: 0 0 100%;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .detail-card__properties {
        padding: 24px;
    }
    .detail-card__controls {
        padding: 23px 30px;
    }
    .detail-card__controls .catalog-item__price .catalog-item__price-name {
        font-size: 15px;
        margin-bottom: 4px;
    }
    .detail-card__controls {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .detail-card__controls .disc_price {
        font-size: 25px;
    }
    .catalog-item__prices {
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }
    .detail-info {
        flex: 0 0 100%;
        padding-left: 0;
    }
    .detail-card__controls {
        flex: 0 0 50%;
    }
    .catalog-item__prices {
        display: flex;
        justify-content: space-between;
        padding-right: 0;
    }
    .catalog-item__property--id {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .detail-card__properties {
        margin-bottom: 0;
    }
    .village-detail__slider {
        max-width: 540px;
    }
    .footer-toggle {
        left: 8px;
    }
    .footer-toggle--last {
        left: 30px;
    }
    .slide .elem_status {
        left: 102px !important;
        bottom: -10px;
        width: 140px;
        /*left: 79px !important;*/
        font-size: 13px;
    }
    .slide__id {
        width: 80px;
    }
    .grecaptcha-badge {
        visibility: hidden;
    }
}
@media (max-width: 1000px) {
    .n-header__container{
        max-width: 100% !important;
    }
    .n-header__logo{
        padding-right: 10px;
    }
    .n-header__logo img{
        max-width: 130px;
    }
    .n-header__icons{
        margin-left: 5px;
        margin-right: 5px;
    }
    .header__favorites{
        padding-left: 10px;
    }
    .n-header__phone{
        font-size: 16px;
    }
    .n-header .n-header__callback{
        width: 127px;
    }


    .catalog-item__price span.price__value {
        font-size: 22px;
    }
    .catalog-item__price span.old_price_wrapper {
        font-size: 20px;
    }
    .section-cards--no-slider .slide {
        width: 32%;
    }
    .section-cards--no-slider .slide:last-child {
        /*display: none;*/
    }
    .filter__top.filter__top--alt {
        justify-content: space-between;
        padding-right: 120px;
    }
    .bottom-text.mb-50 {
        margin-bottom: 0 !important;
    }
    .top_text_owner br {
        display: none;
    }
    .vacancy_left_side {
        display: block;
        width: 100%;
        margin-bottom: 60px;
    }
    .vacancy_right_form {
        display: block;
    }
    .slide .elem_status {
        left: 99px !important;
        bottom: -10px;
        width: 130px;
        /*left: 79px !important;*/
        font-size: 12px;
    }
    .slide__id {
        width: 75px;
    }
}
@media (max-width: 980px) {
    .border__close__sale.close-sale--list{
        font-size: 24px;
    }
    .page-section__heading {
        margin-bottom: 28px;
    }
    .visible-sm {
        display: block !important;
    }
    .phone-desctop {
        display: none;
    }
    .phone-mob {
        display: inline;
    }
    .slide__price--new {
        margin-right: 15px;
    }
    .catalog-item__price {
        font-size: 20px !important;
    }
    .catalog-item__price--old {
        font-size: 18px !important;
    }
    .article__image img {
        height: 148px;
    }
    .filter__top.filter__top--alt {
        justify-content: space-between;
        padding-right: 40px;
    }
    .catalog-item__property .property-title {
        width: 150px;
        flex-shrink: 0;
    }
    .main-slider,
    .detail-slider {
        height: auto;
    }
    .container {
        max-width: 750px;
    }
    .hidden-md {
        display: none !important;
    }
    .visible-md {
        display: flex !important;
    }
    .bottom-text__heading {
        font-size: 22px;
        margin-right: 25px;
    }
    .footer-contacts {
        flex-direction: column;
    }
    .footer-bottom {
        flex-wrap: wrap;
    }
    .footer-contacts .footer-menu {
        margin: 0 !important;
    }
    .footer-bottom__section {
        border-bottom: 1px solid #312f30;
        flex: 0 0 100%;
        margin-bottom: 85px;
        padding: 25px 20px;
        position: relative;
    }
    .footer-bottom__section .footer-menu {
        position: relative;
    }
    .footer-bottom__section .footer-menu:first-child {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        flex: 0 0 66%;
        position: relative;
    }
    .footer-bottom__section .footer-menu:last-child {
        flex: 0 0 33%;
    }
    .footer-toggle {
        top: -55px;
    }
    .footer-bottom__section:last-child {
        border-bottom: 0 none;
        margin-bottom: 0;
    }
    .slide__wrap {
        width: 50%;
    }
    .page-section-wrap--with-map .slide__wrap {
        width: 100%;
    }
    .footer-bottom__section .footer-menu {
        flex: 0 0 50% !important;
    }
    .page-section__menu,
    .page-section__text {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-section__text {
        margin-bottom: 25px;
    }
    .page-section__menu .col {
        justify-content: flex-start;
        width: 50%;
    }
    .filter__top {
        flex-wrap: wrap;
    }
    .filter-section--square {
        display: flex;
        justify-content: space-between;
        padding-right: 130px;
        width: 100%;
    }
    .catalog-item__images {
        height: 355px;
        width: 375px;
    }
    .catalog-item__slider .image-slider__arrow {
        top: 120px;
    }
    .catalog-item__price {
        font-size: 18px;
    }
    .catalog-item__price-value-cont {
        margin-bottom: 8px;
    }
    .catalog-item__price span {
        margin-bottom: 0;
        margin-top: 0;
    }
    .catalog-item__price-cont + .catalog-item__price-cont {
        margin-top: 21px;
    }
    /* .detail-card__btn {
        margin-top: 15px;
    } */
    .catalog-item__slider .image-slider__arrow {
        top: calc(50% - 10px);
    }
    .settlement-by-highway {
        column-count: 4;
    }
    .similar-filter .slider__arrow {
        display: none !important;
    }
    .detail-slider .detail-slider__controls .flex-wr {
        width: 100%;
    }
    .detail-slider .detail-slider__controls .slide__favorite {
        height: 40px;
        width: 40px;
    }
    .detail-slider .detail-slider__controls .elem_status {
        height: 40px;
    }
    .detail-slider .detail-slider__controls .slide__favorite .icon {
        font-size: 24px;
    }
    .detail-slider .detail-slider__controls .slide__id {
        height: 40px;
        width: 66px;
        font-size: 14px;
    }
    .text-columns {
        column-count: auto;
    }
    .bottom-text {
        flex-wrap: wrap;
    }
    .bottom-text__heading {
        margin-bottom: 25px;
    }
    .bottom-text__heading,
    .bottom-text__content {
        flex: 0 0 100%;
        flex-basis: 100%;
    }
    .contacts-page .flex-wr > div {
        flex: 0 0 100%;
        margin-top: 20px;
    }
    .article__title {
        font-size: 16px;
    }
    .article__preview {
        display: none;
    }
    .articles-grid {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .article-detail {
        flex-wrap: wrap;
    }
    .article-detail__aside {
        margin: 0 auto 30px auto;
    }
    .article-detail__aside .fz-24 {
        display: none;
    }
    .village-detail {
        flex-direction: column;
    }
    .village-detail__slider {
        margin-bottom: 30px;
        max-width: 100%;
    }
    .village-detail__descr {
        display: flex;
        flex-wrap: wrap;
    }
    .village-detail__offers {
        flex: 0 0 100%;
    }
    .village-property-group {
        flex: 0 0 50%;
    }
    .slide__id,
    .elem_status,
    .slide__favorite {
        opacity: 1;
    }
    .footer-toggle,
    .footer-toggle--last {
        left: 19px;
    }
    .bc-contacts {
        /*margin-bottom: 0;*/
        margin-top: 25px;
    }
    .slide .elem_status {
        left: 63px !important;
        bottom: -10px;
        font-size: 10px;
        width: 115px;
    }
    .slide__id {
        font-size: 10px;
        width: 50px;
        left: 5px
    }
    .slide__favorite {
        right: 5px;
        width: 45px;
    }
    .elem_status {
        opacity: 1 !important;
    }
    .detail-slider__controls .elem_status {
        opacity: 0 !important;
        display: none;
    }
    .detail-slider__controls .elem_status.act {
        opacity: 1 !important;
        display: flex;
    }
    .slide .elem_status {
        opacity: 1;
    }
    .slide .elem_status.act {
        opacity: 1 !important;
    }
    .elem_status.list_s {
        display: none;
    }
    .elem_status.list_s.act {
        display: flex;
    }
    .list_schema_how_we_work > li.how_work3:after {
        right: -20px;
    }
    .ul_our_pluses {
        text-align: center;
    }
    .ul_our_pluses .li_our_pluses {
        width: 32.5%;
        margin-bottom: 40px;
    }
    .ul_our_pluses .li_our_pluses.our_plus4,
    .ul_our_pluses .li_our_pluses.our_plus5 {
        margin-bottom: 0px;
    }
    .block_our_slogan .name_our_slogan br {
        display: inline;
    }
    .ul_our_slogan li {
        margin-right: 10px;
    }
    .schema_how_we_work {
        background: url(/local/templates/garda_new_responsive/img/how_we_work.png) no-repeat 85% center;
        background-size: cover;
    }
    .sort.visible-sm {
        display: none !important;
    }
}
@media (max-width: 980px) and (max-height: 500px) {
    .section-slider .slide {
        height: 520px !important;
    }
}
@media (max-width: 767px) {
    .n-header{

    }
    .html-hidden .n-header--fixed-active{
        position: fixed;
        width: 100%;
    }
    .n-header__container{
        flex-direction: row-reverse;
        padding: 4px 0;
        height: 60px;
        background: linear-gradient(to top, #292525, #0a0a0a);
    }
    .n-header__icons{
        flex-grow: 0;
        margin-left: 0;
    }

    .n-header__logo{
        justify-content: center;
        flex-grow: 1;
    }
    .n-header__logo img{
        max-width: 140px;
    }
    .header__favorites-popup{
        right: auto;
        left: 3px;
    }
    .header__favorites-popup:before{
        right: auto;
        left: 10px;
    }
    .n-header__phones{
        display: none;
    }

    .n-header .header-filter .flex-wr{
        width: 100%;
        flex-wrap: nowrap;
    }
    .n-header .header-filter__view{
        display: none;
    }


    .container.mt-30 {
        margin-top: 20px !important;
    }
    .townships {
        margin-bottom: 30px;
    }
    .sort-wr-fav {
        margin-bottom: -30px !important;
    }
    .footer-copyright {
        font-size: 14px;
    }
    .footer-copyright .text-gray {
        font-size: 11px;
    }
    .detail-card .filter-currency {
        margin-top: 22px;
    }
    .detail-card__properties {
        padding: 24px 18px 20px;
    }
    .detail-card__controls {
        padding: 19px 18px 24px 18px;
    }
    .catalog-item__property--id {
        margin-top: 21px;
    }
    .detail-card {
        margin-bottom: 27px;
    }
    .detail-card__btn {
        /* margin-top: 20px; */
        font-size: 20px;
    }
    .catalog-item__price-cont + .catalog-item__price-cont {
        margin-top: 19px;
    }
    .catalog-item__price span {
        margin-top: 0;
    }
    .catalog-item__price--old .price__value {
        margin-bottom: 0;
        font-size: 20px !important;
    }
    .catalog-item__price .price__value {
        margin-top: 0;
    }
    .page-section-fav {
        padding-top: 30px !important;
    }
    .filter-section--square {
        margin-right: 0;
    }
    .catalog-item__images img {
        width: 100%;
    }
    .border__close__sale {
        font-size: 32px;
        margin: 35px;
    }
    .section-slider .slide:hover {
        box-shadow: none;
    }
    .catalog-item__price span.price__value {
        font-size: 26px;
    }
    .catalog-item__price span.old_price_wrapper {
        font-size: 15px;
    }
    .settlement-infrastructure {
        width: 100%;
    }
    .page-section__head {
        display: block;
    }
    .sort-head-button {
        margin-left: 0;
    }
    .page-section__head-buttons .toggle-view__map {
        display: flex;
        margin-left: 8px;
    }
    .filter {
        position: fixed;
        z-index: 99;
        left: 0;
        top: 65px;
        right: 0;
        bottom: 0;
        height: 100%;
        padding-bottom: 80px;
        overflow-y: scroll;
    }
    .slide__icons {
        max-width: -moz-max-content;
        max-width: -webkit-max-content;
        max-width: max-content;
    }
    .slide__icons > div {
        display: inline-flex;
    }
    .catalog-item {
        flex-direction: column;
    }
    .catalog-item__images {
        height: auto;
        margin-bottom: 15px;
        width: 100%;
    }
    .catalog-item__images .slick-slide img {
        width: 100%;
    }
    .village-detail .catalog-item__property {
        display: flex;
    }
    .catalog-item__images .slide__id,
    .catalog-item__images .elem_status,
    .catalog-item__images .slide__favorite {
        bottom: -7px;
    }
    .catalog-item__description .slide__icons {
    }
    .catalog-item__title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .catalog-item__description .catalog-item__title,
    .catalog-item__description .slide__icons {
        display: flex;
    }
    .catalog-item {
        padding: 0;
    }
    .catalog-item__description {
        padding: 15px;
    }
    .filter__top {
        flex-direction: column;
    }
    .filter-section {
        border-bottom: 1px solid #E7E5E6;
        padding: 15px 0;
    }
    .filter-section--square,
    .filter__bottom {
        flex-direction: column;
    }
    .filter-section__name {
        margin-bottom: 10px;
    }
    .filter-section--square > div:last-child {
        border-top: 1px solid #E7E5E6;
        padding-top: 15px;
    }
    .filter-btn--mobile {
        align-items: center;
        display: flex;
        height: 42px;
        margin-top: 25px;
        width: 100%;
    }
    .breadcrumbs {
        /*display: none;*/
    }
    .breadcrumbs.breadcrumbs--all,
    .breadcrumbs.breadcrumbs--sm {
        display: block;
    }
    .filter__top--mobile {
        border-bottom: 1px solid #E7E5E6;
        display: flex;
        font-weight: 400;
        justify-content: space-between;
        padding: 0 7px 20px 7px;
    }
    .filter__top--mobile .filter-mobile__close {
        color: #C29540;
        cursor: pointer;
        z-index: 100;
        font-size: 28px;
    }
    .filter {
        display: none;
    }
    .page-section__heading {
        margin-top: 20px;
        display: block;
    }
    .settlement-by-highway {
        column-count: 3;
    }
    .detail-card {
        max-height: none;
    }
    .detail-card,
    .request-form .ajax-result {
        flex-direction: column;
    }
    .detail-card__properties .catalog-item__property {
        display: flex;
    }
    .articles-grid .slick-dots {
        bottom: -40px;
    }
    .articles-grid .slick-dots li button:before {
        background: #BABABA;
    }
    .article-detail{

    }
    .article-detail__aside{
        float: none;
        padding-right: 0;
        width: 100%;
    }
    .article-detail__aside,
    .article-detail__aside img {
        max-width: 100%;
    }
    .article-detail__text {
        padding-left: 0;
    }
    .similar-slider .slick-dots {
        bottom: 5px;
    }
    .footer-top {
        padding-bottom: 70px;
        flex-wrap: wrap;
    }
    .footer-bottom__wrap-link {
        top: -47px;
    }
    .footer-bottom__wrap {
        margin-top: -47px;
    }
    .footer-bottom__section .footer-menu:first-child {
        column-count: auto;
        -moz-column-count: auto;
        -webkit-column-count: auto;
    }
    .footer-contacts {
        display: block;
        width: 100%;
        margin-top: 32px;
    }
    .footer-contacts .footer-menu + .footer-menu {
        margin-top: 15px !important;
    }
    .footer-callback {
        vertical-align: text-bottom;
    }
    .footer-bottom {
        padding-top: 0;
    }
    .footer-menu__item--first {
        position: static;
    }
    .footer-bottom__section {
        height: 45px;
        margin-bottom: 0;
        overflow: hidden;
        padding: 45px 0 0 0;
    }
    .footer-toggle {
        height: 45px;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .footer-bottom {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-toggle .icon {
        cursor: pointer;
        font-size: 12px;
        height: 8px;
        position: absolute;
        right: 12px;
        top: 18px;
        width: 18px;
    }
    .footer-bottom__section--opened {
        height: auto !important;
        padding-bottom: 10px;
    }
    .footer-bottom__section--opened .icon {
        transform: rotate(180deg);
    }
    .footer-toggle--title {
        align-items: center;
        height: 45px;
        margin-left: -20px;
        color: #fff;
        display: flex;
        font-size: 14px;
    }
    .footer-toggle .icon.visible-sm {
        display: flex !important;
    }
    .hidden-sm {
        display: none;
    }
    .footer-bottom__section .footer-menu {
        flex: 0 0 30% !important;
        margin-top: 25px;
    }
    .footer-bottom__section .footer-menu:first-of-type {
        column-count: 2;
        flex: 0 0 70% !important;
    }
    .bc-sovety .breadcrumbs {
        margin-top: 25px;
        display: block !important;
    }
    .similar-filter {
        height: auto;
    }
    .detail-form-heading {
        margin-top: 0 !important;
        line-height: 32px !important;
        margin-bottom: 15px !important;
    }
    .detail-form-heading br {
        display: none;
    }
    .detail-form-phone {
        display: block;
    }
    .close-sale--list + .hidden_blure img {
        width: 100%;
    }
    .ttu-large {
        text-transform: none;
    }
    .image-slider__arrow {
        opacity: 1;
    }
    .slide .elem_status {
        width: 170px;
        left: 99px !important;
        font-size: 15px;
    }
    .slide__id {
        font-size: 17px;
        width: 75px;
        left: 15px;
    }
    .slide__favorite {
        right: 15px;
        width: 55px;
    }
    .slide__badge-detail {
        top: 0px;
    }
    .slide__icons {
        flex-direction: initial;
        max-width: 100%;
    }
    .ul_our_slogan li {
        margin-right: auto;
    }
    .filter-results {
        display: none;
    }
    .filter__bottom {
        border-top: 1px solid transparent;
        margin-top: 0;
    }
    .section-slider-wr {
        min-height: 455px;
    }
    .slide .elem_status {
        width: 120px;
        left: calc(50% - 60px) !important;
        font-size: 11px;
    }
    .slide__id {
        font-size: 11px;
        width: 50px;
        left: 5px;
    }
    .slide__favorite {
        right: 5px;
        width: 45px;
    }
    .visible-xs {
        display: block !important;
    }
    .sort.visible-sm {
        display: flex !important;
        margin-right: 15px;
    }
    .page-section__head-filter-results {
        margin-top: 0;
        margin-bottom: 7px;
    }
    .section-cards-wrap {
        margin-top: 5px;
    }
    .page-section__head + .mb-30 {
        margin-bottom: 5px !important;
    }
    .catalog-item__price .price__value {
        font-size: 26px;
    }
    .flex-wr-empty {
        justify-content: space-between;
    }
    .flex-wr-empty .slide__favorite {
        margin-left: 0px;
    }
}
@media (max-width: 750px) {
    .list_schema_how_we_work > li {
        width: 49%;
    }
    .list_schema_how_we_work > li.how_work2:after {
        content: '';
        right: 20px;
        top: auto;
        bottom: -145px;
        width: 50px;
        height: 165px;
        display: block;
        position: absolute;
        background: url(/local/templates/garda_new_responsive/img/circle_arrow_schem.png) no-repeat center;
    }
    .ul_our_slogan li {
        width: 220px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .ul_our_slogan li:nth-child(2) {
        margin-right: 0px;
    }
    .block_our_slogan {
        padding: 100px 0;
        background: url(/local/templates/garda_new_responsive/img/our_slogan.png) no-repeat left center;
        background-size: cover;
    }
    .schema_how_we_work {
        background: url(/local/templates/garda_new_responsive/img/how_we_work_mobile.png) no-repeat right center;
        background-size: cover;
    }
    .list_schema_how_we_work > li.how_work3:after,
    .list_schema_how_we_work > li.how_work6:after {
        display: none;
    }
    .list_schema_how_we_work > li.how_work4:after {
        content: '';
        width: 100px;
        position: absolute;
        right: -40px;
        top: 65px;
        height: 20px;
        background: url(/local/templates/garda_new_responsive/img/arrow_schem.png) no-repeat center -40px;
    }
    .list_schema_how_we_work > li.how_work5:after {
        background: url(/local/templates/garda_new_responsive/img/arrow_schem.png) no-repeat center top;
    }
    .list_schema_how_we_work > li.how_work4:before {
        content: '';
        left: 0px;
        top: auto;
        bottom: -145px;
        width: 50px;
        height: 165px;
        display: block;
        position: absolute;
        background: url(/local/templates/garda_new_responsive/img/circle_arrow_schem.png) no-repeat center;
        -moz-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }
}
@media (max-width: 600px) {
    .page-section__head-filter-results {
        font-size: 15px;
    }
    .page-section__head-filter-results > span {
        color: #b0b0b0;
    }
    .page-section__head-filter-results > span > span {
        color: #434343;
    }
    .sort-head-button {
        padding: 9px 10px 7px;
    }
    .page-section__head-buttons .toggle-view__map {
        width: 100px;
    }
    .mobile-slide {
        display: block;
    }
    .mobile-slide span {
        align-items: center;
        height: 54px;
        display: flex;
        font-size: 18px;
        font-weight: 400;
        color: #2b2526;
        cursor: pointer;
    }
    .mobile-slide span:hover {
        /*color: #C29540;*/
    }
    .mobile-slide svg.icon.visible-sm {
        cursor: pointer;
        font-size: 12px;
        height: 8px;
        position: absolute;
        right: 12px;
        top: 25px;
        width: 18px;
    }
    .open-mobile-slider {
        /*display: none;*/
    }
    .similar-filter {
        min-height: auto !important;
    }
    .detail-special-style01 .similar-filter__tabs {
        display: none;
    }
    .mobile-slide svg.icon.visible-sm {
        right: 0;
    }
    .similar-filter__tab-content {
        border-bottom: solid 1px #e9e9e9;
    }
    .main-special-styles01 ul.slick-dots {
        bottom: 0;
    }
    .main-special-styles01 .section-slider-wr {
        min-height: 530px !important;
    }
    .active-slide > svg {
        transform: rotate(180deg);
    }
    .active-slide > span {
        color: #C29540;
    }
    .page-section.detail-special-style01 {
        padding-top: 0px;
    }
    .page-section.detail-special-style01 {
        padding-top: 0px;
    }
    .detail-special-style01 .slide__image img {
        /*max-height: 160px;*/
    }
    .similar-filter__tab-content {
        position: inherit;
        top: inherit;
        height: auto;
        left: auto;
        visibility: visible;
        opacity: 1;
    }
    .__jivoMobileButton {
        display: none !important;
    }
    #jivo-chat-btn {
	display: none;
    }

    .border__close__sale.close-sale--list {
        font-size: 24px;
    }
    .similar-filter__tab-content--active {
        position: relative;
        height: auto;
    }
    .similar-filter__tab-content--active .section-slider-wr {
        overflow: hidden;
    }
    .article__image,
    .article__image img {
        height: auto;
        max-height: none !important;
    }
    .hidden-xs {
        display: none;
    }
    .section-slider {
        height: auto;
    }
    .page-section__heading {
        margin-bottom: 30px;
    }
    .breadcrumbs {
        margin-top: 17px;
        margin-bottom: 17px;
    }
    .breadcrumbs.bc-contacts {
        margin-top: 25px;
    }
    .container {
        max-width: 100%;
    }
    .visible-sm {
        display: flex !important;
    }
    .big-slide__text {
        top: 10px;
    }
    .main-slider .slick-dots {
        bottom: 10px;
    }
    .big-slide__title {
        font-size: 28px;
        line-height: 32px;
    }
    .big-slide__price {
        background: rgba(255, 255, 255, .7);
        color: #333;
        display: inline-block;
        font-size: 22px;
        margin-top: 5px;
        padding: 5px 10px;
    }
    .big-slide__badge {
        margin-bottom: 5px;
    }
    .page-section__menu {
        flex-wrap: wrap;
    }
    .page-section__menu .col {
        margin: 0 !important;
        width: 100%;
    }
    .slide__image {
        max-height: 300px;
    }
    .settlement-by-highway {
        column-count: auto;
    }
    .page-section__heading {
        line-height: 28px;
    }
    .similar-filter__tabs {
        flex-wrap: wrap;
    }
    .similar-filter__tab {
        display: flex;
        flex: 0 0 100%;
        height: 55px;
        justify-content: space-between;
        border-top: 1px solid #E8E8E8;
    }
    .similar-filter__tab .icon {
        font-size: 14px;
        margin-right: 10px;
    }
    .similar-filter__tabs {
        border-top: 0 none !important;
        margin-bottom: 10px;
    }
    .similar-filter__tab--active {
        border-bottom: 0 none !important;
    }
    .similar-filter__tab--active .icon {
        transform: rotate(180deg);
    }
    .similar-filter__tabs.visible-sm {
        margin-top: 10px;
    }
    .form-footer {
        flex-direction: column;
    }
    .form-footer .btn {
        margin-top: 18px;
        width: 100%;
    }
    .similar-filter__tab {
        display: none;
    }
    .similar-filter__tab--active {
        border-top: 0 none !important;
    }
    .similar-filter__tab.similar-filter__tab--active {
        display: flex;
    }
    .visible-sm .similar-filter__tab {
        display: flex !important;
    }
    .visible-sm .similar-filter__tab.similar-filter__tab--active {
        display: none !important;
    }
    .similar-filter--large .similar-filter__tab {
        font-size: 14px;
    }
    .page-404 {
        font-size: 14px;
        padding: 20px 15px;
    }
    .fz-26 {
        font-size: 22px !important;
    }
    .callback-form .btn {
        width: 100%;
    }
    .articles-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .article__image {
        max-height: 185px;
    }
    .townships-wr {
        flex-direction: column;
        align-items: flex-start !important;
        margin-bottom: 10px !important;
    }
    .townships {
        margin-bottom: 20px;
    }
    .villages-menu {
        flex-direction: column;
    }
    .village-detail__descr {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
    }
    .village-detail__offers {
        flex: 0 0 100%;
    }
    .village-property-group {
        flex: 0 0 100%;
    }
    .village-slider-nav {
        display: none;
    }
    .floating-btn {
        align-items: center;
        background: #C29540;
        border-radius: 50%;
        bottom: 15px;
        cursor: pointer;
        display: flex;
        height: 46px;
        justify-content: center;
        position: fixed;
        right: 18px;
        width: 46px;
        z-index: 100;
    }
    .floating-btn .icon {
        font-size: 24px;
        margin: 0;
    }    
    .footer-bottom__section .footer-menu {
        flex: 0 0 50% !important;
    }
    .footer-bottom__section .footer-menu:first-of-type {
        column-count: auto;
        flex: 0 0 50% !important;
    }
    .callback-form {
        margin-top: 20px;
        position: relative;
        margin-bottom: 20px;
    }
    .callback-form .form-group {
        width: 100%;
    }
    .callback-form .form-footer {
        position: absolute;
        top: 55px;
    }
    #form-box-in-page .callback-form .form-footer {
        position: relative;
        top: 0
    }
    #form-box-in-page .callback-form .btn--yellow {
        margin-top: 0;
    }
    #feedback-in-page > .flex-wr {
        flex-wrap: nowrap;
        margin-top: 8px;
    }
    #feedback-in-page > .flex-wr > .form-group:first-of-type {
        margin-right: 10px;
    }
    #feedback-in-page > .flex-wr > .form-group:first-of-type .form-control {
        font-size: 12px;
    }
    #feedback-in-page > .flex-wr > .btn {
        margin-left: 10px;
        font-size: 12px;
        width: 83%;
    }
    #feedback-in-page .agree-label {
        letter-spacing: -0.01em;
    }
    #form-box-in-page .detail-form-heading {
        line-height: 1.2 !important;
        padding-top: 20px;
    }
    #form-box-in-page .detail-form-heading + .text-multiline {
        font-size: 16px !important;
        line-height: 1.4;
        margin-top: 18px;
        letter-spacing: -0.01em;
    }
    #form-box-in-page .detail-form-heading + .text-multiline .visible-sm {
        display: none !important;
    }
    #form-box-in-page .detail-form-phone {
        display: inline;
    }
    .callback-form .btn--yellow {
        margin-top: 45px;
    }
    .list_schema_how_we_work > li.how_work2:after {
        right: -15px;
    }
    .list_schema_how_we_work > li.how_work4:before {
        left: -15px;
        bottom: -165px;
    }
}
@media (max-width: 550px) {
    .slide__image img {
        max-height: none;
    }
    .section-cards {
        flex-direction: column;
    }
    .slide__wrap {
        width: 100%;
        margin: 15px auto !important;
    }
    .section-cards .slide,
    .items-yt-slider .slide{
        height: auto;
    }
    .bottom-text__heading br {
        display: none;
    }
    .page-about .bottom-text {
        padding-bottom: 0;
    }
    .detail-form-heading {
        font-size: 22px !important;
    }
    .detail-form-heading + .text-multiline {
        font-size: 14px !important;
    }
    .callback-form .btn--yellow {
        font-size: 16px;
    }
    .catalog-section .catalog-item__property {
        display: none;
    }
    .vacancy_right_form {
        display: block;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .page-section.vacancy-page {
        padding-bottom: 0;
    }
    .slide .elem_status {
        width: 170px;
        left: calc(50% - 85px) !important;
        font-size: 15px;
    }
    .slide__id {
        font-size: 17px;
        width: 75px;
        left: 15px;
    }
    .slide__favorite {
        right: 15px;
        width: 55px;
    }
    .slide .slide__button {
        /*opacity: 1;*/
        display: none;
    }
    .detail-slider .slick-slide img {
        width: 100%;
    }
    .main-special-styles01 .section-slider-wr .slide__button {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}
@media (max-width: 540px) {
    .section-slider-wr {
        min-height: 0;
    }
}
@media (max-width: 500px) {
    .list_schema_how_we_work > li:after,
    .list_schema_how_we_work > li:before {
        display: none !important;
    }
    .list_schema_how_we_work > li {
        display: block;
        width: 100%;
    }
    .schema_how_we_work {
        background: #141111 url(/local/templates/garda_new_responsive/img/how_we_work_mobile_min.png) no-repeat center;
        background-size: cover;
    }
    .list_schema_how_we_work > li .name_how_work br,
    .list_schema_how_we_work > li .descr_how_work br {
        display: none;
    }
    .list_schema_how_we_work > li .descr_how_work {
        padding: 0 50px;
    }
    .ul_our_pluses .li_our_pluses {
        width: 49%;
    }
    .block_our_slogan .name_our_slogan {
        font-size: 24px !important;
    }
    .ul_our_slogan li {
        width: 150px;
    }
}
@media (max-width: 460px) {
    .callback-form .btn--yellow {
        margin-top: 60px;
    }
    .page-404 .callback-form .btn--yellow {
        margin-top: 85px;
    }
}
@media (max-width: 450px) {
    .big-slide__text {
        top: 80px;
    }
    .big-slide__title {
        margin-top: 20px;
    }
    .big-slide__price {
        margin-top: 25px;
    }
    .page-section {
        padding: 20px 0;
    }
    .section-slider .slick-track, .settlement-slider .slick-track {
        padding-bottom: 35px;
    }
    .page-section__heading {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .page-section:first-of-type {
        padding-top: 20px;
    }
}
@media (max-width: 440px) {
    .captcha {
        display: block;
        margin-bottom: 20px;
    }
    .captcha td {
        display: block;
        width: 100%;
    }
    .captcha td input[type=text] {
        width: 180px;
    }
    .send_ok {
        margin: 0 !important;
    }
    .pagination__link span {
        display: none;
    }
    .border__close__sale {
        font-size: 24px;
        margin: 15px;
    }
    .border__close__sale:before {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        left: 15px;
        top: 15px;
    }
    .popup-form {
        max-width: 320px;
        padding: 35px 20px;
    }
}
@media (max-width: 400px) {
    .n-header .filter-open-link{
        padding-left: 25px;
        padding-right: 25px;
    }
    .n-header .filter-currency{
        padding-left: 10px;
    }
    .ul_our_pluses .li_our_pluses {
        display: block;
        width: 100%;
    }
    .ul_our_pluses .li_our_pluses .name_our_plus br {
        display: none;
    }
    .ul_our_pluses .li_our_pluses.our_plus4 {
        margin-bottom: 40px;
    }
    .block_our_pluses .title_schema_our_pluses {
        margin-bottom: 25px;
        padding-right: 30px;
        line-height: 26px;
    }
    .ul_our_slogan li {
        margin-right: 10px;
        margin-bottom: 10px;
        width: 130px;
        font-size: 12px;
    }
    .text_block {
        padding: 40px 0;
    }
}
@media (max-width: 380px) {
    .callback-form .btn--yellow {
        margin-top: 60px;
    }
    .popup-form .page-section__heading {
        font-size: 22px;
        line-height: 30px;
    }
    .catalog-item__images .elem_status {
        width: 80px;
    }
}

.ikbIMU {
    color: #fff !important;
}
.slide:hover .slide__button {
    opacity: 1;
}
.slide .slide__button {
    /*opacity: 0;*/
    display: none;
}
.slide__button {
    padding: 0px;
    margin: 0px
}
.slide__button a {
    border: none !important;
}
.slide__button-detail{
    background: #C29540;
    padding: 17px 17px 16px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    width: 100%;
    display: block;
    margin-top: 40px;
    text-decoration: none !important;
}
input.form-control[name="_BYEBYE"] {
    height: 1px;
    opacity: 0;
    position: absolute;
    z-index: 0;
    left: 9000000px;
}

.karantin {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #4b4e55e6;
    z-index: 9999999999;
}
.karantin__text {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
}
.karantin .container {
    position: relative;
}
.karantin__close {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    font-weight: normal;
    transform: rotate(45deg);
}
@media screen and (max-width: 1380px) {
    .karantin__text {
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 780px) {
    .karantin__close {
        right: 5px;
    }
}
.karantin_button {
    position: fixed;
}
.globalClass_ET {
    position: relative;
    z-index: 99999;
}
@media (max-width: 400px) {
    .slide .elem_status {
        width: 120px;
        left: calc(50% - 60px) !important;
        font-size: 11px;
    }
    .slide__id {
        font-size: 11px;
        width: 50px;
        left: 5px;
    }
    .slide__favorite {
        right: 5px;
        width: 45px;
    }
}
.flex-control-nav {
    bottom: 12%;
    z-index: 99;
}
.flex-control-nav li {
    margin: 0 4px !important;
}
.flex-control-nav li a:focus {
    outline: none;
}
.flex-control-paging li a {
    background: #fff;
    box-shadow: none;
    width: 7px !important;
    height: 7px !important;
}
.flex-control-paging li a:hover {
    background: #fff;
}
.flex-control-paging li a.flex-active {
    background: #C29540;
}
.flex-control-paging li a.flex-active:hover {
    background: #C29540;
}
@media screen and (max-width: 1400px) {
    .flex-control-nav {
        bottom: 10%;
    }
}
@media screen and (max-width: 1000px) {
    .flex-control-nav {
        bottom: 2%;
    }
}
@media screen and (max-width: 980px) {
    .detail-slider__detailPage .flex-control-nav {
        display: none;
    }
}
.detail-slider__detailPage .flex-control-nav {
    bottom: 2%;
}
.detail-slider__detailPage .slide-with-bg-cont {
    height: 600px;
    width: 1065px;
    overflow: hidden;
}
.detail-slider .detail-slider__controls {
    bottom: 15px;
    position: absolute;
    width: 1065px;
    left: calc(50% - 528px);
}
@media screen and (max-width: 1200px) {
    .detail-slider .detail-slider__controls {
        left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .detail-slider__detailPage .slide-with-bg-cont {
        height: 563px;
        width: 1000px;
    }
    .detail-slider.detail-slider__detailPage {
        max-height: 563px;
    }
}
@media screen and (max-width: 767px) {
    .detail-slider__detailPage .slide-with-bg-cont {
        height: 432px;
        width: 768px;
    }
    .detail-slider.detail-slider__detailPage {
        max-height: 432px;
    }
}
@media screen and (max-width: 500px) {
    .detail-slider__detailPage .slide-with-bg-cont {
        height: 100%;
        width: 100%;
    }
    .detail-slider.detail-slider__detailPage {
        max-height: 230px;
    }
}
@media screen and (max-width: 320px) {
    .detail-slider__detailPage .slide-with-bg-cont {
        height: 180px;
        width: 320px;
    }
    .detail-slider.detail-slider__detailPage {
        max-height: 180px;
    }
}
.slide-with-bg .slide-bg-left,
.slide-with-bg .slide-bg-right {
    filter: blur(3px);
}
@media screen and (max-width: 767px) {
    .slide__badge-detail + .slider-for .slide-with-bg-cont::before {
        top: unset;
    }
}
.settlement__description,
.settlement__description p,
.highway_bottom_text,
.bottom-text,
.text_block,
.article-detail__text,
.text_vacancy_bottom,
.townships,
.sort,
.page-section p,
.village-detail__descr div {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    letter-spacing: 0.2px;
}
.page-404 p {
    text-align: left;
}
.bottom-text__content,
.bottom-text__content p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    letter-spacing: 0.2px;
}
.detail-info {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    letter-spacing: 0.2px;
}
.article__preview,
.article__preview p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    letter-spacing: 0.2px;
}
.advice-filter {
}
.detail-info__subheading {
    font-size: 18px;
}
.detail-info b,
#feedback_owner .input_block.req_input input[type="text"],
#feedback_owner .input_block input[type="email"],
#feedback_owner .input_block textarea {
    font-size: 16px;
}
.settlement-by-highway {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
    column-gap: 80px;
}
.bottom-text p {
    margin-bottom: 30px;
}
.bottom-text {
    padding-bottom: 20px;
}
.top_text_owner {
    text-align: justify;
}
.bottom-text h1,
.bottom-text h2 {
    text-align: left;
}
.page-about .bottom-text {
    padding-bottom: 0;
}
.article-detail__text img {
    margin-top: 6px;
}
.vacancy_descr .vacancy_item .vacancy_label_prop {
    padding-left: 0;
    font-size: 16px;
    font-weight: 500;
}
.vacancy_descr .vacancy_item .vacancy_descr li::before {
    top: 13px;
}
.vacancy_descr .vacancy_item .vacancy_descr li,
.contacts-page,
.catalog-item .offers {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
}
.detail-card__controls .catalog-item__property .property-title,
.detail-card__controls .catalog-item__price span,
.detail-card__properties .catalog-item__property {
    font-size: 15px;
}
.detail-card__controls .catalog-item__price span.price__value {
    font-size: 26px;
}
.detail-card__controls .catalog-item__property .property-value--bold {
    font-size: 20px;
}
.detail-info br {
    display: block;
    margin: 4px 0;
}
.form-control,
textarea.form-control {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
    font-weight: 300;
}
.contacts__row {
    display: flex;
}
.contacts__row h1,
.contacts__row h2 {
    margin-right: 174px;
}
.contacts-page .contacts__row a {
    color: #C29540;
}
.contacts__row__itemFirst {
    margin-right: 110px;
}
.contacts-page table tr td:first-child {
    padding-right: 90px;
}
.breadcrumbs {
    font-size: 14px;
}
.chosen-single,
.chosen-container .chosen-results li,
.advice-filter,
.pagination {
    font-size: 14px;
}
.townships {
    width: 360px;
    justify-content: flex-start;
}
.townships span {
    margin-right: 10px;
}
.text-multiline.fz-16 {
    text-align: center;
}
.callback-form .btn {
    font-size: 16px;
}
@media screen and (max-width: 980px) {
    .contacts__row {
        flex-direction: column;
    }
    .contacts__row h1,
    .contacts__row h2 {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .contacts__row__itemFirst {
        margin-right: 0;
        margin-bottom: 14px;
    }
    .contacts-page table tr td:first-child {
        padding-right: 20px;
    }
}
.text_vacancy_bottom {
    margin-right: 30px;
}
.vacancy_label_prop {
    font-size: 16px;
}
.vacancy_item .vacancy_descr li {
    font-size: 14px;
}
@media screen and (max-width: 420px) {
    .sort {
        width: 100%;
    }
    .sort-controls {
        margin-left: 4px;
    }
}
.slide__badge-detail {
    background: #C29540 !important;
    width: 1065px !important;
}
.detail-slider {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 760px) {
	.header-filter{max-height: 100px;}
	.header-filter .container{    opacity: 1;}
	.n-header__search svg{      transform: scale(1.25,1.25); }
	.header__favorites .icon{height: 35px !important; width: 35px !important;}
	.n-header__menu-toggle svg{height: 35px !important; width: 35px !important;}
	.n-header__logo img { max-width: 180px; }
	.n-header__menu-toggle{width: 48px;}
}

.politica-link{ text-decoration: none; color: #aeaeae; display: inline-block; margin: 5px 0 0; }
.politica-link:hover{color:#fff}

.custom-checkbox a{ color: #c29540; }
.custom-checkbox a:hover{ color: #000; }

.i-poslk-list a span{    color: #c29540;}

.sfilter__cb-select .sfilter__cb-select-item input + label[data-role="label_arrListFilter_371_1630598072"], .sfilter__rb-select .sfilter__rb-select-item input + label[data-role="label_arrListFilter_371_1630598072"]{display:none}
.viewed_prod .slide:hover {
    box-shadow: 0 1px 4px rgb(0 0 38 / 20%);
}
.viewed_prod .similar-slider .slider__arrow {
    top: auto;
    bottom: 0;
}

.viewed_prod .similar-slider .slider__arrow.slick-next {
    right: 10px;
    z-index: 100;
}

.viewed_prod .similar-slider .slider__arrow.slick-prev {
    left: 10px;
    z-index: 100;
}

/**/

.detail-slider .detail-slider__controls .slide__favorite-wrapper {
    z-index: 10;
}

@media (max-width: 767px) {
    .detail-slider .detail-slider__controls .slide__favorite-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;

        width: 40px;
        height: 40px;
        margin: 0;
        position: relative;
        right: 0;
        top: 0;
    }

    .detail-slider .detail-slider__controls .slide__id.slide__id_wrapper {
        margin: 0 0 0 0;
    }

    .container.container-visible {
        overflow: visible;
    }
		
		.detail-slider .detail-slider__controls .flex-wr { width: 100%; align-items: center; justify-content: space-between; }

}

@media (max-width: 767px) {
    .section-cards
    .slide
    .slide__favorite-wrapper {
        /*background-color: red;*/
        width: 105px;
        height: 85px;
        bottom: -35px;
        right: -25px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .section-cards
    .slide
    .slide__favorite-wrapper
    .slide__favorite {
        position: static;
    }
}

@media (max-width: 550px) {
    .section-cards
    .slide
    .slide__favorite-wrapper {
        right: -8px;
    }


    .section-cards
    .slide
    .slide__favorite-wrapper
    .slide__favorite {
    }
}

@media (max-width: 767px) {
    .section-cards-wrap
    .catalog-item
    .slide__favorite-wrapper {
        width: 95px;
        height: 85px;
        bottom: -32px;
        right: -20px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        /*background-color: red;*/
    }

    .section-cards-wrap
    .catalog-item
    .slide__favorite-wrapper
    .slide__favorite {
        bottom: auto;
        right: auto;
    }
}

@media (max-width: 550px) {
    .section-cards-wrap
    .catalog-item
    .slide__favorite-wrapper {
        right: -4px;
    }

    .section-cards-wrap
    .catalog-item
    .slide__favorite-wrapper
    .slide__favorite {
    }
}







@media (max-width: 767px) {
    .section-slider
    .slide
    .slide__favorite-wrapper {
        /*background-color: red;*/
        width: 105px;
        height: 85px;
        bottom: -35px;
        right: -25px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99;
    }


    .section-slider
    .slide
    .slide__favorite-wrapper
    .slide__favorite {
        position: static;
    }
}

@media (max-width: 550px) {
    .section-slider
    .slide
    .slide__favorite-wrapper {
        right: -8px;
    }


    .section-slider
    .slide
    .slide__favorite-wrapper
    .slide__favorite {
    }
}

@media (max-width: 767px){
	.header-filter .filter-open-wrap{display:none}
}



#catalog-page-popap-modal .popup-form:not(.showChangePriceForm-form) {
    padding: 0;
    max-width: 1170px;
}
#catalog-page-popap-modal .popup-form__close {
    right: 10px;
    top: 6px;
    z-index: 10;
}
@media screen and (max-width: 1210px) {
    #catalog-page-popap-modal .popup-form {
        margin-left: 20px;
        margin-right: 20px;
    }
}
.detail-map-request-cont + .container .section-list-form{
	margin-top: 30px;
}
.section-list-form{
	display: block;
	width: 100%;
	margin: 15px 0 30px;
	position: relative;
}
.catalog-section .section-list-form{
	padding: 0 11.5px 0;
}
.sl-form__wrap{
	padding: 31px 54px;
	background: #F3F2F1;
}
.sl-form__row{
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: space-between;
}
.sl-form{

}
.sl-form__title{
	font-weight: 400;
	font-size: 28px;
	line-height: 33px;
	color: #5F5F5F;
	margin-bottom: 20px;
}
#section-list-form-closed .sl-form__title span{
    text-decoration: none;
}
.sl-form__text{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #5F5F5F;
	margin-bottom: 11px;
}
.sl-form__phones{
	display: flex;
	gap: 14px;
	margin-bottom: 20px;
}
.sl-form__phones svg{
	display: block;
}
.sl-form__inputs{
 	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}
.sl-form__input{
	width: 50%;
}
.sl-form__input{
	padding: 17px 21px;
	background-color: #FFFFFF;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADsSURBVHgBbVDBtQFBEKye8Z1/CBuCCGgZrAycec8jAk8Ee8BzRARWBLtEIIQVgU1gZvSMtVjmMt1VNVPVTWicbMmsACaFojvOd++caoor4dw5xD+4z0OEsrpvTa6VJRzpP2yNxb4/EVsrYg04i2sdSyG2FimdVzwFIfGEAwq5SgI6guXyUCzAgbNYtIxGqk0AYxH1ak8nIgpVKfVRygs1N6EVstcAGHRHefo1oM8u2bZVewqfOySC/3+JVRsHsYmk3Ml+fYTc97pdf/AQe/sgJBRGYeEx4zCrNJytuYOPvBuO/KN37Lzmocef/R2n702Umm1jkwAAAABJRU5ErkJggg==");
	background-position: 95% center;
	background-repeat: no-repeat;
	border: 1px solid #E0E0E0;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #767676;
}
.sl-form__btns{
	display: flex;
	gap: 10px;
	align-items: center;
}
.sl-form__btn{
	width: 50%;
	background: #C29540;
	padding: 15px 67px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	border: 0;
	outline: 0;
}
.sl-form__consent{
	width: 50%;
}
.sl-form__consent input{
	display: none;
}
.sl-form__consent label{
	padding-left: 29px;
	position: relative;
	display: block;
	font-weight: 300;
	font-size: 13px;
	line-height: 22px;
	color: #000000;
	margin-right: -25px;
}
.sl-form__consent label a{
	color: #C29540;
}
.sl-form__consent label:before{
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #E0E0E0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	color: #fff;
}
.sl-form__consent input:checked + label:before{
	background: #C29540;
	border: 1px solid #C29540;
	content: "✓";
}
.sl-form__photo{
	padding-left: 40px;
	border-left: 1px solid #E3E3E3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 255px;
	flex-shrink: 0;
}
.sl-form__photo-name{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sl-form__photo-text{
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}



.send_ok {
	font-size:18px;
	text-align:center;
	margin:25px 0;
	color:#10a600;
}

.error_list {
	padding-left: 0px;
	margin-top: 4px;
	color: red;
	font-size: 12px;
	line-height: 20px;
}

input[name="_BYEBYE"] {
	height: 1px;
	opacity: 0;
	position: absolute;
	z-index: 0;
	left: 9000000px;
}

#section-list-form .sl-form__btn,
#section-list-form-closed .sl-form__btn,
#section-list-form-blockModal .sl-form__btn {
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
}

#section-list-form-closed .sl-form__photo img,
#section-list-form-blockModal .sl-form__photo img {
    width: 100%;
}


@media (max-width: 980px){
	.sl-form__wrap {
		padding: 35px 27px;
	}
	.sl-form__inputs,
	.sl-form__btns{
		flex-direction: column;
	}
	.sl-form__input,
	.sl-form__btn,
	.sl-form__consent{
		width: 100%;
	}
	.sl-form__photo {
		padding-left: 20px;
		flex-shrink: 1;
	}
	.sl-form__row{
		gap: 20px;
	}
	.sl-form__consent label{
		margin-right: 0;
	}
}
@media (max-width: 600px){
	.sl-form__row{
		flex-direction: column;
	}
	.sl-form__title{
		font-size: 24px;
		line-height: 28px;
	}
	.sl-form__text{
		font-size: 14px;
		line-height: 16px;
	}
	.sl-form__photo{
		padding-top: 20px;
		border-left: 0;
		padding-left: 0;
		width: 100%;
		border-top: 1px solid #E3E3E3;
		display: flex;
		gap: 10px;
		align-items: center;
		flex-direction: row;
		text-align: left;
	}
	#section-list-form-closed .sl-form__photo img,
	#section-list-form-blockModal .sl-form__photo img{
		width: 160px;
		height: 160px;
	}
	.sl-form__photo-text{
		text-align: left;
	}
}

#section-list-form-blockModal {
    display: none;
}
#section-list-form-blockModal .sl-form__row-block {
    width: 100%;
}
#section-list-form-blockModal .sl-form__title {
    text-align: center;
}
#section-list-form-blockModal .sl-form__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
#section-list-form-blockModal .sl-form__text span {
    font-weight: bold;
    color: #C29540;
}
#section-list-form-blockModal .sl-form__btn {
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
#sl-form-popap .sl-form__title,
#sl-form-popap label {
    text-align: left;
}

.footer-mobile-phone-btn{display: none;}
body iframe#CalltouchWidgetFrame{left: -9999px !important;}
@media (max-width: 820px) {
    .footer-mobile-phone-btn {
        position: fixed;
        bottom: 0;
        left: 0;        
        width: 100%;        
        display: flex;
        z-index: 99;
        padding: 15px;
        background: #fff;
        height: 86px;
    }
    .footer-mobile-phone-btn #mobile-phone-btn {
        position: static;
        width: 100%;
        height: 100%;
        border-radius: 0;
        align-items: center;
        border: 1px solid #C29540;
        color: #C29540;
        cursor: pointer;
        display: flex;
        font-weight: 400;
        justify-content: center;
        text-transform: uppercase;
        background: #fff;
        font-size: 20px;
    }
    .mobile-phone-menu * {
        font-size: 20px;
    }
    .mobile-phone-menu .mobile-phone-menu__button {
        width: 100%;
        height: 48px;
    }
    .mobile-phone-menu .mobile-phone-menu__button:hover {
        text-decoration: none;
    }
    .mobile-phone-menu .mobile-phone-menu__buttonWA {
        background: #00AF5B;
        color: #fff;
        border: none;
    }
    .mobile-phone-menu .mobile-phone-menu__buttonTG {
        background: #429AD0;
        color: #fff;
        border: none;
    }

    .mobile-phone-menu {
        background: #FFF;
        bottom: -380px;
        display: flex;
        flex-direction: column;
        left: 0;
        padding: 15px;
        position: fixed;
        right: 0;
        transition: .3s;
        width: 100%;
        z-index: 110;
    }
    .mobile-phone-menu--active {
        bottom: 0;
    }
    .mobile-phone-menu__button {
        align-items: center;
        border: 1px solid #C29540;
        color: #C29540;
        cursor: pointer;
        display: flex;
        font-weight: 400;
        height: 40px;
        justify-content: center;
        margin: 0 auto 10px auto;
        text-transform: uppercase;
        width: 288px;
    }
    .mobile-phone-menu__worktime {
        color: #A7A7A7;
        font-size: 14px;
        font-weight: 400;
        margin-top: 10px;
        text-align: center;
        text-transform: uppercase;
    }
    .mobile-phone-menu__cancel {
        color: #C29540;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        margin-top: 15px;
        text-align: center;
        text-transform: uppercase;
    }
} 


.catalog-item__price-value-meter {
    margin-top: 12px;
    font-size: 15px;
    color: #5B5B5B;
}
.detailGroundStatus {
    position: relative;
}
.detailGroundStatus__description {
    padding: 10px 20px;
    position: absolute;
    top: 28px;
    left: 10px;
    background-color: #F0F0F0;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    z-index: 10;
}
.detailGroundStatus:hover .detailGroundStatus__description {
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 500px) {
    .catalog-item__property .property-value {
        width: 100%;
    }
    .detailGroundStatus__description {
        left: unset;
        right: 0;
    }
}

.detail-card__adrescopy {
    margin-top: 26px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.detail-card__adrescopy__icon {
    width: 25px;
    height: 29px;
    background: url(/local/templates/garda_new_responsive/img/detailAdres.svg) no-repeat;
    margin-right: 14px;
}
.detail-card__adrescopy__text {
    font-size: 15px;
    line-height: 21px;
    margin-right: 14px;
    font-weight: 400;
}
.detail-card__adrescopy__button {
    position: relative;
    width: 20px;
    height: 21px;
    background: url(/local/templates/garda_new_responsive/img/detailCopy.svg) no-repeat;
    margin-left: auto;
    cursor: pointer;
}
.detail-card__adrescopy__button-text {
    display: none;
    position: absolute;
    top: -22px;
    right: 0;
    color: #10a600;
    font-size: 10px;
}

.detailIpoteka {
    margin-top: 16px;
    width: 100%;
    height: 66px;
    border: 2px dashed #C29540;
    background: #FEF5E3 url(/local/templates/garda_new_responsive/img/ipotekaIco.svg) no-repeat left center;
    padding-left: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.detailIpoteka__textBlock__text {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 6px;
}
.detailIpoteka__textBlock__price {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: #C29540;
}

.detailViewedBlock {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.detailViewedBlock__item {
    font-size: 15px;
    font-weight: 400;
    margin-right: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.detailViewedBlock__item:last-child {
    margin-right: 0;
}
.detailViewedBlock__item span:not(.detailViewedBlock__item-rand) {
    color: #B7B7B7;
}
.detailViewedBlock__item-date {
    position: absolute;
    padding-left: 21px;
}
.detailViewedBlock__item-date::before {
    content: "";
    width: 16px;
    height: 21px;
    left: 0;
    top: 2px;
    background: url(/local/templates/garda_new_responsive/) no-repeat;
}
.detailViewedBlock__item__ico {
    margin-right: 5px;
    margin-top: -2px;
}

.detailAboutBlock {
    padding: 30px 26px;
    border: 2px dashed #C29540;
    margin-top: 22px;
}
.detailAboutBlock__item {
    margin-bottom: 22px;
}
.detailAboutBlock__item:last-child {
    margin-bottom: 0;
}
.detailAboutBlock__item__title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
.detailAboutBlock__item__title__ico {
    margin-right: 8px;
}
.detailAboutBlock__item__title__text {
    font-size: 19px;
    font-weight: 700;
    line-height: 21px;
}
.detailAboutBlock__item__block {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.detailAboutBlock__item__block__title {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    min-width: 200px;
}
.detailAboutBlock__item__block__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}
.detailAboutBlock__item__block__text::first-letter {
    text-transform: uppercase;
}
.detailAboutBlock__item__block__text .catalog-item__price-value-meter {
    color: #222;
    margin-top: 0;
    font-size: inherit;
}

.catalog-item__price-value-cont-changePrice {
    padding-right: 32px;
    position: relative;
}
.showChangePrice {
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-left: 10px;
    background: url(/local/templates/garda_new_responsive/img/showChangePrice.svg) no-repeat center center /cover;
}
.showChangePriceForm__date {
    font-size: 16px;
    margin-bottom: 6px;
}
.showChangePriceForm__price {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}

.slide__price__sold {
    font-size: 20px;
    line-height: 21px;
    color: #666666;
    margin-top: 50px;
}


.showChangePrice {
    /* position: relative; */
}
.showChangePrice__description {
    padding: 10px 20px;
    position: absolute;
    top: 28px;
    left: 10px;
    background-color: #fff;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    z-index: 10;
}
.showChangePrice:hover .showChangePrice__description {
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 500px) {    
    .showChangePrice__description {
        left: unset;
        right: 0;
    }
}

.presentationLinkWA {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: #00AF5B;
    color: #fff;
    text-decoration: none;
    margin-bottom: 14px;
}
.presentationLinkWA-block {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.presentationLinkWA__ico {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.0973 8.61921C11.068 8.60518 9.97451 8.06669 9.78019 7.99676C9.70086 7.96827 9.61587 7.94046 9.52548 7.94046C9.37782 7.94046 9.25378 8.01405 9.15716 8.15859C9.04792 8.32096 8.71724 8.7075 8.61506 8.82298C8.60172 8.83822 8.5835 8.85643 8.57259 8.85643C8.56281 8.85643 8.39357 8.78674 8.34233 8.76449C7.16927 8.25492 6.27886 7.02955 6.15677 6.82291C6.13933 6.7932 6.1386 6.77971 6.13846 6.77971C6.14274 6.76398 6.18219 6.72444 6.20255 6.70403C6.26211 6.6451 6.32664 6.56742 6.38907 6.49228C6.41863 6.45668 6.44825 6.42103 6.47732 6.38742C6.5679 6.28203 6.60823 6.20022 6.65498 6.10544L6.67948 6.05621C6.79363 5.8294 6.69613 5.63801 6.66462 5.57621C6.63876 5.52449 6.17703 4.4101 6.12794 4.29303C6.00988 4.01051 5.85389 3.87897 5.63713 3.87897C5.61701 3.87897 5.63713 3.87897 5.55277 3.88252C5.45006 3.88686 4.89073 3.96049 4.64342 4.11639C4.38117 4.28173 3.9375 4.80877 3.9375 5.73566C3.9375 6.56986 4.46688 7.35751 4.69417 7.65707C4.69982 7.66462 4.71019 7.67996 4.72524 7.70197C5.59568 8.97317 6.68079 9.91525 7.78081 10.3547C8.83982 10.7777 9.3413 10.8266 9.62639 10.8266C9.62644 10.8266 9.62644 10.8266 9.62644 10.8266C9.74625 10.8266 9.84214 10.8172 9.92673 10.8089L9.9804 10.8038C10.3462 10.7713 11.1502 10.3547 11.3331 9.84653C11.4771 9.44626 11.5151 9.00892 11.4193 8.8502C11.3536 8.74228 11.2405 8.68798 11.0973 8.61921Z' fill='white'/%3e%3cpath d='M7.63314 0C3.57067 0 0.265606 3.28023 0.265606 7.31216C0.265606 8.61623 0.614599 9.89274 1.27572 11.01L0.0103134 14.7427C-0.0132581 14.8123 0.0042744 14.8892 0.0557517 14.9416C0.0929108 14.9795 0.143317 15 0.194794 15C0.214518 15 0.234388 14.997 0.253771 14.9908L4.14598 13.754C5.21108 14.3231 6.41488 14.6235 7.63319 14.6235C11.6953 14.6235 15 11.3437 15 7.31216C15 3.28023 11.6953 0 7.63314 0ZM7.63314 13.1004C6.48676 13.1004 5.37642 12.7693 4.42197 12.143C4.38988 12.1219 4.35262 12.1111 4.31512 12.1111C4.2953 12.1111 4.27543 12.1142 4.25609 12.1203L2.30634 12.7401L2.93575 10.8831C2.95611 10.823 2.94593 10.7568 2.90843 10.7055C2.18161 9.7124 1.79741 8.53904 1.79741 7.31216C1.79741 4.12013 4.4153 1.52318 7.63309 1.52318C10.8505 1.52318 13.4681 4.12013 13.4681 7.31216C13.4681 10.5038 10.8506 13.1004 7.63314 13.1004Z' fill='white'/%3e%3c/svg%3e ");
}
.presentationLinkWA__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
.presentationLinkWAOr {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    margin-bottom: 14px;
}

.container.section-list-form-closed-container {
    margin-bottom: 40px;
}
.section-list-form-closed-main-block {
    display: none;
}
@media screen and (max-width:980px) {
    .container.section-list-form-closed-container {
        display: none;
    }
    .section-list-form-closed-main-block {
        display: block;
        width: 100%;        
    }
    .section-list-form-closed-main-block #section-list-form-closed .sl-form__wrap {
        border: 1px solid #DEDEDE;
    }
}

.catalog-section .catalog-item .catalog-item__property a,
.detail-card .detail-card__properties a {
    text-decoration: underline;
}
.catalog-section .catalog-item .catalog-item__property a:hover,
.detail-card .detail-card__properties a:hover {
    color: #C29540;
    text-decoration: none;
    animation: underline .3s linear;
}

@media screen and (max-width: 767px) {
    header.n-header .header-filter .flex-wr {
        align-items: center;
    }
    div.header-filter .container {
        width: 100%;
    }
    div.header-filter .filter-open-wrap {
        display: flex !important;
        align-items: stretch;
    }
    div.header-filter .filter-open-wrap .filter-open-link {        
        text-transform: none;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }
    div.header-filter .filter-open-wrap .filter-open-link.filter-open-link--active {
        padding: 5px 38px 5px 14px;
    }
    div.header-filter .filter-open-wrap .filter-open-link__cnt {
        margin-left: 7px;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        border: 1px solid #fff;
    }
    div.header-filter .filter-open-wrap .filter-open-link__clear {
        /* display: flex;
        align-items: center;
        justify-content: center; */
        background: #c29540;
        width: 31px;
        margin-right: 5px;
        cursor: pointer;
    }
    div.header-filter .filter-open-wrap .filter-open-link__clear img {
        margin-top: -2px;
    }
    div.header-filter .filter-currency span {
        line-height: 1;
        text-align: right;
    }
}

/* Header and footer -> Social icons (whatsapp, telegram) */
.n-header__phones .phone-chats-wrap {
    gap: 5px;
}

.phone-chats {
    gap: 6px;
}

.phone-chats svg {
    width: 16px;
    height: 16px;
}

.footer-menu .phone-chats svg {
    width: 17px;
    height: 17px;
}

.footer-menu .phone-chats-wrap {
    gap: 12px;
}

@media (min-width: 1100px) or (max-width: 767px) {
    .n-header__phones .phone-chats-wrap,
    .phone-chats-wrap {
        gap: 12px;
    }

    .phone-chats {
        gap: 8px;
    }

    .phone-chats svg {
        width: 17px;
        height: 17px;
    }

}
/* / Header and footer -> Social icons (whatsapp, telegram) */

/* Скрываем хлебные крошки на мобилке */
@media (max-width: 767px) {
    .breadcrumbs.breadcrumbs--alt {
        display: none;
    }

    .slider-for .slide-with-bg-cont:after {
        display: none;
    }
}
/* / Скрываем хлебные крошки на мобилке */

.n-h__submenu .n-h__submenu-objects {
    width: calc(100% + 50px);
}

.price__value.price__value-nowrap {
    white-space: nowrap;
}

.n-header__menu .n-header__menu-content .n-h__menu-1-item {
    padding: 17px 12px 18px;
}
.n-header__container .n-header__icons {
    flex-grow: unset;
}
@media (max-width: 1099px) {
    .n-header__menu .n-header__menu-content .n-h__menu-1-item {
        padding: 17px 4px 18px;
    }
}

#viewedprod .slide__price--old_icon {
    display: inline-block;
    margin-bottom: -6px;
}

.slide__icons__textBlock__text {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    color: #5C5C5C;
}
.slide__icons .slide__icons-text-cont {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: left;
    color: #333333;
}
.slide__icons svg.icon {
    margin-right: 10px;
}


h1.i-search-obj__title {
    line-height: normal;
    margin-bottom: 50px;
}
.i-wrap .i-search-obj__form,
.i-wrap .sfilter {
    max-width: 100%;
}
.i-search-obj__form .i-search-obj__input,
.i-wrap .sfilter * {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
}
.i-wrap .sfilter .smartfilter {
    margin-bottom: 38px;
}
.i-wrap .i-search-obj__fast-links-title {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.41px;
    text-align: left;
    padding-right: 20px;
    margin-top: 4px;
}
.i-wrap .i-search-obj__fast-links-cont > a {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.06px;
    text-transform: uppercase;
    background: #0000008C;
    color: #FFFFFF;
    margin: 0;
}
.i-wrap .i-search-obj__fast-links-cont {
    gap: 12px 8px;
}
.i-wrap .i-search-obj__fast-links-cont > a:hover {
    color: #333333;
    background: rgba(255, 255, 255, 0.80);    
    text-decoration: none;
}
.headerBannerIcons {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.headerBannerIcons__icon {
    width: calc(100% / 3);
    max-width: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.headerBannerIcons__icon__icon {
    margin-bottom: 12px;
}
.headerBannerIcons__icon__text {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: center;
    color: #FFF;
}

.i-wrap .i-search-obj {
    padding-top: 116px;
    padding-bottom: 100px;
}
.indexSmartfilter-row {
    display: flex;
    width: calc(100% + 10px);
    justify-content: stretch;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.i-wrap .sfilter__row-buttons {
    flex-direction: column;
    align-items: center;
}
.i-wrap .sfilter__row-mobile-buttons {
    justify-content: center;
}
#modef_num .btn-msg-xs {
    display: inline;
}
.i-wrap .sfilter__submit {
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 8px;
}
.i-wrap .sfilter__row {
    width: auto;
    flex: 1;
}
.i-wrap .sfilter__row[data-row="HOUSE_AREA_1"],
.i-wrap .sfilter__row[data-row="LAND_AREA_1"] {
    width: auto;
    flex: 1;
}
.i-wrap .sfilter__row[data-row="HIGHWAY2"] {
    width: auto;
    flex: 2;
}
.i-wrap .sfilter__price-wrap {
    width: auto;
    flex: 3.2;
}
.i-wrap .sfilter__row.sfilter__row-buttons {
    width: auto;
    padding: 0;
}
.i-wrap .sfilter__row-buttons > * + * {
    margin-left: 0;
}
.i-wrap .sfilter__number label {
    color: #222;
}
.i-wrap .sfilter__form input[type="text"] {
    text-align: center;
    flex-shrink: unset;
    width: auto;
    flex: 1;
}
.i-wrap .sfilter__form .sfilter__price-wrap input[type="text"] {    
    flex: 1;
}
.sfilter__price__block {
    width: calc(100% - 28px);
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1199px) {
    .i-wrap .sfilter__row,
    .i-wrap .sfilter__row[data-row="HIGHWAY2"],
    .i-wrap .sfilter__row[data-row="HOUSE_AREA_1"],
    .i-wrap .sfilter__row[data-row="LAND_AREA_1"]
    .i-wrap .sfilter__price-wrap {
        width: calc(100%/3);
        flex: unset;
    }
}
@media screen and (max-width: 992px) {
    .i-wrap .i-search-obj {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .i-wrap .sfilter__row,
    .i-wrap .sfilter__row[data-row="HIGHWAY2"],
    .i-wrap .sfilter__row[data-row="HOUSE_AREA_1"],
    .i-wrap .sfilter__row[data-row="LAND_AREA_1"]
    .i-wrap .sfilter__price-wrap {
        width: calc(100%/2);
    }
}
@media screen and (max-width: 767px) {
    .headerBannerIcons {
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .headerBannerIcons__icon {
        width: 50%;
        max-width: 270px;
        display: flex;
        flex-direction: column;
        align-items: center;        
    }
}
@media screen and (max-width: 600px) {
    .headerBannerIcons {
        padding-bottom: 50px;
    }
    .i-wrap .i-search-obj__fast-links-title {
        text-align: center;
        margin-bottom: 18px;
        padding-right: 0;
    }
    .i-wrap .sfilter__row,
    .i-wrap .sfilter__row[data-row="HIGHWAY2"],
    .i-wrap .sfilter__row[data-row="HOUSE_AREA_1"],
    .i-wrap .sfilter__row[data-row="LAND_AREA_1"],
    .i-wrap .sfilter__price-wrap {
        width: 100%;
        flex: unset;
    }
}

.i-spec-obj__titles {
    background: #f3f2f1;
    padding: 56px 10px 44px;
}
.i-spec-obj__titles .h1.i-search-obj__title {
    margin-bottom: 10px;
    line-height: 1.4;
}
.i-spec-obj__titles .h1.i-search-obj__title {
    color: #333;
}
.i-spec-obj__titles .h1.i-search-obj__title span {
    color: #c29540;
    text-decoration: none;
    font-weight: 300;
}
.i-spec-obj__titles .h1.i-search-obj__title svg {
    margin-left: 4px;
    margin-right: 4px;
}
@media screen and (max-width: 767px) {
    .i-spec-obj__titles {
        padding: 40px 10px 14px;
    }
}
@media screen and (max-width: 600px) {
    .i-spec-obj__titles .h1.i-search-obj__title {
        margin-bottom: 0;
    }
    .i-spec-obj__titles .h1.i-search-obj__title svg {
        max-height: 20px;
        width: auto;
    }
    .i-search-obj__form .i-search-obj__input,
    .i-wrap .sfilter * {
        font-size: 14px;
    }
}

.mask-price-error-message {
    display: none;
    position: absolute;
    padding: 4px 10px;
    border-radius: 10px;
    background-color: #C29540;
    color: #fff;
    z-index: 999;
    margin-top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
#sfilter .sfilter__number {
    overflow: visible;
    position: relative;
}
#sfilter .sfilter__price-wrap .currency-list {
    border: none;
    top: 0;
    padding: 0;
    overflow: hidden;
    z-index: 22;
}
#sfilter.sfilter .currency-item {
    height: 37px;
}
#sfilter .modef_num > span {
    margin: 0;
}

.sfilter__row-mobile-buttons {
    height: 38px;
}
.sfilter__row-mobile-buttons #del_filter {
    display: none !important;
}
.sfilter__row-mobile-buttons #del_filter.del_filter-active {
    display: inline-block !important;
}

@media screen and (max-width: 767px) {
    .footer {
        padding-bottom: 80px;
    }
}

/* Каталог -> Теги */
.catalog-tags {

}

.catalog-tags--in-section {
    margin: -10px 0 25px 0;
}

.catalog-tags__list-wrapper {

}

.catalog-tags__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;

    gap: 5px;

    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-tags__list-item {

}

.catalog-tags__list-item-link {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #E7E7E7;
    font-size: 14px;
    line-height: 17px;
    color: #333;
    outline: none;
    user-select: none;
    text-decoration: none;
    transition: all ease 0.3s;
}

.catalog-tags__list-item-link:hover {
    background-color: #C29540;
    color: #fff;
    text-decoration: none;
}

.catalog-tags__list-item--hidden {
    display: none;
}

.catalog-tags__list-item-more-button {
    border-color: currentColor;
    color: #C29540;
    cursor: pointer;
}

.catalog-tags__list-item-more-button:hover {
    background-color: #C29540;
    color: #fff;
}

@media (max-width: 767px) {
    .catalog-tags--in-section {
        margin: -5px 0 25px 0;
    }
}

@media (max-width: 640px) {
    .catalog-tags--in-section {
        margin: 20px 0 20px 0;
    }
}
/* End */
/* /local/templates/garda_new_responsive/css/reset.css?16818919652764 */
/* /local/templates/garda_new_responsive/css/slick.css?16818919651776 */
/* /local/templates/garda_new_responsive/css/slick-theme.css?16818919654704 */
/* /local/templates/garda_new_responsive/css/jquery.fancybox.min.css?168189196512800 */
/* /local/templates/garda_new_responsive/css/jquery.filestyle.css?1681891965492 */
/* /local/templates/garda_new_responsive/components/sotbit/search.title/search/style.css?17485305702579 */
/* /local/templates/garda_new_responsive/components/bitrix/menu/n-header__menu/style.css?173735203522442 */
/* /local/components/pixelplus/head.favorites/templates/.default/style.css?16818919651282 */
/* /local/templates/garda_new_responsive/template_styles.css?1754916500148149 */
