:root {
    --obvodka-polya: #e5e5e5;
    --font-family: "Open Sans", sans-serif;

}

.topnav{
    user-select: none;
}
.topnav_logo img{
    width: 118px;
}
.topnav_item{
    flex: 1;
}
.topnav_link{
    display: block;
    text-align: center;
    max-width: 247px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    background: rgba(252, 252, 252, 0.2);
    font-weight: 700;
    font-size: 14px;
    line-height: 107%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #333;
    padding: 10px 5px;
    transition: all .3s;
}

.topnav_link:link,
.topnav_link:visited{
    color: #333;
}
.topnav_link:hover{
    box-shadow: none;
}
.topnav_link__special{
    background-size: 100%;
    color: white!important;
    background-image: url(/image/homepage2/bg_button_green.jpg);
}
.topnav_link__special:hover{
    background-size: 150%;
}
.navi{
    user-select: none;
    background-color: #F1EDE6;
}
.navi_ul{
    list-style: none;
    display: flex;
}

.navi_ul li a{
    font-weight: 600;
    font-size: 11.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #333;
    transition: border .4s;
    border-bottom: 1px solid rgba(255, 255, 255, 0);

}
.navi_ul li a:link,
.navi_ul li a:visited {
    color: #333;
}
.navi_ul li a:hover{
    border-bottom: 1px solid grey;
}

.navi_dot{    position: relative;
    width: 5px;
    top: -4px;
    right: -5px;
}

.navi_callback{
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0.1em;
    color: #000;
    border-bottom: dashed 1px #000;
    cursor: pointer;
    display: inline-block;
}

