/* ---------- 4.22. How To ---------- */

.hide-howto-title
{
    display: none;
}

.how-to-container
{
    background: #F8FAFE;
    border-radius: 24px;
    color: #111;
    margin: 0 auto;
    padding: 32px 32px 20px;
    line-height: 155%;
}

.how-to-container p
{
    font-size: 16px;
}

.how-to-container .nw
{
    font-weight: 700;
    font-size: 24px;
    line-height: 155%;
    margin-bottom: 4px;
}

.how-to-container .how-to-info
{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 11px;
    padding: 0;
    padding-left: 0 !important;
}

.how-to-container .how-to-info p
{
    display: none;
}

.how-to-container .how-to-info li
{
    margin: 0 8px 5px 0;
}

.how-to-container .how-to-info li:before
{
    background: none;
    content: '•';
    margin: 0 8px 0 0;
    opacity: 0.5;
    position: static;
}

.how-to-container .how-to-info li:first-child:before
{
    display: none;
}

.how-to-container .how-to-info .bold
{
    opacity: .5;
}

.how-to-container .how-to-description
{
    font-size: 16px;
    margin-bottom: 16px;
}

.how-to-container .how-to-blocks
{
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    width: auto;
    position: relative;
    margin: 0 -12px;
}

.how-to-container .how-to-block-container
{
    background: #FFFFFF;
    border-radius: 16px;
    margin: 0 12px 12px;
    padding: 12px 12px 35px 12px;
}

.how-to-container .how-to-image img
{
    width: 100%;
    height: auto;
}

.how-to-container .how-to-title
{
    font-weight: 700;
    margin-bottom: 2px;
}

.how-to-container .how-to-text
{
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 0;
}

.how-to-container .how-to-text-wrap p:last-child
{
    margin-bottom: 0;
}

.how-to-container .owl-dots
{
    width: 100%;
}

@media (min-width: 1024px)
{
    .how-to-container .how-to-blocks
    {
        overflow: hidden;
        flex-wrap: wrap;
    }

    .how-to-container .how-to-block-container
    {
        width: calc(33.333% - 24px);
    }
}

@media (max-width: 1024px)
{
    .how-to-container
    {
        padding-left: 14px;
        padding-right: 14px;
    }

    .how-to-container .nw
    {
        font-size: 20px;
    }
}

@media (max-width: 600px)
{
    .how-to-container .how-to-info li:first-child:before
    {
        display: inline;
    }
}

/* ---------- # 4.22. How To ---------- */