

/* Start:/bitrix/templates/.default/components/bitrix/menu/vertical_multilevel3/style.css?16273768813586*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 259px;
	font-size:14px;
}
ul#vertical-multilevel-menu-mod, #vertical-multilevel-menu-mod ul
{
font-family: 'Open Sans',Arial !important;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	border:1px solid C1C1C1;
	border-bottom:none;
	width:200px;
}

/* Submenu Items */
#vertical-multilevel-menu li
{
    margin-bottom: 3px;
}

#vertical-multilevel-menu li ul li
{
    margin-bottom: 0;
    border-bottom: 1px solid white;
/*    border-bottom: 1px solid white;/*#a83746;*/
}

#vertical-multilevel-menu li a
{ 
	display: block; 
	text-decoration: none; 
	color: white; 
	font-weight:bold;
	padding:3px 0 3px 35px;
	background: #9bc7e8 url('/bitrix/templates/.default/components/bitrix/menu/vertical_multilevel3/images/bg-menu-opaque.png');
	background-position: left bottom;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{ 
	background: #9bc7e8 url('/bitrix/templates/.default/components/bitrix/menu/vertical_multilevel3/images/bg-menu-selected-opaque.png') 0 0 repeat-y;
}

#vertical-multilevel-menu li a.parent-selected
{ 
	background: #9bc7e8 url('/bitrix/templates/.default/components/bitrix/menu/vertical_multilevel3/images/bg-menu-parent-selected-opaque.png') left center repeat-y;
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	background: #9bc7e8 url('/bitrix/templates/.default/components/bitrix/menu/vertical_multilevel3/images/bg-menu-selected-opaque.png') 0 0 repeat-y;
}

#vertical-multilevel-menu li a.parent:hover
{
	background: #9bc7e8 url('/bitrix/templates/.default/components/bitrix/menu/vertical_multilevel3/images/bg-menu-parent-selected-opaque.png') left center repeat-y;
}

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	color:#fff;
	font-weight:bold;
	font-size:14px;
	padding:0px 0 0px 35px;
	background: transparent url('/bitrix/templates/.default/components/bitrix/menu/vertical_multilevel3/images/bg-menu.png') 0 0 repeat-y;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:22px;
	/*overflow:hidden;*1/
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	background: #9bc7e8 url('/bitrix/templates/.default/components/bitrix/menu/vertical_multilevel3/images/bg-menu-selected.png') 0 0 repeat-y;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	height:22px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	padding:0px 0 0px 35px;
	background: transparent url(/bitrix/templates/.default/components/bitrix/menu/vertical_multilevel3/images/bg-menu-selected.png) 0 0 repeat-y;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	background: transparent url('/bitrix/templates/.default/components/bitrix/menu/vertical_multilevel3/images/bg-menu-parent-opaque.png') left center repeat-y;
	padding-right:10px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/vertical_multilevel3/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/ 
* html ul#vertical-multilevel-menu li { float: left; height: 1%; } 
* html ul#vertical-multilevel-menu li a { height: 1%; } 
/* End */ 


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 -198px;
}

#vertical-multilevel-menu li ul
{
	margin:-27px 0 0 -198px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul 
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

.iso-text {
text-align: left !important;
}
/* End */


/* Start:/bitrix/templates/homnet_consulting_nfo_copy_copy/styles.css?175455209035479*/
.header_404 p{
	font-size: 52px !important;
	text-align: center;
	font-weight: bold !important;
	color: #3573b8 !important;
	line-height: 26px !important;
	margin: 40px 0px 30px !important;
}
.form_head {
    color: #cf393a;
    font-size: 14px;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.form_wrap {
    padding: 21px;
    width: 541px;
    border: 1px solid #b8b8b8;
}
.form_subhead {
    color: #4c4c4c;
    font-size: 12px;
    margin-bottom: 20px;
}
.form_wrap input {
    width: 126px;
    height: 23px;
    font-size: 14px;
    padding: 0 7px;
    border: 1px solid #888;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0 30px 0 0;
}
input{
font-family: 'Open Sans',Arial;
}
.form_wrap input[type="submit"] {
    border: none;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    margin: 20px 0 0 0;
    width: 158px;
    height: 24px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: url(/bitrix/templates/.default/img/learning_button_sprite.png) no-repeat;
}
.form_wrap {
	font-family: 'Open Sans',Arial;
  /*  font: 400 13.3333px Arial; */
}

.description3 {
    color: black;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    margin: 20px auto!important;
    width: 270px!important;
}

.b-filter {
  /*  border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2; */
    margin: 10px 0;
    zoom: 1;
}
.b-filter-tbl {
    width: 90%;
    margin: 0 auto;
    margin: 12px 0 12px 0;
}
.b-filter-tbl .b-left-cell {
    color: #3573b8;
    text-transform: uppercase;
    font-size: 0.9em;
    width: 41%;
    text-align: center;
}

.b-filter-tbl label {
    display: block;
    color: #6e6e6e;
    margin-bottom: 4px;
    font-size: 0.75em;
}
.b-filter-tbl select {
    width: 100%;
    margin-bottom: 5px;
    color: #6e6e6e;
    font-size: 0.9em;
}
.b-filter-tbl .b-btn .b-btn-filter {
     width: 124px;
    height: 22px;
    background: url(/bitrix/templates/homnet_index/img/btn-filter-new-f.png);
    background-position: center;
	border-radius:4px;
}
.b-filter-tbl .b-btn .b-btn-full-list {
    width: 164px;
    height: 22px;
    float: right;
    background: url(/bitrix/templates/homnet_index/img/btn-show-full-list-new-f.png);
    background-position: center;
	border-radius:4px;
}

.b-comp-tbl td img {
    max-width: 172px;
    height: auto;
}
.b-filter-tbl .b-btn input {
    border: none;
    background: none;
    color: #3673b8;
    cursor: pointer;
}
 .b-btn {
    margin-top: 10px;
  /*  margin-bottom: 32px !important;*/
}
.b-comp-tbl td {
    padding: 25px 20px 20px 0;
    border-bottom: 1px solid #e3e3e3;
    vertical-align: middle;
}
.b-incontent-tbl td {
    padding: 0 3px 3px 0;
    border: 0;
    vertical-align: top;
}

.b-main-content h3 {
    padding-top: 12px !important;
    font-weight: bold !important;
    font-size: 12px !important;
    margin-left: 44px !important;
    display: inherit !important;
    padding-bottom: 10px !important;
}
.b-comp-tbl h3 {
    font-size: 1.2em;
    margin-bottom: 6px !Important;
}
.form_wrap_test{
    margin: 0 auto !important;
    text-align: center;
    border: 1px dashed #1f4788;
    border-radius: 10px;
	padding-top: 20px;
    margin-bottom: 20px !important;
}

.form_head_test{
    color: #1171bb;
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0 14px;
    margin-top: 0;
    text-align: center;
}

.form_subhead_test {
    color: #4c4c4c;
    font-size: 12px;
    margin-bottom: 20px;
}

.form_wrap_test input{
    width: 126px;
    height: 28px;
    margin-bottom: 10px;
    border: solid 1px #1171bb;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0 10px 0 0;
    padding: 0 14px;
 /*   font-size: 14px; */
    font-family: 'Open Sans',Arial;
}


.form_wrap_test input[type="submit"] {
    width: 158px;
    height: 31px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font: 400 13.3333px Arial;
    letter-spacing: normal;
    word-spacing: normal;
    border-image: initial;
    border-width: 2px;
    box-sizing: border-box;
    border-style: outset;
    align-items: flex-start;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    background: #00B186;
    border-radius: 4px;
    border-color: #00B186;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

.description3_test {
    margin: 20px auto!important;
    color: black;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}

.proj {
	display:flex;
	border-bottom: 1px solid #e3e3e3;
	padding:20px 0; 
}
.cont-cell {
	padding-left:15px;
}
.b-incontent-tbl {
	display:grid;
}
.b-img-cell img {
    max-width: 172px;
    height: auto!important;
}
.b-img-cell {
	min-width: 172px!important;
    margin-bottom: 12px;
}
.b-incontent-tbl .row {
	display:flex;
	margin-top:10px;
}
.b-incontent-tbl .row > div:first-child {
    width: 160px;
    font-weight: bold;
}
.b-incontent-tbl .row > div span {
	display:block;
}
.name-client{
	 font-size:16px;
	 margin-bottom: 15px !important;
	 color: #1171bb;
	 font-weight:bold;
	 margin-top: 15px;
}
.filter-container{
	display: flex;
	/*border: 1px dashed #1f4788;*/
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px !important;
        flex-direction: column;
}
.b-filter-cell{
    text-align: left;
    min-width: calc(50% - 20px)!important;
    color: #1171bb;
    font-size: 16px;
    font-weight: 700;
    padding-top: 0px;
    margin: 0;
    /* justify-content: center; */
    /*padding-left: 20px;*/
}
.cont-filter-cell label{
	display: block;
	color: #4c4c4c;
	margin-bottom: 4px;
	font-size: 12px;
}

.cont-filter-cell{
/*	padding-left: 5px;
	padding-right: 20px;*/
    width: 100%;
        display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}
.b-filter-tbl{
	width: 100% !important;
}

.b-img-review-cell{
    min-width: calc(40% - 20px)!important;
    margin: 0;
    text-align: center;
    padding-left: 20px;
}

.cont-review-cell{
    width: 60% !important;
    padding-left: 5px;
    padding-right: 20px;
}
.b-img-review-cell img {
    max-width: 172px!important;
    height: auto!important;
    padding-left:40px;
}	
.name-review {
    font-size: 16px;
    margin-bottom: 15px !important;
    color: #1171bb;
    font-weight: bold;
}
.review {
	display:flex;
	border-bottom: 1px solid #e3e3e3;
	padding:20px 0; 
}

.cont-review-detail-cell{
    padding-top: 20px;
    padding-left: 5px;
}
.review-detail {
	display:flex;
	padding:20px 0;
	flex-direction: column;
}
.strelka-right-review{
	font-size:16px;
}
.review-detail ul {
	font-size:0.75em;
	margin:10px 0 20px 10px; 
	padding-left:0px;
	/*list-style:none;*/
}
.review-detail ul li{
	color: #3e3d3d;
	font-weight:normal;
	font-size: 14px;
	padding-left:25px; 
	background:url(/bitrix/templates/homnet_consulting_nfo_copy/img/content-bullet.png) no-repeat 8px 10px;
    margin-bottom: 12px;
    margin-top: 12px;
    line-height: 26px;
    margin-left: -17px !important;
}
.review-detail ul li span{ 
    color: #3e3d3d;
}
.review-detail ol {
    font-size: 0.75em;
    margin: 10px 0 10px 10px !important;
    padding-left: 0px !important;
}
.review-detail ol li{
    color: #3e3d3d;
    font-weight: normal !important;
    margin-bottom: 12px !important;
    margin-left: 25px !important;
}
.review-detail ol li span{
	color: #3e3d3d !important;
}

.workarea p span {
    color: #3e3d3d !important;
    font-size: 14px !important;
    line-height: 26px !important;
    margin: 0 0 12px !important;
    font-family: 'Open Sans', Arial !important;
    background-image: none !important;
}

.workarea span {
    font-size: 14px !important;
/*    line-height: 26px !important;
    margin: 0 0 12px !important; */
    font-family: 'Open Sans', Arial !important;
    background-image: none !important;
}

/*.workarea p:first-of-type {
    margin-top: 20px;
    margin-bottom: -15px;
}*/

.review-detail ul {
   list-style:none !important;
}


.review-detail ol.outside1,
.review-detail ol.outside1 ol {
	list-style-position: outside; 
	margin-left: 20px;
    font-size:14px !important;
	/*list-style: none;*/
	/*color: #1171bb;*/
}
.review-detail ol.outside1 span {
	color: #3e3d3d;
}
.review-detail ol.outside1 span.blue {
	color: #3e3d3d;
}
.review-detail ol.outside1 li {
	margin-bottom: 12px;
	margin-top: 12px;
	padding-left: 5px;
   	line-height: 26px;
    margin-left: 5px !important;
}
.review-detail ol.outside1 ol {
	list-style-type:decimal;
}



.review-detail ul.outside1,
.review-detail ul.outside1 ul {
	list-style-position: outside; 
	margin-left: 20px;
}
.review-detail ul.outside1 span {
	color: #3e3d3d !important;
}
.review-detail ul.outside1 span.blue {
	color: #3e3d3d !important;
}
.review-detail ul.outside1 li {
	margin-bottom: 12px;
	margin-top: 12px;
/*	padding-left: 5px; */
   	line-height: 26px;
/*    background: none !important; */
	background:url(/bitrix/templates/homnet_consulting_nfo_copy/img/content-bullet.png) no-repeat 8px 10px !important;
	color: #3e3d3d;
    margin-left: -27px !important;
}
.review-detail ul.outside1 ul {
	list-style-type:square !important;
}

.review-detail ul.outside1-m,
.review-detail ul.outside1-m ul {
	list-style-position: outside; 
	margin-left: 20px;
	line-height:24px;
	color: #1171bb !important;
}

.review-detail ul.outside1-m span {
	color: #3e3d3d !important;
	font-size:13px!important;
}

.review-detail ul.outside1 li:before {
 /*   content: "\25E6"; */
    color: #1171bb !important;
    padding-right: 17px;
    padding-top: 0px;
    display: inline-block;
    font-size: 150%;
    vertical-align: middle;
    top: -2px;
    position: relative;
}

.strelka-right-proj{
	font-size:16px;
    margin-top:32px !important;
    margin-bottom:32px !important;
}

.proj-full ul {
	font-size:0.75em;
	margin:10px 0 20px 10px; 
	padding-left:0px;
	list-style:none;
}
.proj-full ul li{
	color: #3e3d3d;
	font-weight:normal;
	font-size: 14px;
	padding-left:25px; 
	background:url(/bitrix/templates/homnet_consulting_nfo_copy/img/content-bullet.png) no-repeat 8px 10px !important;
    margin-bottom: 12px;
    margin-top: 12px;
    line-height: 26px;
    margin-left: -17px !important;
}
.proj-full ul li span{ 
    color: #3e3d3d;
}
.proj-full ol {
    font-size: 0.75em;
    margin: 10px 0 10px 10px !important;
    padding-left: 0px !important;
}
.proj-full ol li{
    color: #3e3d3d;
    font-weight: normal !important;
    margin-bottom: 12px !important;
    margin-left: 25px !important;
}
.proj-full ol li span{
	color: #3e3d3d !important;
}

.proj-full ol.outside1,
.proj-full ol.outside1 ol {
	list-style-position: outside; 
	margin-left: 20px;
    font-size:14px !important;
	/*list-style: none;*/
	/*color: #1171bb;*/
}
.proj-full ol.outside1 span {
	color: #3e3d3d;
}
.proj-full ol.outside1 span.blue {
	color: #3e3d3d;
}
.proj-full ol.outside1 li {
	margin-bottom: 12px;
	margin-top: 12px;
	padding-left: 5px;
   	line-height: 26px;
    margin-left: 5px !important;
}
.proj-full ol.outside1 ol {
	list-style-type:decimal;
}

.proj-full ul.outside1,
.proj-full ul.outside1 ul {
	list-style-position: outside; 
	margin-left: 20px;
}
.proj-full ul.outside1 span {
	color: #3e3d3d !important;
}
.proj-full ul.outside1 span.blue {
	color: #3e3d3d !important;
}
.proj-full ul.outside1 li {
	margin-bottom: 12px;
	margin-top: 12px;
	/*padding-left: 5px;*/
   	line-height: 26px;
    background: none !important;
	color: #3e3d3d;
    /*margin-left: -2px !important;*/
	background:url(/bitrix/templates/homnet_consulting_nfo_copy/img/content-bullet.png) no-repeat 0px 10px !important;
}
.proj-full ul.outside1 ul {
	/*list-style-type:square;*/
}

.proj-full ul.outside1-m,
.proj-full ul.outside1-m ul {
	list-style-position: outside; 
	margin-left: 20px;
	line-height:24px;
	color: #1171bb !important;
}

.proj-full ul.outside1-m span {
	color: #3e3d3d !important;
	font-size:13px!important;
}


.proj-full ol > ul.outside1 {
  list-style:none !important;
}

.proj-full ol > ul.outside1 li {
  background:none !important;
  margin-left: -15px !important;
}

.proj-full ol.outside1 > ul.outside1 li:before {
    content: "\25E6";
    color: #1171bb !important;
    padding-right: 17px;
    padding-top: 0px;
    display: inline-block;
    font-size: 150%;
    vertical-align: middle;
    top: -2px;
    position: relative;
}

.proj-full span:not(:last-child) {
    color: #3e3d3d;
    font-size: 14px !important;
    line-height: 26px;
    margin: 0 0 12px;
    font-family: 'Open Sans', Arial !important;
}

.proj-full p span {
    color: #3e3d3d;
    font-size: 14px !important;
    line-height: 26px;
    margin: 0 0 12px;
    font-family: 'Open Sans', Arial !important;
}

.proj-full .b-btn {
    margin-top: 32px !important;
}

.proj-full .name-client {
    margin: 20px 0 30px;
}

.right-column.workarea.left p {
     margin-bottom: 32px;
}

.light-green-button {
    background: #fff;
    border: solid 2px #00bb8e;
    border-radius: 4px;
    color: #00bb8e;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin: 15px 0 0 60px;
    text-align: center;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
    width: 106px;
    max-width: 100%;
    max-height: 100%;
    float: right !important;
}
.b-btn2 {
padding-bottom: 70px;
}
.b-filter-tbl select {
 font-size:1em !important;
}

button.b-styled-link.b-blue-btn[name=del_filter]  {
    float: right;
}
a.b-styled-link.b-blue-btn span,button.b-styled-link.b-blue-btn span {
    background: transparent!important;
    border-radius: 0px!important;
    color: #fff;
    font-size: 9px!important;
    text-decoration: none;
    padding: 0!important;
}
button.b-styled-link.b-blue-btn {
    background: #1473bc;
    border-radius: 5px;
    float: left;
cursor:pointer;
border:none;
    color: #fff;
    font-size: 9px;
    text-decoration: none;
    padding: 5px 10px;
}

.proj-full .b-btn {
  margin-bottom: 32px !important;
}
.right-column.workarea.left p {
   margin-bottom:12px !important;
}
.b-btn{
   margin-bottom: 32px !important;
}
.navigation{
   margin-bottom: 32px !important;
}

.name-client-heading {
    font-size: 18px;
	font-weight: 700;
    margin-bottom: 15px !important;
    color: #1171bb;
}


.container-page ul {
	font-size:0.75em;
	margin:10px 0 20px 10px; 
	padding-left:0px;
	list-style:none;
}
.container-page ul li{
	color: #3e3d3d;
	font-weight:normal;
	font-size: 14px;
/*	padding-left:25px; */
/*	background:url('/bitrix/templates/homnet_consulting_nfo_copy/img/content-bullet.png') no-repeat 8px 10px !important;*/
    margin-bottom: 12px;
    margin-top: 12px;
    line-height: 26px;
    margin-left: -17px !important;
padding-left: 20px;
}

.container-page ul.outside1 li:before {
//    content: url('/bitrix/templates/homnet_consulting_nfo_copy/img/content-bullet.png');
    color: #1171bb !important;
    padding-right: 17px;
    padding-top: 0px;
    display: inline-block;
    font-size: 150%;
    vertical-align: middle;
    top: -7px;
    position: relative;
}

.container-page ul li span{ 
    color: #3e3d3d;
}
.container-page ol {
    font-size: 0.75em;
    margin: 10px 0 10px 10px !important;
    padding-left: 0px !important;
}
.container-page ol li{
    color: #3e3d3d;
    font-weight: normal !important;
    margin-bottom: 12px !important;
    margin-left: 25px !important;
}
.container-page ol li span{
	color: #3e3d3d !important;
}

.container-page ol.outside1,
.container-page ol.outside1 ol {
	list-style-position: outside; 
	margin-left: 20px;
    font-size:14px !important;
	/*list-style: none;*/
	/*color: #1171bb;*/
}
.container-page ol.outside1 span {
	color: #3e3d3d;
}
.container-page ol.outside1 span.blue {
	color: #3e3d3d;
}
.container-page ol.outside1 li {
	margin-bottom: 12px;
	margin-top: 12px;
	padding-left: 5px;
   	line-height: 26px;
    margin-left: 5px !important;
}
.container-page ol.outside1 ol {
	list-style-type:decimal;
}

.container-page ul.outside1,
.container-page ul.outside1 ul {
	list-style-position: outside; 
	margin-left: 17px;
}
.container-page ul.outside1 span {
	color: #3e3d3d !important;
}
.container-page ul.outside1 span.blue {
	color: #3e3d3d !important;
}
.container-page ul.outside1 li {
	margin-bottom: 12px;
	margin-top: 12px;
	/*padding-left: 5px;*/
   	line-height: 26px;
    background: none !important;
	color: #3e3d3d;
    margin-left: -15px !important;
	background:url('/bitrix/templates/homnet_consulting_nfo_copy/img/content-bullet.png') no-repeat 0px 10px !important; 
}
.container-page ul.outside1 ul {
	/*list-style-type:square;*/
}

.container-page ul.outside1-m,
.container-page ul.outside1-m ul {
	list-style-position: outside; 
	margin-left: 20px;
	line-height:24px;
	color: #1171bb !important;
}

.container-page ul.outside1-m span {
	color: #3e3d3d !important;
	font-size:13px!important;
}


.container-page ol > ul.outside1 {
  list-style:none !important;
}

.container-page ol > ul.outside1 li {
  background:none !important;
  margin-left: -15px !important;
}

.container-page ol.outside1 > ul.outside1 li:before {
  //  content: url('/bitrix/templates/homnet_consulting_nfo_copy/img/content-bullet.png');
    color: #1171bb !important;
    padding-right: 17px;
    padding-top: 0px;
    display: inline-block;
    font-size: 150%;
    vertical-align: middle;
    top: -7px;
    position: relative;
}

.container-page span:not(:last-child) {
    color: #3e3d3d;
    font-size: 14px !important;
    line-height: 26px;
    margin: 0 0 12px;
    font-family: 'Open Sans', Arial !important;
}

.container-page p span {
    color: #3e3d3d;
    font-size: 14px !important;
    line-height: 26px;
    margin: 0 0 12px;
    font-family: 'Open Sans', Arial !important;
}

.container-page .b-btn {
    margin-top: 32px !important;
}

.container-page {
   margin-bottom: 32px;
}

.pdf-link {
   margin-bottom: 30px;
}

.pdf-link img {
   vertical-align: middle !important;
}

.pdf-link a {
   padding-left: 10px !important;
}



.b-incontent-tbl {
     grid-template-columns: 5fr 3fr;
grid-template-areas: "a c"
                     "b c";
}
.b-incontent-tbl .row {
     grid-area: a;
}
.b-incontent-tbl .row +  .row {
     grid-area: b;
}

.b-incontent-tbl .cont-review-detail-cell {
     grid-area: c;
     padding: 10px 0px 0 50px;
}

.b-incontent-tbl .cont-review-detail-cell img {
     border:1px solid #eee;
}



.b-incontent-tbl .row .sector-1 {
 margin-left: 10px !important; 
 width: 150px;
}

.b-incontent-tbl .row .sector-2 {
 margin-left: 10px !important; 
 width: 112px;
}

.b-incontent-tbl .row .see-also {
 margin-left: 10px !important;
}

.form_req {
    padding: 0 5px 0 5px !important;
    text-align: left !important;
}

#overlay{
display: none !important;
}

.heading-date-news {
    color: #1171bb;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 30px;
}


ul.outside1,
ul.outside1 ul {
  list-style: none;
	list-style-position: outside; 
	margin-left: 20px;
}
ul.outside1 span {
	color: #3e3d3d !important;
}
ul.outside1 span.blue {
	color: #3e3d3d !important;
}
ul.outside1 li {
	margin-bottom: 12px;
	margin-top: 12px;
	padding-left: 20px;
   	line-height: 26px;
	color: #3e3d3d;
    margin-left: -20px !important;
	background:url(/bitrix/templates/homnet_consulting_nfo_copy/img/content-bullet.png) no-repeat 0px 10px !important;
}

.materials {
margin-bottom: 32px !important;
}



.b-comp-tbl.grid > .proj:nth-child(-n+4) {
/*display:block;
padding: 20px 0 0;
background:#fff;
border-bottom:none; */
}


.b-comp-tbl.grid
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2px;
    background: #eee;
}


.b-comp-tbl.grid .proj > * {
     width: 100%;
     float: none;
}

.b-comp-tbl.grid .proj .cont-cell {
    padding-left: 0px;
}

.b-comp-tbl.grid .proj {
    display: block;
padding: 20px 0 0;
background:#fff !important; 
border-bottom:none !important; 
}

.b-comp-tbl.grid .proj:nth-child(4) {
border-bottom:none !important;
}

.b-comp-tbl.grid .proj:nth-child(2n) {
padding-left:15px;
}
.b-comp-tbl.grid .proj:nth-child(2n+1) {
padding-right:15px;
}

.b-comp-tbl.grid .proj:last-child {
    border-bottom: 2px solid #eee !important;
}

.b-container {
  margin-bottom: 32px !important;
}

.feedback_popup {
   display: none !important;
}

.left-menu form .description5 {
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    padding: 20px 20px 0!important;
    box-sizing: border-box;
    margin: 0px!important;
}

.left-column form a:last-child {
    border-radius: 0 0 5px 5px;
    padding-bottom: 0px !important;
    text-decoration: underline;
    color: #1171bb;
    font-size: 10px;
}

.left-column form a:first-child {
padding-top: 0px !important;
}

.left-column form a,.left-column form a:hover {
    background:none!important;
}


.news {
	display:flex;
	border-bottom: 1px solid #e3e3e3;
	padding:20px 0px;
    flex-direction: column;
}

.newclass .news .container-news {
   display:block;
}

.news .container-news {
	display:flex;
 	flex-direction: row;
}

.news .name-client {
   margin-top:0px !important;
}

.container-news .cont-cell {
	padding-left:15px;
}

.review-detail-c {
    display: flex;
     padding: 20px 0;
    flex-direction: column;
}

.review-detail-c ul {
   list-style:none !important;
}

.review-detail-c ul.outside1,
.review-detail-c ul.outside1 ul {
	list-style-position: outside; 
	margin-left: 20px;
}
.review-detail-c ul.outside1 span {
	color: #3e3d3d !important;
}
.review-detail-c ul.outside1 span.blue {
	color: #3e3d3d !important;
}
.review-detail-c ul.outside1 li {
	margin-bottom: 12px;
	margin-top: 12px;
	padding-left: 30px;
   	line-height: 26px;
/*    background: none !important; */
	background:url(/bitrix/templates/homnet_consulting_nfo_copy/img/content-bullet.png) no-repeat 8px 10px !important;
	color: #3e3d3d;
    margin-left: -27px !important;
}
.review-detail-c ul.outside1 ul {
	list-style-type:square !important;
}

.review-detail-c ul.outside1-m,
.review-detail-c ul.outside1-m ul {
	list-style-position: outside; 
	margin-left: 20px;
	line-height:24px;
	color: #1171bb !important;
}

.review-detail-c ul.outside1-m span {
	color: #3e3d3d !important;
	font-size:13px!important;
}

.review-detail-c ul.outside1 li:before {
 /*   content: "\25E6"; */
    color: #1171bb !important;
    padding-right: 17px;
    padding-top: 0px;
    display: inline-block;
    font-size: 150%;
    vertical-align: middle;
    top: -2px;
    position: relative;
}

.review-detail-c .cont-review-detail-cell {
   padding-top: 20px;
}

.review-detail-c ul.outside1 > ul li {
    list-style: none;
    background: none !important;
}

.review-detail-c ul.outside1 > ul li:before {
    content: "\25AA";
    margin-left: -26px !important;
    padding-left: 5px;
}

.container-contacts {
    margin-top: 30px;
 //   margin-bottom: 10px;
}

.left-col, /* ����� ������� */
.right-col/* ������ ������� */
{
    width: 50%;    /* ������ */
    min-width: 180px;  /* ����������� ������ ������� */
	margin-bottom: 10px;
}
.left-column{
 /*   padding-right: 10px; */ /* ������ ������ */
}
.right-column{
   /* padding-left: 10px; */ /* ������ ����� */
}

.call_phone_hide {
   display: none;
}

.description2{
    height: 4em;
    display: flex;
/*	vertical-align: middle; */

    align-items: center;
  /* width: 160px; */
}

.left-col:nth-child(n+4) .description2 p {
    font-family: "futura",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 22px !important;
    font-weight: bold;
    color: #3573b8 !important;
    text-align: left !important;
 /*   margin-top: -30px !important; */
}

.left-col:nth-child(-n+3) .description2 p {
    font-family: "futura",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 26px !important;
    font-weight: bold;
    color: #3573b8 !important;
    text-align: left !important;
 /*   margin-top: -20px !important; */
}

.left-col a:first-child {
   background: none !important;
}

.right-column.workarea.left {
    margin-bottom: 32px !important;
}

.b-price-tbl .b-price-cell {
    width: 100px !important;
}

/* ����� ��� �������� '�' */ 
.newclass .news:nth-child(-n+4) .block-with-text {
  /* �������� ����� ���� � ����� N ����� */
  overflow: hidden;
  /* ��� ��������� '�' � ���������� ������� */
  position: relative; 
  /* ����������� ��� �������� ��� ������� ������ ����� */
  line-height: 1.5em;
  /* max-height = line-height (1.2) * ����� ����� (3) */
  max-height: 3em; 
  /* ������������� �������� ����� ��������� ����� �� ����������� � ������ ������� */
  text-align: left;  
  /* ����� ��� ���������� '�' */
  padding-right: 0.1em;
  width: 320px;
}

.newclass .news:nth-child(2) .block-with-text {
 width: 307px !important;
margin-left: -2px;
}




.newclass .news .block-with-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

.b-comp-tbl .newclass .news .cont-cell {
    padding-bottom: 20px;
}


.b-comp-tbl .newclass .news .b-img-cell img {
max-width: 86px;
height: auto;
}


img.for_title {
    vertical-align: top;
    float: left;
    width: 120px;
    height: auto;
    margin-right: 15px;
    margin-top: 5px;
}

ul.index-menu li {
    padding: 0px 16px;
}

form .description5 {
    font-size: 10px;
    line-height: 20px;
    text-align: left;
    padding: 0px 0px 0 !important;
    box-sizing: border-box;
    margin: 0px !important;
}

form .description5 a {
    border-radius: 0 0 5px 5px;
    padding-bottom: 0px !important;
    text-decoration: underline;
    color: #1171bb;
    font-size: 10px;
	font-weight: 600;
}



/* Fonts *******************/

#content
{
font-family: 'Open Sans',Arial !important;
}

#content p
{
color: #3e3d3d !important;
font-size: 14px;
line-height: 26px;
margin: 0 0 12px;
}

#content H1
{
font-family: 'Open Sans',Arial !important;
color: #3e3d3d !important;
font-size: 28px !important;
font-weight: 600 !important;
margin: 0 0 20px !important;
text-transform: none !important;
}

#content H2
{
	color:#1171bb !important;
	font-size:18px !important;
	font-weight:700 !important;
	margin:20px 0 30px !important;
}

#content H3
{
	color:#1171bb !important;
	font-size:16px !important;
	font-weight:700 !important;
	margin:20px 0 30px !important;
}

/****************************/

#main
{
    background-color: #f8fdff;
}

#content img
{
    float: none;
    padding-right: 10px;
}

#content .ads-left
{
    margin-bottom: 35px;
}

#content table
{
    margin-top: 20px;
}

#content .ads
{
    width: 200px;
    padding-top: 10px;
}

#content .iso
{
    float: right;
    margin-top: 25px
}

#content p {
    color: #3e3d3d !important;
    font-size: 14px !important;
    line-height: 26px !important;
    margin: 0 0 12px !important;
}

