*{
    padding:0;
    margin:0;
}
  html, body{
      font-size:16px;
      font-family: 'Open Sans' , sans-serif;
      line-height: 1.95;
  }

  p{
      font-size:16px;
  }

.privacyNav{
    display: block;
    line-height: 44px;
    background-color: #d77615;
    padding:5px;

}

.nav-content{
    max-width: 1170px;
    margin:0 auto;
    width:100%;
    overflow:hidden;
}

.privacyNav_logo{
    display:inline-block;
    width:185px;
    vertical-align: middle;
    padding-top:17px;
}


ul {
    list-style-position: inside;margin-top:-3px;
    line-height: 1.95;
    list-style: disc;
    padding-left: 20px;
}

ul li{
    position: relative;
    padding-left: 1px;
    line-height: 1.95;
}

.privacyNav_logo img{
    width:100%;
}

.privacyNav__icon{
    display:inline-block;
    float:right;
    width:35px;
    margin-right:6px;
    margin-left:6px;
    padding-top:17px;
}

.privacyNav__icon img{
    width:100%;
}


.mainContent{
    max-width: 1170px;
    margin:0 auto;
    width:100%;
    overflow:hidden;
    padding:10px;
    padding-bottom:120px;

}

.privasyPolisy{
    padding-top:60px;
    color:#565656;

}

.privacyPolicyLink{
    color:#fff;
    text-align:center;
}



.privasyPolisy__title{
    font-size: 38px;
    font-weight: normal;
    font-family: 'Open Sans' , sans-serif;
}

.privasyPolisy h2{
    font-size: 29px;
    margin-top: 20px;
    font-weight: normal;
    font-family: 'Open Sans' , sans-serif;
}

.date{
    font-size:16px;
    display:block;
    font-weight: bold;
}



.footer{
    display:block;
    text-align:center;
    background-color: #d77615;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:70px;
    color:#fff;
    font-family: 'Open Sans' , sans-serif;
    padding-bottom:20px;
}

.footer__title{
    font-size:29px;
    font-weight:normal;
}


.footer__title:after{
    content: "";
    display: block;
    width: 110px;
    height: 2px;
    margin: auto;
    margin-top: 20px;
    background-color: #fff;
}

.appGoogle{
    display:block;
    text-align:center;
    margin-top: 50px;
}

.appGoogle__item{
    display:inline-block;
    width: 216px;

}

.appstore{
    background-image: url("../img/appstore.png");
    padding-top: 32%;
    background-repeat: no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
}


.googlePlay{
    background-image: url("../img/appstore_button_google.png");
    padding-top: 32%;
    background-repeat: no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
}


.appGoogle a{
    position:relative;
    display:inline-block;
    border-radius: 40px;
    width: 216px;
    height: 70px;
    margin-right:15px;
    margin-left:15px;
}



.copyright{
    display: block;
    padding-top: 85px;
    padding-bottom: 25px;
}

.footerIcons__item{
    display: inline-block;
    width:35px;
    margin-right:6px;
    margin-left:6px;

}

.footerIcons__item img{
    width: 100%;
}


@media  (max-width:1170px){
    .appGoogle a {
        display:block;
        margin: 20px auto;
    }

}