<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.screenWide{width: 100%; clear: both; overflow: auto;}
.pageWide{max-width: 360px; margin: 0 auto; clear: both; padding: 1px 0; }

.cols1_1, .cols3_1, .cols3_2, .cols3_3, .cols3_12, .cols3_23, .cols2_1, .cols2_2, .cols4_1, .cols4_2, .cols4_3, .cols4_4, .cols4_23,.cols4_34, .cols4_123, .cols4_234, .cols5_1, .cols5_2, .cols5_3, .cols5_4, .cols5_5, .cols5_12, .cols5_23, .cols5_34, .cols5_45, .cols5_123, .cols5_234, .cols5_345, .cols5_456, .cols6_1, .cols6_2, .cols6_3, .cols6_4, .cols6_5, .cols6_6, .cols6_123, .cols6_234, .cols6_345, .cols6_456, .cols6_1234, .cols6_2345, .cols6_3456 {
  box-sizing: border-box;
  padding: 10px;
}





#stage{
  max-width: 360px;
  min-height: 100%;
  margin: 0 auto;
  background-color: var(-bgMain);
}


#header{
  width: 100%;
  padding: 0;
  position: relative;
  background-color: var(--headerBg);
}

#header #elementsContainer{
  height: 100px;
}

#header #headerLogo{
  height: 78px;
  position: absolute;
  top: 12px;
  left: 5px;
}

#header #buttons{
  position: absolute;
  top: 80px;
  right: 5px;
  text-align: right;
}


#header .easeButton{
  display: inline-block;
  font-size: 13px;
  border-radius: 3px;
  padding: 4px 5px;
  margin: 18px 0 0 10px;
}

#header #menuButton img{
  width: 40px;
  position: absolute;
  left: 310px;
  top: 56px;
  display: inline-block;
  margin: 0;
  filter: var(--imageMonoFilterDark);
}

#header #menuPhone a{
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 15px;
  width: 200px;
  color: var(--hTitles);
}



#header a, #header a:hover{
  text-decoration: none;
}
#header div.headerMenu{
  background-color: var(--navSubitemBg);
  padding: 4px 8px;
  border-bottom: 1px solid #FFF;
  color: var(--navSubitem);
}

#header div.headerMenu a{
  color: var(--navSubitem);
}



#navigation{
  width: 100%;
  background-color: var(--navSubitemBg);
  z-index: 5000;
  display: none;
  padding: 5px 0;
  font-size: 17px;
}

#navigation ul{
  margin: 0;
}

#navigation li{
  list-style: none;
  border-bottom: solid 1px #ccc;
  line-height: 1.8em;
  margin: 0;
  padding: .5em 0;
}

#navigation li a{
  padding-left: 10px;
	color: var(--navSubitem);
  background-color: var(--navSubitemBg);
  font-weight: normal;
  text-align: left;
}

#navigation li ul li{
  list-style: none;
}

#navigation li ul li a{
  padding-left: 30px;
}

#navigation li ul li, #navigation ul li:last-child{
  border-bottom: solid 0px #ccc;
}

#navigation li a{
  display: block;
}


#navigation li a:active{
  text-decoration: none;
  color: var(--navSubitemHover);
  background-color: var(--navSubitemHoverBg);
}

#navigation li a:hover{
  color: var(--navSubitemHover);
  background-color: var(--navSubitemHoverBg);
}




#contents{
  padding: 0px;
  margin: 0 auto;
  background-color: var(-bgMain);
}



#footer{
  min-height: 20px;
  overflow: auto;
  color: #fff;
  padding: 0 0;
  background-color: var(--footerBg);
  text-align: center;
}

#footer a{
  color: #fff;
}


#footer #logo{
  max-width: 60% !important;
  margin: 20px auto 20px auto;
  display: block;
  filter: var(--imageMonoFilterLight);
}

#footer ul{
  list-style-type: none;
  font-size: 18px;
  text-align: center;
}

#footer li{
  margin: 0;
  padding: 8px;
  text-align: center;
}

#footer #socialBlock{
  display: block;
  text-align: center;
  width: 100%;
  margin: 30px auto 10px auto;
}


#footer #footerPhone{
  display: block;
  text-align: center;
  width: 100%;
  margin: 20px auto 20px auto;
  font-size: 28px;
  font-weight: 600;
}

#footer .socialIcon{
  height: 32px;
  margin: 10px;
  filter: var(--imageMonoFilterLight);
}

#footer .footer_address{
  width: 50%;
  float: left;
  padding: 5px 8px 5px 18px;
  font-size: 13px;
}
#footer .footer_address *{
  text-align: left;
}


#footer #copyright{
  font-size: 12px;
  padding: 20px 10px 10px;
  text-align: center;
}


</pre></body></html>