.btn {
	display: inline-block;
	padding: 8px 20px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 10px;
	background-color: #03AFB9;
	color: #fff;
	position: relative;
}

.btn > i {
	height: 17px;
	width: 20px;
	color: #fff;
	font-size: 22px;
	position: relative;
}

.btn > i:before {
	position: absolute;
	top: 1px;
	left: 15px;
}

.btn:hover {
	background: #fff;
	border: 1px solid #03afb9;
  color: #03afb9;
}

.btn:hover > i {
  color: #03afb9;
}

.btn:active {
	opacity: 0.7;
}

.btn.large {
	padding: 11px 30px;
	font-size: 20px;
}

.btn.large > i {
	font-size: 25px;
}

.btn.large > i:before {
	position: absolute;
	top: -2px;
	left: 15px;
}

.btn.small {
	padding: 3px 14px 5px 14px;
	font-size: 14px;
}

.btn.small > i {
	font-size: 18px;
	width: 14px;
}

.btn.small > i:before {
	position: absolute;
	top: 3px;
	left: 12px;
}

.red {
	color: #9F1F50;
}

.blue {
	color: #00728c;
}



.tarif {padding-bottom:25px;}
.tarif  h1 { text-align: center;font-size:2.5em!important; }
.tarif img {	padding: 10px 0 20px 70px;}
.tarif .title {
	font-size: 28px;
	display: block;
	margin-bottom: 20px;
}
.tarif .info {	min-height: 80px;padding-right:40px;}
.tarif .price {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
}

.service {padding-bottom:25px;}
.service  h1 { text-align: center;font-size:2.5em!important; }
.service .info {	min-height: 100px;padding-right:40px;}
.service img {margin-bottom: 20px;}
.service .title {
	font-size: 28px;
	display: block;
	margin-bottom: 20px;
}



.prices-table {
  width: 100%;
  border-collapse: none;
  border-spacing: 0;
  margin: 40px 0 ;
}
.prices-table > thead > tr > th {
  background-color: #eee;
  padding: 0 20px;
  height: 60px;
  vertical-align: middle;
  font-weight: 400;
  text-align: left;
  font-size: 18px;
  border-bottom: 1px solid #999;
}
.prices-table > thead > tr > th:nth-child(2),
.prices-table > thead > tr > th:nth-child(3) {
  width: 18%;
  text-align: center;
  font-size: 14px;
}
.prices-table > tbody > tr > td {
  padding: 0 20px;
  height: 60px;
  vertical-align: middle;
}
.prices-table > tbody > tr > td:nth-child(2),
.prices-table > tbody > tr > td:nth-child(3) {
  text-align: center;
}
.prices-table > tbody > tr:nth-child(even) {
  background-color: #F9F9F9;
}



.domains-table {
  width: 60%;
  border-collapse: none;
  border-spacing: 0;
  margin: 10px 0 ;
}
.domains-table > thead > tr > th {
  background-color: #eee;
  padding: 0 20px;
  height: 40px;
  vertical-align: middle;
  font-weight: 400;
  text-align: left;
  font-size: 18px;
  border-bottom: 1px solid #999;
}
.domains-table > thead > tr > th:nth-child(2),
.domains-table > thead > tr > th:nth-child(3) {
  width: 18%;
  text-align: center;
  font-size: 14px;
}
.domains-table > tbody > tr > td {
  padding: 0 20px;
  height: 40px;
  vertical-align: middle;
}
.domains-table > tbody > tr > td:nth-child(2),
.domains-table > tbody > tr > td:nth-child(3) {
  text-align: center;
}
.domains-table > tbody > tr:nth-child(even) {
  background-color: #F9F9F9;
}








.business-rates {
	font-size: 12px;
}

.business-rates dl {
	width: 16%;
	float: left;
	position: relative;
}

.business-rates dl dd:first-child,
.business-rates dl dt:first-child {
	font-weight: 400;
}

.business-rates dl:not(:first-child) {
	text-align: center;
	border-left: 1px solid #eee;
}

.business-rates dt,
.business-rates dd {
	padding: 15px 10px;
	min-height: 50px;
	background-color: #f9f9f9;
}

