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

.li-caption {
    margin-top: 35px;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    color: var(--main-color);
}

.b-hero {
    position: relative;
    height: 402px;
    border-radius: 8px;
    padding: 4vw;
    background: #fff no-repeat center center / cover url(/images/zakon_o_zashchite_russkogo_yazyka/ban.png);
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    container-name: heroContainer;
    container-type: inline-size;
}
.b-hero__inner {
    width: min(40%, 470px);
}
.b-hero__title {
    margin: 0;
    text-transform: initial;
    font-size: 38px;
    font-weight: 600;
    line-height: 1;
    color: #000;
}
.b-hero__subtitle {
    margin-top: 20px;
    font-size: 22px;
    text-decoration: line-through;
}
@media (width <= 1199.98px) {
    .b-hero {
        background-position-x: left;
    }
}
@media (width <= 767.98px) {
    .b-hero {
        height: auto;
        padding: 40px 20px 80px;
    }
    .b-hero__title {
        font-size: 28px;
    }
    .b-hero__subtitle {
        font-size: 22px;
    }
}
@media (width <= 575.98px) {
    .b-hero__inner {
        width: calc(535px - 44vw);
    }
}

.b-words {
    margin-top: 50px;
    margin-bottom: 85px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.b-words__item {
    flex: 1;
    max-width: 408px;
}

.b-works {
    margin-top: 45px;
    margin-bottom: 85px;
    display: grid;
    grid-template-areas: "l1 l1 l2"
                          "l3 l4 l2";
    gap: 10px;
}
.b-works__item {
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 8px;
    overflow: hidden;
    padding: 110px 40px 35px;
    aspect-ratio: 4/3;
}
.b-works__item:nth-child(1) {
    grid-area: l1;
    aspect-ratio: 8/3;
    color: #fff;
    background-image: url(/images/zakon_o_zashchite_russkogo_yazyka/y_2.png);
}
.b-works__item:nth-child(2) {
    aspect-ratio: unset;
    grid-area: l2;
    color: #000;
    background-image: url(/images/zakon_o_zashchite_russkogo_yazyka/y_4.png);
}
.b-works__item:nth-child(3) {
    grid-area: l3;
    color: #fff;
    background-image: url(/images/zakon_o_zashchite_russkogo_yazyka/y_3.png);
}
.b-works__item:nth-child(4) {
    grid-area: l4;
    color: #000;
    background-image: url(/images/zakon_o_zashchite_russkogo_yazyka/y_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f6ece1;
}
.b-works__item-title {
    margin-bottom: 15px;
    max-width: 76%;
    font-size: 24px;
    font-weight: 600;
    color: inherit;
}
.b-works__item-title a {
    text-decoration: none;
    color: inherit;
}
.b-works__item-title a:hover {
    text-decoration: underline;
}
.b-works__item-text {
    font-size: 18px;
    color: inherit;
}
.b-works__item-price {
    margin-top: 20px;
    font-size: 16px;
    color: inherit;
}
.b-works__item-price span {
    font-size: 42px;
    font-weight: 700;
    line-height: 16px;
}
@media (width <= 991.98px) {
    .b-works {
        grid-template-areas: "l1 l2" "l3 l4";
    }
    .b-works__item {
        aspect-ratio: unset !important;
        padding: 110px 20px 20px;
    }
}
@media (width <= 575.98px) {
    .b-works {
        grid-template-areas: "l1" "l2" "l3" "l4";
    }
}

.g-rule {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.g-rule__item {
    max-width: 550px;
}
@media (width <= 767.98px) {
    .g-rule {
        flex-direction: column;
    }
    .g-rule__item {
        max-width: unset;
    }
}

.b-text-paint {
    margin-bottom: 10px;
    padding: 30px;
    height: 100%;
    min-height: 178px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: calc(100% - 29px) 24px;
}
.b-text-paint-lg {
    padding: 40px 45px;
}
.b-text-paint_true {
    background-color: #e9f8ff;
    background-image: url(/images/zakon_o_zashchite_russkogo_yazyka/h_1.png);
}
.b-text-paint_nottrue {
    background-color: #ffdfdf;
    background-image: url(/images/zakon_o_zashchite_russkogo_yazyka/h_2.png);
}
.b-text-paint__title {
    max-width: calc(100% - 40px);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}
.b-text-paint__text {
    font-size: 20px;
}
.b-text-paint__text span {
    font-weight: bold;
}
@media (width <= 767.98px) {
    .b-text-paint {
        padding: 20px !important;
        height: auto;
    }
}

.brand-row {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.list-row {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.b-text-paint2 {
    margin-bottom: 10px;
    padding: 30px 40px;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffeffa;
    font-size: 16px;
}
.b-text-paint2__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}
.b-text-paint2 ul {
    padding-left: 0;
}
.b-text-paint2 ul li {
    margin-bottom: 12px;
    list-style: none;
    position: relative;
    padding-left: 30px;
}
.b-text-paint2 ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .5em;
    width: 6px;
    height: 6px;
    background-color: #a8528b;
    border-radius: 50%;
}
@media (width <= 767.98px) {
    .b-text-paint2 {
        height: auto;
    }
}