.page{
    padding: 40px 0 100px;
}

.page-header{
    margin-bottom: 32px;
}

.page-brcr{
    margin-bottom: 12px;
}

.page-header h1{
    font-weight: 500;
    font-size: 48px;
    line-height: 105%;
    color: #262626;
}

.page-content{
    font-size: 18px;
    line-height: 180%;
}

.page-content h1{
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    color: #262626;
}

.page-content h2{
    font-weight: 500;
    font-size: 42px;
    line-height: 105%;
    color: #262626;
}

.page-content h3{
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #262626;
}

.page-content h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #262626;
}

.page-content h5{
    font-weight: 500;
    font-size: 18px;
    line-height: 115%;
    color: #262626;
}

.page-content h6{
    font-weight: 500;
    font-size: 16px;
    line-height: 115%;
    color: #262626;
}

.page-content h1:not(:first-child), .page-content h2:not(:first-child), .page-content h3:not(:first-child), .page-content h4:not(:first-child), .page-content h5:not(:first-child), .page-content h6:not(:first-child){
    margin-top: 16px;
}

.page-content h1:not(:last-child), .page-content h2:not(:last-child), .page-content h3:not(:last-child), .page-content h4:not(:last-child), .page-content h5:not(:last-child), .page-content h6:not(:last-child){
    margin-bottom: 16px;
}

.page-content a{
    text-decoration: underline;
}

.page-content a:hover{
    text-decoration: none;
}

.page-content b{
    font-weight: 500;
    color: #262626;
}

.page-content ul{
    list-style: none;
}

.page-content ul li{
    position: relative;
    padding-left: 26px;
}

.page-content ul li:not(:first-child){
    margin-top: 8px;
}

.page-content ul li:before{
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMEw2LjY1MTA5IDMuMzQ4OTFMMTAgNUw2LjY1MTA5IDYuNjUxMDlMNSAxMEwzLjM0ODkxIDYuNjUxMDlMMCA1TDMuMzQ4OTEgMy4zNDg5MUw1IDBaIiBmaWxsPSIjMjYyNjI2Ii8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-size: cover;
    top: 8px;
    left: 0;
}

.page-content p:not(:first-child){
    margin-top: 22px;
}

.page-content p:not(:last-child){
    margin-bottom: 22px;
}

@media screen and (max-width: 1279px){
    .page{
        padding: 32px 0 60px;
    }

    .page-header h1{
        font-size: 42px;
    }
    
    .page-content {
        font-size: 16px;
        line-height: 160%;
    }

    .page-content h1{
        font-size: 42px;
    }
    
    .page-content h2{
        font-size: 36px;
    }
    
    .page-content h3{
        font-size: 22px;
    }
    
    .page-content h4{
        font-size: 19px;
    }
    
    .page-content h5{
        font-size: 16px;
    }
    
    .page-content h6{
        font-size: 14px;
    }

    .page-content h1:not(:first-child), .page-content h2:not(:first-child), .page-content h3:not(:first-child), .page-content h4:not(:first-child), .page-content h5:not(:first-child), .page-content h6:not(:first-child){
        margin-top: 12px;
    }
    
    .page-content h1:not(:last-child), .page-content h2:not(:last-child), .page-content h3:not(:last-child), .page-content h4:not(:last-child), .page-content h5:not(:last-child), .page-content h6:not(:last-child){
        margin-bottom: 12px;
    }

    .page-content ul li {
        padding-left: 22px;
    }

    .page-content ul li:before{
        top: 6px;
    }

    .page-content p:not(:first-child){
        margin-top: 18px;
    }

    .page-content p:not(:last-child){
        margin-bottom: 18px;
    }    
}

@media screen and (max-width: 767px){
    .page{
        padding: 24px 0 56px;
    }

    .page-header {
        margin-bottom: 20px;
    }

    .page-header h1 {
        font-size: 30px;
    }

    .page-content h1{
        font-size: 30px;
    }
    
    .page-content h2{
        font-size: 26px;
    }
}