.market_cat_card_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 39px 29px;
}

.subcat_content h2, .subcat_preview h2 {
    font-size: 180%;
}

.subcat_content h3, .subcat_preview h3 {
    font-size: 160%;
}

.subcat_content h4, .subcat_preview h4 {
    font-size: 150%;
}

.market_subcat_card_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px 30px;
}

.market_subcat_card_grid__backleasing {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 22px 29px;
}

.market_realty_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 22px 29px;
}



.market_subcat_card {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    height: 436px;
}

market_subcat_card_realty{
    display: flex;
    flex-direction: column;

    height: 436px;
}
.market_subcat_card__short {
    height: 475px;
}

.market_subcat_card_img_wrapper {
    position: relative;
    overflow: hidden;
}

.market_subcat_card_state {
    z-index: 100;
    position: absolute;
    top: 18px;
    left: 13px;
    /*display: inline-block;*/
    width: 79px;
    padding: 2px;
    background: #1CA263;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 5px;

    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;
    /* or 200% */

    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
}

.market_subcat_card_state__used {
    background: #DA5D01;
}

.market_subcat_card_state__available {
    background: #DA5D01;
    top: 50px;
}

.market_subcat_card_info_wrapper {
    /*flex-grow: 1;*/
    border-top: 2px solid #E5E5E5;
    padding-left: 15px;
    padding-right: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

.market_subcat_card_info_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.market_subcat_card_img_wrapper img {
    width: 100%;
    height: 230px;
}

.market_subcat_card_img_wide {
    width: 100%;
    height: auto !important;
    /*height: 230px;*/
    transition: all 0.3s ease-in-out;
}
market_subcat_realty_img
{
    width: 100%;
    /*height: auto !important;*/
    height: 230px;
    transition: all 0.3s ease-in-out;
}
.market_subcat_card__short:hover
.market_subcat_card_img_wide {
    transform: scale(1.05);
}

.market_subcat_card_more {
    text-decoration: underline;
}

.market_subcat_card_price {
    font-weight: 400;
    font-size: 18px;
}

.market_subcat_card_price_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.market_card {
    /*padding: 30px;*/
    border-left: 1px solid #eff1f5;
    border-top: 1px solid #eff1f5;
    border-bottom: 1px solid #eff1f5;
    text-align: center;
    transition: box-shadow 0.3s ease;
    position: relative;
}

.market_card2 {
    text-align: center;
    position: relative;
}

.market_card2_shadow {
    transition: box-shadow 0.3s ease;
    border-radius: 5px;
    border: 2px solid #E5E5E5;

}

.market_card2_shadow_active, .market_card2_shadow:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.msb_card {
    outline: 1px solid #eff1f5;
    transition: box-shadow 0.3s ease;
}

.msb_card:hover {
    border-color: transparent;
    box-shadow: 0 5px 25px 0 rgba(18, 25, 38, 0.1);
}

.market_card:nth-child(3n),
.market_card:last-child {
    border-right: 1px solid #eff1f5;
}

/*иначе границы задваивались*/
.market_card:nth-child(n + 4),
.market_card:last-child {
    border-top: none;
}

@media (max-width: 1250px) {
    .market_subcat_card {
        height: initial;
    }

    .market_card {
        border: 1px solid #eff1f5 !important;
    }

    .market_subcat_card_img_wrapper img {
        width: 100%;
        height: initial;
    }
}

.market_card:link,
.market_card:visited {
    text-decoration: none;
    color: black;
}

.market_card_title {
    font-size: 120%;
    font-weight: bold;
}

.market_card_title2:link,
.market_card_title2:visited {
    text-decoration: none;
    color: black;
}

.market_card_title2 {
    font-size: 120%;
    font-weight: 600;
    font-size: 14px;
}


/*.market_card_title:hover {*/
/*    color: var(--msb-green2);*/
/*}*/

.market_card_title_item {
    text-align: left !important;
    font-weight: 600;
    font-size: 14px;
}

.market_card_info {
    text-align: left;
    color: balck;
    font-size: .85em;
    line-height: 160%;
}


.market_card_more {
    background-color: var(--msb-green2);
    position: absolute;
    width: 100%;
    bottom: -45px;
    z-index: 10;
    /*bottom: 0;*/
    padding: 10px;
    color: white;
    border-radius: 0 0 5px 5px;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.1em;
    height: 45px;
    padding-top: 15px;
    box-shadow: 0px 8px 11px 0 rgba(28, 35, 50, 0.15);
    /*display: none;*/
    /*height: 0;*/
    /*transform: scaleY(0);*/
    display: none;
}

.market_card_more:hover {
    color: white;
    background-color: var(--msb-green3);
    text-decoration: none;
}

.market_card_more:hover, .market_card:hover .market_card_more {
    display: block;
    /*height: initial;*/
    /*transform: scaleY(1);*/
    /*display: block !important;*/
}

.market_card_img {
    border: none;
    width: 100%;
    /* height: 140px; */
    /* object-fit: contain; */
}

.market_card_title {
    display: block;
    color: black;
    font-size: 14px;
    line-height: 120%;
}

a.market_card_title:link,
a.market_card_title:visited {
    text-decoration: none;
}


.megamenu_wrap {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
}

.megamenu {
    padding-top: 54px;
    /*padding-bottom: 54px;*/
    padding-left: 30px;
    margin-bottom: 54px;
}

.megamenu_border {
    border-top: 3px solid #01a360;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    box-shadow: 1px 5px 9px 0px #ececec;
}

.megamenu_item {
    display: flex;
    /*background-color: #ddd;*/
    /*border: 1px solid grey;*/
    padding-left: 36px;
    margin-bottom: 50px;
}

.megamenu_img_cell {
    padding-top: 20px;
    /*border: 1px solid green;*/
}

.megamenu_cat {
    line-height: 110%;
    display: block;
    margin-bottom: 7px;
}

.megamenu_cat:link,
.megamenu_cat:visited {
    font-size: 120%;
    color: black;
}

.megamenu_cat:hover {
    color: #56b186;
    text-decoration: none;
}

.megamenu_subcat {
    color: #56b186;
}

.megamenu_subcat:hover {
    color: #56b186;
    border-bottom: 1px solid #56b186;
    text-decoration: none;
}

.megamenu_img {
    width: 90px;
    /*margin-right: 10px;*/
}

.megamenu_links {
    flex-grow: 1;
    padding-left: 18px;
}

.market_subnav {
    font-weight: 400;
    border: 1px solid #ededed;

}

.market_subnav_sticky {
    position: sticky;
    top: 20px;
    height: max-content;
}

.market_subnav_item {
    border-top: 1px solid #ededed;
    font-size: 100%;
}

.market_subnav_item:nth-child(1) {
    border: none;
}

.market_subnav_item a:link,
.market_subnav_item a:visited {
    color: #333;
    padding: 21px 23px;
    display: block;
    transition: background-color 0.3s;
}

.market_subnav_item a:hover {
    background-color: #f8f9fb;
    text-decoration: none;
}

.market_subnav_item_active {
    background-color: #f8f9fb;
    font-weight: bold;
}

/*.subcat_preview h1, .subcat_preview h2, .subcat_preview h3 {*/
/*    font-size: 1.8em;*/
/*}*/

.subcat_special_col {

}

.subcat_special_wrap {
    padding-top: 184px;
    text-align: center;
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.subcat_special_popup_title {
    font-size: 18px;
    color: #FFFFFF;
    /*cursor: pointer;*/

}

.subcat_special_popup_title:link, .subcat_special_popup_title:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.subcat_special_popup_title:hover {
    /*color: #FFFFFF;*/
    /*border-bottom: 1px solid white;*/
}


.market_special_more {
    background-color: var(--msb-green2);
    position: absolute;
    width: 100%;
    bottom: -45px;
    z-index: 10;
    /*bottom: 0;*/
    padding: 10px;
    color: white;
    border-radius: 0 0 5px 5px;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.1em;
    height: 45px;
    padding-top: 15px;
    box-shadow: 0px 8px 11px 0 rgba(28, 35, 50, 0.15);
    /*display: none;*/
    /*height: 0;*/
    /*transform: scaleY(0);*/
    display: none;
}

.market_special_more:hover {
    color: white;
    background-color: var(--msb-green3);
    text-decoration: none;
}

.market_special_more:hover, .subcat_special_wrap:hover .market_special_more {
    display: block;
    /*height: initial;*/
    /*transform: scaleY(1);*/
    /*display: block !important;*/
}


.cat_banner2 {
    height: 470px;
    color: white;
    padding-top: 56px;
    padding-left: 68px;
    border-radius: 5px;
}


@media (max-width: 768px) {

    .market_cat_card_grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 15px 15px;
    }


    .cat_banner2 {
        padding-top: 32px;
        padding-left: 24px;
        height: auto;
        padding-bottom: 60px;
        background-size: cover;
    }

}

.cat_pts{
    background-image: url(/image/design/pts/bg1.jpg);
    background-size: cover;
    text-align: center;
    padding: 30px 10px 10px 10px;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    border-radius: 20px;
}

.cat_pts__subcat .cat_pts{
    background-image: url(/image/design/pts/bg2.jpg)!important;
}

.cat_pts img{
    width: 38%;
    margin-bottom: 20px;
}
.cat_banner {
    height: 500px;
    color: white;
    padding-top: 115px;
    padding-left: 100px;
}

.cat_banner_header {
    font-size: 2.6667em;
    line-height: 1.15em;
}

.cat_banner_header2 {
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    /* or 118% */

    letter-spacing: 0.02em;
}

.cat_banner_subheader {
    font-size: 1.4em;
    font-weight: 400;
}

.cat_banner_subheader2 {
    font-size: 1.4em;
    font-weight: 400;
    width: 450px;
}

.subcat_banner_subtitle {
    padding-bottom: 10px;
    font-size: 1.4em;
    font-weight: 400;
}

.cat_banner_icons {
    max-width: 800px;
}

.cat_banner_icons2 {
    /*max-width: 800px;*/
}

@media (max-width: 768px) {

    .cat_banner_header2 {
        /*font-size: 24px;*/
        /*line-height: initial;*/
        /*letter-spacing: 0.02em;*/
        letter-spacing: 0.02em;
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;
    }

    .megamenu {
        padding-top: 30px;
        padding-left: 0px;
        margin-bottom: 10px;
    }

    .megamenu_item {
        padding-left: 20px;
    }

    .cat_banner {
        /*height: initial;*/
        height: 20vh;
        padding: 40px 10px;
        background-size: cover;
    }

    .cat_banner_header {
        font-size: 140%;
    }
}

.taxi_banner {

    background-color: #F4F4F4;
    background-image: url('/image/design/banner_taxi.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 330px;

}

/*.taxi_title1,taxi_title2{*/
/*  margin: 0;*/
/*}*/
.taxi_title1 {
    font-size: 18px;
    margin-bottom: -20px;
}

.taxi_title2 {
    font-size: 48px;
    font-weight: 600;
}

.taxi_cta_btn {
    width: 212px;
}

@media (max-width: 768px) {

    .taxi_title1 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .taxi_title2 {
        font-size: 18px;
        font-weight: 600;
    }

    .taxi_banner {
        background-size: 80px;
    }

}

.subcat_banner2 {
    height: 470px;

    background-color: #eaf3e9;
    background-size: 45%, cover;
    background-repeat: no-repeat;
    background-position: 30px 160px, left top;
    border-radius: 5px;
}

.subcat_banner2__white {
    background-size: 350px, cover;
    background-position: 36px 196px, left top;
}

.subcat_banner_column1 {
    padding-left: 72px;
    padding-top: 60px;
}

.subcat_banner_column2 {
    padding-top: 190px;
}

.subcat_banner {
    height: 244px;
    /*height: 340px;*/

    /*background-size: 100%;*/
    background-repeat: no-repeat;
    padding-left: 320px;
    padding-top: 40px;
    background-color: #fff;
    border-bottom: 1px solid #88c7a3;

}


.subcat_banner_col {
    /*background: #ccc5;*/
    padding-top: 0px !important;
    padding-left: 67px !important;
    /*border: 1px solid grey;*/
    margin-bottom: 40px;
    letter-spacing: -0.9px;
}

/*.subcat_banner_col2 {*/
/*    !*background: #ccc5;*!*/
/*    padding-top: 0px !important;*/
/*    padding-left: 57px !important;*/
/*    !*border: 1px solid grey;*!*/
/*    margin-bottom: 40px;*/
/*    letter-spacing: -0.9px;*/
/*}*/


.subcat_banner_col:before {
    position: absolute;
    content: '';
    left: 21px;
    top: 14px;
    display: block;
    height: 9px;
    width: 15px;
    border-radius: 10px;
    background-color: var(--msb-green2);
    /*background-color: #ccc;*/
}


.subcat_banner_col2 {
    /*background: #ccc5;*/
    padding-top: 0px !important;
    padding-left: 60px !important;
    /*border: 1px solid grey;*/
    margin-bottom: 40px;
    letter-spacing: -0.9px;
    position: relative;
    margin-right: 40px;
}

.subcat_banner_col2__compact {
    flex: 1 1 0;
    margin-right: 20px;
    letter-spacing: normal;
}

@media (max-width: 768px) {
    .subcat_banner_col2:before {
        left: 15px !important;
    }

    .subcat_banner_col2 {
        margin-bottom: 10px;
        padding-left: 45px !important;
    }

    .subcat_banner_column1 {
        padding-top: 20px;
        padding-left: 30px;
    }

    .subcat_banner2 {
        height: 294px;

        background-size: 100%, cover;
        background-position: 0 140px, left top;
    }

    .subcat_banner_column2 {
        padding-top: 30px;
    }

    .cat_banner_subheader2 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.02em;
        color: #161515;
        width: 100%;
    }

    .cat_banner_subheader {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.02em;
    }

    .subcat_banner_col2__compact {
        margin-bottom: 20px;
        padding-left: 40px !important;

    }

}


.subcat_banner_col2:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 14px;
    display: block;
    height: 9px;
    width: 15px;
    border-radius: 10px;
    background-color: var(--msb-green2);
}

