

/* Start:/services/commercial/local.css?17876475358025*/
.title-img {
    padding-right: 40px !important;
}

body .detail-slide__right {
    width: 365px;
    bottom: 100px;
}

.detail-slide__top-text {
    font-size: 30px;
    line-height: 135%;
    margin-bottom: 60px;
}

.detail-slide__info {
    display: flex;
    flex-wrap: wrap;

    width: 85%;
    margin-top: 80px;
}

.ds-info__item {
    /*float: left;*/
    max-width: 220px;
    margin-right: 65px;
}

.ds-info__item:last-child {
    margin-right: 0px;
}

.ds-info_head {
    float: left;
    width: 100%;
    font-size: 48px;
    line-height: 133%;
    color: #132A91;
    border-bottom: solid 15px #132A91;
    margin-bottom: 20px;
}

.ds-info__item p {
    font-size: 24px;
    line-height: 135%;
}

.commercial-block-1 {
    float: left;
    width: 100%;
    margin-top: 120px;
}

.commercial-block-1 h3 {
    margin-bottom: 60px;
}

.manager-card {
    float: left;
    width: auto;
    margin-bottom: 60px;
}

.manager-card img {
    float: left;
    width: 320px;
    height: 320px;
    border-radius: 320px;
    margin-right: 40px;
}

.manager-card div {
    float: right;
    width: 340px;
    margin-top: 40px;
}

.manager-card p {
    font-size: 32px;
}

.manager-card div p:first-child {
    margin-bottom: 10px;
    line-height: 120%;
}

.manager__tel {
    color: #132A91;
    font-size: 30px;
    margin-bottom: 40px;
}

.commercial-block-2 {
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 90px;
}

.commercial-block-2 .text-bold-1 {
    line-height: 120%;
}

.commercial-block-2 .decorate-list li {
    font-size: 32px;
    line-height: 135%;
    margin-bottom: 39px;
}

.commercial-block-2 .decorate-list li b {
    display: block;
}

.commercial-block-2 .decorate-list li:before {
    top: -3px;
}

.commercial-block-2 .decorate-list img {
    display: none;
}

@media screen and (max-width: 1450px) {
    body .content .detail-slide__right {
        bottom: auto;
        top: 0;

        width: 250px;
    }

    body .detail-slide__text {
        width: 70%;
    }

    body .detail-slide__top-text {
        font-size: 24px;
    }

    body .detail-slide__text p {
        font-size: 40px;
    }

    body .detail-slide__info {
        width: 100%;
        margin-top: 100px;
    }

    body .detail-slide__info .ds-info__item {
        flex: 1;
    }

    body .ds-info_head {
        font-size: 38px;
    }

    body .commercial-block-1 {
        margin-top: 80px;
    }

    body .manager-card img {
        width: 35%;
        height: auto;
        margin-right: 5%;
    }

    body .manager-card div {
        width: 60%;
    }

    body .manager-card p {
        font-size: 28px;
    }

    body .commercial-block-2 .decorate-list li b {
        font-size: 28px !important;
    }

    .commercial-block-2 .decorate-list li {
        font-size: 24px;
    }

    .commercial-block-2 .decorate-list li br {
        display: none;
    }

    .commercial-block-2 img {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    body .content .detail-slide__right {
        width: 190px;
        height: auto;
        margin-top: 0;
        top: 50px
    }

    body .detail-slide__top-text {
        font-size: 18px;
        margin-bottom: 40px;
    }

    body .detail-slide__text p {
        font-size: 30px;
    }

    body .detail-slide__info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 30px;

        margin-top: 50px;
    }

    body .detail-slide__info .ds-info__item {
        margin-right: 0;
    }

    body .ds-info_head {
        font-size: 30px;
        border-bottom: solid 5px #132A91;
    }

    .ds-info__item p {
        font-size: 18px;
    }

    body .detail-slide button {
        width: 46%;
    }

    body .manager-card p {
        font-size: 20px;
    }

    .commercial-block-2 .text-bold-1 {
        margin-bottom: 20px;
    }

    .commercial-block-2 .decorate-list li {
        font-size: 24px;
    }

    body .commercial-block-2 .decorate-list li b {
        font-size: 24px !important;
    }

    .commercial-block-2 .decorate-list img {
        float: left;
        width: 42%;
        margin-left: -56px;
        display: block;
    }

    .commercial-block-2 .decorate-list .short-width {
        float: right;
        width: 65%;
    }
}

