

/* Start:/local/templates/realestate/css/range.css?171266564014041*/
/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1
}

.irs-handle.type_last {
  z-index: 2
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default
}

.irs-min {
  left: 0
}

.irs-max {
  right: 0
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px
}

.irs-with-grid .irs-grid {
  display: block
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000
}

.irs-grid-pol.small {
  height: 4px
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed
}

.irs-disabled {
  opacity: .4
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important
}

.irs--flat {
  height: 40px
}

.irs--flat.irs-with-grid {
  height: 60px
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent
}

.irs--flat .irs-handle>i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
  background-color: #a43540
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9
}

.irs--flat .irs-grid-text {
  color: #999
}

.irs--big {
  height: 55px
}

.irs--big.irs-with-grid {
  height: 70px
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5)
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5)
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px
}

.irs--big .irs-grid-pol {
  background-color: #428bca
}

.irs--big .irs-grid-text {
  color: #428bca
}

.irs--modern {
  height: 55px
}

.irs--modern.irs-with-grid {
  height: 55px
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%)
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5)
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg)
}

.irs--modern .irs-handle>i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)
}

.irs--modern .irs-handle.state_hover>i:nth-child(1),
.irs--modern .irs-handle:hover>i:nth-child(1) {
  border-color: #7685a2
}

.irs--modern .irs-handle.state_hover>i:nth-child(3),
.irs--modern .irs-handle:hover>i:nth-child(3) {
  border-color: #48536a
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426
}

.irs--modern .irs-grid {
  height: 25px
}

.irs--modern .irs-grid-pol {
  background-color: #dedede
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1
}

.irs--sharp.irs-with-grid {
  height: 57px
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5)
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2
}

.irs--sharp .irs-handle>i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
  border-top-color: black
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: .4;
  background-color: #a804b2;
  border-radius: 2px
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2
}

.irs--sharp .irs-grid {
  height: 25px
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px
}

.irs--round {
  height: 50px
}

.irs--round.irs-with-grid {
  height: 65px
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5)
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3)
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa
}

.irs--round .irs-grid {
  height: 25px
}

.irs--round .irs-grid-pol {
  background-color: #dedede
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px
}

.irs--square {
  height: 50px
}

.irs--square.irs-with-grid {
  height: 60px
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1)
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white
}

.irs--square .irs-grid {
  height: 25px
}

.irs--square .irs-grid-pol {
  background-color: #dedede
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px
}
/* End */


/* Start:/local/templates/realestate/css/swiper.css?171266564021417*/
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,
swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide,
swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification,
swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}
/* End */


