/**{
    padding: 0;
    margin: 0;
    font-family: MyriadPro, Arial, helvetica, Tahoma;
}

html{
    height: auto;
}*/
/* #tbody_bank .more-sort{
    display: none;
} */
body{
    background-color: white;
    display: flex;
    flex-direction: column;
    /*overflow-x: hidden;*/
    /*height: auto;*/
}

.bitrix{
    margin-top: -25px;
    margin-right: 16px;
}

.main_box{
    /*width: 1000px;*/
    /*min-width: 850px;*/
    min-width: 800px;
    width: auto; /*1000*/
    max-width: 1051px; /*1100*/
    /*height: auto;*/
    /*height: 200px;*/
   /* background-color: violet;*/
    margin: 0 auto;
    overflow: hidden;
}

.table_box{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#table_box_id{
    opacity: 1;
    
    transition: all .4s; /*4s*/

    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    visibility:visible;
}
#table_box_id.hide{
    opacity: 0;
    padding-left: 20%;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    visibility:hidden;
}

.table_box_head{
    width: 100%;
    height: auto;
    /*height: auto;*/
    /*max-height: 200px;
    /*max-height: 200px;*/
    display: flex;
    flex-direction: column;
    background-color: white;
}

.tbh_name{
    width: 100%;
    /*height: 25%;*/
    /*height: 50px;*/
    height: auto;
    max-height: 100px;
    display: flex;
    padding: 10px 0; /*10 15*/
    font-style: normal;
    font-weight: bold;
    z-index: 1;
    cursor: default;
}
.tbh_name h3{
    margin: auto 0;
    
}

.tbh_info{
    width: 100%;
    /*height: 25%;*/
    /*height: 50px;
    max-height: 50px;*/
    display: flex;
    color: #4A4A4A;
    display: flex;
    padding: 10px 0;
    font-style: normal;
    font-weight: normal;
    z-index: 1;
    cursor: default;
}
.tbh_info h4{
    font-size: 16px;
}

.tbh_currency_and_date{
    width: 100%;
    /*height: 25%;*/
    height: 50px;
    max-height: 50px;
    display: flex;
    flex-direction: row;
    z-index: 1;
}

.tbh_currency{
    width: 50%;
    display: flex;
    flex-direction: row;
    /*margin-left: 15px;*/  
    
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #254861;
    cursor: default;
}
.tbh_currency ul:not(:first-child){
    margin-left: 20px;
}
.tbh_currency ul{
    margin: auto 0;
    white-space: nowrap;
    cursor: pointer;
}
.tbh_currency ul:hover{
    color: #FACC1B;
    transition: .3s;
}

.tbh_cities{
    width: 100%;
    /*height: 25%;*/
    height: 50px;
    max-height: 50px;
    display: flex;
    flex-direction: row;

    font-style: normal;
    font-weight: normal;
    overflow-x: auto;
    color: #254861;
    z-index: 1;
    cursor: default;
}

.tbh_cities ul{
    white-space: nowrap;
    margin: auto 0;
    padding: 10px 15px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
}
.tbh_cities ul:not(:first-child){
    padding: 10px 15px;
    margin-left: 5px;
}
.tbh_cities ul:hover{
    background: #FACC1B;
    transition: .3s;
}

/* mobile curr and city*/

.tbh_currency_and_city_mobile{
    width: 100%;
    min-height: 50px;
    /*min-height: 25%;*/
    display: flex;
    flex-direction: row;
    background-color: white;  
    font-style: normal;
    font-weight: normal;
    overflow-x: auto;
    color: #254861;
    display: none;
    padding: 10px 0;
    transition: all .5s;
}
.tbh_currency_and_city_mobile.run_out_padding{
    padding-bottom: 0;
    /*margin-bottom: -10px;*/
}

