

/* 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:/programs/new/style.css?177394339717479*/
.ccustom-fluid.block1 {
	background-image:url(/programs/new/images/header.jpg);
}
.ccustom-fluid.block1 .bl_center {
	margin:auto;
	text-align:center;
}
.ccustom-fluid.block1 h1,
.ccustom-fluid.block1 .h1 {
	color:#686B9F;
	float:none;
	clear:both;
	display:block;
	margin-bottom:68px;
	text-align: center;
}
.ccustom-fluid.block1 div {
	color:#fff;
	float:none;
	clear:both;
	display:block;
}
.header_icon {
	position:relative;
	left:50%;
	margin-left:-68px;
	margin-top:-68px;
}
.ccustom-fluid.block1 .slogan {
	font-weight: normal;
    color: #fff;
    text-align: center;
    font-size:110%;
    width:70%;
    margin:3% auto;
}
.gray {
	background-color: #F9F9F9;
}
.ccustom {
	padding-bottom:20px;
	min-height: 220px;
}
.ccustom.slogan {
	min-height: 0;
}
.ccustom.slogan div {
	font-size:110%;
	font-weight:normal;
	color:#fff;
	text-align:center;
	vertical-align: middle;
	padding:28px;
	width:56%;
	position:absolute;
	left:50%;
	margin-left:-28%;
	border-radius:31px;
	border:none;
	background-color:#EEA041;
	box-shadow: 0 3px 10px rgba(216,216,216,1);
	letter-s
}
.ccustom .block2 {
	margin-bottom: 99px;
}
.ccustom .block2 .title {
    width: 50%;
    margin: 99px auto 85px auto;
    text-align: center;
    color: #EEA041;
    font-size: 240%;
}
.ccustom .block2 div.item img {
	margin-bottom:15%;
}

/******************************************/	
.ccustom.block5 {
	margin-bottom: 0;
	padding-bottom:0;
}
	.ccustom.block5.foto-left .bg {
		background-image:url("/programs/new/images/block5-foto-left.jpg");
		background-size: contain;
	}
	.ccustom.block5.foto-left .txt div {
		width: min-content;
    	float: right;
	}
	.ccustom.block5.foto-left .txt div {
	    	float: left;
	}
/******************************************/	
	.ccustom.block5.foto-right .bg {
		background-image:url("/programs/new/images/block5-foto-right.jpg?q=qew");
		background-size: contain;
		background-position-x: left;
		width:40%;
	}
	.ccustom.block5.foto-right .txt div {
		width: min-content;
    	float: left;
	}
	.ccustom.block5.foto-right .txt div {
	    	float: right;
	}
