*:focus {
    outline: none !important;
}
.CALC {
    background: #fff;
    /*background-color: var(--color-primary);*/
    width: 100%;
    max-width: 1000px;

    font-weight: 400;
    font-size: 20px;

    color: #333;
    padding-bottom: 20px;
}
/*  Р—РђР“РћР›РћР’РћРљ */
.CALC .C_title_top {
    height: 100px;
    position: relative;
}

.CALC .C_title_top p.C_title_caption {
    position: absolute;
    margin: 0;
    font-size: 50px;
    top: 50%;
    margin-top: -30px;
    left: 20px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CALC .C_title_top p.C_title_caption_mobile {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 30px;
    top: 50%;
    margin-top: -18px;
    left: 0;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

.CALC .C_title_top div.C_title_substrate {
    position: absolute;
    width: 510px;
    height: 20px;
    top: 40px;
    left: 20px;
    background: var(--color-primary);
    z-index: 1;
}

.CALC .C_body_wrap {
    height: auto;
    position: relative;

    /*background-color: var(--color-primary);*/
    background-color: #fff;

    margin-top: 20px;
}
.CALC button[name = 'btn_up'] {
    background: url(../image/step_1/slider_room/arr_up.png);
    background-color: var(--color-primary);
    background-position: 50% 30%;
    background-size: 54px 25px;
    background-repeat: no-repeat;
    position: fixed;
    left: 30px;
    bottom: 20px;
    height: 80px;
    width: 80px;
    z-index: 99999;
    border-radius: 50px;
    display: none;
    outline: none;
    border: 0;
    opacity: 0.3;

    text-align: center;
    padding-top:30px
}

.CALC .btn_up:active {
    opacity: 0.5;
}

.calc-step {
    max-width: 900px;
    position: relative;
    display: none;
    overflow: auto;
    background: #fcfcfc;
    height: auto;
    margin: 0 auto;
    padding: 0 3vw;

    /*background-color: var(--color-primary);*/

}

/*step 1*/
.CALC  #step_1 {
    display: block;
}
.CALC #step_1 #house {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 250px;
    width: auto;
}
/* Р—Р°РіРѕР»РѕРІРѕРє */
.CALC #step_1 .C_title {
    position: relative;
    height: 50px;
}

.CALC #step_1 .C_title p.C_title_capt {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    margin-top: -14.5px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Чекбоксы */
.CALC #step_1 .С_list_ChB {
    position: relative;
}

.CALC #step_1 .С_list_ChB .C_ChB_item {
    position: relative;
    height: 50px;
    background: 0;
    width: 120px;
    cursor: pointer;
}
.CALC #step_1 .С_list_ChB .C_ChB_item:active p {
    font-weight: 700;
}

.CALC #step_1 .С_list_ChB .C_ChB_item .C_ChB_field {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    height: 20px;
    width: 20px;
    border: 1px solid #333;
    background: 0;
    cursor: pointer;
    transition: 0.2s;
}

.CALC #step_1 .С_list_ChB .C_ChB_item .C_ChB_field div.img_OK {
    height: 20px;
    width: 20px;
    cursor: pointer;
    background-image: url("/include/ch_b_active.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 15px;
    display: none;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}
/* Р”Р»СЏ Р°РЅРёРјР°С†РёРё РіР°Р»РєРё */
.CALC #step_1 .С_list_ChB .C_ChB_item .C_ChB_field div.img_OK.vanishIn {
    display: block;
}

.CALC #step_1 .С_list_ChB .C_ChB_item p {
    position: absolute;
    left: 40px;
    top: 50%;
    margin: 0;
    margin-top: -14.5px;
    font-size: 24px;
    font-weight: 400;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.2s;
}

/* Р’С‹РїР°РґР°СЋС‰РёР№ СЃРїРёСЃРѕРє РґР»СЏ РљРћРњРќРђРўР« */
.CALC #step_1 .С_list_ChB .C_DDL_room {
    position: relative;
    display: none;
    /*padding-left: 20px;*/
}

.CALC #step_1 .С_list_ChB .C_DDL_room .DDL_wrap {
    position: relative;
    height: 40px;
}

.CALC #step_1 .С_list_ChB .C_DDL_room .DDL_wrap p.C_p_1 {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    left: 0;
    top: 50%;
    margin: 0;
    margin-top: -11px;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CALC #step_1 .С_list_ChB .C_DDL_room .C_counter {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 126px;
    left: 110px;
}

