.b-adv-site-update {
    margin-top: 10px;
    margin-bottom: 72px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 22px;
}
.b-adv-site-update__el {
    position: relative;
    padding: 25px 25px 20px 25px;
    border-radius: 9.4px;
    min-height: 247px;
}
.b-adv-site-update__el:nth-child(1) {
    background-color: rgb(0 98 211 / 30%);
}
.b-adv-site-update__el:nth-child(2) {
    background-color: rgb(95 151 221 / 30%);
}
.b-adv-site-update__el:nth-child(3) {
    background-color: rgb(146 183 222 / 30%);
}
.b-adv-site-update__el:nth-child(4) {
    background-color: rgb(114 157 217 / 30%);
}
.b-adv-site-update__el:nth-child(5) {
    background-color: rgb(169 195 226 / 30%);
}
.b-adv-site-update__el:nth-child(6) {
    background-color: rgb(192 210 222 / 30%);
}
.b-adv-site-update__el-title {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 26px;
    color: #1a1a1a;
}
.b-adv-site-update__el-text {
    position: relative;
    margin-right: 70px;
    z-index: 1;
    font-size: 14px;
    color: #262626;
}
.b-adv-site-update__el-text ul {
    padding-left: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
}
.b-adv-site-update__el-text li {
    list-style: none;
}
.b-adv-site-update__el-text a {
    color: inherit;
}
.b-adv-site-update__el-image {
    position: absolute;
    right: 30px;
    bottom: 20px;
    margin-left: 280px;
    min-width: 60px;
}
@media (max-width: 991.98px) {
    .b-adv-site-update {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767.98px) {
    .b-adv-site-update__el-title {
        font-size: 18px;
    }
}
@media (max-width: 575.98px) {
    .b-adv-site-update {
        grid-template-columns: 1fr;
    }
}


.b-update-cost {
    border: solid 1px #cfcfcf;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "a1 a2 a3" 
                         "b1 b2 b3";
}
.b-update-cost__cell {
    padding: 26px 27px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 15px;
    font-size: 17px;
    color: #000;
    justify-content: center;
}
.b-update-cost__cell:nth-child(1) {
    grid-area: a1;
}
.b-update-cost__cell:nth-child(2) {
    grid-area: a2;
}
.b-update-cost__cell:nth-child(3) {
    grid-area: a3;
}
.b-update-cost__cell:nth-child(4) {
    grid-area: b1;
}
.b-update-cost__cell:nth-child(5) {
    grid-area: b2;
}
.b-update-cost__cell:nth-child(6) {
    grid-area: b3;
}
.b-update-cost__cell-price {
    background-color: rgba(206, 206, 206, 0.2);
    font-size: 33px;
    line-height: 1;
    font-weight: 300;
    color: #494949;
}
.b-update-cost__el {
    display: inline-flex;
    align-items: center;
    color: inherit;
}
.b-update-cost__el img {
    margin-right: 10px;
}
@media (min-width: 992px) {
    .b-update-cost__cell:not(:nth-child(3n)) {
        border-right: 1px solid #cfcfcf;
    }
}
@media (max-width: 991.98px) {
    .b-update-cost {
        grid-template-columns: 1fr;
        grid-template-areas: "a1"
                             "b1"
                             "a2"
                             "b2"
                             "a3"
                             "b3";
    }
    .b-update-cost__cell-price:not(:last-child) {
        border-bottom: 1px solid #cfcfcf;
    }
}
@media (max-width: 767.98px) {
    .b-update-cost__cell {
        padding: 16px;
    }
    .b-update-cost__cell-price {
        font-size: 22px;
    }
}


.b-affects-the-cost {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
}
.b-affects-the-cost__col {
    flex: 1;
}
.b-affects-the-cost__item {
    position: relative;
    padding-left: 45px;
    margin-bottom: 27px;
}
.b-affects-the-cost__item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 35px;
    background: no-repeat url(/images/update/ch1.png);
}
.b-affects-the-cost__item-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.b-affects-the-cost__item-title a {
    color: inherit;
}
.b-affects-the-cost__item-text {
    font-size: 16px;
    color: #585858;
}
.b-affects-the-cost__item-text a {
    color: inherit;
}
@media (max-width: 767.98px) {
    .b-affects-the-cost__col {
        flex: 100%;
    }
}


.b-upd-order-of-work {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.b-upd-order-of-work__item {
    flex: 1;
    border-radius: 10px;
    padding: 14px 10px;
    background-color: #f0f2f7;
}
.b-upd-order-of-work__item-under {
    font-size: 14px;
    line-height: 1;
    color: #848fa8;
}
.b-upd-order-of-work__item-num {
    font-size: 20px;
    font-weight: 800;
    color: transparent;
    background-image: linear-gradient(to top, #f0f2f7, var(--main-color) 50%);
    background-clip: text;
}
.b-upd-order-of-work__item-text {
    font-size: 16px;
    color: #434355;
}
.b-upd-order-of-work__item-text a {
    color: inherit;
}


.b-upd-extension {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px 20px;
}
.b-upd-extension__item {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 600;
}
.b-upd-extension__item a {
    color: inherit;
}
.b-upd-extension__item::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: no-repeat url(/images/update/cz1.png);
}


.b-upd-do-not-update {
    display: flex;
    gap: 0 10px;
}
.b-upd-do-not-update__col {
    flex: 1;
    padding: 36px 20px 20px;
    background-color: #fdf4f6;
    border-radius: 10px;
}
.b-upd-do-not-update__item {
    margin-bottom: 20px;
    position: relative;
    padding-left: 28px;
}
.b-upd-do-not-update__item::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 19px;
    height: 19px;
    background: no-repeat url(/images/update/n1.png);
}
.b-upd-do-not-update__item-title {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
}
.b-upd-do-not-update__item-text {
    font-size: 16px;
    color: #585858;
}
.b-upd-do-not-update__item-text a {
    color: inherit;
}
@media (max-width: 767.98px) {
    .b-upd-do-not-update {
        flex-direction: column;
    }
    .b-upd-do-not-update__col:nth-child(1) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding-bottom: 0;
    }
    .b-upd-do-not-update__col:nth-child(2) {
        padding-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}


.section-content-style {
	background-color: #e9ecf2;
	padding-top: 60px;
	padding-bottom: 150px;
}
.section-content-style__title {
    margin-bottom: 45px;
    padding-bottom: 0;
}
.section-content-style__container {
    padding-left: 300px;
    padding-right: 300px;
}
@media (max-width: 1449.98px) {
    .section-content-style__container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 767.98px) {
    .section-content-style {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .section-content-style__container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.b-add-srv {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.b-add-srv__item {
    position: relative;
    padding: 44px 40px 140px;
    border-radius: 10px;
    background-color: #fff;
}
.b-add-srv__item-icon {
    margin-bottom: 20px;
}
.b-add-srv__item-title {
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}
.b-add-srv__item-title a {
    text-decoration: none;
    color: inherit;
}
.b-add-srv__item-text {
    font-size: 16px;
    color: #808084;
}
.b-add-srv__item-price {
    position: absolute;
    bottom: 50px;
    font-size: 20px;
    font-weight: 800;
    color: var(--main-color);
}
@media (max-width: 767.98px) {
    .b-add-srv {
        grid-template-columns: 1fr;
    }
}

.section-cms {
    padding-bottom: 90px;
}

.section-blog-title {
    margin-top: 40px;
}