/******************************************/	
.ccustom-fluid.block4.foto-right {
	padding-top: 60px;
	padding-right: 0;
}	
.ccustom-fluid.block4.foto-right .title:before {
	margin-left:200px;
	margin-top:10px;
	background-image: url(/programs/new/images/block4-foto-right-icon.svg);
	    
}		
.ccustom-fluid.block4.foto-right .txt .title {
	margin-top:10px;
	margin-left:200px;
}
.ccustom-fluid.block4.foto-right .txt .subtitle {
	margin:30px 0 20px 65px;
	color: #797CB0;
    font-weight: 500;
    font-size:110%;
}
.ccustom-fluid.block4.foto-right .txt .btn-yellow {
	margin-left:65px;
}
.ccustom-fluid.block4.foto-right .txt {
	width:60%;
	margin: 0;
}
.ccustom-fluid.block4.foto-right .div-img {
	width: 40%;
}
.ccustom-fluid.block4.foto-right img {
	border-radius: 30px 0 0 30px;
}
/********************************************/
.ccustom-fluid.bl-gallery-col4 {
		margin-bottom:80px;
		padding-left:5%;
		padding-right:5%;
		padding-bottom:80px;
		background-image:url("/programs/new/images/bl-gallery-col4.jpg");
		background-size: cover;		
		background-position: top;
}
	.ccustom-fluid.bl-gallery-col4 .lim2 {
		display:none;
	}
	.ccustom-fluid.bl-gallery-col4 .title {
		font-size: 3.0rem;
		font-weight:500;
		color: #686B9F;
		line-height: 1.2;
		text-align:center;
		padding-left:37px;
		padding-right:37px;
		margin-bottom:40px;
		margin-top:80px;
		
	}	
	.ccustom-fluid.bl-gallery-col4 .item {
		float:left;
		width:23%;
		padding-left:1%;
		padding-right:1%;
		padding-bottom:25px;
		background-color:#fff;
		box-shadow: 0 3px 8px rgba(0,0,0,0.16);
		border-radius: 30px;
		margin:4% 1% 0 1%;
		min-height:420px;
	}
	.ccustom-fluid.bl-gallery-col4 .item .mid {
		display:flex;
		min-height:230px;
		margin:10px;
	}
	.ccustom-fluid.bl-gallery-col4 .item .txt{
		font-size:110%;
		/*display:flex;*/
		text-align:left;
		margin:auto;
		padding-left:5px;
		margin-top:20px;
	}
	.ccustom-fluid.bl-gallery-col4 .item .txt b{
		display:block;
		font-weight:600;
		color:#686B9F;
		margin-bottom:15px;
	}
	.ccustom-fluid.bl-gallery-col4 .item img {
		width:100%;
		height:auto;
		border:1px solid #EEA041;
		border-radius: 30px;
		margin-top:-7%;
	}
	.ccustom-fluid.bl-gallery-col4 .item img:hover {
		border:1px solid #686B9F;
	}
/***********************************************/
.ccustom.block5 .bg {
	background-image: url(/programs/new/images/block5-foto-left.jpg?w=qwe);
}
/***********************************************/
.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.programms {
	margin-bottom:40px;
	max-width:1220px;
}
.ccustom.programms .block-list-white {
	padding: 10px;
	width:100%;
}
.ccustom.programms  .block-list-white h4{
	width:100%;
	margin:0 auto 30px auto;
	text-align:center;
	color:#686B9F;
	font-size:240%;
}	
.ccustom.programms .block-list-white  ol {
	width:100%;
	display: flow-root;
	margin:auto;
	margin-top:10px;
	counter-reset: myCounter;
}
.ccustom.programms .block-list-white  ol li {
	color:#5F5F5F;
	width:100%;
    float: left;	
    padding:10px 20px 10px 10px;
    background-color:#fff;
    box-shadow:0 3px 6px rgba(0,0,0,0.16);
    border-radius:24px;
    margin:10px 0;
    line-height:1.2;
    font-size:16px;
    display: flex;
}
.ccustom.programms .block-list-white  ol li div{
	display: flex;
	margin: auto 0;
}
.ccustom.programms .block-list-white li:before {
  counter-increment: myCounter;
  content:counter(myCounter);
  font-size:300%;
  display: block;
  float:left;
  line-height:40px;
  text-align: center;
  margin: auto;
  min-width: 55px;
  height: 40px;
  color:#EEA041;
}
/***************************************************/
.ccustom.programms  {
	/*padding-left:40px;*/
}	
.ccustom.programms  .block-list-white li:before {
	content:none;
	display:none;
}
.ccustom.programms  .leftmenu {
	width:30%;
	float:left;
	margin-top:50px;
	margin-bottom:50px;
	
}
.ccustom.programms  .leftmenu a:first-of-type{
	margin-right:50px;
}
.ccustom.programms  .leftmenu a{
	color:#5F5F5F;
	font-size:160%;
	margin-left:-5px;
	display:block;
	text-decoration:none;
	margin-bottom:30px;
	float:left;
}
.ccustom.programms  .leftmenu a.active{
	color:#EEA041;
	font-weight:500;
	border-bottom:2px solid #EEA041;
	 
}
.ccustom.programms  .leftmenu a.active:hover {
	text-decoration:none;
}
	
