

/* Start:/services/ustanovka-1c/style.css?17739434759220*/
.ccustom {
	max-width:1640px;
}

.ccustom-fluid.block1 {
	background-image:url(/services/ustanovka-1c/images/block1.png);
	background-repeat:no-repeat;
	background-position:top center;
	vertical-align: middle;
	min-height:277px;
	display: flex;
	position:relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.ccustom-fluid.block1 .h1,
.ccustom-fluid.block1 h1 {
	display:block;
	text-align:center;
	font-size:5rem;
	color:#686B9F;
	margin: 0 auto 40px;
}
.ccustom.slogan {
	margin-top:-48px;
	min-height:157px;
}

.ccustom.slogan div {
	font-size:2.4rem;
	font-weight:600;
	color:#5F5F5F;
	text-align:center;
	vertical-align: middle;
	padding:28px;
	width:56%;
	position:absolute;
	left:50%;
	margin-left:-28%;
	border-radius:31px;
	border:none;
	background-color:#fff;
	box-shadow: 0 3px 10px rgba(0,0,0,0.85);
}
.ccustom .block2 {
	font-size:1.6rem;
	width:83%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	clear:both;
}
	.ccustom.block6 .lim2 {
		display:none;
	}
	.ccustom .block2 div.item {
		width:25%;
		float:left;
		text-align:center;
		padding: 0 5px;
	}
	.ccustom .block2 div.item  img {
		display:grid;
		width:30%;
		margin:auto auto 10% auto;
		
	}
.ccustom-fluid .btns, .ccustom .btns {
	text-align: center;
	display:block;
}	
.ccustom-fluid .btn-yellow , .ccustom .btn-yellow {
	display: inline-block;
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  color: #ffffff;
  font-size: 1.8rem;
  background: #EEA041;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  outline: none;
  border: none;
  margin:5px;
}

.ccustom-fluid .btn-yellow:hover, .ccustom-fluid .btn-yellow:active, .ccustom .btn-yellow:hover, .ccustom .btn-yellow:active {
  background: #686B9F;
  text-decoration: none;
  color:#fff;
  outline: none;
  border: none;
}	
.ccustom .btn-white, .ccustom .modal-footer .btn-white{
  display: inline-block;
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  color: #5F5F5F;
  font-size: 1.6rem;
  background: #FFF;
  padding: 10px 20px 10px 20px;
  border: solid #EC9F40 1px;
  text-decoration: none;
  outline: none;
  margin:5px;
}
.ccustom .modal-footer .btn-white{
	
	font-size: 1.8rem;	
}
.ccustom .btn-white:hover, .ccustom .btn-white:active {
  background: #686B9F;
  border: solid #686B9F 1px;
  color:#fff;
  text-decoration: none;
  outline: none;
}

.ccustom .btn-blue {
	display: inline-block;
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  color: #ffffff;
  font-size: 2rem;
  font-weight:600;
  background: #797CB0;
  padding: 10px 25px 10px 25px;
  text-decoration: none;
  clear:both;
  outline: none;
  margin:5px;
}

.ccustom .btn-blue:hover, .ccustom .btn-blue:active {
  background: #EEA041;
  text-decoration: none;
  color:#fff;
  outline: none;
}	

.ccustom .block3 {
	text-align:center;	
	margin-bottom:80px;
}
	.ccustom .block3 div {
		margin-bottom:30px;
		display:flex;
		position:relative;
		overflow:hidden;
		font-size:100%;
		line-height:1.3;
	}
	.ccustom .block3 div b {
		display:block;
		margin-bottom:3px;
		font-weight:600;
	}
	.ccustom .block3 img {
		/*
		width:25%;
		height:auto;
		*/
		width:auto;
		height:100%;		
		border-radius:30px;
	}
.ccustom h2 {
	font-size:2.8rem;
	color:#686B9F;
	text-align:center;
	margin:100px 0 80px 0;
}
	.ccustom .item-b {
		border:1px solid #686B9F;
		border-radius:30px;
		margin-left:16.66%;
		margin-right:25%;
		
		
	}
	.ccustom .item-b:after {
	    content: "";
	    top: -1px;
	    height: 102%;
	    width: 3.8%;
	    bottom: 0;
	    right: -2px;
	    position: absolute;
	    z-index: -2;
	    background-size: cover;
	    border-radius: 5px 30px 30px 5px;
	    background-color: #686B9F;
    }
	.ccustom .item-b img {
		float:left;
		border:1px solid #686B9F;
		margin-left:-1px;
		
		
	}
	.ccustom .item-b span {
		display:block;
		text-align:left;
		/*margin:auto 10% auto 5%;*/
		margin:auto 6% auto 3%;
		width: 60%;
		
	}
	.ccustom .item-y {
		border:1px solid #EEA041;
		border-radius:30px;
		margin-left:25%;
		margin-right:16.66%;
	}
	.ccustom .item-y:before {
	    content: "";
	    top: -1px;
	    height: 102%;
	    width: 3.8%;
	    bottom: 0;
	    left: -2px;
	    position: absolute;
	    z-index: -2;
	    background-size: cover;
	    border-radius: 30px 5px 5px 30px;
	    background-color: #EEA041;
    }
	.ccustom .item-y img {
		float:right;
		border-left:1px solid #EEA041;
		margin-right:-1px;
		
	}
	.ccustom .item-y span {
		display:block;
		text-align:left;
		/*margin:auto 5% auto 10%;*/
		margin:auto 3% auto 6%;
		width: 70%;
		
	}
.ccustom-fluid.block4{
	padding-left: 0;
	position:relative;
	display:flex;
}
	.ccustom-fluid.block4 .div-img {
	 	width:49%; 
	 	height:auto;
	 	float:left;
	 	/*
	 	min-height:300px;
	 	background-image : url(/services/ustanovka-1c/images/block4.jpg);
	 	background-repeat : no-repeat;
	 	background-position : right ;
	 	background-size:cover;
	 	*/
	}
	.ccustom-fluid.block4 img {
	 	width:100%; 
	 	height:auto;
	}
	.ccustom-fluid.block4 .txt{
		min-height:90px;
	 	float:left;
	 	width:50%;
	 	padding-left:150px;
	 	padding-right:150px;
	 	font-size:1.8rem;
	 	margin:auto;
	 	position:relative;
	}
	.ccustom-fluid.block4 .txt .title{
		color: #797CB0;
		font-weight:600;
		font-size:2.4rem;
		margin-bottom:2rem;
	}
	.ccustom-fluid.block4 .title:before {
		content:" ";
		background-image:url("/services/ustanovka-1c/images/block4_icon.svg");
		background-repeat:no-repeat;
		background-position:top left;
	    width: 75px;
	    height: 75px;
	    position: absolute;
	    top: -20px;
	    left: 60px;
	    background-size: 100%;
	}
.ccustom.block5 {
	display:flex;
	margin-bottom:60px;
	margin-top:30px;
}
	.ccustom.block5 .txt {
		margin:auto;
		width:50%;
		padding-left:80px;
	}
		.ccustom.block5 .txt .title {
			color:#EEA041;
			font-size:4rem;
			line-height:1.2;
			font-weight:500;
			display:block;
			margin-bottom:37px;
		} 
		.ccustom.block5 .txt .small {
			margin-top:37px;
			display:block;
			clear:both;
			font-size:100%;
		}
	.ccustom.block5 .bg {
		background-image:url("/services/ustanovka-1c/images/block5.jpg");
		background-repeat:no-repeat;
		background-position:bottom center;
		min-height:478px;
		width:50%;
	}
.ccustom.block6 {
		margin-bottom:80px;
}
	.ccustom.block6 .lim2 {
		display:none;
	}
	.ccustom.block6 .lim3 {
		display:block;
		width:100%;
		height:0;
		float:none;
		clear:both;
	}
	.ccustom.block6 .title {
		font-size: 3.0rem;
		font-weight:600;
		color: #686B9F;
		line-height: 1.2;
		text-align:center;
		padding-left:37px;
		padding-right:37px;
		margin-bottom:40px;
		
	}	
	.ccustom.block6 .item {
		float:left;
		width:32%;
		padding-left:2%;
		padding-right:2%;
		box-shadow: 0 3px 8px rgba(0,0,0,0.16);
		border-radius: 30px;
		margin:4% 0.5% 0 0.5%;
	}
	.ccustom.block6 .item .mid {
		display:flex;
		min-height:230px;
		margin:10px;
	}
	.ccustom.block6 .item .txt{
		font-size:110%;
		/*display:flex;*/
		text-align:center;
		margin:auto;
	}
	.ccustom.block6 .item .txt b{
		display:block;
		font-weight:600;
		margin-bottom:5px;
	}
	.ccustom.block6 .item img {
		width:100%;
		height:auto;
		border:1px solid #EEA041;
		border-radius: 30px;
		margin-top:-7%;
	}
	.ccustom.block6 .item img:hover {
		border:1px solid #686B9F;
	}
.ccustom-fluid.block7 {
	background-image:url(/services/ustanovka-1c/images/block7.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:370px;
	display:flex;
	padding:0;
}
	.ccustom-fluid.block7 .form {
		margin:auto;
		background-color:#FFF;
		box-shadow: 3px 3px 15px #EEA041;
		border-radius:30px;
		min-height:100px;
		min-width:35%;
		max-width:900px;
		text-align:center;
		padding:50px;
	}
	.ccustom-fluid.block7 .small{
		font-size:100%;
	}
	
	.ccustom-fluid.block7 .form input[type=text]{
		border:1px solid #EEA041;
		border-radius: 30px;
		line-height:2.6rem;
		padding:7px 15px 6px 15px;
		margin:5px;
	}	
	.ccustom-fluid.block7 .form input[type=text]:focus, .ccustom-fluid.block7 .form input[type=text]:active{
		border:1px solid #686B9F;
		border-radius: 30px;
		padding:7px 15px 6px 15px;
		line-height:2.6rem;
		outline: none;
	}
	.ccustom-fluid.block7 form {
		margin-top:30px;
	}
	.ccustom-fluid.block7 .btn-yellow {
		padding:7px 20px 8px 20px
	}	
	.ccustom-fluid.block7 .form input[type=text]::-webkit-input-placeholder {text-align:center; font-size:1.4rem; line-height:4rem; }
	.ccustom-fluid.block7 .form input[type=text]::-moz-placeholder          {font-size:1.4rem; line-height:4rem; }/* Firefox 19+ */
	.ccustom-fluid.block7 .form input[type=text]:-moz-placeholder           {font-size:1.4rem; line-height:4rem; }/* Firefox 18- */
	.ccustom-fluid.block7 .form input[type=text]:-ms-input-placeholder      {font-size:1.4rem; line-height:4rem; }

	.ccustom-fluid.block7 .title{
		color: #686B9F;
		font-size: 2.2rem;
		font-weight:600;
		line-height:1.2;
		margin-bottom:15px;
	}
.modal-dialog {
	background-color:transparent;
}	
.modal-content {
   border-radius: 30px!important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
}   
.modal-header  button.close {
  outline: none;
  border: none;	
} 	

.clearfix { display: block; }
.clearfix:after { content: ""; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; margin: 0; padding: 0; }	
/* End */


/* Start:/services/soprovozhdenie-1s/style.css?17720569949470*/
.ccustom-fluid.block1 {
	background-image:url(/services/soprovozhdenie-1s/images/header-bg.jpg);
}
.ccustom-fluid.block1 h1 {
	color: #eea041;
}	
.gray {
	background-color: #F9F9F9;
}
.ccustom {
	padding-bottom:20px;
	min-height: 220px;
}
.ccustom.slogan div {
	font-size:110%;
	font-weight:normal;
	color:#fff;
	text-align:center;
	vertical-align: middle;
	padding:28px;
	width:36%;
	position:absolute;
	left:50%;
	margin-left:-18%;
	border-radius:31px;
	border:none;
	background-color:#686B9F;
	box-shadow: 0 3px 10px rgba(216,216,216,1);
	letter-s
}
.ccustom.slogan {
	min-height: 0;
}
.ccustom {
	min-height: 160px;
}
.ccustom .block2 .title {
	font-size: 200%;
    color: #686B9F;
    text-align: center;
    margin: 80px auto 30px auto;
    width:50%;
}
.ccustom .block2 .lim3 {
	display:block;
	width:100%;
	height:0;
	float:none;
	clear:both;
}
.ccustom .block2 .lim2 {
	display:none;
}
.ccustom .block2 div.item {
	width:33%;
	margin-left:0;
	margin-right:0;
	margin-bottom:1%;
	text-align: left;
	padding-left:55px;
}
.ccustom .block2 div.item b {
	display:block;
	margin-bottom:5px;
}

.ccustom .block2 div.item img {
	margin: 30px 0 20px -43px;
}
.ccustom-fluid.col-foto {
	padding-left:0;
	padding-right:0;	
}
.ccustom-fluid.col-foto .title{
	font-size:200%;
	color:#686B9F;
	margin: 10%;
    font-weight: 500;
}
.col-foto .col1 {
	width: 48%;
	float:left;
	margin-right:2%; 
}
.col-foto .col1 .col_content {
	box-shadow:0 3px 6px rgba(0,0,0,0.16);
	padding:8% 10%;
	border-radius:0 30px 30px 0;
}
.col-foto .col2 .col_content {
	box-shadow:0 3px 6px rgba(0,0,0,0.16);
	padding:8% 10%;
	border-radius: 30px 0 0 30px ;
}
.col-foto .col1 .col_content .col_title,
.col-foto .col2 .col_content .col_title  {
	color:#EEA041;
	font-size:130%;
	font-weight:500;
	margin-bottom:20px;
	
}
.col-foto .col1 .col_content img {
	width:80%;
	height:auto;
	clear:both;
	display:block;
	position:relative;
	margin-top:8%;
	margin-bottom:-20%;
	position:relative;
	left:37%;
}
.col-foto .col2{
	width: 48%;
	float:right;
	margin-left:2%;
}
.col-foto .col2 .col_content img {
	width:85%;
	height:auto;
	clear:both;
	display:block;
	position:relative;
	margin-top:-20%;
	margin-bottom:8%;
	position:relative;
	margin-left:-17%;
	
}
.ccustom.block-center {
	text-align:center;
	width:60%;
	margin:50px auto;
	color: #ADADAD;
}
.ccustom.block-center .title{
	font-size:180%;
	color:#686B9F;
	margin: 3%;
    font-weight: 500;
}
/******************************************/	
.ccustom.block5 {
	margin-bottom: 0;
	padding-bottom:0;
}
	.ccustom.block5.foto-left .bg {
		background-image:url("/services/soprovozhdenie-1s/images/fotoblock.jpg");
		background-size: contain;
		background-position: bottom right;
	}
	.ccustom.block5.foto-left .txt {
		padding-left: 40px;
	}
	.ccustom.block5.foto-left .txt div {
		float: right;
	}
	.ccustom.block5.foto-left .txt div {
	    	float: left;
	}
	.ccustom.block5 .txt .title {
		font-size: 200%;
	}
	.ccustom.block5 .txt div {
		margin-top: 60px;
		font-size:90%;
	}
/******************************************/
.ccustom .row.block2.bg-box .line1 {margin-left:-70px;}
.ccustom .row.block2.bg-box .line2 {margin-right:-70px;}
.ccustom .row.block2.bg-box .item {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
    	padding: 30px;
    	min-height:180px;
    	min-width:340px;
    	margin:0.1%;    
    	display:flex;	
}	
.ccustom .row.block2.bg-box .item.item1{
		background-image:url("/services/soprovozhdenie-1s/images/rect1.svg");
}
.ccustom .row.block2.bg-box .item.item2{
		background-image:url("/services/soprovozhdenie-1s/images/rect2.svg");
}
.ccustom .row.block2.bg-box .item .num {
		background-image:url("/services/soprovozhdenie-1s/images/icon-num.svg");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width:25%;
		height:100%;
		color:#fff;
		font-size:200%;
		font-weight:500;
		float:left;
		line-height:250%;
		padding:27px 30px 30px 38px;
		margin-left:0px;
		
}
.ccustom .row.block2.bg-box .item .txt {
	margin:auto 10px;
	
}
/******************************************/	
.ccustom.block5 {
	margin-bottom: 0;
	padding-bottom:0;
}
	.ccustom.block5 .bg {
		background-image:url("/services/soprovozhdenie-1s/images/block5.jpg");
		background-size: contain;
	}
	.ccustom.block5 .txt div {
		width: min-content;
    	float: right;
	}
.ccustom-fluid.block4 {
	padding-top: 60px;
}	
		
.ccustom-fluid.block4 .txt .title {
	margin-top:0;
}
.ccustom-fluid.block4 .txt {
	padding-left: 150px;
}
.ccustom-fluid.block4 img {
	border-radius: 0 30px 30px 0;
}

.ccustom.block5 .txt div {
	min-width:500px;
}
.ccustom.block5 .txt div .blue{
color: #686B9F;
    font-size: 50%;
    line-height: 1.2;
    font-weight: 500;
    display: block;
    margin-top: 15px;
    }

.ccustom-fluid.block6 {
	background-image:url("/services/soprovozhdenie-1s/images/block6-bg.jpg");
	background-size: contain;
	padding:80px 0;
} 
.ccustom.block6 .item {
	background-color:#fff;
}

/***********************************************/
.ccustom-fluid.bl-center-middle {
	
}
	.ccustom-fluid.bl-center-middle .title{
		width: 50%;
    	margin: 80px auto 30px auto;
    	text-align: center;
    	color: #EEA041;
    	font-size: 240%;
    	font-weight:500;
	}
	.ccustom-fluid.bl-center-middle .item {
		float:left;
		width:46%;
		margin:40px 2% 40px 2%;
		box-shadow:0 3px 6px rgba(0,0,0,0.16);
		border-radius:30px;
		background-color:#fff;
	}
	.ccustom-fluid.bl-center-middle .item .title {
		color:#797CB0;
		font-size:200%;
		width: 100%;
        margin: 20px 0;
    	padding: 0 20px;
	}
	.ccustom-fluid.bl-center-middle .item .txt {
		background-color:#F9F9F9;
		border-radius:30px;
		margin:0;
		padding:40px;
	}
	.ccustom-fluid.bl-center-middle .item .txt .title {
		color:#797CB0;
		font-size:140%;
		width: 100%;
        margin: 0 0 20px 0;
    	padding: 0;
    	text-align:left;
	}
	.ccustom-fluid.bl-center-middle .item .txt ul {
		margin-top:0;
		margin-bottom:40px;
	}
	.ccustom-fluid.bl-center-middle .item .txt ul li {
	    padding:8px 0 8px 20px;
	}
	.ccustom-fluid.bl-center-middle .item .txt ul li:before {
		content: "\2022";
		color: #EEA041; 
	  	font-weight: bold; 
	  	display: inline-block; 
	    width: 1em;
	}	
	.ccustom-fluid.bl-center-middle .item .txt .price {
		background-color:#F9F9F9;
		color:#5F5F5F;
		font-size:120%;
		font-weight:normal;
	}
	.ccustom-fluid.bl-center-middle .item .txt .price b {
		color:#686B9F;
	}
	.ccustom-fluid.bl-center-middle .item .txt .btn-yellow {
		width: 70%;
		margin:10px auto auto auto;
		text-align: center;
		display:block;
		
	}
.w50 {
	width:50%;
	margin:auto;
}





.ccustom-fluid.heading {
	padding-top:80px;	
	padding-bottom:50px;
}
.ccustom-fluid.heading h5{
	width:50%;
	margin:0 auto;
	text-align:center;
	color:#686B9F;
	font-size:240%;
}
.ccustom-fluid.foto-left, .ccustom-fluid.foto-right {
	padding-left: 0;
	position:relative;
	display:flex;
	padding-right:0;
	margin-bottom:60px;
}
	.ccustom-fluid.foto-left .div-img {
	 	width:33%; 
	 	height:auto;
	 	float:left;
	 	/*
	 	min-height:300px;
	 	background-image : url(/services/soprovozhdenie-1s/images/block4.jpg);
	 	background-repeat : no-repeat;
	 	background-position : right ;
	 	background-size:cover;
	 	*/
	}
	.ccustom-fluid.foto-left img {
	 	width:100%; 
	 	height:auto;
	}
	.ccustom-fluid.foto-left .txt, .ccustom-fluid.foto-right .txt{
		min-height:90px;
	 	float:left;
	 	width:45%;
	 	padding-left:120px;
	 	padding-right:50px;
	 	font-size:1.8rem;
	 	position:relative;
	}
	.ccustom-fluid.foto-left .txt{
	 	margin:auto 20% auto 5%;
	} 
	.ccustom-fluid.foto-right .txt{
	 	margin:auto 5% auto 20%;
	}
	.ccustom-fluid.foto-left .txt .title, .ccustom-fluid.foto-right .txt .title {
		color: #EEA041;
		font-weight:400;
		font-size:150%;
		margin-bottom:2rem;
	}
	.ccustom-fluid.foto-left .txt .title:before, .ccustom-fluid.foto-right .txt .title:before {
		content:" ";
		background-repeat:no-repeat;
		background-position:top left;
	    width: 75px;
	    height: 75px;
	    position: absolute;
	    top: -20px;
	    left: 0;
	    background-size: 100%;
	}
	.ccustom-fluid.foto-left-1 .txt .title:before{
		background-image:url("/services/soprovozhdenie-1s/images/icon-foto-left-1.svg");
	}
	.ccustom-fluid.foto-right-1 .txt .title:before{
		background-image:url("/services/soprovozhdenie-1s/images/icon-foto-right-1.svg");
	}
	.ccustom-fluid.foto-right-2 .txt .title:before{
		background-image:url("/services/soprovozhdenie-1s/images/icon-foto-right-2.svg");
	}
	.ccustom-fluid.foto-right-2 .txt {
		width:40%;
		margin:auto;
		
	}
	.ccustom-fluid.foto-right-2 .txt .btn-yellow {
		margin-left:0;
		margin-top:30px;
	}
	.ccustom-fluid.foto-right-2 .div-img img{
		border-radius: 30px 0 0 30px;
	}
	.ccustom-fluid.foto-right .div-img {
	 	width:49%; 
	 	height:auto;
	 	float:right;
	 	/*
	 	min-height:300px;
	 	background-image : url(/services/soprovozhdenie-1s/images/block4.jpg);
	 	background-repeat : no-repeat;
	 	background-position : right ;
	 	background-size:cover;
	 	*/
	}
	.ccustom-fluid.foto-right img {
	 	width:100%; 
	 	height:auto;
	}
.ccustom-fluid.block7 {
	margin-top:20px;
	background-image:url(/services/soprovozhdenie-1s/images/block7.jpg);
}
	.ccustom-fluid.block7 .form {
		box-shadow: 3px 3px 15px rgba(121,124,176,0.7);
	}
		


	
.ptb60 {
	padding-top:60px;
	padding-bottom:60px;
}
.bl-center-middle {
	
}
/* End */


/* Start:/services/ustanovka-1c/responsive.css?17739435016867*/
@media (min-width: 1720px){
	.ccustom {
	    max-width: 1640px;
	}
}@media (min-width: 1200px){
	.ccustom {
	    max-width: 1140px;
	}
}
@media (min-width: 992px)
.ccustom {
    max-width: 960px;
}
@media (min-width: 768px)
.ccustom {
    max-width: 720px;
}
@media (min-width: 576px)
.ccustom {
    max-width: 540px;
}
.ccustom {
	max-width: 1640px;
}
.ccustom, .ccustom-fluid{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media screen and (min-width:1400px) and (max-width:1920px) {
	html {font-size:115%;}
}
@media screen and (min-width:1401px) and (max-width:1501px) {
	.ccustom.block6 .item .txt {
		font-size:110%;
	}
}
@media screen and (min-width:1010px) and (max-width:1400px) {
	.ccustom .block3 h2 {
	    margin: 50px;
	}	
}
@media screen and (min-width:1280px) and (max-width:1400px) {
	html {font-size:104%;}
	.ccustom.slogan div {
		font-size:140%;
	}	
	.ccustom.block6 .item .txt {
		font-size:100%;
	}
}
@media screen and (min-width:1025px) and (max-width:1110px) {
	.ccustom.block6 .item .txt {
		font-size:95%;
	}
}
@media screen and (min-width:200px) and (max-width:1280px) {
	html {font-size:100%;}
}

@media screen and (min-width:200px) and (max-width:1300px) {
	.ccustom .item-b img, .ccustom .item-y img {display:none;}
	.ccustom .item-b span {
		padding: 0.7rem  1% 0.7rem  3%;
		margin: auto 6% auto 3%;
		width: 85%;
	}
	.ccustom .item-y span {
		padding: 0.7rem 1% 0.7rem  3%;
		margin: auto 3% auto 6%;
		width: 85%;
	}
	
}
	
@media screen and (min-width:1025px) and (max-width:1600px) {
	.ccustom-fluid.block4 .txt{
		font-size:100%;
		padding-right:50px;
		padding-left:100px;
	}
	.ccustom-fluid.block4 .title:before {
	    content: " ";
	    background-image: url(/services/ustanovka-1c/images/block4_icon.svg);
	    background-repeat: no-repeat;
	    background-position: top left;
	    width: 8%;
	    height: 100%;
	    position: absolute;
	    top: 10px;
	    left: 40px;
	    background-size: 100%;
	}	
}
@media screen and (min-width:737px) and (max-width:1024px) {
	.ccustom.slogan div {
		position:relative;
		margin-left:1%;
		margin-right:1%;
		width:98%;
		left:0;
		font-size:150%;
	}
	.ccustom .block2 {
		width:100%;
		padding:10px;
	}	
	.ccustom .block2 div.item img {
		width:50%;
	}	
	.ccustom .block3 h2 {
		margin: 50px;
	}	
	.ccustom .block3 .item-b {
		width:90%;
		margin-left:0;
		margin-right:10%;
		font-size:100%;
		line-height:130%;
	}	 
	.ccustom .block3 .item-y {
		width:90%;
		margin-left:10%;
		margin-right:0;
		font-size:100%;
		line-height:130%;
	}	
	
	.ccustom-fluid.block4 .title{
		margin-top:0;
	}
	.ccustom-fluid.block4 .txt .title{
		margin-bottom:15px;
	}
	.ccustom-fluid.block4 .txt{
		font-size:90%;
		    padding: 0 0 0 15px;
	}
	.ccustom-fluid.block4 .title:before {
		display:none;
	}
	.ccustom.block5 {
		width:100%;
		max-width:100%;
		padding-right:0;
		margin-top:50px;
	}
	.ccustom.block5 .bg {
		min-height: 178px;
		background-size: contain;
	}
	.ccustom.block5 .txt .title {
		margin-bottom: 15px;
		font-size:180%;
	}
	.ccustom.block5 .txt .small {
	    margin-top: 15px;
	}
	.ccustom.block5 .btn-blue {
	    font-size: 120%;
	}
	.ccustom.block6 .title {
		font-size: 2.8rem;
	}
	.ccustom.block6 .lim3 {
		display:none;
	}
	.ccustom.block6 .lim2 {
		display:block;
		width:100%;
		height:0;
		float:none;
		clear:both;
	}
	
	.ccustom.block6 .item {
		width: 48%;
		margin: 4% 1% 3% 1%;
	}
	.ccustom.block6 .item .mid {
		min-height:230px;
	}
	.ccustom.block6 .item .txt {
			font-size:100%;
	}
	.ccustom-fluid.block7 .form {
		max-width: 700px;
	}
	
}
@media screen and (min-width:500px) and (max-width:736px) {
	.ccustom.block6 .item {
	    margin-bottom: 50px;
	}
}
@media screen and (min-width:200px) and (max-width:499px) {
	.ccustom.block6 .item {
	    margin-bottom: 30px;
	}
}
@media screen and (min-width:200px) and (max-width:736px) {
	.ccustom-fluid.block1 .h1,
	.ccustom-fluid.block1 h1 {
		font-size:240%;
	}
	.ccustom.slogan div {
		position:relative;
		margin-left:1%;
		margin-right:1%;
		width:98%;
		left:0;
		font-size:120%;
	}
	.ccustom .block2 {
		width:100%;
		padding:10px;
	}
	.ccustom .block2 .lim2 {
		width:100%;
		clear:both;
		float:none;
		display:block;
	}
	.ccustom .block2 div.item img {
		width:50%;
	}
	.ccustom .block2 div.item {
		width:50%;
		margin-bottom:20px;
		font-size: 80%;
	}
	.ccustom .block3 h2 {
		margin: 30px;
		font-size: 140%;
	}
	.ccustom .block3 .item-b, .block3 .item-y {
		width:100%;
		margin-left:0;
		margin-right:0;
		/*font-size:0.8rem;
		line-height:1rem;*/
	}
	.ccustom-fluid.block4 .div-img{
		display:none;
	}
	.ccustom-fluid.block4 .txt{
		width:100%;
		float:none;
		clear:both;
		padding:10px;
		/*font-size:0.75rem;*/
	}
	.ccustom-fluid.block4 .title:before {
    		content: " ";
		background-image: url(/services/ustanovka-1c/images/block4_icon.svg);
    		/* background-repeat: no-repeat; */
    		/* background-position: top left; */
    		width: 50px;
    		height: 50px;
    		position: absolute;
    		top: 15px;
    		left: 10px;
    		background-size: 100%;
	}
	.ccustom-fluid.block4 .txt .title{
		margin-bottom:10px;
		margin-left:60px;
		font-size:110%;
	}
	.ccustom.block5 {
		margin:30px 0;
		padding:20px;
		background-color:#F9F9F9;
	}
    	.ccustom.block5 .bg {
		display:none;
	}
	.ccustom.block5 .txt {
		width:90%;
		padding-left:0;
	}
	.ccustom.block5 .txt .title {
		margin-bottom: 20px;
		font-size:140%;
	}	
	.ccustom.block5 .txt .small {
		margin-top: 20px;
	}
	.ccustom.block5 .btn-blue {
		font-size:110%;
	}
	.ccustom.block6 h4.title {
		font-size:140%;
	}
	.ccustom.block6 .lim3 {
		display:none;
	}
	.ccustom.block6 .lim2 {
		display:none;
	}	
	.ccustom.block6 .item {
		width:100%;
		float:none;
		clear:both;
		padding:10px;
	}
	.ccustom.block6 .item .mid {
		min-height:auto;
	}
	.ccustom.block6 .item .txt {
		/*font-size:0.75rem;*/
		font-size:90%;
	}
	.ccustom-fluid.block7 .title {
		font-size:140%;
	}
	
	.ccustom-fluid.block7 .form {
		margin:20px 30px;
		padding:20px;
	}
	.ccustom-fluid.block7 .form input[type=text] {
		width:90%;	
	}
	.icon-close-popup {
	background-color: #0000002e!important;
	top: 10px!important;
    right: 10px!important;
	}
	.icon-close-popup {
	background-color: #0000002e!important;
	top: 10px!important;
    right: 10px!important;
	}
	.modal-dialog {
		width: 92%!important;
    	margin: 10px auto!important;
	}
	.ccustom-fluid.block7 .form input[type=text]::-webkit-input-placeholder {text-align:center; font-size:1.4rem; line-height:3rem; }
	.ccustom-fluid.block7 .form input[type=text]::-moz-placeholder          {font-size:1.4rem; line-height:2rem; }/* Firefox 19+ */
	.ccustom-fluid.block7 .form input[type=text]:-moz-placeholder           {font-size:1.4rem; line-height:2rem; }/* Firefox 18- */
	.ccustom-fluid.block7 .form input[type=text]:-ms-input-placeholder      {font-size:1.4rem; line-height:2rem; }
	
}

/* End */


/* Start:/services/soprovozhdenie-1s/responsive.css?16518327806459*/
/*responsive*/
@media screen and (min-width: 1025px) and (max-width: 1600px){
	.ccustom-fluid.block4 .title:before {
		content: none;
	}
}

@media screen and (min-width:1280px) and (max-width:1400px) {
	.ccustom.slogan div {
		font-size:110%;
	}	
	.ccustom-fluid .block-wblock-center {
		width:45%;
	}
	.ccustom-fluid.block-list-orange ol li {
		font-size:110%;
	}
}
@media screen and (min-width:1024px) and (max-width:1279px) {
	.ccustom-fluid .block-wblock-center {
		width:60%;
	}
	.ccustom-fluid.foto-left .txt, .ccustom-fluid.foto-right .txt{
		min-height:90px;
	 	float:left;
	 	width:65%;
	 	padding-left:120px;
	 	padding-right:50px;
	 	font-size:1.8rem;
	 	position:relative;
	}
	.ccustom-fluid.foto-left .txt{
	 	margin:auto 5% auto 5%;
	} 
	.ccustom-fluid.foto-right .txt{
	 	margin:auto 0 auto 5%;
	}
	.ccustom-fluid.block-list-orange ol {
		width:80%;
	}
	.ccustom-fluid.block-list-orange ol li {
		font-size:105%;
	}
	
}

@media screen and (min-width:737px) and (max-width:1023px) {
	.ccustom.block-center {
		width:90%;
	}
	.ccustom.slogan div {
		font-size: 120%;
	}
	.ccustom.gray.block1-bg {
		display:none;
	}
	.ccustom .block2 div.item {
		width:48%;
	}
	.ccustom .block2 .lim3 {
		display: none;
	}
	.ccustom .block2 .lim2 {
		display:block;
		width:100%;
		height:0;
		float:none;
		clear:both;
	}
	.ccustom-fluid .block-wblock-center {
		width:80%;
	}
	.ccustom-fluid.foto-left .txt, .ccustom-fluid.foto-right .txt {
		width:65%;
		font-size: 100%;
		padding-left: 60px;
	}
	.ccustom-fluid.foto-left .txt {
    	margin: auto 3% auto 5%;
	}
	.ccustom-fluid.foto-right .txt {
    	margin: auto 3% auto 5%;    	
	}
	.ccustom-fluid.foto-left .txt .title:before, .ccustom-fluid.foto-right .txt .title:before {
		width: 45px;
    	height: 45px;
    	top: -5px;
    	left: 0;
	}
	.ccustom-fluid.block-list-orange ol {
		width:96%;
	}
	.ccustom-fluid.block-list-orange ol li {
		font-size:102%;
	}
	.ccustom-fluid.bl-gallery-col4 .title, .ccustom-fluid.bl-center-middle .title {
    	font-size: 200%;
	}
	.ccustom-fluid.bl-center-middle .item .title {
        font-size: 160%;
	}		
}
@media screen and (min-width:200px) and (max-width:936px) {
		.ccustom.block-center {
		width:90%;
	}
	.col-foto .col1, .col-foto .col2 {
		width:98%;
	}
	.w50 {
	    width: 100%;
	}
	.ccustom-fluid.bl-center-middle .item .txt ul li {
	    padding: 8px 0 8px 0px;
	}
	.ccustom.block5 .txt div {
	    min-width: auto;
	    width: auto;
	}
	
}
@media screen and (min-width:200px) and (max-width:736px) {
	.ccustom .row.block2.bg-box .item .num {
	text-align: center;
    padding: 20px;
	}
	.ccustom.block5 .txt {margin-top: 10px;}
	.ccustom .row.block2.bg-box .line1,
	.ccustom .row.block2.bg-box .line2 {
		margin:0;
	}
	.ccustom-fluid.block6 {
	padding-top:0;}
	.ccustom .block2 div.item img {
	width: 30%;
	}
	.ccustom-fluid.foto-right-2 .txt .btn-yellow {
		text-align:center;
	}
	.ccustom.gray.block1-bg {display:none;}
	.ccustom .block2 div.item {
		width:98%;
	}
	.ccustom-fluid.block4 .txt {
		font-size:110%;
		width:85%;
		padding:0;
		
	}
	.ccustom-fluid.block4 .title:before {
		content: none;
	}
	.ccustom-fluid.block4 .txt .title {
		margin-left:0;
		font-size: 135%;
		font-weight:500;
	}
	.ccustom.block5 .txt .title {
		font-size: 140%;
	    background-color: rgba(255,255,255,0.75);
	    border-radius: 30px;
	    padding: 10px 10px 10px 0;
	}
	.ccustom.block5 .txt div {
		float: left;
	}
	.ccustom.block5 {
	    background-color: #fff;
	    background-image: url(/services/soprovozhdenie-1s/images/block5.jpg);
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position-x: right;
	    margin:0;		
	}
	.ccustom .btn-yellow{
		margin:0;
	}
	.ccustom-fluid .block-wblock-center {
		width:90%;
	}
	.ccustom-fluid .block-wblock-center ul {
		width:90%;
	}
	.ccustom-fluid.block-list-orange {
		padding: 50px 10px 60px 10px;
	}
	.ccustom-fluid.block-list-orange h4 {
		width:90%;
		font-size:160%
	}
	.ccustom-fluid.block-list-orange ol {
		width:90%;
	}
	.ccustom-fluid.block-list-orange ol li{
		width:100%;
		font-size:102%;
		height:auto;
		margin: 10px 0;
	}		
	.ccustom-fluid.heading h5 {
		width:90%;
		font-size:160%;
	}
	.ccustom-fluid.foto-left, .ccustom-fluid.foto-right {
		margin-bottom:30px;
	}
	.ccustom-fluid.foto-left .div-img , .ccustom-fluid.foto-right .div-img {
		display:none;
	}
	.ccustom-fluid.foto-right .txt {
	    margin: auto 5%;
	}
	.ccustom-fluid.foto-left .txt, .ccustom-fluid.foto-right .txt {
		width:auto;
		padding-left:55px;
		padding-right:0;
		font-size:100%;
	}
	.ccustom-fluid.foto-left .txt .title, .ccustom-fluid.foto-right .txt .title {
		margin-bottom: 15px;
	}
	.ccustom-fluid.foto-left .txt .title:before, .ccustom-fluid.foto-right .txt .title:before {
		width: 45px;
    	height: 45px;
    	top: -5px;
    	left: 0;
   	}
	.ccustom-fluid.bl-center-middle .title, .ccustom .block2 .title {
		width:98%;
	}
	.ccustom .block2 .title {
    	margin: 30px auto 25px auto;
    	font-size:180%;
    }
	.ccustom-fluid.bl-center-middle .item {
		width:98%;
		    margin: 10px 1% 10px 1%;
	}
	.ccustom-fluid.bl-center-middle .item .title {
		font-size:150%;
	}	
	.ccustom-fluid.bl-center-middle .item .txt .title {
		font-size:120%;
	}
	.ccustom-fluid.bl-center-middle .item .txt {
	    padding: 20px 40px;
	}
	.ccustom-fluid.bl-center-middle .item .txt ul {
    	margin-bottom: 10px;
	}
	.ccustom-fluid.bl-gallery-col4 .title, .ccustom-fluid.bl-center-middle .title {
    	font-size: 180%;
	}
	.ccustom-fluid.bl-center-middle .item .title {
        font-size: 140%;
	}	
   	.ccustom-fluid.foto-right {
   		margin-top:30px;
   	}
   	.ccustom-fluid.block6 {
   		padding-bottom:0;
   	}
   	.ccustom.block6 {
   		margin-bottom: 30px;
   	}
   	
	
}
@media screen and (min-width:200px) and (max-width:490px) {
	
	.ccustom-fluid .block-wblock-center ul {
		width: fit-content;
	}
	.ccustom-fluid .block-wblock-center ul li {
		float:none;
		width:auto;
	}
	.ccustom-fluid.block4 .txt {
		font-size:110%;
	}
	.ccustom.block5 .btn-blue {
		margin-left:0;
	}
	.ccustom.block5 .txt .title {
		margin-bottom:5px;
	}
	.ccustom.block5 .txt {
	    margin-top: 10px;
	}
	.ccustom.block5 .txt div {
	    margin-top: 10px;
	}
}
/* End */


/* Start:/services/uskorenie-1c/style.css?17720593284387*/
.accel-1c-wrap {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.accel-1c-section {
    padding: 72px 0;
}

.accel-1c-section h2 {
    margin: 0 0 18px 0;
    text-align: center;
    color: #686b9f;
    font-size: 240%;
    font-weight: 500;
}

.accel-1c-intro-txt {
    max-width: 980px;
    margin: 0 auto 28px auto;
    text-align: center;
    color: #666;
}

.accel-1c-hero {
    background-image: url("/services/uskorenie-1c/../soprovozhdenie-1s/images/header-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

.accel-1c-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(104, 107, 159, 0.86), rgba(238, 160, 65, 0.74));
}

.accel-1c-hero h1 {
    position: relative;
    z-index: 1;
    color: #fff;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}

.accel-1c-subtitle {
    position: relative;
    z-index: 2;
}

.ccustom.accel-1c-subtitle > div {
    position: static;
    margin: auto;
}

.accel-1c-subtitle div {
    background: #fff;
    color: #5f5f5f;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.24);
    border-radius: 24px;
}

.accel-1c-intro {
    padding-top: 86px;
}

.accel-1c-intro p {
    max-width: 1040px;
    margin: 0 auto 18px auto;
    text-align: left;
}

.accel-1c-reasons {
    background: #f8f9ff;
}

.accel-1c-grid-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.reason-card {
    background: #fff;
    border: 1px solid #e9ebf8;
    border-radius: 22px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    padding: 22px;
}

.reason-card h3 {
    margin: 0 0 10px 0;
    color: #686b9f;
    font-size: 150%;
}

.accel-1c-scope .scope-list {
    margin: 0;
    padding: 0;
}

.accel-1c-scope .scope-list li {
    list-style: none;
    margin-bottom: 14px;
    background: #fff;
    border-left: 4px solid #eea041;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 16px 18px;
}

.accel-1c-steps {
    background: #fffdf8;
}

.steps-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.step-item {
    background: #fff;
    border: 1px solid #f0dfc6;
    border-radius: 20px;
    padding: 18px;
}

.step-item span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: #eea041;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.step-item b {
    display: block;
    margin-bottom: 7px;
    color: #686b9f;
}

.accel-1c-benefits {
    background: #f8f9ff;
}

.accel-1c-grid-three {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.benefit-card {
    background: #fff;
    border: 1px solid #eaecf8;
    border-radius: 20px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.04);
    padding: 20px;
}

.benefit-card img {
    width: 52px;
    height: 52px;
    margin-bottom: 10px;
}

.benefit-card b {
    display: block;
    color: #686b9f;
    margin-bottom: 8px;
}

.methods-box {
    max-width: 1080px;
    margin: 0 auto;
    background: linear-gradient(140deg, #686b9f, #8185bd);
    color: #fff;
    border-radius: 28px;
    padding: 30px 34px;
    box-shadow: 0 12px 30px rgba(104, 107, 159, 0.28);
}

.accel-1c-pricing {
    background: #fffdf8;
}

.pricing-list {
    margin: 0 auto 18px auto;
    max-width: 1040px;
    padding-left: 22px;
}

.pricing-list li {
    margin-bottom: 10px;
}

.pricing-note {
    max-width: 1040px;
    margin: 0 auto;
    color: #686b9f;
    font-weight: 500;
}

.accel-1c-faq {
    background: #f8f9ff;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.faq-item {
    background: #fff;
    border-left: 4px solid #686b9f;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    padding: 16px;
}

.faq-item .q {
    color: #686b9f;
    font-weight: 600;
    margin-bottom: 8px;
}

.accel-1c-cta .txt {
    background: linear-gradient(90deg, rgba(104, 107, 159, 0.96), rgba(238, 160, 65, 0.9));
    border-radius: 30px;
    padding: 35px 40px;
}

.accel-1c-cta .txt .title,
.accel-1c-cta .small {
    color: #fff;
}

.accel-1c-cta .btn-blue {
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 14px;
}

/* End */


/* Start:/services/uskorenie-1c/responsive.css?1772059037979*/
@media screen and (max-width: 1279px) {
    .steps-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .accel-1c-grid-three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 1023px) {
    .accel-1c-section {
        padding: 52px 0;
    }

    .accel-1c-section h2 {
        font-size: 200%;
    }

    .accel-1c-grid-two,
    .accel-1c-grid-three,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .accel-1c-intro {
        padding-top: 64px;
    }
}

@media screen and (max-width: 736px) {
    .accel-1c-subtitle div {
        width: 90%;
        margin-left: -45%;
    }

    .accel-1c-section {
        padding: 40px 0;
    }

    .accel-1c-section h2 {
        font-size: 170%;
    }

    .steps-row {
        grid-template-columns: 1fr;
    }

    .methods-box {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .accel-1c-cta .txt {
        padding: 24px 20px;
    }
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/white/style.css?1772145747274*/

.bx-breadcrumb.white-theme {
	max-width: max-content;
}

.bx-breadcrumb.white-theme .bx-breadcrumb-item {
	position: relative;
}

.bx-breadcrumb.white-theme a {
	color: rgba(255, 255, 255, 0.9);
}
.bx-breadcrumb.white-theme .bx-breadcrumb-item  > span {
	color: #EEA041;
}

/* End */
/* /services/ustanovka-1c/style.css?17739434759220 */
/* /services/soprovozhdenie-1s/style.css?17720569949470 */
/* /services/ustanovka-1c/responsive.css?17739435016867 */
/* /services/soprovozhdenie-1s/responsive.css?16518327806459 */
/* /services/uskorenie-1c/style.css?17720593284387 */
/* /services/uskorenie-1c/responsive.css?1772059037979 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/white/style.css?1772145747274 */