.subcat_banner_col2__subcat {
    margin-right: 0;
}

/*.subcat_banner_col2_gap{*/
/*  margin-right: 20px;*/
/*}*/

.subcat_banner_title {
    /*font-weight: 300;*/
    font-size: 130%;
    margin-bottom: -3px;
    position: relative;
    line-height: 22px;
}

.subcat_banner_title__small {

    font-size: 14px;

}

.subcat_banner_value {
    font-weight: 600;
    /*font-size: 130%;*/
    font-size: 18px;
}

.subcat_banner_col:before {
    position: absolute;
    content: '';
    left: 21px;
    top: 14px;
    display: block;
    height: 9px;
    width: 15px;
    border-radius: 10px;
    background-color: var(--msb-green2);
    /*background-color: #ccc;*/
}


@media (max-width: 768px) {
    .subcat_banner {
        height: auto;
        background-image: none !important;
        padding-left: 0px;
        padding-top: 10px;
    }

    .subcat_banner_col {
        padding-top: 0px !important;
        padding-left: 37px !important;
        /*border: 1px solid grey;*/
        margin-bottom: 10px;
        letter-spacing: -0.9px;
    }


    .subcat_banner_col:before {
        position: absolute;
        content: '';
        left: 10px;
        top: 11px;
        display: block;
        height: 7px;
        width: 13px;
        border-radius: 8px;
        background-color: var(--msb-green2);
        /*background-color: #ccc;*/
    }

}