#content a:link,
#content a:visited,
#content a:active,
#content a:hover
{
    color: #336666;
}

#content li

{
    margin-top: 10px;
    margin-left: 20px;

}
#special_offer {	

        margin-top: 20px;
        border: 1px solid #f00000;
	padding-right: 20px;
	padding-left: 20px;
        padding-bottom: 15px;
}

#special_offer p{

	font-size: 11pt;
	line-height: 1.3;
}

#special_offer a{
    text-decoration: underline;
    background-image: url('/bitrix/templates/homnet_consulting_nfo_copy_copy/img/arrow-blue.gif');
    background-position: right bottom;
    background-repeat: no-repeat;
    /*display: block;
    float: left;*/
    padding-right: 15px;
}

.bold_link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.data-table {font-size:12px}

.b-img-tbl{width:100%;}
.b-img-tbl_press{width:100%;}
.b-img-tbl td{padding:25px 15px 20px 0; border-bottom:1px solid #e3e3e3; vertical-align:top;}
.b-img-tbl h2{text-transform:uppercase;}
.b-img-tbl ul li{background:none !important; margin-bottom:6px !important;}
.b-img-tbl .b-last-cell td{border:0;}

.b-filter{border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; margin:10px 0;}
.b-filter-tbl{width:90%; margin:0 auto; margin:12px 0 12px 0;}
.b-filter-tbl .b-left-cell{color:#3573b8; text-transform:uppercase; font-size:0.9em;  width:45%; text-align:center;}
.b-filter-tbl label{display:block; color:#333333; margin-bottom:4px; font-size:0.75em;}
.b-filter-tbl select{width:100%; margin-bottom:5px; color:#333333; font-size:0.9em;}
.b-filter-tbl .b-btn .b-first-btn{margin-right:22px !important;}

.b-comp-tbl{width:100%;}
.b-comp-tbl td{padding:25px 20px 20px 0; border-bottom:1px solid #e3e3e3; vertical-align:middle;}
.b-comp-tbl .b-img-cell{text-align:center;}
.b-comp-tbl .b-last-cell td{border:0;}
.b-comp-tbl h3{font-size:0.9em; margin-bottom:6px !Important;}
.b-comp-tbl h3 span{display:block; font-size:0.9em;}
.b-incontent-tbl{font-size:0.75em; line-height:15px; margin-bottom:0.3em; color:#333333;}
.b-incontent-tbl td{padding:0 3px 3px 0; border:0; vertical-align:top;}

.b-round-boxes-container{margin-bottom:25px;}
.b-round-boxes-container .b-important-to-know-tbl th{width:115px;}
.b-round-boxes-container .b-important-to-know-tbl .b-title{margin-bottom:5px; font-weight:bold;}

.b-price-box .content{padding:0 !Important;}
.b-price-tbl{margin-top:-10px;}
.b-price-tbl td{padding:15px 15px; vertical-align:top; border-bottom:1px solid #e5e5e5;}
.b-price-tbl .b-price-cell{width:70px; text-align:right; font-weight:bold;}
.b-price-tbl .b-last-row td{border:0;}

.l-second .b-main-content .b-round-box-content .content{padding:10px 10px 15px 10px;}
.l-second .b-main-content .b-round-box-content .b-important-to-know-tbl{width:100%;}
.l-second .b-main-content .b-round-box-content .b-important-to-know-tbl th{text-align:center; font-weight:normal; color:#3573b8; padding-right:8px;}
.l-second .b-main-content .b-round-box-content .b-important-to-know-tbl td{font-size:0.75em; color:#333333;}



a{color:#3573b8;}
a:hover{color:#333333;}
h1{font:0.95em Arial, Helvetica, sans-serif; margin-bottom:8px;  text-transform:uppercase !important; font-weight:bold !important; color:#3573b8 !important; }
h2{font:0.85em Arial, Helvetica, sans-serif; margin-bottom:11px;  font-weight:bold !important; text-transform:uppercase !important; color:#3573b8  !important;}
h3{font:0.75em Arial, Helvetica, sans-serif; margin-bottom:11px; font-weight:bold !important; color:#3573b8 !important; }
h4{font:bold 0.75em Arial, Helvetica, sans-serif; color:#333333 !important;}
p{color:#333333 !important; text-align:justify !important;}

.b-sidebar-text p {font-size:0.75em !important; line-height:1.1em !important; margin-bottom:10px; color:#333333 !important;}
dd{color:#333333 !important;}
.b-sidebar-text { padding-top:45px;}

.b-products p {margin-bottom:10px !important;}
.b-products h1 {margin-bottom:15px !important;}
.b-products h2 {margin-bottom:15px !important;}
.b-products h3 {margin-bottom:15px !important;}

.warn tr
{
border-top:1px solid #E3E3E3;	
}
#title
{
color:#3573B8;
font-weight:normal;
padding-right:8px;
text-align:center;	
width:45%;
}
#bottom
{
font-size:0.75em !important;
padding-bottom: 8px;
padding-top: 8px;
border-bottom:1px solid #E3E3E3;
}
.warn td
{
padding-bottom: 8px;
padding-top: 8px;
}
.warn ul
{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding-bottom: 8px;
padding-top: 8px;
}
.warn ul li
{
margin-bottom:6px !important;
background: transparent url(/point.gif) no-repeat scroll 0 0 !important;
font-size:0.75em !important;
}
p img {margin:10px;}
.h2_style{margin-bottom:11px !important;font:0.85em Arial, Helvetica, sans-serif;font-weight:bold !important;text-transform:uppercase !important;color:#3573b8 !important;display:block;}

a.root-item-selected {
    color: #6e6e6e!important;
}

.b-styled-link2.b-blue-btn2 {
	margin-top: -4px;
}

#content a:link, #content a:visited, #content a:active, #content a
{
color: #3573b8 !important;
}

#content a:link, #content a:visited, #content a:active, #content a:hover
{
color: #3573b8 !important;
}

.slick-list.draggable {
 margin-left: 25px !important;
}

.b-btn {
    margin-bottom: 0px !important;
}

img.for_title {
  float:left !important;
}

.newclass .news .block-with-text {
font-family: 'Open Sans',Arial;
font-size: 14px;
color: #3e3d3d;
}

.iso-text {
text-align: left !important;
}


/* left menu */
.left-menu {
	background:#f8f8f8;
	border-radius:5px;
}
.left-menu li {
	list-style: none;
}

.left-menu a,
.left-menu li.separator span {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 19px no-repeat;
	color:#3e3d3d;
	font-size:14px;
	display:block;
	font-weight:600;
	padding:10px 30px;
	text-decoration:none;
}

ul.root-item {
	margin: 0 15px;
}
.left-menu a:hover,.left-menu a.selected {
	background:#ebf1f5 url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 19px no-repeat;
	color:#1171bb;
}

.left-column a:first-child {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 23px no-repeat;
	border-radius:5px 5px 0 0;
	padding-top:15px;
}

.left-column a:first-child:hover {
	background:#ebf1f5 url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 23px no-repeat;
}

.left-column a:last-child {
	border-radius:0 0 5px 5px;
	padding-bottom:15px;
}


.left-column ul li a {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 19px no-repeat !important;
	padding:10px 30px !important;
}
.left-column ul li:first-child a {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 23px no-repeat !important;
	padding-top:15px !important;
}
.left-column ul li:last-child a {
	padding-bottom:15px !important;
}
.left-column ul li a:hover {
	background:#ebf1f5 url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 19px no-repeat !important;
}
.left-column ul li:first-child a:hover {
	background:#ebf1f5 url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 23px no-repeat !important;
	padding-top:15px !important;
}
.left-menu ul > li > a.root-item-selected {
	background:#ebf1f5 url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 19px no-repeat !important;
	color:#1171bb;
}
.left-menu a.root-item-selected {
	background:#ebf1f5 url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 19px no-repeat !important;
	color:#1171bb;
}
.left-column ul li a.item-selected {
	background:#ebf1f5 url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 18px no-repeat !important;
	color:#1171bb;
        border-radius:  5px 5px;
}

.left-column ul li:first-child  a.item-selected {
	background:#ebf1f5 url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 23px no-repeat !important;
}

/* end left menu */


.left-menu a,
.left-menu li.separator span {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 19px no-repeat !important;
    font-size: 14px !important;
    display: block !important;
    font-weight: 600 !important;
    font-family: 'Open Sans',Arial !important;
}

.left-column a:first-child {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 16px no-repeat !important;
}

.b-blue-headline.news-heading {
    margin-bottom: 10px !important;
}

#form-recall-cap
{ 
	transform:scale(0.87);
	transform-origin:0 0 !important;
}
.g-recaptcha {
    transform: scale(0.89);
    transform-origin: 0 0;
    margin-bottom: 10px;
}
.b-actions-box>h3.b-actions-box-heading3 {
 font-size: 18px !important;
}
/* End */


/* Start:/bitrix/templates/homnet_consulting_nfo_copy_copy/template_styles.css?175455209086496*/
fa {
	color:#3573b8;
}

a:hover {
/*	color:#6e6e6e; */
}

h1 {
font-family: 'Open Sans',Arial !important;
color: #3e3d3d !important;
font-size: 28px !important;
font-weight: 600 !important;
margin: 0 0 20px !important;
}

h2 {
/*	font:.85em Arial,Helvetica,sans-serif; */
font-family: 'Open Sans',Arial !important;
color: #1171bb !important;
font-size: 18px !important;
font-weight: 700 !important;
margin: 20px 0 30px !important;
}

h3 {
/*	font:.85em Arial,Helvetica,sans-serif;*/
font-family: 'Open Sans',Arial !important;
color: #1171bb !important;
font-size: 16px !important;
font-weight: 700 !important;
margin: 20px 0 30px !important;
}

h4 {
	font:bold .75em Arial,Helvetica,sans-serif;
	color:#6e6e6e;
}

p {
text-alin: left !important;
color: #3e3d3d !important;
font-size: 14px !important;
line-height: 26px !important;
margin: 0 0 12px !important;
text-align: left !important;
font-family: 'Open Sans',Arial !important;
}

body {
/*font:16px Arial,Helvetica,sans-serif !important; */
}
.sussess.active {
	width: 100%;
    height: 100%;
    text-align: center;
    background: white;
}
.b-width {
	width:980px;
	margin:0 auto;
}

.b-content {
	background:#fff url(/bitrix/templates/homnet_index/img/bg-content-grad.png) repeat-x;
	padding:0 0 30px;
}

.b-sidebar {
	float:left;
	width:240px;
	padding:30px 50px 0 30px;
}

.b-main-content {
/*   padding: 0 0px 0 30px;
   width: 620px; */
  width: 675px;
}

.l-header {
	background:#15222b;
}

.l-header-i {
	padding-top:13px;
	background:#15222b url(/bitrix/templates/homnet_index/img/bg-stripes.png) no-repeat center top;
}

.b-header {
	background:url(/bitrix/templates/homnet_index/img/bg-header.jpg) no-repeat;
	height:231px;
	position:relative;
}

.b-langs {
	float:left;
	font-size:9px;
	margin:10px 15px 0 0;
}

.b-langs-list img {
	display:block;
}

.b-langs-list li {
	text-align:center;
	color:#a3c7e1;
}

.b-langs-list li a,.b-langs-list li span {
	background:url(/bitrix/templates/homnet_index_copy/img/rus_eng.png) no-repeat;
}

.b-langs-list .b-langs-ru span {
	display:block;
	width:15px;
	height:7px;
	background-position:-4px -3px;
	overflow:hidden;
}

.b-langs-list .b-langs-ru a {
	display:block;
	width:15px;
	height:7px;
	background-position:-16px 0;
	overflow:hidden;
}

.b-langs-list .b-langs-en span {
	display:block;
	width:16px;
	height:7px;
	background-position:0 -7px;
	overflow:hidden;
}

.b-langs-list .b-langs-en a {
	display:block;
	width:16px;
	height:7px;
	background-position:-4px -25px;
	overflow:hidden;
}

.b-langs-list .b-separator {
	margin:5px 0;
}

.b-langs-list .b-separator img {
	margin:0 0 0 -4px;
}

.b-menu-box {
	right: 55px;
	position: absolute;
	top: 20px;
}

.b-menu-box .b-menu-corner {
	float:left;
	margin-top:0;
	width:20px;
	height:75px;
	display:block;
	background:url(/bitrix/templates/homnet_index/img/menu-corner.png) no-repeat;
}

.b-menu {
	background:url(/bitrix/templates/homnet_index/img/bg-menu.png) no-repeat 0 0;
	float:left;
	margin-right:-11px;
}

.b-menu .b-menu-list {
	margin:0 11px 0 0;
	margin-left:-20px;
}

.b-menu .b-menu-list li {
	color:#616161;
	float:left;
	padding-bottom:17px;
	position:relative;
	font:13px Arial,Helvetica,sans-serif;
}

.b-menu .b-menu-list li a,.b-menu .b-menu-list li span {
	color:#616161;
	display:block;
	background:url(/bitrix/templates/homnet_index/img/s-menu.png) no-repeat;
	margin-top:1px;
}

.b-menu .b-menu-list .b-menu-1 a {
	width:119px;
	height:58px;
}

.b-menu .b-menu-list .b-menu-2 a {
	width:80px;
	height:58px;
	background-position:-119px 0;
}

.b-menu .b-menu-list .b-menu-3 a {
	width:126px;
	height:58px;
	background-position:-199px 0;
}

.b-menu .b-menu-list .b-menu-4 a {
	width:89px;
	height:58px;
	background-position:-325px 0;
}

.b-menu .b-menu-list .b-menu-5 a {
	width:76px;
	height:58px;
	background-position:-414px 0;
}

.b-menu .b-menu-list .b-menu-6 a {
	width:107px;
	height:58px;
	background-position:-490px 0;
}

.b-menu .b-menu-list .b-menu-7 a {
	width:121px;
	height:58px;
	background-position:-597px 0;
}

.b-menu .b-menu-list .b-menu-1 a:hover {
	background-position:0 -58px;
}

.b-menu .b-menu-list .b-menu-2 a:hover {
	background-position:-119px -58px;
}

.b-menu .b-menu-list .b-menu-3 a:hover {
	background-position:-199px -58px;
}

.b-menu .b-menu-list .b-menu-4 a:hover {
	background-position:-325px -58px;
}

.b-menu .b-menu-list .b-menu-5 a:hover {
	background-position:-414px -58px;
}

.b-menu .b-menu-list .b-menu-6 a:hover {
	background-position:-490px -58px;
}

.b-menu .b-menu-list .b-menu-7 a:hover {
	background-position:-597px -58px;
}

.b-menu .b-menu-list .b-menu-1 span {
	width:119px;
	height:58px;
	background-position:0 -58px;
}

.b-menu .b-menu-list .b-menu-2 span {
	width:80px;
	height:58px;
	background-position:-119px -58px;
}

.b-menu .b-menu-list .b-menu-3 span {
	width:126px;
	height:58px;
	background-position:-199px -58px;
}

.b-menu .b-menu-list .b-menu-4 span {
	width:89px;
	height:58px;
	background-position:-325px -58px;
}

.b-menu .b-menu-list .b-menu-5 span {
	width:76px;
	height:58px;
	background-position:-414px -58px;
}

.b-menu .b-menu-list .b-menu-6 span {
	width:107px;
	height:58px;
	background-position:-490px -58px;
}

.b-menu .b-menu-list .b-menu-7 span {
	width:121px;
	height:58px;
	background-position:-597px -58px;
}

.b-logo {
	position:absolute;
	left:57px;
	top:8px;
}

.b-phone-box {
	z-index:0;
	position:absolute;
	right:17px;
	bottom:10px;
	color:#357fb4;
}

.b-phone-box .b-city-code {
	font-size:13px;
	text-align:right;
}

.b-phone-box .b-phone {
	font-size:23px;
}

.b-header-pic {
	z-index:850;
	position:absolute;
	right:254px;
	bottom:51px;
}

div.b-big-text span {
	position:absolute;
	left:55px;
	top:95px;
	color:#357fb4;
	font-size:12px;
	font-weight:600;
	letter-spacing:-.05em;
}

.b-big-text div {
	position:absolute;
	left:224px;
	top:76px;
}

/*New Header*/

.left {
/* 	float:left; */
}

.logo {
	border-right:solid 1px #73afd5;
	height:93px;
	padding:7px 19px 0 0;
/*	position:absolute; */
	/*top:40px;
	left:55px;*/
margin-top: 0px !important;
}

.header .description {
	font:12px/20.5px Tahoma;
	margin:0 0 0 20px;
/*	position:absolute; */
/*	top:40px;
	left:235px; */
}

.blue-color {
	color:#1170bb;
}

.header-slogan {
	font-size:16px;
}

.header .description ul {
	list-style-image:url(/bitrix/templates/homnet_consulting/img/li.png);
	margin:1px 0 0 12px;
	font-size:12px;
}

.header .description ul li {
	color:#5a5a5a;
	padding:0 0 0 8px;
}

.b-round-box-green-position {
	position:absolute;
	left:55px;
	top:116px;
}

.b-round-box-blue-position {
	z-index:2;
	position:absolute;
	left:527px;
	top:216px;
}

.b-round-box-green {
	width:355px;
	height:142px;
	background:url(/bitrix/templates/homnet_index/img/round-box-green.png);
}

.b-round-box-blue {
	width:351px;
	height:142px;
	background:url(/bitrix/templates/homnet_index/img/round-box-blue.png);
}

.b-round-box-blue .b-play-link i {
	background-position:0 -27px!important;
}

.b-round-box-green .b-round-box-list li a:hover {
	background:url(/bitrix/templates/homnet_index/img/i-bullet-green.gif) no-repeat;
}

.b-round-box-blue .b-round-box-list li a:hover {
	background:url(/bitrix/templates/homnet_index/img/i-bullet-blue.gif) no-repeat;
}

.b-round-box .b-round-box-list {
	padding:22px 0 26px 30px;
}

.b-round-box .b-round-box-list li {
	margin-bottom:1px;
	position:relative;
}

.b-round-box .b-round-box-list li a {
	padding-left:19px;
}

.b-round-box .b-play-link {
	margin-left:49px;
	position:relative;
}

.b-round-box .b-play-link i {
	position:absolute;
	width:27px;
	height:27px;
	display:block;
	background:url(/bitrix/templates/homnet_index/img/i-play.gif);
	margin:-6px 0 0 -38px;
}

.b-blue-headline {
	color:#3573b8;
}

.b-green-headline {
	color:#387850;
}

.b-grey-headline {
	color:#b2b2b2;
}

.b-sidebar-text p {
	font-size:.7em;
	line-height:1.1em;
	margin-bottom:10px;
	color:#b2b2b2;
}

.b-sidebar-text .erp-system p {
	text-align:left !important;
}
.b-sidebar-text .erp-system a {
	text-decoration:none;
}
.b-sidebar-text .erp-system a:hover {
	text-decoration: underline;
	color:#3573b8;
}


.b-sidebar dl {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #e5e5e5;
}

.b-sidebar dt {
	float:left;
}

.b-sidebar .dd {
	margin-left:59px;
/*	font:.75em Arial,Helvetica,sans-serif; */
	color:#6e6e6e;
}

.b-sidebar dd {
	margin-left:59px;
/*	font:.75em Arial,Helvetica,sans-serif; */
/*	color:#6e6e6e; */
    margin-top: -20px;
}

.b-sidebar dd p {
color: #3e3d3d !important;
font-size: 14px !important;
line-height: 26px !important;
margin: 0 0 12px !important;
text-align: left !important;
font-family: 'Open Sans',Arial !important;
}

.b-sidebar {
	margin-bottom:2px;
}

.b-sidebar .b-btn {
	text-align:right;
	margin-top:10px;
}

.b-standarts-box {
	position:absolute;
	top:68px;
	right:43px;
}

.b-blue-btn,.b-blue-btn span {
/*	background:url(/bitrix/templates/homnet_index/img/btn-blue.png) no-repeat !important;
    width: 60px; */
    height: 12px;
}

.b-green-btn,.b-green-btn span {
	background:url(/bitrix/templates/homnet_index/img/btn-green.png) no-repeat;
}

.b-styled-link,.b-styled-link span {
	display:-moz-inline-stack;
	display:inline-block;
	font-size:9px !important;
	cursor:pointer;
}

.b-styled-link {
	margin-right:6px;
	color:#fff !important;
	text-decoration:none !important;
}

.b-styled-link span {
	border:0 !important;
	margin:0 !important;
	padding:0 12px 0 9px !important;
	position:relative !important;
	white-space:nowrap !important;
}

.b-styled-link:hover {
	color:#fff;
}

.b-search-box {

}

.b-search-box .b-search-field {
	position:relative;
}

.b-search-box .b-search-field .left {
	position: relative;
}

.b-search-box .b-search-field .right {
    background: url(/bitrix/templates/homnet_consulting/img/icon-search.png) no-repeat;
    border: none;
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 11px;
    width: 16px;
}

.b-search-box .b-search-field input {
	border: solid 1px #cacaca;
	border-radius: 3px;
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0 0px 0 7px;
}

.b-sidebar .b-search-box .b-search-field input {
	width: 96%;
	margin-bottom: 30px;
}

.b-footer .b-search-box {

}

.b-footer .b-search-box .b-search-field input {
	width:260px;
}

.b-footer .b-search-box .b-search-field input.gray-input.transition {
	padding: 0 50px 0 20px;
	width: 210px;	
}

.b-footer .b-search-box .b-search-field input.loupe {
	background: url(/bitrix/templates/homnet_consulting/img/icon-search.png) no-repeat;
	border: none;
	cursor: pointer;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 7px;
	width: 16px;
}

.b-search-box .b-search-field .right {
	right: 10px;
	top: 8px;
}
.b-footer .b-contact-box {

}
.b-footer .copyright{
	float:none; 
	display:block;
	margin: 20px auto;
	text-align: center;
	clear:both;
	font-size:12px;
}	

.b-main-content .b-content-big {
	margin-bottom:31px;
}

.about-company {
 /*   margin-top: 30px; */
}
.about-company h2 a {
	text-decoration:none;
}
.about-company p {
    font-size: 12px;
}

.b-main-content p {
	font-size:.75em;
	line-height:15px;
	margin-bottom:.3em;
}

.b-main-content .b-two-cols {
	margin-bottom:30px;
	zoom:1;
}

.b-main-content .b-two-cols .b-left {
	float:left;
	width:46%;
	overflow:hidden;
}

.b-main-content .b-two-cols .b-right {
	float:right;
	width:49%;
}

.b-main-content .b-our-clients {
	margin: 39px 0px 30px 0;
}

.b-main-content .b-our-clients .b-clients-tbl {
	width:100%;
	margin-bottom:15px;
}

.b-main-content .b-our-clients .b-clients-tbl td {
	text-align:center;
	border-right:1px solid #e5e5e5;
	padding:7px 0;
}

.b-main-content .b-introduction .b-btn {
	margin-top:20px;
}

.b-main-content .b-news .b-btn {
	margin-top:25px;
}

.b-main-content .b-news dt {
	font-size:.75em;
/* color:#3573b8; */
}

.b-main-content .b-news dd {
	font-size:.75em;
	color:#6e6e6e;
	margin-bottom: 16px;
}

.b-main-content .b-news dd a {
	text-decoration:none;
	margin-bottom: -8px;
    	display: block;
}

.b-main-content .b-news dd a:hover {
	text-decoration:underline;
	color:#3573b8;
}

.b-main-content .b-products {
	color:#B2B2B2;
}

.b-main-content .b-products dl {
	font-size:.7em;
}

.b-main-content .b-products dd {
	margin-bottom:5px;
}

.b-main-content .b-products a {
	text-decoration:none;
}

.b-main-content .b-products a.b-blue-btn:hover {
	text-decoration:none;
	color: #fff;
}

.b-main-content .b-products a:hover {

}

.b-footer {
	color:#919a9f;
	font-size:.7em;
}

.b-footer a {
	color:#919a9f;
	text-decoration: none;
}
.b-footer a:hover {
	color:#fff;
}

.b-footer .b-footer-align {
	margin:30px 0;
}

.b-footer .b-footer-align .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
}

.b-footer .b-address-box {
	display: flex;
	align-items: center;
	justify-content: center;

}

.b-footer .b-copyright {

}

.b-footer .b-phone {

}

.b-vert-menu {
	border-bottom:1px solid #e3e3e3;
	padding-bottom:10px;
	margin-bottom:20px;
}

.b-vert-menu h2 {
	margin-bottom:6px!important;
}

.b-vert-menu-list {
}

.b-vert-menu-list li {
	font-size:.75em;
	margin-bottom:9px;
}

.b-vert-menu-list li a {
	padding-left:15px;
}

.b-vert-menu-list li a:hover {
	background:url(/bitrix/templates/homnet_index/img/vert-menu-bullet.png) no-repeat left center;
}

#selected {
	background:url(/bitrix/templates/homnet_index/img/vert-menu-bullet.png) no-repeat left center;
	color:#6E6E6E;
}

.l-second .b-header {
	height:291px;
}

.l-second .b-big-text {
	left:198px;
	top:98px;
	font-size:17px;
}

.l-second .b-big-text div {
	display:inline;
	position:static;
}

.l-second .b-phone-box {
	bottom:143px;
	right:30px;
}

.l-second .b-phone-box div {
	display:inline;
}

.l-second .b-phone-box .b-phone {
	font-size:17px;
}

.b-news-one {
	font-size:.75em;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:20px;
	margin-bottom:20px;
}

.b-news-one h2 {
	margin-bottom:6px!important;
	font-size:1.2em;
}

.b-news-one p {
	color:#6e6e6e;
	margin-bottom:2px;
}

.b-breadcrumbs {
	color:#b0b0b0;
	margin-bottom:10px;
}

.b-breadcrumbs-list {
	margin-left:0!important;
}

.b-breadcrumbs-list li {
	display:inline;
	background:none!important;
	padding:0!important;
	font-size:11px!important;
}

.b-breadcrumbs-list a {
	color:#b0b0b0;
}

.b-round-box-content {
	position:relative;
}

.b-round-box-content .content {
/*	border:1px solid #e5e5e5;
	background:#f3f3f3;
	text-align:left; */
}

.b-round-box-content .b-round {
/*	position:relative;
	z-index:1;
	display:block; */
}

.b-round-box-content .b-round .l,.b-round .r {
	position:absolute;
	left:0;
	overflow:hidden;
/*	width:10px;
	height:10px; */
}

.b-round-box-content .b-round .l i,.b-round .r i {
	position:absolute;
	left:0;
/*	width:20px;
	height:20px;*/
}

.b-round-box-content .b-round .r {
	right:0;
	left:auto;
	position:relative;
	float:right;
}

.b-round-box-content .b-round .b {
	margin-top:-10px;
}

.b-round-box-content .b-round .r i {
	margin-left:-10px;
}

.b-round-box-content .b-round .b i {
	margin-top:-10px;
}

.b-round-box-content .cn {
	background:url(/bitrix/templates/homnet_index/img/c.png);
}

.b-grey-top-c .cn {
	background:url(/bitrix/templates/homnet_index/img/c1.png);
}

.l-second .b-main-content h1 {
	margin-bottom:4px!important;
}

.l-second .b-main-content .b-box-width-float-inbox .b-round-box-content {
	float:right;
	margin:0 0 15px 15px!important;
	width:190px;
}

.l-second .b-main-content .b-box-width-float-inbox .b-round-box-content .content {
	padding:10px 16px 15px;
}

.l-second .b-main-content .b-round-box-list {
	font-size:.75em;
	margin:0;
}

.l-second .b-main-content .b-round-box-list li {
	margin:0 0 6px;
	padding:0;
	background:none;
}

.l-second .b-main-content .b-content-img {
	text-align:center;
	margin:20px 0;
}

.l-second .b-main-content .b-content-element {
	margin:20px 0;
}

.l-second .b-main-content ol {
	font-size:.75em;
	margin:10px 0 10px 10px;
	padding-left:0;
}

.l-second .b-main-content ol li {
	color:#6e6e6e;
	font-weight:400;
	margin-bottom:2px;
	padding-left:0;
	margin-left:25px;
}

.l-second .b-main-content ul {
	font-size:.75em;
	margin:10px 0 10px 10px;
	padding-left:0;
}

.l-second .b-main-content ul li {
	color:#6e6e6e;
	font-weight:400;
	margin-bottom:2px;
	padding-left:25px;
	margin-left:0;
	background:url(/bitrix/templates/homnet_index/img/content-bullet.png) no-repeat 8px 6px;
}

.l-second .b-main-content .b-round-box-content .content {
	padding:10px 10px 15px;
}

.l-second .b-main-content .b-round-box-content .b-important-to-know-tbl {
	width:100%;
}

.l-second .b-main-content .b-round-box-content .b-important-to-know-tbl th {
	text-align:center;
	font-weight:400;
	color:#3573b8;
	padding-right:8px;
}

.l-second .b-main-content .b-round-box-content .b-important-to-know-tbl td {
	font-size:.75em;
	color:#6e6e6e;
}

.l-second .b-main-content .b-btn {
	margin-top:10px;
}

.b-actions-box .b-important-to-know-tbl li a {
	text-decoration:none;
}

.b-actions-box .b-important-to-know-tbl li a:hover {
	text-decoration:underline;
	color:#3573b8;
}

.l-second .b-header {
	height:262px;
}

.l-second .b-round-box-green {
	width:355px;
	height:128px;
	background:url(/bitrix/templates/homnet_index/img/round-box-green-second.png);
}

.l-second .b-round-box-blue {
	width:351px;
	height:128px;
	background:url(/bitrix/templates/homnet_index/img/round-box-blue-second.png);
}

.l-second .b-round-box .b-round-box-list {
	padding:16px 0 17px 30px;
}

.b-img-tbl {
	width:100%;
}

.b-img-tbl td {
	padding:25px 15px 20px 0;
	border-bottom:1px solid #e3e3e3;
	vertical-align:top;
}

.b-img-tbl h2 {
	text-transform:uppercase;
}

.b-img-tbl ul li {
	background:none!important;
	margin-bottom:6px!important;
}

.b-img-tbl .b-last-cell td {
	border:0;
}

.b-filter {
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	margin:10px 0;
	zoom:1;
}

.b-filter-tbl {
	width:90%;
	margin:0 auto;
	margin:12px 0;
}

.b-filter-tbl .b-left-cell {
	color:#3573b8;
	text-transform:uppercase;
	font-size:.9em;
	width:41%;
	text-align:center;
}

.b-filter-tbl label {
	display:block;
	color:#6e6e6e;
	margin-bottom:4px;
	font-size:.75em;
}

.b-filter-tbl select {
	width:100%;
	margin-bottom:5px;
	color:#6e6e6e;
	font-size:.9em;
}

.b-filter-tbl .b-btn input {
	border:none;
	background:none;
	color:#3673b8;
	cursor:pointer;
}

.b-filter-tbl .b-btn .b-btn-filter {
	width:124px;
	height:20px;
	float:left;
	background:url(/bitrix/templates/homnet_index/img/btn-filter.png);
}

.b-filter-tbl .b-btn .b-btn-full-list {
	width:172px;
	height:20px;
	float:right;
	background:url(/bitrix/templates/homnet_index/img/btn-show-full-list.png);
}

.b-comp-tbl {
	width:100%;
}

.b-comp-tbl td {
	padding:25px 20px 20px 0;
	border-bottom:1px solid #e3e3e3;
	vertical-align:middle;
}

.b-comp-tbl .b-img-cell {
	text-align:center;
}

.b-comp-tbl .b-last-cell td {
	border:0;
}

.b-comp-tbl h3 {
	font-size:.9em;
	margin-bottom:6px!important;
}

.b-comp-tbl h3 span {
	display:block;
	font-size:.9em;
}

.b-incontent-tbl {
	font-size:.75em;
	line-height:15px;
	margin-bottom:.3em;
	color:#6E6E6E;
}

.b-incontent-tbl td {
	padding:0 3px 3px 0;
	border:0;
	vertical-align:top;
}

.b-round-boxes-container {
	margin-bottom:25px;
}

.b-round-boxes-container .b-important-to-know-tbl th {
	width:115px;
}

.b-round-boxes-container .b-important-to-know-tbl .b-title {
	margin-bottom:5px;
	font-weight:700;
}

.b-price-box .content {
	padding:0!important;
}

.b-price-tbl {
	margin-top:-10px;
}

.b-price-tbl td {
	padding:15px;
	vertical-align:top;
	border-bottom:1px solid #e5e5e5;
}

.b-price-tbl .b-price-cell {
	width:70px;
	text-align:right;
	font-weight:700;
}

.b-price-tbl .b-last-row td {
	border:0;
}

/*05.02*/
.two-cols-press {
	margin:10px 0;
	padding:20px 20px 10px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}

.two-cols-press .b-left {
	overflow:visible!important;
	width:47%!important;
}

.two-cols-press .b-right {
	overflow:visible!important;
	width:47%!important;
}

.two-cols-press h4 {
	position:relative;
	margin-bottom:15px;
	padding-left:10px;
}

.two-cols-press h4 img {
	position:absolute;
	right:20px;
	top:-8px;
}

.two-cols-press h4 .b-title-img-4 {
	top:-2px;
}

.b-news-list {
	color:#6e6e6e;
	font-size:12px;
}

.b-news-list dd {
	margin-bottom:8px;
}

.b-subsribe-box h3 {
	float:left;
	position:relative;
	text-transform:uppercase;
	margin-top:2px;
}

.b-subsribe-box h3 img {
	position:absolute;
	margin-top:-7px;
}

.b-subsribe-box h3 span {
	margin-left:52px;
}

.b-subsribe-box .b-subsribe-field {
	position:relative;
	height:20px;
	margin-left:250px;
}

.b-subsribe-box .b-subsribe-field .left {
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	width:7px;
	height:20px;
	display:block;
	background:url(/bitrix/templates/homnet_index/img/search-angle.png);
}

.b-subsribe-box .b-subsribe-field .right {
	position:absolute;
	right:0;
	top:0;
	z-index:5;
	width:38px;
	height:20px;
	display:block;
	background:url(/bitrix/templates/homnet_index/img/btn-ok.png);
}

.b-subsribe-box .b-subsribe-field input {
	position:absolute;
	color:#6e6e6e;
	z-index:0;
	border:1px solid #e5e5e5;
	font-size:12px;
	width:96%;
	padding:1px 0 2px 8px;
}

.b-btns-bar {
	margin:-15px 0 15px;
	padding-bottom:15px;
	text-transform:uppercase;
	border-bottom:1px solid #e1e1e1;
}

.b-btns-bar .b-styled-link span {
	padding:0 41px 0 38px;
}

.b-pages {
	overflow:hidden;
	padding-left:10px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}

.b-pages-list {
	margin-left:-24px!important;
}

.b-pages-list li {
	display:inline;
	padding-left:24px;
}

/*05.02*/
.b-main-content ul li {
	margin:12px 0 0;
}

.b-main-content ul li font a {
	font-size:20px;
}

/*===========НОВОЕ МЕНЮ==============*/
.newmenu {
	width:1206px;
	height:63px;
	background:url(/bitrix/templates/homnet_index_copy/img/menu_background.png) no-repeat scroll left top transparent;
	position:absolute;
	left:-13px;
	top:185px;
/*
    	top: 200px;
	left: 50%;
	transform: translateX(-50%); 
	*/
}

@media only screen and (max-device-width: 1024px) {
	
}

.newmenu ul {
	list-style:none outside none;
	position:relative;
	padding:0;
	margin:0;
}

.newmenu ul li {
	float:left;
	position:relative;
	color:#1E6DAA;
	text-align:center;
    margin-left:-1px;
	height:35px;
	padding:13px 0 0;
	cursor:pointer;
}

.delimiter {
	background:url(/bitrix/templates/homnet_index_copy/img/border_inc.png) no-repeat scroll left top transparent;
	padding:0!important;
	height:48px!important;
	width:1px;
}

.newmenu ul li a {
	color:#1E6DAA;
	font:bold 12px Arial,Helvetica,sans-serif;
	text-decoration:none;
	padding:12px 24px 16px 22px;
}

.newmenu ul li:hover,.selected {
	background:url(/bitrix/templates/homnet_index_copy/img/bckgrnd_hover.png) repeat scroll left top transparent;
}

/*===================================*/
.header_phone {

}

.header_phone div {

}

.header_phone a {
	color:#353535;
	font-size:20px;
	display:block;
	padding:0;
}

.header_phone .header_callback_bt,
.b-footer span.header_callback_bt {
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 12px;
	width: 169px;
	height: 30px;
	background: transparent;
	border: 2px solid ; 
	border-radius: 3px;
	cursor: pointer;
}
.header_phone .header_callback_bt {
	border-color: #1171bb; 
	color: #fff;
}

.b-footer span.header_callback_bt {
	border: 2px solid #919a9f;
	color: #919a9f;
}

.header_callback_bt i.fa.fa-phone {
	margin-right: 10px;
	font-size: 20px;
}

.header_phone .header_callback_bt:hover {
	opacity: .7;
}

.header_phone .header_callback_bt:active {
/* 	background:url(/bitrix/templates/homnet_index_copy/img/call_but_sprite.png) 0 -59px; */
}

.header_phone p {
	font-size:11px;
	padding:0 0 0 5px;
}

.header_info {
	position:absolute;
	right:55px;
	top:41px;
}

.header_info span {
/* 	text-decoration: underline; */
	cursor:pointer;
	color:#3c3c3c;
	font-size:12px;
}

.header_info span:hover {
	color:#2e6bab;
}

.header_consult {
	margin:0 0 40px;
}

.header_consult div {
	float:left;
}

.header_consult .ico {
	background:url(/bitrix/templates/homnet_index_copy/img/consult.png) no-repeat;
	background-size:25px 27px;
	width:25px;
	height:27px;
	margin:0 5px 0 0;
}

.header_email {
	display: flex;
	align-items: center;
}

.header_email.phone {
	margin-bottom: 10px;
}

.header_email div {
	float:left;
}

.header_phone .header-btn {
	margin-bottom: 10px;
}

.header_email a {
	text-decoration:none;
	cursor:pointer;
	color:#3c3c3c;
	font-size:14px;
	margin-left: 10px;
	display: block;
}

.header_email.phone a {
	margin-left: 0px;
}

.header_email a:hover {
	color:#2e6bab;
}

a.header_s_phone.callibri_phone {
	font-size: 20px;
}

.header_email .ico {
	background:url(/bitrix/templates/homnet_index_copy/img/email.png) no-repeat;
	width:25px;
	height:18px;
	margin:-1px 7px 0 0;
}

.lang_change {
	font-size:10px;
	color:#373838;
}

.lang_change li {
	display:inline;
	padding:0 2px;
}

.lang_change li a {
	color:#fff;
	text-decoration:none;
}

.lang_change li a:hover {
	text-decoration:none;
	color:#373838;
}

/* ----- pop_up ----- */
#overlay {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	z-index:1000;
	opacity:.8;
	filter:alpha(opacity=80);
}

* html #overlay {
	position:absolute;
}

#feedback_pop_up {
	display:none;
	position:absolute;
	z-index:2000;
}

#add_question_pop_up {
	display:none;
	position:absolute;
	z-index:2000;
}

#order_call_pop_up {
	display:none;
	position:absolute;
	z-index:2000;
}

* html .ie6_fixed {
	top:90px;
}

.pop_up {
	width:502px;
	margin:0 0 0 -251px;
	padding:12px 0 0;
	background:url(/bitrix/templates/.default/img/pop_up_top_bg.gif) left top no-repeat;
	left:50%;
}

.button {
	width:136px;
	height:25px;
	margin:0;
	padding:0 0 3px;
	font-size:14px;
	color:#000;
	border:0;
	background:url(/bitrix/templates/.default/img/button.gif) left top no-repeat;
	cursor:pointer;
}

/* ----- // pop_up ----- */


.slick-slide img {
	width:85%;
	margin: 0 auto;
}

.single-item .slick-slide img {
	width:100%;
	margin: 0 auto;
}

.slick-prev, .slick-next {
	width:30px;
	height: 60px;
}
.slick-prev:before, .slick-next:before {
	    color: #3573b8;
	font: normal normal normal 30px/1 FontAwesome;
	font-size: 60px;
}
.slick-prev:before {
    content: "\f104";
}
.slick-next:before {
    content: "\f105";
}
.single-item.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.single-item .slick-dots li button:before {
    font-family: FontAwesome;
    content: "\f111";
    font-size: 12px;
}
a.b-styled-link.b-blue-btn, a.b-styled-link.b-blue-btn span {
 border-radius: 7px !important;
}

dl dt a img {
    margin-bottom: 20px !important;
}

.container-begin {
   display: flex;
   padding-bottom: 20px !important;
}

.b-btn3 {
    padding-bottom: 50px !important;
    padding-top: 20px !important;
}

.b-btn3:nth-child(1) {
    padding-left: 0px !important;
}


.b-btn3:nth-child(2) {
    padding-left: 20px !important;
}

.subscribe-btn {
width: 150px !important;
color: #fff !important;
padding: 0px 20px !important;
background: #00B186 !important;
border-radius: 4px !important;
border-color: #00B186 !important;
font-size: 15px !important;
text-align: center !important;
cursor: pointer !important;
height: 26px !important;
top: 6px !important;
position: relative !important;
}

.advantages1 {
    background: url(/bitrix/templates/homnet_consulting/img/advantages.png);
    border-top: solid 1px #e6e6e6;
    margin: 20px 35px;
    width: 600px;
    padding: 38px 0;
}

.advantages1 .first {
    border-right: solid 1px #ddd;
    margin-right: 1px;
    min-height: 280px;
    padding: 0 19px 0 0;
    width: 300px;
}

.left {
    float: left;
    margin-top: 10px;
}

.advantages1 .table {
    margin: 33px 0 0;
}

.advantages1 .second {
    border-left: solid 1px #fff;
    min-height: 200px;
    padding: 0 0 0 6px;
    width: 272px;
}

.advantages1 .description, .advantages .description a, .advantages .description p .advantages .description span {
   color: #6d6d6d;
    font-size: 13px;
    float: left;
  /*  width: 180px;   */
    line-height: 24px;
}

.clear {
 clear: both;
}

.b-container {
    margin-bottom: 32px !important;
}

.proj {
    display: flex;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 0;
}

.b-img-cell {
    min-width: 172px !important;
    margin-bottom: 12px;
}

.cont-cell {
 /*   padding-left: 15px; */
}

.name-client-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px !important;
    color: #1171bb;
}

.b-img-cell img {
    max-width: 172px;
    height: auto !important;
}

img.popup-image {
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gear {
    margin: 0 35px 0 0;
}

.subscribe-btn2 {
    width: 350px !important;
    color: #fff !important;
    padding: 0px 20px !important;
    background: #00B186 !important;
    border-radius: 4px !important;
    border-color: #00B186 !important;
    font-size: 15px !important;
    text-align: center !important;
    cursor: pointer !important;
    height: 26px !important;
    top: 6px !important;
    position: relative !important;
}

.right-column.workarea.left {
    margin-bottom: 20px !important;
}

@media (max-width: 1000px) {
.content2 {
    width: 40% !important;
}
}

.b-price-box .content2 {
    padding: 0 !important;
}

.b-round-boxes-container .content2 {
    margin: 0;
    width: 100%;
    border: 1px dashed #1f4788;
    background: #fff;
    text-align: left;
    border-radius: 10px;
}

.content2 {
    margin: 0;
    width: 100%;
    border: 1px dashed #1f4788;
    background: #fff;
    text-align: left;
    border-radius: 10px;
}

.news {
    display: flex;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 0px;
    flex-direction: column;
}

.news .name-client {
    margin-top: 0px !important;
}

.name-client {
    font-size: 16px;
    margin-bottom: 15px !important;
    color: #1171bb;
    font-weight: bold;
    margin-top: 15px;
}

.news .container-news {
    display: flex;
    flex-direction: row;
}

.container-news .cont-cell {
  /*  padding-left: 15px; */
}

.contacts-container-m-right {
  margin-top: 23px !important;
}

.contacts.left {
    margin-left: 20px;
}

.contaсts-container {
  display: flex;
}

.contacts.left > .right {
    float: left !important;
}

.b-blue-headline.news-heading {
  margin-bottom: 10px !important;
}

.right {
  float: right;
}

.b-blue-headline.news-heading a {
  text-decoration: none;
}

.b-news {
    margin: 39px 0px 30px 0;
}

.search-text {
border: solid 1px #73afd5 !important;
border-radius: 4px !important;
color: #828282 !important;
font-size: 13px !important;
height: 28px !important;
line-height: 28px !important;
padding: 0 50px 0 5px !important;
width: 180px !important;
margin-top: 7px;
}

.search-go-btn {
    width: 150px !important;
    color: #fff !important;
    padding: 0px 20px !important;
    background: #00B186 !important;
    border-radius: 4px !important;
    border-color: #00B186 !important;
    font-size: 15px !important;
    text-align: center !important;
    cursor: pointer !important;
    height: 30px !important;
    top: 0px !important;
    position: relative !important;
}

.separator-search {
border-bottom: 1px solid #e3e3e3 !important;
}

.g-recaptcha
{
	transform:scale(0.87);
	transform-origin:0 0;
}

#form-recall-cap
{ 
	transform:scale(0.87);
	transform-origin:0 0;
}






























/* reset */
html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,block quote,a,em,font,strong,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}

html,body {
font-family: 'Open Sans',Arial !important;
font-size: 14px !important;
	height:100%;
	width:100%;
	}

.menu ul.parent {
display:flex!important;
justify-content: center;
position:relative!important;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

img {
	border:none;
}

/* all */
@font-face {
	font-family:'Conv_PFDinTextCondPro-Regular';
	src:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/fonts/PFDinTextCondPro-Regular.eot);
	src:local(??),url(/bitrix/templates/homnet_consulting_nfo_copy_copy/fonts/PFDinTextCondPro-Regular.woff) format("woff"),url(/bitrix/templates/homnet_consulting_nfo_copy_copy/fonts/PFDinTextCondPro-Regular.ttf) format("truetype"),url(/bitrix/templates/homnet_consulting_nfo_copy_copy/fonts/PFDinTextCondPro-Regular.svg) format("svg");
	font-weight:400;
	font-style:normal;
}

@font-face {
	font-family:'Myriad Pro';
	src:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/fonts/MyriadProRegular.eot);
	src:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/fonts/MyriadProRegular.eot?#iefix)format(embedded-opentype),url(/bitrix/templates/homnet_consulting_nfo_copy_copy/fonts/MyriadProRegular.woff) format("woff"),url(/bitrix/templates/homnet_consulting_nfo_copy_copy/fonts/MyriadProRegular.ttf) format("truetype");
	font-style:normal;
	font-weight:400;
}

html,body {
	font-family:'Open Sans',Arial;
	font-size:14px;
	background:#fff;
	min-width:960px;
	color:#3e3d3d;
}

a {
	color:#1171bb;
        text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

textarea {
	font-family:'Open Sans',Arial;
	overflow:auto;
	resize:none;
}

input {
	font-family:'Open Sans',Arial;
}

input [type="button"],input [type="submit"],input[type="file"],button {
	margin:0;
}

.clear {
	clear:both;
}

/*.right {
	float:right !important;
}*/

.left {
	float:left;
}

.content {
	margin:0 auto;
	width:1000px;
}


@media (max-width:1000px) {
.content {
/*width:960px!important; */
	}
.left-column {
    margin: 8px 30px 0 0!important;
    width: 270px;
}
.workarea {
    width: 642px!important;
}
.back-header,.menu,.footer {
/*min-width: 960px!important; */
	}
	}

.b-round-boxes-container .content {
	margin:0;
	width:100%;
    border: 1px dashed #1f4788;
    background: #fff;
    text-align: left;
    border-radius: 10px;	
}

.flex {
	display: flex;
}
.flex-start {
	align-items:flex-start !important;
}
.flex-v-middle {
	align-items: center;
}

.flex-h-center {
	justify-content: space-around !important;
}

.flex-blue-border {
/*
	border: 1px solid #1171bb !important;
	background: rgba(17, 113, 187, 0.03) !important;
	border: 1px solid rgba(17, 113, 187, 0.17) !important;
*/

	border: 1px solid #1171bb !important;
	background: rgba(17, 113, 187, 0.05) !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);	
}

.flex-green-border {
/*
	border: 1px solid #00b186 !important;
	background: rgba(0, 177, 134, 0.05) !important;
	border: 1px solid rgba(0, 177, 134, 0.17) !important;
*/
        border: 1px solid rgb(0, 187, 142) !important;
	background: rgba(0, 177, 134, 0.05) !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);		
}

.flex-block {
	margin: 20px 0;
	padding: 10px;
	border-radius: 10px;
	line-height: 26px;
	font-size: 13px;
	text-align:center;
	color: #7e7e7e;
}

.b-round-boxes-container .content.flex div {
	padding: 20px;
}
.b-round-boxes-container .content.flex div:last-child {
	padding: 20px 20px 20px 0;
}

.b-round-boxes-container .content.flex div p {
	margin: 0;
}

.b-round-boxes-container .content table.b-price-tbl {
    width: 100%;
}

.b-round-boxes-container .content td {
	padding: 15px 15px;
    vertical-align: top;
    border-bottom: 1px solid #e5e5e5;
}

.b-price-tbl .b-price-cell {
    width: 70px;
    text-align: right;
    font-weight: bold;
}


.b-price-tbl .b-price-cell1 {
    width: 100px;
    text-align: right;
    font-weight: bold;
}

.b-round-boxes-container .b-important-to-know-tbl th {
    width: 115px;
    text-align: center;
    font-weight: normal;
    color: #3573b8;
    padding-right: 8px;
}

.b-round-boxes-container .b-important-to-know-tbl ul {
  font-size: 14px;
   /* font-size: 0.75em; */
  /*  margin: 10px 0 10px 10px; */
    padding-left: 0px;
}

a.b-styled-link.b-blue-btn, a.b-styled-link.b-blue-btn span {
    background: #1473bc;
    border-radius: 5px;
    color: #fff;
    font-size: 9px;
    text-decoration: none;
    padding: 5px 10px;	
}



.semibold {
	font-weight:600;
}

/* header */
.header {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/header-background.jpg) top center no-repeat;
	padding-top:1px;
	position:relative;
	min-height: 140px!important;
}

.language a,.language span {
	font:12px Arial;
}

.header-block {
	margin:14px 0 0;
}

.logo {
	border-right:solid 1px #73afd5;
	height:93px;
	padding:7px 19px 0 0;
}

.back-header {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/header-back.jpg) repeat;
	min-width:1000px;
}

.back-header-second {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/back-heder-second.jpg) repeat;
	height:140px;
	position:absolute;
	width:50%;
	right:0;
}

.header .description {
	font:12px/20.5px Tahoma;
	margin:0 0 0 20px;
}

.header .description ul {
	list-style-image:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/li.png);
	margin:1px 0 0 12px;
}

.header .description ul li {
	color:#5a5a5a;
	padding:0 0 0 8px;
}

.blue-color {
	color:#1170bb;
	font-size:16px;
}

.header-block .telephone {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/icon-phone.png) 0 7px no-repeat;
	color:#313232;
	display:block;
	font-size:17px;
	margin:0 0 2px;
	padding:0 0 0 28px;
	text-decoration:none;
}

.header-block .mail {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/icon-mail.png) 0 5px no-repeat;
	color:#6d6d6d;
	font-size:14px;
	font-family:Tahoma;
	padding:0 0 0 28px;
    float: left;
}

.bluebutton {
	background:#1171bb;
	border:none;
	border-bottom:2px solid #024274;
	border-radius:5px;
	color:#fff;
	cursor:pointer;
	display:block;
	font-size:14px;
	height:38px;
	line-height:36px;
	padding:0 20px;
	text-decoration:none;
font-family: 'Open Sans',Arial;
}

.header .bluebutton {
	margin:17px 20px 0 !important;
}

.bluebutton:hover {
	opacity:0.7 !important;
}

.bluebutton:active {
	background:#024274 !important;
	border-top:solid 2px #052e4f !important;
	height:36px !important;
	line-height:35px !important;
	opacity:1 !important;
}

.phone-mail {
	/* margin:50px 20px 0 0; */
}

.blue-input {
	border:solid 1px #73afd5 !important;
	border-radius:4px !important;
	color:#828282 !important;
	font-size:13px !important;
	height:28px !important;
	line-height:28px !important;
	padding:0 50px 0 20px !important;
	width:180px !important;
    margin-top: 7px;
}

.blue-input:focus {
	border:solid 1px #1171bb !important;
}

.header .search {
	margin:22px 0 0;
	position:relative;
}

.loupe {
	background:none;
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/icon-search.png) no-repeat;
	border:none;
	cursor:pointer;
	height:16px;
	position:absolute;
	right:20px;
	top:15px;
	width:16px;
}

.loupe:hover {
	opacity:.8;
}

.loupe:active {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/loupe-active.png) no-repeat;
}

/* menu */
.menu {
	background:#152a3a;
	min-width:1000px;
	height:50px;
}

.menu .parent > li {
	border-right:solid 1px #384a57;
	display:inline-block;
	height:35px;
	line-height:48px;
	margin:8px 0 0;
	position:relative;
}

.menu li:last-child {
	border-right:none;
}

.menu li > a {
font-family: 'Open Sans',Arial;
	color:#fefefe;
	display:block;
	height:50px;
	font-size:13px;
	margin:-8px 0 0;
	padding:0 10px;
	text-decoration:none;
	text-transform:uppercase;
}

.menu .parent > li a:hover,.menu .root-item-selected,.menu .parent-selected,.menu .item-selected {
	opacity:1;
	text-decoration:underline;
}

.menu ul.parent li ul {
	background:#152a3a;
	display:none;
	min-width:255px;
	padding:10px 23px;
	position:absolute;
	top:42px;
	z-index:100;
}

.menu ul.parent li:hover ul {
	display:block;
}

.menu ul.parent li ul a {
	display:inline;
	opacity:.5;
	padding:0;
}

.menu ul.parent li ul a:hover {
	opacity:1;
	text-decoration:underline;
}

.menu ul.parent li ul li {
	border-right:none;
	line-height:18px;
	list-style:none;
	margin:8px 0;
}

ul.outside,
ul.outside ul {
	list-style-position: outside; 
	margin-left: 20px;
	/*list-style: none;*/
	color: #1171bb;
}
ul.outside span {
	color: #3e3d3d;
}
ul.outside span.blue {
	color: #3e3d3d;
}
ul.outside li {
	margin-bottom: 12px;
	margin-top: 12px;
	padding-left: 5px;
   	line-height: 26px;
}
ul.outside ul {
	list-style-type:square;
}
/*
ul.outside li:before {
    content: "• ";
    color: #1171bb; 
    font-size: 20px;
	position: relative;
	top: 2px;
}

ul.outside li ul li:before {
    content: "• ";
    color: #1171bb; 
    font-size: 20px;
position: relative;
top: 2px;
}*/

ul.outside-m,
ul.outside-m ul {
	list-style-position: outside; 
	margin-left: 20px;

	line-height:24px;
	/*list-style: none;*/
	color: #1171bb;
}

ul.outside-m span {
	color: #3e3d3d;
	font-size:13px!important;
}


/* footer */
.footer {
	background:#ebf1f5;
	min-width:1000px;
	padding:39px 0;
}

.footer .address {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/footer-map.png) 0 4px no-repeat;
	color:#5a5a5a;
	font-size:12px;
	line-height:20px;
	padding:0 0 0 40px;
	width:230px;
}

