

/* Start:/local/templates/bigcenter_locator_2024/pages/leasing/.default/style.css?17210512413094*/
.leasing_header_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.leasing_header_list {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.leasing_header_item {
  margin-bottom: 25px;
}
.leasing_header_item_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--bs-black-color, #14121A);
  margin-bottom: 10px;
}
.leasing_header_item_desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: var(--bs-second-color, #4C5160);
}
.leasing_header_btn {
  min-width: 320px;
}
@media (min-width: 992px) {
  .leasing_header_body {
    max-width: 60%;
  }
}
.leasing_header_image_container {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 992px) {
  .leasing_header_image_container {
    max-width: 40%;
    margin: auto;
  }
}
.leasing_header_image_container img {
  display: block;
  height: auto;
  width: 100%;
  max-height: 280px;
}

.leasing_background {
  background: linear-gradient(90deg, #F5F7F9 0%, #FFFFFF 100%);
}

.leasing_slider_container {
  background: #eee;
  border-radius: 20px;
}

.leasing_slider {
  margin-top: 20px;
}
.leasing_slider_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .leasing_slider_title {
    max-width: 50%;
  }
}
.leasing_slider_box {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .leasing_slider_box {
    margin: auto;
    max-width: 50%;
  }
}
.leasing_slider_btn {
  width: 290px;
  margin-top: 20px;
}

.leasing_advantage h2 {
  text-align: center;
  text-transform: none;
}
.leasing_advantage_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 20px;
}
.leasing_advantage_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--bs-black-color, #14121A);
  padding: 10px 0;
}
@media (min-width: 992px) {
  .leasing_advantage_title {
    font-size: 24px;
    line-height: 29px;
  }
}
.leasing_advantage_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--bs-second-color, #4C5160);
  margin-bottom: 25px;
}
.leasing_advantage svg {
  height: 30px;
}
@media (min-width: 992px) {
  .leasing_advantage svg {
    height: auto;
  }
}
@media (min-width: 992px) {
  .leasing_advantage_item {
    max-width: 262px;
  }
}

.privilege {
  background: #eee;
}
.privilege h2 {
  text-transform: none;
}
.privilege_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .privilege_row {
    flex-wrap: nowrap;
  }
}
.privilege_desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--bs-second-color, #4C5160);
  margin-bottom: 25px;
  opacity: 0.7;
}
.privilege_btn {
  width: 290px;
}
@media (min-width: 768px) {
  .privilege_image {
    width: 50%;
  }
}
.privilege_image img {
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .privilege_title {
    order: 1;
    max-width: 50%;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/depwork/slider.beforeafter/templates/ver3/style.css?17574045503071*/
.slider-ba {
    /* overflow: hidden; */
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
.slider-ba img{
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}
.slider-ba__before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 50%;
}
.slider-ba__after {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.slider-ba-control {
    cursor: col-resize;
    top: 0;
    bottom: 0;
    left: calc(50% - 39px/2);
    position: absolute;
    /* width: 39px; */
    width: 39px;
    /* background-color: #fff; */
    --control-color: #ed1c24;
}
.slider-ba__aftertitle {
    position: absolute;
}
.slider-ba-control-line {
    top: 0;
    bottom: 0;
    left: calc(50% - 3px/2);
    position: absolute;
    width: 3px;
    background-color: var(--control-color);
}
.slider-ba-control-block {
    top: 0;
    bottom: 0;
    left: calc(50% - 9px/2);
    position: absolute;
    width: 9px;
    height: 60px;
    background-color:  var(--control-color);
    margin: auto;
}
.slider-ba-control-arrow__left {
    margin: auto;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    position: absolute;
    border-color: transparent  var(--control-color) transparent transparent;
    /* left: -16px; */
    /* left: calc(-50% + 8px/2); */
    left: 3px;
    border-style: solid;
    border-width: 8px 8px 8px 0;
}
.slider-ba-control-arrow__right {
    margin: auto;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    position: absolute;
    border-color: transparent transparent transparent  var(--control-color);
    /* left: -16px; */
    /* left: calc(-50% + 8px/2); */
    right: 3px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
}

/* .slider-ba-control {
    position: absolute;
    width: 3px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    left: 100px;
    background-color: #ed1c24;
    cursor: col-resize;
    z-index: 300;
}
.slider-ba-control-controller {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3px;
    margin: auto;
    height: 60px;
    width: 9px;
    text-align: center;
    background-color: #ed1c24;
    z-index: 300;
}
.slider-ba-control-arrow {
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 0;
    height: 0;
    transition: all .2s ease;
}
.slider-ba-control-arrow__left{
    border-color: transparent #ed1c24 transparent transparent;
    left: -16px;
    border-style: solid;
    border-width: 8px 8px 8px 0;
}
.slider-ba-control-arrow__right{
    border-color: transparent transparent transparent #ed1c24;
    left: 11px;
    border-style: solid;
    border-width: 8px 0 8px 8px;
}
.slider-ba-control-hadler {
    cursor: col-resize;
    top: 0;
    bottom: 0;
    left: -18px;
    position: absolute;
    width: 39px;
} */
/* End */


/* Start:/local/templates/bigcenter_locator_2024/components/bitrix/news.list/index_leasing/style.css?17200036192538*/
.leasing_list_wrapper,
.leasing_list_wrapper * {
  box-sizing: border-box;
}

.leasing_top {
  margin-top: 40px;
  display: flex;
  color: #14121A;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 992px) {
  .leasing_top {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .leasing_top {
    flex-direction: column;
    row-gap: 20px;
  }
}

.leasing_calc {
  display: flex;
  flex-direction: column;
  color: #14121A;
  flex: 1 0 32%;
}
.leasing_calc > div + div {
  margin-top: 15px;
}
.leasing_calc_term, .leasing_calc_avans, .leasing_calc_price {
  position: relative;
}
.leasing_calc_term .progressbar, .leasing_calc_avans .progressbar, .leasing_calc_price .progressbar {
  position: absolute;
  width: calc(100% - 10px);
  left: 5px;
}
.leasing_list_scroll {
  padding: 10px;;
}
.leasing_itog {
  display: flex;
  flex-direction: column;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 25px;
  flex: 1 0 32%;
}
.leasing_itog_title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.leasing_itog_subtitle {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 10px;
}
.leasing_itog_summ {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;
}
.leasing_itog_description {
  font-size: 10px;
  line-height: 1.2;
  opacity: 0.7;
  margin-bottom: 15px;
}
.leasing_banner {
  border-radius: 5px;
  overflow: hidden;
  flex: 1 0 32%;
}
.leasing_banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .leasing_banner {
    display: none;
  }
}

.leasing_list {
  margin-top: 30px;
  color: #14121A;
}
.leasing_list_name {
  font-weight: 800;
  font-size: 25px;
  text-transform: uppercase;
}

.leasing_item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-width: 306px;
  gap: 10px;
  background-color: #F8F8F8;
  border-radius: 5px;
  transition: 0.3s;
  margin: 0 10px;
}
.leasing_item_top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.leasing_item_bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.leasing_item_title {
  font-weight: 600;
  white-space: nowrap;
}
.leasing_item_img {
  width: 35px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.leasing_item_month {
  font-weight: 700;
}
.leasing_item_proc {
  font-weight: 500;
  font-size: 14px;
}
.leasing_item.active {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #fff;
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/bigcenter_locator_2024/pages/leasing/.default/style.css?17210512413094 */
/* /local/components/depwork/slider.beforeafter/templates/ver3/style.css?17574045503071 */
/* /local/templates/bigcenter_locator_2024/components/bitrix/news.list/index_leasing/style.css?17200036192538 */
