<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*РћР±РЅСѓР»РµРЅРёРµ*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/

body{
  margin: 0px 0px;
}
.page__box {
  max-width: 1024px;
  border: 0px solid #000;
  margin: 0 auto;
}
.header__box {
  max-width: 100%;
  height: 80px;
  padding-top: 15px;
  text-align: center;
  background-color: #f1f4f4;
  line-height: 1.2;
}
.header__box p{
  font-size: 29px;
  color: rgb(220, 77, 20);
}
.topnav__box {
  max-width: 100%;
  font-size: 1.3em;
  padding: 10px;
  text-align: center;
  background-color: rgba(235, 121, 121, 0.9);
  line-height: 1.5;
}
.topnav__box a {
  color: rgb(255, 255, 255)
}
.topnav__box a:hover {
  text-decoration: underline;
}
.content__box {
  max-width: 100%;
  margin-top: 10px;
}
.content__box h1{
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 23px;
  padding: 10px 10px 5px 10px;
}
.content__box p{
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.2em;
  margin: 15px;
  color: rgb(63, 62, 62);
  line-height: 1.3;
}
.content__box img{
 width: 99%;
}
.hotdeals__box{
  max-width: 100%;
  height: 80px;
  background-color: none;
  color: #ffe500;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.hotdeals__box p{
  font-size: 1.9em;
  padding-bottom: 10px;
}
.feed {
  max-width: 100%;
  border-top: 1px solid rgb(15, 15, 15);
  border-bottom: 1px solid rgb(15, 15, 15);
  padding: 20px;
  font-size: 1.3em;
  line-height: 1.3;
  color: #666;
}
.footer__box {
  max-width: 100%;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  color: #666;
}</pre></body></html>