.CALC #step_1 .С_list_ChB .C_DDL_room .C_counter .C_counter_minus {
    position: relative;
    height: 30px;
    width: 30px;
    border: 1px solid #333;
    display: inline-block;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    background-color: #fff;
    transition: 0.2s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/include/minus.svg");
    background-size: 12px auto;
}
.CALC #step_1 .С_list_ChB .C_DDL_room .C_counter .C_counter_minus:active {
    background-color: var(--color-primary);
}

.CALC #step_1 .С_list_ChB .C_DDL_room .C_counter .C_counter_plus {
    position: relative;
    height: 30px;
    width: 30px;
    border: 1px solid #333;
    display: inline-block;
    float: left;
    cursor: pointer;
    background-color: #fff;
    transition: 0.2s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/include/plus.svg");
    background-size: 12px auto;
}
.CALC #step_1 .С_list_ChB .C_DDL_room .C_counter .C_counter_plus:active {
    background-color: var(--color-primary);
}

.CALC #step_1 .С_list_ChB .C_DDL_room .C_counter .C_counter_field {
    position: relative;
    height: 30px;
    width: 50px;
    border: 1px solid #333;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.CALC #step_1 .С_list_ChB .C_DDL_room .C_counter .C_counter_field  p {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0;
    margin-top: -11px;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.1s;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Р’С‹РїР°РґР°СЋС‰РёР№ СЃРїРёСЃРѕРє РґР»СЏ РЎРђРќРЈР—Р›Рђ */
.CALC #step_1 .С_list_ChB .C_DDL_bathroom {
    position: relative;
    display: none;
    /*padding-left: 20px;*/
}

.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_p_2 {
    position: relative;
    height: 40px;
}

.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_p_2 p {
    position: absolute;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    top: 50%;
    margin-top: -11px;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_wrap_1 {
    position: relative;
    height: 80px;
}

.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_wrap_1 .C_list_1 {
    position: relative;
    height: 40px;
    width: 65px;
    cursor: pointer;
}

.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_wrap_1 .C_list_1 .C_RB_1 {
    position: absolute;
    height: 16px;
    width: 16px;
    border-radius: 20px;
    left: 0;
    top: 50%;
    margin-top: -10px;
    border: 1px solid #333;
    cursor: pointer;
}

.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_wrap_1 .C_list_1 .C_RB_1 .C_pick {
    height: 12px;
    width: 12px;
    margin-top: 1px;
    margin-left: 1px;
    border-radius: 20px;
    background: #333;
    cursor: pointer;
    display: none;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}
/* Р”Р»СЏ Р°РЅРёРјР°С†РёРё Р РђР”РРћРљРќРћРџРљР */
.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_wrap_1 .C_list_1 .C_RB_1 .C_pick.vanishIn {
    display: block;
}

.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_wrap_1 .C_list_1 p.C_respons_1 {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -11px;
    left: 40px;
    font-size: 18px;
    font-weight: 400;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.2s;
}
.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_wrap_1 .C_list_1:active p {
    font-weight: 700;
}

/* Р’С‹РїР°РґР°СЋС‰РёР№ РїРѕРґСЃРїРёСЃРѕРє РЎРђРќРЈР—Р•Р›*/
.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_P_DDL {
    display: none;
    height: 160px;
    position: relative;
}

.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_P_DDL .C_wrap_2 {
    height: 80px;
    position: relative;
}

.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_P_DDL .C_wrap_2 p.C_p_3 {
    position: absolute;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    top: 5px;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_P_DDL .C_wrap_2 p.C_p_4 {
    position: absolute;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    top: 40px;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_counter {
    position: absolute;
    margin: 0;
    bottom: 12px;
    height: 30px;
    width: 126px;
    left: 110px;
}

.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_counter .C_counter_minus {
    position: relative;
    height: 30px;
    width: 30px;
    border: 1px solid #333;
    display: inline-block;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    background-color: #fff;
    transition: 0.2s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/include/minus.svg");
    background-size: 12px auto;
}
.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_counter_minus:active {
    background-color: var(--color-primary);
}

.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_counter .C_counter_plus {
    position: relative;
    height: 30px;
    width: 30px;
    border: 1px solid #333;
    display: inline-block;
    float: left;
    cursor: pointer;
    background-color: #fff;
    transition: 0.2s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/include/plus.svg");
    background-size: 12px auto;
}
.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_counter .C_counter_plus:active {
    background-color: var(--color-primary);
}

.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_counter .C_counter_field {
    position: relative;
    height: 30px;
    width: 50px;
    border: 1px solid #333;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.CALC #step_1 .С_list_ChB .C_DDL_bathroom .C_counter .C_counter_field  p {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0;
    margin-top: -11px;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.1s;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Р’С‹РїР°РґР°СЋС‰РёР№ СЃРїРёСЃРѕРє РґР»СЏ Р‘РђР›РљРћРќРђ */
.CALC #step_1 .С_list_ChB .C_DDL_balcony {
    position: relative;
    display: none;
    /*padding-left: 20px;*/
}

.CALC #step_1 .С_list_ChB .C_DDL_balcony .DDL_wrap {
    position: relative;
    height: 40px;
}

.CALC #step_1 .С_list_ChB .C_DDL_balcony .DDL_wrap p.C_p_1 {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    left: 0;
    top: 50%;
    margin: 0;
    margin-top: -11px;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CALC #step_1 .С_list_ChB .C_DDL_balcony .C_counter {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 126px;
    left: 130px;
}

.CALC #step_1 .С_list_ChB .C_DDL_balcony .C_counter .C_counter_minus {
    position: relative;
    height: 30px;
    width: 30px;
    border: 1px solid #333;
    display: inline-block;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    background-color: #fff;
    transition: 0.2s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/include/minus.svg");
    background-size: 12px auto;
}
.CALC #step_1 .С_list_ChB .C_DDL_balcony .C_counter .C_counter_minus:active {
    background-color: var(--color-primary);
}

