/*
Theme Name: JNews
Version: 12.0.1
Theme URI: http://themeforest.net
Description: JNews
Author: Jegtheme
Author URI: http://jegtheme.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  custom-background,custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: jnews
*/

/* таблица */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid;
    border-color: #d8dbe0;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #4f5d73;
}

table {
    border-collapse: collapse;
}




/* конец таблицы */

/*кнопка */
span.kudem-lacaged {
    display: inline-block;
    clear: both;

    /* padding: 10px; */
    padding: 0px 37px 10px 0px;
    margin: 18px 4px 0px 14px;
}

span.kudem-lacaged ul {
    list-style: none;
}

span.kudem-lacaged ul li {
    float: left;
}

span.kudem-lacaged ul li a {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    background: #282a2b;
    color: #878a8a;
    margin: 9px;
    border: 1px solid #3c3c3c;
}

span.kudem-lacaged ul li a:before {
    background: url("http://zornet.ru/CSS-ZORNET/Kodak_saita/Asvaged/26993330.png") no-repeat 0 0;
    width: 29px;
    height: 28px;
    position: absolute;
    top: -5px;
    left: -5px;
    content: '';
    z-index: 20;
    display: none;
}

span.kudem-lacaged ul li a.usernonesiti:before {
    background: url("http://zornet.ru/CSS-ZORNET/Kodak_saita/Asvaged/26993331.png") no-repeat 0 0;
}

span.kudem-lacaged ul li a:hover:before {
    display: block;
}

span.kudem-lacaged ul li a:hover {
    color: #969292;
}


/*knopka */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

.social a {
    text-align: center;
    width: 48px;
    height: 48px;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    margin: 0 10px 10px 0;
    padding: 6px;
    color: #000;
}

.github a:hover {
    background: #191919;
    color: #fff;
}

.youtube a:hover {
    background: #c4302b;
    color: #fff;
}

.google-pluse a:hover {
    background: #DD4B39;
    color: #fff;
}

.twitter a:hover {
    background: #00acee;
    color: #fff;
}

.instagram a:hover {
    background: #3f729b;
    color: #fff;
}

.facebook a:hover {
    background: #3b5998;
    color: #fff;
}

.skype a:hover {
    background: #00aff0;
    color: #fff;
}

.vk a:hover {
    background: #5d84ae;
    color: #fff;
}

.odnoklassniki a:hover {
    background: #f93;
    color: #fff;
}

.pinterest a:hover {
    background: #c8232c;
    color: #fff;
}

.linkedin a:hover {
    background: #0e76a8;
    color: #fff;
}

.telegram a:hover {
    background: #249bd7;
    color: #fff;
}

.tumblr a:hover {
    background: #34526f;
    color: #fff;
}

.windows a:hover {
    background: #125acd;
    color: #fff;
}

.whatsapp a:hover {
    background: #50b154;
    color: #fff;
}

.weibo a:hover {
    background: #d52b2b;
    color: #fff;
}

.dropbox a:hover {
    background: #1087dd;
    color: #fff;
}


/*----Начало аккордеон меню---*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    /*background: #388E3C;*/
}

ul {
    /*list-style: none;*/
}

a {
    text-decoration: none;
    color: #006186;
}

/*h2 {
    text-align: center;
    color: #fff;
  }*/

.accordion-menu {
    width: 100%;
    max-width: 100%px;
    margin: 0 auto 20px;
    background: #0083b5;
    border-radius: 2px;
}


.accordion-menu li.open .dropdownlink {
    color: #fff;
    background: #0083b5;
}

.accordion-menu li.open .dropdownlink .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 10px
}

.accordion-menu li:last-child .dropdownlink {
    border-bottom: 0;
}

.dropdownlink {
    cursor: pointer;
    display: block;
    padding: 12px 15px 12px 45px;
    font-size: 16px;
    border-bottom: 2px solid #fff;

    color: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.dropdownlink:hover {

    background: #0083b5;

}

.dropdownlink i {
    position: absolute;
    top: 16px;
    left: 16px;
}

.dropdownlink .fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 10px
}