/* search */
.footer .search {
	margin:10px 0 0 37px;
	position:relative;
}

.gray-input {
	border:solid 1px #cacaca;
	border-radius:4px;
	color:#828282;
	font-size:12px;
	height:38px;
	line-height:38px;
	padding:0 50px 0 20px;
	width:210px;
}

.gray-input:focus {
	border:solid 1px #828282;
}


.pers_acc {
/*	padding-right: 20px !important; */
}

.personal_account {
   font-size: 14px !important;
   color: #3573b8 !important;
   text-decoration: none !important;
   border-bottom: #3573b8 1px dashed !important;
float: right;
}

.footer .loupe {
	top:12px;
}

/* end search */
.footer .telephone {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/icon-blue-phone.png) 0 0px no-repeat !important;
	color:#313232;
	display:inline-block;
	font-size:14px;
	margin:0 0 2px;
	padding:0 0 0 28px;
	text-decoration:none;
}

.footer .mail {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/icon-blue-mail.png) 2px 4px no-repeat !important;
	color:#5a5a5a;
	font-size:12px;
	padding:0 0 0 28px;
}

.footer-phone-mail {
	margin:0 0 0 39px;
	width:160px;
}

.blue-border {
    background: none;
    border: solid 2px #1171bb;
    border-radius: 5px;
    color: #1171bb;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    text-decoration: none;
    margin-top: 10px;
}

