.cat_mainbanner {
    height: 734px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.cat_subtitle {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.cat_features_wrap {
    position: relative;
    top: -50px;
}

.cat_features {
    border: 1px solid #d9d9d9;
    border-radius: 25px;

    margin: 2px;
    padding: 15px 20px 20px;

    text-align: center;

    background: #fff;
}

.cat_features b {
    display: block;
}

.cat_features img {
    width: 45px;
}

.cat_catalog_wrap {
    padding-bottom: 70px;

    background-image: url(/image/cat/bg_cloud.jpg);
    background-size: cover;
}

.cat_catalog {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 24px;
}

.cat_catalog_item {
    flex: 0 0 306px;
    text-align: center;
    position: relative;

    border: 1px solid #cccccc8b;

    padding: 0.5rem;
cursor: pointer;
    background: #fff;
    background-size: cover;
    transition: box-shadow .4s;
}
.cat_catalog_item:hover{
    box-shadow: 3px 3px 12px 0px rgb(0 0 0 / 11%);

}
.cat_catalog_item_title {
    display: block;

    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;

    color: #000;
}

.cat_catalog_item_img {
    border: none;
     height: 165px;
}
.cat_catalog_item_link {
    bottom: 36px;
    left: 0;
    position: absolute;
}

.cat_catalog_item__last {
    flex: 1 1 306px;
    margin-right: 24px; /* минус gap */
    max-width: 967px;

    font-size: 24px;
    font-weight: 600;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);

    background: var(--msb-green4);
    background-image: url(/image/cat/bg_notfound.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position-x: right;
    background-position-y: bottom;
}

.cat_catalog_item__last h3 {
    font-size: 25px;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase;

    color: #fff;
}

.cat_calc_wrap {
    height: 672px;

    background-color: #f1ede6;

    background-position: left, 50vw;
    background-repeat: no-repeat, no-repeat;
    background-size: initial, initial;
}

.cat_conditions {
    padding-bottom: 30px;
}

.cat_conditions_text {
    font-size: 24px;
    line-height: 167%;
}

.cat_conditions_ico_wrap {
    text-align: center;
}

.cat_conditions_ico_wrap b {
    display: block;
}

.cat_conditions_ico_wrap img {
    margin-bottom: 10px;
}

.cat_about h2 {
    font-size: 55px;
    font-weight: 700;

    color: #000;
}

.cat_about1 {
    margin-top: -35px;
    padding: 77px;

    font-size: 14px;
    font-weight: 400;
    text-align: center;

    background-image: url("/image/cat/bg_cloud_tiny.png");
    background-repeat: no-repeat;
    background-size: 92%;
    color: #333;
}

.cat_about1 img {
    width: 60px;
}

.cat_about1 b {
    display: block;

    font-size: 24px;
    font-weight: 600;
    text-align: center;

    color: #000;
}

.cat_qform_title {
    max-width: 500px;

    font-size: 55px;
    font-weight: 700;
    line-height: 95%;
}

.carousel_delivered .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 440px;
}

.carousel_delivered .carousel-caption {
    background-color: #000000a5;
    padding: 10px !important;
    bottom: 40px;
    right: 0;
    left: inherit;
    text-shadow: 2px 2px 2px #000;
}

@media (max-width: 760px) {
    .cat_catalog_item__last {
        font-size: 16px;
        text-shadow: none;
    }
    .cat_features_wrap{
       top: 0;
    }
    .cat_mainbanner {
        height: auto;
        padding: 10px 20px;
    }

    .cat_mainbanner .button {
        display: none;
    }

    .cat_subtitle {
        display: none;
    }
.cat_about{
    text-align: center;
}
    .cat_about h2{
        font-size: 150%;

    }

    .cat_qform_title{
        font-size: 160%;
        text-align: center;
    }
}
