

/* Start:/local/templates/.default/components/bitrix/catalog.element/area/style.css?16890543692832*/
.area-main{
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 640px;
}
.area-main-media{
	position: absolute;
	top: 0;
	right: 900px;
	width: 1100px;
	height: 640px;
	border-radius: 0 0 50px 0;
	overflow: hidden;
}
.area-main-media img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.area-main-info{
	margin-left: auto;
	position: relative;
	width: 850px;
	z-index: 1;
	text-align: right;
}
.area-main-info h1{
	font-weight: 600;
	font-size: 70px;
	line-height: 1.3;
	text-transform: uppercase;
}
.area-intro{
	margin-top: 8px;
	font-size: 24px;
	line-height: 1.4;
}
.area-mprops{
	margin-top: 20px;
}
.area-mprops-item + .area-mprops-item{
	margin-top: 5px;
}
.area-mprops-item{
	font-size: 24px;
	line-height: 1.4;
}
.area-mprops-item .prop-name{
	font-weight: 600;
}
.area-mprops .price{
	display: inline-block;
}
.area-action {
	margin-top: 30px;
}
.area-action-btn{
	margin-left: auto;
	max-width: 460px;
	width: 100%;
	height: 90px;
	line-height: 1.3;
	padding: 0 40px;
}
.area-objects-hit{
	margin-top: 70px;
}
.area-text{
	display: flex;
	justify-content: space-between;
}
.area-text-c1{
	margin-right: 50px;
	max-width: 800px;
}
.area-text-c2{
	max-width: 500px;
}
.area-text-c2 .box{
	padding: 50px 45px;
	color: #fff;
	background: #0A0A15;
	border-radius: 0 0 50px 0;
}
.area-editor{
	margin-top: 90px;
}
@media only screen and (max-width: 1500px) {
	.area-main-media {
		right: 700px;
	}
	.area-main-info{
		width: 680px;
	}

}
@media only screen and (max-width: 1330px) {
	.area-text-c1 {
		max-width: 630px;
	}
	.area-text-c2 {
		max-width: 420px;
	}
}
@media only screen and (max-width: 1160px) {
	.area-main {
		height: auto;
		flex-direction: column;
	}
	.area-main-media {
		position: static;
		left: 0;
		width: 100%;
		height: auto;
		border-radius: 10px;
	}
	.area-main-info {
		width: 100%;
		margin-top: 20px;
		text-align: left;
	}
	.area-main-info h1 {
		font-size: 40px;
	}
	.area-intro {
		font-size: 18px;
	}
	.area-mprops-item {
		font-size: 18px;
	}
	.area-action {
		margin-top: 20px;
	}
	.area-action-btn {
		max-width: 400px;
		height: 80px;
		padding: 0 20px;
	}
	.area-objects-hit {
		margin-top: 60px;
	}
	.area-text {
		flex-direction: column;
	}
	.area-text-c1 {
		margin-right: 0;
		max-width: 100%;
	}
	.area-text-c2 {
		margin-top: 30px;
		max-width: 100%;
	}
	.area-text-c2 .box {
		border-radius: 10px;
	}
	.area-editor {
		margin-top: 60px;
	}
}
@media only screen and (max-width: 500px) {
	.area-text-c2 .box {
		padding: 25px;
	}
}
@media only screen and (max-width: 360px) {
	.area-main-info h1 {
		font-size: 32px;
	}
}
/* End */