/* mobile city*/
.tbh_select_city{
    width: 170px;
    height: 40px;
    background-color: #FACC1B;
    margin: auto 0;
    /*margin-left: 15px;*/
    margin-right: 5px;
    border-radius: 3px;
    display: flex;
    padding-right: 10px;
    transition: all .5s;
}
.tbh_select_city.run_city{
    background-color: white;
}
.tbh_select_city.run_cur{
    /*background-color: white;*/
    opacity: 0;
    display: none;

    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    visibility:hidden;
}
.tbh_sel_city_ch{
    width: 150px;
    height: 40px;
    display: flex;
}
.tbh_sel_city_ch_name{
    margin: auto;
    color: #254861;
}
.tbh_sel_city_ic{
    width: 20px;
    height: 40px;
    display: flex;
}
#tbh_sel_city_ic_img{
    margin: auto;
    transition: all .5s;
    /**/
    width: 8px;
	height: 12px;
	background: #254861;
	-webkit-clip-path: polygon(50% 0%, 0 50%, 100% 50%);
	clip-path: polygon(50% 0%, 0 50%, 100% 50%);
    /*margin: auto -4px;*/
    transform: rotate(180deg);
    pointer-events: none;
}
#tbh_sel_city_ic_img.run_city{
    transform: rotate(0deg);
    background-color: #FACC1B;
}

/*mobile cur*/

.tbh_select_cur{
    width: 100px;
    height: 40px;
    background-color: #FACC1B;
    opacity: 1;
    margin: auto 0px;
    border-radius: 3px;
    display: flex;
    padding-right: 10px;
    transition: all .5s;

    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility:visible;
}
.tbh_select_cur.run_city{
    /*background-color: white;*/
    opacity: 0;
    display: none;

    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility:hidden;
}
.tbh_select_cur.run_cur{
    /*background-color: white;*/
    background-color: white;
    margin-left: 15px;
}

.tbh_sel_cur_ch{
    width: 80px;
    height: 40px;
    display: flex;
}
.tbh_sel_cur_ch_name{
    margin: auto;
    color: #254861;
}
.tbh_sel_cur_ic{
    width: 20px;
    height: 40px;
    display: flex;
}
#tbh_sel_cur_ic_img{
    margin: auto;
    transition: all .5s;
    /**/
    width: 8px;
	height: 12px;
	background: #254861;
	-webkit-clip-path: polygon(50% 0%, 0 50%, 100% 50%);
	clip-path: polygon(50% 0%, 0 50%, 100% 50%);
    /*margin: auto -4px;*/
    transform: rotate(180deg);
    pointer-events: none;
}
#tbh_sel_cur_ic_img.run_cur{
    transform: rotate(0deg);
    background-color: #FACC1B;
}

/*/ всплывающий список городов /*/

.tbh_new_city_mobile{
    width: 100%;
    height: auto;
    /*margin-top: -100px;*/
    background-color: white;
    /*opacity: 1;*/ /*0*/
    display: flex;
    flex-direction: column;
    overflow: hidden;
    display: none;
    opacity: 0;
    transition: all .5s;
    z-index: 999999;
}
.tbh_new_city_mobile.run_city{
    opacity: 1;

    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility:visible;
}

.tbh_new_city_mobile_main_cities {
    width: 100%;
    /*height: 55px;
    max-height: 55px;*/
    overflow: auto;
    background-color: white;
    display: flex;
    /*flex-direction: row;*/
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 7px;
    z-index: 9999999;
    opacity: 1;
}
.tbh_new_city_mobile_main_cities li {
    min-width: auto;
}
ul.tbh_new_city_mobile_main_cities  li:not(:last-child){
    /*white-space: nowrap;*/
    margin: 16px 0 auto 0;
    padding: 10px 15px;
    border-radius: 30px;
    background-color: #FACC1B;
    color: black;
    text-align: center;
    opacity: 1;
}
ul.tbh_new_city_mobile_main_cities li:not(:first-child){
    padding: 10px 15px;
    /*margin-left: 8px;*/
    opacity: 1;
}
#skip{
    opacity: 0%;
    width: 15px;
    height: 100%;
    background-color: black;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility: hidden;
}

.rigions_mobile{
    width: 100%;
    height: auto;
    transition: all 1s;
    opacity: 0;
    /*///////////////////////////////////////////*/
    display: none;
}
.rigions_mobile.run_city{
    opacity: 1;

    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility:visible;
}

/* MINSK RIGION */

.minsk_rigion_mobile{
    width: 100%;
    height: 50px;
    background-color: white;
    display: flex;
    flex-direction: row;
}

