*{
    padding:0;
    margin:0;
    box-sizing:border-box;
}

html, body{
    font-size:16px;
    font-family:'Open Sans', sans-serif;
    line-height:1.95;
    overflow-x:hidden;
    color:#261c17;
}

p{
    font-size:16px;
}

img{
    max-width:100%;
    height:auto;
    display:block;
}

.privacyNav{
    display:block;
    line-height:44px;
    background-color:#ca532b;
    padding:5px 12px;
}

.nav-content{
    max-width:1170px;
    margin:0 auto;
    width:100%;
    overflow:hidden;
}

.privacyNav_logo{
    display:inline-block;
 // width:185px;
    vertical-align:middle;
}

.privacyNav_logo img{
    width:80%;
}

.privacyNav__icon{
    display:inline-block;
    float:right;
    width:35px;
    margin-right:6px;
    margin-left:6px;
}

.privacyNav__icon img{
    width:100%;
}

ul{
    list-style-position:inside;
    margin-top:8px;
    line-height:1.95;
    list-style:disc;
    padding-left:20px;
}

ul li{
    position:relative;
    padding-left:1px;
    line-height:1.95;
    overflow-wrap:anywhere;
}

.mainContent{
    max-width:1170px;
    margin:0 auto;
    width:100%;
    overflow:hidden;
    padding:10px 16px 120px;
}

.privasyPolisy{
    padding-top:60px;
    overflow-wrap:break-word;
    word-break:break-word;
}

.privacyPolicyLink{
    color:#fff;
    text-align:center;
}

.privasyPolisy__title{
    font-size:clamp(28px, 6vw, 38px);
    font-weight:normal;
    font-family:'Open Sans', sans-serif;
    line-height:1.25;
    font-weight: 500;
    word-break:break-word;
}

.privasyPolisy h2{
    font-size:clamp(22px, 5vw, 29px);
    margin-top:20px;
    font-weight:normal;
    font-family:'Open Sans', sans-serif;
    line-height:1.35;
    font-weight: 500;
    word-break:break-word;
}

.privasyPolisy p,
.privasyPolisy li,
.date,
.copyright{
    overflow-wrap:anywhere;
    word-break:break-word;
}

.date{
    font-size:16px;
    display:block;
    font-weight:bold;
}

.footer{
    display:block;
    text-align:center;
    background-color:#ca532b;
    box-sizing:border-box;
    padding-top:70px;
    color:#fff;
    font-family:'Open Sans', sans-serif;
    padding-bottom:20px;
    padding-left:16px;
    padding-right:16px;
}

.footer__title{
    font-size:clamp(22px, 5vw, 29px);
    font-weight:normal;
    line-height:1.3;
}

.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;
    max-width:100%;
}

.appstore{
    background-image:url("../img/ios.png");
    padding-top:32%;
    background-repeat:no-repeat;
    background-size:contain;
}

.googlePlay{
    background-image:url("../img/web.png");
    padding-top:32%;
    background-repeat:no-repeat;
    background-size:contain;
}

.appGoogle a{
    position:relative;
    display:inline-block;
    border-radius:40px;
    width:216px;
    max-width:100%;
    height:70px;
    margin-right:15px;
    margin-left:15px;
}

.copyright{
    display:block;
    padding-top:85px;
    padding-bottom:25px;
    line-height:1.6;
}

.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;
    }
}

@media (max-width:768px){
    html, body{
        font-size:15px;
        line-height:1.75;
    }

    p{
        font-size:15px;
    }

    .mainContent{
        padding:10px 14px 80px;
    }

    .privasyPolisy{
        padding-top:35px;
    }

    .privacyNav_logo{
        width:150px;
        padding-top:12px;
    }

    .privacyNav_logo img{
        width:100%;
    }

    .privasyPolisy__title{
        text-align:left;
        margin-bottom:10px;
    }

    .privasyPolisy h2{
        margin-top:18px;
    }

    .footer{
        padding-top:45px;
    }

    .appGoogle{
        margin-top:30px;
    }

    .copyright{
        padding-top:45px;
    }
}

@media (max-width:480px){
    html, body{
        font-size:14px;
        line-height:1.7;
    }

    p{
        font-size:16px;
    }

    .privacyNav{
        padding:6px 10px;
    }

    .privacyNav_logo{
        width:130px;
    }

    .mainContent{
        padding:10px 12px 60px;
    }

    .privasyPolisy{
        padding-top:25px;
    }

    .privasyPolisy__title{
        font-size:27px;
        line-height:1.2;
        font-weight: 500;
    }

    .privasyPolisy h2{
        font-size:21px;
        line-height:1.3;
        font-weight: 500;
    }

    ul{
        padding-left:18px;
    }

    .footer{
        padding-left:12px;
        padding-right:12px;
    }

    .appGoogle a{
        width:100%;
        max-width:216px;
        margin:14px auto;
    }

    .appGoogle__item{
        width:100%;
    }
}
.contact-link {
    color: #1a73e8;
    text-decoration: underline;
    font-weight: 500;
}

.contact-link:hover {
    color: #1557b0;
}
