

/* 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/templates/.default/components/bitrix/breadcrumb/in_forum/style.min.css?1749546395448*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/programs-new/bitrix/news.detail/.default/style.css?177916946223409*/
.return-to-list {
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin: 20px 0;
	color: #119ac6;
	text-decoration: underline;
}
.return-to-list:before {
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(/bitrix/templates/new/images/pages/programs/back.png) no-repeat center center;
	content: '';
	vertical-align: bottom;
}
.program-main-info {
	padding: 0;
   
    color: #000;
    overflow: hidden;
    height: 500px;
    background: url(/bitrix/templates/.default/components/bitrix/news.detail/single_program/images/bg-top.png) no-repeat top left;
   background-position-x: -50%;
    background-position-y: bottom;
}
.program-main-info.woutpic {
	background:none;
	height:auto;
}
.program-main-info .container{
	background-color: #f8f8f8 !important;
}

@media (min-width:1356px) { 
.program-main-info {
	padding: 0 0 20px 0;
   
    color: #000;
    overflow: hidden;
    height: 500px;
    background: url(/bitrix/templates/.default/components/bitrix/news.detail/single_program/images/bg-top.png) no-repeat top left;
   background-position-x: 0%;
    background-position-y: bottom;
}
.program-main-info .container{
	background-color: #f8f8f8 !important;
}

.program-main-info.woutpic {
	background:none;
	height:auto;
}
}
.program-main-links {
	background: #fff;
	color: #000;
	padding-bottom: 0px;
	border-bottom: #c1c1c1 1px solid;
	border-top: #c1c1c1 1px solid;
	z-index: 10;
	position: relative;
}
.program-info-tabs .program-info-tab:first-child{
	border-top: 0px;
}
.program-info-tabs .program-info-tab.active{
	border-top: 0px;
	margin-top: 20px;
    border-radius: 20px;
    overflow: hidden;
}
/*.program-main-info .container {
	background: #eee;
	padding: 0;
	position: relative;
}*/
.program-main-info .container  .inner {
	display: table-row;
}
.program-main-info.woutpic .container  .inner {
	display: block;
}
/*.program-main-info .container  .inner:after{
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 100%;
	width: 99999px;
	background: #eee;
	content: '';
}*/
.program-main-info .container:after{
	display: block;
	clear: both;
	content: '';
}
.program-main-info .picture-holder {
	display: table-cell;
	vertical-align: top;
	width: 307px;
}
.program-main-info .text-holder {
	display: table-cell;
	width: 593px;
	padding: 20px 20px 200px 20px;
	position: relative;
	vertical-align: top;
}
.program-main-info .btn-blue {
	border-radius: 12px;
}
.program-main-info.woutpic .text-holder {
	display: block;
	margin: auto;
	padding: 20px 20px 0 20px;
}
.program-main-info .text-holder:after {
	display: block;
	clear: both;
	content: '';
}
.program-main-info h1,
.program-main-info div.title {
	font-size: 24px;
    font-weight: 500;
    /* font-weight: 300; */
    margin: 10px 0 25px 0;
    text-align: center;
    color: #fc9d21;
}
.program-main-info .picture-holder img {
	width: 395px;
	display: block;
	/*margin-left: -87px;*/
}
.program-main-info .price-tag {
	float: left;
	margin-right: 20px;
	font-size: 24px;
	font-weight: 500;
	color: #65ac47;
	line-height: 26px;
}
.program-main-info .price-tag strike {
	color: #777;
	font-size: 14px;
}
.program-main-info .sale {
	font-size: 14px;
	color: #e74c3c;
	text-align: center;
	font-weight: 500;
	display: block;
	line-height: 26px;
}
.program-main-info .location {
	float: right;
	line-height: 26px;
	font-size: 14px;
	padding-left: 31px;
	background: url(/bitrix/templates/.default/components/bitrix/news/programs/images/loc-point.png) no-repeat center left;
}
.short-description {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
}
.woutpic .short-description {
	width: max-content;
	margin:0 auto;
	padding-bottom:20px;
}
.short-description ul {
	list-style: disc outside;
	margin-left: 20px;
}
.short-description ul li {
	font-weight: 300;
}
.short-description ul.with-icons {
	list-style: none;
	margin: 0px;
}
.short-description ul.with-icons li {
	padding-left: 15px;
	margin: 0 0 15px 0;
	font-weight: 300;
	line-height: 18px;
}
.short-description ul.with-icons li:before{
	float: left;
	margin: 7px 11px 0 -15px;
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 4px;
	content: '';
}
/*
.short-description ul.with-icons li:before{
	float: left;
	margin-left: -25px;
	margin-top: 2px;
	width: 14px;
	height: 14px;
	background: url(/bitrix/templates/new/images/pages/programs/icons.png) no-repeat top left;
	content: '';
}
.short-description ul.with-icons li.box:before{
	background-position: 0 0;
}
.short-description ul.with-icons li.setup:before{
	background-position: 0 -15px;
}
.short-description ul.with-icons li.gift:before{
	background-position: 0 -30px;
}
/**/
.buttons-block  {
	/*position: absolute;*/
    border-radius: 25px;
    bottom: 20px;
    /*margin-left: 35px;*/
    width: 474px;
    background: #fff;
    border: #e5e5e5 1px solid;
    padding: 20px 20px 20px 75px;
    
    font-size: 14px;
    box-shadow: 0 0 9px rgba(0,0,0,0.3);
}
.buttons-block.no-discount{
	
	padding-left: 20px;
  /*  width: 445px;*/
}
.woutpic .buttons-block  {
    margin: auto;
    position: relative;
    display: block;
    width: fit-content;
}
.woutpic .buttons-block.no-discount{
	
    margin: 20px auto;
    position: relative;
    display: block;
    width: fit-content;
      /*  width: 445px;*/
}
	