.ccustom.programms .block-list-white li {
	display: flex;
	margin: auto;
		
}

.ccustom.programms .block-list-white ol li {
	cursor: pointer;
	box-shadow: 0 0 6px rgb(0 0 0 / 16%);
	border:1px solid #fff;
}
.ccustom.programms .block-list-white ol li:hover {
	border:1px solid #EEA041;
}
.ccustom.programms .block-list-white ol li:hover .icon {
	background-color:#EC9F40;
}
.ccustom.programms .leftmenu div.subtree {
	display:none;
	float:left;
	width:100%;
	margin-left:0;
	padding-top:10px 
}
.ccustom.programms .leftmenu div.subtree a {
	font-size:100%;
	margin-bottom: 0;
	padding-left: 20px;
    color: rgb(112, 112, 112);
    width: inherit;
    display: block;
    float: left;	
}	
.ccustom.programms .leftmenu div.subtree .list_txt {
	width: 100%;
}
.ccustom.programms .leftmenu div.subtree .list_txt .sum {
	white-space: nowrap;
}
.ccustom.programms .leftmenu div.subtree ol li{
	margin-bottom:20px;
	padding:10px 20px;
	background-color:rgb(238 160 65 / 6%);
	border:1px solid rgb(238 160 65 / 6%);
	color: #707070;
	width:100%;
	min-height:90px;
	border-radius:30px;	
}
.ccustom.programms .leftmenu div.subtree ol li:hover{
	border:1px solid #EEA041;
}
.ccustom.programms .leftmenu div.subtree .list_txt {
	padding-left:5px;
	font-size: 100%;
}
.ccustom.programms .leftmenu div.subtree .sum {
	color:#EEA041;
	font-weight:bold;
}

.ccustom.programms .leftmenu div.subtree ol li a {
	color: #707070;
}

.ccustom.programms .leftmenu div.subtree ol li .list_txt:before {
	content: "\2022";
	color: #EEA041;	
}
.ccustom.programms .leftmenu div.subtree ol li .list_txt .sum {
	float:right;
}

.right_content {
	float:left;
	width:65%;
	margin-left:5%;
	padding-top:50px 
}
.right_content .title {
	color:#797CB0;
	font-size:170%;
	font-weight:600;
	padding-left:30px;
	padding-bottom:30px;
}
.right_content ol li{
	margin-bottom:20px;
	padding:40px 20px;
	background-color:rgb(238 160 65 / 6%);
	border:1px solid rgb(238 160 65 / 6%);
	color: #707070;
	width:100%;
	min-height:90px;
	border-radius:30px;	
}
.ccustom.programms .right_content ol li:hover{
	border:1px solid #EEA041;
}
.ccustom.programms .right_content .list_txt {
	padding-left:5px;
	font-size: 100%;
}
.ccustom.programms .right_content .sum {
	color:#EEA041;
	font-weight:bold;
}

.ccustom.programms .right_content ol li a {
	color: #707070;
}

.ccustom.programms .right_content ol li .list_txt:before {
	content: "\2022";
	color: #EEA041;	
}
.ccustom.programms .right_content ol li .list_txt .sum {
	float:right;
}

