ul{/*padding-left:20px;*/line-height: 1.7;text-align: left;
    background: #f1f1f1;
    border-radius: 10px;
   /* padding: 59px 59px 45px 59px;*/
   padding:30px;
	margin-top: 40px;margin-bottom: 40px;}
/*li {list-style-type: none;margin-bottom:20px;}*/
#blog {
    background: #f2f2f2;
    padding-bottom: 80px;
    padding-top: 40px;
}
.viewspeople {font-size: 14px;
    float: left;
    color: #c9c9c9;line-height: 1.7;}
.text-statya iframe{
    width: 100%;
}
.headsingle {height:220px;}
.single-main {width: 176px;height: 176px;background-repeat: no-repeat;background-size: cover;background-position: center;display: inline-block;border-radius: 6%;float: left;/* padding-left: 19px; */margin-right: 44px;margin-left: 25px;}

.wrapper-share{
    text-align: center;
    background: #f1f1f1;
    border-radius: 10px;
    padding: 20px;
}
.main-content{margin-top:40px;text-align: justify;}
figure{
    margin: 0 0 20px 0;
}

a {
    color: #0371c9;
}

h2 {margin-bottom: 20px !important;padding-bottom: 15px;padding-top: 20px;font-weight: 700 !important;
    text-align: left !important;font-size: 23px;
    line-height: normal;
    text-transform: none;}
h3 {padding-top: 20px;}
.breadcrubms {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400;
	margin-left: 20px;
	margin-right: 20px;
}

.blog_rubrikator_mob_btn {
    display: none;
}

.tabs-mobile {
    display: none;
    padding: 15px 30px;
    position: relative;
}

.tabs {
    width: 764px;
    margin: 0 auto;
    padding: 20px 0;
    align-items: center;
    justify-content: center;
}

.blogblocks-and-rubrikator {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.blog-blocks {
    width: 825px;
}

.b-shadow {
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.05);
}

.right-rubrikator {
    width: 300px;
    border-radius: 8px;
    /*background: #fff;*/
    padding: 36px 20px 28px 32px;
}

.pagination {
  display: inline-block;
  margin: auto;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #e62253;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}

.first_page_btn {
    margin-right: 30px;
    color: transparent !important;
    position: relative;
    width: 36px;
}

.first_page_btn:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0371c9;
    border-right: 2px solid #0371c9;
    left: 50%;
    top: 50%;
    transform: translateX(-65%) translateY(-50%) rotate(225deg);
}

.first_page_btn:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0371c9;
    border-right: 2px solid #0371c9;
    left: 30%;
    top: 50%;
    transform: translateX(-65%) translateY(-50%) rotate(225deg);
}

.first_page_btn span {
    display: inline-block;
    width: 100%;
}

.first_page_btn span:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0371c9;
    border-right: 2px solid #0371c9;
    left: 70%;
    top: 50%;
    transform: translateX(-65%) translateY(-50%) rotate(225deg);
}

.left-pa {
    margin-right: 30px;
}

.right-pa {
    margin-left: 30px;
}
.page-arrow {
    color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    display: inline-block;
}

.page-arrow.left-pa:before {
    transform: translateX(-40%) translateY(-50%) rotate(-135deg);
}

.page-arrow:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0371c9;
    border-right: 2px solid #0371c9;
    left: 50%;
    top: 50%;
    transform: translateX(-65%) translateY(-50%) rotate(45deg);
}

.pages {
    margin: 0 40px;
}

.page-active {
    margin: 0 40px;
}

.last_page_btn {
    margin-left: 30px;
    color: transparent !important;
    position: relative;
    width: 36px;
}

.last_page_btn:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0371c9;
    border-right: 2px solid #0371c9;
    left: 50%;
    top: 50%;
    transform: translateX(-65%) translateY(-50%) rotate(45deg);
}

.last_page_btn span {
    display: inline-block;
    width: 100%;
}

.last_page_btn span:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0371c9;
    border-right: 2px solid #0371c9;
    left: 70%;
    top: 50%;
    transform: translateX(-65%) translateY(-50%) rotate(45deg);
}

.last_page_btn:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0371c9;
    border-right: 2px solid #0371c9;
    left: 30%;
    top: 50%;
    transform: translateX(-65%) translateY(-50%) rotate(45deg);
}

.blog-blocks .news-item {
    margin-bottom: 12px;
    margin-right: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

.news-item > div {
    width: 100%;
}

.news-info-data {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 22px;
    font-weight: 500;
}

.news-otstup .h4st {
    font-size: 21px;
    text-transform: none;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 10px;
}

.news-otstup .h4st a {
    color: #000;
}

.news-item p {
    font-weight: 500;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 72px;
    font-size: 14px;
}

.prev-news-img {
    height: 165px;
}

.prev-news-img img {
    width: 100%;
    height: 100%;
}

.right-rubrikator {
    width: 300px;
    border-radius: 8px;
    /*background: #fff;*/
    padding: 36px 20px 28px 32px;
}

#close_rubrikator {
    display: none;
}

.rubr-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 22px;
    font-weight: 600;
}

.right-rubrikator a {
    font-size: 16px;
    line-height: 20px;
    /*margin-bottom: 18px;*/
    display: block;
	color: #000;
}

.right-rubrikator span {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.news-item {
    width: 400px;
    border-radius: 10px;
    background: #fff;
    padding: 27px 30px 30px 30px;
    position: relative;
    display: block;
    cursor: pointer;
}

#blog-post h1 {
    font-size: 30px;
    line-height: normal;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 9px;
}