.blue-border:hover {
	background:#73afd4;
	border:solid 2px #73afd4;
	color:#fff;
}

.blue-border:active {
	background:#1171bb;
	border:solid 2px #1171bb;
	color:#fff;
	line-height:38px;
}

.footer .line {
	background:#808d97;
	height:1px;
}

.footer-top {
	padding:0 0 38px;
}

.footer-bottom {
	padding:19px 0 0;
}

/* useful-links */
.useful-links a,.useful-links span {
	display:inline-block;
}

.useful-links a {
	color:#152a3a;
	font-size:12px;
	font-weight:600;
	margin-left:29px;
	text-decoration:none;
}

.useful-links a:hover {
	text-decoration:underline;
}

.useful-links a:first-child {
	margin-left:40px;
}

/* end useful-links */
.footer .copyright {
	text-align:center;
	margin:15px 0 0;
        font-size: 12px;
}

.footer .copyright .reaspekt {
	margin:0 40px 0 205px;
}

.copyright span {
	color:#5a5a5a;
	font-size:11px;
	margin:14px 0 0;
}

.copyright .left {
	display:block;
}

/* body */
.body {
	padding:32px 0 0;
}

.workarea {
	width:676px;
}

.left-column {
	margin:8px 40px 0 0;
	width:278px;
   	padding:0 0 40px;
}