#product_list_typical {
	width:100%;
	display:block;
}
#product_list_otrasl {
	width:100%;
	display:none;
}
.ccustom.programms  .list_txt {
	padding-left:20px;
	font-size: 100%;
}
.ccustom.programms .block-list-white ol li div.icon {
	width:76px;
	height:76px;
	min-width:76px;
	min-height:76px;
	margin-left: -45px;
	position:relative;
	border-radius:38px;
	box-shadow: 0 0 6px rgb(0 0 0 / 16%);
	background-image: url(/programs/new/images/icon1.svg?qwe=qwe);
	background-position: center;
	background-repeat: no-repeat;
	background-color:#fff;
}
.ccustom-fluid.block7 {
	margin-top:40px;
	background-image: url(/programs/new/images/footer_form_bg.jpg?q=q);
}
.ccustom.programms .block-list-white ol li div.icon_104 {background-image: url(/programs/new/images/icon_104.svg);}
.ccustom.programms .block-list-white ol li div.icon_105 {background-image: url(/programs/new/images/icon_126.svg);}
.ccustom.programms .block-list-white ol li div.icon_120 {background-image: url(/programs/new/images/icon_120.svg);}
.ccustom.programms .block-list-white ol li div.icon_121 {background-image: url(/programs/new/images/icon_121.svg);}
.ccustom.programms .block-list-white ol li div.icon_122 {background-image: url(/programs/new/images/icon_122.svg);}
.ccustom.programms .block-list-white ol li div.icon_123 {background-image: url(/programs/new/images/icon_123.svg);}
.ccustom.programms .block-list-white ol li div.icon_124 {background-image: url(/programs/new/images/icon_124.svg);}
.ccustom.programms .block-list-white ol li div.icon_125 {background-image: url(/programs/new/images/icon_125.svg);}
.ccustom.programms .block-list-white ol li div.icon_126 {background-image: url(/programs/new/images/icon_126.svg);}
.ccustom.programms .block-list-white ol li div.icon_127 {background-image: url(/programs/new/images/icon_127.svg);}
.ccustom.programms .block-list-white ol li div.icon_128 {background-image: url(/programs/new/images/icon_128.svg);}
.ccustom.programms .block-list-white ol li div.icon_129 {background-image: url(/programs/new/images/icon_129.svg);}
.ccustom.programms .block-list-white ol li div.icon_139 {background-image: url(/programs/new/images/icon_139.svg);}
.ccustom.programms .block-list-white ol li div.icon_140 {background-image: url(/programs/new/images/icon_140.svg);}
.ccustom.programms .block-list-white ol li div.icon_142 {background-image: url(/programs/new/images/icon_142.svg);}
.ccustom.programms .block-list-white ol li div.icon_143 {background-image: url(/programs/new/images/icon_143.svg);}
.ccustom.programms .block-list-white ol li div.icon_340 {background-image: url(/programs/new/images/icon_340.svg);}
.ccustom.programms .block-list-white ol li div.icon_391 {background-image: url(/programs/new/images/icon_391.svg);}

.ccustom.programms .block-list-white ol li:hover div.icon_104 {background-image: url(/programs/new/images/icons_active/icon_104.svg);}
.ccustom.programms .block-list-white ol li:hover div.icon_105 {background-image: url(/programs/new/images/icons_active/icon_126.svg);}
.ccustom.programms .block-list-white ol li:hover div.icon_120 {background-image: url(/programs/new/images/icons_active/icon_120.svg);}
.ccustom.programms .block-list-white ol li:hover div.icon_121 {background-image: url(/programs/new/images/icons_active/icon_121.svg);}
.ccustom.programms .block-list-white ol li:hover div.icon_122 {background-image: url(/programs/new/images/icons_active/icon_122.svg);}
.ccustom.programms .block-list-white ol li:hover div.icon_123 {background-image: url(/programs/new/images/icons_active/icon_123.svg);}
.ccustom.programms .block-list-white ol li:hover div.icon_124 {background-image: url(/programs/new/images/icons_active/icon_124.svg);}
.ccustom.programms .block-list-white ol li:hover div.icon_125 {background-image: url(/programs/new/images/icons_active/icon_125.svg);}
.ccustom.programms .block-list-white ol li:hover div.icon_126 {background-image: url(/programs/new/images/icons_active/icon_126.svg);}
.ccustom.programms .block-list-white ol li:hover div.icon_127 {background-image: url(/programs/new/images/icons_active/icon_127.svg);}
.ccustom.programms .block-list-white ol li:hover div.icon_128 {background-image: url(/programs/new/images/icons_active/icon_128.svg);}
.ccustom.programms .block-list-white ol li:hover div.icon_129 {background-image: url(/programs/new/images/icons_active/icon_129.svg);}
.ccustom.programms .block-list-white ol li:hover div.icon_139 {background-image: url(/programs/new/images/icons_active/icon_139.svg);}
.ccustom.programms .block-list-white ol li:hover div.icon_140 {background-image: url(/programs/new/images/icons_active/icon_140.svg);}
.ccustom.programms .block-list-white ol li:hover div.icon_142 {background-image: url(/programs/new/images/icons_active/icon_142.svg);}
.ccustom.programms .block-list-white ol li:hover div.icon_143 {background-image: url(/programs/new/images/icons_active/icon_143.svg);}
.ccustom.programms .block-list-white ol li:hover div.icon_340 {background-image: url(/programs/new/images/icons_active/icon_340.svg);}
.ccustom.programms .block-list-white ol li:hover div.icon_391 {background-image: url(/programs/new/images/icons_active/icon_391.svg);}