.CALC #step_1 .С_list_ChB .C_DDL_balcony .C_counter .C_counter_plus {
    position: relative;
    height: 30px;
    width: 30px;
    border: 1px solid #333;
    display: inline-block;
    float: left;
    cursor: pointer;
    background-color: #fff;
    transition: 0.2s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/include/plus.svg");
    background-size: 12px auto;
}
.CALC #step_1 .С_list_ChB .C_DDL_balcony .C_counter .C_counter_plus:active {
    background-color: var(--color-primary);
}

.CALC #step_1 .С_list_ChB .C_DDL_balcony .C_counter .C_counter_field {
    position: relative;
    height: 30px;
    width: 50px;
    border: 1px solid #333;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.CALC #step_1 .С_list_ChB .C_DDL_balcony .C_counter .C_counter_field  p {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 0;
    margin-top: -11px;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.1s;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*  ============================================================= */



/* РљР°СЂС‚Р° */

.CALC #step_1 .C_bottom_wrap .C_map .C_step {
    position: relative;
    /*display: inline-block;*/
    float: left;
    /*height: 60px;*/
    /*width: 60px;*/
    margin: 0 5px;
    /*background-image: url("/include/bg_map_step.png");*/
    background-color: var(--color-primary);

    border: 1px solid #fff;

    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 10px 18px;
}

.CALC #step_1 .C_bottom_wrap .C_map .C_step.ACTIVE_STEP {
    /*background-image: url("/include/bg_map_step_active.png");*/
    opacity: 1;
}

.CALC #step_1 .C_bottom_wrap .C_map .C_step p.C_p_5 {
    color: #fff;

    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CALC #step_1 .C_bottom_wrap .C_map .C_step p.C_p_6 {
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CALC #step_1 .C_bottom_wrap .C_map .C_step p.C_p_7 {
    position: absolute;
    top: 21.5px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CALC #step_1 .C_bottom_wrap .C_map .C_step .mobile_smeta_tab {
    position: absolute;
    top: 7px;
    left: 7px;
    height: 16px;
    width: 16px;
    background-image: url(../image/step_1/map_step/mobile_smeta_tab.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 11px;
    display: none;
}

/*  Р›РµРІС‹Р№ СЃС‚РѕР»Р±РµС† */
.CALC #step_2 .left_col {
    display: inline-block;
    float: left;
    width: 175px;
    min-height: 630px;
    background-color: #fbfbfb;
}

.CALC #step_2 .left_col .title_2 {
    height: 80px;
    position: relative;
}

.CALC #step_2 .left_col .title_2 p {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -14.5px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CALC #step_2 .left_col .title_2 .substrate_1 {
    position: absolute;
    width: 125px;
    top: 40px;
    height: 15px;
    background-color: var(--color-primary);
}

.CALC #step_2 .left_col .list_2 {

}

.CALC #step_2 .left_col .list_2 .list_item_rooms {
    height: 50px;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}

.CALC #step_2 .left_col .list_2 .list_item_rooms.ACTIVE_ITEM p {
    font-weight: 700;
}