@media screen and (max-width: 768px) {
    .commercial-block-2 .decorate-list li {
        font-size: 18px;
    }

    body .commercial-block-2 .decorate-list li b {
        font-size: 18px !important;
    }

    /*.commercial-block-2 .decorate-list .short-width {*/
    /*    width: 100%;*/
    /*}*/
    /*.commercial-block-2 .decorate-list > li:first-of-type {*/
    /*    position: relative;*/
    /*    width: 65%;*/
    /*}*/
    /*.commercial-block-2 .decorate-list > li:first-of-type::after {*/
    /*    position: absolute;*/
    /*    content: ' ';*/
    /*    top: 0;*/
    /*    right: -120px;*/
    /*    height: 125px;*/
    /*    width: 160px;*/
    /*    background: url('/services/commercial/./img/block-2-new.jpg') center right no-repeat;*/
    /*    background-size: contain;*/
    /*}*/
    /*.commercial-block-2 .decorate-list img {*/
    /*    display: none;*/
    /*}*/
}

@media screen and (max-width: 768px) {
    .text-bold-1 br {
        display: none;
    }

    .commercial-block-2 {
        margin-bottom: 80px;
    }

    .commercial-block-2 .decorate-list li {
        font-size: 14px;
        margin-bottom: 20px;
    }

    body .commercial-block-2 .decorate-list li b {
        font-size: 14px !important;
    }

    .decorate-list {
        display: inline !important;
        flex-direction: column;
    }

    .decorate-list img {
        margin-top: -20px;

        width: 259px !important;
        height: 330px;
    }
}

@media screen and (max-width: 576px) {
    .text-bold-1 {
       max-width: 300px;
    }

    .commercial-block-2 {
        margin-bottom: 50px;
    }

    .commercial-block-2 .decorate-list .short-width {
        width: 100%;
    }

    .commercial-block-2 .decorate-list > li:first-of-type {
        position: relative;
        width: 65%;
    }

    .commercial-block-2 .decorate-list > li:first-of-type::after {
        position: absolute;
        content: ' ';

        top: -60px;
        right: -120px;
        height: 150px;
        width: 182px;

        /*top: 0;*/
        /*right: -120px;*/
        /*height: 125px;*/
        /*width: 160px;*/

        background: url('/services/commercial/./img/block-2-new.jpg') center right no-repeat;
        background-size: contain;

    }

    .commercial-block-2 .decorate-list img {
        display: none;
    }
}




/* embedded commercial listing content */
.commercial-embedded-content { clear: both; padding-top: 80px; }
.commercial-embedded-content::after { content: ""; display: block; clear: both; }
.commercial-embedded-content .head-title h2 { margin: 0 0 8px; color: #333344; font-family: "Anglecia Pro Dsp", serif; font-size: 57px; font-weight: 500; line-height: 1.2; }
.commercial-embedded-content .detail-slide__right { right: 0; }
.commercial-embedded-content .btn.btn-border-blue.btn-standart { display: none !important; }
.commercial-embedded-content > .commercial-block-1, .commercial-embedded-content > .commercial-block-2 { width: 100vw; position: relative; left: 50%; transform: translateX(-50%); }
@media (max-width:1240px){.commercial-embedded-content .head-title h2{font-size:47px;}}
@media (max-width:767px){.commercial-embedded-content{padding-top:50px;}.commercial-embedded-content .head-title h2{font-size:37px;}}
@media (max-width:576px){.commercial-embedded-content .head-title h2{font-size:24px;}}

/* embedded commercial exact width */
.commercial-embedded-content > .commercial-block-1, .commercial-embedded-content > .commercial-block-2 { width: calc(100% + 80px); left: auto; transform: none; margin-left: -40px; }
@media (max-width:576px){.commercial-embedded-content > .commercial-block-1, .commercial-embedded-content > .commercial-block-2 { width: calc(100% + 36px); margin-left: -18px; }}

/* End */


/* Start:/local/templates/main2022/components/standart/filter.estate/custom/style.css?16685131364995*/
.rent-filter {
    min-height: 65px;
	background: #FFFFFF;
	box-shadow: 0px -5px 30px 4px rgba(0, 0, 0, 0.1);
	border-radius: 5px 0px 0px 5px;
}

.filter-block {
	float:left;
	width:auto;
	position:relative;
}

.filter-block__title {
	color:#4F4F4F;
	font-size:18px;
	padding: 19px 25px;
	cursor:pointer;
	font-weight:bold;
}

.filter-block__title img {
	margin-left:10px;
}

.filter-block__body {
	display:none;
	position:absolute;
	top:70px;
	left:0px;
	width:350px;
	background: #FFFFFF;
	box-shadow: 0px 13px 15px 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding:40px 20px;
	z-index:10;
}

.filter-block__body label {
	color:#333344;
	font-size:18px;
	font-weight:bold;
}

.can-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.can-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  width: 100%;
  margin: 5px 0;
}