.buttons-block.no-discount .title-block{
	padding-top: 16px;
}
.buttons-block.half-width{
	width: 45%;
}
.buttons-block:after{
	display: block;
	clear: both;
	content: '';
}
.buttons-block .buttons-left{
	float: left;
	width: 45%;
	min-width:150px;
}
.buttons-block .buttons-right{
	float: left;
	width: 45%;
	margin-left: 10%;
	min-width:150px;
}
.buttons-block.half-width .buttons-left{
	float: none;
	width: 100%;
}
.buttons-block .price-block{
	font-size: 22px;
    line-height: 36px;
    padding: 0 0 15px 0;
    font-weight: 300;
    color: #6a7aea;
    text-align: center;
    font-weight: 500;
}
.buttons-block .price-block .old-price-value {
	display: block;
	font-size: 18px;
	line-height: 18px;
	text-decoration: line-through;
	color: red;
	padding-top: 4px;
}
.buttons-block .price-block .old-price-value span {
	color: #bdbdbd;
}
.buttons-block .price-block .price-value {
	font-size: 22px;
	
}
.buttons-block a {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	border: transparent 1px solid;
}
.buttons-block .title-block {
	padding: 38px 0 32px 0;
    font-size: 15px;
    line-height: 2px;
    font-weight: 500;
}
.buttons-block .demo-block {
	padding: 0 0 10px 0;
    font-size: 15px;
    /* line-height: 2px; */
    font-weight: 500;
    text-align: center;
    color: #5F5F5F;
}
.buttons-block a.green-btn {
	font-size: 13px;
    border: transparent 1px solid;
    line-height: 51px;
    border-radius: 4px;
    font-weight: 100;
    transition: 100ms;
    height: 50px;
    width: 210px;
    border-radius: 10px;
    background-color: #797bb4;
    outline: none;
    color: #fff;
}
.buttons-block a.grey-btn {
text-transform: uppercase;
    color: #464646;
    text-align: center;
    width: 160px;
    font-size: 14px;
    border: transparent 1px solid;
    border-radius: 10px;
    display: inline-block;
    line-height: 50px;
    border-color: #fc9d21;
    font-weight: 500;
    transition: 100ms;
}
.buttons-block a.green-btn:hover{
	color: #000;
}
.buttons-block a.grey-btn:hover{
	border-color: #aaa;
}
.buttons-block .grey-btn:hover {
	box-shadow: 
	  inset 0 -80px 80px rgba(0,0,0,0.08), /*bottom internal shadow*/ 
	  inset 0 20px 20px rgba(255,255,255,0.21); /*top internal highlight*/
}
.buttons-block .green-btn:hover {
	box-shadow: 
		inset 0 -80px 80px rgba(0,0,0,0.01), /*bottom internal shadow*/ 
	  inset 0 20px 20px rgba(255,255,255,0.35); /*top internal highlight*/
}
.buttons-block a.red-btn {
	background: #e74c3c;
	border: #e74c3c 1px solid;
}
.buttons-block a.red-borders-btn {
	color: #e74c3c;
	text-transform: uppercase;
	background: #fff;
	border: #e74c3c 1px solid;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
}
.program-links {
	    padding: 0;
    /* width: 30%; */
    /* display: block; */

}
.program-links:after {
	display: block;
	clear: both;
	content: '';
}