.content h4 {
	color:#1171bb;
	font-size:26px;
	font-weight:700;
	margin:5px 0 12px;
	text-align:center;
}

/* left menu */
.left-menu {
	background:#f8f8f8;
	border-radius:5px;
}
.left-menu li {
	list-style: none;
}

.left-menu a,
.left-menu li.separator span {
    font-family: 'Open Sans',Arial !important;
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 19px no-repeat !important;
	color:#3e3d3d;
	font-size:14px;
	display:block;
	font-weight:600;
	padding:10px 30px;
	text-decoration:none;
}

ul.root-item {
	margin: 0 15px;
}
.left-menu a:hover,.left-menu a.selected {
	background:#ebf1f5 url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 19px no-repeat;
	color:#1171bb;
}

.left-column a:first-child {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 16px no-repeat;
	border-radius:5px 5px 0 0;
	padding-top:15px;
}

.left-column a:first-child:hover {
background:#ebf1f5 url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 23px no-repeat;
}

.left-column a:last-child {
	border-radius:0 0 5px 5px;
	padding-bottom:15px;
}


.left-column ul li a {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 19px no-repeat !important;
	padding:10px 30px !important;
}
.left-column ul li:first-child a {
 	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 23px no-repeat !important;
	padding-top:15px !important;
}
.left-column ul li:last-child a {
	padding-bottom:15px !important;
}
.left-column ul li a:hover {
	background:#ebf1f5 url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 19px no-repeat !important;
}
.left-column ul li:first-child a:hover {
	background:#ebf1f5 url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 23px no-repeat !important; 
	padding-top:15px !important;
}
.left-menu ul > li > a.root-item-selected {
	background:#ebf1f5 url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 19px no-repeat !important;
	color:#1171bb;
}
.left-menu a.root-item-selected {
		background:#ebf1f5 url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 19px no-repeat !important;
	color:#1171bb;
}
.left-column ul li a.item-selected {
	background:#ebf1f5 url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 18px no-repeat !important;
	color:#1171bb;
        border-radius:  5px 5px; 
}