/* Start:/local/templates/realestate/css/style.min.css?1730274241206948*/
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-MediumItalic.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-ExtraLightItalic.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-ExtraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-ExtraBold.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-BlackItalic.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-ThinItalic.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-Italic.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-Bold.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-SemiBold.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-ExtraLight.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-LightItalic.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-Black.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-ExtraBoldItalic.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-ExtraBoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-Light.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-BoldItalic.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-Thin.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-SemiBoldItalic.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-Medium.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Urbanist";
    src: url("/local/templates/realestate/css/../fonts/Urbanist-Regular.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Urbanist-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("/local/templates/realestate/css/../fonts/Inter-Regular.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Inter-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("/local/templates/realestate/css/../fonts/Inter-Bold.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Inter-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("/local/templates/realestate/css/../fonts/Inter-ExtraLight.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Inter-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("/local/templates/realestate/css/../fonts/Inter-Black.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Inter-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("/local/templates/realestate/css/../fonts/Inter-Medium.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("/local/templates/realestate/css/../fonts/Inter-SemiBold.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("/local/templates/realestate/css/../fonts/Inter-Light.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Inter-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("/local/templates/realestate/css/../fonts/Inter-Thin.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Inter-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("/local/templates/realestate/css/../fonts/Inter-ExtraBold.woff2") format("woff2"), url("/local/templates/realestate/css/../fonts/Inter-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: .35em .75em .625em;
}
legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus, :active {
    outline: none;
}
a:focus, a:active {
    outline: none;
}
nav, footer, header, aside {
    display: block;
}
html, body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 1px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
input::-ms-clear {
    display: none;
}
button {
    cursor: pointer;
    background: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400;
}
html, body {
    height: 100%}
html {
    font-size: 1px;
}
.wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%}
.main {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.footer {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.container {
    max-width: 1296px;
    margin: 0 auto;
}
._main-title {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 700;
    font-size: 34rem;
    line-height: 130%;
    color: var(--colorDark);
}
._main-title-big {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 700;
    font-size: 36rem;
    line-height: 46.8px;
    color: var(--colorDark);
    margin: 0;
}
._main-title-xxl {
    font-weight: 700;
    color: var(--colorDarkTwo);
    font-size: 42rem;
    line-height: 55px;
}
.link-header, .menu__link {
    font-family: var(--Inter);
    font-style: normal;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorDark);
}
.svg-duration svg, .montrage-accordion__item-btn svg, .favorites__link svg svg, .time__link svg svg, .menu__link svg {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.svg-duration svg path, .montrage-accordion__item-btn svg path, .favorites__link svg svg path, .time__link svg svg path, .menu__link svg path, .svg-duration svg circle, .montrage-accordion__item-btn svg circle, .favorites__link svg svg circle, .time__link svg svg circle, .menu__link svg circle, .svg-duration svg line, .montrage-accordion__item-btn svg line, .favorites__link svg svg line, .time__link svg svg line, .menu__link svg line {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.bg-pos-size-repeat, .bannerSlider__slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.--bg-gray {
    background-color: var(--colorGray);
}
.btn-middle {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 600;
    font-size: 14rem;
    line-height: 22px;
    color: #eff3fa;
    background-color: var(--colorLight);
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-middle-btoder {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 600;
    font-size: 14rem;
    line-height: 22px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #2a3563;
    border: 1px solid #a9b4cd;
    background-color: #eff3fa;
}
.btn-filter-reg, .mortgage__btn, .news__filter-btn, .offer__filter-btn {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorDark);
    padding: 8px 16px;
    border-radius: var(--border-rudius-btn);
}
.img, .news__item picture img, .news__slide picture img, .banerOne picture img, .card__picture img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.mixitup-control-active {
    background-color: rgba(65, 105, 224, .2);
    color: var(--colorMiddle);
}
.text-main {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 400;
    color: var(--colorDarkTwo);
    opacity: .7;
}
.border-input-filter {
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 5px;
    font-family: var(--Inter);
    font-size: 14px;
    line-height: 140%;
    color: var(--colorDark);
}
.acordion-body {
    background: #fff;
    -webkit-box-shadow: 4px 16px 32px rgba(70, 87, 147, .12);
    box-shadow: 4px 16px 32px rgba(70, 87, 147, .12);
    border-radius: 12px;
    padding: 6px 13px 24px 13px;
}
.offer-filter-name {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorDark);
}
.input-filter-text {
    padding: 16px 0 16px 20px;
    letter-spacing: .01em;
}
.input-filter-text--black {
    color: #111;
}
.input-filter-text--black::-webkit-input-placeholder {
    color: #111;
}
.input-filter-text--black::-moz-placeholder {
    color: #111;
}
.input-filter-text--black:-ms-input-placeholder {
    color: #111;
}
.input-filter-text--black::-ms-input-placeholder {
    color: #111;
}
.input-filter-text--black::placeholder {
    color: #111;
}
.input-filter-text--gray::-webkit-input-placeholder {
    color: #b7b7b7;
}
.input-filter-text--gray::-moz-placeholder {
    color: #b7b7b7;
}
.input-filter-text--gray:-ms-input-placeholder {
    color: #b7b7b7;
}
.input-filter-text--gray::-ms-input-placeholder {
    color: #b7b7b7;
}
.input-filter-text--gray::placeholder {
    color: #b7b7b7;
}
.input-filter-text--center {
    text-align: center;
    padding-left: 0;
}
.btn-error {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 500;
    font-size: 14rem;
    line-height: 22px;
    letter-spacing: .01em;
    color: var(--colorError);
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--colorError);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.text-midle {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 150%;
    color: var(--colorDarkTwo);
    opacity: .7;
}
.pagination__btn {
    border-radius: 2px;
    color: #fff;
    font-family: var(--Inter);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.--bg-white {
    background-color: #fff;
}
.btn-tab {
    font-family: var(--Inter);
    padding-block: 8px 9px;
    font-weight: 500;
    font-size: 14rem;
    line-height: 18.2px;
    color: var(--colorDarkTwo);
    text-align: center;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.btn-tab--max {
    padding-inline: 28px;
}
.btn-tab--min {
    padding-inline: 11px 10px;
}
.btn-tab--middle {
    padding-inline: 21px 20px;
}
input[type=text]:focus {
    border: 1px solid var(--colorLight);
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
button, a {
    cursor: pointer;
}
.wrapper {
    position: relative;
}
.wrapper.active::before {
    z-index: 2;
    visibility: initial;
    opacity: 1;
    background-color: rgba(0, 0, 0, .2);
}
.wrapper::before {
    content: "";
    width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: -1;
    position: absolute;
    right: 0;
    visibility: hidden;
}
@media(min-width: 1001px) {
    .offer__filter-btn: hover, .news__filter-btn:hover, .mortgage__btn:hover {
    background-color: rgba(65, 105, 224, .2);
    color: var(--colorDark);
}
.offer__filter-pos:hover {
    background-color: var(--colorDark);
    border-color: var(--colorDark);
}
.offer__filter-pos:hover svg path {
    fill: #fff;
}
.btn-middle:hover {
    background: rgba(65, 105, 224, .8);
}
.mortgage__box-item.mortgage__box-item--btn:hover {
    border: 1px solid rgba(65, 105, 224, .8);
}
.mortgage__box-item.mortgage__box-item--btn:hover a {
    color: #fff;
    background-color: rgba(65, 105, 224, .8);
}
.footer__list-social a:hover {
    opacity: 1;
}
.footer__list-item a:hover {
    opacity: .5;
}
.card__favotites:hover {
    background: #fff;
}
.menu__link:hover {
    opacity: .5;
}
.btn-error:hover {
    background-color: var(--colorError);
    color: #fff;
}
.offer__filter-btn-open:hover {
    opacity: .8;
}
.offer__filter-btn-open:hover span::before {
    width: 100%}
.offer__filter-accordion-body-item:hover .offer-filter-name::before {
    height: -webkit-calc(100% - 2px);
    height: -moz-calc(100% - 2px);
    height: calc(100% - 2px);
    opacity: .5;
}
.offer__filter-accordion-body-item:hover .offer__filter-accordion-body-item {
    opacity: .8;
    padding-left: 1px;
}
.filter-position-performance__btn:hover, .filter-position-performance__btn.dis:hover {
    opacity: 1;
}
.pagination__btn-number:hover {
    background-color: var(--colorLight);
    color: #fff;
}
.pagination__btn-next:hover {
    opacity: .8;
}
.card.line .card__link:hover {
    opacity: 1;
}
.card.line .card__link:hover::before {
    opacity: 1;
    width: 100%}
.card.line .card__favotites:hover {
    background-color: var(--colorLight);
}
.card.line .card__favotites:hover svg path {
    stroke: #fff;
}
.news__item-link:hover {
    opacity: .5;
}
.news__item-link:hover::before {
    width: 100%}
.card__price-mor:hover {
    opacity: .7;
}
.card__price-mor:hover::before {
    width: 100%}
.card-top__info-box-bottom a:hover {
    opacity: .7;
}
.card-top__info-box-top button:hover svg {
    fill: var(--colorLight);
}
.card-top__info-box-top button:hover circle {
    fill: var(--colorLight);
}
.card-top__info-box-top button:hover path {
    stroke: #fff;
}
.card-info-list__item-one.price-bottom a:hover::before {
    width: 100%}
.btn-middle-btoder:hover {
    color: #eff3fa;
    background-color: #a9b4cd;
}
.card-info-accordion-item__btn:hover {
    background-color: var(--colorLight);
}
.card-info-accordion-item__btn:hover svg>path {
    stroke: #fff;
    fill: #fff;
}
.favorites__link:hover svg path, .time__link:hover svg path {
    stroke: var(--colorLight);
    fill: var(--colorLight);
}
li.montrage-top-banner__box-links:hover {
    background-color: #4169e0;
}
.montrage-accordion__item-btn:hover {
    background-color: var(--colorLight);
}
.montrage-accordion__item-btn:hover svg path {
    fill: #fff;
}
.header__calculate:hover, .header__phone:hover {
    opacity: .7;
}
.header__search.hidden:hover svg path, .header__search.hidden:hover svg circle {
    stroke: var(--colorLight);
}
.header__button-burger:hover {
    opacity: .8;
}
.header__dropdown-menu-close:hover {
    opacity: .8;
}
.header__dropdown-menu-link:hover {
    opacity: .8;
}
.btn-tab:hover {
    background-color: var(--colorLight);
    opacity: .8;
    color: #fff;
}
.banner-top-two__form-links a:hover span::before {
    width: 100%}
.banerMortgage__item a:hover {
    opacity: .8;
}
.offer__filter-item:hover {
    border-color: #4169e0;
}
.about-two__links-phone:hover a {
    opacity: .8;
}
.about-two__links-media:hover p {
    opacity: .8;
}
.footer__list-connection a:hover {
    opacity: .8;
}
.mortgage__form-buttons button:hover {
    background-color: var(--colorLight);
    color: #fff;
}
.bannerSlider__arrows .swiper-button-prev:hover, .bannerSlider__arrows .swiper-button-next:hover {
    background: #fff;
}
.bannerSlider__arrows .swiper-button-prev:hover svg path, .bannerSlider__arrows .swiper-button-next:hover svg path {
    stroke: #192252;
}
.ui__input_hidden:focus {
    border: 1px solid var(--colorLight);
}
.ui__input-name:focus {
    border: none !important;
}
.mortgage__form-count:focus {
    border: none !important;
}
.menu__item_level:hover {
    background: var(--colorActiveMeny);
}
.menu__item_second:hover {
    background-color: #eaf1ff;
}
.menu__item_second:hover::before {
    height: 100%}
.menu__item_second:hover ul {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
}:root {
    --Inter:  "Inter";
    --Urbanist:  "Urbanist";
    --colorDarkTwo:  #192252;
    --colorDark:  #0C1A30;
    --colorMiddle:  #192252;
    --colorLightTwo: #848FAC;
    --colorLightThree:  #DFE8F6;
    --colorLight:  #4169E0;
    --colorGray:  #F9F9F9;
    --colorWhite:  #fff;
    --colorError:  #E35D75;
    --colorGreen:  #49CF9F;
    --coloLightBlue:  #E0F2FF;
    --colorBtnFormMin:  #DBE8FD;
    --colorRudius:  #CECECE;
    --colorActiveMeny:  rgba(224,  242,  255,  1);
    --border-rudius-btn:  6px;
    --border-rudius-card:  16px;
    --border-rudius:  25px;
    --border-rudius-ui:  5px;
}
.ui__box_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 400px;
    width: 100%;
    grid-gap: 20px;
    margin-inline: auto;
    padding-block: 50px 100px;
}
.ui__label {
    font-family: var(--Inter);
    max-width: 100%;
    width: 100%}
.ui__label.ui__label_col-three {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,  1fr);
    grid-column-gap: 16px;
}
.ui__label.ui__label_col-two {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,  1fr);
    grid-column-gap: 16px;
}
.ui__title {
    font-size: 14rem;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: var(--colorDark);
}
.ui__title.ui__title_mb-xxl {
    margin-bottom: 10px;
}
.ui__title.ui__title_mb-xl {
    margin-bottom: 5px;
}
.ui__title.ui__title_mb-sm {
    margin-bottom: 2px;
}
.ui__input {
    padding: 12.5px 20px;
    border: 1px solid var(--colorRudius);
    font-size: 12rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .12px;
    color: var(--colorDark);
    border-radius: var(--border-rudius-ui);
    max-width: 100%;
    width: 100%}
.ui__input-name {
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
}
.ui__input-name::-webkit-input-placeholder {
    color: var(--colorDark);
}
.ui__input-name::-moz-placeholder {
    color: var(--colorDark);
}
.ui__input-name:-ms-input-placeholder {
    color: var(--colorDark);
}
.ui__input-name::-ms-input-placeholder {
    color: var(--colorDark);
}
.ui__input-name::placeholder {
    color: var(--colorDark);
}
.ui__input::-webkit-input-placeholder {
    color: var(--colorDark);
}
.ui__input::-moz-placeholder {
    color: var(--colorDark);
}
.ui__input:-ms-input-placeholder {
    color: var(--colorDark);
}
.ui__input::-ms-input-placeholder {
    color: var(--colorDark);
}
.ui__input::placeholder {
    color: var(--colorDark);
}
.ui__input.ui__input_hidden {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.ui__input.ui__input_hidden::-webkit-input-placeholder {
    color: var(--colorRudius);
}
.ui__input.ui__input_hidden::-moz-placeholder {
    color: var(--colorRudius);
}
.ui__input.ui__input_hidden:-ms-input-placeholder {
    color: var(--colorRudius);
}
.ui__input.ui__input_hidden::-ms-input-placeholder {
    color: var(--colorRudius);
}
.ui__input.ui__input_hidden::placeholder {
    color: var(--colorRudius);
}
.ui__input.ui__input_focus {
    border: 1px solid var(--colorLight);
}
.ui__input.ui__input_p_xl {
    padding: 16px 20px;
}
.ui__input.ui__input_center {
    text-align: center;
}
.ui__subtitle {
    font-size: 12rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .12px;
    color: #707070;
}
.ui__subtitle.ui__subtitle_mb-xxl {
    margin-bottom: 10px;
}
.ui__accordion {
    font-family: var(--Inter);
    max-width: 100%;
    width: 100%}
.ui__accordion .offer__filter-accordion-top {
    padding: 12.5px 18px;
}
.ui__box-radio {
    padding: 13px 20px;
    border: 1px solid var(--colorRudius);
    border-radius: var(--border-rudius-ui);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.ui__box-radio input[type=radio]:checked~.ui__decor_circle {
    border: 6px solid var(--colorLight);
}
.ui__box-radio input[type=radio] {
    position: absolute;
    opacity: 0;
}
.ui__box-radio:has(input[type=radio]:checked) {
    border-color: var(--colorLight);
}
.ui__box-radio input[type=date] {
    width: 100%;
    max-width: 90%;
    position: absolute;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 400px;
}
.ui__name {
    font-size: 14rem;
    font-style: normal;
    line-height: 140%;
    color: var(--colorDarkTwo);
    letter-spacing: .14px;
}
.ui__decor.ui__decor_circle {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    width: 24px;
    height: 24px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #e7e7e7;
    border-radius: 50px;
}
.ui__decor.ui__decor_txt {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: var(--colorDark);
}
.ui__file-download {
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    border: 1px solid var(--colorRudius);
    border-radius: var(--border-rudius-ui);
    position: relative;
    cursor: pointer;
    background: url("/local/templates/realestate/css/../images/camera.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.ui__file-download input[type=file] {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 0px;
    opacity: 0;
    cursor: pointer;
}
.ui__decor-img {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}
.ui__accordion-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-display: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}
.ui__accordion-box .ui__accordion-name {
    font-family: var(--Inter);
    color: var(--colorDark);
    font-size: 14rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%}
.header {
    padding: 24px 0px 13px 0;
    background: #fff;
}
.header__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__search {
    max-width: 265px;
    width: 100%;
    border-radius: 12px;
    background-color: var(--colorGray);
    margin: 0 0 0 auto;
    padding: 12.55px 18.55px 11px 22.55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 18.25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.header__search input::-webkit-input-placeholder {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorDark);
    opacity: .5;
    background: none;
}
.header__search input::-moz-placeholder {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorDark);
    opacity: .5;
    background: none;
}
.header__search input:-ms-input-placeholder {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorDark);
    opacity: .5;
    background: none;
}
.header__search input::-ms-input-placeholder {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorDark);
    opacity: .5;
    background: none;
}
.header__search input, .header__search input::placeholder {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorDark);
    opacity: .5;
    background: none;
}
.header__search input {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.header__search input::-webkit-search-decoration, .header__search input::-webkit-search-cancel-button, .header__search input::-webkit-search-results-button, .header__search input::-webkit-search-results-decoration {
    display: none;
}
.header__search.hidden {
    background: #fff;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    gap: 0;
    padding: 0;
}
.header__search.hidden input {
    width: 0;
}
.header__search.active {
    max-width: 266px;
    width: 100%;
    border-radius: 12px;
    background-color: var(--colorGray);
    padding: 12.55px 18.55px 11px 18.55px;
    gap: 18.25px;
}
.header__search.active input {
    width: 100%;
    max-width: 100%}
.header__buttons-additionally {
    margin-left: 10.15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14.29px;
}
.header.borderHeader {
    border-bottom: 1px solid #cecece;
}
.header__phone {
    font-family: var(--Inter);
    font-weight: 700;
    font-size: 18rem;
    line-height: 23.4px;
    color: var(--colorLight);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header__calculate {
    font-family: var(--Inter);
    font-weight: 400;
    font-size: 12rem;
    line-height: 22px;
    letter-spacing: 1%;
    color: var(--colorDarkTwo);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8.5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header__button-burger {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: var(--colorLight);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}
.header__button-burger span {
    width: 18px;
    height: 2px;
    border-radius: 50px;
    background-color: #fff;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.header__button-burger span::before, .header__button-burger span::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.header__button-burger span::before {
    top: -5px;
}
.header__button-burger span::after {
    bottom: -5px;
}
.header__button-burger.active span {
    background-color: var(--colorLight);
}
.header__button-burger.active span::before {
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    top: 0;
}
.header__button-burger.active span::after {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    bottom: 0;
}
.header__button-burger.burger__mob {
    display: none;
}
.header.style-two {
    padding: 11px 0px 20px 0;
}
.header.style-two .header__buttons-additionally {
    margin-left: 16px;
    margin-right: 22.15px;
}
.header.style-two .header__search.hidden {
    margin: 0;
}
.header.style-two .header__phone {
    margin-right: 31px;
    margin-left: 0;
}
.header.style-two .header__calculate {
    margin-right: 57px;
    margin-left: auto;
}
.header__dropdown-menu {
    z-index: 2;
    background-color: #fff;
    top: 0;
    right: -200vw;
    position: fixed;
    height: 100vh;
    font-family: var(--Inter);
    padding-top: 26px;
    padding-left: 24px;
    min-width: 853px;
    border-radius: 0px 0px 0px 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header__dropdown-menu.active {
    right: 0;
}
.header__dropdown-menu .header__search {
    margin: 0 21.34px 0 0;
}
.header__dropdown-menu-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header__dropdown-menu-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 33px;
}
.header__dropdown-menu-link {
    font-weight: 400;
    font-size: 14rem;
    line-height: 19.6px;
    color: var(--colorDarkTwo);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.header__dropdown-menu-link.mail {
    gap: 13.34px;
    margin-right: 25.5px;
}
.header__dropdown-menu-link.phone {
    gap: 8.52px;
    margin-right: 37px;
}
.header__dropdown-menu-close {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: var(--colorLight);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header__dropdown-menu-list.header__dropdown-menu-list--strong {
    margin-right: 118px;
    padding-left: 52px;
}
.header__dropdown-menu-list.header__dropdown-menu-list--strong strong {
    font-weight: 600;
    font-size: 16rem;
    line-height: 38.4px;
    color: var(--colorDark);
}
.header__dropdown-menu-list.header__dropdown-menu-list--strong li:has(strong) {
    margin-bottom: 0;
}
.header__dropdown-menu-list.header__dropdown-menu-list--strong li:not(:last-child) {
    padding-bottom: 0;
}
.header__dropdown-menu-list strong {
    font-weight: 600;
    font-size: 16rem;
    line-height: 38.4px;
    color: var(--colorDark);
}
.header__dropdown-menu-list li:has(strong) {
    margin-bottom: 10px;
}
.header__dropdown-menu-list li:not(:last-child) {
    margin-bottom: 12px;
}
.header__dropdown-menu-list a {
    font-weight: 400;
    font-size: 14rem;
    line-height: 20px;
    color: var(--colorDark);
    opacity: .8;
}
.header__dropdown-menu-list a:has(strong) {
    opacity: 1;
}
.header__dropdown-menu-list.--mar-right {
    margin-right: 85px;
}
.header__anim {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.header__anim.ops {
    opacity: 0;
}
.menu {
    font-family: var(--Inter);
}
.menu__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 0 127px;
    gap: 0;
}
.menu__item {
    position: relative;
}
.menu__list .menu__item:first-child {
    margin-right: 30px;
}
.menu__list .menu__item:nth-child(2) {
    margin-right: 37px;
}
.menu__list .menu__item:nth-child(3) {
    margin-right: 37px;
}
.menu__list .menu__item:nth-child(4) {
    margin-right: 44px;
}
.menu__list .menu__item:nth-child(5) {
    margin-right: 40px;
}
.menu__link {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu__link.menu__link--hoverd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
}
.menu__link.active svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu__link.active~.menu__list_level {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 10;
    background: #fff;
}
.menu__item_list {
    position: relative;
}
.menu__item.active .menu__list_second {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.menu__list_second {
    position: absolute;
    top: 40px;
    left: 0;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 20;
    padding: 5px 10px 5px 0px;
    border-radius: 5px;
    background-color: #fff;
}
.menu__item_second {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 172px;
    width: 100%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-left: 11px;
    position: relative;
}
.menu__item_second::before {
    content: "";
    width: 2px;
    height: 0;
    background-color: var(--colorLight);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 0;
    top: 0;
}
.menu__item_second a {
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    color: var(--colorDarkTwo);
    font-family: var(--Inter);
    line-height: 180%}
.menu__item_second ul {
    position: absolute;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    right: -webkit-calc(-1*(100% + 25px));
    right: -moz-calc(-1*(100% + 25px));
    right: calc(-1*(100% + 25px));
    top: 2px;
    padding: 5px 10px 5px 0px;
    background-color: #fff;
    border-radius: 5px;
}
.footer {
    background-color: #fff;
    padding: 25px 0 46px 0;
    font-family: var(--Inter);
}
.footer_style-three {
    padding: 25px 0 52px 0;
}
.footer__logo {
    display: block;
    padding-bottom: 21px;
}
.footer__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footer__list .footer__list-connection:not(:last-child) {
    margin-bottom: 15px;
}
.footer__list .footer__list-connection:last-child {
    margin-bottom: 17px;
}
.footer__list ul:first-child {
    margin-right: 227px;
}
.footer__list ul:nth-child(2) {
    margin-right: 226px;
}
.footer__list-connection a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorDark);
}
.footer__list-connection a svg {
    margin-right: 14px;
}
.footer__list-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;
}
.footer__list-social a {
    opacity: .5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer__list-item:not(:last-child) {
    margin-bottom: 20px;
}
.footer__list-item a {
    font-style: normal;
    font-weight: 500;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorDarkTwo);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer__txt {
    font-style: normal;
    font-weight: 400;
    font-size: 12rem;
    line-height: 16px;
    color: var(--colorDarkTwo);
    opacity: .5;
    max-width: 229px;
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: 69px;
}
.footer.style-two {
    padding-top: 70px;
    padding-bottom: 38px;
}
.footer.style-two .footer__logo {
    padding-bottom: 29px;
}
.footer.style-two .footer__info {
    margin-right: 132px;
}
.footer.style-two .footer__list ul:nth-child(2) {
    padding-top: 6px;
    margin-right: 181px;
}
.footer.style-two .footer__list ul:nth-child(3) {
    padding-top: 43px;
    margin-right: 111px;
}
.footer.style-two .footer__list ul:nth-child(4) {
    padding-top: 40px;
}
.footer.style-two .footer__list-item a {
    font-size: 12rem;
}
.footer.style-two .footer__list-item:not(:last-child) {
    margin-bottom: 15px;
}
.footer.style-two .footer__list-social {
    margin-top: 2px;
}
.footer.style-two .footer__list .footer__list-connection:not(:last-child) {
    margin-bottom: 14px;
}
.footer.style-two .footer__list .footer__list-connection:nth-child(2) {
    margin-bottom: 22px;
}
.footer.style-two .footer__list-connection a svg {
    margin-right: 11px;
}
.footer.style-two .footer__txt {
    margin: 0;
}
.footer__top_style-three {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 28px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
}
.footer__logo_style-three {
    padding-bottom: 0px;
}
.footer__list-connection_style-three {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer__list-connection_style-three a svg {
    margin-right: 11px;
}
.footer__list-social_style-three a {
    opacity: 1;
}
.footer__list-connection_style-three:first-child {
    margin-right: 28px;
}
.footer__list-social_style-three a svg {
    margin-right: 0px;
}
.footer__list-social_style-three {
    margin-left: 60px;
}
.footer__list_style-three {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__list_style-three {
    margin-bottom: 30px;
}
.footer__list-item_style-three:not(:last-child) {
    margin-bottom: 0px;
}
.footer__txt_style_three {
    max-width: 642px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.footer__list-item-title a, .footer__list-item-title p, .footer__list-item-title span {
    font-weight: 600;
    font-size: 18rem;
    line-height: 24px;
    color: var(--colorDark);
    display: block;
    margin-bottom: 16px;
}
.footer__list-connection a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.bannerSlider__slider {
    overflow: hidden;
    margin-bottom: 46px;
}
.bannerSlider__slide {
    border-radius: var(--border-rudius);
    padding: 0 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, .29);
    background-blend-mode: overlay;
    min-height: 530px;
}
.bannerSlider__slide-title {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 700;
    font-size: 42rem;
    line-height: 130%;
    color: var(--colorWhite);
    margin-top: auto;
    margin-bottom: 51px;
    max-width: 724px;
    width: 100%}
.bannerSlider__arrows {
    position: absolute;
    bottom: 63px;
    right: 37px;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bannerSlider__arrows .swiper-button-prev, .bannerSlider__arrows .swiper-button-next {
    position: static;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #fff;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.bannerSlider__arrows .swiper-button-prev svg, .bannerSlider__arrows .swiper-button-prev svg path, .bannerSlider__arrows .swiper-button-next svg, .bannerSlider__arrows .swiper-button-next svg path {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.bannerSlider__arrows .swiper-button-prev::after, .bannerSlider__arrows .swiper-button-next::after {
    display: none;
}
.bannerSlider__arrows .swiper-button-prev {
    margin-right: 8px;
}
.bannerSlider__arrows .swiper-pagination {
    position: static;
    margin-right: 8px;
}
.bannerSlider__arrows .swiper-pagination .swiper-pagination-bullet {
    width: 57px;
    height: 1px;
    background-color: #fff;
    opacity: .5;
    padding: 0;
    margin: 0 6px;
}
.bannerSlider__arrows .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.banner-top-two {
    font-family: var(--Inter);
}
.banner-top-two.--mb {
    margin-bottom: 46px;
}
.banner-top-two__inner {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 15px;
    background-color: var(--coloLightBlue);
    min-height: 560px;
}
.banner-top-two__title {
    font-weight: 700;
    font-size: 38rem;
    line-height: 49.4px;
    margin: 0;
    color: var(--colorDark);
    padding-bottom: 40px;
}
.banner-top-two picture {
    display: block;
    border-radius: 0px 15px 15px 0px;
    height: 100%;
    width: 55.7%}
.banner-top-two picture img {
    border-radius: 0px 15px 15px 0px;
    height: 100%;
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner-top-two__tabs {
    position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.banner-top-two__tabs-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0px;
}
.banner-top-two__tabs-btn {
    border-radius: 5px 5px 0px 0px;
    background-color: #fff;
}
.banner-top-two__tabs-btn:not(:last-child) {
    margin-right: 2px;
}
.banner-top-two__tabs-btn.active, .banner-top-two__tabs-btn.mixitup-control-active {
    background-color: var(--colorLight);
    color: #fff;
}
.banner-top-two__tabs.filter {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.banner-top-two__form-links {
    padding-top: 0px;
    padding-inline: 6px 2px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner-top-two__form-links a {
    font-size: 12rem;
    line-height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.banner-top-two__form-links a span {
    position: relative;
}
.banner-top-two__form-links a span::before {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    bottom: 5px;
    height: 1px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.banner-top-two__form-links-filter {
    color: var(--colorLight);
    font-weight: 500;
    gap: 7px;
    padding-top: 6px;
}
.banner-top-two__form-links-filter span::before {
    background-color: var(--colorLight);
}
.banner-top-two__form-links-map {
    font-weight: 600;
    color: #fff;
    gap: 9px;
}
.banner-top-two__form-links-map span::before {
    background-color: #fff;
}
.banner-top-two__form-inner {
    padding-block: 10px 8px;
    padding-inline: 18.4px 16px;
    background-color: #fff;
    border-radius: 0px 10px 10px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: var(--Inter);
}
.banner-top-two__form .banner-top-two__form-item-accordion {
    border-right: 1px solid #cecece;
}
.banner-top-two__form .banner-top-two__form-item-accordion .offer__filter-accordion-body.acordion-body {
    left: 0;
}
.banner-top-two__form .banner-top-two__form-item-accordion:first-child {
    padding-right: 40.04px;
    border-right: 1px solid #cecece;
}
.banner-top-two__form .banner-top-two__form-item-accordion:first-child .offer__filter-accordion-body.acordion-body {
    left: -18.4px;
}
.banner-top-two__form .banner-top-two__form-item-accordion:not(:first-child) {
    padding-left: 41px;
    padding-right: 40.04px;
}
.banner-top-two__form-btn.btn-middle {
    font-size: 12rem;
    padding: 9px 16px;
}
.banner-top-two__form-item-accordion {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.banner-top-two__form-item-accordion button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner-top-two__form-item-accordion button span {
    font-weight: 400;
    font-size: 14rem;
    line-height: 22px;
    letter-spacing: 1%;
    color: var(--colorDark);
    display: block;
    padding-inline: 8px 10.04px;
}
.banner-top-two__form-item-accordion .offer__filter-accordion-body.acordion-body {
    top: 50px;
    width: 326px;
}
.banner-top-two__form-item-accordion.active .offer__filter-accordion-body.acordion-body {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
    visibility: inherit;
}
.banner-top-two__form-item-map {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 41px;
    margin-right: 28px;
}
.banner-top-two__form-item-map input {
    width: 148px;
    font-weight: 400;
    font-size: 14rem;
    line-height: 22px;
    letter-spacing: 1%;
    color: var(--colorDark);
    display: block;
    margin-left: 6px;
}
.banner-top-two__form-item-map input::-webkit-input-placeholder {
    font-size: 14rem;
    line-height: 22px;
    letter-spacing: 1%;
    color: var(--colorDark);
    display: block;
}
.banner-top-two__form-item-map input::-moz-placeholder {
    font-size: 14rem;
    line-height: 22px;
    letter-spacing: 1%;
    color: var(--colorDark);
    display: block;
}
.banner-top-two__form-item-map input:-ms-input-placeholder {
    font-size: 14rem;
    line-height: 22px;
    letter-spacing: 1%;
    color: var(--colorDark);
    display: block;
}
.banner-top-two__form-item-map input::-ms-input-placeholder {
    font-size: 14rem;
    line-height: 22px;
    letter-spacing: 1%;
    color: var(--colorDark);
    display: block;
}
.banner-top-two__form-item-map input::placeholder {
    font-size: 14rem;
    line-height: 22px;
    letter-spacing: 1%;
    color: var(--colorDark);
    display: block;
}
.banner-top-two__box {
    padding-top: 126px;
    padding-left: 65px;
}
.offer {
    padding-top: 47px;
    padding-bottom: 41px;
}
.offer__title {
    padding-bottom: 29px;
}
.offer__filter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 19.83px;
}
.offer__filter-region {
    gap: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.offer__filter-btn {
    margin-left: 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin-right: auto;
    color: var(--colorLightTwo);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.offer__filter.pb {
    padding-bottom: 35.83px;
}
.offer__filter-popularity {
    cursor: pointer;
    border-radius: 8px;
    min-width: 183px;
    margin: 0;
    padding: 0;
    margin-left: auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorDark);
    display: inline-block;
}
.offer__filter-popularity select {
    padding: 10px 10px 10px 14px;
    background: none;
    max-width: 100%;
    width: 100%;
    cursor: pointer;
}
.offer__filter-popularity option, .offer__filter-popularity select {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorDark);
}
.offer__filter-popularity fieldset {
    padding: 0;
    margin: 0;
    border: none;
}
.offer__filter-popularity .offer__filter-accordion-top {
    padding: 10px 14px;
    background: inherit;
}
.offer__filter-popularity .offer__filter-accordion-top p {
    font-size: 14px;
    line-height: 140%}
.offer__filter-pos {
    padding: 12px;
    border: 1px solid var(--colorLightThree);
    border-radius: 8px;
    margin-left: 11px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.offer__filter-pos svg path {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.offer__btn-all {
    padding: 13px 0;
    max-width: 196px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.offer .cards__list {
    padding-bottom: 49.78px;
}
.offer__filter-popularity--btn {
    position: absolute;
    top: 11px;
    right: 9px;
}
.offer__filter-accordion {
    cursor: pointer;
    position: relative;
}
.offer__filter-accordion-top {
    padding: 16px 25px 12px 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.offer__filter-accordion-top svg {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.offer__filter-accordion-top.active svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.offer__filter-accordion-body {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    position: absolute;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    top: -webkit-calc(100% + 5px);
    top: -moz-calc(100% + 5px);
    top: calc(100% + 5px);
    z-index: 10;
}
.offer__filter-accordion-body.active {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
    visibility: inherit;
}
.offer__filter-accordion-body-item {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #eff3fa;
}
.offer__filter-accordion-body-item input {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.offer__filter-accordion-body-item input:checked~.offer-filter-name::before {
    height: -webkit-calc(100% - 2px);
    height: -moz-calc(100% - 2px);
    height: calc(100% - 2px);
}
.offer__filter-accordion-body-item .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.offer__filter-accordion-body .offer-filter-name {
    position: relative;
    padding: 11px 0;
    display: inline-block;
}
.offer__filter-accordion-body .offer-filter-name::before {
    content: "";
    position: absolute;
    top: 0%;
    left: -13px;
    height: 0;
    width: 2px;
    background: #192252;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.offer__filter-big {
    font-family: var(--Inter);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,  1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 22px 23px;
    position: relative;
}
.offer__filter-name {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: var(--colorDark);
    display: inline-block;
    padding-bottom: 5px;
}
.offer__filter-name.offer__filter-name_transparent {
    color: rgba(0, 0, 0, 0);
}
.offer__filter-elem {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.offer__filter-elem .input-filter-text {
    width: 100%}
.offer__filter-elem .offer__filter-item {
    padding: 16px 0;
    width: 100%;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.offer__filter-elem .offer__filter-item input[type=checkbox], .offer__filter-elem .offer__filter-item input[type=radio] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}
.offer__filter-elem .offer__filter-item input[type=checkbox]:checked~.offer-filter-name, .offer__filter-elem .offer__filter-item input[type=radio]:checked~.offer-filter-name {
    color: #fff;
}
.offer__filter-elem.gapRaight .offer__filter-item:first-child {
    margin-right: 2.5px;
    padding-inline: 12px;
}
.offer__filter-elem.gapRaight .offer__filter-item:not(:first-child) {
    margin-right: 7.5px;
    padding-inline: 18px;
}
.offer__filter-elem.gapRaight .offer__filter-item:last-child {
    margin-right: 0;
}
.offer__filter-elem.flex-gap {
    gap: 10px;
}
.offer__filter-elem.ali-end {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-self: flex-end;
}
.offer__filter-elem.input-chekeds {
    position: static !important;
    top: 12px;
    margin-top: 12px;
}
.offer__filter-item:has(input[type=radio]:checked) {
    background-color: var(--colorLight);
    border-color: var(--colorLight);
}
.offer__filter-button, .offer__filter-button {
    padding: 14px 0;
    width: 100%}
.offer__filter-elem-cheked {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 6px;
    cursor: pointer;
}
.offer__filter-elem-cheked input[type=checkbox] {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.offer__filter-elem-cheked input[type=checkbox]:checked~span {
    background-color: var(--colorLight);
}
.offer__filter-elem-cheked input[type=checkbox]:checked~span::before {
    opacity: 1;
}
.offer__filter-elem-cheked span {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid var(--colorLight);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}
.offer__filter-elem-cheked span::before {
    content: "";
    position: absolute;
    width: 9.5px;
    height: 7px;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    background: url(/local/templates/realestate/css/../images/decor/galka.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.offer__filter-elem-cheked p {
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    color: var(--colorDark);
}
.offer__filter-btn-open {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    gap: 8px;
}
.offer__filter-btn-open span {
    font-style: normal;
    font-weight: 500;
    font-size: 15rem;
    line-height: 22px;
    color: var(--colorLight);
    display: inline-block;
    position: relative;
    margin-inline: 8px;
}
.offer__filter-btn-open span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 1.4px;
    background-color: var(--colorLight);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.offer__filter-btn-open svg {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.offer__filter-btn-open.active svg.filArrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.offer__filter-elem--dis-none {
    visibility: hidden;
    opacity: 0;
    height: 0;
    display: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.offer__filter-big {
    padding-bottom: 42px;
}
.offer__filter-big.active {
    position: relative;
    padding-bottom: 82px;
    margin-bottom: 53px;
    -webkit-animation-name: filterPreloader;
    -moz-animation-name: filterPreloader;
    animation-name: filterPreloader;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
}
.offer__filter-big.active .offer__filter-elem--dis-none {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    opacity: 1;
    height: max-content;
    visibility: inherit;
    display: block;
}
.offer__filter-big.active .offer__filter-elem-buttons {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    max-width: 306px;
    width: 100%;
    right: 0;
}
.offer__filter-big.active .button-open-filter {
    position: absolute;
    bottom: 0;
    margin-bottom: 13px;
    right: 330px;
}
.offer__filter-big.active .input-chekeds {
    position: absolute;
    top: 190px;
}
.offer__filter-big.active .offer__filter-button, .offer__filter-big.active .offer__filter-button {
    margin-bottom: 0px;
}
.offer__inner {
    position: relative;
}
.offer__inner::before {
    content: "";
    width: 50rem;
    height: 50rem;
    position: absolute;
    border-radius: 50px;
    top: 16%;
    left: 50%;
    border: 10rem solid #fff;
    -webkit-box-shadow: 0px 0px 3px 1px var(--colorLight);
    box-shadow: 0px 0px 3px 1px var(--colorLight);
    -webkit-transform: translate(-50%,  -50%);
    -moz-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    border-top-color: var(--colorLight);
    opacity: 0;
    z-index: 100;
}
.offer__inner.active::before {
    opacity: 1;
    -webkit-animation-name: filterPreloaderCircle;
    -moz-animation-name: filterPreloaderCircle;
    animation-name: filterPreloaderCircle;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.offer__filter-item.border-input-filter.active {
    background-color: var(--colorLight);
}
.offer__filter-accordion-body .col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.offer__filter.reverse {
    padding-bottom: 30px;
}
.offer__filter.reverse .offer__filter-popularity {
    margin: 0;
}
.offer__filter .offer__filter-accordion-body.acordion-body {
    width: 326px;
    max-width: 326px;
    right: 0;
}
.offer__filter.reverse .offer__filter-accordion-body.acordion-body {
    left: 0;
}
.offer__filter.--pb {
    padding-bottom: 16.83px;
}
.cards__list.col-three.grid-col {
    grid-gap: 23px 21px;
}
@-webkit-keyframes filterPreloader {
    0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
50% {
    opacity: 1;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
}@-moz-keyframes filterPreloader {
    0% {
    opacity: 0;
    filter: blur(10px);
}
50% {
    opacity: 1;
    filter: blur(5px);
}
100% {
    filter: blur(0px);
}
}@keyframes filterPreloader {
    0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
50% {
    opacity: 1;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
}@-webkit-keyframes filterPreloaderCircle {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .5;
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
}
}@-moz-keyframes filterPreloaderCircle {
    0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .5;
}
100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
}
}@keyframes filterPreloaderCircle {
    0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .5;
}
100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
}
}.button-open-filter {
    -ms-grid-column-span: -1;
    grid-column-end: -1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
select::-ms-expand {
    display: none;
}
.cards__list {
    padding-bottom: 49.78px;
}
.cards__list.col-three {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(300px,  1fr))[3];
    grid-template-columns: repeat(3,  minmax(300px,  1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 20px 23px;
}
.cards__list.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    gap: 22px;
}
.cards__list.none {
    display: none;
}
.cards__list.col-four {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,  1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 5px 23px;
}
.cards__list.mar-bot {
    margin-bottom: 59.31px;
}
.card {
    padding: 9.51px 13px 22.57px 13px;
    border-radius: var(--border-rudius-card);
    background-color: var(--colorWhite);
    font-family: var(--Inter);
}
.card__picture {
    height: 256px;
    display: block;
    margin-bottom: 16.64px;
    border-radius: 12px;
}
.card__picture img {
    border-radius: 12px;
}
.card__title {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 500;
    font-size: 18rem;
    line-height: 140%;
    color: var(--colorMiddle);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 3px;
}
.card__price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 13px;
    margin-bottom: 8.86px;
}
.card__price p {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 600;
    font-size: 22rem;
    line-height: 140%;
    color: var(--colorMiddle);
}
.card__price span {
    font-family: var(--Inter);
    font-style: normal;
    font-size: 14rem;
    line-height: 140%;
    color: #939db7;
}
.card__advantages {
    padding-top: 16.64px;
    border-top: 1.18857px solid #eaeaea;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0px;
}
.card__advantages.spase-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card__advantages-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3px;
}
.card__advantages-item span {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 500;
    font-size: 16rem;
    line-height: 140%;
    color: var(--colorLightTwo);
}
.card__advantages-item:first-child {
    margin-right: 40px;
}
.card__advantages-item:nth-child(2) {
    margin-right: 19px;
}
.card__photo-slider {
    display: block;
    overflow: hidden;
    position: relative;
}
.card__photo-slider .swiper-pagination {
    top: auto;
    left: 0;
    bottom: 30px;
    padding: 0 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card__photo-slider .swiper-pagination .swiper-pagination-bullet {
    max-width: 65px;
    width: 100%;
    display: block;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 2px;
    border-radius: 16px;
    background-color: #fff;
    opacity: .8;
}
.card__photo-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--colorLight);
}
.card a {
    position: relative;
}
.card__favotites {
    width: 38.3px;
    height: 38.3px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .5);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 5.94px;
    right: 13px;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.card__favotites svg {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.card__favotites.active {
    background: #fff;
}
.card__favotites.active svg {
    fill: var(--colorLight);
}
.card__favotites.active svg path {
    stroke: var(--colorLight);
}
.card__info-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    left: 8px;
    top: 6.66px;
    max-width: 300px;
    width: 100%;
    font-family: var(--Inter);
}
.card__info-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    color: var(--colorDarkTwo);
    padding: 9px;
    border-radius: 25px;
    background: rgba(255, 255, 255, .7);
}
.card__advantages-box {
    font-family: var(--Inter);
    position: absolute;
    left: 0;
    bottom: 17px;
    gap: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}
.card__advantages-box p {
    padding: 9px 12px;
    border-radius: 0px 5px 5px 0px;
    font-weight: 600;
    font-size: 14rem;
    line-height: 19.6px;
    color: var(--colorWhite);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%}
.card__advantages-box p.bg-green {
    background: var(--colorGreen);
}
.card__advantages-box p.bg-red {
    background: var(--colorError);
}
.card__top {
    position: relative;
}
.card.line {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    border-radius: 16px;
    background-color: #fff;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 396px 416px 191px;
    grid-template-columns: 396px 416px 191px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 25px;
    font-family: var(--Inter);
}
.card.line .card__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 19px;
    margin-bottom: 0;
}
.card.line .card__price p {
    color: var(--colorLight);
}
.card.line .card__favotites {
    top: 27px;
    right: 23.96px;
}
.card.line .card__favotites.active {
    background-color: var(--colorLight);
}
.card.line .card__favotites.active svg path {
    stroke: #fff;
}
.card.line .card__advantages-box {
    right: 0;
    left: auto;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.card.line .card__advantages-box p {
    border-radius: 5px 0px 0px 5px;
}
.card.line .card__advantages {
    border-top: 0px;
    padding-top: 0;
}
.card.line .card__info-box {
    position: static;
    left: 0;
    bottom: 0;
}
.card.line .card__info-box p {
    background-color: #ebeef3;
}
.card-line-box {
    position: relative;
}
.card-line-box.flex-col-hei {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card__link {
    font-weight: 400;
    font-size: 14rem;
    line-height: 19.6px;
    color: var(--colorLight);
    opacity: .5;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.card__link::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--colorLight);
    opacity: .5;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.card__txt {
    font-weight: 500;
    font-size: 14rem;
    line-height: 19.6px;
    color: #848fac;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.card-line-slide-big picture, .card-line-slide-min picture {
    display: block;
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}
.card-line-slide-big img, .card-line-slide-min img {
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    width: 100%}
.card-line-sliders {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 286px 86px;
    grid-template-columns: 286px 86px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 24px;
    height: 210px;
    border-radius: 5px;
}
.card-line-slide-big picture {
    height: 210px;
}
.card-line-slide-big picture img {
    height: 100%}
.card-line-slider-big {
    height: 210px;
    overflow: hidden;
}
.card-line-slide-min picture {
    cursor: pointer;
}
.card-line-slide-min picture {
    height: 63px;
}
.card-line-slide-min picture img {
    height: 100%}
.card-line-slider-min {
    height: 210px;
    overflow: hidden;
}
.card.no-bg {
    background: none;
    border: none;
    padding: 0;
}
.card__txt {
    font-family: var(--Inter);
    font-weight: 500;
    font-size: 14rem;
    line-height: 19.6px;
    color: #848fac;
}
.card.style-one .card__title {
    padding-bottom: 5.09px;
}
.card.style-one .card__txt {
    padding-bottom: 12.12px;
}
.card.style-two .card__picture {
    margin-bottom: 9.59px;
}
.card.style-two .card__txt {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 6.97px;
}
.card.style-two .card__advantages {
    border-top: 0px;
    padding-top: 0;
    padding-bottom: 11.33px;
}
.card.style-two .card__title {
    padding-bottom: 4px;
}
.card.style-two .card__price p {
    font-weight: 700;
    font-size: 18rem;
}
.card.style-three .card__price {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 18px 0 8px 0;
}
.card.style-three .card__price p {
    font-weight: 700;
    font-size: 14rem;
    line-height: 140%;
    padding: 6.99px 8.97px 4.48px 15.19px;
}
.card.style-three .card__txt {
    padding-bottom: 12.24px;
}
.card.pad-bot {
    padding-bottom: 9.13px;
}
.card.price-light .card__price {
    margin-bottom: 3.36px;
}
.card.price-light .card__price p {
    color: var(--colorLight);
}
.card.style-four .card__title {
    padding-bottom: 7.01px;
}
.card.style-four .card__price {
    padding-bottom: 13.81px;
    margin-bottom: 0px;
}
.card.style-five .card__picture {
    margin-bottom: 12.24px;
}
.card.style-five .card__advantages {
    padding: 0;
    margin: 0 0 12.24px 0;
    border: none;
}
.card.style-five .card__title {
    border-bottom: 1px solid #eaeaea;
}
.card.style-five .card__price {
    margin-bottom: 0;
    padding-top: 10.53px;
}
.card.style-six {
    position: relative;
}
.card.style-six .card__advantages {
    z-index: 100;
    position: absolute;
    top: 18px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 6px;
}
.card.style-six .card__advantages-item {
    background: rgba(255, 255, 255, .9);
    padding: 6px 0 7px 10px;
    border-radius: 0px 5px 5px 0;
    min-width: 107px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.card.style-six .card__picture {
    margin-bottom: 14px;
}
.card__price-mor {
    font-size: 14rem;
    line-height: 20px;
    color: var(--colorLight);
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
}
.card__price-mor::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 0;
    background-color: var(--colorLight);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.card.style-seven .card__title {
    padding-bottom: 6px;
}
.card.style-seven .card__txt {
    padding-bottom: 9px;
}
.card.style-seven .card__price p {
    font-size: 18px;
}
.card.style-seven .card__price {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card.style-eight .card__title {
    padding-bottom: 6px;
}
.card.style-eight .card__price p {
    font-size: 18px;
}
.card.style-eight .card__txt {
    padding-bottom: 9px;
}
.card-characteristics {
    font-family: var(--Inter);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,  1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 24px;
    color: var(--colorDark);
}
.card-characteristics.--mb {
    margin-bottom: 18px;
}
.card-characteristics__box {
    background-color: #fff;
    border-radius: 10px;
}
.card-characteristics__box.card-characteristics__box-text {
    padding: 39px 27px 39px 22px;
}
.card-characteristics__box.card-characteristics__box-text h5 {
    padding-bottom: 33px;
}
.card-characteristics__box.card-characteristics__box-text p {
    padding-left: 4px;
}
.card-characteristics__box.card-characteristics__box-list {
    padding: 39px 36px 39px 37px;
}
.card-characteristics__box.card-characteristics__box-list h5 {
    padding-bottom: 29px;
}
.card-characteristics__box.card-characteristics__box-list ul {
    max-width: 100%;
    width: 100%}
.card-characteristics__box.card-characteristics__box-list ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 14px;
}
.card-characteristics__box.card-characteristics__box-list ul li:not(:last-child) {
    margin-bottom: 18px;
}
.card-characteristics__box.card-characteristics__box-list p {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0px !important;
}
.card-characteristics__box-line {
    width: 100%;
    max-width: 100%;
    background-color: #cecece;
    height: 1px;
    margin-bottom: 4px;
}
.card-characteristics p {
    font-weight: 400;
    font-size: 14rem;
    line-height: 18.2px;
    opacity: .7;
}
.card-characteristics p:not(:last-child) {
    margin-bottom: 17px;
}
.card-characteristics h5 {
    font-weight: 700;
    font-size: 22rem;
    line-height: 28.6px;
}
.card-content.card-conten--style-no-bg .card-top {
    padding-bottom: 10px;
}
.card-content.card-conten--style-no-bg .card-info {
    padding-top: 23px;
}
.banerOne {
    max-width: 1159px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    border-radius: 25px;
    gap: 30px;
    margin-bottom: 68.83px;
    margin-top: 35px;
}
.banerOne.mb {
    margin-top: 65px;
}
.banerOne picture {
    max-width: 628px;
    width: 100%;
    height: 582px;
    border-radius: 25px 0 0 25px;
    display: block;
}
.banerOne picture img {
    border-radius: 25px 0 0 25px;
}
.banerOne__content-sale {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 4px;
    padding: 5px;
    width: 100%;
    position: relative;
    margin-bottom: 16px;
    background-image: url(/local/templates/realestate/css/../images/decor/saleBG.svg);
}
.banerOne__content-sale span {
    font-family: var(--Inter);
    font-size: 11rem;
    color: #000;
    line-height: 110%;
    display: inline-block;
    padding-right: 8px;
}
.banerOne__content-sale svg {
    margin-right: 3px;
}
.banerOne__content-sale::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #c39c23;
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banerOne__content {
    max-width: 355px;
    width: 100%}
.banerOne__content h2 {
    font-family: var(--Inter);
    font-weight: 600;
    font-size: 25rem;
    color: #020202;
    line-height: 120%;
    margin-bottom: 21px;
}
.banerOne__content p {
    font-family: var(--Inter);
    font-size: 16rem;
    color: #7790c2;
    line-height: 110%;
    margin-bottom: 17px;
}
.banerOne__content-link {
    display: inline-block;
    padding: 16.18px 25.18px;
}
.banner-info {
    font-family: var(--Inter);
    color: var(--colorMiddle);
}
.banner-info h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28rem;
    line-height: 130%}
.banner-info h2._main-title-xxl {
    font-weight: 700;
    color: var(--colorDarkTwo);
    font-size: 42rem;
    line-height: 55px;
}
.banner-info p {
    font-style: normal;
    font-size: 14rem;
    line-height: 130%}
.banner-info__link {
    display: inline-block;
    padding: 18.04px 31.26px;
}
.banner-info__inner {
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    border-radius: 25px;
}
.banner-info.banner-info--one .banner-info__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner-info.banner-info--one .banner-info__content {
    padding-bottom: 44.77px;
    padding-left: 110px;
}
.banner-info.banner-info--one h2 {
    margin-bottom: 13px;
}
.banner-info.banner-info--one p {
    margin-bottom: 33.2px;
}
.banner-info.banner-info--one.mb {
    margin-bottom: 5.33px;
}
.banner-info.banner-info--one.reverse {
    overflow: hidden;
    border-radius: 20px;
}
.banner-info.banner-info--one.reverse.mb {
    margin-bottom: 44.45px;
}
.banner-info.banner-info--one.reverse .banner-info__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.banner-info.banner-info--one.reverse .banner-info__content {
    padding-left: 0px;
    padding-right: 74.13px;
}
.banner-info.banner-info--one.reverse h2 {
    margin-bottom: 8.34px;
}
.banner-info.banner-info--one.reverse p {
    font-style: normal;
    font-size: 20rem;
    line-height: 130%;
    margin-bottom: 35.2px;
}
.banner-info.banner-info--one.reverse .banner-info__content {
    padding-bottom: 40.86px;
}
.banner-info.banner-info--one.reverse picture {
    position: relative;
    left: -40px;
}
.banner-info.banner-info--one.reverse .btn-middle banner-info__link {
    font-size: 16rem;
    line-height: 30.97px;
}
.banner-info.banner-info--two .banner-info__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner-info.banner-info--two.mb {
    margin-bottom: 44.02px;
}
.banner-info.banner-info--two .banner-info__content {
    padding-bottom: 52.48px;
    padding-left: 104px;
}
.banner-info.banner-info--two h2 {
    margin-bottom: 6.98px;
}
.banner-info.banner-info--two p {
    font-style: normal;
    font-size: 20rem;
    line-height: 130%;
    margin-bottom: 26.47px;
}
.banner-info.banner-info--two .banner-info__link {
    font-size: 16rem;
    line-height: 30.99px;
}
.banner-info.banner-info--banerMortgage .banerMortgage__inner {
    background-position: bottom left;
    background-repeat: no-repeat;
    border-radius: 25px 25px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner-info.banner-info--banerMortgage h2 {
    padding-bottom: 12px;
}
.banner-info.banner-info--banerMortgage p {
    padding-bottom: 24px;
}
.banner-info.banner-info--banerMortgage-two {
    max-width: 1400px;
    width: 100%;
    margin-inline: auto;
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner-info.banner-info--banerMortgage-two h2 {
    padding-bottom: 10px;
    font-size: 33rem;
}
.banner-info.banner-info--banerMortgage-two p {
    padding-bottom: 31px;
    font-size: 16rem;
}
.banner-info.banner-info--banerMortgage-two .banner-info__btn {
    padding: 16.5px 43.5px;
}
.banner-info.banner-info--banerMortgage-two .banner-info__box {
    padding-right: 135px;
    margin-bottom: 79px;
    position: relative;
    left: -40px;
}
.banner-info.banner-info--banerMortgage-two picture {
    position: relative;
    left: -31px;
}
.banner-info.banner-info--three {
    min-height: 308px;
    height: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.banner-info.banner-info--three.mb {
    margin-bottom: 29px;
}
.banner-info__content-three {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-inline: 70px 82px;
    padding-bottom: 64px;
    width: 100%;
    max-width: 100%}
.banner-info__content-three h3, .banner-info__content-three h2, .banner-info__content-three p {
    color: #fff;
}
.banner-info__content-three h3, .banner-info__content-three h2 {
    margin-bottom: 12px;
}
.banner-info__content-three p {
    font-size: 20px;
    line-height: 26rem;
}
.banner-info__content-three form {
    background: rgba(255, 255, 255, .7);
    border-radius: 12.04px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    max-width: 513px;
    width: 100%;
    padding: 6px 7px 7px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner-info__content-three form button {
    padding: 15.5px 31px;
}
.banner-info__content-three form input {
    width: 100%;
    background: none;
    font-size: 16rem;
    line-height: 26.5px;
    letter-spacing: .01em;
    color: #525a70;
}
.banner-info.banner-info--four {
    min-height: 282px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner-info.banner-info--four.mb {
    margin-bottom: 27.29px;
}
.banner-info__content-four {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner-info__content-four p, .banner-info__content-four h2 {
    color: #fff;
}
.banner-info__content-four h2 {
    font-size: 36rem;
    line-height: 47px;
    margin-bottom: 14.46px;
}
.banner-info__content-four p {
    font-size: 16px;
    line-height: 21px;
    max-width: 371px;
    width: 100%;
    text-align: center;
    opacity: .7;
}
.banner-info.banner-info--six {
    border-radius: 25px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.banner-info.banner-info--six.mb {
    margin-bottom: 51.82px;
}
.banner-info__content-six {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner-info__content-six h2, .banner-info__content-six p {
    color: #fff;
}
.banner-info__content-six .banner-info__content-box {
    margin-right: 58.19px;
    max-width: 714px;
    width: 100%;
    margin-block: auto 51.94px;
}
.banner-info__content-six h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 23.99px;
}
.banner-info__content-six p {
    font-size: 20px;
    line-height: 26px;
    opacity: .7;
    margin-bottom: 37.46px;
}
.banner-info__content-six form {
    background: #fff;
    padding: 7.98px 9.03px 7.64px 48.15px;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner-info__content-six form button {
    font-size: 18rem;
    line-height: 31.74px;
    padding: 18.76px 34.63px;
}
.banner-info__content-six form input {
    width: 100%;
    background: none;
    font-size: 16rem;
    line-height: 26.5px;
    letter-spacing: .01em;
    color: #525a70;
}
.banner-info.banner-info--seven {
    min-height: 365px;
    border-radius: 30.09px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner-info.banner-info--seven.mb {
    margin-bottom: 69.44px;
}
.banner-info__content-seven {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner-info__content-seven h2, .banner-info__content-seven p {
    color: var(--colorDarkTwo);
    text-align: center;
}
.banner-info__content-seven h2 {
    font-size: 42.33px;
    line-height: 55px;
    margin-bottom: 16.89px;
}
.banner-info__content-seven p {
    font-size: 18.26px;
    line-height: 24px;
    margin-bottom: 31.44px;
}
.banner-info__content-seven button, .banner-info__content-seven a {
    font-size: 16px;
    line-height: 26.48px;
    padding: 15.65px 28.88px;
}
.banner-info.banner-info--eight {
    background-repeat: no-repeat;
    background-position: center bottom;
}
.banner-info.banner-info--eight .banner-info__content-box {
    margin-bottom: 47.38px;
    margin-top: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner-info.banner-info--eight .banner-info__content-box h2 {
    font-size: 42rem;
    line-height: 55px;
    margin-bottom: 8.39px;
}
.banner-info.banner-info--eight .banner-info__content-box p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 32.17px;
}
.banner-info.banner-info--eight .banner-info__content-box button, .banner-info.banner-info--eight .banner-info__content-box a {
    font-size: 16px;
    line-height: 30.99px;
    padding: 18.31px 33.81px;
}
.banner-info__content-eight {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 100px;
}
.banner-info__btn {
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%}
.banerMortgage__content {
    padding-left: 110px;
    padding-bottom: 35px;
}
.banerMortgage__inner picture {
    display: block;
    margin-right: 22px;
}
.banerMortgage__inner h2 {
    font-size: 34rem;
}
.banerMortgage__inner p {
    font-size: 16rem;
}
.banerMortgage__item-txt {
    font-size: 13.64px !important;
}
.banerMortgage__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 285px 334px;
    grid-template-columns: 285px 334px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 17px;
}
.banerMortgage__item {
    font-family: var(--Inter);
    min-height: 133px;
    background-color: #fff;
    border-radius: 10px;
    padding: 19.32px 0 0 17.05px;
}
.banerMortgage__item-more {
    color: var(--colorMiddle);
    font-size: 14rem !important;
}
.banerMortgage__item a {
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.banerMortgage__item.banerMortgage__item--blue {
    background-color: var(--colorLight);
    padding: 21px 0 0 15px;
    color: #fff;
}
.banerMortgage__item.banerMortgage__item--blue a {
    color: #fff;
}
.banerMortgage__item.banerMortgage__item--blue .banerMortgage__item-more {
    color: #fff;
}
.banerMortgage__item.banerMortgage__item--blue .banerMortgage__item-more {
    font-size: 12rem !important;
}
.banerMortgage__item .banerMortgage__item-txt {
    padding-bottom: 15.43px !important;
}
.banerMortgage__item span {
    font-style: normal;
    font-weight: 400;
    font-size: 10rem;
    line-height: 130%;
    opacity: .7;
    display: block;
}
.banerMortgage__item strong {
    font-style: normal;
    font-weight: 700;
    font-size: 34rem;
    line-height: 130%;
    display: inline-block;
    padding-bottom: 16px;
}
.banerMortgage__item-more {
    font-style: normal;
    font-weight: 400;
    font-size: 12rem;
    line-height: 130%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
}
.banerMortgage__item h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18rem;
    line-height: 130%;
    color: var(--colorMiddle);
    padding-bottom: 0px;
}
.banerMortgage__item-txt {
    font-style: normal;
    font-weight: 400;
    font-size: 13.631rem;
    line-height: 130%;
    color: var(--colorMiddle);
    opacity: .7;
}
section.news {
    margin-bottom: 92px;
}
.news {
    padding: 54px 0 59.31px 0;
}
.news__top {
    padding-bottom: 37px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news__slider {
    overflow: hidden;
}
.news__top-filter {
    gap: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.news__slide {
    font-family: var(--Inter);
    padding: 0;
}
.news__slide picture {
    height: 257px;
    display: block;
    border-radius: 18px;
    margin-bottom: 21.29px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.news__slide picture img {
    border-radius: 18px;
}
.news__slide time {
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 130%;
    color: var(--colorMiddle);
    display: inline-block;
    padding-left: 18.93px;
    position: relative;
    margin-bottom: 12.1px;
}
.news__slide time::before {
    content: "";
    width: 11.83px;
    height: 11.83px;
    border-radius: 50px;
    background-color: var(--colorLight);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news__slide h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16rem;
    line-height: 140%;
    color: var(--colorDark);
    border-top: 1.18286px solid #d9d9d9;
    padding: 13.1px 0 14.19px 0;
}
.news__slide p {
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: #939db7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news__category {
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorGray);
    padding: 2px 12px;
    border-radius: 4px;
    background-color: var(--colorLight);
    position: absolute;
    top: 19px;
    right: 14px;
}
.news__top-arrows {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
}
.news__top-arrows .swiper-button-next, .news__top-arrows .swiper-button-prev {
    position: static;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #192252;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.news__top-arrows .swiper-button-next::after, .news__top-arrows .swiper-button-prev::after {
    display: none;
}
.news__filter-btn {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.news__top-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 7px;
}
.news__item {
    font-family: var(--Inter);
    padding: 0;
}
.news__item picture {
    height: 257px;
    display: block;
    border-radius: 18px;
    margin-bottom: 21.29px;
}
.news__item picture img {
    border-radius: 18px;
}
.news__item time {
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 130%;
    color: var(--colorMiddle);
    display: inline-block;
    padding-left: 18.93px;
    position: relative;
    margin-bottom: 16.1px;
}
.news__item time::before {
    content: "";
    width: 11.83px;
    height: 11.83px;
    border-radius: 50px;
    background-color: var(--colorLight);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news__item h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16rem;
    line-height: 140%;
    color: var(--colorDark);
    border-top: 1.18286px solid #d9d9d9;
    padding: 13.1px 0 14.19px 0;
}
.news__item p {
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: #939db7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news__item picture picture {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.news__item.news__item-style-one picture {
    margin-bottom: 18px;
}
.news__item.news__item-style-one h4 {
    border: none;
    padding: 0px 0px 14.4px 0px;
}
.news__item.news__item-style-one p {
    margin-bottom: 18px;
}
.news__item.news__item-style-one time {
    padding: 0;
    color: var(--colorLight);
}
.news__item.news__item-style-one time::before {
    display: none;
}
.news__item.news__item-style-two picture {
    margin-bottom: 21.24px;
}
.news__item.news__item-style-two h4 {
    border: none;
    padding: 0px 0px 14.16px 0px;
}
.news__item.news__item-style-two p {
    margin-bottom: 21.24px;
}
.news__item-link {
    font-family: var(--Inter);
    color: var(--colorLight);
    font-size: 14rem;
    line-height: 18px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.news__item-link::before {
    content: "";
    width: 0;
    left: 0;
    bottom: -1px;
    height: 1px;
    background-color: var(--colorLight);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
}
.about {
    margin-bottom: 94px;
}
.about__text {
    font-size: 16rem;
    line-height: 150%}
.about.about--one .about__title {
    padding-bottom: 17px;
    padding-top: 0px;
}
.about.about--one .about__text:not(:last-child) {
    margin-bottom: 30px;
}
.about.about--one .about__text:last-child {
    margin-bottom: 36px;
}
.about picture {
    display: block;
    border-radius: 25px;
    margin-top: 7px;
}
.about picture img {
    border-radius: 25px;
}
.about__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 634px;
    grid-template-columns: 1fr 634px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 28px;
    -ms-grid-row-align: center;
    align-self: center;
}
.about__btn {
    padding: 9px 16px;
    display: inline-block;
    margin-top: 6px;
}
.about-two {
    padding: 100px 0 80px 0;
}
.about-two__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 746px 526px;
    grid-template-columns: 746px 526px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 23px;
}
.about-two__btn-info.about-two__btn-size-min {
    font-size: 12rem;
}
.about-two__box {
    font-family: var(--Inter);
}
.about-two__box picture {
    display: block;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
}
.about-two__box picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 10px;
}
.about-two__box picture.about-two__picture-hei {
    height: 283px;
    margin-bottom: 26px;
}
.about-two__box picture.about-two__picture-hei--big {
    height: 469px;
    margin-bottom: 28px;
}
.about-two__title {
    margin-bottom: 23px;
}
.about-two__txt.text-midle {
    font-size: 16rem;
}
.about-two__links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 29px;
}
.about-two__links a {
    font-style: normal;
    font-weight: 600;
    font-size: 20rem;
    line-height: 130%;
    color: var(--colorDarkTwo);
}
.about-two__links p, .about-two__links-media {
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorDarkTwo);
}
.about-two__links-media {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px;
}
.about-two__links-media p {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.about-two__links-phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
}
.about-two__links-phone a {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.about-two__btn-info {
    padding: 9px 16px;
}
.about-three {
    font-family: var(--Inter);
    max-width: 1400px;
    width: 100%;
    margin-inline: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 246px 414px 1fr;
    grid-template-columns: 246px 414px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 21px;
    padding: 82px 0 62px 0;
    background-image: url(/local/templates/realestate/css/../images/about/aboutDecor.svg);
    background-repeat: no-repeat;
    background-position: 23% 80%}
.about-three__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-three__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.about-three__list li mark {
    font-style: normal;
    font-weight: 600;
    font-size: 42rem;
    line-height: 27px;
    letter-spacing: .01em;
    color: var(--colorDarkTwo);
    display: inline-block;
    padding-bottom: 12px;
    background: none;
}
.about-three__list span {
    font-style: normal;
    font-weight: 400;
    font-size: 12rem;
    line-height: 20px;
    letter-spacing: .01em;
    color: var(--colorDarkTwo);
}
.about-three__bg-decor {
    height: 527px;
    background-repeat: no-repeat;
    border-radius: 0 10px 10px 0;
    background-position: 100%}
.about-three__picture {
    height: 369px;
    border-radius: 10px;
    margin: 72px auto;
}
.about-three__picture img {
    border-radius: 10px;
}
.about-three__title {
    padding-bottom: 40px;
}
.about-three__box {
    margin-top: 39px;
    padding-left: 19px;
}
.about-three__box p {
    padding-left: 0px;
    margin-bottom: 19px;
}
.about-three__box p.mb {
    margin-bottom: 52px;
}
.about-three__list {
    padding-top: 83px;
    max-width: 592px;
    width: 100%}
.about-two__box p.--mb-one {
    margin-bottom: 24px;
}
.about-two__box p.--mb-two {
    margin-bottom: 39px;
}
.about-two__box p.--mb-three {
    margin-bottom: 28px;
}
.mortgage {
    padding: 56px 0 67px 0;
}
.mortgage.--bg-gray {
    background: url(/local/templates/realestate/css/../images/decor/bgDecot1.svg) #f9f9f9;
    background-repeat: no-repeat;
    background-position: 14% 100%}
.mortgage__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 28px;
}
.mortgage__buttons {
    gap: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.mortgage__btn {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding: 8px 14px;
}
.mortgage__btn.active {
    background-color: rgba(65, 105, 224, .2);
    color: var(--colorDark);
}
.mortgage__box-list .mortgage__box-item:not(:last-child) {
    margin-bottom: 9px;
}
.mortgage__box-item {
    padding: 13px 38px 12px 17px;
    font-family: var(--Inter);
    color: var(--colorMiddle);
    background: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mortgage__box-item p {
    font-style: normal;
    font-weight: 500;
    font-size: 16rem;
    line-height: 24px;
}
.mortgage__box-item span {
    font-style: normal;
    font-weight: 400;
    font-size: 12rem;
    line-height: 16px;
    opacity: .5;
}
.mortgage__box-item--left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
}
.mortgage__box-item.mortgage__box-item--btn {
    font-style: normal;
    font-weight: 400;
    font-size: 16rem;
    line-height: 24px;
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border: 1px solid rgba(65, 105, 224, .5);
    cursor: pointer;
}
.mortgage__box-item.mortgage__box-item--btn a {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: inline-block;
    padding: 21px 0 20px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: var(--colorDarkTwo);
}
.mortgage__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 414px 1fr;
    grid-template-columns: 414px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 24px;
}
.mortgage__form {
    background: #fff;
    color: var(--colorDark);
    border-radius: 25px;
    font-family: var(--Inter);
    padding: 31px 30px 0 31px;
}
.mortgage__form-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,  1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 14px 23px;
}
.mortgage__form .mortgage__form-box:not(:last-child) {
    margin-bottom: 12px;
}
.mortgage__form .mortgage__form-box:last-child {
    position: relative;
}
.mortgage__form-application {
    padding-top: 8px;
    position: absolute;
    max-width: 410px;
    width: 100%}
.mortgage__form-application h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    letter-spacing: .01em;
    padding-bottom: 5px;
}
.mortgage__form-application p {
    font-style: normal;
    font-weight: 400;
    font-size: 10rem;
    line-height: 130%;
    letter-spacing: .01em;
    color: #bfbfbf;
}
.mortgage__form.--pb {
    padding-bottom: 48px;
}
.mortgage__form-label span {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorDark);
    padding-bottom: 5px;
}
.mortgage__form-label .js-range-slider {
    width: 100%;
    max-width: -webkit-calc(100% - 28px - 25px);
    max-width: -moz-calc(100% - 28px - 25px);
    max-width: calc(100% - 28px - 25px);
    margin: 0 auto;
    position: relative;
    left: 28px;
    top: -2px;
}
.mortgage__count-container {
    padding: 12.5px 20px;
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorDark);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.mortgage__count-container p {
    margin-left: 5px;
    display: block;
}
.mortgage__form-label-tel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 12px;
    max-width: 100%;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 3px 3px 3px 14px;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: -3;
    grid-column-end: -1;
}
.mortgage__form-label-tel input[type=tel] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: .01em;
    color: var(--colorDark);
}
.mortgage__form-label-tel input[type=tel]::-webkit-input-placeholder {
    color: #b7b7b7;
}
.mortgage__form-label-tel input[type=tel]::-moz-placeholder {
    color: #b7b7b7;
}
.mortgage__form-label-tel input[type=tel]:-ms-input-placeholder {
    color: #b7b7b7;
}
.mortgage__form-label-tel input[type=tel]::-ms-input-placeholder {
    color: #b7b7b7;
}
.mortgage__form-label-tel input[type=tel]::placeholder {
    color: #b7b7b7;
}
.mortgage__form-submit {
    padding: 8.5px 16px;
}
.mortgage__form-label-price {
    font-weight: 700;
    font-size: 28rem;
    line-height: 36.4px;
    color: var(--colorDark);
    display: block;
    margin-top: 5px;
}
.mortgage__form-price {
    max-width: 777px;
    width: 100%;
    margin-top: 30px;
    margin-left: 3px;
    margin-bottom: 58px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mortgage__form-price-item span {
    font-weight: 400;
    font-size: 14rem;
    line-height: 19.6px;
    color: var(--colorDark);
    opacity: .5;
    padding-bottom: 6px;
    display: block;
}
.mortgage__form-price-item p {
    font-weight: 400;
    font-size: 14rem;
    line-height: 19.6px;
    color: var(--colorDark);
}
.mortgage__calculate_open {
    color: var(--colorLight);
    font-family: var(--Inter);
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 15px;
    display: none;
}
.slider-big {
    background-image: url(/local/templates/realestate/css/../images/slider-big.jpg);
    background-color: rgba(0, 0, 0, .35);
    background-blend-mode: overlay;
    background-size: cover;
    position: relative;
    overflow: hidden;
    font-family: var(--Inter);
}
.slider-big__slider {
    overflow: hidden;
}
.slider-big .container {
    position: relative;
}
.slider-big .swiper-button-prev {
    left: 0;
    top: 46%}
.slider-big .swiper-button-next {
    right: 0;
    top: 46%}
.slider-big__slide {
    min-height: 475px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 129px;
    padding-bottom: 90px;
}
.slider-big__slide h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 36rem;
    line-height: 130%;
    color: #fff;
    padding-bottom: 26px;
}
.slider-big__slide p {
    font-style: normal;
    font-weight: 500;
    font-size: 22rem;
    line-height: 130%;
    color: #fff;
    padding-bottom: 40px;
}
.slider-big__slide-btn {
    padding: 17.5px 45.5px;
    display: inline-block;
}
.slider-big .swiper-button-next, .slider-big .swiper-button-prev {
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slider-big .swiper-button-next::after, .slider-big .swiper-button-prev::after {
    display: none;
}
.bannerTwo {
    font-family: var(--Inter);
}
.bannerTwo.pb {
    padding-bottom: 17.93px;
}
.bannerTwo__inner {
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
}
.bannerTwo__box {
    max-width: 650px;
    width: 100%;
    margin-inline: auto;
    min-height: 282.9px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bannerTwo h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 42rem;
    line-height: 130%;
    text-align: center;
    color: #fff;
    padding-bottom: 16.33px;
}
.bannerTwo p {
    font-style: normal;
    font-weight: 400;
    font-size: 18rem;
    line-height: 130%;
    text-align: center;
    color: #fff;
    opacity: .7;
}
.bread-crumbs {
    padding-top: 19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 23px;
    gap: 10px;
}
.bread-crumbs__link {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 130%;
    color: var(--colorDarkTwo);
    padding-right: 15.39px;
    position: relative;
}
.bread-crumbs__link::before {
    content: "";
    background: url(/local/templates/realestate/css/../images/bread.svg);
    position: absolute;
    right: 0;
    top: 10px;
    width: 7px;
    height: 12px;
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
}
.bread-crumbs__link.dis {
    color: rgba(25, 34, 82, .5);
}
.catalog__title {
    padding-bottom: 36px;
}
.catalog .offer__inner.active {
    padding-bottom: 61px;
    margin-bottom: 0px;
}
.catalog .offer__filter-big.active {
    margin-bottom: 0px;
}
.filter-position-performance {
    font-family: var(--Inter);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 11px;
}
.filter-position-performance p {
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorDarkTwo);
}
.filter-position-performance__btn {
    border: 1px solid var(--colorLight);
    border-radius: 8px;
    padding: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 140%;
    color: var(--colorDarkTwo);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6.33px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .5;
}
.filter-position-performance__btn.active {
    opacity: 1;
}
.pagination {
    padding-top: 30px;
    padding-bottom: 51px;
    border-top: 1px solid #cecece;
    gap: 2px;
}
.pagination-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
}
.pagination__btn-number {
    font-weight: 600;
    font-size: 18rem;
    line-height: 25.2px;
    color: var(--colorLight);
    min-width: 34px;
    min-height: 34px;
}
.pagination__btn-number.act {
    color: #fff;
    background-color: var(--colorLight);
}
.pagination__btn-next {
    font-weight: 600;
    font-size: 12rem;
    line-height: 22px;
    letter-spacing: 1%;
    background-color: var(--colorLight);
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    min-height: 34px;
}
.listInnerFilter {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.listInnerFilter.animate {
    -webkit-animation-name: listInnerFilterAnimate;
    -moz-animation-name: listInnerFilterAnimate;
    animation-name: listInnerFilterAnimate;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    animation-duration: .4s;
}
.cardList-style {
    padding: 50px 0;
}
.cardList-style h1._main-title {
    margin: 0 0 30px 0;
}
.card-top {
    padding-bottom: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card-top ._main-title-big {
    max-width: 677px;
    width: 100%}
.card-top__info {
    padding-top: 0;
    font-family: var(--Inter);
    color: var(--colorLightTwo);
    font-style: normal;
    font-weight: 500;
    font-size: 14rem;
    line-height: 120%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.card-top__info button, .card-top__info a {
    color: var(--colorLightTwo);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card-top__info-box-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 27px;
    margin-bottom: 7.97px;
}
.card-top__info-box-top button {
    margin-left: 6px;
    gap: 11px;
    position: relative;
    left: -5px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.card-top__info-box-top button svg, .card-top__info-box-top button path, .card-top__info-box-top button circle {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.card-top__info-box-top button.active svg {
    fill: var(--colorLight);
}
.card-top__info-box-top button.active circle {
    fill: var(--colorLight);
}
.card-top__info-box-top button.active path {
    stroke: #fff;
}
.card-top__info-box-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 52px;
    padding-right: 14px;
}
.card-top__info-box-bottom a {
    gap: 8px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.card-top h1 {
    letter-spacing: -0.005em;
}
.card-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 856px 416px;
    grid-template-columns: 856px 416px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 23px;
}
.card-info-sliders {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 601px 186px;
    grid-template-columns: 601px 186px;
    -ms-grid-rows: 449px;
    grid-template-rows: 449px;
    grid-column-gap: 16px;
    padding-bottom: 24px;
}
.card-info-sliders-box {
    border-radius: 10px;
    padding: 23px 43px 71px 10px;
    background-color: #fff;
}
.card-info-sliders-box ul {
    font-family: var(--Inter);
    color: var(--colorDarkTwo);
    gap: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card-info-sliders-box ul li p {
    font-weight: 400;
    font-size: 14rem;
    line-height: 19.6px;
    padding: 9px 10px;
    border: 1px solid var(--colorDarkTwo);
    border-radius: 50px;
}
.card-info-slider-big, .card-info-slider-min {
    overflow: hidden;
    width: 100%;
    max-width: 100%}
.card-info-slider-big picture, .card-info-slider-min picture {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
}
.card-info-slider-big picture img, .card-info-slider-min picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.card-info-slider-big {
    position: relative;
}
.card-info-slider-big__arrows .swiper-button-prev {
    left: 16px;
}
.card-info-slider-big__arrows .swiper-button-nerx {
    left: 13px;
}
.card-info-slider-big__arrows .swiper-button-prev, .card-info-slider-big__arrows .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: rgba(70, 87, 147, .12);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card-info-slider-big__arrows .swiper-button-prev::after, .card-info-slider-big__arrows .swiper-button-next::after {
    display: none;
}
.card-info-slider-big .card__info-box {
    z-index: 2;
    top: 22px;
    left: 20px;
}
.card-info-slider-big .card__info-box p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    padding: 14.58px 14px 14.58px 15.77px;
}
.card-info-slider-big .card__advantages-box {
    z-index: 2;
    bottom: 21px;
}
.card-info-slider-big .card__advantages-box .bg-red {
    background-color: #f91155;
}
.card-info-slider-big .swiper-pagination {
    font-size: 0px;
    color: #f9f9f9;
    font-family: var(--Inter);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    bottom: 15px;
    right: 17px;
    left: auto;
}
.card-info-slider-big .swiper-pagination .swiper-pagination-current {
    font-weight: 600;
    font-size: 18rem;
    line-height: 25.2px;
}
.card-info-slider-big .swiper-pagination .swiper-pagination-total {
    font-weight: 600;
    font-size: 14rem;
    line-height: 19.6px;
    position: relative;
    padding-left: 19px;
    margin-left: 6px;
}
.card-info-slider-big .swiper-pagination .swiper-pagination-total::before {
    content: "из";
    font-weight: 600;
    font-size: 14rem;
    line-height: 19.6px;
    position: relative;
    position: absolute;
    bottom: 0;
    left: 0;
}
.card-info-list {
    padding: 30px 18px 37px;
    background-color: #fff;
    border-radius: 10px;
    font-family: var(--Inter);
}
.card-info-list h4 {
    font-weight: 400;
    font-size: 16rem;
    line-height: 22.4px;
    color: #0c1a30;
    padding-bottom: 9.5px;
}
.card-info-list a {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #0c1a30;
    opacity: .7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 9px;
}
.card-info-list li {
    border-bottom: 1px solid #cecece;
}
.card-info-list__item-one.name {
    padding-bottom: 22px;
}
.card-info-list__item-one.name.style-two {
    padding-bottom: 26px;
}
.card-info-list__item-one.name.style-three {
    padding: 25px 0px;
}
.card-info-list__item-one.price {
    padding: 23px 0px 28px 0;
    padding-left: 5px;
    padding-right: 17px;
}
.card-info-list__item-one.price mark {
    font-weight: 700;
    font-size: 24rem;
    line-height: 33.6px;
    color: var(--colorLight);
    background: none;
}
.card-info-list__item-one.price span {
    font-weight: 400;
    font-size: 14rem;
    line-height: 19.6px;
    color: #939db7;
}
.card-info-list__item-one.price-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 16px;
}
.card-info-list__item-one.price-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card-info-list__item-one.price-bottom a {
    position: relative;
}
.card-info-list__item-one.price-bottom a::before {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--colorLight);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.card-info-list__item-one.price-bottom a:first-child {
    font-weight: 400;
    font-size: 14rem;
    line-height: 19.6px;
    color: var(--colorLight);
    opacity: .7;
}
.card-info-list__item-one.price-bottom a:last-child {
    font-weight: 400;
    font-size: 14rem;
    line-height: 20px;
    color: var(--colorLight);
    opacity: 1 !important;
}
.card-info-list__item-one.price.style-two {
    padding: 26px 0 35px 0;
    border-bottom: 0px;
}
.card-info-list__item-one.price.style-three {
    padding-top: 0;
    padding-bottom: 25px;
}
.card-info-list__item-one.list {
    padding: 23px 0 35px 0;
}
.card-info-list__item-one.list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 3px;
}
.card-info-list__item-one.list ul li {
    border: none;
}
.card-info-list__item-one.list ul li span {
    font-weight: 500;
    font-size: 15rem;
    line-height: 19.6px;
    color: #0c1a30;
    opacity: .7;
    display: block;
    padding-bottom: 13px;
}
.card-info-list__item-one.list ul li p {
    font-weight: 600;
    font-size: 18rem;
    line-height: 12.5px;
    color: #0c1a30;
}
.card-info-list__item-one.list.style-two {
    padding: 26px 0;
}
.card-info-list__item-one.list.style-three {
    padding: 25px 0px;
}
.card-info-list__item-one.year {
    padding: 23px 0 27px 0;
}
.card-info-list__item-one.year time, .card-info-list__item-one.year p, .card-info-list__item-one.year span {
    font-weight: 400;
    font-size: 16rem;
    line-height: 22.4px;
    color: #0c1a30;
}
.card-info-list__item-one.year.style-two {
    padding: 26px 0;
}
.card-info-list__item-one.year.style-three {
    padding: 25px 0px;
}
.card-info-list__item-one.riester {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    padding: 27px 0 36px 0;
    border-bottom: 0px;
}
.card-info-list__item-one.riester p {
    font-weight: 400;
    font-size: 16rem;
    line-height: 22.4px;
    color: #0c1a30;
}
.card-info-list__item-one.riester.style-two {
    padding: 26px 0;
    border-bottom: 1px solid #cecece;
}
.card-info-list__item-one.riester.style-three {
    border-bottom: 0px;
    padding: 25px 0 43px 0;
}
.card-info-list__item-one.buttons {
    border-bottom: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
}
.card-info-list__item-one.buttons button, .card-info-list__item-one.buttons a {
    padding: 13px 10px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    opacity: 1;
}
.card-info-list__item-one.buttons button.btn-middle-btoder, .card-info-list__item-one.buttons a.btn-middle-btoder {
    color: #0c1a30;
}
.card-info {
    padding-bottom: 25px;
}
.card-info-accordion {
    gap: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card-info-accordion.pb {
    padding-bottom: 23px;
}
.card-info-accordion-item {
    color: var(--colorDarkTwo);
    font-family: var(--Inter);
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    padding: 0 34px 0px 48px;
    background-color: #fff;
    -webkit-transition: all .43s ease;
    -moz-transition: all .43s ease;
    transition: all .43s ease;
    padding-top: 33px;
    padding-bottom: 30px;
    position: relative;
}
.card-info-accordion-item.--p-vert {
    padding-top: 39px;
    padding-bottom: 44px;
}
.card-info-accordion-item.--p-vert h4 {
    padding-bottom: 14px;
}
.card-info-accordion-item h4 {
    font-weight: 700;
    font-size: 22rem;
    line-height: 28.6px;
    padding-bottom: 21px;
}
.card-info-accordion-item__body-text p {
    font-weight: 400;
    font-size: 14rem;
    line-height: 18.2px;
    padding-right: 76px;
    padding-left: 5px;
}
.card-info-accordion-item__body-text p:not(:first-child) {
    visibility: hidden;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.card-info-accordion-item__body-text p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card-info-accordion-item__body-text h4 {
    padding-bottom: 15px;
}
.card-info-accordion-item.active .card-info-accordion-item__body-text p:not(:first-child) {
    visibility: inherit;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    opacity: 1;
    overflow: hidden;
    -webkit-line-clamp: 1000;
}
.card-info-accordion-item.active .card-info-accordion-item__body-text p:not(:last-child) {
    margin-bottom: 24px;
}
.card-info-accordion-item__btn {
    position: absolute;
    width: 67px;
    height: 67px;
    border-radius: 50px;
    background: #f9f9f9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 49px;
    right: 34px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.card-info-accordion-item__btn svg>path, .card-info-accordion-item__btn svg {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.card-info-accordion-item__btn svg {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.card-info-accordion-item__btn.active {
    background-color: var(--colorLight);
}
.card-info-accordion-item__btn.active svg>path {
    fill: #fff;
    stroke: #fff;
}
.card-info-accordion-item__btn.active svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.card-info-accordion-item__body-box {
    max-width: 917px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,  1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 91px;
    grid-row-gap: 13px;
}
.card-info-accordion-item__body-box-elem {
    font-weight: 400;
    font-size: 14rem;
    line-height: 18.2px;
    color: var(--colorDarkTwo);
    opacity: .7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
    width: 100%}
.card-info-accordion-item__body-box-elem p {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.card-info-accordion-item__body-box-elem.style-one {
    gap: 14px;
}
.card-info-accordion-item__body-box-elem.style-two {
    gap: 22.5px;
}
.card-info-accordion-item__body-box-elem:first-child, .card-info-accordion-item__body-box-elem:nth-child(2), .card-info-accordion-item__body-box-elem:nth-child(3), .card-info-accordion-item__body-box-elem:nth-child(4) {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.card-info-accordion-item__body-box-elem:not(:first-child, :nth-child(2), :nth-child(3), :nth-child(4)) {
    visibility: hidden;
    display: none;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.card-info-accordion-item__body-box-elem:not(:first-child, :nth-child(2), :nth-child(3), :nth-child(4)).active {
    visibility: initial;
    opacity: .7;
}
.card-info-accordion-item__body-box-line {
    width: 100%;
    height: 1px;
    background-color: #cecece;
}
.map {
    height: 328px;
    border-radius: 16px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
}
.map ymaps {
    width: 100% !important;
    max-width: 100% !important;
}
.map iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: 328px;
    border-radius: 16px;
}
.banner-min {
    font-family: var(--Inter);
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 33px;
    padding-block: 25px 16.13px;
    margin-bottom: 56px;
}
.banner-min h3 {
    font-weight: 700;
    font-size: 22rem;
    line-height: 28.6px;
    color: var(--colorDark);
}
.banner-min__btn {
    padding: 16.18px 30.18px;
}
.banner-min.--mb {
    margin-bottom: 78px;
    padding-right: 114px;
}
.similar-offer-slider {
    padding-bottom: 58.78px;
}
.similar-offer__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 45.83px;
}
.similar-offer__top .similar-offer-button-prev, .similar-offer__top .similar-offer-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid var(--colorDarkTwo);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.similar-offer__top h2 {
    letter-spacing: -0.005em;
}
.similar-offer__arrows {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
    position: relative;
    top: 4px;
    right: 3px;
}
.similar-offer__slider {
    overflow: hidden;
}
.banner-three {
    font-family: var(--Inter);
    border-radius: 29.13px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 573px;
    grid-template-columns: 1fr 573px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 272px;
}
.banner-three::before {
    content: "";
    position: absolute;
    background-image: url(/local/templates/realestate/css/../images/bannerPhoto/bg-decor.svg);
    background-repeat: no-repeat;
    width: 26px;
    height: 137px;
    right: 553px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-three.mb {
    margin-bottom: 61px;
}
.banner-three__box {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 70px;
}
.banner-three__box h3 {
    font-weight: 700;
    font-size: 32rem;
    line-height: 41.6px;
    color: var(--colorDarkTwo);
    padding-bottom: 24px;
    padding-left: 16px;
    padding-top: 15px;
    letter-spacing: -0.005em;
}
.banner-three__btn {
    padding: 15px 30px;
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%}
.banner-three picture {
    display: block;
    border-radius: 0px 29.13px 29.13px 0px;
    background-repeat: no-repeat;
}
.banner-three picture img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0px 29.13px 29.13px 0px;
}
.montrage-content .mortgage {
    padding-top: 0px;
    background-position: 14% 64%}
.montrage-top-banner {
    font-family: var(--Inter);
    min-height: 560px;
    border-radius: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.montrage-top-banner.--mb {
    margin-bottom: 63px;
}
.montrage-top-banner__box {
    padding-top: 140px;
    padding-left: 46px;
}
.montrage-top-banner__box-text {
    font-weight: 500;
    font-size: 18rem;
    line-height: 23.4px;
    color: var(--colorDark);
    padding-bottom: 70px;
}
.montrage-top-banner__box-title {
    padding-bottom: 23px;
}
.montrage-top-banner__box-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (210px)[4];
    grid-template-columns: repeat(4,  210px);
    -ms-grid-rows: 113px;
    grid-template-rows: 113px;
    grid-column-gap: 15px;
    position: relative;
    z-index: 2;
}
.montrage-top-banner__box-list li {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, .85);
    border-radius: 11px;
    padding: 27px 21px 0 21px;
}
.montrage-top-banner__box-list li p {
    font-weight: 500;
    font-size: 13rem;
    line-height: 16.9px;
    color: var(--colorDarkTwo);
    padding-bottom: 12px;
}
.montrage-top-banner__box-list li strong {
    font-weight: 700;
    font-size: 28rem;
    line-height: 28px;
    color: var(--colorLight);
    letter-spacing: -0.03em;
}
.montrage-top-banner__box-list li strong span {
    font-size: 12rem;
}
.montrage-top-banner__box-list li.montrage-top-banner__box-links {
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.montrage-top-banner__box-list li.montrage-top-banner__box-links a {
    background-color: rgba(65, 105, 224, .8);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 11px;
    font-weight: 600;
    font-size: 16rem;
    line-height: 20.8px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    max-width: 100%;
    width: 100%}
.montrage-top-banner__box-list li:nth-child(2) {
    padding-left: 17px;
}
.montrage-top-banner__box-list li:nth-child(3) {
    padding-left: 16px;
}
.montrage-top-banner picture {
    position: absolute;
    right: 0;
    top: 0;
}
.montrage-accordion-inner.--pb {
    padding-bottom: 49px;
}
.montrage-accordion__title {
    padding-bottom: 27px;
}
.montrage-accordion h2 {
    letter-spacing: -0.005em;
}
.montrage-accordion__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    width: 100%}
.montrage-accordion__item {
    font-family: var(--Inter);
    padding-block: 52px;
    padding-inline: 54px 60px;
    max-width: 100%;
    width: 100%;
    border-bottom: 3px solid rgba(205, 214, 218, .25);
    overflow: hidden;
}
.montrage-accordion__item-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.montrage-accordion__item-number {
    font-weight: 700;
    font-size: 48rem;
    line-height: 57.6px;
    color: var(--coloLightBlue);
}
.montrage-accordion__item-title {
    font-weight: 700;
    font-size: 22rem;
    line-height: 34.6px;
    letter-spacing: -0.005em;
    color: var(--colorDark);
    margin-left: 52px;
    margin-right: auto;
}
.montrage-accordion__item-btn {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-color: #f3f5f6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.montrage-accordion__item-btn.active {
    background-color: var(--colorLight);
}
.montrage-accordion__item-btn.active svg path {
    fill: #fff;
}
.montrage-accordion__item-btn.active svg {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.montrage-accordion__item-body {
    font-weight: 400;
    font-size: 14rem;
    line-height: 18.2px;
    color: var(--colorDarkTwo);
    opacity: .7;
    padding-left: 111px;
    overflow: hidden;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-animation: rotateAccordionBodyTop .4s linear forwards;
    -moz-animation: rotateAccordionBodyTop .4s linear forwards;
    animation: rotateAccordionBodyTop .4s linear forwards;
}
.montrage-accordion__item-body ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
    height: 0px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.montrage-accordion__item-body li {
    position: relative;
    padding-left: 10px;
}
.montrage-accordion__item-body li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 10em;
    border-radius: 10em;
    background-color: var(--colorDarkTwo);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.montrage-accordion__item.active>.montrage-accordion__item-body {
    -webkit-animation: rotateAccordionBodyBottom .4s linear forwards;
    -moz-animation: rotateAccordionBodyBottom .4s linear forwards;
    animation: rotateAccordionBodyBottom .4s linear forwards;
}
.montrage-accordion__item.active>.montrage-accordion__item-body ul {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.montrage-accordion__item.active .montrage-accordion__item-top {
    margin-bottom: 16px;
}
@-webkit-keyframes rotateAccordionBodyBottom {
    0% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}
100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}
}@-moz-keyframes rotateAccordionBodyBottom {
    0% {
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}
100% {
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}
}@keyframes rotateAccordionBodyBottom {
    0% {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}
100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}
}@-webkit-keyframes rotateAccordionBodyTop {
    0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}
50% {
    -webkit-transform: rotateX(45deg);
    transform: rotateX(45deg);
    opacity: .5;
}
100% {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}
}@-moz-keyframes rotateAccordionBodyTop {
    0% {
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}
50% {
    -moz-transform: rotateX(45deg);
    transform: rotateX(45deg);
    opacity: .5;
}
100% {
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}
}@keyframes rotateAccordionBodyTop {
    0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}
50% {
    -webkit-transform: rotateX(45deg);
    -moz-transform: rotateX(45deg);
    transform: rotateX(45deg);
    opacity: .5;
}
100% {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}
}.range-slider__thumb[data-lower] {
    height: 0px;
    border-radius: 0px 0px 50px 50px;
    background-color: #a0b4ef;
}
.range-slider {
    height: 3px;
    border-radius: 50px;
    background-color: #a0b4ef;
    max-width: -webkit-calc(100% - 36px);
    max-width: -moz-calc(100% - 36px);
    max-width: calc(100% - 36px);
    margin: 0 auto;
    position: relative;
    top: -1.5px;
}
.range-slider .range-slider__range {
    background-color: #a0b4ef;
    background: #a0b4ef;
    opacity: 1;
    height: 1px;
}
.range-slider__thumb[data-upper] {
    width: 8px;
    height: 8px;
    background-color: #4169e0;
    border: 2px solid #a0b4ef;
    left: 0px;
}
.banerOne.--mt {
    margin-top: 24px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 31.83px;
}
.banner-info.banner-info-style .banner-info__inner {
    border-radius: 0px;
    max-width: 100%;
    width: 100%;
    background-size: 100% 346px;
    overflow: hidden;
}
.banner-info.banner-info-style .banner-info__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1395px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.banner-info.banner-info-style .banner-info__container::before, .banner-info.banner-info-style .banner-info__container::after {
    content: "";
    position: absolute;
    background-color: #e0f2ff;
    height: 84%;
    width: 100vw;
    z-index: -1;
}
.banner-info.banner-info-style .banner-info__container::before {
    right: 1386px;
}
.banner-info.banner-info-style .banner-info__container::after {
    left: 1386px;
}
.banner-info.banner-info-style .banner-info__content {
    padding-bottom: 67.77px;
    padding-left: 161px;
}
.banner-info.banner-info-style .banner-info__content p {
    font-size: 19rem;
}
.banner-info.banner-info-style .banner-info__content h2 {
    font-size: 32rem;
}
.banner-info.banner-info-style .banner-info__container picture {
    position: relative;
    bottom: -8px;
}
.mortgage.--pt {
    padding-top: 60px;
}
.banerOne.--mt-t {
    margin-bottom: 63.83px;
    margin-top: 84px;
}
.mortgage.--mt-3 {
    padding-top: 63px;
}
.offer__filter.reverse.pb {
    padding-bottom: 32px;
}
.listInnerFilter .cards__list.col-three {
    grid-gap: 4px 21px;
}
.listInnerFilter .cards__list {
    padding-bottom: 58.78px;
}
.banerOne.--catalog {
    margin-top: 73px;
}
.banner-min.--mb-t {
    margin-bottom: 55px;
}
.similar-offer-slider.--mb-t {
    padding-bottom: 63.78px;
}
.banner-top-two__form-inner input:focus {
    border: none;
}
.mortgage__form-label .irs {
    height: 0;
    padding: 0;
}
.mortgage__form-label .irs-max, .mortgage__form-label .irs-min {
    display: none;
}
.mortgage__form-label .irs-single {
    display: none;
}
.mortgage__form-label .irs-line {
    top: 0 !important;
}
.mortgage__form-label .irs-bar {
    top: 0 !important;
}
.mortgage__form-label .irs-handle.single {
    top: 0 !important;
}
.mortgage__form-label .irs-line {
    background-color: #a0b4ef !important;
    padding-bottom: 0px;
    height: 3px !important;
    margin-top: -2px !important;
}
.mortgage__form-label .irs-bar.irs-bar--single {
    background-color: #a0b4ef !important;
    height: 3px !important;
    padding-bottom: 0px !important;
    display: none !important;
}
.mortgage__form-label .irs--flat .irs-handle {
    background-color: #4169e0;
    width: 10px;
    height: 10px;
    border-radius: 10em;
    border: 2px solid #a0b4ef;
    margin-top: -3px !important;
}
.mortgage__form-label .irs--flat .irs-handle>i:first-child {
    display: none !important;
}
.mortgage__form-label .irs.irs--flat {
    width: -webkit-calc(100% - 24px - 18px);
    width: -moz-calc(100% - 24px - 18px);
    width: calc(100% - 24px - 18px);
    left: 18px;
}
.mortgage__form-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px;
    font-family: var(--Inter);
    margin-top: 16px;
}
.mortgage__form-buttons button {
    padding-inline: 8px;
    background: var(--colorBtnFormMin);
    color: var(--colorLight);
    border-radius: 4px;
    font-weight: 400;
    font-size: 12rem;
    line-height: 140%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.mortgage__form-buttons button.active {
    background-color: var(--colorLight);
    color: #fff;
}
.mortgage__form-box.--grid-gap {
    gap: 33px 21px;
}
.mortgage__form-label.input__bid {
    position: relative;
    top: -8px;
}
.mortgage__form-label.input__priceMount {
    position: relative;
    top: -7px;
}
.mortgage.mortgage-page .mortgage__form-application {
    padding-top: 2px;
}
.irs-handle {
    cursor: pointer;
}
.bread-crumbs__link_end {
    font-family: var(--Inter);
    font-style: normal;
    font-weight: 400;
    font-size: 14rem;
    line-height: 130%;
    color: var(--colorDarkTwo);
    padding-right: 15.39px;
    position: relative;
}
fieldset {
    padding:  0;
}
.btn-back-news {
    display: block;
    padding: 10px 0;
    width: 150px;
    text-align: center;
}
.back-main-button {
    text-align:  center;
    padding:  10px 0;
    width:  205px;
    font-size:  16rem;
    line-height:  150%;
    margin-top: 15px;
}
.text-body-main {
    font-size:  16rem;
    line-height:  150%;
    margin-top: 15px;
}
.flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex-at-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 7%}
.offer__filter-accordion-top {
    padding: 16px 25px 16px 18px;
}
.offer__filter-elem.gapRaight .offer__filter-item:not(:first-child) {
    margin-right: 2.5px;
}
.card__favotites {
    top: 13px;
}

.bx-catalog-subscribe-form-container-input input[type="text"]  {
    
    padding:  12.5px 20px !important;
    
    border:  1px solid var(--colorRudius) !important;
    
    font-size:  12rem  !important;
    
    font-style:  normal !important;
    
    font-weight:  400 !important;
    
    letter-spacing:  .12px !important;
    
    color:  var(--colorDark) !important;
    
    border-radius:  var(--border-rudius-ui) !important;
    
    max-width:  100% !important;
    
    width:  100% !important;
    
}
.subscribe-buttons .btn span {
    
    display: inline-block !important;
    
    font-family:  var(--Inter) !important;
    
    font-style:  normal !important;
    
    padding:  5px 9px;
    
    font-weight:  600 !important;
    
    font-size:  14rem !important;
    
    line-height:  22px !important;
    
    color:  #000000 !important;
    
    background-color:  var(--colorLight) !important;
    
    border-radius:  5px !important;
    
    -webkit-transition:  all .3s ease-in-out !important;
    
    -moz-transition:  all .3s ease-in-out !important;
    
    transition:  all .3s ease-in-out !important;
    
    border:  1px solid #a9b4cd !important;
    
    background-color:  #eff3fa !important;
    
    cursor: pointer;
}

.subscribe-buttons .btn-primary span {
    
    display: inline-block !important;
    
    font-family:  var(--Inter) !important;
    
    font-style:  normal !important;
    
    padding:  5px 9px;
    
    font-weight:  600 !important;
    
    font-size:  14rem !important;
    
    line-height:  22px !important;
    
    color:  #eff3fa !important;
    
    background-color:  var(--colorLight) !important;
    
    border-radius:  5px !important;
    
    -webkit-transition:  all .3s ease-in-out !important;
    
    -moz-transition:  all .3s ease-in-out !important;
    
    transition:  all .3s ease-in-out !important;
    
    border:  0 !important;
    
    margin-right: 4px;
    
}
.popup-window-titlebar-text {
    color: black !important;
}

.news-detail__info {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #939DB7;
}

.offer__filter-accordion {
    display: block !important;
}
/* End */


/* Start:/local/templates/realestate/css/media.css?173027040744239*/
@media (max-width: 1440px) {
  .banner-info.banner-info-style .banner-info__inner {
    background-size: cover;
  }

  .banner-info.banner-info-style .banner-info__content {
    padding-left: 0px;
  }

  .banner-info.banner-info-style .banner-info__container picture {
    display: block;
    max-width: 50%;
    width: 100%;
  }

  .banner-info.banner-info-style .banner-info__container picture img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .banner-info.banner-info-style .banner-info__container {
    max-width: 1296px;
    width: 100%;
    margin-inline: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card-info {
    -ms-grid-columns: 800px 1fr;
    grid-template-columns: 800px 1fr;
  }

  .card-info-sliders {
    -ms-grid-columns: 574px 186px;
    grid-template-columns: 574px 186px;
  }

  .banner-min.--mb {
    padding-right: 0px;
  }

  .banner-three__box h3 {
    padding-left: 0px;
  }
}

@media (max-width: 1350px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }

  .menu__list .menu__item:first-child,
  .menu__list .menu__item:nth-child(2),
  .menu__list .menu__item:nth-child(3),
  .menu__list .menu__item:nth-child(4),
  .menu__list .menu__item:nth-child(5) {
    margin-right: 0;
  }

  .menu__list {
    margin: 0 auto;
    gap: 20px;
  }

  .bannerSlider__slide-title {
    font-size: 39rem;
    max-width: 60%;
    width: 100%;
    line-height: 120%;
  }

  .mortgage__form-application {
    position: static;
  }

  .mortgage__form-application,
  .footer__list ul:nth-child(2),
  .footer__txt {
    margin-right: 0px;
  }

  .footer__txt {
    margin-left: 0;
  }

  .footer__list {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }

  .offer__filter-big {
    gap: 15px;
  }

  .banner-info.banner-info-style .banner-info__container {
    max-width: 100%;
    padding: 0 15px;
  }

  .about-two__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
  }

  .about-two__txt br {
    display: none;
  }

  .slider-big .swiper-button-next {
    right: 10px;
  }

  .slider-big .swiper-button-prev {
    left: 10px;
  }

  .about-three {
    padding-right: 15px;
  }

  .about-three__picture {
    max-width: 100%;
    width: 100%;
    display: block;
  }

  .about-three__picture img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about-three__box {
    padding-left: 0px;
  }

  .about-three__box p br {
    display: none;
  }

  .banner-info.banner-info--banerMortgage-two h2 {
    font-size: 30rem;
  }

  .banner-info.banner-info--banerMortgage-two .banner-info__box {
    padding-right: 15px;
    left: 0;
  }

  .banner-info.banner-info--banerMortgage-two p {
    padding-bottom: 25px;
  }

  .bannerTwo.pb .container {
    padding: 0;
  }
}

@media (max-width: 1280px) {

  .banner-info__inner,
  .banerMortgage__inner {
    background-size: cover;
    padding-top: 10px;
  }

  .banerMortgage__list {
    -ms-grid-columns: (250px)[2];
    grid-template-columns: repeat(2, 250px);
  }

  .footer__list ul:first-child {
    margin-right: 0;
  }

  .offer__filter-big {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .offer__filter-button,
  .offer__filter-button {
    margin-bottom: 0px;
  }

  .banner-info.banner-info--banerMortgage-two picture {
    max-width: 55%;
    width: 100%;
    display: block;
    left: 0;
  }

  .banner-info.banner-info--banerMortgage-two picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .about-three__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }

  .banner-info.banner-info--banerMortgage-two {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .banner-info.banner-info--banerMortgage-two .banner-info__box {
    margin-bottom: 30px;
  }

  .bannerTwo h2 {
    font-size: 35rem;
    padding-bottom: 15px;
  }

  .card.line {
    -ms-grid-columns: 386px 334px 191px;
    grid-template-columns: 386px 334px 191px;
    grid-column-gap: 15px;
  }

  .card-line-sliders {
    gap: 10px;
  }

  ._main-title-big {
    font-size: 30rem;
    line-height: 33.8px;
  }

  .card-top ._main-title-big {
    max-width: 568px;
    width: 100%;
  }

  .card-top__info-box-top {
    gap: 10px;
  }

  .card-top__info-box-top button {
    top: 0;
  }

  .card-top__info-box-bottom {
    gap: 25px;
  }

  .card-info-list__item-one.buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-info-list__item-one.buttons button,
  .card-info-list__item-one.buttons a {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .card-info-list__item-one.price-bottom,
  .card-info-list__item-one.price-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-info-sliders {
    -ms-grid-columns: 536px 194px;
    grid-template-columns: 536px 194px;
  }

  .card-info {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card-info-sliders-box {
    padding: 10px 10px 30px 10px;
  }

  .card-info-list {
    padding: 30px 15px 30px;
  }

  .card-info-accordion-item__btn {
    width: 45px;
    height: 45px;
    top: 20px;
    right: 20px;
  }

  .card-info-accordion-item {
    padding: 30px;
  }

  .card-info-accordion-item__body-text p {
    padding-right: 0px;
  }

  .banner-three__box {
    padding-left: 30px;
  }

  .banner-three__box h3 {
    font-size: 30rem;
  }

  .banner-three {
    gap: 10px;
  }

  .banner-three picture {
    max-width: 100%;
    width: 100%;
  }

  .banner-three picture img {
    width: 100%;
  }

  .card-characteristics__box.card-characteristics__box-text,
  .card-characteristics__box.card-characteristics__box-list {
    padding: 20px;
  }

  .card-characteristics__box.card-characteristics__box-text p br {
    display: none;
  }

  .card-characteristics p:not(:last-child) {
    margin-bottom: 15px;
  }

  .montrage-top-banner picture {
    max-width: 50vw;
    width: 100%;
    height: 100%;
  }

  .montrage-top-banner picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

@media (max-width: 1200px) {
  .mortgage__form-label-tel input[type=tel] {
    max-width: 130px;
    width: 100%;
  }

  .card-line-sliders {
    -ms-grid-columns: 245px 64px;
    grid-template-columns: 245px 64px;
  }

  .card.line {
    -ms-grid-columns: 319px 334px 191px;
    grid-template-columns: 319px 334px 191px;
    grid-column-gap: 20px;
  }

  .banner-three::before {
    display: none;
  }

  .banner-three {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .banner-three picture img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 1160px) {
  .banerOne picture img {
    border-radius: 0 25px 25px 0;
    max-width: 100%;
    width: 100%;
  }

  .banerOne picture {
    max-width: 50%;
  }

  .banner-info.banner-info--one .banner-info__content {
    padding-left: 40px;
    overflow: hidden;
  }

  .banner-info.banner-info--one .banner-info__inner picture {
    max-width: 50%;
    width: 100%;
    width: 100%;
    overflow: hidden;
    border-bottom-right-radius: 25px;
  }

  .banner-info.banner-info--one .banner-info__inner picture img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .banner-info__content {
    max-width: 50%;
    width: 100%;
  }

  .about--one .about__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .about--one .about__inner picture {
    max-width: 100%;
    width: 100%;
  }

  .about--one .about__inner picture img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .banerMortgage__content {
    padding-left: 40px;
  }

  .mortgage__box {
    -ms-grid-columns: 350px 1fr;
    grid-template-columns: 350px 1fr;
  }

  .mortgage__form {
    padding-bottom: 30px;
  }

  .banner-info.banner-info-style .banner-info__container {
    padding: 0;
  }

  .slider-big__slide {
    padding-left: 60px;
  }

  .card-info-sliders {
    -ms-grid-columns: 440px 190px;
    grid-template-columns: 440px 190px;
  }

  .card-info {
    grid-column-gap: 10px;
  }

  .banner-three::before {
    right: 50%;
  }
}

@media (max-width: 1100px) {
  .card-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .card-top ._main-title-big {
    max-width: 100%;
    width: 100%;
  }

  .card-top ._main-title-big br {
    display: none;
  }

  .card-top__info-box-bottom {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-top__info,
  .card-top__info-box-bottom {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-top__info-box-top,
  .card-top__info-box-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 1070px) {
  .card.line {
    -ms-grid-columns: 319px 295px 191px;
    grid-template-columns: 319px 295px 191px;
  }

  .card__advantages-item:first-child,
  .card__advantages-item:nth-child(2) {
    margin-right: 0;
  }

  .card.line .card__advantages {
    gap: 15px;
  }

  .card__advantages {
    gap: 15px;
  }
}

@media (max-width: 1044px) {

  .header__search,
  .header__buttons-additionally,
  .menu__list {
    display: none;
  }

  .header__button-burger.burger__mob {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__search.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cards__list.col-three {
    -ms-grid-columns: (minmax(300px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    grid-gap: 15px;
  }

  .banerMortgage__inner picture {
    margin-right: 0;
    margin-left: auto;
  }

  .banerMortgage__content {
    padding-bottom: 0px;
  }

  .banerMortgage__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    padding-bottom: 30px;
  }

  .banner-info__inner,
  .banerMortgage__inner {
    padding-top: 30px;
  }

  .mortgage__box {
    grid-column-gap: 15px;
  }

  .mortgage__form-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mortgage__form-application {
    max-width: 100%;
    width: 100%;
  }

  .about-three {
    -ms-grid-columns: 1fr 1fr 2fr;
    grid-template-columns: 1fr 1fr 2fr;
  }
}

@media (max-width: 1010px) {
  .mortgage__form-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .bannerSlider__slide-title {
    margin-bottom: 30px;
  }

  .bannerSlider__slide {
    padding-inline: 30px;
  }

  .bannerSlider__arrows {
    bottom: 40px;
  }

  .bannerSlider__dots {
    display: block;
  }

  .bannerSlider__arrows .bannerSlider__dots {
    display: block;
  }

  .bannerSlider__arrows .swiper-pagination {
    display: none;
  }

  .bannerSlider__arrows {
    bottom: 0.5px;
    right: 0.5px;
    padding: 20px;
    border-bottom-right-radius: var(--border-rudius);
    border-top-left-radius: var(--border-rudius);
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.192);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .bannerSlider__slide-title {
    max-width: -webkit-calc(85% - 50px);
    max-width: -moz-calc(85% - 50px);
    max-width: calc(85% - 50px);
    width: 100%;
  }

  .bannerSlider__slide {
    min-height: 450px;
  }

  .banner-info.banner-info--one.banner-info-style picture {
    display: none;
  }

  .banner-info.banner-info--one.banner-info-style .banner-info__content {
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 30px;
    max-width: 100%;
    width: 100%;
  }

  .about-two__box picture.about-two__picture-hei--big {
    height: 342px;
  }

  .about-two__txt.text-midle {
    font-size: 15rem;
  }

  .about-two__links a {
    font-size: 16rem;
  }

  .about-two__links {
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .slider-big__slide h3 {
    font-size: 28rem;
    padding-bottom: 20px;
  }

  .slider-big__slide p {
    font-size: 18rem;
  }

  .slider-big__slide p {
    padding-bottom: 20px;
  }

  .slider-big__slide {
    padding-bottom: 0px;
    padding-left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider-big__slide h3,
  .slider-big__slide p {
    text-align: center;
  }

  .banner-info.banner-info--banerMortgage-two picture {
    display: none;
  }

  .banner-info.banner-info--banerMortgage-two {
    padding: 30px 15px 30px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .banner-info h2,
  .banner-info p {
    text-align: center;
  }

  .banner-info.banner-info--banerMortgage-two .banner-info__btn {
    margin: 0 auto;
  }

  .banner-info.banner-info--banerMortgage-two .banner-info__box {
    margin-bottom: 0px;
  }

  .bannerTwo p {
    font-size: 15rem;
  }

  .bannerTwo__box {
    padding: 0 15px;
  }

  .card-line-sliders {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 210px 64px;
    grid-template-rows: 210px 64px;
  }

  .card-line-slider-big,
  .card-line-sliders,
  .card-line-slider-min {
    height: 100%;
  }

  .card.line {
    -ms-grid-columns: 319px 1fr;
    grid-template-columns: 319px 1fr;
  }

  .card-line-box.flex-col-hei {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    gap: 10px;
  }

  .card.line .card__title {
    margin-bottom: 0px;
  }

  .card.line .card__price {
    gap: 0px;
  }

  .card.line .card__price span {
    margin-bottom: 10px;
  }

  .card.line .card__title,
  .card.line .card__txt {
    max-width: 350px;
    width: 100%;
  }

  .card-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-info-list {
    border-radius: 0px 0px 10px 10px;
    padding: 0px 10px 30px;
  }

  .card-info-sliders-box {
    border-radius: 10px 10px 0px 0px;
  }

  .card-info-sliders {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }

  .card-info-list__item-one.price {
    padding-left: 0;
    padding-right: 0;
  }

  .card-info-list__item-one.name {
    padding-bottom: 20px;
  }

  .card-info-list__item-one.price {
    padding-block: 20px;
  }

  .card-info-list__item-one.list,
  .card-info-list__item-one.year,
  .card-info-list__item-one.riester,
  .card-info-list__item-one.list.style-two,
  .card-info-list__item-one.year.style-two,
  .card-info-list__item-one.riester.style-two,
  .card-info-list__item-one.price.style-two,
  .card-info-list__item-one.name.style-three,
  .card-info-list__item-one.list.style-three,
  .card-info-list__item-one.year.style-three,
  .card-info-list__item-one.riester.style-three {
    padding: 20px 0px 20px 0px;
  }

  .card-info-list__item-one.price-top {
    padding-bottom: 15px;
  }

  .card-info-accordion-item h4 {
    font-size: 20rem;
  }

  .card-info-accordion-item__body-box {
    grid-column-gap: 35px;
  }

  .banner-min.--mb {
    padding: 0 15px;
    padding-block: 20px;
  }

  .banner-min.--mb h3 {
    font-size: 20rem;
    text-align: center;
  }

  .similar-offer__top {
    padding-bottom: 30px;
  }

  .card-info-list__item-one.list ul li p {
    font-size: 16rem;
    line-height: 16px;
  }

  .card-info-list__item-one.price.style-three {
    padding-bottom: 20px;
  }

  .card-characteristics {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }

  .montrage-top-banner__box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .montrage-top-banner__box-list {
    grid-template-columns: repeat(4, minmax(160px, 1fr));
  }

  .montrage-top-banner picture {
    max-width: 40vw;
  }
}

@media (max-width: 910px) {
  .header__dropdown-menu {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: auto;
    padding-right: 24px;
  }

  .header__dropdown-menu-link.phone,
  .header__dropdown-menu .header__search,
  .header__dropdown-menu-link.mail,
  .header__dropdown-menu-list.--mar-right,
  .header__dropdown-menu-list.header__dropdown-menu-list--strong {
    margin-right: 0;
  }

  .header__dropdown-menu-top {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }

  .header__dropdown-menu-list.header__dropdown-menu-list--strong {
    padding-left: 0px;
  }
}

@media (max-width: 850px) {
  .banerMortgage__content {
    max-width: 100%;
    width: 100%;
    padding-inline: 40px;
  }

  .banerMortgage__inner picture {
    display: none;
  }

  .banerMortgage__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .offer__filter-big {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .offer__filter-big.active .button-open-filter {
    margin-bottom: 0px;
  }

  .about-two__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-two__box picture.about-two__picture-hei--big {
    display: none;
  }

  .about-two__box p.--mb-one,
  .about-two__box p.--mb-two,
  .about-two__box picture.about-two__picture-hei,
  .about-two__links {
    margin-bottom: 15px;
  }

  .about-two__box p.--mb-three,
  .about-two__title {
    margin-bottom: 25px;
  }

  .about-three__picture {
    display: none;
  }

  .about-three {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }

  .about-three__bg-decor {
    height: 100%;
    background-size: cover;
  }

  .about-three__box {
    margin-top: 0px;
  }
}

@media (max-width: 820px) {
  .banerOne picture {
    max-width: 100%;
    width: 100%;
  }

  .banerOne picture img {
    border-radius: 0px;
    -webkit-filter: brightness(65%);
    filter: brightness(65%);
  }

  .banerOne {
    position: relative;
  }

  .banerOne__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.192);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .banerOne.mb {
    margin-top: 0px;
  }

  .banerOne__content-link.btn-middle {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .banerOne__content h2,
  .banerOne__content p {
    color: white;
  }

  .banerOne picture {
    height: 100%;
  }

  .banerOne picture img {
    height: 100%;
    min-height: 580px;
  }

  .mortgage__box-item {
    padding: 13px;
  }

  .mortgage__box-item--left {
    gap: 10px;
  }

  .mortgage__form {
    padding: 15px;
  }

  .banerOne.--mt {
    margin-top: 0;
  }

  .banerOne.--mt-t {
    margin-top: 0px;
  }

  .card.line {
    -ms-grid-columns: 260px 1fr;
    grid-template-columns: 260px 1fr;
  }

  .banerOne.--catalog {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 780px) {
  .about-three {
    -ms-grid-columns: 245px 1fr;
    grid-template-columns: 245px 1fr;
  }

  .about-three__list {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .bannerSlider__slide-title {
    max-width: -webkit-calc(80% - 50px);
    max-width: -moz-calc(80% - 50px);
    max-width: calc(80% - 50px);
    width: 100%;
    font-size: 30rem;
  }

  .bannerSlider__slide {
    padding-inline: 15px;
  }

  .cards__list.col-three {
    -ms-grid-columns: minmax(280px, 1fr);
    grid-template-columns: minmax(280px, 1fr);
    grid-gap: 15px;
  }

  ._main-title {
    font-size: 30rem;
    line-height: 120%;
  }

  .banner-info.banner-info--one .banner-info__content {
    padding-left: 30px;
  }

  .banner-info.banner-info--one .banner-info__inner picture {
    max-width: 40%;
  }

  .banner-info__inner {
    overflow: hidden;
  }

  .banner-info__content {
    max-width: 100%;
  }

  .news__slide p br {
    display: none;
  }

  .news__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }

  .news__top-buttons {
    margin-right: 0;
    margin-left: auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about.about--one .container {
    padding: 0px 0px 0px 15px;
  }

  .about.about--one picture img {
    border-radius: 25px 0px 0px 25px;
  }

  .banerMortgage__content {
    padding-inline: 30px;
  }

  .banerMortgage__inner h2 {
    font-size: 30rem;
  }

  .mortgage__box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .mortgage__calculate_open {
    display: block;
    margin-right: 0;
    margin-left: auto;
  }

  .card.line .card__title,
  .card.line .card__txt {
    max-width: 300px;
  }

  .card.line .card__title {
    font-size: 17rem;
    line-height: 120%;
  }

  .banner-min {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .banner-three {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner-three picture {
    display: none;
  }

  .banner-three__box {
    padding-left: 0px;
    padding-inline: 15px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-three__box h3,
  .banner-three__box p {
    text-align: center;
  }

  .montrage-top-banner picture {
    display: none;
  }

  .montrage-top-banner__box-list {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    grid-gap: 15px;
  }

  .montrage-top-banner__box-text {
    padding-bottom: 30px;
  }
  .montrage-accordion__item-btn{
    flex-shrink: 0;
  }
  .montrage-accordion__item{
    padding-inline: 10px;
    padding-block: 30px;
  }
}

@media (max-width: 750px) {
  .about-three__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-three__box .about-two__btn-info.btn-middle {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
  }

  .about-three__box .about-three__list {
    padding-top: 0px;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 670px) {
  .footer__list_social {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
  }

  .footer__txt {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .footer__list {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__list .footer__list-connection:not(:last-child) {
    margin-bottom: 0px;
  }

  .footer__list-connection a svg {
    margin-right: 5px;
  }

  .footer__logo {
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card.line {
    padding: 15px;
  }

  .card.line .card__favotites {
    top: 15px;
    right: 15px;
  }

  .card.line {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card.line .card__favotites {
    top: 20px;
    right: 20px;
  }

  .card-line-sliders {
    -ms-grid-rows: 250px 100px;
    grid-template-rows: 250px 100px;
  }

  .card-line-slide-big picture,
  .card-line-slide-min picture {
    height: 100%;
  }

  .card.line .card__title,
  .card.line .card__txt {
    max-width: 100%;
  }

  .card__info-box {
    max-width: 250px;
    width: 100%;
  }

  .card-info-sliders {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
    -ms-grid-rows: 449px 175px;
    grid-template-rows: 449px 175px;
  }

  .card-info-slider-big .card__info-box {
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
    width: 100%;
    top: 10px;
    left: 10px;
  }

  .card-info-slider-big .card__info-box p {
    padding: 12px;
  }

  .card-info-sliders {
    -ms-grid-rows: 380px 120px;
    grid-template-rows: 380px 120px;
  }

  .card-info-accordion-item__btn {
    top: 0;
    right: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    width: 75px;
  }

  .card-info-accordion-item__btn svg {
    margin-left: 10px;
    width: 16px;
  }

  .card-info-accordion-item__btn::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -1px;
    left: -10px;
    background-color: transparent;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 5px -2px 0px 2px #f9f9f9;
    box-shadow: 5px -2px 0px 2px #f9f9f9;
  }

  .card-info-accordion-item__btn::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 1px;
    bottom: -10px;
    background-color: transparent;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 5px -2px 0px 2px #f9f9f9;
    box-shadow: 5px -2px 0px 2px #f9f9f9;
  }

  .card-info-accordion-item__btn::after,
  .card-info-accordion-item__btn::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .card-info-accordion-item__btn.active::after,
  .card-info-accordion-item__btn.active::before {
    -webkit-box-shadow: 5px -2px 0px 2px var(--colorLight);
    box-shadow: 5px -2px 0px 2px var(--colorLight);
  }

  .card-info-accordion-item {
    overflow: hidden;
  }

  .card-info-accordion-item.active .card-info-accordion-item__body-text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .card-info-accordion-item__body-box-elem.style-two {
    gap: 6.5px;
  }

  .similar-offer__slider .card__info-box {
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
  }

  .card-characteristics__box.card-characteristics__box-text,
  .card-characteristics__box.card-characteristics__box-list {
    padding: 15px;
  }
}

@media (max-width: 650px) {
  .about.about--one .about__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about.about--one .about__inner picture {
    display: none;
  }

  .about.about--one .container {
    padding: 0 15px;
  }

  .offer__filter-big {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .offer__filter-big.active .offer__filter-elem-buttons {
    max-width: 100%;
  }

  .offer__filter-big.active {
    padding-bottom: 82px;
    margin-bottom: 0;
    padding-bottom: 150px;
  }

  .offer__filter-big.active .offer__filter-elem-buttons {
    bottom: 85px;
  }

  .offer__filter-big.active .button-open-filter {
    right: 0%;
    bottom: 40px;
  }

  .offer__filter-name.offer__filter-name_transparent {
    display: none;
  }

  .about-three {
    -ms-grid-columns: 190px 1fr;
    grid-template-columns: 190px 1fr;
  }

  .bannerTwo h2 {
    font-size: 28rem;
  }
}

@media (max-width: 568px) {
  .ui__ofer_one .offer__filter.pb {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .ui__ofer_one .offer__filter-accordion {
    max-width: -webkit-calc(100% - 50px);
    max-width: -moz-calc(100% - 50px);
    max-width: calc(100% - 50px);
    width: 100%;
  }

  .ui__ofer_one .offer__filter-popularity {
    min-width: 100%;
  }

  .ui__ofer_one .offer__filter .offer__filter-accordion-body.acordion-body {
    max-width: 100%;
    width: 100%;
  }

  .ui__ofer_one .offer__filter-region,
  .ui__ofer_one .offer__filter-btn {
    max-width: 100%;
    width: 100%;
  }

  .ui__ofer_one .offer__filter {
    position: relative;
  }

  .ui__ofer_one .offer__filter-pos {
    position: absolute;
    right: 0;
    bottom: 30px;
  }

  .banner-info.banner-info--one .banner-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-info.banner-info--one .banner-info__inner picture {
    max-width: 100%;
    width: 100%;
    height: 200px;
  }

  .banner-info.banner-info--one .banner-info__content {
    padding: 30px 15px;
  }

  .banner-info__content p br {
    display: none;
  }

  .banner-info h2 {
    font-size: 25rem;
    line-height: 120%;
  }

  .banerMortgage__content {
    padding-inline: 15px;
  }

  .mortgage__top {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .mortgage__buttons {
    width: 100%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .offer__filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .offer__filter-btn,
  .offer__filter-region {
    max-width: 100%;
    width: 100%;
  }

  .offer__filter-accordion-top {
    max-width: 100%;
    width: 100%;
  }

  .offer__filter-popularity {
    max-width: 100%;
    width: 100%;
  }

  .offer__filter .offer__filter-accordion-body.acordion-body {
    max-width: 100%;
    width: 100%;
  }

  .offer__filter-elem.gapRaight .offer__filter-item:not(:first-child) {
    margin-right: 3px;
  }

  .banner-info.banner-info--one.banner-info-style p,
  .banner-info.banner-info--one.banner-info-style h2 {
    text-align: center;
  }

  .banner-info.banner-info--one.banner-info-style h2 {
    font-size: 28rem;
  }

  .slider-big .swiper-button-next,
  .slider-big .swiper-button-prev {
    position: static;
  }

  .slider-big__arrow {
    padding: 20px;
    border-radius: var(--border-rudius) 0 0 0;
    border-top-left-radius: var(--border-rudius);
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.192);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    position: relative;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    position: absolute;
    right: 0.5px;
    bottom: 0.5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    z-index: 2;
    gap: 8px;
  }

  .slider-big__slide h3 {
    font-size: 25rem;
  }

  .slider-big__slide p {
    font-size: 16rem;
    line-height: 110%;
  }

  .filter-position-performance.pb {
    max-width: 100%;
    width: 100%;
  }

  #cardPosLine {
    margin-right: 0;
    margin-left: auto;
  }

  .pagination__btn-number {
    font-size: 15rem;
    min-width: 25px;
    min-height: 25px;
  }

  .pagination__btn-number:nth-child(even) {
    display: none;
  }

  .pagination__btn-next {
    padding: 5px 10px;
  }

  .card-info-accordion-item {
    padding: 25px 20px;
  }

  .card-info-accordion-item__body-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-info-accordion-item h4 {
    max-width: -webkit-calc(100% - 90px);
    max-width: -moz-calc(100% - 90px);
    max-width: calc(100% - 90px);
    width: 100%;
    text-align: left;
  }

  .similar-offer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
  }

  .card-characteristics__box.card-characteristics__box-list ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3px;
  }
}

@media (max-width: 510px) {
  .about-three {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-three__bg-decor {
    display: none;
  }

  .about-three {
    padding-left: 15px;
  }

  .banner-info.banner-info--banerMortgage-two h2 {
    font-size: 28rem;
  }
}

@media (max-width: 480px) {
  .btn-middle.banner-info__link {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .about.about--one .about__btn.btn-middle {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .bannerSlider__slide-title {
    max-width: 100%;
    width: 100%;
    margin-bottom: 90px;
  }

  .bannerSlider__arrows {
    max-width: 140px;
    width: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .offer {
    padding-top: 40px;
  }

  .offer__btn-all.btn-middle {
    max-width: 100%;
  }

  .card__advantages-item span {
    font-size: 14rem;
  }

  .card__advantages {
    gap: 10px;
  }

  .card__advantages-item:first-child,
  .card__advantages-item:nth-child(2) {
    margin-right: 0px;
  }

  .card__title {
    font-size: 16rem;
  }

  .card__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
  }

  .card__price p {
    font-size: 20rem;
  }

  .card__picture {
    height: 220px;
  }

  .card {
    padding: 10px;
  }

  .card__favotites {
    top: 6px;
    right: 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card__favotites svg {
    width: 19px;
  }

  .banerOne__content {
    max-width: 90%;
    width: 100%;
  }

  .btn-filter-reg,
  .mortgage__btn,
  .news__filter-btn,
  .offer__filter-btn {
    padding: 8px;
  }

  .news__top-arrows .swiper-button-next,
  .news__top-arrows .swiper-button-prev {
    width: 35px;
    height: 35px;
  }

  .offer .cards__list {
    padding-bottom: 40px;
  }

  .banerOne {
    margin-bottom: 40px;
  }

  section.news {
    padding: 40px 0px 40px 0px;
    margin-bottom: 40px;
  }

  .about.about--one {
    margin-bottom: 40px;
  }

  .about__text {
    font-size: 15rem;
  }

  .banerMortgage__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mortgage {
    padding: 40px 0px 40px 0px;
  }

  .bannerSlider__slider {
    margin-bottom: 40px;
  }

  .offer__filter-big {
    padding-bottom: 40px;
  }

  .about-two {
    padding: 40px 0px 40px 0px;
  }

  .about-two__btn-info.about-two__btn-size-min {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .about-two__links-phone p {
    display: none;
  }

  .slider-big__slide-btn {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .about-three {
    padding-block: 40px;
  }

  .about-three__title {
    padding-bottom: 30px;
  }

  .about-three__box p {
    margin-bottom: 15px;
  }

  .about-three__box p.mb {
    margin-bottom: 30px;
  }

  .about-three__box .about-two__btn-info.btn-middle {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .banner-info.banner-info--banerMortgage-two .banner-info__btn {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .mortgage.--mt-3 {
    padding-top: 40px;
  }

  .card-line-sliders {
    -ms-grid-rows: 200px 70px;
    grid-template-rows: 200px 70px;
  }

  .card__advantages-box p {
    font-size: 11rem;
  }

  .card.line .card__advantages-box {
    top: 70px;
    right: 10px;
    z-index: 2;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .card.line {
    padding: 10px 10px 5px 10px;
  }

  .listInnerFilter .cards__list {
    padding-bottom: 40px;
  }

  .cards__list {
    padding-bottom: 40px;
  }

  .pagination {
    padding-bottom: 40px;
  }

  ._main-title-big {
    font-size: 28rem;
    line-height: 30.8px;
  }

  .card-info-sliders {
    -ms-grid-rows: 340px 120px;
    grid-template-rows: 340px 120px;
  }

  .banner-min__btn.btn-middle {
    max-width: 100%;
    width: 100%;
  }

  .banner-min.--mb {
    margin-bottom: 40px;
  }

  .similar-offer-slider {
    padding-bottom: 40px;
  }

  .banner-three__btn.btn-middle {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .banner-three__box h3 {
    font-size: 25rem;
    line-height: 32.6px;
  }

  .banner-three.mb {
    margin-bottom: 40px;
  }

  ._main-title {
    font-size: 28rem;
  }

  .montrage-top-banner__box-list {
    grid-template-columns: 1fr;
  }
  .montrage-top-banner__box-list li{
    min-height: 113px;
  }
  .montrage-top-banner__box{
    padding-bottom: 40px;
  }

  .mortgage__form,
  .mortgage__box-list,
  .mortgage__box-item{
    max-width: 100%;
    width: 100%;
  }
  .mortgage__form-price{
    flex-wrap: wrap;
    gap: 10px;
  }
  .mortgage__form-buttons{
    flex-wrap: wrap;
  }
  .montrage-accordion__item-body{
    padding-left: 0px;
  }
  .offer__filter-region{
    flex-wrap: wrap;
  }

}
@media (max-width: 460px) {
  .montrage-accordion__item-number{
    font-size: 40rem;
  }
  .montrage-accordion__item-title {
    font-size: 18rem;
    line-height: 24.6px;
  }
  .montrage-accordion__item-title{
    margin-left: 10px;
  }
  .montrage-accordion__item-top{
    align-items: center;
  }
}
@media (max-width: 410px) {
  .card-info-slider-min {
    display: none;
  }

  .card-info-sliders {
    -ms-grid-rows: 400px;
    grid-template-rows: 400px;
  }

  .card-info-slider-big .card__info-box p {
    padding: 10px;
  }
}

@media (max-width: 360px) {
  .offer__filter-elem.flex-gap.ali-end.hei {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .offer__filter-big.active {
    padding-bottom: 220px;
  }

  .button-open-filter {
    right: 0;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .offer__filter-elem.gapRaight .offer__filter-item:not(:first-child) {
    padding-inline: 4px;
  }

  .about-two__links a {
    font-size: 14rem;
  }

  .filter-position-performance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #cardPosLine {
    margin: 0;
  }

  .filter-position-performance__btn {
    max-width: 100%;
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/realestate/css/modal.css?17126656401856*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap");


.about-modal {
    color: #fff;
    display: flex;
    flex-direction: column;
}

button-modal {
    padding: 15px 20px;
    border-radius: 5px;
    border: none;
    background-color: #1c87c9;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
}

.popup-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: none;
	overflow-y: overlay;
    max-height: 100%;
}

.popup__content-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup__title-modal {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.popup__button-modal {
    padding: 15px 60px;
    border-radius: 5px;
    border: none;
    background-color: #1c87c9;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    /*     margin-right: 10px; */
}

#yes-btn-modal {
    background-color: transparent;
    color: #1c87c9;
    border: 1px solid #1c87c9;
    border-radius: 5px;
}

#yes-btn-modal:hover {
    background-color: #1c87c9;
    color: #fff;
}

#overlay-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

#overlay-modal.show-modal {
    display: block;
}
.ui__label{
    width: 320px;
    margin-top:40px;
}
.btn-middle-modal{
    margin-top: 18px;
    padding: 8px;
}
.modal-upper-content{
    width: 320px;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}
.modal-header-text{
    margin:0;
    text-align:left;
}
/* End */


/* Start:/local/templates/realestate/css/CustomHexColorPicker.lib.css?17126656408671*/
/*Common*/
/*CONTAINER*/
/*PRESET COLORS*/
/*CUSTOM COLORS*/
/*SPECTRUM*/
/*STRIP*/
/*HEX INPUT ROW*/
/*CONTROLS*/
customhexcp-view {
  position: absolute;
  background-color: white;
  z-index: 1;
  border: 1px solid black;
  visibility: hidden;
  outline: none;
}

customhexcp-view hexcp-palette {
  width: calc(10 * 18px + 9 * 2px);
  height: calc(100% - 2*8px);
  margin: 8px;
  float: left;
}

customhexcp-view hexcp-palette preset-colors {
  display: block;
}

customhexcp-view hexcp-palette preset-colors .presetColorRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

customhexcp-view hexcp-palette preset-colors .presetColorRow:first-of-type {
  margin-bottom: 2px;
}

customhexcp-view hexcp-palette preset-colors .presetColorRow:last-of-type .presetColor {
  margin-bottom: 0;
}

customhexcp-view hexcp-palette preset-colors .presetColorRow .presetColor {
  width: 18px;
  height: 18px;
  margin: 0 2px 2px 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

customhexcp-view hexcp-palette preset-colors .presetColorRow .presetColor:hover, customhexcp-view hexcp-palette preset-colors .presetColorRow .presetColor.active {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-box-shadow: 0 0 1px 0 black;
          box-shadow: 0 0 1px 0 black;
}

customhexcp-view hexcp-palette preset-colors .presetColorRow .presetColor:last-of-type {
  margin-right: 0;
}

customhexcp-view hexcp-palette custom-colors {
  font-size: 14px;
  display: block;
  margin-top: 8px;
}

customhexcp-view hexcp-palette custom-colors label {
  display: block;
  color: #777;
  margin-bottom: 5px;
  height: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(50% - 2px - 4px - 40px);
}

customhexcp-view hexcp-palette custom-colors .customColorBox {
  width: calc(100% + 2px);
}

customhexcp-view hexcp-palette custom-colors .customColorBox .customColor,
customhexcp-view hexcp-palette custom-colors .customColorBox .addCustomColor {
  color: #333;
  border: 1px inset #777;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  width: calc(18px - 2px);
  height: calc(18px - 2px);
  margin: 0 2px 4px 0;
  font-size: 18px;
  line-height: calc(18px - 2px);
  text-align: center;
  float: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: -1px -1px;
          box-shadow: -1px -1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

customhexcp-view hexcp-palette custom-colors .customColorBox .customColor:hover,
customhexcp-view hexcp-palette custom-colors .customColorBox .addCustomColor:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

customhexcp-view hexcp-palette custom-colors .customColorBox .customColor.active {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-box-shadow: 1px 1px inset #000;
          box-shadow: 1px 1px inset #000;
  border: 1px inset #000;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

customhexcp-view hexcp-palette custom-colors .customColorBox .customColor.empty {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ddd;
}

customhexcp-view hexcp-palette custom-colors .customColorBox .addCustomColor.disable {
  pointer-events: none;
  background: #ccc;
}

customhexcp-view hexcp-main {
  width: 200px;
  height: calc(100% - 2*8px);
  margin: 8px;
  float: right;
  -webkit-box-shadow: -7px 0 0px 0px #fff, -8px 0 0px 0px #ddd;
          box-shadow: -7px 0 0px 0px #fff, -8px 0 0px 0px #ddd;
}

customhexcp-view hexcp-main .spectrum {
  width: 100%;
  height: calc(160px - 15px - 8px);
  position: relative;
  overflow: hidden;
}

customhexcp-view hexcp-main .spectrum .brightSpectrum {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(204, 154, 129, 0)));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
}

customhexcp-view hexcp-main .spectrum .brightSpectrum .darkSpectrum {
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(204, 154, 129, 0)));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
}

customhexcp-view hexcp-main .spectrum .brightSpectrum .darkSpectrum .spectrumDragger {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0px 2px white;
          box-shadow: 0 0 0px 2px white;
}

customhexcp-view hexcp-main .colorStrip {
  position: relative;
  margin-top: 8px;
  height: 15px;
  background: -webkit-gradient(linear, left top, right top, from(red), color-stop(yellow), color-stop(lime), color-stop(cyan), color-stop(blue), color-stop(magenta), to(red));
  background: linear-gradient(to right, red, yellow, lime, cyan, blue, magenta, red);
}

customhexcp-view hexcp-main .colorStrip .colorStripDragger {
  width: 3px;
  height: 100%;
  position: absolute;
  padding: 2px 0;
  top: -2px;
  cursor: pointer;
  background: #333;
  -webkit-box-shadow: 0 0 0px 2px silver;
          box-shadow: 0 0 0px 2px silver;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

customhexcp-view hexcp-main .hexInputRow {
  height: 28px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

customhexcp-view hexcp-main .hexInputRow .chosenColor,
customhexcp-view hexcp-main .hexInputRow .hexInput {
  width: calc(50% - 8px/2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

customhexcp-view hexcp-main .hexInputRow .chosenColor {
  background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}

customhexcp-view hexcp-main .hexInputRow .chosenColor .prevColor {
  width: calc(50% - 2px);
  cursor: pointer;
  border: 1px solid #808080;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

customhexcp-view hexcp-main .hexInputRow .chosenColor .currColor {
  width: calc(50% - 1px);
  border: 1px solid #808080;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  border-left: none;
}

customhexcp-view hexcp-main .hexInputRow .hexInput {
  margin-left: 8px;
}

customhexcp-view hexcp-main .hexInputRow .hexInput.invalid .hexCodePrefix,
customhexcp-view hexcp-main .hexInputRow .hexInput.invalid .hexCode {
  color: orangered;
  font-style: italic;
}

customhexcp-view hexcp-main .hexInputRow .hexInput .hexCodePrefix {
  font-size: 14px;
  background: #333;
  color: #fff;
  line-height: 28px;
  padding: 0 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

customhexcp-view hexcp-main .hexInputRow .hexInput .hexCode {
  background: #fff;
  overflow: hidden;
  height: inherit;
  border: 1px solid #333;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  border-left: none;
  outline: none;
  color: #222;
  text-indent: 3px;
  font-size: calc(28px / 2);
  text-transform: uppercase;
  padding: 0;
}

customhexcp-view hexcp-main .selectColorRow {
  height: 28px;
  margin-top: 8px;
}

customhexcp-view hexcp-main .selectColorRow button {
  height: 100%;
  float: right;
  padding: 0 20px;
  border: 1px solid dodgerblue;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(50% - 2px - 8px / 2 - 40px);
}

customhexcp-view hexcp-main .selectColorRow .cancelSelect {
  font-size: 14px;
  background: white;
  margin-right: 8px;
  color: dodgerblue;
}

customhexcp-view hexcp-main .selectColorRow .cancelSelect:hover {
  background-color: #e6e6e6;
}

customhexcp-view hexcp-main .selectColorRow .selectColor {
  font-size: 14px;
  background-color: dodgerblue;
  color: white;
}

customhexcp-view hexcp-main .selectColorRow .selectColor:hover {
  background-color: #0077ea;
}

customhexcp-view hexcp-main .selectColorRow .selectColor.disable {
  pointer-events: none;
  background: #ccc;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/realestate/components/bitrix/menu/.default/style.min.css?1712665640775*/
div.grey-tabs-menu{float:left;width:100%;background:#f4f4f4;font-size:93%;line-height:normal}div.grey-tabs-menu ul{margin:0;padding:10px 10px 0 10px;list-style:none}div.grey-tabs-menu li{display:inline;margin:0;padding:0}div.grey-tabs-menu a{float:left;background:url("/local/templates/realestate/components/bitrix/menu/.default/images/tableft.gif") no-repeat left top;margin:0;padding:0 0 0 4px;text-decoration:none;margin-top:.2em}div.grey-tabs-menu a nobr{float:left;display:block;background:url("/local/templates/realestate/components/bitrix/menu/.default/images/tabright.gif") no-repeat right top;padding:5px 15px 4px 6px;white-space:nowrap;color:#666}/*\*/div.grey-tabs-menu a nobr{float:none}/**/div.grey-tabs-menu a:hover nobr{color:#000}div.grey-tabs-menu a:hover{background-position:0 -42px}div.grey-tabs-menu a:hover nobr{background-position:100% -42px}div.menu-clear-left{clear:left}
/* End */
/* /local/templates/realestate/css/range.css?171266564014041 */
/* /local/templates/realestate/css/swiper.css?171266564021417 */
/* /local/templates/realestate/css/style.min.css?1730274241206948 */
/* /local/templates/realestate/css/media.css?173027040744239 */
/* /local/templates/realestate/css/modal.css?17126656401856 */
/* /local/templates/realestate/css/CustomHexColorPicker.lib.css?17126656408671 */
/* /local/templates/realestate/components/bitrix/menu/.default/style.min.css?1712665640775 */
