

/* Start:/local/templates/.default/components/skadium/include.block/sb-contact/style.css?16890543691658*/
.sb-contact {
	position: relative;
	background: #161721;
	padding: 80px 0;
}
.sb-contact-columns{
	display: flex;
}
.sb-contact-c1 {
	width: 710px;
}
.sb-contact-c2{
	margin-left: 110px;
}
.sb-contact .b-contacts{
	color: #fff;
}
.sb-contact .b-contacts-item-h {
	font-size: 19px;
}
.sb-contact .b-contacts .link-phone {
	font-size: 40px;
}
.sb-contact .b-contacts-item-email .link-email {
	font-size: 22px;
}
.sb-contact .b-contacts-address {
	margin-top: 40px;
}
.sb-contact .b-address-thumb {
	width: 100px;
	height: 100px;
}
.sb-contact .b-address-body {
	width: calc(100% - 125px);
}
.sb-contact .b-address-t1 {
	font-size: 22px;
}
.sb-contact .b-address-t2 {
	font-size: 19px;
}
.sb-contact .b-contacts-social {
	margin-top: 40px;
}
.sb-contact .b-social-link {
	width: 70px;
	height: 70px;
	background: #3E474F;
}
@media only screen and (max-width: 1160px) {
	.sb-contact {
		background: transparent;
		padding: 60px 0;
	}
	.sb-contact-columns{
		flex-direction: column;
	}
	.sb-contact-c1 {
		border-top: 1px solid #eee;
		margin-top: 30px;
		width: 100%;
		order: 1;
	}
	.sb-contact-c2 {
		margin-left: 0;
	}
	.sb-contact-c1 .b-form {
		padding: 30px 0 60px 0;
	}
}
@media only screen and (max-width: 500px) {
	.sb-contact .b-contacts-item-h {
		font-size: 14px;
	}
	.sb-contact .b-contacts .link-phone {
		font-size: 30px;
	}
	.sb-contact .b-address-thumb {
		width: 70px;
		height: 70px;
	}
	.sb-contact .b-address-body {
		width: calc(100% - 85px);
	}
	.sb-contact .b-address-t1 {
		font-size: 16px;
	}
	.sb-contact .b-address-t2 {
		font-size: 16px;
	}
}
/* 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 */


/* Start:/local/templates/.default/components/skadium/include.block/address/style.css?1689054369788*/
.b-address {
	display: flex;
	align-items: center;
}
.b-address-thumb {
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}
.b-address-thumb-i1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.b-address-thumb-i2 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.b-address-body {
	width: calc(100% - 95px);
	margin-left: 25px;
}
.b-address-t1 {
	font-weight: 600;
	font-size: 19px;
}
.b-address-t2 {
	margin-top: 5px;
	font-size: 17px;
	line-height: 1.4;
}
@media only screen and (max-width: 500px) {
	.b-address-body {
		width: calc(100% - 85px);
		margin-left: 15px;
	}
	.b-address-t1 {
		font-size: 16px;
	}
	.b-address-t2 {
		font-size: 16px;
	}
}
/* End */


/* Start:/local/templates/.default/components/skadium/include.block/social/style.css?1689054369363*/
.b-social {
	display: flex;
}
.b-social-link + .b-social-link {
	margin-left: 14px;
}
.b-social-link{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	color: #fff;
	background: #151620;
	overflow: hidden;
	transition: filter .2s;
}
.b-social-link:hover{
	filter: invert(1);
}

/* End */
/* /local/templates/.default/components/skadium/include.block/sb-contact/style.css?16890543691658 */
/* /local/templates/.default/components/skadium/include.block/form/style.css?16890543692101 */
/* /local/templates/.default/components/skadium/include.block/form-private/style.css?1689054369393 */
/* /local/templates/.default/components/skadium/include.block/address/style.css?1689054369788 */
/* /local/templates/.default/components/skadium/include.block/social/style.css?1689054369363 */