.program-info-tabs {
	overflow: hidden;
}

.container {
	max-width: 100%;
}

@media (max-width: 991.999px) {
	.program-info-tabs .main-info {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.program-info-tabs .program-links {
		margin: 0;
		width: auto;
	}

	.programms .program-main-info {
		background: unset;
	}

	.program-info-tabs .program-links a {
		width: auto;
	}
}

.ccustom .program-info-tabs  h2 {
	margin: 0px 0 50px 0;
}

.a1forms #form-container {
	display: flex !important;
}

@media (max-width: 767.999px) {
	.program-main-info {
		height: auto !important;
	}
	.program-main-info > .container > .inner {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 12px;
	}

	.program-main-info .text-holder {
		padding-bottom: 20px !important;
		max-width: 100% !important;
	}

	.program-main-info .text-holder .short-description {
		margin-bottom: 24px;
	}

	.program-main-info .text-holder .buttons-block.no-discount {
		width: 100% !important;
	}

	.program-full-text .inner {
		padding-left: 30px !important;
		width: 100% !important;
	}

	.program-info-tabs .main-content {
		width: 100% !important;
	}

	#form-container > form {
		flex-grow: 1;
		max-width: 100% !important;
	}

	.ccustom .program-info-tabs  h2 {
		margin: 0px 0 40px 0;
	}

	.program-main-info .buttons-block a {
		width: 100% !important;
	}

	.program-main-info .buttons-block {
		display: flex;
		gap: 16px;
		flex-wrap: wrap;
	}

	.program-main-info .buttons-block:after {
		display: none;
	}

	.program-main-info .buttons-block .buttons-left,
	.program-main-info .buttons-block .buttons-right {
		flex-grow: 1;
		width: unset;
		margin: unset;
	}

	#program-description {
		background: unset !important;
		height: auto !important;
	}
}

@media (max-width: 480px) {
	.program-main-info .inner .text-holder {
		padding: 0;
	}
}
/* 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:/programs/new/responsive.css?164854616910639*/
/*responsive*/

