html, body{
    font-family: Roboto;
    font-size: 16px;
}
body{
    background: #fff4d9;
}
.logo{
    width: 200px
}
.btn-custom{
    font-size: 22px;
}
.custom-menu{
    align-items: center;
    flex-direction: row;
}
.bg-yellow{
    background: #fff4d9;
}
.site-block{
    margin-top: 150px;
}
.btn-success{
    background: #8eca0a !important;
    border: 1px solid #8eca0a !important;
}
.btn-success:hover{
    background: #71a108 !important;
    border: 1px solid #71A108FF !important;
}
.bg-footer{
    background-color: #ffedbf;
}

.header-block{
    margin-top: 150px;
}
.header-title{
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
}
.header-text{
    font-size: 18px;
}
.img-wrapper {
    width: 100%;
    height: 400px;
    border-radius: 26px;
    overflow: hidden;
}
.header-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-benefits{
    display: flex;
}
.header-benefits-icon{
    margin-right: 10px;
}
.header-benefits-text{

}

.service-content {
    display: flex;
}
.service-content:hover{
    -webkit-box-shadow: 0px 16px 35px -24px rgba(66, 68, 90, 0.37);
    -moz-box-shadow: 0px 16px 35px -24px rgba(66, 68, 90, 0.37);
    box-shadow: 0px 16px 35px -24px rgba(66, 68, 90, 0.37);
    border-radius: 0 0 25px 25px;
}
.service-text {
    margin-left: 16px;
}
.our-values{}
.our-values-item{
    display: flex;
    align-items: center;
}
.our-values-item:hover{
    -webkit-box-shadow: 0px 16px 35px -24px rgba(66, 68, 90, 0.37);
    -moz-box-shadow: 0px 16px 35px -24px rgba(66, 68, 90, 0.37);
    box-shadow: 0px 16px 35px -24px rgba(66, 68, 90, 0.37);
    border-radius: 0 0 25px 25px;
}
.our-values-item .number{
    font-size: 100px;
    color: #8eca0a;
    font-weight: 900;
    margin-right: 18px;
}
.call-action{
    background: #8eca0a;
    border-radius: 25px;
}
.footer{
    margin-top: 100px;
}
.product_text{
    margin-top: 16px;
}
.product_text > p {
    line-height: 1.3;
    margin: 0;
}
/* Переопределяем максимальные ширины контейнеров Bootstrap */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.product-item{

}
.product-item:hover{
    -webkit-box-shadow: 0px 16px 35px -24px rgba(66, 68, 90, 0.37);
    -moz-box-shadow: 0px 16px 35px -24px rgba(66, 68, 90, 0.37);
    box-shadow: 0px 16px 35px -24px rgba(66, 68, 90, 0.37);
    border-radius: 0 0 25px 25px;
}
.product-block-title{
    margin-bottom: 26px;
}
.product-img > img {
    border-radius: 25px;
}
.product-title {
    font-size: 22px;
    margin-top: 16px;
}
.catalog-item{
}
.catalog-img{
    border-radius: 25px;
    width: 100%;
}
.catalog-title {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 12px;
}
.catalog-text {
    margin: 0;
    line-height: 1.4;
}
.green-small{
    color: #35803e
}
.section-title{
    border-bottom: 1px solid #fce6ae;
    margin-bottom: 18px;
}
/* sm */
@media (max-width: 576px) {
    .logo{
        width: 150px
    }
    .btn-custom{
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .container-sm {
        max-width: 540px;
    }
    .custom-menu{
        align-items: center;
        flex-direction: row;
    }
}

/* md */
@media (min-width: 768px) {
    .container-md {
        max-width: 720px;
    }
}

/* lg */
@media (min-width: 992px) {
    .container-lg {
        max-width: 960px;
    }
}

/* xl */
@media (min-width: 1200px) {
    .container-xl {
        max-width: 1140px;
    }
}

/* xxl — кастомная ширина */
@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1536px !important;
    }
}
