

/* Start:/local/templates/.default/components/skadium/include.block/aside-nav/style.css?1689054369564*/
.aside-nav-h{
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.3;
	color: #333;
}
.aside-nav .nav-item + .nav-item{
	margin-top: 15px;
}
.aside-nav .nav-link{
	position: relative;
	font-size: 20px;
	color: rgba(30,30,30,.5);
	transition: color .2s;
}
.aside-nav .nav-link.is-active,
.aside-nav .nav-link:hover{
	color: #000;
}
.aside-nav .nav-link.is-active:before{
	content: '';
	position: absolute;
	left: -18px;
	top: calc(50% - 4px);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #9D1171;
}
/* End */


/* Start:/local/templates/.default/components/skadium/include.block/aside-question/style.css?1689054369586*/
.aside-question {
	padding: 30px;
	border: 1px solid #BFBFBF;
	border-radius: 20px 0;
}
.aside-question-media {
	display: flex;
}
.aside-question-media img{
	flex-shrink: 0;
}
.aside-question-media img + img{
	margin-left: -23px;
}
.aside-question-h {
	margin-top: 15px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 21px;
	line-height: 1.4;
	color: #333;
}
.aside-question-contacts .b-contacts-item-h {
	margin-bottom: 5px;
}
.aside-question-action {
	margin-top: 30px;
}
.aside-question-action-btn {
	width: 100%;
	height: 60px;
	padding: 0;
}

/* 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/skadium/include.block/aside-nav/style.css?1689054369564 */
/* /local/templates/.default/components/skadium/include.block/aside-question/style.css?1689054369586 */
/* /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 */