.market_pagination .pagination {
    justify-content: center;
}

.market_pagination .pagination .page-item {
    margin: 0 18px;
    font-size: 12px;
    font-weight: bold;
}

.market_pagination .prev, .market_pagination .next {
    display: none !important;
}

.market_pagination .page-link:link,
.market_pagination .page-link:visited {
    border: none !important;
    color: var(--msb-green2);
    padding: 0.4rem 0.6rem;
    border-radius: 2px;

}

.market_pagination .active .page-link:link,
.market_pagination .active .page-link:visited {
    color: white;
}


.props_table {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    /*margin: 31px 0 40px;*/
    /*margin-top: 50px;*/
    margin-bottom: 50px;
    border-bottom: 1px solid #f1f1f1;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

.props_table td {
    padding: 14px 20px 15px !important;
    color: #3b3b3b !important;
    border-bottom: 1px solid #f1f1f1;
}

.props_table tr:hover {
    background: #f8f9fb !important;
}

.props_table__realty tr>td:first-child {
    text-transform: uppercase;
    font-size: 80%;
}
@media (max-width: 768px) {
    .props_table td {
        padding: 5px 0px !important;
        display: list-item;
        /*word-wrap: break-word;*/
        /*word-break: break-all;*/
        border: none;
    }

    .props_table tr td:first-child {
        font-weight: bold;
    }

    .props_table tr:nth-child(2n) {
        background-color: rgba(243, 243, 243, 0.63);
    }


    .pagination {
        display: block;
    }

    .market_pagination .pagination .page-item {
        display: inline-flex;
    }


}

.market_item_title {

}

.market_item_flex_item_info h1,
.market_item_flex_item_info h2,
.market_item_flex_item_info h3,
.market_item_flex_item_info h4{
    line-height: 110%;
}


.market_item_flex {
    /*border: 1px solid #e1e1e1;*/
    display: flex;
    flex-direction: column;
}

.market_item_flex_item_pic {
    position: relative;
    /*border-bottom: 1px solid #e1e1e1;*/
}

.market_item_price {
    font-weight: 700;
    font-size: 28px;
}

.market_item_price_nds {
    font-weight: normal;
    font-size: 90%;
}

.market_item_price_none {
    font-weight: 700;
    font-size: 18px;
    color: #323232;
}


@media (max-width: 768px) {

    .market_item_title {
        font-size: 180%;
    }

    .market_item_col_img {
        border: none;
    }
}

.market_item_img {
    display: block;
    object-fit: contain;
    /*object-fit: scale-down;*/
    width: 100%;
    max-height: 300px;
}

.market_item_price_notice {
    font-size: 90%;
    color: grey;
}

.market_item_price_notice2 {
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #9F9F9F;
}

.market_item_calc_title {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
}

.web_request_form_row {
    background-color: #f8f9fb;
    border: 1px solid #f4f4f5;
}

.web_request_form {
    margin: auto;
}

.web_request_text {
    font-size: 140%;
}

@media (max-width: 768px) {
    .web_request_text {
        font-size: 120%;
        line-height: 120%;
    }
}

.deal_conditions {
    list-style: none;
    padding: 0;
    margin-top: 9px;
}

.deal_conditions2 {
    list-style: none;
    padding: 0;
    margin-top: 9px;
}


.deal_conditions li {
    display: inline-block;
    background: #e7e7e7;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px 13px;
    font-size: 90%;
}

.deal_conditions2 li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px 13px;
    font-size: 90%;

    background: #E5E5E5;
    border-radius: 5px;

}

