/*
custom style
*/
/* 
    Created on : 16.07.2019, 15:30:04
    Author     : IT
*/

.table-dark{
    background-color: #e6e6e6;
}
.table-darker{
    background-color: #cecece;
}
.table-invert{
    background-color: transparent;
}
.table-invert td{
    border-color: #e6e6e6;
}

.table-invert tr td:first-child, .table-invert tr th:first-child,
.table-invert tr td:last-child, .table-invert tr th:last-child{
     border-left: 10px solid #e6e6e6;
     border-right: 10px solid #e6e6e6;
}

.table-thin tr td, .table-thin tr th{
     border-width: 2px!important;
}

.main-block .gbw-banner{
    margin-top: 0;
    margin-bottom: 30px;
}
.mobile-search i{
    color: #fff;
    padding: 8px;
}

.header-mobile .header__special-toggle{
    line-height: 50px;
    margin-left: 15px;
}
.mobile-search{
    margin-left: auto;
    line-height: 50px;
}
.header-mobile__message-btn{
    margin-left: 15px;
}
.header-mobile .hamburger{
    white-space: nowrap;
}


.footer__menu{
    margin-bottom: 1.25rem;
}
.soc_list{
    list-style: none;
    padding: 0; 
    margin: 0 0 0.75rem;
    display: flex;
}

.soc_list__item{
   margin-right: 15px;
}
.soc_list__item:last-child{
    margin-right: 0;
 }
.soc_list__link{
    text-decoration: none;
}
.soc_list__icon{
    display: block;
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.soc_list__icon_vk{
    background-image: url("../images/soc/vk_d.svg");
}
.soc_list__icon_ok{
    background-image: url("../images/soc/ok_d.svg");
}
.soc_list__icon_tg{
    background-image: url("../images/soc/tg_d.svg");
}
.footer_dark .soc_list__icon_vk{
    background-image: url("../images/soc/vk_w.svg");
}
.footer_dark .soc_list__icon_ok{
    background-image: url("../images/soc/ok_w.svg");
}
.footer_dark .soc_list__icon_tg{
    background-image: url("../images/soc/tg_w.svg");
}