@media screen and (min-width: 1025px) and (max-width: 1600px){
	.ccustom-fluid.block4.foto-right .title{
		margin-left:200px;
	}
	.ccustom-fluid.block4.foto-right .title:before {
		margin-left:160px;
		top: -10px;
		margin-top: 0;
	}
.ccustom.programms .leftmenu div.subtree, .ccustom.programms .leftmenu div.subtree.show_mob {
	display:none;
}

	
}
@media screen and (min-width: 1280px) and (max-width: 1500px){
	.ccustom-fluid.block4.foto-right .txt {
		padding-left:10px;
	}
	.ccustom-fluid.block4.foto-right .title:before {
	    margin-left: 80px;
	}
	.ccustom-fluid.bl-gallery-col4 {
		padding-left:1%;
		padding-right:1%;
	}
	.w50 {
	width:60%;}
	.ccustom.programms .leftmenu div.subtree, .ccustom.programms .leftmenu div.subtree.show_mob {
		display: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%;
	}
	.ccustom.programms .leftmenu div.subtree, .ccustom.programms .leftmenu div.subtree.show_mob {
		display:none;
	}
	
}
@media screen and (min-width:1024px) and (max-width:1279px) {
	.ccustom.programms .leftmenu div.subtree, .ccustom.programms .leftmenu div.subtree.show_mob {
		display:none;
	}
	
	.w50 {width:74%;}
	.ccustom-fluid .block-list-white {
    padding: 0;
    width: 100%;
	}
	
	.ccustom-fluid.block4.foto-right .txt{
	    width: 70%;
    	margin: 0;
    	padding:40px;
	}
	.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:20px;
	 	padding-right:20px;
	 	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.block5 .txt {
		width:fit-content;
	}
	.ccustom-fluid.bl-gallery-col4 {
	    padding-left: 1%;
    	padding-right: 1%;
    }
	.ccustom-fluid.bl-gallery-col4 .item .txt {
		font-size:100%;
	}
	.ccustom.block5 .txt .title {
		font-size:240%;
	}
	.ccustom-fluid.block4.foto-right .txt .title:before {
    content: " ";
    background-image: url(/services/dorabotka-1c/images/block4-foto-right-icon.svg);
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    background-size: 100%;
    width: 8%;
    height: 100%;
    top: 25px;
    left: 0;
    margin-left: 45px;
	}	
	.ccustom-fluid.block4.foto-right .txt .title {
    margin-top: 5px;
    margin-left: 90px;
	}
	
}