.minsk_rigion_mobile_name{
    width: 80%;
    height: 50px;
    background-color: white;
    display: flex;
    border-top: solid 1px #EFF1F5;
    padding-left: 20%;
}
.minsk_rigion_mobile_name_n{
    margin: auto;
    font-weight: 500;
    word-wrap: break-word;
}
.minsk_rigion_mobile_ic{
    width: 20%;
    height: 50px;
    display: flex;
    border-top: solid 1px #EFF1F5;
}
#minsk_rigion_mob_ic_img_id{
    margin: auto;
    transition: all .5s;
    /**/
    width: 8px;
	height: 12px;
	background: #254861;
	-webkit-clip-path: polygon(50% 0%, 0 50%, 100% 50%);
	clip-path: polygon(50% 0%, 0 50%, 100% 50%);
    /*margin: auto -4px;*/
    transform: rotate(180deg);
    pointer-events: none;
}
#minsk_rigion_mob_ic_img_id.open_rig{
    transform: rotate(0deg);
    background-color: #FACC1B;
}

/* MINSK ALL CITIES*/

.minsk_rigion_mob_all_cities{
    width: 100%;
    /*height: 100px;*/
    background-color: white;
    opacity: 0;
    display: none;
    transition: all .5s;
    margin-bottom: 15px;
}
.minsk_rigion_mob_all_cities.run{
    opacity: 1;

    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility:visible;
}

.minsk_rigion_cities{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.minsk_rigion_cities ul{
    width: 100%;
    text-align: center;
    margin: auto auto;
    padding: 4px 0;
    color: #254861;
    border-top: dotted 1px #D6D9E0;
}


/* BREST RIGION */

.brest_rigion_mobile{
    width: 100%;
    height: 50px;
    background-color: white;
    display: flex;
    flex-direction: row;
    
}

.brest_rigion_mobile_name{
    width: 80%;
    height: 50px;
    background-color: white;
    display: flex;
    border-top: solid 1px #EFF1F5;
    padding-left: 20%;
}
.brest_rigion_mobile_name_n{
    margin: auto;
    font-weight: 500;
    word-wrap: break-word;
}
.brest_rigion_mobile_ic{
    width: 20%;
    height: 50px;
    display: flex;
    border-top: solid 1px #EFF1F5;
}
#brest_rigion_mob_ic_img_id{
    margin: auto;
    transition: all .5s;
    /**/
    width: 8px;
	height: 12px;
	background: #254861;
	-webkit-clip-path: polygon(50% 0%, 0 50%, 100% 50%);
	clip-path: polygon(50% 0%, 0 50%, 100% 50%);
    /*margin: auto -4px;*/
    transform: rotate(180deg);
    pointer-events: none;
}
#brest_rigion_mob_ic_img_id.open_rig{
    transform: rotate(0deg);
    background-color: #FACC1B;
}

/* BREST ALL CITIES*/

.brest_rigion_mob_all_cities{
    width: 100%;
    /*height: 100px;*/
    background-color: white;
    opacity: 0;
    display: none;
    transition: all .5s;
}
.brest_rigion_mob_all_cities.run{
    opacity: 1;

    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility:visible;
}
.brest_rigion_cities{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.brest_rigion_cities ul{
    width: 100%;
    text-align: center;
    margin: auto auto;
    padding: 4px 0;
    color: #254861;
    border-top: dotted 1px #D6D9E0;
}

/* VITEBSK RIGION */

.vitebsk_rigion_mobile{
    width: 100%;
    height: 50px;
    background-color: white;
    display: flex;
    flex-direction: row;
}

.vitebsk_rigion_mobile_name{
    width: 80%;
    height: 50px;
    background-color: white;
    display: flex;
    border-top: solid 1px #EFF1F5;
    padding-left: 20%;
}
.vitebsk_rigion_mobile_name_n{
    margin: auto;
    font-weight: 500;
    word-wrap: break-word;
}
.vitebsk_rigion_mobile_ic{
    width: 20%;
    height: 50px;
    display: flex;
    border-top: solid 1px #EFF1F5;
}
#vitebsk_rigion_mob_ic_img_id{
    margin: auto;
    transition: all .5s;
    /**/
    width: 8px;
	height: 12px;
	background: #254861;
	-webkit-clip-path: polygon(50% 0%, 0 50%, 100% 50%);
	clip-path: polygon(50% 0%, 0 50%, 100% 50%);
    /*margin: auto -4px;*/
    transform: rotate(180deg);
    pointer-events: none;
}
#vitebsk_rigion_mob_ic_img_id.open_rig{
    transform: rotate(0deg);
    background-color: #FACC1B;
}