#blog-post {
    padding-top: 55px;
    background: #f2f2f2;
    padding-bottom: 60px;
}

.bc-and-rubric {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1150px;
    margin: 0 auto;
}

.wh-podlojka {
    border-radius: 5px;
    padding: 20px;
    background-color: #fff;
}

.text-statya {
    width: 680px;
    margin: 26px auto 50px;
}

#blog-post p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

#blog-post img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

strong{
	font-weight: bold;
}

.blog-content {
    width: 820px;
}

.about-blog {
    padding: 10px 0;
    width: 780px;
    margin: 0 auto;
    align-items: center;
    position: relative;
    border-top: 1px solid #ddd;
    max-width: 680px;
}

.rubrika, .rubrika a {
    font-size: 14px;
    font-weight: 400;
}

.about-blog .link_under_blocks {
    margin-right: 100px;
}

.data-blog-post p{
	margin-bottom: 0;
}

.block-links{
    margin-top: 20px;
}

.wrapper-share{
    margin-top: 20px;
}

@media(max-width: 1200px){
	.blog-blocks .news-item {
	    width: 310px;
	    padding: 27px 13px 13px 13px;
	    margin-right: 0;
	}

	#blog .container {
	    width: 654px;
	}

	.news-otstup .h4st {
	    font-size: 18px;
	}

	.prev-news-img {
	    height: 140px;
	}

	.blog-blocks {
	    width: 420px;
	    justify-content: center;
	}

	

	.right-rubrikator a{
		margin-bottom: 0;
	}
	.pages, .page-active {
	    margin: 0 20px;
	}

	.bc-and-rubric{
		width: 100%;
	}

	.text-statya{
		width: 100%;
	}

	.blog-content {
	    width: 500px;
	}

	#blog-post .right-rubrikator{
		width: 220px;
		padding: 25px 10px 10px 20px;
	}

	#blog-post h1{
		font-size: 22px;
	}

	.about-blog{
		width: 100%;
	}
}

@media (max-width: 760px){
	.single-main {display:none;}
	.main-content{margin-top:10px;}
	#blog .container {
	    width: 310px;
	}
	ul {padding: 30px !important;}
	.bc-and-rubric{
		justify-content: center;
	}

	.blog_rubrikator_mob_btn {
	    display: block;
	    position: fixed;
	    left: 0px;
	    top: 105px;
	    border-radius: 0 5px 5px 0;
	    box-shadow: 0px 0px 30px 2px rgba(0,0,0,.05);
	    padding: 10px;
	    font-size: 10px;
	    cursor: pointer;
	    transition: 1s ease;
	    z-index: 140;
	    background: #0371c9;
	    color: #fff;
	}

	.wh-podlojka{
		width: 100%;
		border-radius: 0;
		padding: 20px 30px 20px 30px;
	}

	.right-rubrikator.opn {
	    left: 0px;
	}

	#blog-post{
		padding-bottom: 0;
	}

	.right-rubrikator {
	    display: block;
	    position: fixed;
	    left: -310px;
	    top: 170px;
	    transition: 1s ease;
	    z-index: 240;
	    border-radius: 0 8px 8px 0;
		width: auto;
	    max-width: 300px;
	    padding: 30px 30px 20px 30px;
	}

	.breadcrubms {
	    font-size: 13px;
		text-align: center;
	}

	#close_rubrikator {
	    display: block;
	    position: absolute;
	    right: 10px;
	    top: 10px;
	    width: 30px;
	    height: 30px;
	}

	.blog_rubrikator_mob_btn.opn {
	    left: -70px;
	}

	#close_rubrikator:before {
	    content: '';
	    position: absolute;
	    width: 15px;
	    border-radius: 1px;
	    height: 1px;
	    background: #000;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%) rotate(45deg);
	}

	#close_rubrikator:after {
	    content: '';
	    position: absolute;
	    width: 15px;
	    border-radius: 1px;
	    height: 1px;
	    background: #000;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%) rotate(-45deg);
	}

	.pages, .page-active {
        margin: 0px 7px;
    	font-size: 16px;
	}

	.right-pa {
	    margin-left: 14px;
	}

	.left-pa {
	    margin-right:14px;
	}

	.first_page_btn {
	    margin-right: 5px;
	}

	.last_page_btn{
		margin-left: 5px;
	}

	.page-arrow{
		width: 30px;
		height: 30px;
	}

	#blog-post .container{
		width: 100%;
	}

	.blog-content {
	    width: 100%;
	}

    #blog-post{
        padding-top: 30px;
    }

    .about-blog .link_under_blocks {
        margin-right: 5px;
        font-size: 12px;
    }

    .rubrika, .rubrika a {
        font-size: 12px;
        font-weight: 400;

    }

     .rubrika{
        margin-right: 10px;
     }

    .about-blog{
        flex-wrap: wrap;
    }

    #blog-post .data-blog-post p{
        font-size: 12px;
    }
}	
.circular-image {
               width: 200px !important;
               height: 200px !important;
               -webkit-border-radius: 150px !important;
               -moz-border-radius: 150px !important;
               -ms-border-radius: 150px !important;
               -o-border-radius: 150px !important;
                border-radius: 150px !important;
                              }

	.single-bottom-post {width:50%;height:auto;float:left;padding:2%;}
	.block-bottom-post {width:100%;margin-top:2%;}
	
