.clr-666{
    color: #666;
}

.clr-999{
    color: #999;
}

.clr-f{
    color: #fff;
}

.clr-db{
    color: #596C80;
}

.clr-bl{
    color: #0080FF;
}

.bg-bl{
    background-color: #0080FF;
}

.tupp{
    text-transform: uppercase;
}

.wb{
    word-break: break-all;
}

.ttnone{
    text-transform: none !important;
}

.mb-57{
    margin-bottom: 57px !important;
}

.row > *{
    padding: 0;
}

.fs-12{
    font-size: 12px;
}

.fs-15{
    font-size: 15px;
}

.fs-16{
    font-size: 16px;
}

.fw-300{
    font-weight: 300;
}

.fw-700{
    font-weight: 700;
}

.fw-800{
    font-weight: 800;
}

.sectitle{
    position: relative;
    text-transform: uppercase;
    padding-left: 22px;
}

.sectitle::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 4px;
    left: 3px;
    background-color: #fff;
}

.secmark::marker{
    font-size: 30px;
}

.offcanvas{
    z-index: 2050;
}

.row{
    --bs-gutter-x: 0;
}

@media(max-width: 1016px){
    .row > *{
        padding: 0 calc(1.5rem/ 2);
    }
}