.post-item{
	margin-bottom: 40px;
}

.blogs_button_add{
	padding: 14px 20px;
	gap: 5px;
	background: #FF6E04;
	border-radius: 5px;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
}

.blog_button_orange {
	padding: 10px 20px;
	background: #FF6E04;
	border-radius: 100px;
	color: #fff;
	border: none;
	outline: none;
	font-size: 15px;
}

.blog_button_blue{
	padding: 10px 20px;
	background: #E7F5FF;
	border-radius: 100px;
	color: #109BFF;
	border: none;
	outline: none;
	font-weight: 600;
	font-size: 15px;
}

.main.container{
	position: relative;
}

.main.container .bg-white.content{
	/*background: url('images/back-top-left.png') top left no-repeat, #fff;*/
	padding: 20px;
    margin: 20px;
}

.row.blogs-menu{
	display: flex;
	align-items: center;
    justify-content: center;
}

.row.blogs-menu .col{
    margin: 0 10px;
}

.main.container .bg-white.content .row{
	margin: 0;
}

table#blog-drafts, table#blog-drafts td, table#blog-drafts tr{
	border: none;
}

table#blog-drafts thead tr td:first-child{
	width: 370px;
}

table#blog-drafts thead tr td{
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #7E868B;
}

table#blog-drafts tbody td{
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	padding: 30px 10px;
}

table#blog-drafts tbody tr{
	background: #F8FAFC;
	border-radius: 5px;
	margin-bottom: 10px;
    border-bottom: 10px solid #fff;
}

table#blog-drafts tbody td a{
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
}

.blogs_menu_current{
	font-weight: 600;
	border-bottom: 3px solid #109BFF;
	padding-bottom: 24px;
}

.page-template-profile .main input[type="text"], .page-template-profile .main input[type="email"], .page-template-profile .main input[type="password"],
.page-template-profile .main textarea{
	background: #EFF2F4;
	border-radius: 5px;
	width: 100%;
	border: none;
	outline: none;
	font-size: 15px;
	padding: 15px;
}

.blogs_input_info{
    font-size: 13px;
    line-height: 130%;
    color: #7E868B;
}

.blogs-label{
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
}

.mb-10{
	margin-bottom: 10px;
}

.mb-40{
	margin-bottom: 40px;
}