.CALC #step_2 .left_col .list_2 .list_item_rooms.ACTIVE_ITEM .substrate_2 {
    background-color: var(--color-primary);
}

.CALC #step_2 .left_col .list_2 .list_item_rooms p {
    position: absolute;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    top: 50%;
    margin-top: -14.5px;
    transition: 0.2s;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.CALC #step_2 .left_col .list_2 .list_item_rooms .substrate_2 {
    height: 12px;
    width: 10px;
    top: 28px;
    position: absolute;
    transition: 0.5s;
}
.CALC #step_2 .left_col .list_2 .list_item_rooms:active p {
    font-weight: 700;
}
/*  ========================== */
#step_2 .mobile_slider_rooms {
    height: 60px;
    position: relative;
    display: none;
    margin-top: 50px;
    background: #fcfcfc;
}

#step_2 .mobile_slider_rooms .title_11 {
    position: absolute;
    left: 0;
    top: -35px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#step_2 .mobile_slider_rooms .arr_left {
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    /* opacity: 0.5; */
}

#step_2 .mobile_slider_rooms .arr_left button {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    background: 0;
    margin: 5px 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background-image: url(../image/step_1/slider_room/arr_l.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50px;
    opacity: 0.7;
    transition: 0.2s;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

#step_2 .mobile_slider_rooms .arr_right {
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    /* opacity: 0.5; */
}

#step_2 .mobile_slider_rooms .arr_right button {
    height: 50px;
    width: 50px;
    border-radius: 25px;
    background: 0;
    margin: 5px 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background-image: url(../image/step_1/slider_room/arr_r.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 50px;
    opacity: 0.7;
    transition: 0.2s;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

#step_2 .mobile_slider_rooms button:active {
    opacity: 1;
}

#step_2 .mobile_slider_rooms .slider_body {
    position: absolute;
    width: calc(100% - 80px);
    left: 40px;
    height: 60px;
}

#step_2 .mobile_slider_rooms .slider_body .list_item_rooms {
    width: 100%;
    height: 60px;
    position: relative;
    display: none;
}

#step_2 .mobile_slider_rooms .slider_body .list_item_rooms {
    display: none !important;
}

#step_2 .mobile_slider_rooms .slider_body .list_item_rooms.ACTIVE_SLEDE {
    display: block !important;
}

/*#step_2 .mobile_slider_rooms .slider_body .list_item_rooms.ACTIVE_SLEDE p {
        position: relative;
}*/

#step_2 .mobile_slider_rooms .slider_body .list_item_rooms.ACTIVE_SLEDE p:before {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: calc(100% - 40px);
    height: 12px;
    background: var(--color-primary);
    margin-left: 20px;
    z-index: -1;

}

#step_2 .mobile_slider_rooms .slider_body .list_item_rooms p {
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    top: 50%;
    margin: 0;
    margin-top: -14.5px;
    margin-left: 20px;
    text-align: center;
    width: calc(100% - 40px);
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

/*  РџСЂР°РІС‹Р№ СЃС‚РѕР»Р±РµС† */
.CALC #step_2 .righ_col {
    display: inline-block;
    float: right;
    width: calc(100% - 175px);
    /* background-color: #eee; */
}

.CALC #step_2 .wrap_3 {
    /*padding-left: 20px;*/
}

.CALC #step_2 .title_3 {
    min-height: 80px;
    position: relative;
    overflow-x: hidden;
}
.CALC #step_2 .title_3 p {
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    top: 50%;
    margin-top: -14.5px;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CALC #step_2 .title_3 .substrate_2 {
    position: absolute;
    margin: 0;
    top: 43px;
    width: 390px;
    height: 12px;
    background-color: var(--color-primary);
}

.CALC #step_2 .title_3 hr {
    position: absolute;
    margin: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #333333;
    opacity: 0.2;
}
/*  ========================== */
.CALC #step_2 .modif_body {
    position: relative;
    min-height: 442px;
}

.CALC #step_2 .modif_body .title_4 {
    position: relative;
    height: 50px;
}

.CALC #step_2 .modif_body .title_4 p {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -11px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* =============== */
.CALC #step_2 .modif_body .inputs {
    overflow: auto;
}

.CALC #step_2 .modif_body .inputs .field {
    position: relative;
    height: 100px;
    display: inline-block;
    float: left;
    width: 150px;
}

.CALC #step_2 .modif_body .inputs .field input {
    position: absolute;
    height: 45px;
    width: 100px;
    top: 10px;
    left: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    outline: none;
    border: 1px solid var(--color-secondary-20);

}