.program-info-tabs{
	
}

.program-info-tabs .main-info{
	display: block;
}

.program-info-tabs .main-content{
	width: 830px;
}

.name-img{
	position: absolute;
	top: 35px;
	left: 0;
}

#program-description{
	
}

#program-functions{
	
}
#program-how-buy{
	
}


#program-how-buy .program-full-text .inner {
    width: fit-content;
    /* margin-left: -80px; */
    padding-left: 80px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin:auto;
}

#program-how-buy h3{
	color: #ffb759;
	font-weight: 500;
	padding-top: 30px;
}

#program-how-buy p{
	color:#000;
	font-weight: 400;
	
}


#program-description .program-full-text .inner {
    width: 100%;
    line-height: 1.5;
    font-weight: 400;
}


.program-links img{
	    position: absolute;
    left: 20px;
    top: 10px;
}
.program-links a {
	display: block;
    color: #444;
    position: relative;
    border-radius: 12px;
    font-size: 18px;
    padding-left: 70px;
    margin-top: 10px;
    text-decoration: none;
    /* text-align: center; */
    background-color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: transparent 3px solid;
    margin-bottom: -1px;
    transition: 300ms;
    grid-auto-flow: row dense;
    width: 30%;
    float: left;
    margin: 0 1%;
    border:none;
}
.program-links a.active{
	background-color: #797CB0;
	color:#fff;
	border:none;
}
.program-links a.active{
	outline:none;
	
}

.program-links a:hover{
	background-color: #797CB0;
	color:#fff;
} 

.program-links a.orange {
	color: #f8931f;
}
.section-title {
	color: #6a7aea;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    padding: 50px 0 20px 80px;
    text-align: left;
}
.section-title.orange{
	color: #f8931f;
	text-decoration: underline;
}
.section-subtitle {
	background: #eee;
	color: #444;
	font-size: 24px;
	font-weight: 300;
	padding: 0 0 35px 0;
	margin-top: -15px;
	text-align: center;
}
.program-description {
	overflow: hidden;
	color: #444;
}
.program-info-tab {
}
.program-info-tab .container {
	padding-bottom: 60px;
	font-weight: 300;
	color: #000;
	padding-left: 80px;
}
.program-info-tab .text-more {
	display: block;
	font-size: 14px;
	margin: 20px 0 0 0;
}
.program-info-tab h3 {
	font-size: 24px;
	line-height: 24px;
	color: #000;
	font-weight: 600;
	margin: 0 0 20px 0;
}
.program-info-tab .pr-post p {
	font-size: 17px;
    line-height: 22px;
    color: #5f73fb;
    /* line-height: 1; */
    font-style: italic;
    font-weight: 400;
}
.program-info-tab .pr-post li {
	font-size: 17px;
    line-height: 21px;
    font-weight: 400;
    height: auto;
    background: url(/bitrix/templates/.default/components/bitrix/news.detail/single_program/images/list-marker.png) no-repeat center left;
  
}

.pr-post{
	background: #ffffffc7;
    margin-left: -80px;
    padding-left: 80px;
    padding-top: 20px;
    border-radius: 0 20px 20px 0;
    padding-right: 20px;
    padding-bottom: 1px;
}
.compare {
	background: #fff;
	/*padding: 35px 0;*/
	color: #000;
	overflow: auto;
}
.compare table {
	/*background: #fff;

	background: #ffffffc7;
    margin-left: -80px;
    padding-left: 80px;
    padding-top: 20px;
    border-radius: 0 20px 20px 0;
    padding-right: 20px;
    padding-bottom: 1px;*/

}

