.block_with_explanation
{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .block_with_explanation
    {
        padding-top: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .block_with_explanation
    {
        padding-top: 60px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .block_with_explanation
    {
        padding-bottom: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .block_with_explanation
    {
        padding-bottom: 60px;
    }
}

.block_with_explanation_exp_item:before
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 12px;
    height: 12px;

    content: '';
    transform: translate(-50%, -50%);

    border-radius: 50%;
    background: #d8d9dd;
}

.block_with_explanation_row
{
    position: relative;
}
.block_with_explanation_row[data-type=slides]
{
    align-items: center;
}
.block_with_explanation_row[data-type=slides] .left_side
{
    position: static;
}
.block_with_explanation_row[data-type=exp]
{
    align-items: flex-start;
}
.block_with_explanation_row[data-type=exp] .left_side
{
    position: relative;

    margin-top: 80px;
}
@media screen and (max-width: 991px)
{
    .block_with_explanation_row[data-type=exp] .left_side
    {
        position: static;

        margin-top: 0;
    }
}
@media screen and (max-width: 767px)
{
    .block_with_explanation_row .left_side
    {
        position: static;

        margin-top: 0;
    }
}
.block_with_explanation_main
{
    margin-top: 20px;
}
@media screen and (max-width: 1440px) and (min-width: 320px)
{
    .block_with_explanation_main
    {
        margin-top: calc(.0694444444 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .block_with_explanation_main
    {
        margin-top: 100px;
    }
}
@media screen and (max-width: 991px)
{
    .block_with_explanation_main
    {
        position: absolute;
        z-index: 99;
        bottom: 0;
        left: 0;

        width: 100%;
        padding: 0 15px;

        text-align: center;
    }
}
.block_with_explanation .tns-ovh
{
    border-radius: 24px;
}
.block_with_explanation_slider
{
    position: relative;

    overflow: hidden;

    height: 100%;

    border-radius: 24px;
}
.block_with_explanation_slider:after
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: #fff;
}
.block_with_explanation_slider_item
{
    z-index: 2;

    height: 100%;
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;

    opacity: 1;
}
@media screen and (max-width: 1440px) and (min-width: 400px)
{
    .block_with_explanation_slider_item
    {
        padding-bottom: calc(.0625 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .block_with_explanation_slider_item
    {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 480px)
{
    .block_with_explanation_slider_item
    {
        padding-top: calc(.0520833333 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .block_with_explanation_slider_item
    {
        padding-top: 75px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 540px)
{
    .block_with_explanation_slider_item
    {
        padding-right: calc(.0277777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .block_with_explanation_slider_item
    {
        padding-right: 40px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 540px)
{
    .block_with_explanation_slider_item
    {
        padding-left: calc(.0277777778 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .block_with_explanation_slider_item
    {
        padding-left: 40px;
    }
}
.block_with_explanation_slider_item_ico
{
    margin-bottom: 20px;

    text-align: center;
}
@media screen and (max-width: 1440px) and (min-width: 480px)
{
    .block_with_explanation_slider_item_ico
    {
        margin-bottom: calc(.0416666667 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .block_with_explanation_slider_item_ico
    {
        margin-bottom: 60px;
    }
}
.block_with_explanation_slider_item_ico img
{
    max-width: 200px;
    max-height: 150px;
}
.block_with_explanation_slider_item p
{
    margin-bottom: 0;
}
.block_with_explanation_slider_item.in
{
    opacity: 1;
}
.block_with_explanation_slider_item.out
{
    opacity: 0;
}
.block_with_explanation_exp
{
    position: relative;

    float: right;

    width: 100%;
    padding: 0 15px;
}
.block_with_explanation_exp.gray .block_with_explanation_exp_item_text .content
{
    background: #f9fafe;
}
.block_with_explanation_exp.i_center .block_with_explanation_exp_item_text
{
    text-align: center;
}
.block_with_explanation_exp.i_no_space .block_with_explanation_exp_item
{
    margin-bottom: 0 !important;
}
.block_with_explanation_exp_item
{
    position: relative;

    margin-bottom: 40px;

    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 1440px) and (min-width: 720px)
{
    .block_with_explanation_exp_item
    {
        margin-bottom: calc(.0555555556 * 100vw);
    }
}
@media screen and (min-width: 1440px)
{
    .block_with_explanation_exp_item
    {
        margin-bottom: 80px;
    }
}
.block_with_explanation_exp_item:nth-child(even)
{
    flex-direction: row-reverse;
}
.block_with_explanation_exp_item:nth-child(even) .block_with_explanation_exp_item_text .content
{
    float: right;
}
.block_with_explanation_exp_item:nth-last-child(1)
{
    margin-bottom: 0;
}
.block_with_explanation_exp_item_ico
{
    min-height: 70px;

    text-align: center;
}
.block_with_explanation_exp_item_ico img
{
    max-width: 70px;
    max-height: 70px;
}
.block_with_explanation_exp_item_text .content
{
    width: 100%;
    padding: 15px;

    border: 1px solid #e6e9f3;
    border-radius: 5px;
    background: #fff;
}
.block_with_explanation_exp_item_text .content h5
{
    margin: 0 0 10px 0;
}
.block_with_explanation_exp_item_text .content p
{
    margin: 0;
}
.block_with_explanation_exp .deliver_line
{
    position: absolute;
    z-index: 0;
    left: 50%;

    width: 2px;

    content: '';
    transform: translateX(-50%);

    background: #d8d9dd;
}
@media screen and (max-width: 991px)
{
    .block_with_explanation_exp
    {
        float: none;

        margin: 0 auto;
    }
}
@media screen and (min-width: 577px)
{
    .block_with_explanation_exp
    {
        max-width: 600px;
    }
    .block_with_explanation_exp_item_text .content
    {
        max-width: 215px;
    }
}
@media screen and (min-width: 577px) and (max-width: 1440px) and (min-width: 1263.6734693878px)
{
    .block_with_explanation_exp_item_text .content
    {
        max-width: calc(.1701388889 * 100vw);
    }
}
@media screen and (min-width: 577px) and (min-width: 1440px)
{
    .block_with_explanation_exp_item_text .content
    {
        max-width: 245px;
    }
}
@media screen and (min-width: 577px)
{
    .block_with_explanation_exp_item_text,
    .block_with_explanation_exp_item_ico
    {
        max-width: 50%;
    }
}
@media screen and (max-width: 576px)
{
    .block_with_explanation_exp.i_no_space .block_with_explanation_exp_item
    {
        margin-bottom: 40px !important;
    }
    .block_with_explanation_exp_item
    {
        flex-direction: column;
    }
    .block_with_explanation_exp_item:nth-child(even),
    .block_with_explanation_exp_item:nth-child(odd)
    {
        flex-direction: column-reverse;
    }
    .block_with_explanation_exp_item_ico
    {
        width: 100%;
        margin-bottom: 20px;
    }
    .block_with_explanation_exp_item_text
    {
        max-width: 240px;
    }
    .block_with_explanation_exp_item:before
    {
        display: none;
    }
    .block_with_explanation_exp .deliver_line
    {
        display: none;
    }
}
