html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}
body{
    line-height:1
}
ol,ul{
    list-style:none
}
blockquote,q{
    quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none
}
table{
    border-collapse:collapse;
    border-spacing:0
}

.cf:after {
  content: "";
  clear: both;
  display: table;
}

*, *::before, *::after {
    box-sizing: border-box;
}

a,button,input,svg,label{
	text-decoration:none;
    -webkit-tap-highlight-color:transparent
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
font: 400 16px sans-serif;
font-family: sans-serif;
}

body{
background-color: #f8fafc;	
}

.container{
max-width:1200px;
margin:0 auto;
flex-wrap:wrap;
}

.header{
position:fixed;
top:0;
width:100%;
padding:20px 10px;
}
.header .container{
justify-content: space-between;
}
.header .container a{
color:#fff;
padding:5px 20px;
}

.header .headA a:nth-child(1){
font-size:20px;
}

.main{
padding:100px 0 30px 0;
color: #212529;
text-align: left;
}

.main .container.top {
    padding: 0 15px 20px 15px;
    justify-content: start;
    flex-direction: column;
}

.panel {
    margin:20px 0 10px 0;
	padding:10px;
	border:1px solid #ddd;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel h1{
margin-bottom:10px;	
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary {
    color: #ffffff;
	text-decoration:none;
    background-color: #38b44a;
    border-color: #38b44a;
}
.btn-xs {
    padding: 2px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
    text-decoration: none;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.footer{
    background: #f8fafc;
    color: #b9b9b9;
    padding: 20px;
}

.footer .container{
justify-content:center;
}

.container{
display:flex;
}

a{
color:#000;
}

a:hover{
text-decoration:underline;
}

.main .container{
justify-content:center;
}
.block{
display:flex;
flex-direction:column;
margin-right:30px;
}

.block.last{
margin-right:0;
}

.container .part{
border:1px solid #dddddd;
width:270px;
margin:0 0 20px 0;
align-self: baseline;
}

.container .part a{
display:block;
}



.container .part h3{
color:#fff;
padding:10px 15px;
}

.container .part ul li{
background:#fff;
color:#000;
padding:10px 15px;
border-bottom:1px solid #ddd;
}


.container .part h3, .header {
	z-index:999;
    color: #fff!important;
}

  .headC{
display:none;
position: absolute;right: 20px;top: 5px;	  
  }
  
  .sideMenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index:9999;
}
.sideMenu a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sideMenu a:hover {
  color: #f1f1f1;
}

.sideMenu .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-width: 800px){
.header .stan{
display:none;
}
.headC{
display:block;}
.main .container.top {
    padding: 0 20px 20px 20px;
    justify-content: start;
}

.container {
    max-width: 100%;
}

.block , .block.last{
    width: 90%;
	margin:0 auto;
}

.container .part {
    width: 100%;
}

}