/* VITEBSK ALL CITIES*/

.vitebsk_rigion_mob_all_cities{
    width: 100%;
    /*height: 100px;*/
    background-color: white;
    opacity: 0;
    display: none;
    transition: all .5s;
}
.vitebsk_rigion_mob_all_cities.run{
    opacity: 1;

    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility:visible;
}

.vitebsk_rigion_cities{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.vitebsk_rigion_cities ul{
    width: 100%;
    text-align: center;
    margin: auto auto;
    padding: 4px 0;
    color: #254861;
    border-top: dotted 1px #D6D9E0;
}

/* gomel RIGION */

.gomel_rigion_mobile{
    width: 100%;
    height: 50px;
    background-color: white;
    display: flex;
    flex-direction: row;
}

.gomel_rigion_mobile_name{
    width: 80%;
    height: 50px;
    background-color: white;
    display: flex;
    border-top: solid 1px #EFF1F5;
    padding-left: 20%;
}
.gomel_rigion_mobile_name_n{
    margin: auto;
    font-weight: 500;
    word-wrap: break-word;
}
.gomel_rigion_mobile_ic{
    width: 20%;
    height: 50px;
    display: flex;
    border-top: solid 1px #EFF1F5;
}
#gomel_rigion_mob_ic_img_id{
    margin: auto;
    transition: all .5s;
    /**/
    width: 8px;
	height: 12px;
	background: #254861;
	-webkit-clip-path: polygon(50% 0%, 0 50%, 100% 50%);
	clip-path: polygon(50% 0%, 0 50%, 100% 50%);
    /*margin: auto -4px;*/
    transform: rotate(180deg);
    pointer-events: none;
}
#gomel_rigion_mob_ic_img_id.open_rig{
    transform: rotate(0deg);
    background-color: #FACC1B;
}

/* gomel ALL CITIES*/

.gomel_rigion_mob_all_cities{
    width: 100%;
    /*height: 100px;*/
    background-color: white;
    opacity: 0;
    display: none;
    transition: all .5s;
}
.gomel_rigion_mob_all_cities.run{
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility:visible;
}

.gomel_rigion_cities{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.gomel_rigion_cities ul{
    width: 100%;
    text-align: center;
    margin: auto auto;
    padding: 4px 0;
    color: #254861;
    border-top: dotted 1px #D6D9E0;
}

/* grodno RIGION */

.grodno_rigion_mobile{
    width: 100%;
    height: 50px;
    background-color: white;
    display: flex;
    flex-direction: row;
}

.grodno_rigion_mobile_name{
    width: 80%;
    height: 50px;
    background-color: white;
    display: flex;
    border-top: solid 1px #EFF1F5;
    padding-left: 20%;
}
.grodno_rigion_mobile_name_n{
    margin: auto;
    font-weight: 500;
    word-wrap: break-word;
}
.grodno_rigion_mobile_ic{
    width: 20%;
    height: 50px;
    display: flex;
    border-top: solid 1px #EFF1F5;
}
#grodno_rigion_mob_ic_img_id{
    margin: auto;
    transition: all .5s;
    /**/
    width: 8px;
	height: 12px;
	background: #254861;
	-webkit-clip-path: polygon(50% 0%, 0 50%, 100% 50%);
	clip-path: polygon(50% 0%, 0 50%, 100% 50%);
    /*margin: auto -4px;*/
    transform: rotate(180deg);
    pointer-events: none;
}
#grodno_rigion_mob_ic_img_id.open_rig{
    transform: rotate(0deg);
    background-color: #FACC1B;
}

/* grodno ALL CITIES*/

.grodno_rigion_mob_all_cities{
    width: 100%;
    /*height: 100px;*/
    background-color: white;
    opacity: 0;
    display: none;
    transition: all .5s;
}
.grodno_rigion_mob_all_cities.run{
    opacity: 1;

    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility:visible;
}