.compare h3{
padding-top: 10px;
    color: #ffb759;

}




.icon-check-green {
    background: url(/bitrix/templates/.default/components/bitrix/news.detail/single_program/images/vers-gal.png) center center no-repeat;
    width: 25px;
    height: 25px;
}
.compare tr:first-child{
	color: #7886e9;
    border: 1px solid #ffb759;
    background: #fff;

}

.compare tr:first-child b{
	font-weight: 400;

}


.compare .program-full-text .inner {
    width: 100%;
    /* margin-left: -80px; */
    padding-left: 80px;
    padding-right: 50px;
    padding-top: 20px;
    border-radius: 0 20px 20px 0;
    /* padding-right: 20px; */
    padding-bottom: 1px;
}
.compare td, .compare th {
	/*border: #eee 1px solid;*/
	padding: 15px;
}
.compare tbody th, .compare tr td:first-child {
	font-weight: 300;
	text-align: left;
}
.compare thead th, .compare tr:first-child td {
	font-size: 18px;
	font-weight: 500;
}
.compare td {
	font-size: 14px;
	text-align: center;
}
.compare tr td:first-child{
	/*padding-left: 40px;*/
}
.program-full-text .inner {
	
    width: 100%;
}
.program-full-text {
	font-size: 18px;
}
.program-full-text.too-long {
	position: relative;
}
.program-full-text.too-long:after{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 38px;
	height: 100px;
	content: '';
	background:url(/bitrix/templates/.default/components/bitrix/news/programs/bitrix/news.detail/.default/images/white-shadow.png) repeat-x bottom left;
}
.program-full-text.too-long.full:after{
	display: none;
}
.compare td p {
	margin: 0px;
	display: inline-block;
}
ul.black {
	list-style: disc outside;
	color: #000;
	margin-left: 20px;
	font-size: 18px;
}
ul.black li {
	margin: 10px 0;
}
#program-how-buy .container{
}
#program-delivery .container{
}

