<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn {
    display: inline-block;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    border: none !important;
    outline: none !important;
    border-radius: 5px;
    margin: 10px 5px 10px 0;
    text-align: center;
	cursor:pointer;
}
.btn-blue{
  background: #4cb1f5;
  background-image: -webkit-linear-gradient(top, #4cb1f5, #157ebf);
  background-image: -moz-linear-gradient(top, #4cb1f5, #157ebf);
  background-image: -ms-linear-gradient(top, #4cb1f5, #157ebf);
  background-image: -o-linear-gradient(top, #4cb1f5, #157ebf);
  background-image: linear-gradient(to bottom, #4cb1f5, #157ebf);
  -webkit-box-shadow: 0px 1px 1px #1f508c;
  -moz-box-shadow: 0px 1px 1px #1f508c;
  box-shadow: 0px 1px 1px #1f508c;
}

.btn-grey{
  background: #868686;
  background-image: -webkit-linear-gradient(top, #ABABAB, #888888);
  background-image: -moz-linear-gradient(top, #ABABAB, #888888);
  background-image: -ms-linear-gradient(top, #ABABAB, #888888);
  background-image: -o-linear-gradient(top, #ABABAB, #888888);;
  background-image: linear-gradient(to bottom, #ABABAB, #888888);
  -webkit-box-shadow: 0px 1px 1px #868686;
  -moz-box-shadow: 0px 1px 1px #868686;
  box-shadow: 0px 1px 1px #868686c;
}

.btn-red {
  background: #ff8563;
  background-image: -webkit-linear-gradient(top, #ff8563, #c25013);
  background-image: -moz-linear-gradient(top, #ff8563, #c25013);
  background-image: -ms-linear-gradient(top, #ff8563, #c25013);
  background-image: -o-linear-gradient(top, #ff8563, #c25013);
  background-image: linear-gradient(to bottom, #ff8563, #c25013);
  -webkit-box-shadow: 0px 1px 1px #c22f25;
  -moz-box-shadow: 0px 1px 1px #c22f25;
  box-shadow: 0px 1px 1px #c22f25;
}
.btn-green {
  background: #6ed44c;
  background-image: -webkit-linear-gradient(top, #6ed44c, #33941b);
  background-image: -moz-linear-gradient(top, #6ed44c, #33941b);
  background-image: -ms-linear-gradient(top, #6ed44c, #33941b);
  background-image: -o-linear-gradient(top, #6ed44c, #33941b);
  background-image: linear-gradient(to bottom, #6ed44c, #33941b);
  -webkit-box-shadow: 0px 1px 1px #498505;
  -moz-box-shadow: 0px 1px 1px #498505;
  box-shadow: 0px 1px 1px #498505;
}
.btn:hover {
	text-decoration:underline;
}
#window {
    width: 590px;
    height: 450px;
    margin: 50px auto;
    display: none;
    background: #fff;
    z-index: 1002 !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    padding: 16px;
    border-radius: 10px;
}

#wrap {
    opacity: 0.8;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgba(1, 1, 1, 0.725);
    z-index: 1001;
    overflow: auto;
    display: none;
}

.close {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 23.67px;
    color: #888686;
    cursor: pointer;
    float: right;
    margin: 0;
    position: relative;
    top: -13px;
}

.head {
    font-size: 26px;
    font-weight: bold;
    /*margin: 20px 0 0 50px;*/
    margin-top: 20px;
    margin-left: 75px;
    font-family: Arial;
    color: #434343;
    margin-bottom: 0px;
}

.join {
    font-size: 20px;
    margin-top: 5px;
    margin-left: 75px;
    font-weight: normal;
    color: #434343;
}

.subscribe {
    margin-top: 20px;
    margin-left: 75px;
    color: #a1a1a1;
    font-size: 11pt;
    font-weight: normal;
}

#vk_groups2 {
    margin-top: 20px;
    margin-left: 75px;
}

.alredy_sub {
    color: #434343;
    font-size: 12pt;
    margin-top: 10px;
    //margin-left: 75px;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: underline;
    cursor: pointer;
}

/* livejournal from footer*/
.li {
margin: -50px auto 0;
    text-align: right;
    width: 1000px;
}

/*headerlows from header*/
.headerLaws a, .headerLaws2  a, .headerLaws3 a {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
}

.headerLaws {
    background: #158cbd;
    left: -139px;
    padding: 15px 20px;
    position: absolute;
    width: 462px;
	top: -8px;
}
.rotate-block {
	transform: rotate(270deg);
    width: 134px;
    text-transform: uppercase;
    font-size: 16px;
    color: #b8f0ff;
    font-weight: bold;
    position: absolute;
    left: -42px;
    top: 71px;
    border-bottom: 1px solid #6bb3c7;
    padding-bottom: 4px;
    text-align: center;
}
/*footer - red subscribe*/
#parent-popup {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#popup {
    
    width: 504px;
    margin: 10% auto;
    padding: 13px 13px 13px 13px;
    border: 10px solid #fff;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 0 15px 0 0;
    -moz-border-radius: 0 15px 0 0;
    border-radius: 0 15px 0 0;
}

.close2 {
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close2:hover {
    background-color: rgba(229, 82, 52, 0.8);
}

.bl-field {
    margin: 178px 0 34px 19px;
}

.validEmail {
    display: block;
    height: 16px;
    margin-left: -24px;
    margin-top: 14px;
    position: absolute;
    width: 16px;
}

#sub-validate-p {
    border: medium none;
    color: #434546;
    float: left;
    font-size: 19px;
    height: 40px;
    margin-right: 2px;
    padding-left: 10px;
    width: 274px;
}

#sub-info {
    font-size: 14px;
    margin-left: 20px;
    padding-top: 15px;
    width: 440px;
}

.yes-send-p {
    cursor: pointer;
}

.yes-send-p:hover {
    opacity: 0.9;
}

#sub-notify-p {
    color: #474443;
    font-size: 20px;
    font-weight: bold;
}

.sub-new-p {
    color: #0B6D96;
    cursor: pointer;
    text-decoration: underline;
}

#popup input {
    background: #FFFFF;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.39) inset;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.39) inset;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.39) inset;
}

/*footer*/
.content-footer {
	background: #34bedb; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0YmVkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0N2E5ZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #34bedb 0%, #47a9e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34bedb), color-stop(100%,#47a9e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #34bedb 0%,#47a9e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #34bedb 0%,#47a9e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #34bedb 0%,#47a9e2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #34bedb 0%,#47a9e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34bedb', endColorstr='#47a9e2',GradientType=0 ); /* IE6-8 */
    border-top: 6px solid #e2f2f5;
	color: #ffffff;
    float: left;
	padding-left: 22px;
    width: 978px;
}
#cf-one {
	border-right: 2px solid #4bc8e5;
	clear: both;
	float: left;
	font-size: 18px;
	padding-bottom: 29px;
	width: 394px;
}
#cf-two {
	border-left: 1px solid #41adc6;
	border-right: 2px solid #4bc8e5;
	float: left;
	padding: 24px 10px;
	text-align: center;
	width: 264px;
}
#cf-three {
	border-left: 1px solid #41adc6;
	float: left;
	padding: 30px 0 0 35px;
	text-align: center;
}
.cf-img {
	
	height: 88px;
	left: 190px;
	position: absolute;
	width: 222px;
}
#cf-one img {padding-right: 30px;}
#cffs-send {margin-top:0px;margin-bottom:0px;}
/*#cffs-send:hover {opacity:0.7;}*/
.cf-form &gt; span {
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 7px;
}
.cf-form &gt; p {font-size: 14px;}
#cffs-validate {
	border: medium none;
	float: left;
	font-weight: bold;
	height:40px;
	margin-right: 5px;
	width: 230px;
}
.cf-form {
	margin-top: 0;
	padding-top: 76px;
}
.cff-sub-notice {height: 22px;}
.cff-sub-notice &gt; font {
	background-color: yellow;
}
#cffs-validEmail {
	display: block;
	height: 16px;
	left: 241px;
	margin-top: 10px;
	position: absolute;
	width: 16px;
}
.sub-new {
	display:none;
	background-color: yellow;
	color: #000000;
	cursor: pointer;
	font-size: 18px !important;
	padding-left: 10px;
	text-decoration: underline;
}
.cft {
	font-size: 21px;
	line-height: 21px;
	margin: 70px 0 32px;
}
#cf-three &gt; a {
	color: #fff;
	display: block;
	font-size: 21px;
	line-height: 21px;
	margin-top: 24px;
}

/*footer-block*/
#footerBlock {
   
    border-top: 8px solid #f87864;
    bottom: 0;
    box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-family: arial;
    height: 195px;
    left: 0;
    min-width: 960px;
    position: fixed;
    width: 100%;
    z-index: 1000 !important;
}
#btnClose {
    color: #f5f5f5;
	cursor: pointer;
    font-size: 36px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    visibility: visible;
}
#footerInner {
    background: #df4028;
    margin: 0 auto;
    padding: 20px 30px;
    width: 900px;
}
#footerLeft {
    display: inline-block;
    float: left;
    width: 555px;
}
#footerLeft &gt; b {
    display: block;
    font-size: 22px;
}
#footerLeft &gt; span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}
#footerRight {
    display: inline-block;
    width: 345px;
}
.g-recaptcha, div#fr-sub-form {
    float: left;
}
.fr-sub-notice {
    float: left;
    width: 200px;
	margin-top: 4px;
}
.frs-input &gt; input {
    color: #333333;
    font-weight: bold;
    height: 40px;
    width: 290px;
}
#frs-validEmail {
    display: block;
    height: 16px;
    margin-left: 285px;
    margin-top: 18px;
    position: absolute;
    width: 16px;
}
.frs-input {
    margin-bottom: 4px;
    float: left;
}
#already {
    margin-top: 26px !important;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
}
#frs-send {
    float: left;
    margin-top: 4px;
}

