

/* 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:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1661841564666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/main2022/components/bitrix/news/commercial/bitrix/news.detail/.default/style.css?16658160774570*/
.detail-room__modal-head {
	display:none;
}

.room-info__mobile {
	display:none;
}

.room-info__mobile-manager {
	display:none;
}

.room-info__mobile-btn {
	display:none;
}

@media screen and (max-width: 1240px) {
	body .breadcrumb-can {
		margin-bottom:40px;
	}

	body .detail-room h1 {
		font-size:40px;
		margin-bottom:20px;
	}

	.detail-room .room-info__addr {
		font-size:24px;
		width: 525px;
	}

	.detail-room .room-info__addr img {
		height:38px;
	}

	.detail-room .room-info__data div {
		font-size:18px;
		color: #333344;
		margin-bottom:20px;
	}

	.room-info .room-info__prices {
		width:430px;
		position: absolute;
    	right: 15px;
		margin-top:85px;
	}

	.room-info .room-info__manager  {
		margin-top:277px;
	}

	.room-info .room-info__slider-to {
		width:calc(100% - 50px);
	}

	.room-info .room-info__m-img {
		margin-bottom:30px;
	}

	.room-info .room-info__m-name {
		font-size:28px;
		margin-bottom:30px;
	}

	.room-info .room-info__slider-to {
		height:67px;
	}

	.room-info room-info__description p {
		font-size:24px;
	}

	body .detail-room__props p{
		font-size:28px;
	}

	body .dr-prop__item {
		font-size:24px;
		padding:15px 0;
	}

	body .detail-room__similar p {
		font-size:28px;
	}

	.similar-item-3 {
		display:none;
	}

	body .similar-list__title {
		font-size:28px;
	}

	body .similar-list__price {
		font-size:28px;
	}
}

@media screen and (max-width: 768px) {
	body .detail-room h1 {
		display:none;
	}

	body .room-info__addr, body .room-info__data {
		display:none;
	}

	.similar-item-3 {
		display:block;
	}

	.detail-room__modal-head {
		display:block;
		float:left;
		width:100%;
		margin-bottom:20px;
	}

	.detail-room__modal-head div:first-child {
		float:left;
		background: #EFF3F7;
		border-radius: 5px;
		height:40px;
		padding:0 10px;
		width:auto;
		font-size:16px;
		font-weight:bold;
		line-height:40px;
	}

	.detail-room__modal-head div:first-child img {
		height:19px;
		margin-right:10px;
	}

	.detail-room__modal-head div:last-child {
		float:right;
		width:auto;
	}

	.detail-room__modal-head div:last-child a {
		display:inline-block;
		width:40px;
		height:40px;
		text-align:center;
		line-height:40px;
		background: #EFF3F7;
		border-radius: 5px;
	}

	.detail-room__modal-head div:last-child a img {
		width:20px;
	}

	.detail-room__modal-head div:last-child a:first-child {
		margin-right:20px;
	}

	.room-info .room-info__slider-for {
		height:300px;
	}

	.room-info .room-info__slider-to {
		display:none;
	}

	.room-info__mobile {
		display:block;
		float:left;
		width:100%;
	}

	.room-info__mobile-title {
		font-size: 24px;
		line-height: 120%;
		color: #132A91;
		font-weight:bold;
		margin-bottom:5px;
	}

	.room-info__mobile-data {
		float:left;
		width:70%;
		margin-bottom:20px;
	}

	.room-info__mobile-data div:first-child {
		float:left;
		width:auto;
	}

	.room-info__mobile-data div:last-child {
		float:right;
		width:auto;
	}

	.room-info__mobile-price {
		font-size: 22px;
		line-height: 120%;
		color: #132A91;
		margin-bottom:10px;
	}

	.room-info__mobile-price-2 {
		font-size: 18px;
		line-height: 135%;
	}

	.room-info__mobile-addr {
		font-size:18px;
	}

	.room-info__mobile-addr img {
		height:24px;
		margin-right:10px;
	}

	body .room-info__prices {
		display:none;
	}

	body .room-info__manager {
		display:none;
	}

	.room-info__mobile-manager {
		display:block;
		/*float:left;*/
		width:100%;
		margin-top:40px;
		background: #EFF3F7;
		border-radius: 10px;
		margin-bottom:30px;
		padding:30px;
	}

	.room-info__mobile-manager div {
		float:left;
		width:auto;
	}

	.room-info__mobile-manager div p {
		font-size: 16px;
		line-height: 135%;
		margin-bottom:10px;
	}

	.room-info__mobile-manager div b {
		font-size:24px;
	}

	.room-info__mobile-manager img {
		float:right;
		width:100px;
		height:100px;
	}

	body .room-info__description, body .room-info__description p, body .room-info__description li {
		font-size:18px;
	}

	.room-info__mobile-btn {
		display:block;
	}

	.room-info__mobile-btn .btn {
		width:49%;
	}

	.room-info__mobile-btn .btn-gold{
		color:#fff;
	}

	body .room-info__description p:first-child {
		display:none;
	}

	body .dr-prop__item {
		font-size:18px;
	}

	body .dr-prop__item div:first-child {
		width:100%;
	}

	body .dr-prop__item div:last-child {
		width:100%;
	}

	body .detail-room__similar .nav-pills .nav-link, body .detail-room__similar .nav-pills .show>.nav-link {
		font-size:18px;
	}

	body .similar-list__img {
		height:180px;
	}

	body .similar-list__title {
		font-size:24px;
	}

	body .similar-list__price {
		font-size:24px;
	}
}
/* End */


/* Start:/local/templates/main2022/components/bitrix/news.list/similar.commercial/style.css?1665816077150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /services/commercial/local.css?17876475358025 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1661841564666 */
/* /local/templates/main2022/components/bitrix/news/commercial/bitrix/news.detail/.default/style.css?16658160774570 */
/* /local/templates/main2022/components/bitrix/news.list/similar.commercial/style.css?1665816077150 */