.CALC #step_2 .modif_body .inputs .field p {
    position: absolute;
    top: 70px;
    left: 0;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* =============== */
.CALC #step_2 .modif_body .title_5 {
    position: relative;
    height: 60px;
}

.CALC #step_2 .modif_body .title_5 p {
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    top: 50%;
    margin-top: -12px;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* =============== */
.CALC #step_2 .body_card {
    overflow: auto;
    /*padding: 1px;*/
}

.CALC #step_2 .body_card .card_wrap {
    display: inline-block;
    float: left;
    width: 33.333333333333%;
}

.CALC #step_2 .body_card .card_wrap .card {
    width: 93%;
    height: 230px;
    box-shadow: 0 0 7px rgba(92, 92, 92, 0.07);
    background: #fff;
    margin: 0 auto;
}
.CALC #step_2 .body_card .card_wrap .card:first-child {
    margin-left: 0;
}
.CALC #step_2 .body_card .card_wrap .card:last-child {
    margin-right: 0;
}

.CALC #step_2 .body_card .card_wrap .card .title_6 {
    position: relative;
    height: 50px;
}

.CALC #step_2 .body_card .card_wrap .card .title_6 p {
    position: absolute;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    top: 50%;
    left: 20px;
    margin-top: -11px;
    transition: 0.2s;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CALC #step_2 .body_card .card_wrap .card .card_rb {
    position: relative;
    height: 40px;
    cursor: pointer;
}

.CALC #step_2 .body_card .card_wrap .card .card_rb:hover p {
    font-weight: 700;
}

.CALC #step_2 .body_card .card_wrap .card .card_rb .rb {
    position: absolute;
    height: 16px;
    width: 16px;
    border-radius: 20px;
    border: 1px solid #333;
    cursor: pointer;
    left: 20px;
    top: 50%;
    margin-top: -8px;
}

.CALC #step_2 .body_card .card_wrap .card .card_rb .rb .rb_ok {
    width: 12px;
    height: 12px;
    margin: 1px;
    background: #333;
    border-radius: 20px;
    transition: 0.2s;
    display: none;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

.CALC #step_2 .body_card .card_wrap .card .card_rb .rb .rb_ok.vanishIn {
    display: block;
}

.CALC #step_2 .body_card .card_wrap .card .card_rb .rb .rb_ok.ACTIVE_MOD {
    display: block;
}

.CALC #step_2 .body_card .card_wrap .card .card_rb p {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    transition: 0.2s;
    top: 50%;
    left: 50px;
    margin: 0;
    margin-top: -11px;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.CALC #step_2 .insulation_wrap {
    height: 30px;
    margin-top: 25px;
    position: relative;
}

.CALC #step_2 .insulation_wrap .ChB_insulation {
    height: 30px;
    margin: 15px 0;
    position: relative;
    cursor: pointer;
}
.CALC #step_2 .insulation_wrap .ChB_insulation:active  p {
    font-weight: 700;
}

.CALC #step_2 .insulation_wrap .ChB_insulation .ChB_body {
    height: 22px;
    width: 22px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0;
    border: 1px solid #333;
    cursor: pointer;
    transition: 0.2s;
}

.CALC #step_2 .insulation_wrap .ChB_insulation .ChB_body .ChB_ok {
    height: 20px;
    width: 20px;
    margin: 1px;
    cursor: pointer;
    background-image: url(../image/step_1/check_box/ch_b_active.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 15px;
    display: none;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    transition: 0.2s;
}

.CALC #step_2 .insulation_wrap .ChB_insulation .ChB_body .ChB_ok.swashIn {
    display: block;
}

.CALC #step_2 .insulation_wrap .ChB_insulation p {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    transition: 0.2s;
    top: 50%;
    left: 40px;
    margin: 0;
    margin-top: -11px;
    transition: 0.2s;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

/*  ====================== */

.CALC #step_2 .map_2 .C_step {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    /*height: 60px;*/
    /*width: 50px;*/
    margin: 0 2px;
    /*background-image: url("/include/bg_map_step.png");*/
    background-color: var(--color-primary);

    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.5;

    padding: 10px 18px;
}

.CALC #step_2 .map_2 .C_step.ACTIVE_STEP {
    /*background-image: url("/include/bg_map_step_active.png");*/
    opacity: 1;
}

