/*
style.css
*/

@font-face {
    font-family: 'KEP_Icons';
    src: url('fonts/KEP_Icons.eot?277ly0');
    src: url('fonts/KEP_Icons.eot?277ly0#iefix') format('embedded-opentype'),
    url('fonts/KEP_Icons.ttf?277ly0') format('truetype'),
    url('fonts/KEP_Icons.woff?277ly0') format('woff'),
    url('fonts/KEP_Icons.svg?277ly0#KEP_Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.kep-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'KEP_Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon_arrow_1_left:before {
    content: "\e900";
}

.icon_arrow_1_right:before {
    content: "\e901";
}

.icon_arrow_1_up:before {
    content: "\e902";
}

.icon_arrow_1_down:before {
    content: "\e903";
}

.icon_arrow_2_left:before {
    content: "\e904";
}

.icon_arrow_2_right:before {
    content: "\e905";
}

.icon_arrow_2_down:before {
    content: "\e906";
}

.icon_arrow_2_up:before {
    content: "\e907";
}

.icon_arrow_3_left:before {
    content: "\e908";
}

.icon_arrow_3_right:before {
    content: "\e909";
}

.icon_arrow_3_down:before {
    content: "\e90a";
}

.icon_arrow_3_up:before {
    content: "\e90b";
}

.icon_checkbox_empty:before {
    content: "\e90c";
}

.icon_checkbox_selected:before {
    content: "\e90d";
}

.icon_close:before {
    content: "\e90e";
}

.icon_close_boxed:before {
    content: "\e90f";
}

.icon_user_solid:before {
    content: "\e910";
}

.icon_user_outline:before {
    content: "\e911";
}

.icon_my_orders:before {
    content: "\e912";
}

.icon_address_book:before {
    content: "\e913";
}

.icon_virtual_po_box:before {
    content: "\e914";
}

.icon_discount_card:before {
    content: "\e915";
}

.icon_log_out:before {
    content: "\e916";
}

.icon_log_in:before {
    content: "\e917";
}

.icon_alert_hand:before {
    content: "\e918";
}

.icon_aim:before {
    content: "\e919";
}

.icon_search_lost:before {
    content: "\e91a";
}

.icon_question_mark:before {
    content: "\e91b";
}

.icon_question_mark_circled:before {
    content: "\e91c";
}

.icon_hybrid_mail:before {
    content: "\e91d";
}

.icon_search:before {
    content: "\e91e";
}

.icon_tools:before {
    content: "\e91f";
}

.icon_plus:before {
    content: "\e920";
}

.icon_orders_online:before {
    content: "\e921";
}

.icon_calculator:before {
    content: "\e922";
}

.icon_grid:before {
    content: "\e923";
}

.icon_list:before {
    content: "\e924";
}

.icon_edit:before {
    content: "\e925";
}

.icon_radiobutton_empty:before {
    content: "\e926";
}

.icon_radiobutton_selected:before {
    content: "\e927";
}

.icon_clock:before {
    content: "\e928";
}

.icon_phone:before {
    content: "\e929";
}

.icon_mail:before {
    content: "\e92a";
}

.icon_map_pin:before {
    content: "\e92b";
}

.icon_arrow_4_left:before {
    content: "\e92c";
}

.icon_arrow_4_right:before {
    content: "\e92d";
}

.icon_arrow_4_down:before {
    content: "\e92e";
}

.icon_arrow_4_up:before {
    content: "\e92f";
}

.icon_arrow_5_left:before {
    content: "\e930";
}

.icon_arrow_5_right:before {
    content: "\e931";
}

.icon_arrow_5_down:before {
    content: "\e932";
}

.icon_arrow_5_up:before {
    content: "\e933";
}

.icon_alert_on:before {
    content: "\e934";
}

.icon_alert_off:before {
    content: "\e935";
}

.icon_facebook_solid:before {
    content: "\e936";
}

.icon_twitter_solid:before {
    content: "\e937";
}

.icon_vk_solid:before {
    content: "\e938";
}

.icon_ok_solid:before {
    content: "\e939";
}

.icon_facebook_outline:before {
    content: "\e93a";
}

.icon_twitter_outline:before {
    content: "\e93b";
}

.icon_vk_outline:before {
    content: "\e93c";
}

.icon_ok_outline:before {
    content: "\e93d";
}

.icon_close_circle:before {
    content: "\e93e";
}

.icon_check_circle:before {
    content: "\e93f";
}

.icon_check:before {
    content: "\e940";
}

.icon_in_process:before {
    content: "\e941";
}

.icon_arrive_to_office:before {
    content: "\e942";
}

/*--Main.css--*/
/*--Initial styles--*/
* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

html {
    font-size: 62.5%;
    /* sets the base font to 10px for easier math */
}

body {
    background: #1A2225;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2em;
    position: relative;
    color: #434A54;
    /*min-width: 1270px;*/
}

a {
    text-decoration: none;
    color: #0180BB;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a img {
    border: none;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    min-height: 1px;
}

table {
    border-collapse: collapse;
}

ul {
    list-style: none;
}

ol {
    list-style-position: inside;
}

strong, .f_bold {
    font-weight: 500;
}

i {
    font-weight: 400;
}

input, select, button, textarea {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2em;
}

.fl_right {
    float: right !important;
}

.fl_left {
    float: left !important;
}

.fl_clear {
    overflow: hidden;
}

.bg_none, .bg_none td {
    background: none !important;
}

.brd_none, .brd_none td {
    border: none !important;
}

.ta_cent {
    text-align: center;
}

.ta_left {
    text-align: left !important;
}

.ta_right {
    text-align: right !important;
}

.img_cnt img {
    width: 100%;
    height: auto;
    display: block;
}
/*#NewsSingleRecord .img_cnt img{
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}*/
.img_rnd {
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    overflow: hidden;
}
.collapsed{
    cursor: pointer;
}
.f_upper {
    text-transform: uppercase;
}

.f_norm {
    font-weight: normal !important;
}

.f_pt {
    cursor: pointer;
}

.disp_none {
    display: none;
}

.no_pad {
    padding: 0 !important;
}

.no_marg {
    margin: 0 !important;
}

.f_blue {
    color: #3BAFDA;
}

.f_dblue {
    color: #0280BB !important;
}

.f_lblue {
    color: #4FC1E9;
}

.f_gray {
    color: #A4A9AE;
}

.f_mgray {
    color: #58606C;
}

.f_red {
    color: #F33 !important;
}

.f_green {
    color: #41B750;
}

/*--Common styles--*/
.container {
    max-width: 1270px;
}

.list_reset ul {
    list-style-image : none;
    list-style-position : inside;
    list-style-type : disc;
    margin: 0.5em 0 0.5em 1em;
}

.list_reset ol {
    list-style-image : none;
    list-style-position : inside;
    list-style-type: decimal;
    margin: 0.5em 0 0.5em 1em;
}

/*--Footer--*/
.ftr_item {
    color: #E5EEF3;
}

.ftr_item li {
    margin: 0.75em 0;
}

.ftr_item h5 {
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 1.3125em;
    font-size: 1em;
    font-weight: 500;
}

.ftr_item a {
    color: #D8D8D8;
    font-weight: 500;
    font-size: 0.8125em;
    text-transform: uppercase;
}

.ftr_item a:hover {
    text-decoration: underline;
}

.ftr_scl {

}

.ftr_scl a.kep-icon {
    color: #4FC1E9;
    font-size: 1.5em;
    cursor: pointer;
}

.ftr_scl a.kep-icon:hover {
    text-decoration: none;
}

.ftr_lang, .ftr_lang a {
    font-size: 0.875em;
    font-weight: 500;
    text-transform: none;
}

.ftr_lang span {
    color: #4FC1E9;
}

.sub_ftr {
    border-top: 1px solid #3D4447;
    font-size: 0.75em;
    font-weight: 500;
    color: #B7BBC2;
    padding: 0.666666667em 0 0.916666667em;
}

.sub_ftr a {
    color: #B7BBC2;
}

.sub_ftr a:hover {
    text-decoration: underline;
}

/*--/.Footer--*/

/*--Main--*/
.main_cnt {
    background: #F6F6F6;
    border-top: 1px solid #E3E4E8;
    padding: 0.01em 0 2em;
}

.brd_rnd_cnt {
    background: #FFF;
    border: 1px solid #D0D0D0;
    border-radius: 0.375em;
    border-top-right-radius: 0.375em;
    border-bottom-right-radius: 0.375em;
}

.contcs_list {
    line-height: 1.875em;
}

.contcs_list li {
    float: left;
    width: 100%;
    margin: 0.875em 0;
}

.contcs_list a {
    text-decoration: underline;
}

.contcs_list a:hover {
    color: #0280BB;
    text-decoration: none;
}

.contcs_list .kep-icon {
    font-size: 1.1875em;
    width: 2em;
    float: left;
    text-align: center;
    position: relative;
    top: 0.315789474em;
}

.weight_lnk,
.weight_lnk:hover {
    font-size: 0.875em;
    color: #434A54;
    float: right;
    text-decoration: underline;
}

.btm_note {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background: #FFF;
    text-align: center;
    z-index: 102;
    font-size: 1.25em;
    font-weight: 500;
}

.edit_cnt {
    border-bottom: 1px solid #CCC;
    padding: 0.5em 0.25em 1em;
    margin: 0 0 1em;
}

.edit_cnt .kep-icon {
    font-size: 1.1875em;
    color: #58606C;
    cursor: pointer;
}

/*--/.Main--*/

/*--Header--*/
.top_cnt {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    padding: 0;
}

.sup_hdr {
    font-weight: 300;
    color: #FFF;
    font-size: 0.8125em;
    padding: 0.538461538em 0 0.923076923em;
    background: #1A2225;
    height: auto;
    -webkit-transition: height 0.2s, padding 0.2s, visibility 0.2s;
    transition: height 0.2s, padding 0.2s, visibility 0.2s;
}

.hdr_up .sup_hdr {
    -webkit-transition: height 0.2s, padding 0.2s, visibility 0.2s;
    transition: height 0.2s, padding 0.2s, visibility 0.2s;
    height: 0;
    padding: 0;
    visibility: hidden;
}

.sup_hdr a {
    text-decoration: underline;
}

.sup_hdr a:hover {
    text-decoration: none;
}

.lang_cnt {
    font-weight: 500;
    position: relative;
    padding: 0 0 0 1.615384615em;
    margin-right: 2em;
    text-transform: uppercase;
}

.lang_cnt i.kep-icon {
    font-size: 0.538461538em;
    top: -0.285714286em;
    position: relative;
    margin-right: 1.428571429em;
}

.lang_cnt span {
    cursor: pointer;
    border-bottom: 1px solid #FFF;
    float: right;
    /*padding: 0 0 0.153846154em;
    margin-bottom: -0.153846154em;*/
}

.lng_list a {
    color: #FFF;
    text-decoration: none;
    /*padding: 0 0 0.153846154em;*/
    float: left;
    opacity: 0.5;
}

.lng_list a:hover {
    border-bottom: 1px solid #FFF;
    opacity: 1;
}

.lng_list {
    /*position: absolute;
    top: 0;
    right: 4.923076923em;
    min-width: 10em;*/
    float: right;
    /*margin: 0 0 -0.153846154em;*/
    margin: 0;
}

.lng_list li {
    float: right;
    white-space: nowrap;
    margin-right: 1em;
}

.lang_cnt img {
    margin: -0.153846154em 0.230769231em 0 0;
}

.pfl_cnt {
    position: relative;
    z-index: 150;
}

.pfl_cnt_z_down {
    z-index: 100;
}

.pfl_icon {
    cursor: pointer;
    position: relative;
    padding-bottom: 2.4em;
}

.pfl_icon .kep-icon {
    font-size: 0.769230769em;
}

.icon_user_solid {
    margin: 0 0.6em 0 0;
}

.pfl_cnt .icon_arrow_2_down, .pfl_cnt .icon_arrow_2_up {
    margin-left: 0.3em;
    position: relative;
    top: 0.1em;
}

.sh_prof {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 1.4375em;
    background: #FFF;
    border-right: 1px solid #F6F6F6;
    border-left: 1px solid #F6F6F6;
    border-bottom: 1px solid #E8E8E8;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    font-size: 1.230769231em;
    padding: 1.875em;
    width: 27.5em;
    color: #58606C;
    text-align: left;
}

.sh_prof::before {
    position: absolute;
    /*top: -1.125em;*/
    top: -1.1em;
    right: 1.1em;
    content: "";
    border-bottom: 1.125em solid #FFF;
    border-right: 1.1875em solid transparent;
    border-left: 1.1875em solid transparent;
}

.prof_tabs {
    background: #F6F6F6;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    text-transform: uppercase;
    color: #434A54;
    font-weight: 500;
    display: table;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.prof_tabs li {
    display: table-cell;
}

.prof_tabs a {
    display: block;
    color: #434A54;
    text-decoration: none;
    /*padding: 0.75em 0 1.0625em;*/
    padding: 0.85em 2em 0.9em;
}

.prof_tabs .active {
    background: #0280BB;
    color: #FFF;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
}

.prof_tab_cnt {
    margin: 1.666666667em 0 0;
    font-size: 1.125em;
}

.prof_tab_cnt li {
    margin: 1.111111111em 0;
}

.prof_tab_cnt .form-control {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    /*padding: 0.444444444em 1.25em 0.777777778em;*/
    padding: 0.5em 1.25em;
}

.prof_tab_cnt a {
    color: #0280BB;
    font-weight: 500;
    text-decoration: none;
}

.prof_tab_cnt label {
    /*font-size: 0.833333333em !important;*/
    font-weight: 300 !important;
}

.nav_cnt {
    border-right: 1px solid #F6F6F6;
    border-left: 1px solid #F6F6F6;
    border-bottom: 1px solid #E8E8E8;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    margin: 1.1875em 0 0;
    background: #FFF;
    -moz-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    position: relative;
    top: 0;
    z-index: 120;
    -webkit-transition: margin 0.6s, border-radius 1s;
    /* For Safari 3.1 to 6.0 */
    transition: margin 0.6s, border-radius 1s;
    padding: 0;
}

.hdr_up .nav_cnt {
    margin: 0;
    -webkit-transition: margin 0.6s, border-radius 1s;
    /* For Safari 3.1 to 6.0 */
    transition: margin 0.6s, border-radius 1s;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.6);
}

.logo {
    margin: 1.875em 0 1.4375em 2em;
    /*transition: margin 0.6s;*/
}

/*.hdr_up .logo {
	margin: 1.5em 3.625em;
	transition: margin 0.6s;
}*/

.nav_sets {
    cursor: pointer;
    background: #0280BB;
    -webkit-border-top-right-radius: 0.4em;
    -webkit-border-bottom-right-radius: 0.4em;
    -moz-border-radius-topright: 0.4em;
    -moz-border-radius-bottomright: 0.4em;
    border-top-right-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
    position: absolute;
    top: 0;
    bottom: -1px;
    right: -1px;
    padding-top: 1.9375em;
    z-index: 100;
}

.hdr_up .nav_sets {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    transition: border-radius 1s;
}

.nav_sets .text-center {
    position: relative;
    margin: 0 -1em;
    padding: 0 0 2em;
}

.nav_sets .text-center .kep-icon {
    font-size: 0.875em;
    color: #FFF;
    /*top: -0.1em;*/
    top: -0.2em;
    position: relative;
}

.nav_sets .text-center .kep-icon:first-child {
    /*font-size: 1.875em;*/
    font-size: 2.1em;
}

.nav_sets ul {
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    background: #FFF;
    padding: 1.25em 1.875em;
    font-weight: 500;
    margin: 0.5625em 0 0;
    transition: margin 0.6s;
    z-index: 120;
}

.hdr_up .nav_sets ul {
    margin: 0.3125em 0 0;
    transition: margin 0.6s;
    text-align: left;
}

.nav_sets ul::before {
    position: absolute;
    /*top: -1.125em;*/
    top: -1.1em;
    right: 1.1em;
    content: "";
    border-bottom: 1.125em solid #FFF;
    border-right: 1.1875em solid transparent;
    border-left: 1.1875em solid transparent;
}

.nav_sets li,
.lggd_list li {
    white-space: nowrap;
    margin: 0.625em 0;
}

.nav_sets ul a,
.lggd_list a {
    color: #434A54;
    text-transform: uppercase;
    display: block;
    padding: 0.0625em 1.25em 0.9375em 1.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    background: #F6F6F6;
}

.lggd_list a {
    font-weight: 500;
    text-decoration: none;
}

.nav_sets ul a:hover,
.lggd_list a:hover {
    background-color: #E3E4E8;
}

.nav_sets ul .kep-icon, .lggd_list .kep-icon {
    color: #3BAFDA;
    font-size: 1.875em;
    position: relative;
    bottom: -0.133333333em;
    bottom: -0.2em;
    margin: 0 0.433333333em 0 0;
}

.nav_list {
    text-transform: uppercase;
    /*margin: 2.125em 4.625em 0 0;
    transition: margin 0.6s;
    padding: 1em 0 1em 2em;*/
    padding: 1em 1em 1em 2em;;
}

/*.hdr_up .nav_list {
	margin: 1.875em 4.625em 0 0;
	transition: margin 0.6s;
}*/

.nav_list li {
    margin: 0 2em 0 1.375em;
}

.nav_list a {
    color: #434A54;
    font-weight: 500;
}

.nav_list a:hover {
    color: #0280BB;
    text-decoration: underline;
}

.z_ind_none {
    position: relative;
    z-index: 0;
}

.navbar-toggler-icon {
    color: #000;
    border-bottom: 2px solid #666;
    border-top: 2px solid #666;
    margin-right: -0.4em;
    position: relative;
    font-size: 0.8em;
    padding: 0 1.2em;
}

.navbar-toggler-icon::before {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0;
    right: 0;
    height: 2px;
    background: #666;
}

.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    bottom: 0.2em;
    left: 0;
    right: 0;
    height: 2px;
    background: #666;
}

.navbar-toggler {
    position: absolute;
    top: 2.6em;
    right: 18%;
}

.layer_shield_1,
.layer_shield_2 {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.layer_shield_1
{
    z-index: 140;
}

.layer_shield_2
{
    z-index: 110;
}

/*--/.Header--*/

/*--Product Tabs--*/
.prod_tabs_wrap {
    border-bottom: 1px solid #E3E4E8;
    background: #FFF;
    padding: 0.01em 0;
}

.prod_tabs {
    font-size: 1.25em;
    text-transform: uppercase;
    display: table;
    margin: 1.2em auto 0.85em;
}

.prod_tabs li {
    display: table-cell;
}

.prod_tabs a {
    color: #434A54;
    padding: 0 0 0.45em;
    border-bottom: 2px solid #FFF;
    margin: 0 2.25em;
}

.prod_tabs a.active,
.prod_tabs a:hover {
    border-bottom: 2px solid #0180BB;
}

.wht_shad_bg {
    border-right: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    border-bottom: 1px solid #E0E0E0;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    background: #FFF;
    -moz-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    padding: 0.01em 0;
    /*margin: 1.8125em 0 0;*/
    overflow: hidden;
}

/*--/.Product Tabs--*/

.bg1 {
    background: #F6F6F6 url("https://www.kep.kg:443/skins/kep/images/bg_1.jpg") no-repeat center top;
}

.bg2 {
    background: #F6F6F6 url("https://www.kep.kg:443/skins/kep/images/bg_2.jpg") no-repeat center top;
}

.bg3 {
    background: #F6F6F6 url("https://www.kep.kg:443/skins/kep/images/bg_3.jpg") no-repeat center;
}

.bg4 {
    background: #F6F6F6 url("https://www.kep.kg:443/skins/kep/images/bg_4.jpg") no-repeat center top;
}

.bg5 {
    background: #F6F6F6 url("https://www.kep.kg:443/skins/kep/images/bg_5.jpg") no-repeat center top;
}

.bg6 {
    background: #F6F6F6 url("https://www.kep.kg:443/skins/kep/images/bg_6.jpg") no-repeat center top;
}

.bg7 {
    background: #F6F6F6 url("https://www.kep.kg:443/skins/kep/images/bg_7.jpg") no-repeat center top;
}

.bg8 {
    background: #F6F6F6 url("https://www.kep.kg:443/skins/kep/images/bg_8.jpg") no-repeat center top;
}

.bg_index {
    background: #F6F6F6 url("https://www.kep.kg:443/skins/kep/images/bg_index.jpg") no-repeat center;
    min-height: 40.125em !important;
}

.bg1, .bg2, .bg3, .bg4, .bg5, .bg6, .bg7, .bg8, .bg_index {
    background-size: cover;
    /*min-height: 15.9375em;*/
    min-height: 15.925em;
    /*padding: 6.875em 0 0; 110px*/
    padding: 6.75em 0 0.01em;
    margin: 2.375em 0 0;
}

/*--Breadcrumb--*/
.brd_crmp {
    font-size: 0.75em;
    font-weight: 300;
    background: none;
}

.brd_crmp a {
    color: #0180BB;
}

.brd_crmp .breadcrumb-item::before {
    display: none;
}

.brd_crmp .kep-icon {
    font-size: 0.583333333em;
    margin: 0 1em 0 0.714285714em;
}

/*--/.Breadcrumb--*/

/*--Headers--*/
.headl1 {
    font-size: 1.625em;
    line-height: 1em;
    font-weight: 500;
}

.headl2 {
    font-size: 1.375em;
    line-height: 1em;
    font-weight: 500;
}

.headl3 {
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 500;
}

.headl4 {
    font-size: 1.125em;
    line-height: 1em;
    font-weight: 500;
}

.headl5 {
    font-size: 1.25em;
    line-height: 1em;
    font-weight: 500;
}

.headl_r_line {
    overflow: hidden;
    border-top: 1px solid #999;
    top: 15px;
    position: relative;
}

/*--/.Headers--*/

/*--Top alerts--*/
.top_alert {
    background: #6A8D00;
    color: #FFFFFF;
    padding: 0.5em 0 0.6875em;
}

.top_alert_hidden {
    height: 0;
    font-size: 0;
    line-height: 0;
}

.top_alert a {
    color: #FFF;
    text-decoration: underline;
    font-size: 0.875em;
    font-weight: 300;
    margin-left: 1em;
    font-weight: normal;
}

.top_alert a:hover {
    text-decoration: none;
}

.top_alert strong a {
    font-size: 1em;
    margin: 0;
    font-weight: 500;
    text-decoration: none;
}

.top_alert .icon_alert_hand {
    font-size: 1.625em;
    line-height: 0.6em;
    bottom: -0.2em;
    position: relative;
    margin: 0 0.4em 0 0;
}

.ta_rside {
    font-size: 0.875em;
    font-weight: 300;
}

/*.ta_rside a {
    margin: 0 2em;
}*/

.ta_rside .kep-icon {
    font-size: 1.357142857em;
    bottom: -0.2em;
    position: relative;
    margin-left: 0.6em;
}

/*--/.Top alerts--*/

/*--/.Top button--*/

#btn_top {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 2em; /* Place the button at the bottom of the page */
    right: 1em; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #0280BB; /* Set a background color */
    color: #FFF; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.8em; /* Increase font size */
    width: 1.736111111em;
    height: 1.736111111em;
    text-align: center;
    font-weight: bold;
}

#btn_top:hover {
    background-color: #069; /* Add a dark-grey background on hover */
}