.post-item-title a{
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

.post-item-category a{
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.blogs-menu a{
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: #7E868B;
}

.blogs-menu a.blogs_menu_current{
	color: #000;
    font-weight: 700;
}

.blogs-menu{
	display: flex;
}

.blogs-menu .col{
	width: 25%;
	text-align: center;
}

/* 6. Формы логина и регистрации */

.bsui .modal-dialog {
	max-width: 800px;
}

.bsui .card {
	max-width: 640px;
	padding-top: 60px!important;
	background: #fff;
}

.bsui .modal-header{
	border: none;
    padding: 90px 100px 0;
}

.bsui .card-body{
	padding: 0 100px 90px;
}

.bsui .modal-title {
	font-weight: 700;
	font-size: 26px;
}

.bsui .modal-header .close{
	position: absolute;
    top: 10px;
    right: 10px;
}

.bsui .card-body{
	padding-top: 0;
}

.bsui .form-control{
	background: #EFF2F4;
    border-radius: 5px;
    border: none;
    outline: none;
    box-shadow: none!important;
    font-size: 15px;
    padding: 18px 20px;
}

.bsui .btn-primary{
	background: #FF6E04;
    border: none;
    box-shadow: none;
    font-size: 15px;
    text-transform: none!important;
	border-radius: 50px;
	height: auto;
	padding: 8px 20px;
}

.bsui hr{
	display: none;
}

.bsui h5, .bsui .h5 {
	font-size: 18px;
}

.bsui .card-title {
	font-weight: 700;
	font-size: 26px;
}


.bsui .modal-content>.row{
    flex-wrap: nowrap;
}	

.bsui .modal-content>.row:before{
	content: url('../images/logo.svg');
	background: url('images/back-top-left.png') top left no-repeat, #109BFF;
	min-width: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	border-radius: 20px 0 0 20px;
	background-size: 225px;
	background-blend-mode: soft-light;
}

.bsui .modal-content{
	border: none;
}

.auth-modal__auth-by-services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.form-group .bsui .auth-modal__auth-by-service {
	background: #EFF2F4;
	border-radius: 5px;
	display: inline-block;
	width: 49%;
	padding: 8px 10px 5px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	outline: 0;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
.form-group .bsui .auth-modal__auth-by-service:hover {
	background-color: #f1f1f1;
}
.form-group .bsui .auth-modal__auth-by-service:focus {
	outline: 0;
}
.form-group .bsui .auth-modal__auth-by-service img {
	height: 25px;
}
.auth-modal__link {
	text-align: center;
}
.auth-modal__link span {
	font-weight: bold;
	cursor: pointer;
	border-bottom: 3px solid #FFE503;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.auth-modal__link span:hover {
	color: #79858C;
}

.blogs_social_before:before{
	background: #109BFF;
    border-radius: 5px 0px 0px 5px;
    position: absolute;
    height: 51px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogs_social_before input{
	padding-left: 60px!important;
}

.facebook_before:before{
	content: url(images/input-facebook.svg);
}

.telegram_before:before{
	content: url(images/input-telegram.svg);
}

.instagram_before:before{
	content: url(images/input-instagram.svg);
}

.youtube_before:before{
	content: url(images/input-youtube.svg);
}

.site_before:before{
	content: url(images/input-site.svg);
}

.author-info-blogs{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: #7E868B;
	max-width: 800px;
	margin: 0 auto 30px;
}

.author-bio-blogs{
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	margin-bottom: 50px;
}

.bsui .form-control#remember_me{
	height: auto;
	display: inline-block;
	width: auto;
	margin-right: 15px;
	vertical-align: baseline;
}

.bsui .input-group{
	width: 100%;
}
.bsui .uwp-footer-link {
	width: 50%;
	float: left;
}
.bsui .float-right {
	float: right!important;
	text-align: right;
}
.bsui .uwp-footer-links {
	width: 100%;
	float: left;
}

.input-group .input-group-append{
	top: 7px!important;
	right: 7px!important;
	position: absolute;
	z-index: 1000;
}


/* Конец 6. Формы логина и регистрации */

@media (max-width: 768px){
	.bsui .modal-content>.row:before{
		display: none;
	}
	.bsui .modal-header{
		padding: 20px 20px 0;
	}

	.bsui .card-body{
		padding: 0 20px 20px;
	}
	.bsui .modal-content>.row{
		flex-wrap: wrap;
	}
}

/*Виджеты блогов*/
.widget-single-blog{
	background: #E7F5FF;
	border-left: 4px solid #109BFF;
	position: relative;
	margin-bottom: 25px;
	padding: 15px;
	display: flex;
	align-items: center;
}
.widget-single-blog .blogs-flag{
	position: absolute;
	background: #000;
	z-index: 1;
	top: -12px;
	left: 15px;
	padding: 3px 10px;
	color: #fff;
	border-radius: 15px;
	font-size: 13px;
}
.widget-single-blog .blogs-image{
	width: 102px;
	margin-right: 15px;
}
.widget-single-blog .blogs-title{
	font-size: 15px;
	font-weight: 700;
	margin-right: 20px;
	width: calc(100% - 332px);
}
.author-right p{
	margin-bottom: 0!important;
}
.widget-single-blog .author-right a{
	color: #000!important;
	text-decoration: none!important;
	border-bottom: none!important;
}
.widget-single-blog .author-right>p{
	line-height: 1;
}
.widget-single-blog .author-left img {width:40px!important;height:40px!important;}
.widget-single-blog .author-block{max-width: 200px;}
.widget-single-blog .author-block>div{justify-content: flex-end;}

.widget-top10-blogs {
	margin-bottom: 20px;
	margin-top: 40px;
}

.widget-top10-blogs .widget-single-blog .author-block {
	max-width: none;
	float: none!important;
}

.widget-top10-blogs .widget-single-blog .author-block>div {
	justify-content: flex-start;
}

.widget-top10-blogs .widget-single-blog .blogs-flag {
	top: auto;
	left: auto;
	right: 20px;
	bottom: 20px;
}

.widget-top10-blogs .widget-single-blog {
	align-items: flex-start;
}

.blogs_view_more{
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 12px 20px;
	border-radius: 100px;
	border: 1.5px solid #109BFF;
	background: #FFF;
	display: inline-block;
}
.widget-top10-blogs h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	color: #000000;
	background: #B7E1FF;
	display: inline-block;
	padding: 8px 0;
	margin: 0 0 20px;
}

@media (max-width: 768px){
	.widget-single-blog {
		align-items: flex-start;
		flex-direction: row-reverse;
		padding-bottom: 70px;
		justify-content: space-between;
	}
	.widget-single-blog .blogs-title {
		margin-right: 10px;
		width: 100%;
		max-width: calc(100% - 100px);
	}
	.widget-single-blog .author-block {
		max-width: 300px;
		position: absolute!important;
		bottom: 5px;
		left: 15px;
	}
	.widget-single-blog .blogs-image {
		width: 80px;
		margin-right: 0;
	}
	.widget-single-blog .author-block>div {
		justify-content: flex-start;
	}
	.widget-top10-blogs .widget-top10-blogs-content{
		display: contents;
	}
	.widget-top10-blogs h3 {
		font-size: 18px;
		padding: 3px 0;
	}
	.widget-top10-blogs .widget-single-blog .blogs-flag {
		top: -10px;
		left: 15px;
		right: auto;
		bottom: auto;
	}
}
/*Конец Виджеты блогов*/