

/* Start:/local/components/skadium/include.block/templates/form-private/style.css?1744722190767*/
.form-private{
  display: inline-flex;
}
.form-private input[type=checkbox]{
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.form-private.ui.checkbox label {
  padding-left: 30px;
  font-weight: 400;
  font-size: 1em;
  color: inherit;
  opacity: 1;
}
.form-private-text{
  color: #9294A0;
  font-size: 13px;
  line-height: 1.3;
}
.form-private-text .link{
  color: #738A78;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
@media (max-width: 1060px) {
  .form-private-text {
    font-size: 11px;
    line-height: 1.3;
    display: inline-block;
  }
}
/* End */


/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?16173580263267*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-image img {
    width: 100%;
}

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

/* End */


/* Start:/local/templates/main/components/skadium/include.block/sadvantages1/style.css?16793049761671*/
.sadvantages1-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
	margin-top: -24px;
}
.sadvantages1-list-item {
	width: 25%;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 24px;
}
.sadvantages1-list-item .item {
	border: 1px solid #D6D6D6;
	border-radius: 5px;
	padding: 40px;
	height: 100%;
}
.sadvantages1-list-item .item-thumb {
	height: 60px;
}
.sadvantages1-list-item .item-thumb img{
	max-height: 100%;
}
.sadvantages1-list-item .item-text {
	margin-top: 25px;
	font-size: 1.2em;
	line-height: 1.4;
}
@media only screen and (max-width: 1250px) {
	.sadvantages1-list {
		margin-left: -7px;
		margin-right: -7px;
		margin-top: -14px;
	}
	.sadvantages1-list-item {
		padding-left: 7px;
		padding-right: 7px;
		margin-top: 14px;
	}
	.sadvantages1-list-item .item {
		padding: 25px;
	}
	.sadvantages1-list-item .item-thumb {
		height: 50px;
	}
	.sadvantages1-list-item .item-text {
		margin-top: 1em;
		font-size: 1em;
	}
}
@media only screen and (max-width: 950px) {
	.sadvantages1-list-item {
		width: 50%;
	}
}
@media only screen and (max-width: 600px) {
	.sadvantages1-list-item .item {
		padding: 20px;
	}
	.sadvantages1-list-item .item-thumb {
		height: 40px;
	}
}
@media only screen and (max-width: 430px) {
	.sadvantages1-list {
		margin-left: -4px;
		margin-right: -4px;
		margin-top: -10px;
	}
	.sadvantages1-list-item {
		padding-left: 4px;
		padding-right: 4px;
		margin-top: 10px;
	}
	.sadvantages1-list-item .item {
		padding: 20px 10px;
	}
	.sadvantages1-list-item .item-text {
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
/* End */


/* Start:/local/templates/main/components/skadium/include.block/sadvantages2/style.css?16843092312023*/
.sadvantages2-r1 {
	position: relative;
	background: #F4F4F4;
	border-radius: 5px;
	overflow: hidden;
	padding-right: 200px;
}
.sadvantages2-list {
	display: flex;
	justify-content: space-between;
	padding-left: 100px;
	padding-right: 100px;
}
.sadvantages2-list-item {
	width: 25%;
	height: 100%;
	min-height: 180px;
	padding: 35px 0;
}
.sadvantages2-list-item .item-title {
	font-size: 2.5em;
	line-height: 1.4;
}
.sadvantages2-list-item .item-text {
	padding-right: 10px;
	line-height: 1.4;
	opacity: 0.6;
}
.sadvantages2-preview {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 100%;
}
.sadvantages2-preview img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}
@media only screen and (max-width: 1480px) {
	.sadvantages2-list {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media only screen and (max-width: 1250px) {
	.sadvantages2-list-item {
		min-height: 140px;
		padding: 25px 0;
	}
	.sadvantages2-list-item .item-title {
		font-size: 2em;
	}
	.sadvantages2-list-item .item-text {
		padding-right: 0;
	}
}
@media only screen and (max-width: 950px) {
	.sadvantages2-r1 {
		padding-right: 0;
	}
	.sadvantages2-preview{
		display: none;
	}
	.sadvantages2-list {
		padding-left: 0;
		padding-right: 0;
		justify-content: space-between;
	}
	.sadvantages2-list-item {
		min-height: 0;
		padding: 30px 20px;
		width: auto;
	}
}
@media only screen and (max-width: 800px) {
	.sadvantages2-r1 {
		background: transparent;
		border-radius: 0;
		margin-right: -15px;
	}
	.sadvantages2-list {
		overflow: auto;
	}
	.sadvantages2-list-item {
		height: auto;
		min-height: 0;
		padding: 0;
		width: auto;
		flex-shrink: 0;
		margin-right: 10px;
	}
	.sadvantages2-list-item .item {
		height: 100%;
		width: 200px;
		background: #F4F4F4;
		padding: 30px;
		border-radius: 5px;
	}
}
@media only screen and (max-width: 600px) {
	.sadvantages2-list-item .item {
		padding: 20px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/gallery/style.css?16793072872175*/
.sgallery1-list {
	display: flex;
	justify-content: center;
	margin-left: -20px;
	margin-right: -20px;
}
.sgallery1-list.slick-slider{
	display: block;
}
.sgallery1 .standart-arrow .arr{
	width: 80px;
	height: 80px;
}
.sgallery1 .standart-arrow .arr.arr-left {
	left: calc(50% - 385px);
}
.sgallery1 .standart-arrow .arr.arr-right {
	right: calc(50% - 385px);
}
.sgallery1-list .slick-track,
.sgallery1-list .slick-list{
	overflow: visible;
}
.sgallery1-list .slick-dots {
	display: flex;
	justify-content: center;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
}
.sgallery1-list-item {
	flex-shrink: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.sgallery1-list-item .item {
	display: block;
	width: 800px;
	height: 480px;
	border-radius: 5px;
	overflow: hidden;
}
.sgallery1-list-item .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s, opacity .2s;
}
.sgallery1-list-item .item:hover img{
	opacity: .7;
	transform: scale(1.05);
}

@media only screen and (max-width: 1020px) {
	.sgallery1-list {
		margin-left: 0;
		margin-right: 0;
	}
	.sgallery1-list .slick-track, .sgallery1-list .slick-list {
		overflow: hidden;
	}
	.sgallery1-list .slick-dots {
		bottom: -30px;
	}
	.sgallery1 .standart-arrow .arr {
		width: 60px;
		height: 60px;
	}
	.sgallery1 .standart-arrow .arr.arr-left {
		left: 40px;
	}
	.sgallery1 .standart-arrow .arr.arr-right {
		right: 40px;
	}
	.sgallery1-list-item {
		padding: 0;
		width: 100%;
	}
	.sgallery1-list-item:nth-child(n+2){
		display: none;
	}
	.sgallery1-list-item.slick-slide:nth-child(n){
		display: block !important;
	}
	.sgallery1-list-item .item {
		width: 100%;
		height: 60vw;
	}
}
@media only screen and (max-width: 600px) {
	.sgallery1-list.slick-slider {
		padding-bottom: 90px;
	}
	.sgallery1 .standart-arrow .arr {
		top: auto;
		bottom: -20px;
	}
	.sgallery1 .standart-arrow .arr.arr-left {
		left: calc(50% - 40px);
	}
	.sgallery1 .standart-arrow .arr.arr-right {
		right: calc(50% - 40px);
	}

	.sgallery1-list-item .item {
		height: 70vw;
	}
}
/* End */


/* Start:/local/templates/main/components/skadium/include.block/step/style.css?16843005833431*/
.ssteps1 {
	position: relative;
}
.ssteps1-list {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-left: -20px;
	margin-right: -20px;
}
.ssteps1-list-item {
	position: relative;
	width: 33.33%;
	padding-left: 20px;
	padding-right: 20px;
}
.ssteps1-list-item:after{
	content: '';
	position: absolute;
	display: block;
	left: 100%;
	margin-left: -110px;
	top: 108px;
	width: 108px;
	border-bottom: 1px dashed rgba(0,0,0,.7);
}
.ssteps1-list-item:last-child:after{
	display: none;
}
.ssteps1-list-item .item-media {
	position: relative;
	width: 216px;
}
.ssteps1-list-item .item-thumb {
	padding: 5px;
	height: 216px;
	border: 3px solid #45A649;
	border-radius: 50%;
}
.ssteps1-list-item .item-thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ssteps1-list-item .item-pos {
	position: absolute;
	right: 0;
	top: -7px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	background: #45A649;
	border-radius: 50%;
	font-weight: 500;
	font-size: 30px;
	text-align: center;
	color: #fff;
}
.ssteps1-list-item .item-body {
	margin-top: 35px;
}
.ssteps1-list-item .item-name {
	font-weight: 600;
	font-size: 21px;
	line-height: 1.4;
	opacity: 0.7;
}
.ssteps1-list-item .item-descr {
	opacity: 0.7;
	margin-top: 10px;
	font-size: 1.1em;
	line-height: 1.5;
}
.ssteps1-list-item .item-descr a{
	white-space: nowrap;
	color: inherit;
	text-decoration: underline;
}
.ssteps1-list-item .item-descr a:hover{
	text-decoration: none;
}
.ssteps1-list-item .item-action {
	margin-top: 25px;
}
.ssteps1-list-item .item-action-btn{
	min-width: 260px;
	box-shadow: 0px 5px 30px rgba(0, 91, 255, 0.15);
	height: 70px;
	font-size: 1.1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
	background: transparent;
	color: #000;
}
.ssteps1-list-item .item-action-btn:hover{
	box-shadow: 0px 3px 5px rgba(0, 91, 255, 0.1);
}

@media only screen and (max-width: 1480px) {
	.ssteps1-list {
		display: flex;
		flex-wrap: wrap;
		margin-top: -60px;
	}
	.ssteps1-list-item {
		margin-top: 60px;
		width: 50%;
	}
}
@media only screen and (max-width: 1250px) {
	.ssteps1-list-item:after{
		display: none;
	}
	.ssteps1-list-item .item-name {
		font-size: 20px;
	}
}
@media only screen and (max-width: 600px) {
	.ssteps1-list {
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
	.ssteps1-list-item {
		width: 100%;
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.ssteps1-list-item + .ssteps1-list-item{
		margin-top: 105px;
	}
	.ssteps1-list-item:after {
		position: absolute;
		top: calc(100% + 50px);
		left: 50%;
		transform: rotate(90deg);
		margin: 0 0 0 -30px;
		width: 60px;
		display: block;
	}
	.ssteps1-list-item .item{
		text-align: center;
	}
	.ssteps1-list-item .item-media {
		width: 140px;
		margin: auto;
	}
	.ssteps1-list-item .item-thumb {
		height: 140px;
	}
	.ssteps1-list-item .item-pos {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
	.ssteps1-list-item .item-body {
		margin-top: 10px;
	}
	.ssteps1-list-item .item-name {
		font-size: 22px;
	}
	.ssteps1-list-item .item-descr {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.ssteps1-list-item .item-action {
		margin-top: 20px;
	}
}
/* End */


/* Start:/local/templates/main/components/skadium/include.block/scredit/style.css?1684301849955*/
.scredit {
}
.scredit-grid {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.scredit-media {
	width: 670px;
	border-radius: 20px;
	overflow: hidden;
}
.scredit-media img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.scredit-content {
	width: calc(100% - 740px);
	margin-left: 70px;
}
.scredit-content .text {
	margin-top: 5px;
}
.scredit-content .action{
	margin-top: 30px;
}


@media only screen and (max-width: 1480px) {
	.scredit-media {
		width: 640px;
	}
	.scredit-content {
		width: calc(100% - 680px);
		margin-left: 40px;
	}
}
@media only screen and (max-width: 1250px) {
	.scredit-media {
		width: 460px;
	}
	.scredit-content {
		width: calc(100% - 500px);
		margin-left: 40px;
	}
}
@media only screen and (max-width: 1000px) {
	.scredit-media {
		width: 100%;
	}
	.scredit-content {
		width: 100%;
		margin: 30px 0;
	}
}
@media only screen and (max-width: 600px) {

}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/map_projects/style.css?16793092471849*/
.b-portfoliomap{
	position: relative;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
}
.b-portfoliomap-map{
	width: 100%;
	height: 700px;
}
.b-portfoliomap-map [class$="-ground-pane"]{
	filter: grayscale(1);
}
.b-portfoliomap-map [class$="-balloon-overlay"] > ymaps > ymaps {
	box-shadow: none;
}
.b-portfoliomap-map [class$="-balloon__layout"] {
	border-radius: 10px;
	box-shadow: 0 5px 15px -7px rgba(0,0,0,.5);
}
.b-portfoliomap-map [class$="-balloon__tail"] {
	background: transparent;
}
.b-portfoliomap-map [class$="-balloon__content"] {
	margin: 0 !important;
	padding: 20px 40px 20px 20px !important;
}
.b-portfoliomap .b-balloon{
	width: 250px;
}
.b-portfoliomap .b-balloon-thumb {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 60%;
}
.b-portfoliomap .b-balloon-thumb img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.b-portfoliomap .b-balloon-name {
	font-weight: 700;
	font-size: 18px;
}
.b-portfoliomap .b-balloon-address {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.3;
}
.b-portfoliomap .b-balloon-action {
	margin-top: 15px;
}
.b-portfoliomap .b-balloon-btn{
	padding: 15px 25px;
}
.b-portfoliomap .b-balloon-btn:hover{
	box-shadow: none;
}

@media only screen and (max-width: 950px){
	.b-portfoliomap-map {
		height: 450px;
	}
	.b-portfoliomap-map [class$="-balloon__content"] {
		margin: 0 !important;
		padding: 15px 30px 15px 15px !important;
	}
	.b-portfoliomap .b-balloon {
		width: 220px;
	}
	.b-portfoliomap .b-balloon-name {
		font-size: 16px;
	}
	.b-portfoliomap .b-balloon-address {
		font-size: 14px;
	}
	.b-portfoliomap .b-balloon-action {
		margin-top: 10px;
	}
}
/* End */
/* /local/components/skadium/include.block/templates/form-private/style.css?1744722190767 */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?16173580263267 */
/* /local/templates/main/components/skadium/include.block/sadvantages1/style.css?16793049761671 */
/* /local/templates/main/components/skadium/include.block/sadvantages2/style.css?16843092312023 */
/* /local/templates/main/components/bitrix/news.list/gallery/style.css?16793072872175 */
/* /local/templates/main/components/skadium/include.block/step/style.css?16843005833431 */
/* /local/templates/main/components/skadium/include.block/scredit/style.css?1684301849955 */
/* /local/templates/main/components/bitrix/news.list/map_projects/style.css?16793092471849 */