.btn_show {
    display: block !important;
}

/*--/.Top button--*/


/*--News--*/
.nws_thmb {
}

.nws_thmb .img_cnt {
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    -moz-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    /*box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);*/
    box-shadow: 0px 1px 4px -2px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    /*margin: 0 0 0.8125em;*/
    margin: 0 0 0.4125em;
    text-align: center;
}

.nws_thmb .img_cnt img {
    max-height: 250px;
    height: 250px;
    width: 100%;
    margin: 0 auto;
}

.nws_date {
    font-size: 0.875em;
    display: inline-block;
    margin: 0.3em 0;
}

.nws_name {
    font-size: 1.375em;
    line-height: 1.090909091em;
    margin: 0.090909091em 0;
}

a.nws_name {
    display: block;
    color: #434A54;
    /*text-decoration: underline;*/
}

a.nws_name:hover {
    /*text-decoration: underline;*/
    color: #0280BB;
}

.nws_list .col3_item {
    border-right: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    border-bottom: 1px solid #E0E0E0;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    background: #FFF;
    -moz-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.nws_list .nws_name {
    margin: 1.083333333em 0 0.5em;
}

.nws_list a.btn {
    margin: 1em 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.nws_list .img_cnt img,
.slide .img_cnt img {
    max-height: 250px;
    height: 250px;
    width: 100%;
    margin: 0 auto;
}

.single_nws_img img {
    height: auto;
    max-height: 400px;
    /*height: 400px;
    width: 100%;*/
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.ind_nws_rcol .img_cnt img {
    max-height: 250px;
    height: 250px;
    width: 100%;
    margin: 0 auto;
}

.nws_ower {
    height: 230px;
    max-height: 230px;
    overflow: hidden;
}

.ind_nws_rcol .nws_ower {
    /*height: 170px;
    max-height: 170px;*/
    height: 164px;
    max-height: 164px;
    margin-bottom: 0.5em;
}
/*--/.News--*/

/*--Business Individuals--*/
.serv_inf {
    /*margin: 1.875em 0 5em;*/
}

.serv_inf .col3_item {
    border-right: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    border-bottom: 1px solid #E0E0E0;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    background: #FFF;
    -moz-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.serv_inf .col3_item:hover {
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #EEE;
    -moz-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.8);
}

.serv_inf .img_cnt {
    margin: 0 -1px;
}

.serv_inf ul {
    line-height: 1.25em;
    margin: 0 3.25em;
    min-height: 14em;
}

.serv_inf ul li {
    margin: 1.75em 0;
}

.serv_inf a:hover {
    text-decoration: underline;
    color: #0280BB;
}

.serv_inf table {
    width: 90%;
    margin: 0 5%;
}

.serv_inf table td {
    height: 4em;
}

.serv_inf div a {
    color: #434A54;
}

.serv_inf div a:hover {
    text-decoration: none;
}

/*--/.Business Individuals--*/

/*--Inputs--*/
.form-group label,
.custom-control label {
    font-size: 1.125em;
    font-weight: 500;
}

.form-control {
    /*padding: 0.625em 1.25em 0.8125em;*/
    padding: 0.8125em 1.25em;
    font-size: 1em;
    line-height: 1.25em;
    color: #434A54;
    border: 1px solid #D7D8DD;
    border-radius: 0.375em !important;
    border-top-right-radius: 0.375em;
    border-bottom-right-radius: 0.375em;
}

.inp_list p {
    color: #A4A9AE;
    margin: 0 0 0.4375em 2.4375em;
}

.inp_list .form-check-input {
    position: absolute;
    top: 0;
    left: 0.75em;
}

.inp_list .form-check-label {
    padding: 0 0 0 2.166666667em;
}

.inp_list a {
    margin-left: 2.4375em;
    text-decoration: underline;
}

.inp_list a:hover {
    text-decoration: none;
}

/*.dropdown {
	display: block;
	width: 100%;
	z-index: 90;
}*/
.custom-control, .ccl_pad {
    padding-left: 2.111111111em;
}

.custom-control-label::before,
.custom-control-label::after {
    display: none;
}

.custom-control-label .icon_checkbox_empty, .custom-control-label .icon_checkbox_selected {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    font-size: 1.055555556em;
}

.custom-checkbox .custom-control-input ~ .custom-control-label .icon_checkbox_empty {
    display: block;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label .icon_checkbox_selected {
    display: block;
    color: #0180BB;
}

.custom-control-label .icon_radiobutton_empty, .custom-control-label .icon_radiobutton_selected {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    font-size: 1.111111111em;
}

.custom-radio .custom-control-input ~ .custom-control-label .icon_radiobutton_empty {
    display: block;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label .icon_radiobutton_selected {
    display: block;
    color: #0180BB;
}

.ccl_pad a {
    text-decoration: underline;
}

.ccl_pad a:hover {
    text-decoration: none;
    color: #0180BB;
}

/*--/.Inputs--*/

/*--Select--*/
.select_blk {
    display: block;
    width: 100%;
    padding: 0.625em 1.25em 0.8125em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
    color: #434A54;
    background-color: #FFF;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #D7D8DD;
    border-radius: .25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    text-align: left;
    margin-bottom: 1rem;
    z-index: 100;
    position: relative;
}

.select_blk::after {
    position: absolute;
    top: 50%;
    right: 1em;
    content: "";
    width: 8px;
    height: 8px;
    border: none;
    border-right: 1px solid #787D84;
    border-bottom: 1px solid #787D84;
    margin: -0.3em 0 0;
    vertical-align: middle;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.inp_list .dropdown-menu {
    width: 100%;
    margin: -2px 0 0;
    z-index: 90;
    padding: 0;
}

.inp_list .dropdown-item {
    padding: 0.4375em 1.25em 0.5625em;
    font-weight: 500;
    color: #434A54;
}

.inp_list .dropdown-item:focus,
.inp_list .dropdown-item:hover {
    color: #434A54;
    background: #E3E4E8;
}

.custom-select {
    height: auto;
    padding: 0.5625em 1.25em 0.75em 1em;
    position: relative;
    font-size: 1em;
    line-height: 1.25em;
    color: #434A54;
    border: 1px solid #D7D8DD;
    border-radius: 0.375em;
    border-top-right-radius: 0.375em;
    border-bottom-right-radius: 0.375em;
    cursor: pointer;
}

/*.cs_wrap {
	position: relative;
}

.cs_wrap::after {
	position: absolute;
	top: 50%;
	right: 1em;
	content: "";
	width: 8px;
	height: 8px;
	border: none;
	border-right: 1px solid #787D84;
	border-bottom: 1px solid #787D84;
	margin: -0.35em 0 0;
	vertical-align: middle;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 100;
}*/

/*--/.Select--*/

/*--Buttons--*/
.btn {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 500;
    border-radius: 0.1875em;
    border-top-right-radius: 0.1875em;
    border-bottom-right-radius: 0.1875em;
    text-transform: uppercase;
    /*padding: 0.75em 3.375em 0.875em;*/
    padding: 0.875em 3.375em 0.75em;
    color: #FFF;
}

.btn-sm {
    font-size: 0.875em;
}

.btn-primary {
    background: #0280BB;
    border: none;
    border-bottom: 0.125em solid #069;
}

.btn-primary:hover {
    background: #4FC1E9;
    border-bottom: 0.125em solid #3BAFDA;
}

.btn-secondary {
    background: #90949B;
    border: none;
    border-bottom: 0.125em solid #56595D;
}

.btn-secondary:hover {
    background: #CCC;
    border-bottom: 0.125em solid #90949B;
}

.input-group .btn-primary {
    border-bottom: 0;
    padding: 0;
}

.input-group .btn-primary .kep-icon {
    font-size: 1.5625em;
    margin: 0 0.64em;
    position: relative;
    top: 0.08em;
}

/*.btn_dis,
.btn_dis:hover {
	background: #CCC !important;
	border-bottom: 0.125em solid #90949B !important;
}*/

/*--/.Buttons--*/
/*--Map--*/
.map {
    height: 20em;
    width: 100%;
}

/*--/.Map--*/

/*--Services--*/
.serv_item {
    border-right: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    border-bottom: 1px solid #E0E0E0;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    background: #FFF;
    -moz-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    /*margin: 1.875em 0;*/
}

/*--/.Services--*/

/*--Pagination--*/
.pgr {
    font-size: 1em;
    text-align: center;
}

.pgr li {
    margin: 0 0.3125em;
}

.pgr .page-link {
    color: #A4A9AE;
    background: #E3E4E8;
    border: none;
    border-bottom: 0.125em solid #A4A9AE;
    -webkit-border-radius: 0.1875em;
    -moz-border-radius: 0.1875em;
    border-radius: 0.1875em;
    position: relative;
    display: block;
    padding: 0 0.25em;
    margin-left: 0;
    line-height: 2.3125em;
    min-width: 2.3125em;
}

.pgr .page-link:hover {
    color: #FFF;
    background: #A4A9AE;
    border-bottom: 0.125em solid #8F9399;
}

.page-item.active span.page-link {
    color: #FFF;
    background: #0280BB;
    border-bottom: 0.125em solid #069;
    font-weight: 500;
}

/*--/.Pagination--*/

/*--Tables--*/
.comm_tbl {
    font-size: 1.125em;
    color: #58606C;
}

.comm_tbl th {
    background: #58606C;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.888888889em 1.222222222em 0.944444444em 1.777777778em;
    border-top: none;
}

.comm_tbl td {
    padding: 0.777777778em 1.222222222em 0.944444444em 1.777777778em;
    border-top: none;
}

.comm_tbl th:first-child,
.comm_tbl td:first-child {
    padding: 0.777777778em 1.222222222em 0.944444444em 17%;
    font-weight: 500;
    border-right: 2px solid #FFF;
}

.comm_tbl tr.f_upper {
    font-size: 1.111111111em;
    color: #434A54;
}

.comm_tbl p {
    color: #A4A9AE;
    font-size: 0.888888889em;
    font-weight: 400;
    margin: 0.4375em 0 0;
}

.comm_tbl a {
    text-decoration: underline;
}

.comm_tbl a:hover {
    text-decoration: none;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #F2F6F9;
}

.comm_tbl2 {
    font-size: 1em;
    color: #58606C;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    background: #FFF;
    -moz-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.comm_tbl2 th {
    background: #58606C;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.888888889em 1.222222222em 0.944444444em 1.777777778em;
    border-top: none;
    border-bottom: 2px solid #FFF;
}

.comm_tbl2 td {
    padding: 0.777777778em 1.222222222em 0.944444444em 1.777777778em;
    border-top: none;
}

.chk_mrk .kep-icon {
    cursor: pointer;
    font-size: 1.1875em;
    color: #D4D7DC;
}

th .kep-icon,
th .chk_mrk_checked .icon_checkbox_selected {
    color: #FFF;
}

.chk_mrk .icon_checkbox_empty {
    display: block;
}

.chk_mrk .icon_checkbox_selected {
    display: none;
}

.chk_mrk_checked .icon_checkbox_empty {
    display: none;
}

.chk_mrk_checked .icon_checkbox_selected {
    display: block;
    color: #0180BB;
}

.tbl_icons .kep-icon {
    font-size: 1.1875em;
    cursor: pointer;
}

.tbl_icons .icon_close {
    font-size: 0.75em;
    position: relative;
    top: -0.25em
}

.tbl_icons .kep-icon_dis {
    color: #CCC;
    cursor: default;
}

/*--/.Tables--*/

/*--Sorting--*/
.view_cnt {
    color: #0180BB;
    font-size: 0.875em;
}

.view_pt {
    margin: 0 0.285714286em 0 0.785714286em;
}

.view_pt .kep-icon {
    font-size: 0.714285714em;
    margin-right: 0.7em;
}

span.view_pt {
    color: #B7BBC2;
}

.sort_pt {
    margin: 0 0 0 1.857142857em;
}

.sort_pt .dropdown {
    margin: 0 0 0 1.285714286em;
    position: relative;
}

.dropdown-toggle::after {
    display: none;
}

.sort_pt .dropdown-toggle,
.sort_pt .dropdown-toggle:hover,
.sort_pt .dropdown-toggle:focus {
    text-decoration: underline;
    color: #0180BB;
    position: relative;
    padding: 0 1.571428571em 0 0;
    outline: none;
}

.dropdown-toggle .kep-icon {
    position: absolute;
    top: 30%;
    right: -1.8em;
    font-size: 0.714285714em;
}

.sort_pt .icon_arrow_2_up {
    display: none;
}

.sort_pt .show .icon_arrow_2_up {
    display: block;
}

.sort_pt .show .icon_arrow_2_down {
    display: none;
}

.sort_pt .dropdown-menu {
    border: none;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    background: #FFF;
    -moz-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.5);
    font-size: 1em;
    left: auto !important;
    right: 0;
    top: 1.142857143em !important;
    border: 1px solid #3BAFDA;
    width: auto;
}

.sort_pt .dropdown-menu::before {
    position: absolute;
    top: -0.3535533906em;
    right: 2em;
    content: "";
    border-top: 1px solid #3BAFDA;
    border-left: 1px solid #3BAFDA;
    background: #FFF;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    width: 0.714285714em;
    height: 0.714285714em;
    margin-top: -1px;
}

.sort_pt .dropdown-menu a,
.sort_pt .dropdown-menu a:hover {
    background: none;
    padding: 0 1.428571429em;
    color: #0280BB;
    margin: 0.242857143em 0;
}

.sort_pt .dropdown-menu a:hover {
    color: #4FC1E9;
}

/*--/.Sorting--*/

/*--Index--*/
.bg_lside {
    background: url("https://www.kep.kg:443/skins/kep/images/del/index_lside_img2.jpg") no-repeat center;
    background-size: cover;
    /*min-height: 568px;*/
    min-height: 533px;
    position: relative;
}

.lside_cnt {
    position: absolute;
    top: 33.3%;
    left: 0;
    right: 0;
    min-height: 33.3%;
    background: rgba(1, 128, 187, 0.9);
    color: #FFF;
    padding: 0 1em;
}

.lside_headl {
    font-size: 1.75em;
    line-height: 1.357142857em;
    font-weight: 500;
    text-transform: uppercase;
    margin: 1em 0 0;
}

.lside_cnt a.btn {
    background: #4FC1E9;
    border-color: #3BAFDA;
    margin: 1.357142857em 0;
}

.transp_blue {
    position: relative;
}

.transp_blue:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    content: "";
    background: rgba(59, 175, 218, 0.75);
}

.index_intr {
    position: relative;
    z-index: 10;
    color: #FFF;
    width: 48%;
}

.index_headl {
    font-size: 2.125em; /*--34px--*/
    line-height: 1.25em;
    margin: 3.705882353em 0 1em;
}

.index_headl strong {
    display: block;
    font-size: 1.411764706em;
    line-height: 1.25em;
}

.index_intr a {
    color: #FFF;
    font-size: 0.875em;
    text-decoration: underline;
    text-transform: uppercase;
}

.index_headl a {
    text-decoration: none;
    text-transform: none;
    font-size: 1em;
}

.ind_serv_list {
    margin: -6.875em 0 0;
    position: relative;
    z-index: 20;
    /*padding: 1.875em 0 1em;*/
    padding: 0.8em 0 0.1em;
}

.ind_serv_list .ind_serv_item + .fl_clear::before {
    border-left: 1px solid #D7D8DD;
    border-right: 1px solid #D7D8DD;
    position: absolute;
    top: 0;
    bottom: 1em;
    left: 0;
    right: 0;
    content: "";
    z-index: 1;
}

.pop_index {
    border-bottom: 1px solid #434A54;
    color: #434A54;
    cursor: pointer;
    padding: 0 0 0.14em 0;
    margin-right: 1em;
    font-size: 0.875em;
    position: relative;
    outline: none;
}

.pop_index:hover {
    color: #4FC1E9 !important;
    border-bottom: 1px solid #4FC1E9;
}

.pop_index .kep-icon {
    position: absolute;
    top: -0.6em;
    right: -1em;
}

.pp_track {
    top: -2.5em !important;
    left: 1.2em !important;
    font-size: 0.875em;
    border: 1px solid #CCC;
    padding: 0.5em 0.75em;
}

.pp_track .popover-header {
    background: none;
    font-size: 1.142857143em;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: none;
    text-align: center;
}

.pp_track .popover-body {
    font-size: 1em;
}

.isi_headl {
    font-size: 1.375em;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: 500;
}

.isi_headl .kep-icon {
    color: #3BAFDA;
    font-size: 1.363636364em;
    line-height: 0.6em;
    bottom: -0.1em;
    position: relative;
    margin-right: 0.3em;
}

.serv_list {
    font-size: 0.875em;
    line-height: 1.214285714em;
    text-transform: uppercase;
    text-align: center;
    margin: 0.428571429em -1em 0;
    position: relative;
    z-index: 10;
}

.serv_list_brd {
    position: relative;
}

.serv_list_brd::before {
    position: absolute;
    content: "";
    border-right: 1px solid #D8D7DC;
    right: -1em;
    top: -3em;
    bottom: 1em;
}

.serv_list_brd::after {
    position: absolute;
    content: "";
    border-left: 1px solid #D8D7DC;
    left: -1em;
    top: -3em;
    bottom: 1em;
}

.serv_list a {
    display: block;
    color: #434A54;
    padding: 6.785714286em 0 1.714285714em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.serv_list a:hover {
    text-decoration: underline;
    color: #0280BB;
    background-color: #F6F6F6;
}

.sl_icon1 {
    background: url("https://www.kep.kg:443/skins/kep/images/tls_card.png") no-repeat center 1.785714286em;
}

.sl_icon2 {
    background: url("https://www.kep.kg:443/skins/kep/images/tls_letter.png") no-repeat center 1.785714286em;
}

.sl_icon3 {
    background: url("https://www.kep.kg:443/skins/kep/images/tls_sbox.png") no-repeat center 1.785714286em;
}

.sl_icon4 {
    background: url("https://www.kep.kg:443/skins/kep/images/tls_blanc_online.png") no-repeat center 0.857142857em;
}

/*--Carousel--*/
.carousel {
    margin-bottom: 4em !important;
}

.carousel-control-next, .carousel-control-prev {
    width: 3.0625em;
    background: rgba(255, 255, 255, 0.8);
}

.carousel .icon_arrow_2_left,
.carousel .icon_arrow_2_right {
    color: #434A54;
    font-size: 2em;
    font-weight: 500;
}

.carousel-indicators {
    bottom: -3.125em;
}

.carousel-indicators li {
    background: #CCC;
    width: 0.625em;
    height: 0.625em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.carousel-indicators li.active {
    background: #434A54;
}

/*--/.Carousel--*/

/*--Wiki--*/
.card_header {
    cursor: pointer;
    padding: 0.4375em 0 0.6875em;
    color: #0180BB;
}

.accord_item .collapsed {
    background: #F2F6F9;
    color: #58606C;
}

.accord_item .collapsed .icon_arrow_5_up {
    display: none;
}

.accord_item .icon_arrow_5_down {
    display: none;
}

.accord_item .collapsed .icon_arrow_5_down {
    display: block;
}

.accord_item .kep-icon {
    color: #0180BB;
    font-size: 1.1875em;
}

.accord_view_all {
    font-size: 0.875em;
    color: #0180BB;
    cursor: pointer;
    margin-left: 2em;
}

.accord_view_all .kep-icon {
    font-size: 1.857142857em;
    position: relative;
    top: 0.26em;
    right: -0.16em;
    margin-left: 0.2em;
}

/*--/.Wiki--*/

/*--Tracking--*/
.state_icon {
    font-size: 1.1em;
}

.state_icon .kep-icon {
    font-size: 1.1em;
    position: relative;
    top: 0.1em;
    margin: 0 0.1em 0 0.2em;
}

.track_note {
    color: #AAB4BE;
    font-size: 0.875em;
}

.track_note a {
    text-decoration: underline;
}

.track_dtl {
    border-top: 1px solid #D7D8DD;
    margin: 6em 0 2em;
    padding: 1.2em 0 0;
}

.track_dtl ul {
    margin: 0 0 2em;
}

.track_dtl li {
    border-bottom: 1px solid #D7D8DD;
    padding: 1.4em 0 0.8em;
}

.v_less {
    display: block;
    color: #0180BB;
}

.track_dtl .collapsed .v_less {
    display: none;
}

.track_dtl .collapsed .v_more {
    display: block;
}

.v_more {
    display: none;
    color: #0180BB;
}

.v_more .kep-icon, .v_less .kep-icon {
    position: relative;
    top: 0.1em;
    margin: 0 0.3em;
}

/*--/.Tracking--*/

/*--Progress--*/
.progress {
    height: 0.9375em;
    overflow: visible;
    font-size: 1em;
    background-color: #D7D8DD;
    position: relative;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    margin: 1.4em 0.5em 2.8em;
}

.progress-bar {
    background-color: #0180BB;
}

.pgrs_l,
.pgrs_m,
.pgrs_r {
    position: absolute;
    top: 0;
    color: #9FA1AC;
    font-weight: 500;
    font-size: 1em;
    white-space: nowrap;
    width: 10em;
}

.pgrs_l {
    left: -0.5em;
}

.pgrs_m {
    left: 50%;
    margin-left: -5em;
    text-align: center;
}

.pgrs_m em {
    margin: 0 auto;
}

.pgrs_r {
    right: -0.5em;
    text-align: right;
}

.pgrs_r em {
    margin-left: auto;
}

.pgrs_pt em {
    width: 2.1875em;
    height: 2.1875em;
    display: block;
    background: #D4D7DC;
    border: 0.5em solid #9FA1AC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: -0.625em;
}

.pgrs_blue {
    color: #0180BB;
}

.pgrs_blue em {
    background: #FFF;
    border: 0.5em solid #0180BB;
}

.pgrs_blue em::before {
    position: absolute;
    content: "";
    top: -0.75em;
    bottom: -0.75em;
    right: -0.75em;
    left: -0.75em;
    border: 0.25em solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.track_progress {
    height: 1.25em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 1.4em 0 3.8em;
    position: relative;
}

.track_progress .progress-bar {
    position: relative;
    background: #0180bb;
    background: -moz-linear-gradient(left, #0180bb 0%, #22a0ad 100%);
    background: -webkit-linear-gradient(left, #0180bb 0%, #22a0ad 100%);
    background: linear-gradient(to right, #0180bb 0%, #22a0ad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0180bb', endColorstr='#22a0ad', GradientType=1);
}

.track_progress .bg-success {
    background: #22a0ad;
    background: -moz-linear-gradient(left, #22a0ad 0%, #51ce98 100%);
    background: -webkit-linear-gradient(left, #22a0ad 0%, #51ce98 100%);
    background: linear-gradient(to right, #22a0ad 0%, #51ce98 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22a0ad', endColorstr='#51ce98', GradientType=1);
}

.track_progress .bg-info {
    background: #51ce98;
    background: -moz-linear-gradient(left, #51ce98 0%, #74f089 100%);
    background: -webkit-linear-gradient(left, #51ce98 0%, #74f089 100%);
    background: linear-gradient(to right, #51ce98 0%, #74f089 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51ce98', endColorstr='#74f089', GradientType=1);
}

.tp_delim {
    position: absolute;
    top: 50%;
    margin: -1.25em -1px 0 0;
    right: -0.4em;
    height: 2.5em;
    width: 0.8em;
    background: #FFF;
    z-index: 10;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.track_progress p {
    position: absolute;
    text-align: center;
    top: 3.166666667em;
    left: 0;
    right: 0;
    font-size: 1.125em;
    font-weight: 500;
    color: #B7BABE;
}

.track_progress .bg_none p {
    display: none;
}

.track_active p {
    color: #0180BB;
}

.track_rnd {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.0625em;
    height: 4.0625em;
    margin: -2.03125em 0 0 -2.03125em;
    background: #0281bb;
    background: -moz-linear-gradient(left, #0281bb 0%, #73ee8a 100%, #207cca 100%, #7db9e8 100%);
    background: -webkit-linear-gradient(left, #0281bb 0%, #73ee8a 100%, #207cca 100%, #7db9e8 100%);
    background: linear-gradient(to right, #0281bb 0%, #73ee8a 100%, #207cca 100%, #7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0281bb', endColorstr='#7db9e8', GradientType=1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: none;
}

.track_rnd::before {
    position: absolute;
    content: "";
    top: -0.25em;
    bottom: -0.25em;
    right: -0.25em;
    left: -0.25em;
    border: 0.25em solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.track_rnd::after {
    position: absolute;
    content: "";
    top: 0.25em;
    bottom: 0.25em;
    right: 0.25em;
    left: 0.25em;
    background: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.track_rnd .icon_arrive_to_office {
    color: #58606C;
    font-size: 1.75em;
    line-height: 2.5em;
    z-index: 100;
    position: relative;
}

.track_rnd .icon_in_process {
    color: #58606C;
    font-size: 2.125em;
    line-height: 1.911764706em;
    z-index: 100;
    position: relative;
}

.track_rnd .icon_check {
    color: #39B449;
    font-size: 1.875em;
    line-height: 2.166666667em;
    z-index: 100;
    position: relative;
}

.track_active .track_rnd {
    display: block;
}

/*--/.Progress--*/

/*--Left Menu--*/
.lmenu_list {
    font-weight: 500;
    color: #58606C;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    overflow: hidden;
    margin: 0;
}

.lmenu_list a {
    padding: 0.75em 1.25em 1.15em 1.75em;
    display: block;
    color: #58606C;
}

.lmenu_list .kep-icon {
    font-size: 0.625em;
    float: right;
    margin: 0.7em 0 0 0.4em;
}

.lmenu_list .collapsed .icon_arrow_1_up {
    display: none;
}

.lmenu_list .icon_arrow_1_down {
    display: none;
}

.lmenu_list .collapsed .icon_arrow_1_down {
    display: block;
}

.lmenu_list a.acc_headl,
.lmenu_list a.acc_headl:hover,
.lmenu_list .menu_main_head:hover {
    background: #0180BB;
    color: #FFF;
    cursor: pointer;
}

.lmenu_list a.collapsed {
    background: none;
    color: #58606C;
}

.lmenu_list a.collapsed:hover {
    color: #FFF;
}

.lmenu_list ul {
    background: #EDF3F7;
    margin: 0;
}

.lmenu_list ul a {
    font-weight: normal;
}

.lmenu_list ul a:hover {
    background: #E5EEF3;
    font-weight: 500;
}

.lmenu_list ul a.active{
    background: #E5EEF3;
    font-weight: 500;
}

.top_pos_delim {
    position: absolute;
    margin-top: -110px;
}

/*--/.Left Menu--*/

/*--Responsive--*/
.mob_disp_none {
}

@media only screen and (max-width: 1179px) {

}

@media only screen and (max-width: 860px) {

    html {
        font-size: 60%;
    }

}

@media only screen and (max-width: 640px) {

    .serv_list_brd::before,
    .serv_list_brd::after {
        display: none;
    }

}

@media only screen and (max-width: 500px) {

}

@media only screen and (max-width: 380px) {

}

/**/
.calc_elem_title {
    display: inline-block;
}

.checked_link {
    color: #eee;
    text-decoration: underline;
}

/** Main Page*/
#mainHorizontalNews > .wht_shad_bg p.description {
    max-height: 114px;
    overflow: hidden;

}

#mainHorizontalNews > .wht_shad_bg .img_cnt {
    height: 100%;
}

#mainHorizontalNews > .wht_shad_bg .img_cnt img {
    min-height: 100%;
}

/** UnderConstruction */
.container > nav[aria-label=breadcrumb] {
    z-index: 9;
    position: relative;
}

/*--Bootstrap adds--*/
.my-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mt-7 {
    margin-top: 3rem !important;
}

.m-7 {
    margin: 3rem !important;
}

.sup_hdr i.kep-icon + span{
    text-transform: uppercase;
}

ul.lng_list > li > a{
    text-transform: uppercase;
}

#BidsCreate #myTabContent .tab-pane .container > .wht_shad_bg.my-4:first-child{
    margin-top: -25px !important;
    padding-top: 15px;
    padding-bottom: 30px;
}

#trackingresult .track_dtl .v_less .headl4,
#trackingresult .track_dtl .v_less .kep-icon{
    cursor: pointer;
}
.core_error_box{
    padding: 50px 0 50px;
}

#BidsTable .code{
    color: #0280BB;
    text-decoration: underline;
    cursor: pointer;
}

/*анимация загрузки*/
:root {
    --size: 50px;
    --thickness: 6px;
    --base-color: #ec971f;
    --wheel-color: #5bc0de;
    --speed: 800ms;
}


.loader {
    margin: 15% auto;
    height: var(--size);
    width: var(--size);
    border: var(--thickness) solid  var(--base-color);
    border-right-color: var(--wheel-color);
    border-top-color:  var(--wheel-color);
    border-radius: 100%;
    animation: spin var(--speed) infinite linear;
    text-align: center;
    /*margin-top: 100px;*/
    /*margin-bottom: 100px;*/
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(359deg); }
}

#BidsTable .loader{
    margin: 25px auto;
}

#BidsTable .tracking_tr{
    background-color: #E5EEF3;
}

#BidsTable tr td div.line{
    padding: 0.777777778em 0 0.944444444em 0;
}

#BidsTable .tracking_tr > td{
    padding-top: 0;
    padding-bottom: 0;
}

span.code.down:after,
span.code.up:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'KEP_Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 20px;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin-left: 10px;
}

span.code.down:after{
    content: "\e906";
}
span.code.up:after{
    content: "\e907";
}
#contact-list{
    padding: 20px 0 60px;
}

#AddressBookFilter a.view_pt.disabled{
    color: #B7BBC2;
    text-decoration: none;
    cursor: default;
}

.obfuscate {
    display: none;
}

.btn-outline-success {
    color: green;
}

.btn-outline-success:hover {
    color: white;
}