/* Start:/local/templates/.default/components/skadium/include.block/sb-pdf/style.css?16890543691751*/
.sb-pdf{
	background: linear-gradient(1.06deg, #0D0E19 1.64%, #151520 27.21%, #181823 47.67%, #1C1B26 75.28%, #181722 99.83%);
}
.sb-pdf .container{
	position: relative;
	min-height: 940px;
	display: flex;
	align-items: center;
}
.sb-pdf-content {
	position: relative;
	padding: 70px 0;
	color: #fff;
	z-index: 1;
}
.sb-pdf-title {
	max-width: 660px;
}
.sb-pdf-title .st{
	color: #FFCC00;
}
.sb-pdf-sub-title {
	margin-top: 14px;
	max-width: 480px;
	font-size: 19px;
	line-height: 1.4;
}
.sb-pdf-action{
	margin-top: 80px;
}
.sb-pdf-action-btn{
	padding: 0 40px;
	width: 460px;
	height: 90px;
}
.sb-pdf-action-btn .btn-icon{

}
.sb-pdf-finfo {
	margin-top: 25px;
	display: flex;
}
.sb-pdf-finfo-icon {
	flex-shrink: 0;
	color: transparent;
	stroke: rgba(255,255,255,.5);
	margin-right: 16px;
}
.sb-pdf-finfo-text {
	line-height: 1.4;
	opacity: 0.5;
}
.sb-pdf-media {
	position: absolute;
	right: calc(50% - 1000px);
	bottom: 0;
	height: 100%;
}
.sb-pdf-media img{
	max-width: none;
	height: 100%;
}

@media only screen and (max-width: 1160px) {
	.sb-pdf {
		border-radius: 10px;
	}
	.sb-pdf .container {
		min-height: 0;
	}
	.sb-pdf-content {
		padding: 60px 0;
		text-align: center;
		width: 100%;
	}
	.sb-pdf-media{
		display: none;
	}
	.sb-pdf-title {
		margin-left: auto;
		margin-right: auto;
	}
	.sb-pdf-sub-title {
		font-size: 18px;
		margin-left: auto;
		margin-right: auto;
	}
	.sb-pdf-action {
		margin-top: 30px;
	}
	.sb-pdf-action-btn {
		padding: 0 20px;
		width: 100%;
		max-width: 380px;
		height: 80px;
		line-height: 1.3;
	}
	.sb-pdf-finfo {
		margin-top: 25px;
		display: flex;
		justify-content: center;
		text-align: left;
	}
}
/* End */


/* Start:/local/templates/.default/components/skadium/include.block/sb1/style.css?16890543691032*/
.sb1 {
	position: relative;
	background: #eee;
	display: flex;
	align-items: center;
	min-height: 1040px;
}
.sb1 .b-form {
	position: absolute;
	left: calc(50% - 720px);
	width: 710px;
	z-index: 1;
}
.sb1-map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sb1-map [class$=-copyrights-pane]{
	display: none;
}
.sb1-map [class$=-ground-pane]{
	filter: grayscale(1);
}
.sb1-map .balloon-t1{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.sb1-map .balloon-t2{
	font-size: 16px;
	line-height: 1.3;
}
@media only screen and (max-width: 1500px) {
	.sb1 .b-form {
		left: calc(50% - 650px);
	}
}
@media only screen and (max-width: 1330px) {
	.sb1 {
		min-height: 900px;
	}
	.sb1 .b-form {
		left: calc(50% - 550px);
		width: 600px;
		padding: 40px;
	}
}
@media only screen and (max-width: 1160px) {
	.sb1 {
		min-height: 0;
	}
	.sb1 .b-form {
		width: 100%;
		position: static;
		padding: 60px 15px;
	}
	.sb1-map{
		display: none
	}

}
/* End */


/* Start:/local/templates/.default/components/skadium/include.block/form/style.css?16890543692101*/
.b-form {
	padding: 60px 70px;
	background: #fff;
}
.b-form-title {
	font-weight: 400;
	text-transform: none;
}
.b-form-sub-title {
	margin-top: 20px;
	font-size: 19px;
	line-height: 1.5;
	color: #606060;
}
.b-form .form-group {
	margin-top: 22px;
	display: flex;
	align-items: flex-start;
}
.b-form .form-label {
	width: 195px;
	padding-right: 15px;
	line-height: 1.2;
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 0 0;
}
.b-form .b-input-group {
	margin-left: 195px;
	width: calc(100% - 195px);
}
.b-form .form-label + .b-input-group{
	margin-left: 0;
}
.b-form .form-group-type .form-label {
	margin-top: 8px;
}
.b-form .ui.dropdown.selection {
	width: 100%;
	font-size: 17px;
	line-height: 1;
	padding: 20px;
	border-radius: 10px;
	border-color: #CDCDCD !important;
}
.b-form .ui.selection.dropdown>.dropdown.icon {
	top: 9px;
	right: 6px;
	margin: 0;
}
.b-form .ui.selection.dropdown .menu {
	border-color: #CDCDCD !important;
}
.b-form .form-group-comment {
	margin-top: 25px;
}
.b-form-comment-link{
	font-size: 17px;
	color: #0084DB;
	border-bottom: 1px dotted #0084DB;
}
.b-form-comment-textarea{
	margin-top: 15px;
}
.b-form .form-group-action {
	margin-top: 30px;
	margin-left: 195px;
}
.b-form .form-group-private{
	margin-left: 195px;
}
.b-form-submit {
	width: 290px;
	font-size: 20px;
}
@media only screen and (max-width: 1160px) {
	.b-form-title {
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
	}
	.b-form-sub-title {
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 18px;
		text-align: center;
	}
	.b-form .form-group {
		margin-top: 16px;
		display: block;
	}
	.b-form .form-label {
		width: 100%;
		padding-right: 0;
		font-size: 16px;
		font-weight: 600;
		margin: 0 0 5px;
	}
	.b-form .b-input-group {
		margin-left: 0 !important;
		width: 100%;
	}
	.b-form .form-group-action {
		margin-top: 30px;
		margin-left: 0;
	}
	.b-form-submit {
		width: 100%;
		font-size: 18px;
	}
	.b-form .form-group-private {
		margin-left: 0;
	}
}
/* End */


/* Start:/local/templates/.default/components/skadium/include.block/form-private/style.css?1689054369393*/
.b-private{
	display: flex;
	align-items: baseline;
}
.b-private-icon{
	flex-shrink: 0;
	margin-right: 10px;
	margin-top: 0;
	font-size: 13px;
	stroke: #D8D8D8;
	color: transparent;
}
.b-private-text{
	font-size: 10px;
	font-weight: 400;
	line-height: 1.5;
	color: #5B5554;
	position: relative;
	top: -5px;
}
.b-private-text .link{
	color: inherit;
	padding-bottom: 0;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.element/area/style.css?16890543692832 */
/* /local/templates/.default/components/skadium/include.block/sb-pdf/style.css?16890543691751 */
/* /local/templates/.default/components/skadium/include.block/sb1/style.css?16890543691032 */
/* /local/templates/.default/components/skadium/include.block/form/style.css?16890543692101 */
/* /local/templates/.default/components/skadium/include.block/form-private/style.css?1689054369393 */