#program-compare .container{
 

}
ul.green-check {
}
ul.green-check li {
	font-size: 18px;
	line-height: 27px;
	background: url(/bitrix/templates/new/images/pages/new-obsluzhivanie/list-marker.png) no-repeat center left;
	margin: 20px 0;
	padding-left: 35px;
}
#program-services h3{
	font-size: 22px;
	line-height: 24px;
	color: #000;
	font-weight: 300;
	margin: 10px 0;
}
.sale-note {
	float: right;
	color: red;
}
.discount-label {
	display: block;
	position: absolute;
	margin: -10px 0 0 -60px;
	font-size: 11.83px;
	font-weight: 500;
	color: #fff;
	background: #e74c3c;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 23px;
	box-shadow: 0 13px 20px rgba(0,0,0,0.24);
}
.program-info-tab li[class*="with-icon-"]{
	display: list-item;
	list-style: none;
	padding-left: 55px;
	min-height: 45px;
	line-height: 45px;
	margin: 15px 0;
	width: auto;
	height: auto;
}
.program-info-tab li[class*="with-icon-"]:before{
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	background: url(/bitrix/templates/.default/components/bitrix/news/programs-new/bitrix/news.detail/.default/images/icons.png?v=3) no-repeat top left;
	content: '';
	margin: 0 0 0 -55px;
}
.program-info-tab li.with-icon-agreement:before{
	background-position: 0 -45px;
}
.program-info-tab li.with-icon-avatar:before{
	background-position: 0 -90px;
}
.program-info-tab li.with-icon-balance:before{
	background-position: 0 -135px;
}
.program-info-tab li.with-icon-bar-chart:before{
	background-position: 0 -180px;
}
.program-info-tab li.with-icon-brainstorm:before{
	background-position: 0 -225px;
}
.program-info-tab li.with-icon-briefcase:before{
	background-position: 0 -270px;
}
.program-info-tab li.with-icon-coins:before{
	background-position: 0 -315px;
}
.program-info-tab li.with-icon-contract:before{
	background-position: 0 -360px;
}
.program-info-tab li.with-icon-conversation:before{
	background-position: 0 -405px;
}
.program-info-tab li.with-icon-credit-card:before{
	background-position: 0 -450px;
}
.program-info-tab li.with-icon-delivery-truck:before{
	background-position: 0 -495px;
}
.program-info-tab li.with-icon-folder:before{
	background-position: 0 -540px;
}
.program-info-tab li.with-icon-handshake:before{
	background-position: 0 -585px;
}
.program-info-tab li.with-icon-id-card-1:before{
	background-position: 0 -630px;
}
.program-info-tab li.with-icon-id-card-2:before{
	background-position: 0 -675px;
}
.program-info-tab li.with-icon-id-card-3:before{
	background-position: 0 -720px;
}
.program-info-tab li.with-icon-id-card-4:before{
	background-position: 0 -765px;
}
.program-info-tab li.with-icon-id-card-5:before{
	background-position: 0 -810px;
}
.program-info-tab li.with-icon-id-card-6:before{
	background-position: 0 -855px;
}
.program-info-tab li.with-icon-id-card:before{
	background-position: 0 -900px;
}
.program-info-tab li.with-icon-line-chart:before{
	background-position: 0 -945px;
}
.program-info-tab li.with-icon-line-graph:before{
	background-position: 0 -990px;
}
.program-info-tab li.with-icon-money:before{
	background-position: 0 -1035px;
}
.program-info-tab li.with-icon-note:before{
	background-position: 0 -1080px;
}
.program-info-tab li.with-icon-notebook-1:before{
	background-position: 0 -1125px;
}
.program-info-tab li.with-icon-notebook-2:before{
	background-position: 0 -1170px;
}
.program-info-tab li.with-icon-notebook-3:before{
	background-position: 0 -1215px;
}
.program-info-tab li.with-icon-notebook-4:before{
	background-position: 0 -1260px;
}
.program-info-tab li.with-icon-notebook-5:before{
	background-position: 0 -1305px;
}
.program-info-tab li.with-icon-notebook:before{
	background-position: 0 -1350px;
}
.program-info-tab li.with-icon-pie-chart:before{
	background-position: 0 -1395px;
}
.program-info-tab li.with-icon-piggy-bank:before{
	background-position: 0 -1440px;
}
.program-info-tab li.with-icon-presentation:before{
	background-position: 0 -1485px;
}
.program-info-tab li.with-icon-resume:before{
	background-position: 0 -1530px;
}
.program-info-tab li.with-icon-safebox:before{
	background-position: 0 -1575px;
}
.program-info-tab li.with-icon-search:before{
	background-position: 0 -1620px;
}
.program-info-tab li.with-icon-shopping-bag:before{
	background-position: 0 -1665px;
}
.program-info-tab li.with-icon-tag:before{
	background-position: 0 -1710px;
}
.program-info-tab li.with-icon-team:before{
	background-position: 0 -1755px;
}
.program-info-tab li.with-icon-teamwork:before{
	background-position: 0 -1800px;
}
.program-info-tab li.with-icon-telemarketer:before{
	background-position: 0 -1845px;
}
.program-info-tab li.with-icon-cloud-computing-1:before{
	background-position: 0 -1890px;
}
.program-info-tab li.with-icon-cloud-computing-2:before{
	background-position: 0 -1935px;
}
.program-info-tab li.with-icon-cloud-computing-3:before{
	background-position: 0 -1980px;
}
.program-info-tab li.with-icon-cloud-computing-4:before{
	background-position: 0 -2025px;
}
.program-info-tab li.with-icon-cloud-computing:before{
	background-position: 0 -2070px;
}
.program-info-tab li.with-icon-cloud:before{
	background-position: 0 -2115px;
}
.program-info-tab li.with-icon-computer-1:before{
	background-position: 0 -2160px;
}
.program-info-tab li.with-icon-computer-2:before{
	background-position: 0 -2205px;
}
.program-info-tab li.with-icon-computer-mouse-cursor:before{
	background-position: 0 -2250px;
}
.program-info-tab li.with-icon-computer-screen:before{
	background-position: 0 -2295px;
}
.program-info-tab li.with-icon-computer:before{
	background-position: 0 -2340px;
}
.program-info-tab li.with-icon-database:before{
	background-position: 0 -2385px;
}
.program-info-tab li.with-icon-laptop-1:before{
	background-position: 0 -2430px;
}
.program-info-tab li.with-icon-laptop-2:before{
	background-position: 0 -2475px;
}
.program-info-tab li.with-icon-laptop:before{
	background-position: 0 -2520px;
}
.program-info-tab li.with-icon-monitor-1:before{
	background-position: 0 -2565px;
}
.program-info-tab li.with-icon-monitor:before{
	background-position: 0 -2610px;
}
.program-info-tab li.with-icon-mouse:before{
	background-position: 0 -2655px;
}
.program-info-tab li.with-icon-padlock:before{
	background-position: 0 -2700px;
}
.program-info-tab li.with-icon-responsive:before{
	background-position: 0 -2745px;
}
.program-info-tab li.with-icon-screen-1:before{
	background-position: 0 -2790px;
}
.program-info-tab li.with-icon-screen:before{
	background-position: 0 -2835px;
}
.program-info-tab li.with-icon-side-menu:before{
	background-position: 0 -2880px;
}
.program-info-tab li.with-icon-stats:before{
	background-position: 0 -2925px;
}
.program-info-tab li.with-icon-television:before{
	background-position: 0 -2970px;
}
.program-info-tab li.with-icon-upload-to-cloud:before{
	background-position: 0 -3015px;
}
.program-info-tab li.with-icon-wifi-1:before{
	background-position: 0 -3060px;
}
.program-info-tab li.with-icon-wifi:before{
	background-position: 0 -3105px;
}
.program-info-tab li.with-icon-agenda-1:before{
	background-position: 0 -3150px;
}
.program-info-tab li.with-icon-growth:before{
	background-position: 0 -3195px;
}
.program-info-tab li.with-icon-price-tag:before{
	background-position: 0 -3240px;
}
.program-info-tab li.with-icon-shop:before{
	background-position: 0 -3285px;
}
.program-info-tab li.with-icon-shopping-cart-1:before{
	background-position: 0 -3330px;
}
.program-info-tab li.with-icon-shopping-cart-2:before{
	background-position: 0 -3375px;
}
.program-info-tab li.with-icon-shopping-cart:before{
	background-position: 0 -3420px;
}
.program-info-tab li.with-icon-store:before{
	background-position: 0 -3465px;
}
.section-title {
	color: #797CB0;
    font-weight: 500;
    padding: 20px 10px 10px 0;
    text-align: center;
    
}
.program-full-text .inner {
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.program-full-text .inner li {
    position: relative;
    border-left: 4px solid #D0d0d0;
    padding:16px 20px 16px 28px;
    margin:12px 0 12px 80px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.program-full-text .inner li:before {
    line-height: 32px;
    position: absolute;
    top: 10px;
    left:-80px;
    width:80px;
    text-align:center;
    font-size: 24px;
    font-weight: bold;
    color: #D0d0d0;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;        
}
.program-full-text .inner li:hover:before {
    color: #a6a8d3;
}
.program-full-text .inner li:after {
    position: absolute;
    top: 26px;
    left: -40px;
    width: 60px;
    height: 60px;
    border: 8px solid #797CB0;
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
    transform: translateX(-50%) translateY(-50%) scale(0.1);
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;        
}
.program-full-text .inner li:hover:after {
    opacity: 0.2;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}   
.program-links:first-child {margin-left:3%;}
@media (max-width:1024px) {
.program-info-tab .container {
	padding-bottom: 60px;
	font-weight: 300;
	color: #000;
	padding-left: 0px;
}
}
@media (max-width: 800px) {
    .program-info-tabs .program-links a {
        width: 100%;
    }
        .program-info-tabs .program-links {
        padding-top:10px
        }
        
} 
#zayavka-btn2 {text-align: center;}
#zayavka-btn1 {border-radius:12px; text-align: center;width: stretch;}

@media (max-width: 767.999px) {
    .program-full-text .inner {
        padding-left: 0!important;
        width: 100% !important;
    }
	program-full-text   ol, ul {
    font-size: 85%;
	}
	.program-main-info .text-holder .buttons-block.no-discount {
        width: 100% !important;
        height: 135px;
    }
}

/* 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/templates/.default/components/bitrix/breadcrumb/in_forum/style.min.css?1749546395448 */
/* /bitrix/templates/.default/components/bitrix/news/programs-new/bitrix/news.detail/.default/style.css?177916946223409 */
