

/* Start:/local/templates/main/assets/css/pages/privacy-policy.css?17581659272680*/
@font-face {
    font-family: "Geologica";
    src: url("/local/templates/main/assets/css/pages/./assets/fonts/Geologica/Geologica-VariableFont_CRSV,SHRP,slnt,wght.ttf") format("truetype");
}


:root {
    --green: #004746;
    --orange: #f04923;
    --gray: #414042;
    --light-gray: #E6E6E6;
    --border: #bdbfc6;
    --background: #F2F2F2;
    --text-black: #1E1E1E;
    --text-gray: #5D5E60;
    --text-light-gray: #959698;
}

body {
    margin: 0;

    font-family: Geologica;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0%;

    display: flex;
    flex-direction: column;
}

header {
    padding-top: 3%;
    padding-left: 6%;
}

header img {
    height: 53px;
}

.main-block {
    padding: 5% 6% 11% 6%;
}

.title {
    font-weight: 400;
    font-size: 86px;
    line-height: 86px;

    padding-top: 1%;
    padding-bottom: 4%;

    display: flex;
    flex-direction: column;
    gap: 16px;

}

.back-button {
    width: 75px;
    height: 24px;

    outline: none;
    background: transparent;
    border: none;

    font-family: Geologica;
    font-size: 16px;
    font-weight: 300;

    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;

    transition: all 0.3s;
}

.back-button:hover {
    cursor: pointer;
    opacity: 0.6;
}

.info-block {
    display: flex;
    flex-direction: column;
    gap: 46px;
    justify-self: center;

    width: 43vw;

    font-size: 16px;
    line-height: 24px;
}

.info-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;

    margin-bottom: 10px;
}

ul {
    list-style: url("/local/templates/main/assets/css/pages/../../assets/icons/list_marker.svg");
    padding-left: 15px;

}

li {
    padding-left: 5px;
    margin-bottom: 8px;

}

.paragraph {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


@media (max-width: 1440px) {

    .main-block{
        padding-top: 66px;
    }


    .title {
        font-size: 36px;
        line-height: 36px;
        overflow-wrap: break-word;

        padding-bottom: 36px;
    }


    .info-block {
        width: 87vw;
        padding: 0
    }


}

@media (max-width: 744px) {
    header{
        padding-top: 16px;
        padding-left: 24px;
    }

    header img {
        height: 31px;
    }

    .main-block {
        padding-left: 24px;
        padding-right: 24px;
    }

    .info-block{
        width: 93vw;
    }
}

@media (max-width: 375px) {
    .info-title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 0;
    }

     .info-block{
        width: 87vw;
    }

}
/* End */
/* /local/templates/main/assets/css/pages/privacy-policy.css?17581659272680 */