.can-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 25px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 10px;
  background-image:url('/local/img/checkbox.svg');
  background-repeat: no-repeat;
  background-position: top center;
}

.can-checkbox:checked+label::before {
	top:3px;
	background-image:url('/local/img/checkbox-active.svg');
}

.filter-line {
	float:left;
	width:100%;
	height:1px;
	background: rgba(19, 42, 145, 0.3);
	margin:15px 0;
	display:block !important;
}

.num-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.num-checkbox+label {
  user-select: none;
  text-align:center;
  width:70px;
  height:30px;
  margin: 5px 0;
  border: 1px solid rgba(19, 42, 145, 0.3);
  border-radius: 2px;
}

.num-checkbox:checked+label {
	background:#132A91;
	color:#fff;
}

.price-checkbox {
	font-size:18px;
	width:120px;
	height:45px;
	border: 1px solid rgba(19, 42, 145, 0.3);
	border-radius: 5px;
	padding:5px;
}

.count-filter-block {
	float:right;
	width:auto;
	font-size:18px;
	color:#333344;
	margin-top:105px;
}

.ext-filter-btn {
	margin-top:40px;
	padding-left:0px;
}

.modal-filter {
	display:none;
	padding:40px 20px !important;
	color:#333344;
	width: 910px;
	height:auto;
	background: #FFFFFF;
	box-shadow: 0px 13px 15px 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.modal-filter__title {
	float:left;
	width:auto;
	font-size:24px;
	font-weight:bold;
	margin-bottom:30px;
}

.filter-box {
	float: left;
    width: auto;
    padding: 10px;
}

.filter-box__title {
	float:left;
	width:100%;
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}

.filter-select {
	float:left;
	width:100%;
	border: 1px solid rgba(19, 42, 145, 0.3);
	border-radius: 5px;
	height:45px;
	line-height:45px;
	font-size:18px;
	position:relative;
}

.filter-select__active {
	float:left;
	width:100%;
	height:45px;
	line-height:45px;
	padding:0 10px;
}

.filter-select__active img {
	float:right;
	margin-top:18px;
}

.filter-select__body {
	display:none;
	position:relative;
	top:45px;
	left:0px;
	width:100%;
	padding:10px;
	background: #FFFFFF;
	box-shadow: 0px 13px 15px 5px rgba(0, 0, 0, 0.2);
	border-radius:10px;
	padding:0 20px 20px 20px;
}

.filter-select__item {
	float:left;
	width:100%;
	min-height:45px;
	line-height:45px;
}

.modal-num+label {
  width:50px;
  height:45px;
  line-height:45px;
  padding:0px;
  border-radius:5px;
  margin-top:0px;
}

.number-input {
	width:115px;
	height:45px;
	border: 1px solid rgba(19, 42, 145, 0.3);
	border-radius: 5px;
	padding:0 15px;
}

.text-input {
	width:100%;
	height:45px;
	border: 1px solid rgba(19, 42, 145, 0.3);
	border-radius: 5px;
	padding:0 15px;
}

.modal-text+label {
  height:45px;
  line-height:45px;
  padding:0px;
  border-radius:5px;
  margin-top:0px;
}

.modal-filter .btn {
	width:310px;
	height:45px;
	font-size:18px;
	font-weight:bold;
	margin-top:15px;
}

.filter-tabs {
	float:left;
	width:100%;
}

.filter-tabs__head {
	float:left;
	width:100%;
	margin-bottom:15px;
}

.filter-tabs__head div {
	float:Left;
	width:50%;
	text-align:center;
	cursor:pointer;
	padding:10px 5px;
	font-size:18px;
	font-weight:bold;
	line-height: 115%;
	height:42px;
	text-align:center;
	border: 1px solid rgba(19, 42, 145, 0.3);
}

.filter-tabs__head div.active{
	background:#132A91;
	color:#fff;
}

.filter-tabs__head div:first-child {
	border-radius: 5px 0px 0px 5px;
	width:40%;
}

.filter-tabs__head div:last-child {
	border-radius: 0px 5px 5px 0px;
	width:60%;
}

.filter-tabs__content {
	float:left;
	width:100%;
}

.filter-tabs__content div {
	float:left;
	width:100%;
	display:none;
}

.filter-tabs__content div.active {
	display:block;
}

.filter-block__change {
	display:none;
}

.filter-block__change.active {
	display:block;
}

.filter-tabs-block {
	float:left;
	width:100%;
	overflow:hidden;
}

@media screen and (max-width: 1430px) {
	.out-filter-block {
		width:100%;
	}

	.ext-filter-btn {
		margin-top:40px !important;
		padding-left:0px;
	}

}

@media screen and (max-width: 768px) {
	.fields-block {
    	width: 100% !important;
	}

	.ext-filter-btn {
		margin-top:95px;
	}
}
/* End */


/* Start:/local/components/bitrix/system.pagenavigation/templates/can/style.min.css?1665816048659*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:none}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:none;padding-left:.5em}span.modern-page-current{font-weight:bold}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/templates/main2022/components/bitrix/news/commercial/bitrix/news.list/.default/style.css?16658160771770*/
.rent-list__title {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 18 p;
    font-weight: bold;
}

.estate-list__price {
    margin-top: 20px !important;
    margin-bottom: 20px;
}

.rent-list__prop {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
}

.rent-list__prop div {
    float: left;
}

.rent-list__prop div:first-child {
    width: 45%;
}

.rent-list__prop div:last-child {
    font-weight: bold;
    line-height: 135%;
    width: 55%;
}

.estate-list__action {
    margin-top: 0px !important;
}

.estate-list__price {
    margin-bottom: 0px;
}

.estate-list__price-m2 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
}