.left-column ul li:first-child  a.item-selected {
	background:#ebf1f5 url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 18px 23px no-repeat !important;
}

/* end left menu */
/* workarea */
.workarea h1 {
	color:#3e3d3d;
	font-size:28px;
	font-weight:600;
	margin:0 0 20px;
}

.workarea p {
font-family: 'Open Sans',Arial !important;
	color:#3e3d3d !important;
	font-size:14px !important;
	line-height:26px !important;
	margin:0 0 12px !important;
/*text-align: justify !important; */
}

.header_404{
	font-size: 52px !important;
	text-align: center;
	font-weight: bold !important;
	color: #3573b8 !important;
	line-height: 26px !important;
	margin: 50px 0px 50px !important;
}

.desc_404{
 font-size: 16px !important;
 text-align: center;
}

.names_software_product {
	display: block;
	margin: 30px auto 30px;
	text-align: center;
}

.names_software_product a {
    font-size: 18px !important;
	margin: 0px 30px 0px 0px !important;
}

h2 {
	color:#1171bb;
	font-size:18px;
	font-weight:700;
	margin:20px 0 30px;
}

.pdf-font {
	font-family:'Conv_PFDinTextCondPro-Regular';
}

.blue-title {
	background:#3e5567;
	color:#fff;
	font-size:20px;
	font-weight:700;
	margin:10px 0 30px;
	padding:6px;
	text-align:center;
}

.green-button {
	background:#00bb8e;
	border:none;
	border-radius:5px;
	border-bottom:solid 2px #159c84;
	border-top:solid 2px #00bb8e;
	color:#fff;
	cursor:pointer;
	display:block;
	font-size:18px;
	height:46px;
	line-height:44px;
	padding:0 30px;
	text-decoration:none;
}

.green-button:hover {
	background:#159c84;
	border:solid 1px #00bb8e;
	height:48px;
	line-height:46px;
	padding:0 29px;
}

.green-button:active {
	background:#0c7d69;
	border:none;
	border-top:solid 2px #045d4d;
	height:48px;
	line-height:46px;
}

ul.green-li {
	width:545px;
	margin:20px 0 0;
}

ul.green-li li {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-menu-li.png) 0 7px no-repeat;
	font:14px 'Myriad Pro';
	list-style:none;
	margin:0 0 15px;
	padding:0 0 0 16px;
}

.inner-li {
	list-style:none;
	list-style-image:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/inner-li.png);
	padding:0 0 0 40px;
}

.inner-li li {
	color:#777;
	margin:0 0 5px;
	padding:0 0 0 7px;
}

/* chart */
.chart {
	margin:20px 0;
}

.chart-1 {
	margin:20px 0;
}

.circle-chart {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/chart.jpg) no-repeat;
	height:591px;
	margin:0 0 40px;
	position:relative;
	width:589px;
}

.circle-chart-1 {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/circle-4.jpg) no-repeat;
	height:599px;
	margin:0 0 40px;
	position:relative;
	width:596px;
}

.inner {
	margin:30px auto;
	text-align:center;
}

.inner p {
	text-align:left;
}

.circle-chart {
	display:inline-block;
}

.circle-chart-1 {
	display:inline-block;
}

.circle-chart .value {
	position:absolute;
	font-size:14px;
	line-height:20px;
	word-wrap:break-word;
}

.circle-chart-1 .value {
	position:absolute;
	font-size:14px;
	line-height:20px;
	word-wrap:break-word;
}

.circle-chart .block-1 {
	color:#fff;
	left:152px;
	text-align:left;
	top:92px;
	width:135px;
}


.circle-chart-1 .block-1 {
	color:#fff;
	left:205px;
	text-align:left;
	top:92px;
	width:150px;
}

.circle-chart .block-2 {
	color:#fff;
	left:325px;
	text-align:left;
	top:73px;
	width:135px;
}

.circle-chart-1 .block-2 {
	color:#fff;
	    left: 415px;
	    text-align: left;
	    top: 205px;
	    width: 135px;
	}
.circle-chart .block-3 {
	color:#fff;
	left:404px;
	text-align:left;
	top:241px;
	width:150px;
}
.circle-chart-1 .block-3 {
	color:#fff;
left: 320px;
    text-align: left;
    top: 441px;
    width: 150px;
}


.circle-chart .block-4 {
	color:#444;
	left:380px;
	text-align:left;
	top:385px;
	width:150px;
}
.circle-chart-1 .block-4 {
    color: #444;
    left: 95px;
    text-align: left;
    top: 359px;
    width: 150px;
}
.circle-chart .block-5 {
	color:#444;
	left:221px;
	text-align:left;
	top:461px;
	width:118px;
}

.circle-chart .block-6 {
	color:#fff;
	left:74px;
	text-align:left;
	top:300px;
	width:118px;
}

.circle-chart .numbers {
	font-size:44px;
	position:absolute;
	text-align:left;
}

.circle-chart .number-1 {
	color:#fff;
	left:253px;
	top:190px;
	width:118px;
}
.circle-chart-1 .number-1 {
	color:#fff;
	left:273px;
	top:190px;
	width:118px;
}
.circle-chart .number-2 {
	color:#fff;
	left:328px;
	top:190px;
	width:118px;
}
.circle-chart-1 .number-2 {
	color:#fff;
    left: 368px;
    top: 240px;
    width: 118px;
}

.circle-chart .number-3 {
	color:#fff;
	left:372px;
	top:262px;
	width:118px;
}
.circle-chart-1 .number-3 {
    color: #fff;
    left: 325px;
    top: 360px;
    width: 118px;
}
.circle-chart .number-4 {
	color:#444;
	left:349px;
	top:340px;
	width:118px;
}
.circle-chart-1 .number-4 {
    color: #444;
    left: 215px;
    top: 315px;
    width: 118px;
}

.circle-chart .number-5 {
	color:#444;
	left:275px;
	top:370px;
	width:118px;
}
.circle-chart .number-6 {
	color:#fff;
	left:215px;
	top:293px;
	width:118px;
}

/* end chart */
/* solution */
.homnet {
	background:linear-gradient(to left,#f6f9fb,#fff);
	border:solid 1px #e6e6e6;
	border-radius:6px;
	margin:35px 0;
	padding:27px 40px 25px 0;
}

.homnet .description {
	width:260px;
}

.homnet .description p {
	color:#777;
	font-size:13px;
	line-height:22px;
	margin:10px 0 30px;
}

.homnet-img {
	width:370px;
}

.homnet .big {
	color:#3e3d3d;
	font-size:18px;
	font-weight:700;
}

/* end solution */
/* services */
.services {
	margin:30px 0 40px;
}

.frame ul {
	list-style:none;
}

.frame .title {
	color:#1171bb;
	font-size:18px;
	font-weight:700;
	margin:0 0 15px;
	width:280px;
}

.frame ul li {
	float:left;
	height:455px;
	width:300px;
}

.frame li.line {
	background:#73afd5;
	height:455px;
	width:1px;
	margin:0 39px;
}

.frame p {
	color:#6d6d6d;
	line-height:24px;
	margin:0 0 15px;
}

.frame .green-link {
	color:#01a880;
}

.frame .icons {
	margin-top:20px;
}

.frame .icons p {
	font-weight:600;
	min-height:47px;
}

.frame .icons .icon {
	margin:0 30px 0 0;
	text-align:center;
	width:80px;
}

.frame .icons .icon span {
	font-size:13px;
	display:inline-block;
	width:85px;
}

.icons-block {
	margin:20px 0 0;
}

.icons-block .icon img {
	margin:0 0 8px;
}

.scrollbar {
	background:#ebebeb;
	border-top:solid 2px #d3d3d3;
	border-radius:10px;
	height:14px;
	margin:20px 0 0;
	position:relative;
	width:635px;
}

.scrollbar .handle {
	background:#00bb8e;
	border-bottom:solid 2px #159c84;
	border-radius:10px;
	box-shadow:0 -1px 1px 0 #59d2b5;
	cursor:pointer;
	height:13px;
	position:absolute;
	top:-1px;
}

.services .left-trangle {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/left-trangle.png);
	cursor:pointer;
	height:8px;
	margin:23px 12px 0 0;
	width:7px;
}

.services .right-trangle {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/right-trangle.png);
	cursor:pointer;
	height:8px;
	margin:23px 0 0 12px;
	width:7px;
}

/* end services */
/* form */
.form {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/blueground.jpg) repeat;
	margin:0;
	min-width:1000px;
	/*padding:35px 0;*/
	padding-top: 35px;
    padding-bottom: 5px;
	position:relative;
}

.form .content {
	position:relative;
}

.form .opacity-arrow-right {
	background:#000 url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/opacity-arrow.png) repeat scroll 0 0;
	height:358px;
	position:absolute;
	right:430px;
	top:-34px;
	width:94px;
}

.form .opacity-arrow {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/blue-back.png) repeat;
	height:358px;
	position:absolute;
	right:524px;
	top:-34px;
	width:100%;
	z-index:2;
}

.form .description {
	color:#fff;
	font-size:17px;
	line-height:30px;
	margin:65px 0 0;
	position:relative;
	width:329px;
	z-index:10;
}

.form .description2 {
    color: #fff;
    font-size: 12px;
    line-height: 1.11;
    margin: 65px 0 0;
    position: relative;
    width: 329px;
    z-index: 10;
}

.form1 .description2 {
    color: #fff;
    font-size: 12px;
    line-height: 1.11;
    margin: 65px 0 0;
    position: relative;
    width: 329px;
    z-index: 10;
}

.description3 {
font-family: 'Open Sans',Arial;
    color: black;
    font-size: 10px;
    line-height: 20px;
    width: 180px;
	text-align: center;
}

.description4 {
    color: black;
    font-size: 10px;
    line-height: 20px;
    width: 180px;
	text-align: center;
}

.form .description2 a{
	text-decoration: underline;
}

.form1 .description2 a{
	text-decoration: underline;
}

.description3 a{
	text-decoration: underline;
}

.description4 a{
	text-decoration: underline;
}

.form .inputs {
	text-align:center;
	width:330px;
}

.form .title {
	color:#fff;
	font-size:28px;
	font-weight:700;
	margin:0 0 7px;
}

.form .inputs input[type="text"] {
	color:#828282;
	font-size:13px;
	height:28px;
	margin:20px 0 0;
	padding:0 18px;
	width:290px;
}

.form .call {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/clock.png) no-repeat scroll 58px 3px;
	color:#fff;
	display:block;
	font-size:14px;
	height:20px;
	padding:0 0 0 50px;
	margin:15px 0 20px;
}

.form .call .semibold {
	display:inline-block;
	font-size:16px;
}

.form .green-button {
	height:48px;
	width:329px;
}

/* end form */
/* price */
.price {
	margin:35px 0 20px;
}

.price .packets {
	margin:40px 0 30px;
	height:271px;
}

.price p {
	font-size:17px;
}

.price .packet {
	text-align:center;
}

.price .title {
	color:#1171bb;
	font-size:18px;
	font-weight:700;
	margin:0 0 30px;
}

.price .price-value {
	color:#3e3d3d;
	font-size:24px;
	font-weight:700;
	margin:30px 0 0;
}

.price .vertical-line {
	background:#e6e6e6;
	height:100%;
	margin:0 140px;
	width:1px;
}

.price .hrefs a {
	border:solid 2px #3e5567;
	border-radius:5px;
	color:#3e5567;
	display:inline-block;
	height:86px;
	line-height:86px;
	margin-right:41px;
	padding:0 10px 0 92px;
	text-decoration:none;
	width:371px;
}

.price .hrefs a:hover {
	border:solid 2px #00bb8e;
	color:#00bb8e;
}

.href-pdf {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/href-pdf.png) no-repeat 23px 19px;
}

.href-pdf:hover {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/href-pdf.png) no-repeat 23px -73px;
}

.href-price {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/href-price.png) no-repeat 23px 19px;
}

.href-price:hover {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/href-price.png) no-repeat 23px -59px;
}

/* end price */
/* advantages */
.advantages {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/advantages.png);
	border-top:solid 1px #e6e6e6;
	margin:20px 0;
	padding:38px 0;
}

.advantages .title {
	color:#1171bb;
	font-size:17px;
	font-weight:700;
	max-width:400px;
}

.advantages .first {
	border-right:solid 1px #ddd;
	margin-right:1px;
	min-height:380px;
	padding:0 19px 0 0;
	width:478px;
}

.advantages .second {
	border-left:solid 1px #fff;
	min-height:380px;
	padding:0 0 0 38px;
	width:462px;
}

.advantages .table {
	margin:33px 0 0;
}

.advantages .description {
	max-width:346px;
}

.advantages .description,.advantages .description a,.advantages .description p .advantages .description span {
	color:#6d6d6d;
	font-size:13px;
	line-height:24px;
}

.advantages .table .img {
	margin-right:30px;
	padding-top:4px;
}

/* end advantages */
/* green line */
.green-line {
	background:#00bb8e;
	color:#fff;
	height:88px;
	line-height:88px;
}

.green-line a {
	color:#fff;
}

.green-line a strong {
	font-weight:700;
	text-transform:uppercase;
}

.green-line .phone {
	margin:0 0 0 168px;
}

.green-line .phone font {
	font-size:16px;
	margin-left:10px;
}

.green-line a {
	margin:0 0 0 40px;
}

/* end green line */
/* portfolio */
.portfolio {
	background:#162e3f;
	margin:1px 0 0;
	padding:36px 0;
}

.portfolio h4 {
	color:#fff;
}

.portfolio .description {
	color:#00bb8e;
	font-size:17px;
	text-align:center;
	width:755px;
	margin:0 auto;
}

.skins {
	margin:0 0 0 36px;
	width:920px;
}

.skins ul {
	margin:40px 0 0;
}

.skins ul li {
	background:#fff;
	border-radius:7px;
	display:inline-block;
	float:left;
	margin-right:39px;
	padding:20px;
	width:400px;
}

.skins .img {
	display:table;
	margin:0 20px 0 0;
}

.skins .image {
	border:solid 1px #ccc;
	border-radius:5px;
	display:table-cell;
	height:84px;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	width:84px;
}