.business-rates dt:nth-child(even),
.business-rates dd:nth-child(even) {
	background-color: #fff;
}

.business-rates dl > *:last-child {
	background-color: #fff;
}


.business-rates dl:not(:first-child):hover {
	z-index: 2;
	cursor: pointer;
}

.business-rates dl:not(:first-child):hover dd:first-child {
  border-top: 3px solid #BB2457;
  padding-top: 12px;
}

.business-rates dl:not(:first-child):hover:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.business-rates dl:not(:first-child):hover button:hover {
  background-color: #fff;
  color: #03AFB9;
  border-color: #03AFB9;
}

.business-rates dl:not(:first-child):hover button:hover > i.fa {
  color: #03AFB9;
}

.business-rates dl:not(:first-child):hover:before {
  content: " ";
  position: absolute;
  top: 3px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #BB2457 transparent transparent;
}







/* Marked list */

.marked-list,
.numbered-list {
  padding: 10px 0 20px 0;
  list-style: none;
}

.marked-list li,
.numbered-list li {
  padding-left: 35px;
  position: relative;
}

.marked-list li:not(:last-child),
.numbered-list li:not(:last-child) {
	padding-bottom: 10px;
}

.marked-list li:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #BA1950;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 3px;
}

.numbered-list {
  counter-reset: i 0;
}

.numbered-list li:before {
  content: counter(i) ". ";    
  counter-increment: i;
  padding-right: 0.5em;
  color: #007b99;
  /*font-weight: 600;*/
  margin-left: -20px;
}


.ui-form {
	display: table;
	width: 100%;
}

.feedback-form {
	width: 540px;
}

.ui-form > .field:not(:last-child) {
  margin-bottom: 10px;
}
.ui-form > .field.thin {
  margin-bottom: 0;
}

.ui-form > button:last-child {
  margin-top: 10px;
}
.ui-form > .field > label:not(.select) {
  display: inline-block;
  margin-bottom: 10px;
}
.ui-form > .field.thin > label {
  margin-bottom: 0;
}
.ui-form > .field > .note {
  font-size: 11px;
  color: #666;
  margin-bottom: 5px;
  padding-top: 5px;
}
.ui-form > .field input {
  height: 28px;
  padding: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  min-width: 100%;
}
.ui-form > .field textarea {
  padding: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  min-width: 100%;
}
.ui-form > .field > .subfield {
  padding-left: 20px;
}
.ui-form > .field > .subfield:not(:last-child) {
  margin-bottom: 10px;
}
.ui-form > .field > .subfield.thin {
  margin-bottom: 0;
}
.ui-form > .field > .input-group {
  zoom: 1;
  min-width: 100%;
}
.ui-form > .field > .input-group:before,
.ui-form > .field > .input-group:after {
  content: "";
  display: table;
}
.ui-form > .field > .input-group:after {
  clear: both;
}
.ui-form > .field > .input-group > * {
  margin-right: 10px;
  float: left;
}
.ui-form > .field {
  position: relative;
}


.breadcrumb{
	font-size:12px;
	text-transform:uppercase;
}

.breadcrumb span a{

}

.breadcrumbs-box {padding-top:20px;}


/* captcha */

.block.captcha {
    width: 430px;
    display: table;
    position: relative;
}

.captcha-image {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.block.captcha .input-title {
    margin-top: 0;
}
.button-refresh {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icon_refresh.png);
    cursor: pointer;
}
.errors{
	color: red;
	margin: 5px 0 10px;
	font-size: 0.9em;
}




.clauses_list .block, .news_list .block {
    overflow: hidden;
}

.news_list .block-row-img, .clauses_list .block-row-img {
    float: left;
}
.block-row-img {
    display: table-cell;
    margin-top: 6px;
    margin-bottom: 5px;
}



/* paginator */

