.h2 {
   margin-top: 70px;
   margin-bottom: 35px;
   padding: 0;
}

.h4 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
}

.text-16-light {
    font-size: 16px;
    color: #808080;
}
.text-18-light {
    font-size: 18px;
    color: #7f7f7f;
}

.list-rect-check {
    padding: 0;
    margin: 0;
}
.list-rect-check li {
    position: relative;
    list-style: none;
    padding-left: 44px;
    margin-bottom: 28px;
    font-size: 19px;
    color: #3e3e3e;
}
.list-rect-check li:last-child {
    margin-bottom: 0;
}
.list-rect-check li::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat url(/images/smm/check1.png);
}
@media (width <= 767.98px) {
    .list-rect-check li {
        margin-bottom: 18px;
        font-size: 15px;
    }
}

.b-hero-title {
    padding: 110px 70px 110px 70px;
    background-color: #7242ca;
    background-repeat: no-repeat;
    background-image: url(/images/smm/hero-title-bg.jpg);
    background-size: cover;
    background-position: 50% 0;
    border-radius: 8px;
}
.b-hero-title__title {
    text-transform: initial;
    max-width: 690px;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
}
.b-hero-title__descr {
    max-width: 730px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    color: #fff;
}
@media (width <= 767.98px) {
    .b-hero-title {
        padding: 30px 20px;
    }
    .b-hero-title__title {
        font-size: 19px;
    }
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media (width <= 575.98px) {
    .grid-2 {
        grid-template-columns: 1fr;
    }
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (width <= 991.98px) {
    .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (width <= 575.98px) {
    .grid-3 {
        grid-template-columns: 1fr;
    }
}
.grid-cell {
    border-radius: 8px;
}

.b-grey {
    background-color: #edf0f1;
}
.b-blue {
    background-color: #cbeff6;
}
.b-bright-lilac {
    background-color: #E4C4FD;
}

/* Social blocks */
.b-social {
    position: relative;
    overflow: hidden;
    padding: 35px 52px 65px;
    border-radius: 8px;
}
.b-social__head {
    position: relative;
    z-index: 2;
    margin-bottom: 45px;
    display: flex;
    gap: 30px;
    align-items: center;
}
.b-social__title {
    font-size: 36px;
    font-weight: 600;
    text-shadow: 2px 1px 4px #edf0f1;
}
.b-social__text {
    position: relative;
    z-index: 2;
    margin-bottom: 45px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    text-shadow: 2px 1px 4px #edf0f1;
}
.b-social__tag-item {
    position: relative;
    font-size: 19px;
    line-height: 2;
    padding-left: 46px;
}
.b-social__tag-item::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: .5em;
    background: no-repeat url(/images/smm/rating.png);
}
.b-social__img {
    position: absolute;
    top: -28px;
    right: -26px;
}
.b-social_inst .b-social__img {
    top: -67px;
    right: -34px;
}
@media (width <= 767.98px) {
    .b-social {
        padding-left: 20px;
        padding-right: 20px;
    }
    .b-social__head {
        gap: 10px;
    }
    .b-social__head img {
        width: 32px;
        height: auto;
    }
    .b-social__title {
        font-size: 30px;
    }
}

/* Tariff blocks */
.b-tariff {
    position: relative;
    padding: 30px 35px 100px;
}
.b-tariff__mark {
    margin-bottom: 10px;
    font-size: 19px;
}
.b-tariff__name {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 600;
}
.b-tariff__price-wrapper {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
.b-tariff__price-des {
    font-size: 19px;
}
.b-tariff__price {
    white-space: nowrap;
    font-size: 30px;
    font-weight: 600;
}
.b-tariff__list {
    padding-left: 0;
    margin-bottom: 0;
}
.b-tariff__list li {
    position: relative;
    list-style: none;
    padding-left: 44px;
    margin-bottom: 28px;
}
.b-tariff__list a {
    color: inherit;
}
.b-tariff__list li::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat url(/images/smm/check.png);
}
.b-tariff__button {
    position: absolute;
    bottom: 35px;
    left: 40px;
    right: 40px;
    z-index: 1;
}
.b-tariff__button .btn {
    width: 100%;
    font-size: 22px;
}
@media (width <= 767.98px) {
    .b-tariff {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.b-disign-group .h2 {
    margin-bottom: 15px;
}
.b-disign-group .text-18-light {
    margin-bottom: 26px;
}
.b-disign-group__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.b-disign-group__item {
    padding: 30px 26px 50px;
    border-radius: 8px;
    background-color: #8657AF;
    color: #fff;
}
.b-disign-group__item-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.24;
}
.b-disign-group__item-text {
    font-size: 16px;
    line-height: 1.38;
}
.b-disign-group__item-text a {
    color: inherit;
}
.b-disign-group__price-bottom {
    border-bottom: 2px solid rgba(204, 204, 204, 0.4);
    padding-bottom: 25px;
}
.b-disign-group__price-row {
    padding-bottom: 25px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px;
}
.b-disign-group__price-mark {
    font-size: 19px;
    color: var(--main-color);
}
.b-disign-group__price {
    font-size: 30px;
    font-weight: 600;
    color: var(--main-color);
}
.b-disign-group__include-title {
    margin-bottom: 35px;
    font-size: 16px;
}
.b-disign-group__include-list {
    column-count: 5;
    column-gap: 20px;
}
@media(width <= 1023.98px) {
    .b-disign-group__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (width <= 767.98px) {
    .b-disign-group__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .b-disign-group__item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .b-disign-group__include-list {
        column-count: 2;
    }
}
@media (width <= 419.98px) {
    .b-disign-group__grid {
        grid-template-columns: 1fr;
    }
}

.b-color-yellow {
    background-color: #FFF5D3;
}
.b-color-kryol {
    background-color: #F5DDE6;
}
.b-color-dusty-blue {
    background-color: #D4EBF1
}
.b-color-barvinok-kryol {
    background-color: #E3E2EF;
}
.b-color-beige {
    background-color: #EBF2D7;
}
.b-color-pale-blue {
    background-color: #D6F5EF;
}
.b-color-lavender {
    background-color: #EBE4F6;
}
.b-color-light-barvinok-kryol {
    background-color: #DFEDF0;
}

.b-smm-works {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.b-smm-works__item {
    position: relative;
    border-radius: 8px;
    padding: 45px 50px 50px;
    overflow: hidden;
}

.b-smm-works__item-image {
    position: absolute;
    top: 0;
    right: 0;
}
.b-smm-works__item-title {
    margin-right: 150px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    font-size: 28px;
    font-weight: 600;
    color: #000;
}
.b-smm-works__item-text {
    position: relative;
    z-index: 2;
    margin-right: 130px;
    font-size: 16px;
    line-height: 1.5;
    color: #6c517e;
}
.b-smm-works__item-text a {
    color: inherit;
}
@media (width >= 992px) {
    .b-smm-works__item:last-child {
        grid-column: 1 / 3;
        display: flex;
        flex-wrap: wrap;
    }
    .b-smm-works__item:last-child .b-smm-works__item-text {
        font-size: 18px;
    }
}
.b-smm-works__item-text-row {
    display: flex;
    gap: 10px;
}
.b-smm-works__item-text-row .col {
    position: relative;
    z-index: 2;
    flex: 1;
    font-size: 16px;
    line-height: 1.5;
    color: #6c517e;
}
.b-smm-works__item ul {
    margin: 0;
    padding: 0;
}
.b-smm-works__item ul li {
    position: relative;
    list-style: none;
    padding-left: 13px;
}
.b-smm-works__item ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .7em;
    background-color: #000;
}
@media (width <= 991.98px) {
    .b-smm-works {
        grid-template-columns: 1fr;
    }
    .b-smm-works__item-title,
    .b-smm-works__item-text {
        margin-right: 0;
    }
}
@media (width <= 767.98px) {
    .b-smm-works__item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .b-smm-works__item-text-row {
        display: block;
    }
}

.b-order-of-work {
    counter-set: list_number;
}
.b-order-of-work__item {
    position: relative;
    padding: 35px;
    counter-increment: list_number;
    min-height: 220px;
}
.b-order-of-work__item::after {
    content: '0'counter(list_number);
    position: absolute;
    right: 30px;
    bottom: 0;
    font-size: 180px;
    font-weight: bold;
    line-height: 130px;
    color: rgba(255, 255, 255, 0.5);
}
.b-order-of-work__item-title {
    margin-bottom: 25px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.33;
}
.b-order-of-work__item-text {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 1.22;
    color: #666;
}
.b-order-of-work__item-text ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.b-order-of-work__item-text .column-2 li {
    flex: calc(50% - 20px);
}
.b-order-of-work__item-text ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
}
.b-order-of-work__item-text ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .7em;
    background-color: #000;
}
.b-order-of-work__sign {
    margin-top: 45px;
}
@media (width <= 767.98px) {
    .b-order-of-work__item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.qna {
    margin-bottom: 40px;
}

.s-wb-kryol {
    margin-bottom: 50px;
}