.skins .title {
	color:#3e3d3d;
	font-size:18px;
	font-weight:700;
	margin:0 0 12px;
}

.skins .text {
	font-size:13px;
	line-height:20px;
	max-width:273px;
}

.skins .text p {
	height:144px;
	overflow:hidden;
}

.skins .inner-slider {
	height:172px;
	overflow:hidden;
}

.light-green-button {
	background:#fff;
	border:solid 2px #00bb8e;
	border-radius:4px;
	color:#00bb8e;
	cursor:pointer;
	display:block;
	font-size:16px;
	height:38px;
	line-height:38px;
	margin:13px 0 0;
	text-align:center;
	text-decoration:none;
	width:270px;
}

.light-green-button:hover {
	background:#00bb8e;
	color:#fff;
}

.light-green-button:active {
	background:#0c7d69;
	border:solid 2px #0c7d69;
	color:#fff;
	line-height:40px;
}

.skins-block {
	position:relative;
}

.skins-block .prev {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/arrows.png) no-repeat;
	cursor:pointer;
	height:40px;
	left:0;
	position:absolute;
	top:150px;
	width:20px;
}

.skins-block .prev:hover {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/arrows.png) 0 40px;
}

.skins-block .next {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/arrows.png) 20px 0;
	cursor:pointer;
	height:40px;
	right:0;
	position:absolute;
	top:150px;
	width:20px;
}

.skins-block .next:hover {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/arrows.png) 20px 40px;
}

.skins-block .next {
}

/* end portfolio */

.portfolio1 {
 background:#162e3f;
 margin:1px 0 0;
 padding:36px 0;
}


/* result */
.result {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/result.jpg);
	padding:40px 0;
	text-align:center;
}

.result .content {
	text-align:center;
}

.result .figure {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/figure.png);
	display:inline-block;
	height:669px;
	position:relative;
	width:691px;
}

.result .managament-figure {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/managament-figure.png);
	display:inline-block;
	height:671px;
	position:relative;
	width:691px;
}

.result .value-center {
	position:absolute;
	left:263px;
	position:absolute;
	top:290px;
	width:200px;
}

.result .value-center .title {
	color:#1171bb;
	font-size:26px;
	font-weight:700;
}

.result .value-center p {
	font-size:13px;
}

.result .value1 {
	color:#fff;
	font-weight:700;
	left:224px;
	position:absolute;
	text-align:left;
	top:96px;
	width:130px;
}

.result .value2 {
	color:#fff;
	left:404px;
	position:absolute;
	text-align:left;
	top:96px;
	width:130px;
}

.result .value3 {
	color:#fff;
	left:527px;
	position:absolute;
	text-align:left;
	top:230px;
	width:130px;
}

.result .value4 {
	color:#444;
	left:458px;
	position:absolute;
	text-align:left;
	top:451px;
	width:155px;
}

.result .value5 {
	color:#444;
	left:226px;
	position:absolute;
	text-align:left;
	top:498px;
	width:155px;
}

.result .value6 {
	color:#fff;
	left:75px;
	position:absolute;
	text-align:left;
	top:269px;
	width:155px;
}

.numbers {
	font-size:44px;
	position:absolute;
	text-align:left;
}

.number1 {
	color:#fff;
	left:520px;
	top:145px;
}

.number2 {
	color:#fff;
	left:573px;
	top:368px;
}

.number3 {
	color:#444;
	left:410px;
	top:522px;
}

.number4 {
	color:#444;
	left:189px;
	top:477px;
}

.number5 {
	color:#fff;
	left:131px;
	top:203px;
}

.managament-figure .value {
	font-size:13px;
}

.managament-figure .numbers {
	font-size:40px;
}

.managament-figure .value1 {
	color:#fff;
	font-weight:700;
	left:224px;
	position:absolute;
	text-align:left;
	top:76px;
	width:102px;
}

.managament-figure .value2 {
	color:#fff;
	font-weight:400;
	left:385px;
	position:absolute;
	text-align:left;
	top:76px;
	width:125px;
}

.managament-figure .number1 {
	color:#fff;
	left:508px;
	top:155px;
}

.managament-figure .value3 {
	color:#fff;
	left:503px;
	position:absolute;
	text-align:left;
	top:234px;
	width:165px;
}

.managament-figure .number2 {
	color:#fff;
	left:575px;
	top:329px;
}

.managament-figure .value4 {
	color:#444;
	left:490px;
	position:absolute;
	text-align:left;
	top:417px;
	width:155px;
}

.managament-figure .number3 {
	color:#444;
	left:457px;
	top:487px;
}

.managament-figure .value5 {
	color:#444;
	left:325px;
	position:absolute;
	text-align:left;
	top:505px;
	width:136px;
}

.managament-figure .number4 {
	color:#444;
	left:284px;
	top:523px;
}

.managament-figure .value6 {
	color:#444;
	left:112px;
	position:absolute;
	text-align:left;
	top:434px;
	width:160px;
}

.managament-figure .number5 {
	color:#444;
	left:143px;
	top:385px;
}

.managament-figure .value7 {
	color:#fff;
	left:87px;
	position:absolute;
	text-align:left;
	top:265px;
	width:120px;
}

.managament-figure .number6 {
	color:#fff;
	left:129px;
	top:201px;
}

/* end result */
.nomargin {
	margin-right:0!important;
}

#resetbutton {
	position:absolute;
	left:-9999px;
}

.call-order {
	height:auto!important;
	width:274px;
}
.description3 {
margin:20px auto!important;
width: 270px!important;
}
.description4 {
margin-top:20px!important;
width: 180px!important;
}
.call-order input[type="text"] {
	border:solid 1px #1171bb;
	border-radius:4px;
	height:28px;
	margin:0 0 23px;
	padding:0 20px;
	width:227px;
}

.call-order input[type="text"]:focus {
	border:solid 1px #024274;
}

.call-order .description {
font-family: 'Open Sans',Arial;
	color:#3e3d3d;
	font-size:13px;
	margin:6px 0 25px;
	text-align:center;
}

.call-order .title {
font-family: 'Open Sans',Arial;
	color:#1171bb;
	font-size:24px;
	font-weight:700;
	text-align:center;
}

.call-order .bluebutton {
	background:#1171bb;
	border-radius:4px;
	border-top:solid 2px #1d8add;
	border-bottom:solid 2px #03528f;
	height:38px;
	line-height:34px;
	text-align:center;
	width:268px;
}

.call-order .bluebutton:hover {
	background:#73afd5;
	border-top:solid 2px #9fcff5;
}

.call-order .bluebutton:active {
	background:#1171bb;
	border-top:solid 2px #075089;
	border-bottom:solid 2px #075089;
	line-height:37px;
}

.fancybox-bg {
	background:transparent!important;
}

.call-order .sussess,.call-order .errors {
	bottom:0;
	font-size:13px;
	position:absolute;
}

.call-order .sussess {
	color:green;
}

.call-order .errors {
	color:red;
}

/* tabs */
.tabs-block {
	margin:22px 0 40px;
}

.tabs-block .tabs-content {
	border-bottom:solid 1px #e7e7e7;
	border-left:solid 1px #e7e7e7;
	border-radius:0 0 10px 10px;
	border-right:solid 1px #e7e7e7;
	box-shadow:0 0 6px 0 #e7e7e7;
	border-top:solid 2px #00936f;
	padding:30px 40px 40px;
}

.tabs-block .tabs {
	display:table;
	width:100%;
}

.tabs-block .tab {
	background:#e9eff2;
	border:solid 1px #e6e6e6;
	border-bottom:none;
	border-radius:8px 8px 0 0;
	box-shadow:0 1px 6px 0 #e7e7e7;
	color:#3e3e3e;
	cursor:pointer;
	display:table-cell;
	font-size:13px;
	height:38px;
	position:relative;
	text-align:center;
	vertical-align:middle;
}

.tabs-block .active {
	background:#00b186;
	border:none;
	border-top:solid 3px #3ac3a2;
	border-radius:8px 8px 0 0;
	color:#fff;
}

.tabs-block .separator {
	display:table-cell;
	width:2px;
}

.tabs-block .top-line {
	background:#f6f9fa;
	height:2px;
	position:absolute;
	top:0;
	width:100%;
}

.tabs-block .active .top-line {
	background:transparent;
}

.hide-tab {
	display:none;
}

.tabs-content h2 {
	font-size:16px;
	font-weight:600;
	margin:5px 0 20px;
}

.tabs-content h3 {
	color:#545353;
	font-size:16px;
	margin:5px 0 15px;
}

.tabs-content p {
	color:#616161;
}

table.nfo {
	margin: 0 auto 40px;
}

table.nfo th {
	text-align: left !important;
}

table.nfo th:first-child, 
table.nfo th:last-child {
	padding: 0 40px;
}

table.nfo tr {
	border-bottom: solid 1px #dce5e9;
}

table.nfo td {

}
table.nfo td:first-child, 
table.nfo td:last-child {
	padding: 30px 40px 40px;
	vertical-align:top;
}

/*
table.nfo td:first-child {
	border-right: solid 1px #f7f9fa;
}

table.nfo td:last-child {
	border-left: solid 1px #dce5e9;
}
*/
table.nfo td,
table.nfo td p {
	color: #616161;
	font-size: 13px;
	line-height: 22px;
}

table.nfo td p {
	margin: 10px 0 0;
	padding: 0;
}

table.nfo td ul {
        margin: 10px 0 0 18px;
}

table.nfo td ul li {
	list-style-position: outside;
}

.comparison {
	margin:0 0 -40px -40px;
	width:674px;
}

.comparison tr {
	background:#f1f5f7;
}

.comparison tr:first-child {
	background:#00bb8e;
	color:#fff;
	height:48px;
	width:100%;
}

.comparison tr:first-child th {
	vertical-align:middle;
	text-align:center;
}

.comparison tr:first-child th:first-child {
	border-right:solid 1px #19aa87;
	width:335px;
}

.comparison tr:first-child th:last-child {
	border-left:solid 1px #1dc39b;
	width:335px;
}

.comparison tr:last-child td {
	vertical-align:top;
}

.comparison .separator {
	background:#3acaa8;
	width:1px;
}

.comparison .list {
	padding:40px;
}

.comparison .item {
	margin:0 0 20px;
}

.comparison .sep {
	border-right:solid 1px #f7f9fa;
	border-left:solid 1px #dce5e9;
}

.comparison .number {
	color:#616161;
	font-size:13px;
	font-weight:700;
	margin:0 5px 0 0;
	width:15px;
}

.comparison .text {
	color:#616161;
	font-size:13px;
	line-height:22px;
	margin:-2px 0 0;
	width:234px;
}

.mincontent {
	font-size:13px!important;
	line-height:24px;
}

.bl-1 {
	margin:11px 0 0!important;
}

.gear {
	margin:0 35px 0 0;
}

.tabs-content .line {
	background:#ccc;
	height:1px;
	margin:30px 0;
}

.tabs-content .advantages-tabs {
	text-align:center;
}

.free-inline.advantages-tabs {
	text-align: center;
	border-bottom: solid 1px #e7e7e7;
	border-left: solid 1px #e7e7e7;
	border-radius: 0 0 10px 10px;
	border-right: solid 1px #e7e7e7;
	box-shadow: 0 0 6px 0 #e7e7e7;
	/* border-top: solid 2px #00936f; */
	padding: 30px 40px 10px;
	margin-bottom:50px;
	margin-top:40px;
}

.free-inline.advantages-tabs h2 {
	margin: 0px 0 20px;
	font-size: 16px;
    	font-weight: 600;
}

.advantages-tabs .flex-wrapper .aside {
	padding: 10px 20px;
   	text-align: center;
}

.free-inline.advantages-tabs .flex-wrapper .aside {
	padding: 10px 20px;
   	text-align: center;
}


.advantages-tabs .advantage {
	margin:0 27px 30px 0;
	width:180px;
}

.advantages-tabs .advantage h6 {
	color:#1171bb;
	font-size:13px;
	margin:10px 0;
}

.advantages-tabs .advantage p {
	font-size:12px;
	line-height:18px;
}

.advantages-tabs .dotted {
	background:url(/upload/dotted.jpg);
	height:5px;
	margin:73px -40px 0;
	width:67px;
}
.make-center {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 30px
}

.make-center.two-elements {
	width: 70%;
	margin: 0 auto;
}


.advantages-tabs .make-center .advantage {
	margin:0;
}

.advantages-tabs .make-center .dotted {
	background: url(/upload/dotted.jpg);
	height: 5px;
	margin: 0 ;
	width: 67px;
	position: relative;
	top: 73px;
	left: 5px;
}
.advantages-tabs .make-center .dotted-1 {
	background: url(/upload/dotted.jpg);
	height: 5px;
	margin: 0 ;
	width: 67px;
	position: relative;
	top: 73px;
	left: 0px;
}

.col2 td {
	vertical-align:middle;
}

.col2 td:first-child {
	padding-right:45px;
}

.mincontent b {
	display:inline-block;
	margin-bottom:10px;
}

.options .line {
	background:#e0e9ed;
}

.reasons {
	background:url(/upload/reasons.jpg) no-repeat;
	height:362px;
	position:relative;
}

.reasons .reason-text {
	color:#1171bb;
	font-size:18px;
	line-height:30px;
	position:absolute;
	top:122px;
	width:135px;
}

.reasons p {
	color:#7e7e7e;
	font-size:13px;
	line-height:18px;
	position:absolute;
}

.reasons .reason-1 {
	left:275px;
	top:-4px;
	width:315px;
}

.reasons .reason-2 {
	left:320px;
	top:68px;
	width:290px;
}

.reasons .reason-3 {
	left:345px;
	top:156px;
	width:225px;
}

.reasons .reason-3 {
	left:345px;
	top:156px;
	width:225px;
}

.reasons .reason-4 {
	left:320px;
	top:230px;
	width:295px;
}

.reasons .reason-5 {
	left:275px;
	top:308px;
	width:320px;
}

.reasons-sla {
	background:url(/upload/homnet_reasons.png) no-repeat;
	height:563px;
	position:relative;
}

.reasons-sla .reason-text.semibold {
	color: #1171bb;
	font-size: 18px;
	line-height: 30px;
	position: absolute;
	top: 219px;
	width: 135px;
}

.reasons-sla p {
	color:#7e7e7e;
	font-size:13px;
	line-height:18px;
	position:absolute;
}

.reasons-sla .reason-1 {
	left: 275px;
	top: 18px;
	width: 315px;
}

.reasons-sla .reason-2 {
	left: 296px;
	top: 96px;
	width: 290px;
}

.reasons-sla .reason-3 {
	left: 314px;
	top: 176px;
	width: 275px;
}

.reasons-sla .reason-4 {
	left: 320px;
	top: 254px;
	width: 370px;
}

.reasons-sla .reason-5 {
	left: 315px;
	top: 330px;
	width: 320px;
}

.reasons-sla .reason-6 {
	left: 296px;
	top: 412px;
	width: 350px;
}

.reasons-sla .reason-7 {
	left: 256px;
	top: 489px;
	width: 320px;
}



.inner-tabs .green-line {
	line-height:26px;
	margin-left:-40px;
	width:674px;
}

.inner-tabs .green-line a {
	display:block;
	height:71px;
	padding:16px 0 0;
	width:330px;
}

.inner-tabs .green-line .phone {
	margin:15px 40px 0 0;
}

.inner-tabs .green-line .phone font {
	margin:0;
}

table.price-list {
	border-collapse:collapse;
	width:100%;
}

table.price-list th {
	color:#404040;
	font-size:11px;
	font-weight:400;
	text-align:center;
	vertical-align:top;
	width:20%;
}

table.price-list span {
	color:#a0a0a0;
	font-size:11px;
}

table.price-list td {
	border:solid 1px #fff;
	font-size:11px;
	height:44px;
	text-align:center;
	vertical-align:middle;
}

table.price-list tr:nth-child(2n+1) td {
	background:#e0e9ed;
}

table.price-list tr:nth-child(2n) td {
	background:#f1f5f7;
}

table.price-list tr:nth-child(2) {
	height:42px;
}

.metho-model .global {
	background:#fff url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/download.jpg) 104px 11px no-repeat;
	border:solid 2px #3e5567;
	border-radius:5px;
	color:#3e5567;
	display:block;
	height:48px;
	line-height:48px;
	margin:0 0 20px;
	padding:0 0 0 42px;
	text-align:center;
	text-decoration:none;
}

.metho-model .global:hover {
	background:#fff url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/download.jpg) 104px -39px no-repeat;
	border:solid 2px #00bb8e;
	color:#00bb8e;
}

.metho-model .steps {
	position:relative;
	margin:40px 0;
}

.metho-model .dotted {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/dotted-green.jpg) repeat;
	height:86%;
	left:16px;
	position:absolute;
	top:65px;
	width:4px;
}

.metho-model .step-content {
	position:relative;
	width:677px;
	z-index:25;
}

.metho-model .circle {
	background:url(/bitrix/templates/homnet_consulting_nfo_copy_copy/img/r-arrow.png) 0 47px no-repeat;
	color:#09bd92;
	font-size:16px;
	height:135px;
	line-height:133px;
	padding:0 0 0 14px;
	width:68px;
}

.metho-model .image {
	height:135px;
	margin:0 30px 0 17px;
	width:135px;
}

.metho-model .text {
	width:408px;
}

.metho-model h5 {
	font-size:14px;
	line-height:26px;
	margin:0 0 8px;
}

.metho-model p,.metho-model li {
	font-size:13px;
	line-height:26px;
}

.metho-model .dotted-g {
	background:url(/upload/g-dotted.png) repeat;
	height:2px;
	margin:30px 0;
	position:relative;
	right:-42px;
	width:634px;
}

.time-and-cost {
	margin:40px 0;
}