@media screen and (min-width:737px) and (max-width:1023px) {
	.ccustom.programms .leftmenu {
		width:100%;
	}
	.ccustom.programms .subtree {
		width:100%;
	}
	.ccustom.programms .leftmenu .subtree {
		display:none;
	}
	.ccustom.programms .leftmenu .subtree.show_mob {
	display:block;
	}
	.ccustom.programms .right_content {
		display:none;
	}
	.ccustom-fluid.block4.foto-right .txt .title {
		margin-left: 0;
		text-align:center;
	}
	.ccustom.slogan div {
		font-size: 120%;
	}
	.ccustom.gray.block1-bg {
		display:none;
	}
	.ccustom-fluid .block-wblock-center {
		width:80%;
	}
	.ccustom-fluid.foto-left .txt, .ccustom-fluid.foto-right .txt {
		width:65%;
		font-size: 100%;
		padding-left: 0;
	}
	.ccustom-fluid.foto-left .txt {
    	margin: auto 3% auto 5%;
	}
	.ccustom-fluid.foto-right .txt {
    	margin: auto 3% auto 5%;    	
	}

	.ccustom-fluid.bl-gallery-col4 .item {
		width:48%;
		margin-bottom:2%;
	}
	.ccustom-fluid.bl-gallery-col4 .lim2 {
		display:block; width:100%;
		
	}
	.ccustom-fluid.block4.foto-right .div-img {
		display:none;
	}
	.ccustom-fluid.block4.foto-right .txt {
		width:90%;
		margin:auto;
	
	}
	.ccustom-fluid.block4.foto-right .txt .subtitle, .ccustom-fluid.block4.foto-right .txt .btn-yellow {
		margin-left:0;
		text-align:center;
	}
	.ccustom-fluid.block4.foto-right .txt .ob-btn {
		width: fit-content;
    	margin: auto;
	}
	.ccustom-fluid .block-list-white {
		padding:0;
	}
	.ccustom.block5 .txt {
		padding-left:10px;
		width:57%
	}
	.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:937px) and (max-width:1023px) {
	.w50 {width:80%;}
}
@media screen and (min-width:200px) and (max-width:936px) {
	
	.w50 {
	    width: 100%;
	}
	.ccustom-fluid.bl-center-middle .item .txt ul li {
	    padding: 8px 0 8px 0px;
	}
}
@media screen and (min-width:200px) and (max-width:736px) {
	.ccustom.programms .leftmenu {
		width:100%;
	}
	.ccustom.programms .subtree {
		width:100%;
	}
	.ccustom.programms .leftmenu .subtree {
		display:none;
	}
	.ccustom.programms .leftmenu .subtree.show_mob {
	display:block;
	}
	.ccustom.programms .right_content {
		display:none;
	}
	
	.ccustom-fluid.block4.foto-right .txt {
	width:98%;
	padding-left:10px;
	}
	.ccustom-fluid.block4.foto-right .txt .title {
		margin-left:0;
		text-align: center;
		font-size: 180%;
	}
	.ccustom-fluid .block-list-white {padding:0;}
	.ccustom-fluid.block4.foto-right .txt .subtitle, .ccustom-fluid.block4.foto-right .txt .btn-yellow {
		margin-left:0;
		text-align:center;
	}
	.ccustom-fluid.block4.foto-right .txt .ob-btn {
		width: fit-content;
    	margin: auto;
	}	
	.ccustom-fluid.bl-gallery-col4 .item {
		width:98%;
		margin-bottom:10%;
		height:auto;
		min-height: auto;
		padding-left: 4%;
    	padding-right: 4%;
		
	}
	.ccustom-fluid.bl-gallery-col4 .lim2 {
		display:none;
		
	}
	.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.block4.foto-left .txt {
		width:98%;
		    padding-left: 10px;
    	padding-right: 10px;
	}
	.ccustom-fluid.block4.foto-left .txt .btn-yellow {
    	font-size: 100%;
	}
	.ccustom-fluid.block4.foto-left {
    	margin: 30px 0;
	}
	.ccustom.gray.block1-bg {display:none;}
	.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 {
	   width: fit-content;
	   margin: 5%;
    }
	.ccustom.block5 .txt div {
    	float: left;
        width: fit-content;
	    margin: 5%;
	}
	.ccustom.block5{
	    background-color: #fff;
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position-x: right;
	    margin:0;		
	}
	.ccustom.block5.foto-right{
	    background-image: url(/programs/new/images/block5-foto-right.jpg?q=qew);
	}
	.ccustom.block5.foto-left{
	    background-image: url(/programs/new/images/block5-foto-left.jpg?q=123);
	}
	    	    
	    
	.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;
   	}
	
}
@media screen and (min-width:200px) and (max-width:520px) {
	
	.ccustom.programms .leftmenu {
		width:100%;
	}
	.ccustom.programms .subtree {
		width:100%;
	}
	.ccustom.programms .leftmenu .subtree {
		display:none;
	}
	.ccustom.programms .leftmenu .subtree.show_mob {
	display:block;
	}
	.ccustom.programms .leftmenu div.subtree .list_txt {
		display:block;
	}
	.ccustom.programms .leftmenu div.subtree ol li .list_txt:before {
		content:none;
	}
	.ccustom.programms .leftmenu div.subtree a {
		padding-left:0;
	}
	
	.ccustom.programms .leftmenu div.subtree .list_txt .sum {
		padding-top:5px;
	}
	.ccustom.programms .right_content {
		display:none;
	}
	
	.ccustom.block5.foto-right .txt .title {
	    margin-top: 145px;
	}
	.ccustom.block5.foto-right {
	    background-position-x: 140px;
	}
	.ccustom-fluid.bl-gallery-col4 {
    	margin-bottom: 10px;
	}
	.ccustom-fluid.block1 h1 {
		margin-top:10px;
	}
	.ccustom-fluid.block1 .slogan {
		width:98%;
	}
	.ccustom-fluid.bl-center-middle .item .txt {
		padding: 20px;
	}
	.ccustom-fluid.bl-center-middle .title {
		margin: 30px auto 10px auto;
		font-size: 160%;
	}
	.ccustom-fluid.block4.foto-left.foto-w40 {
		padding-right:0;
	}
	.ccustom-fluid.block4.foto-left .txt {
		text-align: center;
	}
}
@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%;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/programs-new/style.css?17851944661594*/
.programs-header h1 {
	font-size: 36px;
	line-height: 36px;
	margin: 10px 0;
	font-weight: 300;
}
.programs-header h2 {
	font-size: 24px;
	font-weight: 300;
}
.promo-text p {
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	margin: 0;
}
.programs-header {
	background: #f9f9f9;
}
.programs-header .container {
	padding: 20px 0;
	color: #000;
}
.centered {
	text-align: center;
}
.programs-page {
	background: #fff;
}
.programs-page .inner {
	display: table;
	width: 940px;
	max-width: 940px;
	margin: 0px auto;
}
.programs-page .programs-page-row {
	display: table-row;
}
.programs-page .category-list, .programs-page .programs-holder {
	display: table-cell;
	box-sizing: border-box;
	padding: 20px 0;
}
.programs-page .programs-holder {
	padding-left: 20px;
}
.programs-page .category-list {
	width: 300px;
	background: #fdfdfd;
	border-left: #e5e5e5 1px solid;
	border-right: #e5e5e5 1px solid;
}
.programs-list {
	width: 620px;
}

