

/* Start:/local/templates/.default/components/bitrix/search.page/.default/style.css?16890543691170*/
.psearch-search {
	margin-bottom: 30px;
}
.psearch-form {
	position: relative;
	margin: 0;
}
.psearch-input {
	height: 60px;
	padding-left: 20px;
	padding-right: 190px;
}
.psearch-input:focus{
	border-color: #C1C1C1 !important;
}
.psearch-submit {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 170px;
	height: 50px;
	z-index: 1;
	font-size: 18px;
	font-weight: 600;
	background: #eee;
}
.psearch-tabnav{
	margin-bottom: 40px;
}
.psearch-tabnav .tab-nav-link .count{
	position: relative;
	top: -5px;
	font-size: .8em;
	margin-left: 15px;
}
.psearch-section .area-section{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
}

@media only screen and (max-width: 1160px) {
	.psearch-input {
		padding-left: 20px;
		padding-right: 120px;
		height: 50px;
	}
	.psearch-submit {
		width: 100px;
		height: 40px;
		font-size: 16px;
	}
	.psearch-search {
		margin-bottom: 20px;
	}
	.psearch-tabnav {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 900px) {

}
@media only screen and (max-width: 460px) {
	.psearch-submit {
		width: 70px;
		font-size: 14px;
	}
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?168905436751*/
font.errortext{color:red}font.notetext{color:green}
/* 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/search.page/.default/style.css?16890543691170 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?168905436751 */
/* /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 */
