.content-wr{
	padding: 60px 0 65px;
}
.content-text{
	line-height: 1.5;
	color:#211f1f;
	font-size: 16px;
}
.content-text:after{
	content: '';
	display: table;
	clear: both;
}
.content-text p{
	padding: 7px 0;
	text-align: justify;
}
.content-text strong{
	font-weight: bold;
}
.content-text em{
	font-style: italic;
}
.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6{
	padding: 10px 0;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.content-text h1{
	font-size: 55px;
}
.content-text h2{
	font-size: 45px;
}
.content-text h3{
	font-size: 35px;
}
.content-text h4{
	font-size: 24px;
}
.content-text h5{
	font-size: 20px;
}
.content-text h6{
	font-size: 16px;
}
.content-text ul, .content-text ol{
	list-style: none;
	padding-left: 15px;
}
.content-text ol{
    list-style:none;
    counter-reset: num;
}
.content-text ol>li{
	position: relative;
	padding: 7px 0 7px 25px;
}
.content-text ol>li::before{
    content: counter(num)'.';
    counter-increment: num;
    position: absolute;
    text-align: center;
    display: inline-block;
    top: 7px;
    left: 0;
    width: 12px;
    height: 12px;
    color: #333;
    background: #ffe9e2;
}
.content-text ul li{
	line-height: 1.5;
	position: relative;
	padding: 7px 0 7px 25px;
}
.content-text ul li:before{
	content:'';
	position: absolute;
	left: 0;
    top: 13px;
	width: 12px;
	height: 12px;
	background: #ffe9e2;

}
.content-text ul>ul,
.content-text ul>ol,
.content-text ol>ol,
.content-text ol>ul{
	padding-left: 30px;
}
.content-text th{
	text-align: center;
	font-weight: 900;
	background: #ffe9e2;
}
.content-text th p{
    text-align: center;
}
.content-text th,
.content-text td{
	color:#333;
	padding: 10px 12px;
	border-bottom:1px solid #EFF0FF;
}
.content-text th:first-child,
.content-text th:first-child p
/*, .content-text td:first-child */{
	text-align: left;
}
.content-text img{
	max-width:100%;
	height:auto;
}
.content-text blockquote :before{
    content:'';
	width: 30px;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: #ffe9e2;
}
.content-text blockquote>* {
	padding-left: 40px;
	position: relative;
}
.content-text a:hover {
    color: #959494;
}
.content-text a:visited{
    color: #800080;
}
.content-text a {
    text-decoration: underline;
    color: #0000ff;
}

/*Офорление стадартное*/

.content-text .img-text-right{
    margin: 5px;
    float: right;
    width:50%;
}

.content-text .img-text-left{
    margin: 5px;
    float: left;
    width:50%;
}

.content-text .displayflex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.displayflex2{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.content-text .displayflex img {
    width: 30%;
}

.content-text .skrol-tabel{
    overflow-x:auto;
}

.content-text .skrol-tabel-s{
    overflow-x:visible;
}

.content-text .skrol-tabel-m{
    overflow-x:visible;
}

.content-text .skrol-tabel-l{
    overflow-x:visible;
}

@media (max-width: 1025px){

   .content-text .skrol-tabel-m{
        overflow-x:auto;
   }
}

@media (max-width: 1200px){

   .content-text .skrol-tabel-l{
        overflow-x:auto;

   }
}



@media (max-width: 979px){
    
	.content-text .video {
		position: relative;
		padding-top: 54%;
		display: block;
	}
	
	.content-text .video iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
    .content-text ul, .content-text ol{
    	padding-left: 0px;
    }
    
    .content-text .displayflex {
        flex-wrap: nowrap;
        justify-content: space-around;
        flex-direction: column;
    }
    
    .content-text .displayflex img {
        width: 100%;
    }
    
}


@media (max-width: 680px){
    
   .content-text .img-text-right{
        margin: 5px;
        float: right;
        width:100%;
   }
   
   .content-text .img-text-left{
        margin: 5px;
        float: left;
        width:100%;
   }
   
   .content-text .skrol-tabel-s{
        overflow-x:auto;
   }
   .displayflex2{
       flex-wrap: wrap;
   }
    .displayflex2 .col-9,.displayflex2 .col-3{
        width: 100%;
    }
}