/* start стили модального прогноза */
#s_p_n_m_block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
    opacity: 0;
}

#s_p_n_m_block .s_p_n_modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: unset;
    position: absolute;
    text-align: center;
	width: 300px;
}

#s_p_n_m_block .s_p_n_modal > img.lazy {
	margin: 0 auto;
}

#s_p_n_m_block .s_p_n_modal .modal_bk_close {
    position: absolute;
    right: 0;
    padding: 3px;
    line-height: 10px;
    background-color: #2a2a2a;
    color: #fff;
    cursor: pointer;
	display: none;
	width: 24px;
    height: 24px;
}
#s_p_n_m_block .s_p_n_modal .modal_bk_close .icon-close:before{
	top: 7px;
    left: 4px;
}
#s_p_n_m_block .s_p_n_modal .s_p_n_m_title {
	font-size: 16px;
	line-height: 19px;
	padding: 26px 10px 0 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#s_p_n_m_block .s_p_n_modal .s_p_n_m_table .s_p_n_m_t_line {
	display: flex;
	height: 55px;
	padding: 10px;
}

#s_p_n_m_block .s_p_n_modal .s_p_n_m_table .s_p_n_m_t_line:not(:first-child) {
	border-top: 1px solid #E0E0E0;
}

#s_p_n_m_block .s_p_n_modal .s_p_n_m_table .td-bc-logo {
	width: 100px;
    height: 34px;
    /* background-image: url(/wp-content/plugins/bet_cen_client/img/logo_bk.png); */
	margin-right: 14px;
	line-height: 34px;
}

#s_p_n_m_block .s_p_n_modal .s_p_n_m_table .s_p_n_m_t_l_value {
	background: #EFEFEF;
	font-weight: bold;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	width: 70px;
	text-align: center;
	margin-right: 14px;
}

#s_p_n_m_block .s_p_n_modal .s_p_n_m_table .s_p_n_m_t_l_link {
	display: block;
    width: 82px;
    height: 35px;
    background-color: #34A853;
    border-bottom: 2px solid #0A6828;
    color: white;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-decoration: unset;
	cursor: pointer;
}

#s_p_n_m_block .s_p_n_modal .s_p_n_m_table .s_p_n_m_t_l_link:hover {
	background-color: #0A6828;
}
/* end стили модального прогноза */