.soderzanie1 {
    --main-color: #a2654e;
}

h1 {
    margin-bottom: 30px;
}

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

.block-title {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: var(--main-color);
}

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

.b-hero {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    padding: 40px 75px;
    height: 402px;
    border-radius: 8px;
    background: #ffcc96 no-repeat center/cover url(/images/sozdanie-sajta-budzetnye/ban.png);
}
.b-hero__content {
    max-width: 60%;
}
.b-hero__title {
    margin-bottom: 18px;
    max-width: 550px;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    color: var(--main-color);
}
.b-hero__text {
    max-width: 550px;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    color: var(--main-color);
}
@media (width <= 767.98px) {
    .b-hero {
        height: auto;
        padding: 40px 20px 80px;
        background-position-x: 40%;
    }
    .b-hero__title {
        max-width: 60%;
        font-size: 28px;
    }
    .b-hero__content {
        max-width: unset;
    }
}


.b-tariffs {
    margin-bottom: 150px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.b-tariffs__el {
    min-height: 477px;
    position: relative;
    padding: 30px 40px 172px;
    border-radius: 8px;
    background-color: #ffefcf;
}
.b-tariffs__el:nth-child(2) {
    background-color: #ffe2bf;
}
.b-tariffs__el:nth-child(3) {
    background-color: #fdd9c5;
    background-image: linear-gradient(to right, #fdd9c5, #ffddb4);
}
.b-tariffs__el-type {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1;
}
.b-tariffs__el-title {
    margin-bottom: 36px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
}
.b-tariffs__el-title a {
    color: inherit;
}
.b-tariffs__el-list {
    margin: 0;
    padding: 0;
}
.b-tariffs__el-list li {
    position: relative;
    list-style: none;
    padding-left: 45px;
    font-size: 18px;
}
.b-tariffs__el-list li + li {
    margin-top: 10px;
}
.b-tariffs__el-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 23px;
    height: 21px;
    background: no-repeat center url(/images/icons/ic_2.png);
}
.b-tariffs__el-list li a {
    color: inherit;
}
.b-tariffs__el-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-inline: inherit;
    padding-bottom: 26px;
}

.b-tariffs__el-price-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.b-tariffs__el-price-row + .b-tariffs__el-price-row {
    margin-top: 16px;
}
.b-tariffs__el-name {
    font-size: 17px;
}
.b-tariffs__el-name a {
    color: inherit;
}
.b-tariffs__el-value {
    font-size: 30px;
    font-weight: 600;
}
.b-tariffs__el-value span {
    font-size: 17px;
}
.b-tariffs__el-btn-wrap {
    margin-top: 20px;
}
.b-tariffs__el-btn-wrap .btn {
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 16px 10px;
    background-color: #ff733c;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.b-tariffs__el-btn-wrap .btn:hover {
    background-color: #f65d28;
}
@media (max-width: 991.98px) {
    .b-tariffs {
        grid-template-columns: 1fr;
    }
    .b-tariffs__el {
        min-height: initial;
        padding-bottom: 0;
    }
    .b-tariffs__el-bottom {
        position: static;
    }
}
@media (max-width: 767.98px) {
    .b-tariffs {
        margin-bottom: 60px;
    }
    .b-tariffs__el {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 575.98px) {
    .b-tariffs__el-title {
        font-size: 30px;
    }
}

.b-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.b-benefits__el {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    border-radius: 8px;
    border: solid 1px #f0f0f0;
}
.b-benefits__el-img {
    flex-grow: 1;
}
.b-benefits__el-img img {
    max-width: 100%;
    height: auto;
}
.b-benefits__el-text {
    flex-grow: 1;
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
@media (width <= 991.98px) {
    .b-benefits {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (width <= 575.98px) {
    .b-benefits {
        gap: 10px;
    }
    .b-tariffs__el {
        padding: 10px;
    }
    .b-benefits__el-text {
        font-size: 12px;
    }
}

.b-rect-list {
    padding: 55px 75px;
    background-color: #fff8ed;
    border-radius: 8px;
}
.b-rect-list li + li {
    margin-top: 20px;
}
.b-rect-list li {
    position: relative;
    padding-left: 70px;
    list-style: none;
    font-size: 18px;
}
.b-rect-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 23px;
    height: 21px;
    background: no-repeat center url(/images/sozdanie-sajta-budzetnye/check.png);
}
@media (width <= 767.98px) {
    .b-rect-list {
        padding: 20px 30px;
    }
    .b-rect-list li {
        padding-left: 40px;
    }
}


.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: #c06d3b;
    min-height: 420px;
}
.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);
	}
    .b-site-obj {
        min-height: unset;
    }
}
@media (width <= 575.98px) {
	.b-site-obj-grid {
		grid-template-columns: 1fr;
	}
}


.bordered-block {
    border: 2px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px;
}
.bordered-block p {
    text-align: left;
}
.bordered-block__img {
    display: none;
}
.bordered-block .block-title {
    margin-top: 0;
}
@media (width >= 767px) {
    .bordered-block {
        display: flex;
        gap: 30px;
        padding: 20px 40px;
    }
    .bordered-block__col {
        position: relative;
        flex: 1;
    }
    .bordered-block__img {
        display: block;
        position: absolute;
        top: -80px;
    }
}