.grodno_rigion_cities{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.grodno_rigion_cities ul{
    width: 100%;
    text-align: center;
    margin: auto auto;
    padding: 4px 0;
    color: #254861;
    border-top: dotted 1px #D6D9E0;
}

/* mogilev RIGION */

.mogilev_rigion_mobile{
    width: 100%;
    height: 50px;
    background-color: white;
    display: flex;
    flex-direction: row;
}

.mogilev_rigion_mobile_name{
    width: 80%;
    height: 50px;
    background-color: white;
    display: flex;
    border-top: solid 1px #EFF1F5;
    padding-left: 20%;
}
.mogilev_rigion_mobile_name_n{
    margin: auto;
    font-weight: 500;
    word-wrap: break-word;
}
.mogilev_rigion_mobile_ic{
    width: 20%;
    height: 50px;
    display: flex;
    border-top: solid 1px #EFF1F5;
}
#mogilev_rigion_mob_ic_img_id{
    margin: auto;
    transition: all .5s;
    /**/
    width: 8px;
	height: 12px;
	background: #254861;
	-webkit-clip-path: polygon(50% 0%, 0 50%, 100% 50%);
	clip-path: polygon(50% 0%, 0 50%, 100% 50%);
    /*margin: auto -4px;*/
    transform: rotate(180deg);
    pointer-events: none;
}
#mogilev_rigion_mob_ic_img_id.open_rig{
    transform: rotate(0deg);
    background-color: #FACC1B;
}

/* mogilev ALL CITIES*/

.mogilev_rigion_mob_all_cities{
    width: 100%;
    /*height: 100px;*/
    background-color: white;
    opacity: 0;
    display: none;
    transition: all .5s;
    z-index: 999999999;
}
.mogilev_rigion_mob_all_cities.run{
    opacity: 1;

    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility:visible;
}