.CALC #step_2 .map_2 .C_step p.C_p_5 {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CALC #step_2 .map_2 .C_step p.C_p_6 {
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CALC #step_2 .map_2 .C_step p.C_p_7 {
    position: absolute;
    top: 21.5px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.CALC #step_2 .map_2 .C_step .mobile_smeta_tab {
    position: absolute;
    top: 7px;
    left: 7px;
    height: 16px;
    width: 16px;
    background-image: url(../image/step_1/map_step/mobile_smeta_tab.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 11px;
    display: none;
}
/*  ============= */
#step_3 .wrap_6 {
    position: relative;
}

#step_3 .wrap_6 .title_7 {
    position: relative;
    height: 70px;
}

#step_3 .wrap_6 .title_7 p {
    position: absolute;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    top: 50%;
    margin-top: -11px;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#step_3 .wrap_7 {
    position: relative;
    overflow: auto;
}

#step_3 .wrap_7 .col_1 {
    position: relative;
    display: inline-block;
    float: left;
    width: 33.333333333%;
}

#step_3 .wrap_7 .col_1 .inner_card {
    position: relative;
    width: 95%;
    box-shadow: 0 0 7px rgba(92, 92, 92, 0.2);
    margin: 1px auto;
    padding-bottom: 20px;
    background: #fff;
}

#step_3 .inner_card .title_8 {
    position: relative;
    height: 60px;
}

#step_3 .inner_card .title_8 p {
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    top: 50%;
    left: 20px;
    margin-top: -11px;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#step_3 .inner_card .dop_modif {
    position: relative;
    height: 40px;
}

#step_3 .inner_card .dop_modif {
    position: relative;
    height: 40px;
}

#step_3 .inner_card .dop_modif p.title_9 {
    position: absolute;
    margin: 0;
    top: 50%;
    font-size: 16px;
    font-weight: 400;
    margin-top: -9.5px;
    left: 20px;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 32%;
}

#step_3 .inner_card .dop_modif .plus_minus {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 110px;
    right: 20px;
}


#step_3 .inner_card .dop_modif .plus_minus .wrap_8 {
    position: relative;
}

#step_3 .inner_card .dop_modif .plus_minus .wrap_8 #plus_mod {
    position: absolute;
    right: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #c1c1c1;


    cursor: pointer;
    transition: 0.2s;

    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/include/plus.svg");
    background-size: 12px auto;

}

#step_3 .inner_card .dop_modif .plus_minus .wrap_8 #minus_mod {
    position: absolute;
    position: absolute;
    right: 33px;
    width: 28px;
    height: 28px;
    border: 1px solid #c1c1c1;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/include/minus.svg");
    background-size: 12px auto;
    cursor: pointer;
    transition: 0.2s;
}

#step_3 .inner_card .dop_modif .plus_minus .wrap_8 #field_mod {
    position: absolute;
    position: absolute;
    right: 70px;
    width: 40px;
    height: 28px;
    border: 1px solid #c1c1c1;
    transition: 0.2s;
}

#step_3 .inner_card .dop_modif .plus_minus .wrap_8 #field_mod p {
    text-align: center;
    margin: 3px 0;
    font-size: 18px;
    font-weight: 400;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}
#step_3 .inner_card .dop_modif .plus_minus .wrap_8 #minus_mod:active {
    background-color: var(--color-primary);
}
#step_3 .inner_card .dop_modif .plus_minus .wrap_8 #plus_mod:active {
    background-color: var(--color-primary);
}

#step_3 .hr_3 {
    height: 41px;
    position: relative;
    padding-top: 20px;
}

/*  ==============================================  */
#step_3 .map_3 .step_block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    float: left;
    /*height: 60px;*/
    /*width: 60px;*/
    margin: 0 5px;
    /*background-image: url("/include/bg_map_step.png");*/
    background-color: var(--color-primary);

    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.5;

    padding: 10px 18px;
}

#step_3 .map_3 .step_block.ACTIVE_STEP {
    /*background-image: url("/include/bg_map_step_active.png");*/
    opacity: 1;
}

#step_3 .map_3 .map_wrap p.p_9 {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#step_3 .map_3 .map_wrap p.p_10 {
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#step_3 .map_3 .map_wrap p.p_11 {
    position: absolute;
    top: 21.5px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#step_3 .map_3 .map_wrap .mobile_smeta_tab {
    position: absolute;
    top: 7px;
    left: 7px;
    height: 16px;
    width: 16px;
    background-image: url(../image/step_1/map_step/mobile_smeta_tab.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 11px;
    display: none;
}


.CALC #step_3 .btn_2 button:active {
    background-color: var(--color-primary);
}
#step_4 .title_10 {
    height: 50px;
    position: relative;
}

