.uc-42 {
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	ios 7 border-radius-bug 
	-webkit-transform: rotate(0.000001deg);
	mac os 10.6 safari 5 border-radius-bug 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	background-color: #e8eef6;
    max-width: 1160px;
    margin: 0 auto !important;
}

.t1015__content {
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	ios 7 border-radius-bug 
	-webkit-transform: rotate(0.000001deg);
	mac os 10.6 safari 5 border-radius-bug 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #000000;
}

/* IX07 */
.t401__overlay, .t401__table {
	border-radius: 5px !important;
	overflow: hidden;
}

/* IX02 */
/*.t603__blockimg,.t404__img, .t994__img {*/
/*	border-radius: 5px !important;*/
/*	overflow: hidden;*/
/*}*/

.doc-pdf {
    border: 1px solid #1e1e1e;
    /*border: 1px solid #303030;*/
    /*background-color: #ffffff;*/
}
 @media (max-width: 480px) {
	 .doc-pdf {
		 height: 489px;
		 width: 100%;
		 /*width: 350px;*/
	}
}
 @media (min-width: 481px) {
	 .doc-pdf {
		 height: 800px;
		 width: 100%;
	}
}

.testimonials-ya, .testimonials-ya-index {
	overflow: hidden;
	position: relative;
}

@media (max-width:480px) {
	.testimonials-ya, .testimonials-ya-index {
		width: 100%;
		height: 950px;
	}
}

@media (min-width:481px) {
	.testimonials-ya {
		width: 760px;
		height: 760px;
	}
	
	.testimonials-ya-index {
		width: 720px;
		height: 760px;
	}
}