.howto__one {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.howto__one:nth-child(even) .howto__one-img {
    order: 2;
}
.howto__one-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.15px;
    color: #263238;
    margin-bottom: 8px;
}
.howto__one-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #607D8B;
    position: relative;
}
.howto__one-text span {
    display: inline-block;
}
.howto__one-text:after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: -220px;
    width: 484px;
    height: 262px;
}
.howto__one:nth-child(even) .howto__one-text:after {
    background-image: url("img/bubbles_L.png");
    background-repeat: no-repeat;
}
.howto__one:nth-child(odd) .howto__one-text:after {
    background-image: url("img/bubbles_R.png");
    background-repeat: no-repeat;
}
.howto-page {
    margin-bottom: 60px;
}
.howto__one-text a {
    color: #008dee;
}
.howto__one-text a.tdu {
    text-decoration: underline;
    position: absolute;
    z-index: 1;
}
.contacts-list__time-value span {
    vertical-align: super;
    font-size: 9px;
}

@media (max-width: 991px) {
    .howto__one:nth-child(even) .howto__one-img {
        order: 0;
    }
    .howto__one-img {
        margin-bottom: 30px;
    }
    .howto__one:nth-child .howto__one-text:after {
        content: url("img/bubbles_R.png");
    }
    .howto__one {
        padding: 100px 0;
    }
    .howto__one:first-child {
        padding-top: 30px;
    }
    .howto__one:last-child {
        padding-bottom: 0;
    }
    .howto__one-text:before {
        content: '';
        background: url("img/bubbles_L.png") no-repeat;
        background-size: 100%;
        width: 384px;
        height: 208px;
        position: absolute;
        left: -8px;
        bottom: -200px;
    }
    .howto__one-text:after,
    .howto__one:nth-child(odd) .howto__one-text:after,
    .howto__one:nth-child(even) .howto__one-text:after {
        content: '';
        background-image: url("img/bubbles_R.png");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 384px;
        height: 208px;
        position: absolute;
        left: 374px;
        bottom: -200px;
    }
    .howto__one:last-child .howto__one-text:before,
    .howto__one:last-child .howto__one-text:after {
        content: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .content .container {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 767px) {
    .howto__one-img {
        padding: 0 !important;
        margin-bottom: 16px;
    }
    .howto__one-title {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.25px;
    }
    .howto__one-text {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.15px;
        width: 100%;
    }
    .howto__one {
        padding: 70px 0;
    }
    .howto__one-text:before {
        bottom: -150px;
        width: 50%;
        height: 130px;
    }
    .howto__one-text:after,
    .howto__one:nth-child(odd) .howto__one-text:after,
    .howto__one:nth-child(even) .howto__one-text:after {
        bottom: -150px;
        width: 50%;
        height: 130px;
        left: calc(50% - 10px);
        background-image: url("/local/components/snova/page.template/templates/howto/img/bubbles_R.png")
    }
}