.paginator {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

.paginator > * {
    margin: 0 4px;
    vertical-align: middle;
}

.paginator > *.active {
    color: #000;
}

.paginator .start,
.paginator .end,
.paginator .prev,
.paginator .next,
.control-next,
.control-prev {
    display: inline-block;
    width: 21px;
    height: 21px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.paginator .start,
.paginator .end {
    width: 0;
    padding-left: 21px;
    overflow: hidden;
}

.paginator .start {
    background-image: url(../img/arrow_start.png);
}

.paginator .end {
    background-image: url(../img/arrow_end.png);
}

.paginator .prev, .control-prev {
    background-image: url(../img/arrow_prev.png);
}

.paginator .next, .control-next {
    background-image: url(../img/arrow_next.png);
}
.paginator
{	
	text-align:center;
	margin: 20px;
}

.paginator a:link, .paginator a:visited, .paginator span
{
	margin: 0 5px;
}




/* blocks */
.block {
    background-color: #eee;
    padding: 13px 21px;
    margin: 20px 0;    
}

.block h3, .block .block_header {
    margin: 20px 0;
}

.block h4 {
    margin: 5px 0 15px;
}

.block h4:first-child {
    margin-top : 5px;
}

.block .login input[type='text'], .block .login input[type='password'] {
    padding: 8px 10px;
    width: 100%;
}

.block .button {
    margin: 6px 0;
}

.block p:first-child {
    margin-top: 5px;
}

.block-row {
    border-bottom: solid 1px #F6F6F6;
    padding-top: 1px;
    margin: 20px 0;
    padding-bottom: 10px;
    display: table;
}

.block-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.block-row-img {
    display: table-cell;
    margin-top: 6px;
    margin-bottom: 5px;
}

.block .block-text {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

.block-no-img .block-text {
    padding-left: 0;
}

#center-col .login input[type="text"], #center-col .login input[type="password"], #center-col .login label {
    width: 20%;
    display: block
}

.arrow-link {
    display: block;
    background: url(../img/arrow.png) no-repeat left 6px;
    padding-left: 15px;
}

.shop-search input.from, .shop-search input.to {
    width: 70px;
}







.news_id .site_dynamic h1, .news_id .site_dynamic h2, .news_id .site_dynamic h3 {
    margin: 20px 0px 0px 0px; 
}

.news_id .site_dynamic {
    float: right;
    width: 400px;
    background-color: #fff;
    padding: 20px;
    margin: 20px;
}
.news_all_img {
	padding: 3px;
}

.news_all_img  img{
	margin: 0 5px 5px 0;
}
.news_all_img img:after {
	clear: left;
}




/*-------Îøèáêè--------*/
.show_all
{
	padding: 30px 0 20px 0;
	text-align:center;	
}

.previous_next_links
{	
	padding-top: 40px;
	height: 40px;
}

.previous_link
{
	width: 40%;
	float: left;
}

.next_link
{
	width: 40%;
	float: right;
	text-align: right;
}

.errors{
	color: red;
	margin: 5px 0 10px;
	font-size: 0.9em;
}

.captcha ul{
	list-style-type: none;
}
.captcha_enter {
	font-weight: bold;
}
.infoform{
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.required_field{
	font-size: 0.9em;
	margin-top: 10px;
}
.inpattachment{
	padding-bottom: 5px;
}
.timecalendar{
	background: url("../adm/img/input_calendar.png") no-repeat scroll right center #FFF;
}
.attachment{
	padding-bottom: 5px;
}




































.table{width:100%;max-width:100%;margin-bottom:18px}
.table>thead>tr>th,.table>thead>tr>td,
.table>tbody>tr>th,.table>tbody>tr>td,
.table>tfoot>tr>th,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}
.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}
.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td{border-top:0}
.table>tbody+tbody{border-top:2px solid #ddd}
.table .table{background-color:#fff}
.table-bordered{border:1px solid #ddd}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>tfoot>tr>td{border:1px solid #ddd}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}
.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}

img{max-width:100%;height:auto}

.table-bordered th:first-child{border-left:1px solid #2c3e50}
.table-bordered th:last-child{border-right:1px solid #2c3e50}
.table-bordered{border:0}
.table-bordered td:last-child{border-right:1px solid #ddd}
.table-bordered tbody:last-child tr:last-child>td{border-bottom:1px solid #ddd}
table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting{cursor:pointer;*cursor:hand}
table.dataTable thead .sorting{padding-right:15px;}
table.dataTable thead .sorting_asc{padding-right:15px;}
table.dataTable thead .sorting_desc{padding-right:15px;}
table.dataTable thead .sorting_asc_disabled{}
table.dataTable thead .sorting_desc_disabled{}
.table-sites{margin-top:10px}
.table-sites thead tr{background:#445157;color:white}
.table-sites thead tr th{vertical-align:middle}
.table-sites .head .mini{font-size:11px;padding:5px;border-bottom:0}
.table-sites a{border-bottom:1px solid #ddd;color:#333333;text-decoration:none}
.table-sites>tbody>tr>td{white-space:nowrap;vertical-align:middle}
.table-sites a:hover{border-bottom:none;color:#333333;text-decoration:none}
.table-sites .gray{color:#c7c7c7}
.table-sites .progress{margin-bottom:0 !important}
.table-sites .domain{overflow:hidden;max-width:150px;text-overflow:ellipsis;white-space:nowrap}
.nav-border>li>a{border:1px solid #ebebeb;border-radius:4px;padding:7px 20px}
div.dataTables_length label{font-weight:normal;float:left;text-align:left}
div.dataTables_length select{width:75px}
div.dataTables_filter label{font-weight:normal;float:right}
div.dataTables_filter input{width:16em;margin-left:0.5em}
div.dataTables_info{padding-top:8px}
div.dataTables_paginate{margin:0}
div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}
table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important}
table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer}
table.dataTable thead>tr>th{padding-left:10px;padding-right:15px}
table.dataTable th:active{outline:none}
div.dataTables_scrollHead table{margin-bottom:0 !important;border-bottom-left-radius:0;border-bottom-right-radius:0}
div.dataTables_scrollHead table thead tr:last-child th:first-child,div.dataTables_scrollHead table thead tr:last-child td:first-child{border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}
div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}
div.dataTables_scrollBody tbody tr:first-child th,div.dataTables_scrollBody tbody tr:first-child td{border-top:none}
div.dataTables_scrollFoot table{margin-top:0 !important;border-top:none}
.table.dataTable tbody tr.active td,.table.dataTable tbody tr.active th{background-color:#08C;color:white}
.table.dataTable tbody tr.active:hover td,.table.dataTable tbody tr.active:hover th{background-color:#0075b0 !important}
.table.dataTable tbody tr.active th>a,.table.dataTable tbody tr.active td>a{color:white}
.table-striped.dataTable tbody tr.active:nth-child(odd) td,.table-striped.dataTable tbody tr.active:nth-child(odd) th{background-color:#017ebc}
.green2{
	color:#43ac6a;
	font-weight:400;
}
.red2 {
    color: #F10B47;
}
sup {
    top: -0.5em;
}
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
 
 









 
 .tabs-gallery{
	width:100%;
	padding:26px 0 30px;
	overflow:hidden;
	position:relative;
}
.gallery{
	width:960px;
	margin:0 auto;
	position:relative;
	padding:0 0 5px;
}
.gallery.static-width ul{
width: auto !important;
}
.gallery ul{
	list-style:none;
	margin:0;
	padding:0;
	width:9999px;
	overflow:hidden;
}
.gallery ul li{
	float:left;
	/*margin:0 10px 0 0;*/margin:0;
}
.gallery ul ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	min-width:940px;
	max-width:1200px;
	width:auto;
}
.gallery ul ul li{
	float:left;
	margin:0;
	position:relative;
	width:240px;
	height:190px;
}
.gallery ul ul li img{
	position:relative;
	z-index:1;
}
.gallery ul ul li a{
	padding:10px;
	float:left;
}
.gallery ul ul li a:hover .box{
	display:block;
}
.gallery ul ul li{
	float:left;
	margin:0;
	position:relative;
	width:240px;
	height:190px;
}

.gallery ul ul li a{
	padding:10px;
	float:left;
}
.gallery ul ul li a:hover{

}
.gallery ul ul li a:hover .box{
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.gallery ul ul li a .box{
	background: url(../img/blank.png);
	z-index:10;
	position:absolute;
	top:0px;
	left:0px;
	width:240px;
	height:190px;
	color:#fff;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
	padding:30px;
	display:block;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);

	letter-spacing:1px;
	-webkit-transition: all 0.5s ease; 
     -moz-transition: all 0.5s ease; 
       -o-transition: all 0.5s ease;  
          transition: all 0.5s ease;  
}