.workarea { /* Обертка страницы */
	width: 714px;
	margin: 0 auto;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}

	.about-us-title {
		margin: 30px 0;
	}
		.workarea-content .about-us-title p {
text-align: left;
    color: #252525;
    line-height: 1.55rem;
font-size: 1.02rem;
    font-family: var(--font);
		}
		.workarea-content .about-us-title span {
			font-weight: bold;
			color: #1565b1;
		}

	.workarea-content {
		float: left;
		margin-bottom: 15px;
	}

		.content-sertificate {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 50px;
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 20px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
		}

			.sertificate-text {

			}
				.sertificate-text p {
					text-align: left !important;
				}

			.logo-brends {
				float: left;
				margin: 35px 0;
			}
				.logo-brends .img-logo {
					float: left;
					margin-right: 45px;
					margin-bottom: 15px;
				}

					.img-logo.img1 {
						background: url('images/sennheiser-logo.png') no-repeat;
						width: 250px;
						height: 38px;
					}
					.img-logo.img2 {
						background: url('images/oris-logo.png') no-repeat;
						width: 147px;
						height: 39px;
					}
					.img-logo.img3 {
						background: url('images/rode-logo.png') no-repeat;
						width: 157px;
						height: 84px;
					}
					.img-logo.img4 {
						background: url('images/neumann-berlin-logo.png') no-repeat;
						width: 380px;
						height: 90px;
						margin-left: 35px;
					}
					.img-logo.img5 {
						background: url('images/logocam-logo.png') no-repeat;
						width: 182px;
						height: 33px;
						margin-top: 25px;
					}

			.workarea-content p.prod-asortiment {
				text-align: center;
				margin-bottom: 30px;
			}
				.workarea-content p.prod-asortiment span {
					font-weight: bold;
					text-transform: uppercase;
					color: #1663af;
				}

			ul.main-direction {
				margin: 0;
				padding-left: 15px;
				list-style-image: url('images/list-marker.png');
			}
				ul.main-direction li {
					line-height: 20px;
					padding-bottom: 15px;
					text-align: justify;
				}

			.activity-company {
				float: left;
				max-width: 420px;
				width: 100%;
				margin-top: 25px;
			}
				.activity-company p {
					font-style: italic;
					font-weight: bold;
					text-align: left;
				}

			.reg-obraz {
				float: left;
				background: url('images/reg-obraz.png');
				width: 242px;
				height: 140px;
				margin-left: 15px;
			}


	.workarea-content p {
		line-height: 25px;
		margin: 0px 0px 10px 0px;
		text-align: left;
	}
		.workarea-content p span {
			font-weight: bold;
			color: #1663af;
		}
	.workarea-content p.content-titles {
		font-weight: bold;
		color: #1663af;
	}

	.requisites {
		margin: 25px auto;
		width: 100%;
	}
		.requisites p {
			text-align: center;
			margin: 0px;
    line-height: 1.3rem;
		}
		.requisites p.req-title {
			font-style: italic;
			font-weight: bold;
			font-size: 16px;
			color: #1663af;
		}

		.requisites-info table{ width: 100%; border-collapse: collapse; line-height: 20px;}
		.requisites-info tr td:first-child { font-weight: normal; text-align: left;  color: #1663af; padding: 5px 5px;
    vertical-align: top;}
		.requisites-info tr td { font-weight: bold; text-align: left; padding: 5px 5px;
    vertical-align: top;}
		.requisites-info tr:nth-child(odd) { background: #e8e8e8; color: #474747; }
		.requisites-info tr:nth-child(even) { background: #ffffff; color: #474747; }




