<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
	background:url('../img/bg.jpg')  no-repeat top center;
}

.box {
	background:#fff;
	padding: 44px 60px;
	border: 1px solid #e1e1e1;
	max-width: 998px;
}
.box  p {
	font-size:18px;
	color:#000;
	margin-bottom: 30px;
}

.profiles &gt; div {
	margin-bottom:50px;
}

.footer {
    overflow: hidden;
    padding: 6px 9px;
    font-size: 10px;
    border-top: 5px solid #ffba00;
    background: url('../img/footer.jpg') no-repeat;
    color: #fff;
    width: 999px;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
}

.footer h3 {
    display: inline;
    padding-top: 0;
    font-size: 100%;
    font-weight: normal;
    color: #fff;
}

.footer .copyright {
    float: left;
    text-align: left;
    white-space: nowrap;
}

.footer .contacts {
    float: right;
    text-align: right;
    white-space: nowrap;
    padding-left: 30px;
}

.nowrap {
    white-space: nowrap;
}

.footer a {
    color: #fff;
}

@media (min-width: 0px) and (max-width:767px) {
	.text-xs-left { text-align: left!important; }
	.text-xs-right { text-align: right!important; }
	.text-xs-center { text-align: center!important; }
	.text-xs-justify { text-align: justify!important; }
}
@media (min-width: 768px) and (max-width:991px) {
  .text-sm-left { text-align: left!important; }
  .text-sm-right { text-align: right!important; }
  .text-sm-center { text-align: center!important; }
  .text-sm-justify { text-align: justify!important; }
}

@media (min-width: 992px) and (max-width:1199px) {
  .text-md-left { text-align: left!important; }
  .text-md-right { text-align: right!important; }
  .text-md-center { text-align: center!important; }
  .text-md-justify { text-align: justify!important; }
}

@media (max-width: 1200px) {
  .text-lg-left { text-align: left!important; }
  .text-lg-right { text-align: right!important; }
  .text-lg-center { text-align: center!important; }
  .text-lg-justify { text-align: justify!important; }
}</pre></body></html>