div.sp_contents {
    background: #fff;
    border: 1px solid #eaeaea;
	border-radius: 5px;
	padding: 15px 0px 15px 0px;
    /*width: auto;*/	
    display: block !important;
    max-width: 350px;
    font-size: 95%;
}
div.sp_contents li {
    list-style: none;
}
div.sp_contents li a {
    text-decoration: none !important;
	font-weight: normal !important;
}
div.sp_contents li a:hover {
    text-decoration: underline !important;
}

div.sp_contents ul li {
    margin-bottom: 0px !important;
}

.td-ss-main-content {
    margin-bottom: 20px;
}


div.sp_contents p.toc_title {
    text-align: left !important;
    padding: 0 0 10px 100px !important;
	font-weight: 700;
    margin: 0;
}

.mr_nowrap {
	font-size: 24px;
    margin-bottom: 15px;
}

.mr_nowrap h1{
	font-size: 24px;
	display:inline;
    
}



/*------------Стили для ГК в содеражании с рекламой---------*/

.sp__contentsBlock {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
}

.toc-item-GK {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 12px;
}

.toc-item-GK:nth-child(2) {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.post .sp_contents {
    margin-top: 0 !important;
    padding: 17px 2px 26px !important;
}

@media screen and (max-width: 767px) {

.toc-item-GK {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: calc(100% - 24px);
}

    .toc-item-GK:not(:last-child) {
        margin-bottom: 30px;
        order: 1;
    }

    .toc-item-GK:nth-child(2) {
        width: calc(100% - 24px);
        order: 0;
    }
}