.for-customers a {
	color: #fff;
	opacity: .76
}    

.for-customers a:focus, .for-customers a:hover {
 opacity: 1
}

/****************
 * 17.0 Divider *
 ****************/

 .divider {
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

.divider-inner {
	width: 100%;
	max-width: 100%!important;
	display: table;
	min-height: 1px;
}

.divider-border .divider-inner {
	border: 0 solid #e5e5e5;
	border-bottom-width: 1px;
	height: 1px;
}

.divider-border.dashed .divider-inner {
	border-style: dashed;
}

.divider-border.dotted .divider-inner {
	border-style: dotted;
}

.divider-border.double-line .divider-inner {
	height: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.divider-shadow .divider-inner {
	position: relative;
    background: radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.1) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  	background: -webkit-radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.1) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  	background: -moz-radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.1) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  	background: -o-radial-gradient(ellipse at 50% -50% , rgba(0, 0, 0, 0.1) 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.divider-shadow .divider-inner:after {
	display: block;
	height: 5px;
	width: 100%;
	content: '';
	background: -webkit-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.3) 0px, rgba(255, 255, 255, 0) 65%);
	background: -moz-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.3) 0px, rgba(255, 255, 255, 0) 80%);
	background: -o-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.3) 0px, rgba(255, 255, 255, 0) 80%);
	background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.3) 0px, rgba(255, 255, 255, 0) 65%);
}

.divider-border.narrow {
	width: 100px;
}

.divider-image .divider-inner {
	background-image: url(../images/divider-2.png);
	background-position: center center;
	background-repeat: repeat-x;
	height: 9px;
}

.divider-border .divider-inner.primary {
	border-color: #9c27b0;
}

.divider-border .divider-inner.light {
	border-color: #fff;
}

.divider-border .divider-inner.dark {
	border-color: #222;
}

.divider.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.divider-inner-item {
	display: table-cell;
	vertical-align: middle;
}

.divider-inner-icon {
	width: 40px;
	height: 40px;
}

.divider-inner-back-to-top {
	width: 1px;
	padding-left: 10px;
}

@media screen and (min-width: 640px) {
	.divider-inner-title {
		width: 50px;
		white-space: nowrap;
	}
	.divider-title-left .divider-inner-title {
		padding-right: 10px;
	}
	.divider-title-center .divider-inner-title {
		padding: 0 10px;
	}
	.divider-title-right .divider-inner-title {
		padding-left: 10px;
	}
}

.iframe {
	width: 800px;
	height: 440px;
	margin: 0 auto;
	background-color: #777;	
	display:block; 
}

.infotext {
	text-align:  justify;
	line-height: 1.2;
	text-indent: 40px;
	font-size:   18px;
}

.ol-text {
	text-align:  justify;
	font-size:   16px;
	line-height: 1.2;
}

.InfoTable {
	border-collapse: separate;
	border-spacing : 1px 1px;
	border-left: 1px solid #000000;
	border-top : 1px solid #000000;
	font-size  : 16px;
	font-family: Arial;
}
.InfoTable TR {
	background: #BBD2BB;
}

.InfoTable TR:hover TD{
	background-color: #E6E6FA;
}

.InfoTable TH {
	background   : #C0C0C0;
	border-right : 1px solid black;
	border-bottom: 1px solid black;
}
.InfoTable TD {
	border-right : 1px solid black;
	border-bottom: 1px solid black;
	padding      : 1px;
}

.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
}
.rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
    margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
}

.centerimg  {
  display: block;
  margin: 0 auto;
}
