@media screen and (max-width: 1023px), (orientation:portrait) {
   .wrapper {
       width: 100%;
       text-align: center;
	    box-sizing: border-box;
	    padding: 0 10px 0 56px;
   }
   
   .mainblock::before, .mainblock::after {
       display: none;
   }
   
   .breadcrumb {
       margin-left: 30px;
   }
   
   .line {
    	width: 2px;
    	position: absolute;
    	top: 95px;
    	left: 20px;
    	bottom: -95px;
    	background: #222;
    	margin: 0 auto;
    }
    
    .circle {
    	border-width: 2px;
        top: 95px;
    	width: 30px;
        height: 30px;
        position: absolute;
        left: 5px;
        margin: 0 auto;
        background-color: #222;
        border-radius: 100%;
        border: 2px solid #fff;
    }
    
    
    .text-wrapper {
        margin: 60px auto;
        width: 70%;
        font-size: 24px;
        text-align: justify;
    }
}

@media screen and (min-width: 1024px), (orientation:landscape) {
    .wrapper {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 56px;
    }
    
    .line {
    	width: 2px;
    	position: absolute;
        top: 98px;
    	left: 0;
    	bottom: -34%;
    	right: 0;
    	background: #222;
    	margin: 0 auto;
    }
    
    .circle {
    	border-width: 2px;
        top: 95px;
    	width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        background-color: #222;
        border-radius: 100%;
        border: 2px solid #fff;
    }
    
    .item:nth-child(even) .wrapper{
	float: right;
	padding-right: 0;
    padding-left: 56px;
    }
    
    
    .text-wrapper {
        margin: 60px auto;
        width: 100%;
        font-size: 24px;
        text-align: center;
    }
}

.container {
	width: 100%;
	max-width: 1200px;
	padding: 0;
}

.block-wrapper {
	position: relative;
	padding-bottom: 30px;
}

.block-wrapper {	
	margin: 0 auto;
}

img {
	width: 100%;
	max-width: 80px;
	display: block;
	margin: 0 auto 14px;
}

.number {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
	
	font-size: 16px;
    line-height: 1.35;
}

.description {
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 1.55;
}

.mainvlock {
	max-width: 860px;
	margin: 0 auto;
	width: 100%;
}

.mainblock::before, .mainblock::after{
	content: '';
    display: table;
    clear: both;
	box-sizing: content-box;
}

div {
	margin: 0;
    padding: 0;
    border: 0;
}

.item {
	box-sizing: content-box;
}

h2 {
    padding: 0 0 1em 0;
    font-size: 1.15em;
}