.mogilev_rigion_cities{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.mogilev_rigion_cities ul{
    width: 100%;
    text-align: center;
    margin: auto auto;
    padding: 4px 0;
    color: #254861;
    border-top: dotted 1px #D6D9E0;
}

/*********** Автоматическая настройка  UL для доп. списков *******************/

/*.oblast_name_city_mob{
    width: 100%;
    text-align: center;
    margin: auto auto;
    color: #254861;
    padding: 4px 0;
    border-top: dotted 1px #D6D9E0;
    opacity: 0; /* Standard compliant browsers */
/*}
.oblast_name_city_mob.show{
    opacity: 1; /* Standard compliant browsers */


    /*-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility:visible;
}*/

/*************************************** **************************************/

/* всплывающий список выбора валюты mobile */

.tbh_new_currency_mobile{
    width: 100%;
    height: auto;
    /*margin-top: -100px;*/
    background-color: white;
   /*opacity: 1; /*0*/
    display: flex;
    flex-direction: column;
    overflow: hidden;
    display: none;
    opacity: 0;
    transition: all .5s;
    z-index: 999999;
}
.tbh_new_currency_mobile.run_cur{
    opacity: 1;

    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility:visible;
}

.tbh_new_currency_mobile_main_curr{
    width: 100%;
    height: 55px;
    max-height: 55px;
    overflow: auto;
    background-color: white;
    display: flex;
    flex-direction: row;
    padding-right: 15px;
    padding-bottom: 7px;
}
.tbh_new_currency_mobile_main_curr ul{
    /*white-space: nowrap;*/
    margin: auto 0;
    padding: 10px 15px;
    min-width: 20%;
    border-radius: 30px;
    background-color: #FACC1B;
    margin-left: 15px;
    color: black;
    text-align: center;
}
.tbh_new_currency_mobile_main_curr ul:not(:first-child){
    padding: 10px 15px;
    margin-left: 8px;
}






.table_main{
    width: 100%;
    height: 90px;
    /*background: #EFF1F5;*/
    
    /*border: 1px solid #D6D9E0;*/
    /*box-sizing: border-box;*/
    /*border: none;*/
    border-collapse: collapse;
    transition: .5s;
    cursor: default;
    transition: all .5s;
    /*border: 1px solid #D6D9E0;*/
}

.table_thead_main{
    width: 100%;
   /* border: 1px solid #D6D9E0;*/
}

.thead_up, .thead_down{
    height: 45px;
    cursor: default;
    border-left: 1px solid #D6D9E0;
    border-right: 1px solid #D6D9E0;
    background: #EFF1F5;
}

.thead_up{
    border-top: 1px solid #D6D9E0;
}
.thead_up:first-child{
    border-top: 1px solid #D6D9E0;
    border-bottom: 1px solid #D6D9E0;
}

.thead_down{
    border-top: 1px solid #D6D9E0;
    border-bottom: 1px solid #D6D9E0;
}

.thead_up th{
    font-size: 18px;
    color: #254861;
    font-weight: bold;
}

.thead_up td:not(:first-child){
    font-size: 18px;
    color: #254861;
    font-weight: bold;
}

.thead_down th{
    font-size: 15px;
    color: #2B2B2B;
    font-weight: normal;
}

.d_tric{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.d_t{
    width: 8%;
    display: flex;
}

.tric{
    /*width: 8px; /*12x8px*/
    /*height: 12px;
    margin: auto 0;
    transition: .3s;
    opacity: 1;
    pointer-events: none;
    color: #254861;*/

    width: 8px;
	height: 12px;
	background: #254861;
	-webkit-clip-path: polygon(50% 0%, 0 50%, 100% 50%);
	clip-path: polygon(50% 0%, 0 50%, 100% 50%);
	margin: auto -4px;
    transition: .3s;
    opacity: 1;
    pointer-events: none;
    transform: rotate(90deg);
}
.tric.show{
    transform: rotate(180deg);
    background: #FACC1B;
    /*width: 10px;
    height: 15px;*/
    margin-left: 0;
    /*margin: auto 5px;*/
    /*width: 13px;
    height: 13px;
    margin-left: -5px;*/
}

.main_sort_up_box{
    display: flex;
    flex-direction: row;
}

.tric_sort{
    /*width: 10px;
    height: 10px;
    margin: auto 0;
    transition: .2s;
    opacity: 60%;
    pointer-events: none;*/

    width: 8px;
	height: 12px;
	background: #254861;
	-webkit-clip-path: polygon(50% 0%, 0 50%, 100% 50%);
	clip-path: polygon(50% 0%, 0 50%, 100% 50%);
    transition: .3s;
    opacity: 1;
    pointer-events: none;
    transform: rotate(90deg);

    /*margin-left: 5px;
    margin-top: 1px;
    display: flex;
    flex-direction: column;
    /*width: 10px;
    height: 16px;*/
    
}
.tric_sort.asc{
    transform: rotate(0deg);
    background: #FACC1B;
}
.tric_sort.desc{
    transform: rotate(+180deg);
    background: #FACC1B;
}

/*.main_tric_up{
    width: 8px;
	height: 12px;
	background: #254861;
	-webkit-clip-path: polygon(50% 0%, 0 50%, 100% 50%);
	clip-path: polygon(50% 0%, 0 50%, 100% 50%);
    transition: .3s;
    opacity: 1;
    /*pointer-events: none;*/
   /* margin: 0 auto;
}
.main_tric_down{
    width: 8px;
	height: 12px;
	background: #254861;
	-webkit-clip-path: polygon(50% 0%, 0 50%, 100% 50%);
	clip-path: polygon(50% 0%, 0 50%, 100% 50%);
    transition: .3s;
    opacity: 1;
    /*pointer-events: none;*/
   /* transform: rotate(180deg);
    margin: -8px auto;
}*/

.thead_up_name{
    width: 30%;
    padding-left: 15px;
    
}

.tbody_main{
    height: 40px;
    background: white;
    border-bottom: 1px solid #D6D9E0;
    transition: .5s;
}
.tbody_main:hover{
    background-color: #fff6d0;
}
/*.tbody_main:hover .calc_bank{
    opacity: 1;
}*/
.tbody_main td:first-child{
    padding-left: 15px;
    font-size: 15px;
}

.logo_bank{
    /*width: 100%;*/
    width: auto;
    /*height: 100%;*/
    height: auto;
    max-height: 30px;
    
}

.d_logo_img{
    margin: -5px 5px 0 0;
}

/*названия банков*/
.tbody_logo{
    color: #254861;
}
.tbody_logo:hover{
    color: #9b3404;
}
/*названия филиалов*/
.tfs_logo{
    color: #254861;
}
.tfs_logo:hover{
    color: #9b3404;
}




/*#more_b1{
    visibility: visible;
    transition: .9s;
}
#more_b1.start-animate{
    visibility: hidden;
}*/



#test1{
    transition: .3s;
    width: 24px;
    height: 24px;
    
}

#test1.start-animate{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*филиалы*/
#tbody_filial{
   /* background-color: #F7F8FB;*/
   
}