.time-and-cost .item {
	display:inline-block;
	margin:0 45px 0 0;
	width:449px;
}

.time-and-cost .first {
	border-right:solid 1px #e6e6e6;
	padding:0 49px 0 0;
}

.time-and-cost .title {
	color:#1171bb;
	font-size:24px;
	font-weight:700;
	line-height:30px;
	margin:40px 0 0;
	width:180px;
}

.time-and-cost .title a {
	color:#00bb8e;
	display:inline-block;
	font-size:14px;
	line-height:18px;
	margin:13px 0 0;
}

.time-and-cost .description {
	background:url(/upload/cost-and-time.png);
	height:184px;
	width:184px;
}

.time-and-cost .arrow {
	margin:15px 30px 0 15px;
}

.time-and-cost .number {
	color:#3e3d3d;
	text-align:center;
	margin-top:44px;
}

.time-and-cost .number {
	font:24px Conv_PFDinTextCondPro-Regular;
}

.time-and-cost .number span {
	font:38px Conv_PFDinTextCondPro-Regular;
}

.time-and-cost .string {
	font-size:16px;
	text-align:center;
	margin-top:8px;
}

.articles {
	margin:40px 0;
}

.articles .items {
	margin:20px 0;
}

.articles .curve {
	height:115px;
	margin:0 44px 0 0;
	position:relative;
	width:115px;
}

.articles .curve img {
	position:absolute;
}

.articles .main-image {
	top:1px;
	left:1px;
}

.articles .imposition {
	top:0;
	left:0;
	z-index:25;
}

.articles .item {
	width:459px;
}

.articles .item:nth-child(1),.articles .item:nth-child(4) {
	border-right:dotted 2px #cddbe6;
	padding:0 15px 0 20px;
}

.articles .items .item:nth-child(2),.articles .items .item:nth-child(5) {
	padding:0 10px 0 35px;
}

.articles .item:nth-child(1),.articles .item:nth-child(2) {
	padding-top:30px!important;
}

.articles .item:nth-child(4),.articles .item:nth-child(5) {
	padding-bottom:30px!important;
}

.articles .items .item:nth-child(1) {
	background:url(/upload/angle-1.png) top left no-repeat;
}

.articles .items .item:nth-child(2) {
	background:url(/upload/angle-2.png) top right no-repeat;
}

.articles .items .item:nth-child(4) {
	background:url(/upload/angle-3.png) bottom left no-repeat;
}

.articles .items .item:nth-child(5) {
	background:url(/upload/angle-4.png) bottom right no-repeat;
}

.articles .item h5 {
	font-size:13px;
	line-height:20px;
}

.articles .date {
	font-size:13px;
	margin:0 0 20px;
}

.articles .text {
	width:294px;
}

.articles .text p {
	font-size:13px;
	height:98px;
	line-height:20px;
	margin:0 0 10px;
	overflow:hidden;
}

.articles .text a {
	color:#00bb8e;
	font-size:13px;
}

.articles .line {
	border-bottom:dotted 2px #cddbe6;
	height:25px;
	margin:25px 0;
}

.clouds {
	border-bottom:solid 1px #e6e6e6;
	margin:40px 0;
	padding:0 0 40px;
}

.clouds .ellipse {
	border:solid 3px #73aed4;
	border-radius:100px;
	cursor:pointer;
	display:table;
	height:134px;
	margin:0 38px 0 0;
	position:relative;
	width:134px;
}

.clouds .ellipse:hover {
	box-shadow:0 0 0 16px #e5f8f3;
}

.clouds .counter {
	background:url(/upload/counter.png) no-repeat;
	color:#fff;
	font-size:19.4px;
	font-weight:700;
	height:51px;
	left:-5px;
	line-height:49px;
	position:absolute;
	text-align:center;
	top:-5px;
	width:52px;
}

.clouds .container {
	color:#00bb8e;
	display:table-cell;
	font-size:16px;
	font-weight:700;
	height:134px;
	line-height:20px;
	padding:0 5px;
	position:absolute;
	text-align:center;
	top:48px;
	vertical-align:middle;
	width:124px;
}

.clouds .popup {
	background:#fff;
	border:solid 3px #abb2b9;
	border-radius:10px;
	color:#666565;
	display:none;
	left:0;
	line-height:20px;
	padding:18px;
	position:absolute;
	top:175px;
	width:222px;
	z-index:50;
}

.clouds .triangle {
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	background:#fff;
	border-left:solid 3px #abb2b9;
	border-top:solid 3px #abb2b9;
	height:12px;
	position:absolute;
	width:12px;
	top:-10px;
	left:56px;
}

.clouds .ellipse:nth-child(4n) .popup {
	left:inherit;
	right:0;
}

.clouds .ellipse:nth-child(4n) .triangle {
	left:inherit;
	right:56px;
}

.effect {
	margin:0 0 40px;
}

.effects h2 {
	font-size:24px;
}

.effects .image {
	height:118px;
	padding:20px 0 0;
	width:118px;
}

.effects .text {
	margin:0 33px 0 34px;
	width:245px;
}

.effects .text p {
	font-size:13px;
	line-height:18px;
}

.effect strong {
	color:#1171bb;
	display:inline-block;
	font-size:18px;
	font-weight:700;
	margin:0 0 12px;
}

.effects .arguments {
	background:#f8f8f8;
	padding:20px 20px 0 40px;
	width:185px;
}

.effects .arguments ul li {
	color:#00bb8e;
	font-size:12px;
	font-weight:700;
	line-height:18px;
	margin:0 0 19px;
}

.effects .arguments ul li {
	list-style:none;
	list-style-image:url(/upload/green-li.png);
}

.effects .line {
	background:#e6e6e6;
	height:1px;
	margin:0 0 40px;
}

.inner-tabs .offer {
	text-align:center;
}

.inner-tabs .offer .title {
	color:#1171bb;
	font-size:17px;
}

.inner-tabs .offer .description {
	color:#7e7e7e;
	font-size:13px;
}

.inner-tabs .super-offer {
	color:#1171bb;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	margin-top:7px;
}

.news-detail-ajax {
	border:solid 2px #1070bb;
	border-radius:10px;
	box-shadow:0 0 12px 1px #e4e4e4;
	padding:40px;
	width:600px;
}

.news-detail-ajax h2 {
	margin:0 0 15px;
}

.news-detail-ajax p {
	margin:0 0 15px;
}

.news-detail-ajax .icons {
	margin:30px 0 0;
}

.news-detail-ajax .icon {
	margin:0 0 0 22px;
}

.news-detail-ajax .description {
	display:table;
	font-size:13px;
	margin:0 0 0 16px;
	width:90px;
}

.news-detail-ajax .icon:first-child {
	margin:0;
}

.news-detail-ajax .description span {
	display:table-cell;
	height:74px;
	vertical-align:middle;
}

.openform {
	position:relative;
}

.openform .errors {
	color:red;
	font-weight:700;
	margin-top:7px;
	position:absolute;
	text-align:center;
	width:337px;
}

.openform .sussess {
	color:#fff;
	font-weight:700;
	margin-top:7px;
	position:absolute;
	text-align:center;
	width:337px;
}

.error-input {
	border:solid 2px #fc245c;
	border-radius:3px;
}

.openform .red-error {
	background-color:#fc245c;
	border-radius:5px;
	color:#fff;
	display:none;
	font-size:14px;
	left:-200px;
	padding:15px 25px;
	position:absolute;
	text-transform:uppercase;
	top:61px;
	z-index:100;
}

.openform .red-error .r-arrow {
	background:#fc245c;
	height:15px;
	left:168px;
	position:absolute;
	top:18px;
	transform:rotate(45deg);
	width:15px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}

.openform .red-error .r-close {
	background:url(/upload/close-cloud.png);
	cursor:pointer;
	height:11px;
	position:absolute;
	right:-16px;
	width:11px;
	top:-13px;
}

.sussess-message {
	color:#1171bb;
	font-size:24px;
	font-weight:700;
	line-height:32px;
	text-align:center;
	width:276px;
}

ol.green-li {

    margin: 0 0 15px;
    padding: 0 0 0 16px;
}



.flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }   
.flex.logo-block {
        flex-flow: row wrap;
}

.logo-block {
	width:676px;
	margin: 0 auto;
}

.flex-item {
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 3px;
	margin-bottom: 50px;
} 
.flex-item img {
	width: 150px;
	height: auto;
} 



.flex-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  

  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

  text-align: center;
  margin: 0 -10px 0px;
}

.flex-wrapper-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  

  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

  text-align: center;
  margin: 0 -10px 0px;
}

.flex-wrapper > * {
  padding: 10px;
  flex: 1 100%;
  text-align: left;
}

.flex-wrapper-1 > * {
  padding: 10px;
  flex: 1 100%;
  text-align: center;
}

.flex-wrapper .header-title {
  background: #1171bb;
  color: #fff;
  margin: 10px 10px;
  border-radius: 10px;	
  text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.flex-wrapper .header-subtitle {
	background: #1171bb !important;
	color: #fff;
	margin: 10px 10px;
	border-radius: 10px;	
	text-align: center;

	/*
	margin-bottom: 0 !important;
	margin-top: 20px !important;	
	*/
}
.flex-wrapper .header-subtitle p {
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

.flex-wrapper .aside {
	padding: 10px 0px;
	margin: 10px 10px;
	background: #f7f7f7;
	border: 1px solid #eee;
	border-radius: 10px;	
}
.flex-wrapper-1 .aside {
	padding: 10px 0px;
	margin: 10px 10px;
	background: #f7f7f7;
	border: 1px solid #eee;
	border-radius: 10px;	
}
.flex-wrapper.add-padding .aside {
	padding: 10px 20px;
}

.flex-wrapper.add-padding h4 {
	margin: 0px 0 10px;
}


.flex-wrapper .main-1 {
	padding: 0;
}
.flex-wrapper .main-2 {

}
.flex-wrapper .aside-1 {

}
.flex-wrapper .aside-2 {

}
.flex-wrapper .aside-3 {

}
.flex-wrapper-1 .aside-1 {

}
.flex-wrapper-1 .aside-2 {

}
.flex-wrapper-1 .aside-3 {

}
.flex-wrapper h4 {
	margin: 10px 0 10px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}
.flex-wrapper ul {
	padding-left: 20px;
	margin: 0 0 12px;
}

.flex-wrapper ul li,
.flex-wrapper p {
	line-height: 18px;
	font-size: 12px;
	color: #7e7e7e;
}

.flex-wrapper p:last-child {
	margin-bottom: 0;
}

@media all and (min-width: 600px) {
  .flex-wrapper .aside { flex: 1 0px; }
}

@media all and (min-width: 800px) {
  .flex-wrapper .main-1  {display:flex; flex-flow: row wrap; flex: 1.2 0px; }
  .flex-wrapper .main-1  { order: 1; }
  .flex-wrapper .main-2  { order: 2; }  
  .flex-wrapper .aside-1 { order: 1; flex: 1 0px;} 
  .flex-wrapper .aside-2 { order: 2; flex: 1 0px;} 
  .flex-wrapper .aside-3 { order: 3; flex: 1 100%;}  
  .flex-wrapper .footer  { order: 4; }
}

.checkmark-block {
	flex: 1 100%;
}

.checkmark-block .checkmark {
	background: url(/upload/medialibrary/check2.jpg) 0 3px no-repeat;
	padding-right: 40px;
	padding-left: 50px;
	margin-bottom: 30px;
	min-height: 70px;
}

.green-button-nfo {
    background: #00bb8e;
    border: none;
    border-radius: 5px;
    border-bottom: solid 2px #159c84;
    border-top: solid 2px #00bb8e;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 46px;
width:200px;
    line-height: 44px;
    padding: 0 30px;
    text-decoration: none;

.green-button-nfo:hover {
    background: #159c84;
    border: solid 1px #00bb8e;
    height: 48px;
width:202px;
    line-height: 46px;
    padding: 0 29px;
}

.table-nfo-n {
    width: 100%;
    margin-bottom: 22px;
}

.table-bordered-nfo-n {
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
th, .table-header-nfo, .table-header-nfo th, th.table-header-nfo {
    background-color: #19aa87 !important;
    color: #fff;
    vertical-align: middle !important;
}
.table-bordered-nfo-n th, .table-bordered-nfo-n td {
    border-left: 1px solid #dddddd;
}

.table-nfo-n th {
    font-weight: bold;
}
th:first-child, .table-nfo-n tr td:first-child, .table-responsive tr td:first-child {
    text-align: left !important;
}

.table-nfo-n tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.tftable {
	font-size:12px;
	color:#19aa87;
	width:100%;
	border-width: 1px;
	border-color: #729ea5;
	border-collapse: collapse;
}

.tftable th {
	font-size:12px;
	background-color:#acc8cc;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #729ea5;
	text-align:left;
}

.tftable tr {
	background-color:#ffffff;
}

.tftable td {
	font-size:12px;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #729ea5;
}

div.slick-slider {
	margin-bottom: 20px;
}

.result1 {
   /* background: url(/bitrix/templates/homnet_consulting/img/result.jpg); */
    padding: 40px 0;
    text-align: center;
}


ol.outside,
ol.outside ol {
	list-style-position: outside; 
	margin-left: 20px;
	/*list-style: none;*/
	/*color: #1171bb;*/
}
ol.outside span {
	color: #3e3d3d;
}
ol.outside span.blue {
	color: #3e3d3d;
}
ol.outside li {
	margin-bottom: 12px;
	margin-top: 12px;
	padding-left: 5px;
   	line-height: 26px;
}
ol.outside ol {
	list-style-type:decimal;
}
.b-round-box-content .content {
    border: 1px dashed #1f4788 !important;
    background: #fff !important;
    text-align: left !important;
    border-radius: 10px !important;
}

.call-order {
    height: 340px!important;
}

.description3 {
    color: black;
    font-size: 12px;
    line-height: 20px;
    width: 180px;
    text-align: center;
    margin: 0 auto;
}

.description4 {
    color: black;
    font-size: 12px;
    line-height: 20px;
    width: 180px;
    text-align: center;
    margin: 0 auto;
}

.sector (
	margin-left: 10px;
}


.newclass .news .block-with-text {
    font-family: 'Open Sans',Arial !important;
    font-size: 14px !important;
    color: #3e3d3d !important;
}

img.for_title {
    vertical-align: top;
    float: left;
    width: 120px;
    height: auto;
    margin-right: 15px;
    margin-top: 5px;
}

.name-client {
    font-size: 16px !important;
    margin-bottom: 15px !important;
    color: #1171bb !important;
    font-weight: bold !important;
    margin-top: 0px !important;
}

dl dt a img {
    margin-bottom: 20px !important;
}

.advantages1 {
    background: url(/bitrix/templates/homnet_consulting/img/advantages.png);
    border-top: solid 1px #e6e6e6;
    margin: 20px 35px;
    width: 200px;
    padding: 38px 0;
}

.advantages1 .first {
    border-right: solid 1px #ddd;
    margin-right: 1px;
    min-height: 280px;
    padding: 0 19px 0 0;
    width: 300px;
}

.left {
    float: left;
}

.advantages1 .table {
    margin: 33px 0 0;
}

.advantages1 .second {
    border-left: solid 1px #fff;
    min-height: 200px;
    padding: 0 0 0 6px;
    width: 272px;
}

@media (max-width: 1000px) {
.content2 {
    width: 40% !important;
}
}

.b-price-box .content2 {
    padding: 0 !important;
}

.b-round-boxes-container .content2 {
    margin: 0;
    width: 100%;
    border: 1px dashed #1f4788;
    background: #fff;
    text-align: left;
    border-radius: 10px;
}

.content2 {
    margin: 0;
    width: 100%;
    border: 1px dashed #1f4788;
    background: #fff;
    text-align: left;
    border-radius: 10px;
}

.b-comp-tbl .news {
    display: flex;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 0px;
    flex-direction: column;
}

.b-comp-tbl .news .name-client {
    margin-top: 0px !important;
}

.name-client {
    font-size: 16px;
    margin-bottom: 15px !important;
    color: #1171bb;
    font-weight: bold;
    margin-top: 15px;
}

.b-comp-tbl .news .container-news {
    display: flex;
    flex-direction: row;
}

.b-img-cell {
    min-width: 172px !important;
    margin-bottom: 12px;
}

.container-news .cont-cell {
    padding-left: 15px;
}

.contacts-container-m-right {
  margin-top: 45px !important;
}

.b-blue-headline.news-heading {
  margin-bottom: 10px !important;
}

.container-begin {
    padding-bottom: 20px;
}

.container-begin.b-btn3 {
    padding-bottom: 50px !important;
    padding-left: 20px !important;
    padding-top: 20px !important;
}

.right {
  float: right;
}

@media screen and (min-width:300px) and (max-width:1024px) {
.header-block .telephone{
font-size:14px !important;
}
.g-recaptcha
{
	transform:scale(0.89);
	transform-origin:0 0;
	margin-bottom: 10px;
}
}

.g-recaptcha
{
	transform:scale(0.89);
	transform-origin:0 0;
	margin-bottom: 10px;
}

.search-text {
border: solid 1px #73afd5 !important;
border-radius: 4px !important;
color: #828282 !important;
font-size: 13px !important;
height: 28px !important;
line-height: 28px !important;
padding: 0 50px 0 20px !important;
width: 180px !important;
margin-top: 7px;
}

div#form-recall-cap
{ 
	transform:scale(0.89);
	transform-origin:0 0;
	margin-bottom: 10px;
}

.b-actions-box>h3.b-actions-box-heading3 {
 font-size: 18px !important;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/menu/vertical_multilevel3/style.css?16273768813586 */
/* /bitrix/templates/homnet_consulting_nfo_copy_copy/styles.css?175455209035479 */
/* /bitrix/templates/homnet_consulting_nfo_copy_copy/template_styles.css?175455209086496 */