@media screen and (max-width: 1240px) {
    body .estate-list__action {
        font-size: 28px;
    }

    body .estate-list__item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    body .rent-list__title {
        font-size: 16px;
    }

    body .estate-list__price {
        font-size: 24px;
        margin-top: 15px !important;
    }

    body .rent-list__prop {
        font-size: 16px;
        margin-bottom: 10px;
    }

    body .estate-list__action {
        font-size: 24px;
    }
}

@media screen and (max-width: 576px) {
    body .estate-map {
        height: 200px;
    }

    body .estate-list {
        margin-left: 0px;
    }

    body .estate-list__item {
        padding-left: 0;
        padding-right: 0;
    }

    body .estate-list__price {
        font-size: 18px;
    }

    body .rent-list__prop {
        font-size: 14px;
    }

    .rent-list__title,
    .estate-list__price,
    .estate-list__price-m2,
    .rent-list__prop {
        padding-left: 15px;
        padding-right: 15px;
    }

}
/* End */
/* /services/commercial/local.css?17876475358025 */
/* /local/templates/main2022/components/standart/filter.estate/custom/style.css?16685131364995 */
/* /local/components/bitrix/system.pagenavigation/templates/can/style.min.css?1665816048659 */
/* /local/templates/main2022/components/bitrix/news/commercial/bitrix/news.list/.default/style.css?16658160771770 */