.sсat_banner {
    height: auto;
    background-image: url('/image/design/2024/mrt/top_bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*background-size: 227%;*/
    /*background-position-y: -840px;*/
}

.sсat_banner_container{
    background-image: url('/image/design/2024/mrt/top_mrt1.png');
    background-repeat: no-repeat;
    height: 460px;
    background-position: 0 0;
}

.scat_banner_features{
    /*width: 500px;*/
    margin-left: 514px;
    color: white;
}

.scat_banner_features h3{
    font-size: 47px;
}
.seg_banner .breadcrumb-item a:link,
.seg_banner .breadcrumb-item a:visited {
    color: #fff;
}

.btn__white {
    border-radius: 5px;
    max-width: 294px;
    height: 45px;
    text-transform: uppercase;
    background-color: #fff;
    display: grid;
    cursor: pointer;
    transition: .3s all;
    font-weight: 600;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-align: center;
}

.btn__white > span {
    margin: auto;
}

.btn__white.a:link {
    color: #2C6462;
}

.btn__white:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.seg_banner {
    height: 434px;
}

.seg_baner_title {
    font-weight: 800;
    font-size: 45px;
    color: #fff;
}

.seg_baner_text {
    /*font-weight: 600;*/
    max-width: 500px;
    font-size: 24px;
    color: #fff;
}

.srealty_baner_labels {

}

.srealty_baner_labels > div {
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
    line-height: 107%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 10px 30px;
    margin-right: 42px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    border-radius: 20px;
}

.srealty_featured_item {
    margin-top: 40px;
    position: relative;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.srealty_featured_wrapper:nth-child(odd){
    padding-right: 15px;
}
.srealty_featured_wrapper:nth-child(even){
    padding-left: 15px;
}
.srealty_featured_item_img {
    cursor: pointer;
    height: 262px;
    font-weight: 700;
    font-size: 36px;
    line-height: 67%;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.srealty_cases_item_img {
    height: 360px;
    font-weight: 700;
    font-size: 36px;
    line-height: 67%;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.srealty_featured_item_name {
    position: absolute;
    bottom: 30px;
    left: 40px;
    text-shadow: 2px 2px 3px #000000bf;
    line-height: 96%;
}
.srealty_featured_item_name:link,
.srealty_featured_item_name:visited{
color: #fff;
}
.srealty_featured_label {
    font-weight: 700;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid var(--obvodka-polya);
    border-radius: 20px;
    /*padding: 7px 20px;*/
    padding-left: 15px;
    padding-bottom: 4px;
    padding-top: 6px;
    padding-right: 20px;

    display: inline-block;
    position: absolute;
    right: 40px;
    top: -20px;
    background-image: url('/image/design/2024/realty/label_bg_red.jpg');
    background-size: 180%;
    background-position: center;
}

.srealty_featured_label img {
    width: 20px;
}


.srealty_featured_txt {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}


.homepage_callus {
    color: white;
    background-color: var(--msb-green2);
}

.homepage_callus_form input,
.homepage_callus_form textarea {
    border-radius: initial;
    background-color: #e8f6ef;
    transition: background-color 0.3s;
}

.homepage_callus_form label {
    /*margin-bottom: 0.7rem;*/
}

.homepage_callus_title {
    font-size: 28px;
    line-height: 120%;
    font-weight: bold;
}

.homepage_callus_subtitle {
    font-size: 21px;
    line-height: 120%;
}

.homepage_callus_form {
    margin-top: -16px;
}

.homepage_callus_button {
    background-color: var(--msb-green2);
    text-transform: uppercase;
    color: white;
    padding: 14px 5px;
    border: 1px solid white;
    font-size: 76%;
    letter-spacing: .8px;
    width: 100%;
    transition: all .3s;
    border-radius: 3px;
}

.homepage_callus_button:hover {
    background-color: #1c8b57;
}

.homepage_callus_success {
    height: 280px;

    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    border: 1px solid white;
    text-align: center;

    padding-top: 122px;

}


.srealty_featured_txt img {
    width: 15px;
    margin-right: 5px;
}

.srealty_cases{
    text-align: center;
}
.srealty_cases img {
    max-width: 100%;

}

.seg_features_wrapper {
    margin-top: -40px;
}

.seg_features {
    display: flex;
    column-gap: 5px;
}

.seg_features div {
    font-size: 12px;
    flex: 1 0;
    background: #fff;
    text-align: center;
    /*margin: 0 3px;*/
    border: 1px solid #d9d9d9;
    border-radius: 25px;
}

.seg_features b {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.seg_features img {
    width: 45px;
}

.seg_catalog {
    background-image: url('/image/design/2024/bg_color.jpg');
}

.seg_catalog_title {
    font-weight: 700;
    font-size: 85px;
    color: #2C6462;
}

.seg_catalog_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.seg_catalog_item {
    background-image: url('/image/design/2024/trucks/kamaz.jpg');
    width: 289px;
    height: 284px;
    position: relative;
}

.seg_catalog_item_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    display: block;

}

.seg_catalog_item_title:link,
.seg_catalog_item_title:visited {
    color: #000;
}

.seg_catalog_item_link {
    position: absolute;
    bottom: 38px;
    left: 0;
    display: block;
    width: 100px;
    border-radius: 0 20px 20px 0;
    width: 181px;
    height: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    font-weight: 700;
    font-size: 10px;
    text-align: right;
    padding-right: 40px;
    padding-top: 8px;
    padding-bottom: 6px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background-image: url('/image/design/2024/ico_arr.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 152px;
}

.seg_catalog_item_link:link, .seg_catalog_item_link:visited {
    color: #2C6462;
}

.seg_catalog_notfound {
    flex-grow: 1;
    background-color: #2C6462;
    background-image: url('/image/design/2024/bg_notfound.jpg');
    background-position-x: right;

    max-width: 607px;
    flex-basis: 289px;
    text-align: center;
}

.seg_catalog_notfound_title {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
}

.seg_catalog_notfound_text {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 4px 3px #00000054;
}

.seg_catalog_notfound_btn {
    display: inline-block;
    font-weight: 600;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 244px;
    background-image: url('/image/design/2024/gadient.jpg');
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.seg_catalog_notfound_btn:link,
.seg_catalog_notfound_btn:visited {
    color: #fff;
}

.seg_catalog_notfound_btn:hover {
    background-color: #fff;
}

.bg_white_colorful {
    background-image: url('/image/design/2024/bg_abstract.jpg');
    background-repeat: no-repeat;
}

@media screen and (max-width: 940px) {
    .seg_catalog_flex {
        max-width: 610px;
    }
}

.seg_base {
    background-color: #F1EDE6;
    height: 672px;
    background-image: url('/image/design/2024/trucks/bg_trucks.jpg');
    background-repeat: no-repeat;
}

.srealty_base {
    background-color: #F1EDE6;
    height: 672px;
    background-image: url('/image/design/2024/realty/bg_conditions.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.seg_base_bg {
    max-width: 468px;
    background-repeat: no-repeat;
    background-position: right;
    height: 672px;
}

.seg_base_title {
    font-weight: 700;
    font-size: 45px;
    line-height: 111%;
}

.srealty_form h3 {
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
}

.srealty_form h4 {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #000;
}

.seg_docs_files {
    background-image: url('/image/design/2024/realty/bg_beige.jpg');
    border-radius: 7px;
    width: 291px;
}

.seg_docs_files a {
    font-weight: bold;
}

.seg_docs_files i {
    font-style: normal;
    color: #9F9F9F;
}

.seg_docs_files img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.srealty_form_item_border {
    border-radius: 5px;
    border: 1px green solid;
    height: 100%;

}

.srealty_feature {
    font-weight: 400;
    font-size: 12px;
}

.srealty_feature img {
    width: 100%;
}

.srealty_feature h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #000;
}


.srealty_feature {
    font-weight: 400;
    font-size: 12px;
}

.srealty_finance {
    position: relative;
    border: 1px solid var(--obvodka-polya);
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 17%);
    height: 486px;
    background-image: url('/image/design/2024/realty/bg_finance.jpg');
    background-size: cover;
}

.srealty_finance_button {
    right: 100px;
    bottom: 40px;
    position: absolute;
}

.srealty_featured_title {
    font-weight: 700;
    font-size: 35px;
    line-height: 143%;
    text-transform: uppercase;
    color: #E56552;
}

.realty_calc_pos {
    margin-top: -316px;
    position: relative;
    z-index: 5;
}

.srealty_allows {
    height: 1212px;
    background-image: url(/image/design/2024/realty/vis_allows.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -600px;
    position: relative;
}


.srealty_allows img {
    width: 100%;
    max-width: 1080px;
    position: absolute;
    left: 50%;
    bottom: 90px;
    transform: translateX(-50%);
}

.srealty_qform_wrap {
    max-width: 340px;
}

.srealty_obj_label {
    width: 100%;
    max-width: 344px;
}

.srealty_item {
    border: 1px solid #d9d9d9;
    background-color: rgba(229, 229, 229, 0.5);
    font-weight: 400;
    font-size: 14px;
}

.srealty_item_img img {
    width: 100%;
    border-radius: 5px;
}

.srealty_item h4 {
    font-weight: 700;
    font-size: 32px;
}

.srealty_item_txt_line {
    margin-bottom: 5px;
}

.srealty_item_txt_line img {
    width: 15px;
    margin-right: 5px;
}

.srealty_item_txt_labels img {
    height: 30px;
    margin-right: 10px;
}

.srealty_qform_title {
    color: white;
    font-weight: 700;
    font-size: 55px;
    line-height: 95%;
    max-width: 500px;
    text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

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

@media screen and (max-width: 600px) {
    .sсat_banner{
        background-size: cover;
    }
    .sсat_banner_container{
        /*background-image: none;*/
    }
    .scat_banner_features{
        width: auto;
        margin-left: 10px;
        color: black;
    }


    .srealty_base {
        height: auto;
    }

    .realty_calc_pos {
        margin-top: 20px;
        position: static;
        z-index: 5;
    }


    .seg_base_title {
        font-size: 30px;
    }

    .seg_baner_title {
        font-size: 25px;
        font-weight: bold;
    }

    .srealty_base ul {
        font-size: 18px;
    }

    .srealty_qform_wrap {
        max-width: initial;
        padding: 20px;
    }


    .srealty_qform_title {
        font-size: 30px;
        padding-left: 20px;
    }

    .seg_docs_files {
        width: 100%;
        padding: 20px 10px;
    }

    .seg_catalog_flex {
        max-width: 50%;
    }

    .seg_banner {
        height: auto;
        padding-bottom: 30px;
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 5px;
    }

    .seg_features {
        display: initial;
    }

    .seg_features_wrapper {
        margin-top: 10px;
    }

    .seg_features div {
        font-size: 12px;
        margin: 0;
        margin-bottom: 10px;
    }

    .srealty_feature h4 {
        font-weight: 600;
        font-size: 14px;
        line-height: 110%;
    }



}