#step_4 .title_10 p {
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    top: 50%;
    margin: 0;
    margin-top: -14.5px;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#step_4 .title_10 .substrate_3 {
    position: absolute;
    height: 12px;
    width: 260px;
    background-color: var(--color-primary);
    top: 28px;
    margin: 0;
}

#step_4 .title_11  {
    height: 50px;
    position: relative;
}

#step_4 .title_11 p {
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    top: 50%;
    margin: 0;
    margin-top: -14.5px;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#step_4 .smeta_1 {
    position: relative;
    margin-bottom: 30px;
}

#step_4 .smeta_1 table {
    width: 100%;
    background: #ebebeb;
    border-collapse: collapse;
}

#step_4 .smeta_1 table td {
    width: 20%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#step_4 .smeta_1 table tr.top{
    background: #ebebeb;
}

#step_4 .smeta_1 table tr.rows {
    background: #fcfcfc;
    margin: 5px 0;
    border-top: 10px solid #fcfcfc;
    background: #fffef8;
}

#step_4 .smeta_1 table tr.bottom {
    background: #fcfcfc;
    border-top: 10px solid #fcfcfc;
}

#step_4 .smeta_1 table tr.bottom td.cell_2 {
    background: #fffbd4;
    border-right: 10px solid #fcfcfc;
}

#step_4 .smeta_1 table tr.bottom td.cell_3 {
    background: #fafafa;
}

#step_4 .smeta_1 table tr.bottom_1 {
    border-top: 10px solid #fcfcfc;
    background: #fcfcfc;
}

#step_4 .smeta_1 table tr.bottom_1 td.cell_2 {
    background: #fffbd4;
    border-right: 10px solid #fcfcfc;
}

#step_4 .smeta_1 table tr.bottom_1 td.cell_3 {
    background: #fafafa;
}
#step_4 .smeta_2 {
    position: relative;
}

#step_4 .smeta_2 table {
    width: 100%;
    background: #ebebeb;
    border-collapse: collapse;
}

#step_4 .smeta_2 table td {
    width: 20%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#step_4 .smeta_2 table tr.top {
    background: #ebebeb;
}

#step_4 .smeta_2 table tr.rows {
    background: #fcfcfc;
    margin: 5px 0;
    border-top: 10px solid #fcfcfc;
    background: #fffef8;
}

#step_4 .smeta_2 table tr.bottom {
    background: #fcfcfc;
    border-top: 10px solid #fcfcfc;
}

#step_4 .smeta_2 table tr.bottom td.cell_2 {
    background: #fffbd4;
    border-right: 10px solid #fcfcfc;
}

#step_4 .smeta_2 table tr.bottom td.cell_3 {
    background: #fafafa;
}
#step_4 .smeta_montag {
    position: relative;
}

#step_4 .smeta_montag table {
    width: 100%;
    background: #ebebeb;
    border-collapse: collapse;
}

#step_4 .smeta_montag table td {
    width: 20%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#step_4 .smeta_montag table tr.top {
    background: #ebebeb;
}

#step_4 .smeta_montag table tr.rows {
    background: #fff;
    margin: 5px 0;
    border-top: 10px solid #fff;
    background: #fffef8;
}

#step_4 .smeta_montag table tr.bottom {
    background: #fcfcfc;
    border-top: 10px solid #fcfcfc;
}

#step_4 .smeta_montag table tr.bottom td.cell_2 {
    background: #fffbd4;
    border-right: 10px solid #fcfcfc;
}

#step_4 .smeta_montag table tr.bottom td.cell_3 {
    background: #fafafa;
}
#step_4 .hr_4 {
    padding: 20px 0;
}

#step_4 .smeta_3 table {
    width: 100%;
    border-collapse: collapse;
}

#step_4 .smeta_3 table tr {
    height: 50px;
}

#step_4 .smeta_3 table tr td {
    width: 25%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}

#step_4 .smeta_3 table tr td.cell_2 {
    background: #fffbd4;
    /* border-right: 10px solid #fff;*/
}

#step_4 .smeta_3 table tr td.cell_3 {
    background: #fafafa;
    font-weight: 700;
}
/*  ==============================================  */
#step_4 .map_4 .step_block {
    color: #fff;
    position: relative;
    /*display: inline-block;*/
    float: left;
    /*height: 60px;*/
    /*width: 60px;*/
    margin: 0 5px;
    background-color: var(--color-primary);
    /*background-image: url("/include/bg_map_step.png");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.5;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 10px 18px;
}

#step_4 .map_4 .step_block.ACTIVE_STEP {
    /*background-image: url("/include/bg_map_step_active.png");*/
    opacity: 1;
}