.tbody_filial{
    background: #F7F8FB;
    
}

.tfs{
    padding: 5px 0;
}

.tbody_logo{
    width: auto;
    height: auto;
    max-width: 0;
    padding-right: 15px;
}

/* */

.usd{
    display: table-cell;
}
.usd.hide{
    display: none;
}
.eur{
    display: table-cell;
}
.eur.hide{
    display: none;
}
.rub{
    display: table-cell;
}
.rub.hide{
    display: none;
}

/* панель выбора города */

.select_city_box{
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    z-index: 100; 
    display: flex;
    left: 100%;
    opacity: 0;
    
    transition: .4s;
    display: none;
    
}
.select_city_box.show{ /*открытие списка городов*/
    left: 0%;
    opacity: 1;   
    /*display: flex;*/
} 

.select_city_main{
    width: 95%;
    height: 96%;
    max-width: 1440px;
    margin: auto;
    border-radius: 5px;
}
.info_contol_p{
    width: 100%;
    height: 10%;
    display: flex;
}
.info_block{
    width: 85%;
    height: 100%;
    display: flex;
    cursor: default;
}
.info_block h4{
    padding-left: 30px;
    margin: auto 0;
    color:#2B2B2B;
}
.cancel_block{
    width: 15%;
    height: 100%;
    display: flex;
    transition: .3s;
    cursor: pointer;
    border-radius: 5px;
}
.cancel_block h4{
    margin: auto;
}
.cancel_block:hover{
    background-color: #FACC1B;
}

.info_main{
    padding: 0 25px;
    width: 100%;
    height: 90%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 3fr));
}

.oblast{
    margin: 5px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
}
.name_oblast{
    width: 100%;
    height: 10px;
    display: flex;

    
}
.name_oblast h4{
    margin: auto;
    font-weight: 600;
    width: 100%;
    text-align: left;
    cursor: default;
}

.oblast_cities{
    width: 100%;
    margin-top: 20px;
}
.oblast_cities li {
    margin: 0;
    font-size: 16px;
    cursor: pointer;
    color: #254861;
    transition: .3s;
}
.oblast_cities li:hover{
    margin: 0;
    font-size: 18px;
    cursor: pointer;
    color: #FACC1B;
}

.asc:after{
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin: 0 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
      content: '';
      position: relative;
  }
  .desc:after{
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin: 0 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
      content: '';
      position: relative;
  
  }
  .green{
      color: limegreen;
      font-weight: 600;
  }
  .red{
      color: red;
      font-weight: 600;
  }

  @media screen and (max-width: 1200px){
    .bitrix{
        margin-right: 0px;
    }
  }

  @media screen and (max-width: 930px){
  .main_box{
    min-width: 330px; /*370*/
    width: auto; /*1000*/
    max-width: 1051px; /*1100*/

    /*отступы слева справа*/
    /*margin-left: -16px;
    margin-right: -16px;*/
  }
}

  @media screen and (max-width: 850px){
    .eur, .rub{
        display: none;
    }

    .usd, .eur, .rub{
        width: 15%;
    }
    .tfs{
        
    }
    .tfs_logo{
        font-size: 14px;
        /*color: #254861;*/
        padding-right: 15px;
        word-wrap: break-word; /**/
    }

    .thead_up_name{
        width: 53%;   /* 53, для битрикс 50 */
    }

    .d_tric{
        width: 100%;
    }

    .thead_down th {
        font-size: 14px;
    }

    .d_logo{
        margin-left: 5px;
    }

    #table_box_id{
        opacity: 1;

        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        visibility:visible;
        
        transition: all .4s; /*4s*/
    }
    #table_box_id.hide{
        opacity: 0;
        /*padding-left: 20%;*/
    }
    .select_city_box{
        transition: .2s;
    }
    
    .tbody_logo{
        max-width: 53%;
    }

    #filter_val_all{
        display: none;
    }

    .tbh_currency ul:not(:first-child){
        margin-left: 0px;
    }

    .tbh_currency ul:not(:first-child){
        padding-right: 20px;
    }
  }
  
  @media screen and (max-width: 630px){

    .main_box{
        min-width: 330px; /*370*/
    
        /*отступы слева справа*/
        margin-left: -16px;
        margin-right: -16px;
      }

    .usd, .eur, .rub{
        width: 20%;
        font-size: 15px;
    }

    .thead_up_name{
        width: 56%;   /* 53, для битрикс 50 */
    }

    .tbh_cities{
        display: none;
    }

    .tbh_currency_and_date{
        display: none;
    }
    
    .tbh_currency_and_city_mobile{
        display: flex;
    }


}

