p{
	color: black;
	/*white-space: nowrap;*/
	font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    transition: all .3s ease;
    text-align: center;


}


ul{
	display: initial;
	/*ФИКСИТ БЕЛЫЕ ПРОПУСКИ */
	/*margin: inherit;*/
}

.close {
	margin: inherit;
}


.numberli span{
	counter-increment: span;
    content: counter(span,decimal-leading-zero);
    display: table-cell;
    padding-right: 70px;
    font-size: 100px;
    line-height: 0;
    color: rgba(59,66,86,.05);
    position: relative;
    top: 60px;
    font-weight: 600;
}

.num-list__item:after{
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #276cc3;
    border: 5px solid #e7ecf3;
    position: absolute;
    top: 54px;
    left: 130px
}


.page-safety-item h3{
	color: #276cc3;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 8px;
    position: relative;
    z-index: 50;
}


.flex-fix-for-discription{
	display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
    flex-direction: column;
}

.description p{
	text-align: left;
	justify-content: space-between;
}


.description-img-text-fix {
	width: auto !important;
}



.description{
    margin: 0 auto;
    text-align: center;
    width: 50% !important;
    margin-top: 15px;
}






/*/////////////////////////////////////////////////////////////*/

