main{
    display: flex;
    flex-direction: column;
}
.service-desc{
    order: 10;
}
.rating__star.active {
    background-image: url(../icon/rating/media/icon-star-fill.svg);
}
.top-case__text-block a {
    color: #007bff;
    text-decoration: none;
}
.top-case__visual-block img {
    width: 100%;
    display: block;
}
.top-case__text-content {
    order: initial;
}
 .about__questions-link.active {
    opacity: 1;
    text-decoration: underline;
}
 .service-step__description ul,
 .service-desc__text ul,
 .service-desc__text ol
 {
    margin-top: 1.62em;
    margin-bottom: 1.62em;
    padding-left: 40px;
}
 .service-step__description ul li,
 .service-desc__text ul li,
 .service-desc__text ol li {
    position: relative;
}
.service-step__description ul li:before,
.service-desc__text ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 6px;
  height: 6px;
  margin-top: 9px;
  background-color: #0f0f0f;
}
.service-desc__text ul li:before {
  background-color: #ffffff;
}
.service-desc__text ol {
    counter-reset: section;
}
.service-desc__text ol li {
    position: relative;
}
.service-desc__text ol li:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 0;
    left: -40px;
    font-weight: 700;
}
.service-desc__text h2, .service-desc__text .h2 {
    font-size: 26px;
    line-height: 1.125;
    margin-top: 0.83em;
}
.service-desc__text h3, .service-desc__text .h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 1em;
}
.service-desc__text a {
    color: inherit;
}
.about-company__description {
    font-size: 24px;
    line-height: 40px;
    padding-right: 1em;
}
@media only screen and (min-width:1280px) {
    .queries__text.queries__text_small {
        font-size: 20px;
        line-height: 30px;
    }
    .article-header {
        padding-bottom: 50px;
    }
    .about-company__description {
        padding-right: 0;
    }
    .top-case__text-block--big-photo,
    .top-case__text-block--big-photo + .top-case__text-block--big-photo {
        padding-bottom: 90px;
    }
}
.project img {
    display: inline-block;
    width: auto!important;
    height: auto!important;
}
@media only screen and (min-width:670px) {
    .project__list > div, .project__list > p {
        flex-basis: 100%;
        max-width: 100%;
    }
}
.popup-white-padding {
    padding: 30px;
}
@media only screen and (max-width:669px) {
    .service-step__description {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width:1279px) {
    .portfolio-video {
        margin-left: -16px;
        margin-right: -16px;
    }
}
/* sitemap html */
ul.htmlsitemap {
    margin-top: 50px;
}
ul.htmlsitemap li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
    color: inherit;
}
ul.htmlsitemap li a:hover {
    text-decoration: underline;
}
ul.htmlsitemap li.subheader {
    margin: 10px 0;
}
ul.htmlsitemap li.subheader a {
    margin: 10px 0;
    font-size: 30px;
    line-height: 40px;
}
.article-index {
    padding-top: 0;
}
.article-header {
    padding-bottom: 40px;
}
.blog-article__body {
    font-size: 16px;
    line-height: 1.6;
}
.blog-article__body br {
    content: "";
    display: block;
    font-size: 100%;
    height: 1.5em;
}
.blog-article__body img {
    margin: 0.5em 0;
}
.youtube-video-cont {
     position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.youtube-video-cont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.promo-service__title_medium {
    font-size: 56px;
}
.promo-service__title_small {
    font-size: 48px;
}
.about__wrap {
    padding-top: 100px;
}
.about__questions {
    padding-top: 20px;
}
@media only screen and (min-width: 1280px) {
    .about__wrap {
        padding-top: 205px;
    }
    .about__questions {
        padding-top: 40px;
    }
    .about-form__queries {
        margin-top: 40px;
    }
}
.cursor-link {
  max-width: none;
  max-height: none;
}
.lead-form__success-message a {
    color: #000000;
}
.about-company__description .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.about-company__description .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pb0 {
    padding-bottom: 0 !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.pt0 {
    padding-top: 0 !important;
}
.pr0 {
    padding-right: 0 !important;
}
.pl0 {
    padding-left: 0 !important;
}
.top-case__text-block.top-case__text-block--small-padding .top-case__visual-short-item .top-case__text-content {
    padding-left: 30px;
}
.top-case__visual-short-wrap, .top-case__visual-bg {
    background-color: transparent;
}
.d-none {
    display: none!important;
}
.about-company__item .video--main-page video {
    display: block;
}
.promo-form__note a {
    color: #ffffff;
}
.top-case__body li {
    font-size: inherit;
    line-height: normal;
    text-transform: none;
    font-weight: normal;
    font-family: "rf-dewi-extended", sans-serif;
    list-style: none;
}
.top-case__body li:before {
    top: 12px;
}
.lead-form__input {
    font-size: 14px;
}
.service-desc__text {
    opacity: 1;
    font-size: 16px;
}
.services-page.landings_services_block {
    padding-bottom: 0;
}
.services-page.landings_services_block {
    padding-top: 70px;
}
.services-page.landings_services_block .services-page__list {
    margin-top: 34px;
}
a.service-content__item {
    text-decoration: none;
    color: #0f0f0f;
}
.boss .boss__info .boss__name {
    font-size: 18px;
}
.boss .boss__info .boss__name a {
    font-size: 25px;
    text-transform: uppercase;
    color: #0f0f0f;
}
@media only screen and (min-width: 1280px)
{
    .boss .boss__info .boss__name {
        font-size: 28px;
    }
    .boss .boss__info .boss__name a {
        font-size: 34px;
    }
    .services-page.landings_services_block {
        padding-bottom: 70px;
    }
}
@media (max-width: 1279px) {
    .colored-bg-columns {
        margin-left: -16px;
        padding-left: 16px;
        margin-right: -16px;
        padding-right: 16px;
    }
}
    .top-cases-list-margin-bottom {
        margin-bottom: 70px;
    }
    @media only screen and (min-width:960px) {
        .top-cases-list-margin-bottom {
            margin-bottom: 100px;
        }
    }
.pb70 {
    padding-bottom: 70px;
}
.share__inner .project__final-case .h2 {
    font-size: 36px;
    padding-top: 16px;
}
.blog-article__col.img-valign-center {
    align-self: center;
}
.member-photo img.podcast_image {
    width: 80px;
    height: 80px;
    margin: 10px 15px 10px 5px;
}
.table-bordered {
    border: 1px solid #0f0f0f;
    border-collapse: collapse;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #0f0f0f;
    padding: 8px;
}
.table-bordered td p, .table-bordered th p {
    margin: 0;
}
.blog-article__col.podcast_links_block {
    align-self: flex-start;
}
.blog-article__col.podcast_links_block p {
    font-size: large;
    font-weight: 700;
}
.blog-article__col a {
    color: #0f0f0f;
}
.blog-article__body img.podcast_link_image {
    width: auto;
    margin: 0;
    vertical-align: middle;
}
.blog-article__row.podcast_links_leftblock {
    margin-top: 1.65em;
}
.blog-article__row.podcast_links_leftblock .blog-article__col h3 {
    margin-top: 0;
}
.mt-10 {
    margin-top: 10px;
}
.tags__link.noborder {
    border: none;
    text-decoration: none;
}
.tags__link.noborder:hover {
    border: none;
    color: #0f0f0f!important;
    background-color: #ffffff!important;
    text-decoration: underline;
}
.header__nav-phone {
    position: relative;
    margin-left: 0;
    padding-left: 90px;
}
.header_telegram_link {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 32px;
    width: 24px;
    height: 22px;
}
.header_telegram_link svg {
    display: block;
    fill: #ffffff;
}
@media only screen and (min-width:960px) and (max-width:1279px) {
    .top-case__head-wrap {
        margin-top: 30px;
    }
}
@media only screen and (min-width:1280px) and (max-width:1919px) {
    .top-case__head-wrap {
        margin-top: 40px;
    }
}
@media only screen and (min-width:960px) {
    .top-case__head-wrap.hide_top_links {
        display: none;
    }
}
.about-form__form h1.about-searchpage-header {
    font-size: 60px;
    line-height: 120px;
    height: 120px;
    font-family: 'rf-dewi-extended', sans-serif;
    font-weight: 700;
    display: block;
}

/** like block  */
.card-list .card-footer__views {
    margin-right: 15px;
}
.card-list .card-footer__likes {
    margin-right: 15px;
    margin-left: 5px;
}

.card-footer__likes {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    margin-left: auto;
}

.card-footer__likes svg {
    margin-right: 7px;
    stroke: #9c9c9c;
}

.article-header .article-header__views {
    margin-right: 20px;
}

.article-header__likes {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    margin-right: auto;
}

.article-header__likes svg {
    margin-right: 7px;
    stroke: #9c9c9c;
}

.share__content--likes {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
}

.share__content--likes p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-right: 0;
}

.share__content--likes__number {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 17px;
}

.share__content--likes__number path {
    transition: all 0.4s ease;
    fill: #fff;
}

.share__content--likes__number.active path {
    fill: #B72B32;
}

.share__content {
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .share__content--likes {
        width: 100%;
        margin-top: 20px;
    }
}
.portfolio-top__video {
    position: relative;
}
.about-company__description ol {
    list-style: decimal;
}
.about-company__description ul {
    list-style: disc;
}
@media only screen and (max-width:360px) {
    .service-squadblock__item.long-height {
        aspect-ratio: 343 / 525
    }
}
@media only screen and (max-width:430px) {
    .promo-service__title_medium {
        font-size: 26px;
    }
    .promo-service__text {
        font-size: 16px;
    }
}