.deal_conditions_label {
    font-weight: bold;
    margin-top: 10px;
}

.js_submit_success_show {
    display: none;
}

.modal_form .form-control {
    border: 1px solid #e6e6e6;
    border-radius: unset;
}

.modal_form .modal-content {
    padding: 15px 35px 0px;
}

.modal_form .modal-dialog {
    max-width: 486px;
}

.modal_form .form-group {
    margin-bottom: 20px;
}

.modal_form .modal-title {
    font-size: 180%;
}

.modal_form .modal-header {
    border: none;
}

.modal_form .modal-header .close {
    margin-top: -0.3rem;
}

.modal_form .modal_form_notice {
    color: grey;
    font-size: 90%;
}

#modal_form_item .success_message {
    font-size: 120%;
}

.market_item_price_icon {
    /*margin-right: 15px;*/
}

.market_item_price_label {
    color: black;
    font-size: 120%;
    font-weight: 600;
    line-height: 120%;
}

@media (max-width: 768px) {
    .market_item_price_label {
        font-size: 90%;
        line-height: 110%;
    }

    .market_item_price_icon {
        width: 30px;
    }
}

.swiper_big {
    /*max-width: 600px;*/
    max-height: 500px;
    /*background-color: #ccc;*/
    /*border: 1px solid green;*/
}