.click-new-mail {
	cursor: pointer;
	padding-left: 3px;
	text-decoration: underline;
}

.noMail {
    color: #bdbdbd !important;
}
.fake-input {
	opacity: 0;
	margin-bottom: -42px;
	position: relative;
}
.fake-input-1 {
    opacity: 0;
    float: left;
    width: 0;
    height: 0 !important;
    border: 0 !important;
}
@media screen and (min-width: 1500px) {
	#footerBlock {

	}
}
@media screen and (min-width: 1600px) {
	#footerBlock {

	}
}
@media screen and (min-width: 1700px) {
	#footerBlock {

	}
}
@media screen and (min-width: 1750px) {
	#footerBlock {

	}
}
@media screen and (min-width: 1800px) {
	#footerBlock {

	}
}

/*header - block - banner*/
#hd_logo {
    
    left: 67px;
    width: 821px;
    bottom: -19px;
}

#go-blog {
    display: block;
    float: right;
    height: 105px;
    width: 430px;
    position: relative;
    top: -8px;
}

.bBlock {
    color: #414140;
    display: table-cell;
    font-size: 22px;
    line-height: 20px;
    vertical-align: middle;
}

.bBlock span {
    color: #de5531;
}

/*subscribe - right - white*/
#window1 {
  width: 350px;
  height: 450px;
  background: #fff;
  z-index: 1002 !important;
  position: fixed;
  right: 25px;
  bottom: 40px;
  padding: 16px;
  border-radius: 10px;
  border: 2px solid #DFE9ED;
		display:none;
}
.noMail {
    color: #bdbdbd !important;
}
.close1 {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 23.67px;
	color:#888686;
	cursor: pointer;
	float: right;
	margin:0;
	position:relative;
	top:-13px;
}
.head1 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 30px;
  margin-left: 25px;
  font-family: Arial;
  color: #434343;
  margin-bottom: 0px;
}
.desc1 {
  font-size: 13pt;
  margin-top: 18px;
  margin-left: 25px;
  color: #434343;
}
.subscribe1 {
  margin-top: 20px;
  color: #9d9c9c;
  font-size: 11pt;
  font-weight: normal;
  margin-left: 25px;
  margin-bottom: 0px;
}
	.button_sub {/*

  background-color: #f05b50;
  border-radius: 10px;
  width: 228px;
		height: 30px;*/
  margin-left: 107px;
margin-top: 20px;
		/*
  font-weight: bold;
  font-size: 16px;
  font-family: Arial;
  color: #FFFFFF;
  margin-top: 20px;
  padding-top: 10px;
  text-align: center;
		cursor:pointer;*/
}
input[name="email_field"] {
  height: 40px;
  width: 218px;
  margin-left: 60px;
  margin-top: 20px;
  padding-right: 0px;
  font-size: 12pt;
  padding-left: 10px;
  color: #434343 !important;
  border: 1px solid #bcbcbc;
}
.alredy_sub1 {
	color:#434343;
	font-size:12pt;
	margin-top: 65px;
	text-align:center;
	margin-bottom:20px;
	text-decoration: underline;
	cursor: pointer;
}
#frs-validEmail1 {
    display: block;
    height: 16px;
		/*margin-left: 270px;*/
  	margin-top: 31px;
    position: absolute;
    width: 16px;
 	 right: 80px;
}
.click-new-mail {
	cursor: pointer;
	padding-left: 3px;
	text-decoration: underline;
}
.btn-db {
	color: #c9aa00 !important;
}
.noMail {
    color: #bdbdbd !important;
}
#notice {
  font-size: 13pt;
  margin-top: 18px;
  text-align: center;
}
.frs-input1 {
	width:230px;
}
input:focus {
  outline-offset: 2px !important;
  outline: none !important;
}</pre></body></html>