html,body{
    padding:0;
    margin:0;
}
.loading_layer{
    width:100%;
    height:100vh;
    position: fixed;
    background:rgba(0,0,0,0.9);
    color:#fff;
    text-align: center;
    line-height: 100vh;
    top:0;
}
.privacy_index{
    overflow: hidden;
    position: relative;
}
.privacy_title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top:50px;
}
.privacy_content{
    width:90%;
    margin:0 auto;
    margin-top:50px;
    overflow: hidden;
}
.privacy_content p strong{
    font-weight: bold;
}
.privacy_content p{
   margin-top:10px;
   line-height: 1.4;
}
.text-big{
    font-size: 24px;
}
.table{
    margin: 0;
}
.table td:first-child{
    width: 30%;
}
.privacy_content table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px double #b3b3b3;
}
.privacy_content table thead {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px double #b3b3b3;
}
.privacy_content table thead th {
    padding: 4px;
    background-color: #fafafa;
    font-size: 14px;
    border-right: 1px double #b3b3b3;
    text-align: left;
}
.privacy_content table tbody td {
    padding: 4px;
    border-color: #d9d9d9;
    border: 1px solid transparent;
    border-right: 1px double #b3b3b3;
    border-bottom: 1px double #b3b3b3;
    color: rgba(0,0,0,.65);
}

@media(max-width:600){
    .privacy_title{
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        margin-top:50px;
    }
    .text-big{
        font-size: 20px;
    }
   
}
@media (min-width: 768px) {
    .privacy_body {
        width: 1200px;
        margin: 0 auto;
    }
    .privacy_link{
        color:#336Df4;
    }
    .privacy_link:hover{
        color:#336Df4;
        text-decoration: underline;
    }
  }
  
  @media (max-width: 768px) {
    .privacy_body {
        width: 90%;
        margin: 0 auto;
    }
    .privacy_link{
        color:#336Df4;
    }
    .privacy_link:hover{
        color:#336Df4;
        text-decoration: underline;
    }
  }