.market_slider_big {
    width: 100%;
    max-height: 500px;
    object-position: 50% 50%;
    object-fit: contain;
}

.swiper_small {
    width: 220px;
    /*подогнал под 3 видимые превьюшки -
      связано позиционирование
     swiper-button-next
     swiper-button-prev
       */

    margin: auto;
    margin-top: 25px;
    position: relative;
    --swiper-navigation-color: grey;
    --swiper-navigation-size: 15px;
}


.swiper_small .swiper-slide {
    /*height: 100px;*/
    cursor: pointer;
}

.swiper_small .swiper-slide img {
    width: 60px;
    object-fit: cover;
    height: 60px;
}

/*.swiper_small .swiper-wrapper {*/
/*  justify-content: center;*/
/*}*/

.swiper_small .swiper-slide:not(.swiper-slide-thumb-active) {
    opacity: 0.4;
}

/*на продаже имущества картинок >3, прячем неактивные*/
.swiper_small .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
}

.swiper_small .swiper-button-next {
    right: -25px !important;
}

.swiper_small .swiper-button-prev {
    left: -37px !important;
}

.lback_banner_label {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
}

.lback_button {
    width: 280px;
    transition: all .3s ease-in-out;
    margin-top: 0;
    padding: 16px 10px;
}

.lback_button:hover {
    background-color: var(--msb-green4) !important;
}