@media screen and (max-width: 480px){
    .tbh_name{
        padding: 10px 15px; /*10 15*/
    }
    .tbh_info{
        padding: 10px 15px 0 15px;
    }
    .tbh_currency{
    margin-left: 15px;
    }
    .tbh_select_city{
        margin-left: 15px;
    }
}

@media screen and (max-width: 390px){
    .tbh_new_city_mobile_main_cities li {
        min-width: 27%;
    }
}

/* калькулятор */

.calc_bank{
    width: 18px;
    height: 18px;
    margin: 0 0 4px 5px;
    opacity: 0;
    transition: .3s;
    cursor: pointer;
    display: none;
}
.calc_bank.show{
    opacity: 1;
}

.calculator_main{
    position: absolute;
    display: none;
    width: 340px;
    height: 80px;
    background-color: #EFF1F5;
    border-radius: 5px;
    box-shadow: 0 0 2px;
    top: 300px;
    left: 300px;
}
.calc_m_box{
    margin: 10px;
    width: 90%;
    display: flex;
    flex-direction: row;
}
.calc_m_box_exit_r{
    margin: 6px 5px;
    display: flex;
    flex-direction: row;
}
#id_calc_m_box_exit_r_img{
    width: 20px;
    height: 20px;
    margin-left:-9px;
    margin-top: 2px;
    cursor: pointer;
}
.calc_m_box_l{
    width: 48%;
    height: 100%;
    display: flex;
    flex-direction: row;
    background-color: #fff;
}
.calc_m_box_c{
    width: 4%;
    height: 100%;
    display: flex;
    flex-direction: row;
    background-color: #fff;
}
.calc_m_box_r{
    width: 48%;
    height: 100%;
    display: flex;
    flex-direction: row;
    background-color: #fff;
}
/**/
.calc_m_box_l_input{
    width: 90%;
    height: 80%;
    margin: auto;
    outline: none;
    text-align: center;
    font-size: 20;
    border-radius: 5px;
    border: none;
    
}
.calc_m_box_l_input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.calc_m_box_l_input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.calc_m_box_l_input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.calc_m_box_l_input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.calc_m_box_l_input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.calc_m_box_l_input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.calc_m_box_l_input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.calc_m_box_l_input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
.calc_m_box_l_input::-webkit-inner-spin-button { 
    display: none;
}
calc_m_box_l_input:focus, input:focus{
    outline: none;
}
/**/
.calc_m_box_c_t{
    margin: auto;
    font-size: 25px;
}
/**/
.calc_m_box_r_input{
    width: 90%;
    height: 80%;
    margin: auto;
    outline: none;
    text-align: center;
    font-size: 20;
    border-radius: 5px;
    border: none;
}
.calc_m_box_r_input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.calc_m_box_r_input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.calc_m_box_r_input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.calc_m_box_r_input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.calc_m_box_r_input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.calc_m_box_r_input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.calc_m_box_r_input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.calc_m_box_r_input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
.calc_m_box_r_input::-webkit-inner-spin-button { 
    display: none;
}
calc_m_box_r_input:focus, input:focus{
    outline: none;
}


/*//////////*/

#filials-holder{
    display: none;
}