body {
	background-color: #fff;
	background-image: url(../images/bg-texture.png);
}

.header {
	background-image: url(../images/head-bg3.jpg);
}

.header img {
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 220px;
}

.header-logo {
	padding:10px 10px;
	text-align: center;
}

.header-text {
	font-family: 'Play', sans-serif;
	text-align: left;
	color: #ffff00;
	margin-top: 60px;
	margin-bottom: 40px;
	text-shadow: 1px 1px black;
}

.header-text h1 {
	margin-bottom:5px;
}

.header-text h2 {
	margin-top:5px;
}
.bloquote {
	display: block;
    font-style: normal;
    background: #fff;
    padding: 10px 20px;
    line-height: 170%;
    margin-bottom: 10px;
    border: 1px solid #7f2807;
    margin-left:240px;
    border-radius: 10px 10px 10px 10px;
}

.head-tel {
	font-family: 'Play', sans-serif;
	margin-top:20%;
	color:#000;
	font-size:30px;
	text-align: right;
}

.head-email {
	font-family: 'Play', sans-serif;
	color:#000;
	font-size:25px;
	text-align: right;
}

.head-email a {
	color:#000;
	border-bottom:1px dashed black;
}
.head-email a:hover {
	color:#000;
	text-decoration: none;
	border-bottom:1px solid black;
}

.head-quote {
	color:#000;
	font-weight: bold;
	text-align: right;
}

.bg-dots {
    background-image: url("../images/overlay.png");
    background-repeat: repeat;
    background-size: 4px;
}
.content-dv {
	padding: 20px 20px;
	    min-height: 850px;
}

.content-tx {
	margin-top:20px;
	    min-height: 850px;
}

.content-tx img {
	max-width:160px;
	float:left;
	margin:5px 20px;
	margin-top: 10px;
}


.content-tx p { 
    text-indent: 1.5em; /* Отступ первой строки */
    text-align: justify; /* Выравнивание по ширине */
   }

   .content-bx {
	margin-top:20px;
}

.content-bx img {
	max-width:400px;
	float:left;
	margin:5px 20px;
	margin-top: 10px;
}


.content-bx p { 
    text-indent: 1.5em; /* Отступ первой строки */
    text-align: justify; /* Выравнивание по ширине */
   }

.main-menu {
	height:auto;
	overflow: auto;
}

  .main-menu img {
  	max-width:82px;
  	float:left;
  }
	.cl {
		clear:both;
	}

	.main-menu a {

	}

.partner {
	position:absolute;
	bottom:-30px;
	bottom: -43px;
	text-align: center;
}

@media (max-width:768px) {
	.head-tel {
	color:#fff !important;
}

.head-email {
	color:#fff !important;
}

.head-email a {
	color:#fff !important;
}
.head-email a:hover {
	color:#fff !important;
}

.head-quote {
	color:#fff !important;

}
}