.lback_banner_img {
    width: 100%;
    image-rendering: crisp-edges;
    transition: all .3s ease-in-out;
}

.lback_banner_img:hover {
    transform: scale(1.04);
    /*box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);*/
}

.lback_banner_img_wrap {
    display: block;
    /*width: 309px;*/
    overflow: hidden;
}

.lback_quote {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}

.lback_quote__mining {

    font-weight: 400;

}

.lback_benefits {
    padding-top: 54px;
    padding-left: 33px;
    padding-bottom: 5px;

    margin-bottom: 75px;
    border-radius: 5px;
    background-size: 450px, cover;
    background-position: right 48px bottom 24px, left top;

    background-repeat: no-repeat, no-repeat;
    background-image: url('/image/design/backleasing/benefits_vis2.png'),
    url('/image/design/backleasing/benefits_bg.jpg');
}


.lback_benefits h3 {
    font-weight: 600;
    font-size: 34px;
    /*line-height: 27px;*/
    margin-bottom: 54px;
}


@media (max-width: 1000px) {
    .lback_benefits {
        padding-top: 30px;
        padding-bottom: 30px;

        margin-bottom: 34px;

        background-size: cover;
        background-position: left top;

        /*background-repeat:  no-repeat;*/
        background-image: url('/image/design/backleasing/benefits_bg.jpg');
    }

    .lback_benefits h3 {
        font-size: 30px;
        /*line-height: 27px;*/
        margin-bottom: 20px;
    }


}


.lback_benefits_item {
    position: relative;
    margin-left: 40px;
    margin-right: 30px;
    margin-bottom: 40px;

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;


}

.lback_benefits_item:before {
    position: absolute;
    content: '';
    left: -27px;
    top: 7px;
    display: block;
    height: 9px;
    width: 15px;
    border-radius: 10px;
    background-color: var(--msb-green2);
}

.lback_benefits_row {
    width: 650px;
}


@media (max-width: 1020px) {

    .lback_benefits_item:before {
        left: -17px;
        top: 7px;
    }


    .lback_benefits_item {
        position: relative;
        margin-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;

        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }

    .lback_benefits_row {
        width: 100%;
    }
}


.mining_itemcard {
    padding-top: 60px;
    border: 2px solid #E5E5E5;
    border-radius: 5px;
    padding-bottom: 60px;
    margin-bottom: 30px;
    transition: all .5s;
    height: 475px;
}


.mining_itemcard:hover {
    /*border: 1px solid var(--msb-green2);*/
    /*border-color:  white;*/
}

.mining_itemcard .mining_itemcard_pic img {
    transition: all .5s ease;
}

.mining_itemcard:hover .mining_itemcard_pic img {
    transform: scale(1.03);
}


.mining_itemcard:hover .mining_link {
    box-shadow: 0 5px 25px 0 rgb(18 25 38 / 10%);

    /*box-shadow:0px 0 13px #6ebb80;*/
}

.mining_itemcard_text h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 15px;

}

.mining_itemcard_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.mining_itemcard_text li {
    margin-bottom: 10px;
    padding-left: 14px;
}

.mining_itemcard_text li::marker {
    color: var(--msb-green2);
}

.mining_itemcard_pic img {
    max-width: 450px;
    width: 100%;
}

.lback_quote_li li::marker {
    color: var(--msb-green2);
}

.lback_quote_li li {
    margin-bottom: 10px;

}

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

.mining_link {
    transition: all .3s;
    font-size: 10px;
    line-height: 15px;
    /* or 150% */
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid var(--msb-green2);
    /*margin-top: 5px;*/
    /*margin-bottom: 10px;*/
    display: inline-block;
}


.mining_link_quote {
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;

    color: #2F3338;
}