#step_4 .map_4 .map_wrap p.p_9 {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#step_4 .map_4 .map_wrap p.p_10 {
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#step_4 .map_4 .map_wrap p.p_11 {
    position: absolute;
    top: 21.5px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    /* Р—Р°РїСЂРµС‚ РІС‹РґРµР»РµРЅРёСЏ С‚РµРєСЃС‚Р° */
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#step_4 .map_4 .map_wrap .mobile_smeta_tab {
    position: absolute;
    top: 7px;
    left: 7px;
    height: 16px;
    width: 16px;
    background-image: url(../image/step_1/map_step/mobile_smeta_tab.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 11px;
    display: none;
}


#step_4 .map_4 .btn_2 button:active,
#step_4 .map_4 .btn_2 .btn-calc:active {
    background-color: var(--color-primary);
}

.CALC #step_3 .btn_2,
.CALC #step_2 .map_2 .buttons,
.CALC #step_1 .C_bottom_wrap .C_next {

}

.CALC #step_1 .C_bottom_wrap,
.CALC #step_2 .map_2,
#step_3 .map_3,
#step_4 .map_4 {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;

    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;

    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}


.CALC #step_2 .map_2 .wrap_5,
.CALC #step_1 .C_bottom_wrap .C_map {
    /*        width: 240px;
            height: 60px;
            display: inline-block;
            float: left;*/
}

.CALC #step_1 .C_hr,
.CALC #step_2 .card_hr,
#step_3 .hr_3,
#step_4 .hr_4 {
    padding: 20px 0;
    position: relative;
}
.CALC #step_2 .card_hr hr,
.CALC #step_1 .C_hr hr,
#step_3 .hr_3 hr,
#step_4 .hr_4 hr {
    height: 1px;
    width: 100%;
    margin: 0;
    background-color: #333333;
    opacity: 0.2;
}

.sticky {
    position: fixed !important;
    top: 50px !important;  /* РµСЃР»Рё РЅРѕР»СЊ Р·Р°РјРµРЅРёС‚СЊ РЅР° С‡РёСЃР»Рѕ (Рё РІ СЃРєСЂРёРїС‚Рµ С‚РѕР¶Рµ), С‚Рѕ Р±Р»РѕРє Р±СѓРґРµС‚ РїСЂРёР»РёРїР°С‚СЊ РґРѕ С‚РѕРіРѕ, РєР°Рє РІРµСЂС…РЅРёР№ РєСЂР°Р№ РѕРєРЅР° Р±СЂР°СѓР·РµСЂР° РґРѕР№РґС‘С‚ РґРѕ РІРµСЂС…РЅРµРіРѕ РєСЂР°СЏ СЌР»РµРјРµРЅС‚Р°. РњРѕР¶РµС‚ Р±С‹С‚СЊ РѕС‚СЂРёС†Р°С‚РµР»СЊРЅС‹Рј С‡РёСЃР»РѕРј. РџСЂРёРјРµРЅРёРј, РЅР°РїСЂРёРјРµСЂ, РїСЂРё С„РёРєСЃРёСЂРѕРІР°РЅРЅРѕРј СЃРІРµСЂС…Сѓ РјРµРЅСЋ */
    z-index: 101 !important;
    padding: 0px !important;
    width: 100% !important;
    left: 0 !important;
    background: #fcfcfc !important;
    height: 66px !important;
    box-shadow: 0 0 40px rgba(130, 130, 130, 0.27) !important;
}
#step_2 .mobile_slider_rooms .sticky .arr_right,
#step_2 .mobile_slider_rooms .sticky .arr_left {
    top: 3px;
}
#step_2 .mobile_slider_rooms .sticky .arr_left {
    left: 20px;
}
#step_2 .mobile_slider_rooms .sticky .arr_right {
    right: 20px;
}
.CALC #step_2 .left_col .list_2 .list_item_rooms .substrate_2 {
    width: auto !important;
    background: transparent !important;
}
.CALC #step_2 .left_col .list_2 .list_item_rooms.ACTIVE_ITEM .substrate_2 {
    width: 81.5469px !important;
    background: rgb(255, 240, 110) !important;

}


.cell_2--offer {
    font-size: 20px;
    line-height: 28px;
    background: #fffbd4;
    width: 100%;
    height: 100%;
}