.submenuItems {
    display: none;
    background: #E3E5E8;
}

.submenuItems li {
    border-bottom: 1px solid #B6B6B6;
    position: relative;
}

.submenuItems li::before {
    content: '\f0da';
    font-family: "FontAwesome";
    position: absolute;
    left: 20px;
    top: 10px;
    color: #006186;
    transition: 0.5s;
}

.submenuItems li:hover::before {
    transform: translateX(4px);
    color: #006186;
}

.submenuItems a {
    display: block;
    color: #006186;
    padding: 10px 10px 10px 35px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.submenuItems a:hover {
    background-color: #fff;
    color: #006186;
}

/*------Конец аккордеон меню--------*/

/*--начало верт меню --*/


.menu-rightmenu {
    padding: 1px;
    margin: 1px;
}

.menu-rightmenu li {
    padding: 13px 0 13px 13px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.menu-rightmenu li:first-child {
    border-top: 1px solid #eee;
}

.menu-rightmenu li:hover {
    background: #e3e3e3;
}

.menu-rightmenu li a {
    color: #000;
    font-family: PT Sans;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.menu-rightmenu li:hover a {
    color: #3b4852;
    font-family: PT Sans;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.menu-rightmenu li a {
    /*text-decoration: none;  */
    display: block;
}

/*.menu-rightmenu li {list-style-type:none !important}  */
/*.menu-rightmenu li a:before {display:none !important}*/

/*--Конец верт меню --*/

/*--Кнопка правый баннер--*/
.custom-button-banner {
    width: 100%;
    margin: 0;
    overflow: hidden
}

.custom-button-banner a {
    color: #000;
    display: block;
    width: 100%;
    padding: 15px;
}

.custom-button-banner img {
    float: left;
    width: 50px;
}

.custom-button-banner a .text-container {
    height: 40px;
    margin-left: 65px;
    display: table;
    line-height: 1.3em;
    color: #000;
}

.custom-button-banner a .text {
    font-size: 1.1em;
    display: table-cell;
    vertical-align: middle;
}

.custom-button-banner a .subtext {
    font-size: 0.8em;
    line-height: 0.7em;
}


.custom-button-banner.color1 {
    background-color: #e1f4f8;


}

.custom-button-banner.color2 {
    background-color: #c4f0fb;

}

.custom-button-banner.color3 {
    background-color: #8fcadc;

}

.custom-button-banner.color4 {
    background-color: #5aa6bd;

}

.custom-button-banner.color5 {
    background-color: #4f9ab1;

}

.custom-button-banner.color1:hover {
    background-color: #fff
}

.custom-button-banner.color2:hover {
    background-color: #fff
}

.custom-button-banner.color3:hover {
    background-color: #fff
}

.custom-button-banner.color4:hover {
    background-color: #fff
}

.custom-button-banner.color5:hover {
    background-color: #fff
}


/*--Конец Кнопка правый баннер--*/

/*--Кнопка правый баннер2222--*/
.custom-button-banner1 {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
}

.custom-button-banner1 a {
    display: block;
    width: 100%;
    padding: 5px;
}

.custom-button-banner1 img {
    float: left;
    width: 35px;
    padding-top: 3px;
}

.custom-button-banner1 a .text-container1 {
    height: 10px;
    margin-left: 45px;
    display: table;
    line-height: 1.2em;
    color: #00394f;
    font-family: sans-serif;
}

.custom-button-banner1 a .text1 {
    font-size: 1em;
    display: table-cell;
    vertical-align: middle;
}

.custom-button-banner1 a .subtext1 {
    font-size: 0.8em;
    line-height: 0.7em;
}


.custom-button-banner1.color11 {
    background-color: #d2d7df;
    border-top: 3px solid #006186;
    border-bottom: 5px solid #fff;


}

.custom-button-banner1.color11:hover {
    background-color: #d2d7df70;
    border-top: 3px solid #049bd5;
}

/*--Конец Кнопка правый баннер2222--*/

/*--Phone правый баннер--*/
.phone-banner {
    width: 100%;
    margin: 0;
    overflow: hidden
}

.phone-banner a {
    color: #000;
    display: block;
    width: 100%;

}

.phone-banner img {
    float: left;
    width: 45px;
}

.phone-banner a .text-phone {
    height: 40px;
    margin-left: 60px;
    display: table;
    line-height: 1.1em;
}

.phone-banner a .ph-text {
    font-size: 0.8em;
    display: table-cell;
    vertical-align: middle;
    color: #004e6d;
}

.phone-banner a .ph-subtext {
    font-size: 0.9em;
    line-height: 0.7em;
    color: #d01705;
}

/*--Конец Phone правый баннер--*/
/*--QS--*/
.qs img {
    width: 90px;
}

/*--Конец QS--*/


/*----Кнопка под меню-----*/
.custom-button {
    width: 100%;
    margin: 0;
    overflow: hidden;

}

.custom-button a {
    display: block;
    text-align: center;
    font-size: 1px;
    line-height: 0px
}

.custom-button img {
    display: block;
    width: 50px;
    margin: 10px auto;

}

.custom-button a .text-container-button {


    color: #00394f;
    font-family: sans-serif;

}

.custom-button a .text-button {
    display: block;
    border-top: 3px solid #adadad;
    background-color: #fff;

    font-size: 14px;
    padding: 4px 0;
    line-height: 14px;
}

.custom-button a .subtext-button {
    font-size: 0.8em;
    line-height: 0.7em;
}


.custom-button.color {
    background: radial-gradient(at top, #FEFFFF, #d2d7df);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);



}


.custom-button.color:hover {
    background: radial-gradient(at top, #FEFFFF, #f3f5f7);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.custom-button-banner1.color11 {
    background-color: #d2d7df;
    border-top: 3px solid #006186;
    border-bottom: 5px solid #fff;


}

.custom-button-banner1.color11:hover {
    background-color: #d2d7df70;
    border-top: 3px solid #049bd5;
}


/*----Конец кнопка под меню-----*/

/*----Кнопка подмению2-------*/

.icon-button {
    width: 100%;
    margin: 0;
    border-top: 3px solid #7f99a3;
    overflow: hidden;
}

.icon-button a {
    display: block;
    width: 100%;
    padding: 2px 0;
    line-height: 2px
}

.icon-button img {
    float: left;
    width: 43px;
    padding-top: 4px
}

.icon-button a .icon-text-container {
    height: 10px;
    margin: 3px auto 0 48px;
    display: table;
    line-height: 1.4em;
    color: #4d6872;
    font-family: sans-serif;
}

.icon-button a .icon-text {
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 3px;
    border-left: 2px solid #7f99a3;


}

.icon-button a .icon-subtext {
    font-size: 14px;
    line-height: 0.9em;
    color: #000
}

.icon-button .icom-undertext {
    display: block;
    margin: 5px 2px;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 0px;
    color: #757575
}

.icon-button:hover {
    border-top: 3px solid #049bd5;
}

/*----Конец кнопка подмению2-------*/


.footermenu a {
    font-size: 13px !important;
    font-weight: 300 !important;
    color: #fff !important;
}

.footermenu a:hover {
    color: #ffb703 !important;
}

.jeg_footer .widget h2 {
    color: #ffb703 !important;
}

.widgetpx .jeg_block_heading {
    margin-bottom: 10px !important;
}

.widgettxpx .textwidget p {
    display: none !important;
}

.menusub .gm-dropdown-menu {
    min-width: 350px !important;
}

.newsblock .jeg_posts_wrap.jeg_load_more_flag {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
}

.newsblock .jeg_post.jeg_pl_sm.format-standard {
    float: unset !important;
    width: auto !important;
    padding-right: unset !important;
    margin-bottom: 10px !important
}

.newsblock .jeg_pl_sm .jeg_post_title {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.newsblock .jeg_pl_lg_2 .jeg_post_title,
.jeg_pl_lg_3 .jeg_post_title {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.wpcf7-list-item {
    display: block !important;
}

.wpcf7-form-control.wpcf7-textarea {
    height: 150px !important;
}

.alignleft {
    margin: 5px 20px 20px 0px;
}

/*------Слайд________*/
.jeg_slide_caption .jeg_post_meta span {
    display: none !important;
}

.jeg_slider_type_4 .jeg_slide_caption .jeg_post_title {
    font-size: 14px !important;
}

.jeg_slider_type_4 .jeg_slide_caption .jeg_post_category a {
    font-size: 10px !important;
}


/*------/Слайд________*/

summary {
    cursor: pointer;
}

.wpb_content_element {
    margin-bottom: 20px !important;
}

hr {
    border-top: 1px solid #333 !important;
}


/* Убираем стандартный маркер Chrome */
details summary::-webkit-details-marker {
    display: none
}

/* Убираем стандартный маркер Firefox */
details>summary {
    list-style: none;
}

/* Добавляем собственный маркер для закрытого состояния */
details summary:before {
    content: '\f105';
    font-family: "FontAwesome";
    font-size: large;
    margin-right: 6px;
    float: right;
}

/* Добавляем собственный маркер для открытого состояния */
details[open] summary:before {
    content: '\f107';
}

/*---------Акардеон меню----------*/
input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    padding-top: 0.2rem;
    border-radius: 3px;
}

.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px 10px 10px 13px;
    background: #006186;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;

}

.span-text {
    margin-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;

}

.span-li {
    margin-left: 7px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;

}

.accordion-label:hover {
    background: #0083b5;
}

.accordion-label::after {
    content: '\f078';
    font-family: "FontAwesome";
    font-size: 10px;
    width: 16px;
    height: 16px;
    text-align: center;
}

.accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: rgba(4, 57, 94, 1);
    background: white;
}

.accordion-content p {
    margin: 0;
    color: rgba(0, 72, 123, 0.9);
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 8px 8px 30px;
    border-bottom: 1px solid #71a3c89c;
    background: rgba(7, 150, 219, 0.17);
}

.accordion-content a {
    text-decoration: none;
    position: relative;
}

.accordion-content a::after {
    content: '»';
    position: absolute;
    left: 15px;
    top: 7px;
    color: #006186;
    transition: 0.5s;

}

.accordion-content .a1::after {
    content: '\f0da';
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    left: 22px;
    top: 9px;
    color: #006186;
    transition: 0.5s;

}

.accordion-content .p1 {
    margin-left: 5px;
}

.accordion-content a:hover::after {
    transform: translateX(3px);
    color: #006186;
}

.accordion-content p:hover {
    background: rgba(106, 205, 253, 0.17);
    cursor: pointer;

}

input:checked+.accordion-label {
    background: #0083b5;
}

input:checked+.accordion-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(180deg);
}

input:checked~.accordion-content {
    max-height: 100vh;
    padding: 1px;
}

/*---------Конец акардеон меню----------*/

/*---------боковой меню-----------------*/
input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion_sidebar {
    width: 100%;
    color: #006186;
    overflow: hidden;
    margin-top: 0.2rem;
    border-top: 3px solid #006186;
    border-radius: 3px;
}

.accordion_sidebar-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 13px 13px 13px 13px;
    background: #d2d7df;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;

}

/*.span-text {
      margin-left: 10px; 
      font-family: 'Open Sans', sans-serif; 
      font-weight: 400;
      
  }
  .span-li {
      margin-left: 7px; 
      font-family: 'Open Sans', sans-serif; 
      font-weight: 400;
  
  }*/

.accordion_sidebar-label:hover {
    background: #e6eaf0
}

.accordion_sidebar-label::after {
    content: '\f078';
    font-family: "FontAwesome";
    font-size: 10px;
    width: 16px;
    height: 16px;
    text-align: center;
}

.accordion_sidebar-content {
    max-height: 0;
    padding: 0 16px;
    color: rgba(4, 57, 94, 1);
    background: white;
}

.accordion_sidebar-content p {
    margin: 0;
    color: rgba(0, 72, 123, 0.9);
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 8px 8px 30px;
    border-bottom: 1px solid #71a3c89c;
    background: #ecf7ff9c;
    display: block;
}

.accordion_sidebar-content a {
    text-decoration: none;
    position: relative;
}

.accordion_sidebar-content a::after {
    content: '»';
    position: absolute;
    left: 15px;
    top: 7px;
    color: #006186;
    transition: 0.5s;

}

.accordion_sidebar-content .a1::after {
    content: '\f0da';
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    left: 22px;
    top: 9px;
    color: #006186;
    transition: 0.5s;

}

.accordion_sidebar-content .p1 {
    margin-left: 5px;
}

.accordion_sidebar-content a:hover::after {
    transform: translateX(3px);
    color: #006186;
}

.accordion_sidebar-content p:hover {
    background: rgba(106, 205, 253, 0.17);
    cursor: pointer;

}

input:checked+.accordion_sidebar-label {
    background: #e6eaf0;
}

input:checked+.accordion_sidebar-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(180deg);
}

input:checked~.accordion_sidebar-content {
    max-height: 100vh;
    padding: 1px;
}

/*---------конец боковой меню-----------------*/

.gm-inner-bg {
    padding-top: 1px;
    box-shadow: 0 0 0 1.5px #ffffff, 0 0 0 3px #006186 !important;
    border-radius: 7px !important;
}

.jeg_midbar {
    border-top: 2px solid #006186 !important;
    margin-top: 2px !important;
}

.jeg_nav_left .jeg_logo:last-child {
    margin: 0 10px 0 10px;
}

/*-------------Card-----------------*/
.card-a {
    text-decoration: none !important;
}

.card {
    border: 1px solid #ddd;
    padding: 30px 10px 30px 10px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 14px 16px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

.icon.hexagon {
    background-color: #006186;
    border-radius: 30% 5%;
    box-shadow: 0 0 0 1.5px #ffffff, 0 0 0 3px #006186 !important;
    width: 61px;
    height: 61px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.icon img {
    width: 40px;
    height: 40px;
}

.card-h3 {
    color: #06445c;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 15px;
    line-height: 20px;
}

.card-p {
    line-height: 20px;
    color: #739aa5;
    font-size: 14px;
}

@media (max-width: 1200px) {
    .cards-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .cards-container {
        grid-template-columns: 1fr;
    }
}

/*-------------Card end-----------------*/


/*___________________________________*/
.accordiontext-item {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 4px;
    overflow: hidden;
    border-top: 2px solid #006186;
}

.accordiontext-header {
    background: #cfd9dd;
    color: #006186;
    cursor: pointer;
    padding: 10px 15px;
    width: 100%;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    transition: background 0.3s ease;
}

.accordiontext-header:hover {
    background: #e6eaf0;
}

.accordiontext-item:hover {
    border-top: 2px solid #329fff;
}

.arrow {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.accordiontext-header.active .arrow {
    transform: rotate(270deg);
}

.accordiontext-content {
    background: #f9f9f9;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.accordiontext-content p {
    margin: 15px 0;
}

/*----------------end--------------------------*/


/* anarhia table */
/* Контейнер */
.org-chart {
    text-align: center;
    margin: 30px auto;
    max-width: 900px;
    position: relative;
}

/* Ар бир деңгээл */
.org-chart .level {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0;
    position: relative;
}

/* Адам рамкасы */
.org-chart .person {
    background: #fff;
    border: 2px solid #0073aa;
    border-radius: 12px;
    padding: 12px;
    width: 200px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.org-chart .person img {
    width: 100px;
    border-radius: 50%;
}

.org-chart .person h3 {
    margin: 8px 0 4px;
    font-size: 16px;
}

.org-chart .person p {
    margin: 2px 0;
    font-size: 14px;
}

/* Шилтеме */
.anarhi-a {
    text-decoration: none;
    color: #000;
}

/* Сызыктар */
.org-chart .level-top::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 2px;
    height: 20px;
    background: #0073aa;
}

.org-chart .level-middle::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #0073aa;
}

.org-chart .level-middle::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 2px;
    height: 20px;
    background: #0073aa;
}

.org-chart .level-bottom::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #0073aa;
}

/* end */