.why_item {
    margin: auto;

    padding-top: 71px;
    padding-left: 41px;
    padding-right: 10px;

    background-image: url(/image/design/mining/bg.jpg);
    border-radius: 150px;
    /*background-color: #ccc;*/
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    width: 250px;
    height: 250px;
    transition: all .3s ease;
}

.why_item:hover {
    transform: scale(1.05);
    background-position-y: 260px;
    /*border: 6px solid #1ca26312;*/
}

.why_item h4 {
    font-weight: 600;
    font-size: 18px;
}

.mining_24_title {
    /*margin-top: -60px;*/
    padding: 0;
    font-weight: 800;
    font-size: 80px;
    font-size: clamp(30px, 9vw, 80px);


    /*line-height: 230px;*/
}

.mining_24_effect {
    color: #039BA3;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-image: url(/image/design/mining/bg_24_orig.jpg);


}

.mining_24_effect__ani {
    background-image: url(/image/design/mining/bg_24.jpg);
    animation: slide_ani 4s linear infinite;
}

.mining_24_24 {
    font-weight: 800;
    font-size: 250px;
    font-size: clamp(50px, 17vw, 250px);
    line-height: 90%;
    /*line-height: 230px;*/
}

.mining_24_wrap {
    border-radius: 5px;
    background-size: cover;
    background-image: url(/image/design/mining/bg.jpg);
}

.mining_24_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.mining_banner {
    padding-top: 110px;
    padding-left: 74px;
    padding-bottom: 80px;
    border-radius: 5px;
}

.mining_banner_header {
    font-weight: 700;
    font-size: 34px;

    line-height: 45px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
}

.mining_banner_subheader {
    font-weight: 700;
    font-size: 20px;
    line-height: 45px;
    text-transform: uppercase;
    color: #1CA263;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
}

.mining_banner_features {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: relative;
}

.mining_banner_features:before {
    position: absolute;
    content: '';
    left: -24px;
    top: 11px;
    display: block;
    height: 9px;
    width: 15px;
    border-radius: 10px;
    background-color: var(--msb-green2);
}

.mining_banner_features:first-of-type {
    margin-right: 50px;
}

.why_item_row {
    /*padding-left: 70px;*/
}