.programs-page .category-list h2.bx_sitemap_li_title {
	text-align: start;
}
.programs-page .category-list h2.bx_sitemap_li_title > *{
	white-space: unset;
}

@media (min-width: 567px) and (max-width: 991px) {
	.programs-page .inner {
		width: 100%;
	}

	.programs-page .programs-page-row > * {
		width: 50%;
	}
}

@media (max-width: 566px) {
	.programs-page .inner, .programs-page .programs-page-row > *  {
		width: 100%;
	}
	.programs-page .programs-page-row {
		display: flex;
		flex-direction: column;
	}
}

.programs-page .programs-page-row .news-item a {
	color: #337ab7;
}
.programs-page .programs-page-row .news-item a:hover {
	color: #eea041;
}


/* End */


/* Start:/bitrix/components/bitrix/catalog.section.list/templates/.default/style.css?17495462757305*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/bitrix/templates/.default/components//bitrix/system.pagenavigation/buttons_norow/style.css?1749546407876*/
div.modern-page-navigation { 
	padding: 10px 0 40px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	line-height: 8px;
	height:10x;
}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	color:#fff;
	background: #444;
	padding: 4px 8px;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px;	
}
div.modern-page-navigation a.modern-page-dots
{
	background: transparent;
	color: #000;
}
span.modern-page-current { 
	font-weight: bold;
	background: #111;
	}
	
	
div.modern-page-navigation  a.modern-page-next {
	background: url("/bitrix/templates/.default/components//bitrix/system.pagenavigation/buttons_norow/images/arrow2.png") no-repeat scroll center center transparent;
	height: 30px;
	width: 22px;
	padding:0 !important;
}

div.modern-page-navigation  a.modern-page-previous {
	background: url("/bitrix/templates/.default/components//bitrix/system.pagenavigation/buttons_norow/images/arrow1.png") no-repeat scroll center center transparent;
	height: 30px;
	width: 22px;
	padding:0 !important;
}
/* End */


/* Start:/bitrix/components/bitrix/news.list/templates/.default/style.css?1749546286150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /services/ustanovka-1c/style.css?17739434759220 */
/* /programs/new/style.css?177394339717479 */
/* /services/ustanovka-1c/responsive.css?17739435016867 */
/* /programs/new/responsive.css?164854616910639 */
/* /bitrix/templates/.default/components/bitrix/news/programs-new/style.css?17851944661594 */
/* /bitrix/components/bitrix/catalog.section.list/templates/.default/style.css?17495462757305 */
/* /bitrix/templates/.default/components//bitrix/system.pagenavigation/buttons_norow/style.css?1749546407876 */
/* /bitrix/components/bitrix/news.list/templates/.default/style.css?1749546286150 */
