/*
@font-face {
    font-family: "Museo300"; 
    src: url("./fonts/ofont.ru_Museo\ Sans\ Cyrl\ 300.ttf") format("truetype");  
}
*/
@font-face { 
    font-family: "Museo700"; 
    src: url("../fonts/MuseoSansCyrl700.ttf") format("truetype");
} 

/*
 *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    font-family: "Museo300"; 
}
*/

.dotted_amount {
    border-bottom: 1px dotted #444444;
    cursor:pointer;
}

.table-container{
    max-width: 847px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.catalog ul{
    list-style: none;
}

.table__list-wrapper{
    display: flex;
}

.table__list-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    position: relative;
    padding-top: 4px;
    padding-bottom: 3px;
    border: 2px solid #fff;
}

@media (max-width:540px) {
    .table__list-item{
        flex-direction: column;
        height: 146px;
        padding-bottom: 11px;
    }

    .expert_header{
        display: none;
    }
}

.table__list-item--line::after {
    position: absolute;
    content: '';
    width: 98%;
    height: 1px;
    background-color: #F2F2F2;
    bottom: -3px;
    z-index: 1;
}

.table__list .table__list-item--line:hover::after{
    display: none;
}
.table__list-item--blue{
    background-color: rgba(47, 153, 204, .15);;
    border-radius: 5px 5px 0px 0px ;
}
.table__list-title{
    color: #444444;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    display: flex;
    align-items: center;
    position: relative;
}
@media (max-width:540px) {
    .table__list-title{
        padding-left: 11px;
        padding-top: 9px; 
    }   
}
.table__list-title:first-child{
    padding-left: 11px; 
}
.table__list-link{
    margin-left: 4px;
    opacity: 0;
    position: relative;
}
@media(max-width:540px){
    .table__list-link{
        align-self: flex-start;
    }
}
.table__list .table__list-item:hover .table__list-link{
    opacity: 1;
}
.table__list-icon{
    opacity: 0;
}
@media(max-width:540px){
    .table__list-icon--show{
        opacity: 1;
    }
}
.table__list-icon:first-child{
    margin-left: 4px;
}


.table__list .table__list-item:hover {
    width: 100%;
    border-radius: 5px;
    font-family: "Museo700";
    box-shadow: 0px 4px 4px rgba(47, 153, 204, .10);
    border: 2px solid rgba(47, 153, 204, .25);
    z-index: 1;
}

.table__list .table__list-item:hover .table__list-icon{
    opacity: 1;
}
.table__list-title--mark{
    width: 258px;
    display: flex;
    /*justify-content: space-between; */
    justify-content: flex-start;
}
@media(max-width:540px){
    .table__list-title--mark{
        width: 145px;
    }
}
.table__list-title--amount{
    width: 143px;
}
.table__list-title--sum{
    width: 75px;
}
.table__list-title--company{
    width: 260px;
}
.table__list-title--company span{
    /* width: 90%; */
}
@media (max-width:540px) {
    .table__list-title--company{
        width: 90%;
    }
}
.table__list-title--city{
    display:flex;
    width: 140px;

    justify-content: flex-start;
}
@media (max-width:540px) {
    .table__list-title--city{
        font-size: 14px;
        width: 100%;
    }
    .table__list-title--amount{
    
    }
    .table__list-title--sum{
    flex-grow: 1;
    }
}
.table__list-title--city-font{
    font-size: 14px;
}
@media(min-width:541px){
    .table__list-title--hide{
        display: none;
    }
}
.table__list-item-wrapper{
    padding-right: 5px;
}

.table__list-item-wrapper .svg-icon {
    width: 17px;
    height: 17px;
    fill: #2F99CC;
    stroke: #2F99CC;
}

@media(max-width:540px){
    .table__list-item-wrapper{
        padding-right: 0;
        padding-left: 5px;
    }
}
@media(max-width:540px){
    .table__list-icon:first-child{
        margin-left: 0px;
    }
}

.table__list-info{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 12;
}

.table__list-info::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(64%,-75%);
    width: 170px;
    height: 80px;
    background-image: url('../images/decor/table-info.svg');
    background-repeat: no-repeat;
    z-index: 11;
    display: none;

}

.table__list-info:hover::before{
    display: block
}

.city_selected {
    /*border: 1px solid rgba(76, 174, 76, 0.2);*/
    background-color: #E0F0F7;
    border-radius: 8px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

/*
.table__list .table__list-item:hover > .city_selected:hover {
    font-family: 'MuseoSansCyrl', Sans-Serif !important;
    font-weight: 300 !important;
}
*/

.expert_mr_link {
    text-decoration: none;
    color: #444444;
    cursor:pointer
}

.btn__getAccess {
    width: 420px;
    border: none;
    padding: 4px;
    margin: 0px;
    background-color: #F7F7F7;
    border-radius: 20px;
    font-family: inherit, sans-serif;
    font-weight: 500;
    color: #A9A9A9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    box-shadow: 0px 4px 4px 0px transparent;
    transition: 250ms ease-in;
    transition-property: box-shadow, background-color;
}

.btn__getAccess.btn_access_city {
    width: 160px;
}

.btn__getAccess .btn__getAccess__closed {
    color: inherit;
    width: 16px;
    height: 16px;
}
.btn__getAccess .btn__getAccess__open {
    display: none;
    width: 16px;
    height: 16px;
}
.btn__getAccess .btn__getAccess__text {
    display: none;
    margin: 0px 0px 0px 6px;
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
}

.btn__getAccess:hover,
.btn__getAccess:focus {
    color: #2F99CC;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.btn__getAccess:hover .btn__getAccess__text,
.btn__getAccess:focus .btn__getAccess__text {
    display: block;
}
.btn__getAccess:hover .btn__getAccess__closed,
.btn__getAccess:focus .btn__getAccess__closed {
    display: none;
}
.btn__getAccess:hover .btn__getAccess__open,
.btn__getAccess:focus .btn__getAccess__open {
    display: block;
}

@media (max-width: 767px) {
    .btn__getAccess {
        padding: 20px;
        color: #2F99CC;
        width: 90%;
    }
    .btn__getAccess .btn__getAccess__text,
    .btn__getAccess .btn__getAccess__open {
        display: block;
    }
    .btn__getAccess .btn__getAccess__closed {
        display: none;
    }
}