@media (max-width: 900px) {

    .mining_banner {
        padding-top: 40px;
        padding-left: 15px;
        padding-bottom: 30px;
        padding-right: 15px;
    }

    .mining_banner_header {
        font-weight: 700;
        font-size: 25px;
        line-height: 25px;
        color: #FFFFFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
    }

    .mining_banner .button {
        width: 100%;
    }

    .mining_banner_subheader {
        font-weight: 700;
        font-size: 15px;
        line-height: 25px;
    }

    .mining_banner_features {
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .mining_24_title {
        padding: 0;
        font-weight: 800;
        /*font-size: 30px;*/
        line-height: 110%;
    }

    .mining_24_24 {
        font-weight: 800;
        /*font-size: 50px;*/
        line-height: 110%;
    }

    .why_item {
        padding: 20px 20px;
        background-size: cover;
        background-position-x: 0 !important;
        height: initial;
        border-radius: 8px;
        width: 100%;
        margin-bottom: 20px;
    }

    .why_item, .why_item h4 {
        /*font-weight: 600;*/
        font-size: 14px;
    }


    .mining_itemcard {
        margin-bottom: 30px;
        padding-top: 30px;
        padding-bottom: 20px;
        height: auto;
    }

    .mining_itemcard h3 {
        font-size: 140%;
    }

    .mining h2 {
        font-size: 200%;
    }

    .why_item:hover {
        transform: none;
        background-position-y: initial;
        /*border: 6px solid #1ca26312;*/
    }

    .mining_link {
        width: 100%;
    }

    .h2_investors {
        font-weight: 800;
        font-size: 32px;
        line-height: 44px;
    }

    .investors_banner {
        height: auto !important;
    }

    .investors_button {
        width: 100%;
    }
}

@keyframes slide_ani {
    0% {
        background-position-x: 0;
        /*transform: translate(0);*/
    }
    100% {
        background-position-x: 2400px;
        /*transform: translate(-3840px); !* The image width *!*/
    }
}

.investors_banner {
    height: 500px;
    color: #fff;
}

.investors_banner_text {
    font-size: 15px;
    line-height: 25px;
    /* or 167% */

    letter-spacing: 0.02em;
}


.investors_rating {
    /*font-weight: 300;*/
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.investors_rating h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.investors_telegram {
    font-size: 12px;
    /*font-weight: 300;*/
    line-height: 1.5;
    /*line-height: 20px;*/
    /*letter-spacing: 0.1em;*/
    color: #333333;
}


.investors_bonds {
    width: 100%;
    border-bottom: 1px solid rgba(177, 177, 177, 0.36);
}

.investors_bonds thead {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}


.investors_bonds th {
    border-bottom: 2px solid #ccc;
    padding-bottom: 12px;
    padding-left: 10px;
}


.investors_bonds tbody {
    /*font-weight: 300;*/
    font-size: 14px;
    line-height: 15px;
}

.investors_bonds_line {
    cursor: pointer;
    transition: all .3s;
    position: relative;

}

.investors_bonds_line:hover {
    background-color: rgba(241, 241, 241, 0.64);

}

.investors_bonds_line td {
    padding: 15px 10px;
    border-top: 1px dashed #ccc;

}

.investors_bonds_line__active {
    background: rgba(0, 0, 0, 0.05);
    font-weight: 600;
}

.investors_bonds_line__active td {
    /*border-bottom: none;*/
    /*border-top: 1px dashed #ccc;*/
}

.investors_bonds_line__active + .investors_bonds_full {
    display: table-row;

}

.investors_subtable_td {
    padding-left: 42px !important;
}

.investors_bonds_full img {
    float: left;
}

.investors_bonds_full small {
    color: #ccc;
}

.investors_bonds_full td {
    padding: 10px 5px;
    font-size: 12px !important;
    /*font-weight: 300;*/
}

.investors_bonds_full {
    display: none;
    background: rgba(0, 0, 0, 0.05);
}

.investors_bonds_full a:link, .investors_bonds_full a:visited {
    color: black;
    font-weight: 400;
    transition: color .2s;
}

.investors_bonds_full a:hover {

    color: #1ca263 !important;
}

.investors_bonds_line::after {
    position: absolute;
    width: 15px;
    height: 15px;
    /*background-color: #fff;*/
    background-repeat: no-repeat;
    /*background-position: 9px 2px;*/
    content: '';
    right: 5px;
    bottom: 0px;
    background-image: url("/image/design/investors/ico_arrow.png");
    transition: all 0.3s;
    /*transform-style: preserve-3d;*/
}

.investors_bonds_line.investors_bonds_line__active::after {
    transform: rotate(180deg);
    /*transform: rotateX(180deg);*/
    bottom: 10px;
    right: 6px;
}


.investors_bonds_pda tr:not(.investors_bonds_pda_full) td:first-child {
    font-weight: bold;
    width: 50%;
    padding-right: 10px;
}

.investors_bonds_pda {
    transition: all .5s;
    margin: 0 -15px;
    cursor: pointer;
    border-bottom: 1px dashed #C4C4C4;
    position: relative;
}

.investors_bonds_pda td {
    padding-left: 15px;
    padding-bottom: 7px;
    line-height: 19px;
}

.investors_bonds_pda_full td {
    font-weight: normal !important;
    font-size: 12px;
    padding-left: 8px;
    /*border: 1px solid grey;*/
}

.investors_bonds_pda_docs img {
    /*float: none;*/
    margin-top: 10px;
}

.investors_bonds_pda_docs a:link,
.investors_bonds_pda_docs a:visited {
    color: black;
}

.investors_bonds_pda__active {
    background: #f2f2f2;
}

.investors_bonds_pda_full {
    display: none;
}

.investors_bonds_pda__active .investors_bonds_pda_full {
    display: table-row;
}

.investors_bonds_pda::after {
    position: absolute;
    width: 30px;
    height: 15px;
    /*background-color: #fff;*/
    background-repeat: no-repeat;
    background-position: 9px 2px;
    content: '';
    left: calc(50% - 10px);
    /*transform: rotate(30deg);*/
    bottom: -14px;
    background-image: url("/image/design/investors/ico_arrow.png");
    /*z-index: 1;*/
    border-top: 2px solid #ffffff;
}

.investors_bonds_pda.investors_bonds_pda__active::after {
    transform: rotate(180deg);
    /*background: #f2f2f2;*/
    bottom: -1px;
    background-position: 9px 7px;
}

.investors_bonds_pda_docs_item {
    display: flex;
    align-items: center;
}
