h1 {
    margin-bottom: 30px;
}

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

@media (width <= 767.98px) {
    h2, h3, .h2, .h3 {
        margin-block: 2rem 1rem;
    }
}

#soderzanie img {
    border-radius: 8px;
}

.b-hero {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 45px;
    padding: 40px 35px;
    height: 380px;
    border-radius: 8px;
    background: #f6f6f6 no-repeat center/cover url(/images/sozdanie-sajta-mebel/bg_img-top.jpg);
}
.b-hero::after {
    content: "";
    position: absolute;
    left: 24%;
    bottom: 21px;
    display: block;
    width: 406px;
    height: 247px;
    background: no-repeat center bottom /cover url(/images/sozdanie-sajta-mebel/mebel.png);
}
.b-hero__title {
    max-width: 470px;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    color: #656a72;
}
@media (width <= 767.98px) {
    .b-hero {
        height: auto;
        padding: 40px 20px 80px;
        /* background-position-x: 70%; */
    }
    .b-hero__title {
        max-width: 60%;
        font-size: 28px;
    }
    .b-hero::after {
        display: none;
    }
}

.wrapimg-form {
    position: relative;
    padding-bottom: 107px;
}
.wrapimg-form img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 16px;
    /* max-width: 25% !important; */
}
@media (width <= 1500px) {
    .wrapimg-form {
        padding-bottom: 0;
    }
    .wrapimg-form img:nth-child(2) {
        display: none;
    }
}

.wrapimg-garant {
    position: relative;
}
.wrapimg-garant img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 32px;
}
@media (width <= 920px) {
    .wrapimg-garant img:nth-child(2) {
        position: static;
        margin-top: 20px;
    }
}


.b-site-obj-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.b-site-obj {
    overflow: hidden;
	position: relative;
	border-radius: 8px;
	padding: 220px 20px 70px;
    background-color: #4caacc;
}
.b-site-obj__img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.b-site-obj__img img {
	width: 100%;
}
.b-site-obj__content {
	padding-inline: 20px;
}
.b-site-obj__title {
    position: relative;
    z-index: 1;
	margin-top: -30px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.b-site-obj__text {
    position: relative;
    z-index: 1;
	font-size: 14px;
	color: #fff;
}
@media (width <= 991.98px) {
	.b-site-obj-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (width <= 575.98px) {
	.b-site-obj-grid {
		grid-template-columns: 1fr;
	}
}

.wrapimg-partner {
    position: relative;
    padding-block: 23px;
}
.wrapimg-partner img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
}
@media (width <= 1150px) {
    .wrapimg-partner {
        padding: 0;
    }
    .wrapimg-partner img:nth-child(2) {
        display: none;
    }
}

.wrapimg-calc {
    position: relative;
}
.wrapimg-calc img:nth-child(2) {
    position: absolute;
    top: 34px;
    right: 0;
}
@media (width <= 1050px) {
    .wrapimg-calc {
        text-align: center;
    }
    .wrapimg-calc img:nth-child(2) {
        position: static;
        margin-top: 20px;
    }
}