.blog-tabs {
	padding-bottom: 68px;
}
#main-header {
    background: transparent;
    top: 25px;
}
.container {
	max-width: 1010px;
	margin: auto;
	padding: 0 15px;
	position: relative;
}

.blog-tabs .tn-wrap {
	display: flex;
	align-items: flex-start;
}
.blog-tabs .tabs-nav {
	border: 0;
	margin-bottom: 30px;
}
.tabs-nav {
	display: flex;
	align-items: flex-end;
	border-bottom: 3px solid #f5f6f7;
	margin-bottom: 20px;
}

.blog-tabs .tabs-nav .tab-link.active::after {
	bottom: -4px;
	height: 2px;
}

.tabs-nav .tab-link.active::after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	background: #4a90e2;
	height: 3px;
}

.blog-tabs .tabs-nav .tab-link.active {
	color: #4a90e2 !important;
}

.blog-tabs .tabs-nav .tab-link {
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #798798;
	padding: 0 0 6px;
	min-width: inherit;
	margin-right: 40px;
	margin-bottom: 0;
}

.tabs-nav .tab-link.active, .tabs-nav .tab-link:hover {
	color: #4a90e2;
}

.tabs-nav .tab-link {
	min-width: 120px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	color: #798798;
	position: relative;
	display: flex;
	padding: 8px 16px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.tab-item.active {
	display: block;
}

.tab-item {
	display: none;
}

.blog-list {
    justify-content: flex-start;
}
.row-mode {
    margin: 0 -14px;
}
.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media(min-width: 680px) {
    .blog-list > div:nth-child(1), .blog-list > div:nth-child(2), .blog-list > div:nth-child(3), .blog-list > div:nth-child(4), .blog-list > div:nth-child(5), .blog-list > div:nth-child(6) {
        display: flex;
    }

    .blog-list > div {
        display: flex;
    }
}
@media(min-width: 768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.blog-list .bm-cmin {
    margin-bottom: 32px;
    align-content: flex-start;
}
.bm-cmin {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.blog-list .bm-cmin .image {
    width: 100%;
    height: 174px;
    border-radius: 12px;
}
.bm-cmin .image {
    width: 198px;
    height: 112px;
    border: 1px solid #f5f6f7;
    box-sizing: border-box;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
}

.blog-list .bm-cmin .text {
    padding: 16px 12px 55px;
    width: 100%;
}

.bm-cmin .option {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.bm-cmin .text {
    width: calc(100% - 198px);
    padding-left: 18px;
}

.bm-cmin .date {
    font-size: 10px;
    line-height: 12px;
    color: #798798;
    margin-bottom: 6px;
}

.bm-cmin .dot {
	background: #798798;
	border-radius: 100px;
	width: 4px;
	height: 4px;
	margin-bottom: 6px;
	margin-right: 8px;
	margin-left: 8px;
}

.blog-list .bm-cmin .category {
    font-size: 10px;
}
.bm-cmin .category {
    margin-bottom: 6px;
}
.b-color-red {
    color: #f27979;
}
.text-up {
    text-transform: uppercase;
}

.b-color-fiolet {
    color: #b66fcd;
}

.b-color-orange {
	color: #e8844a;
}
.blog-list .bm-cmin .category * {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	text-transform: inherit;
	font-family: inherit;
	letter-spacing: inherit;
	width: inherit;
}

.blog-list .bm-cmin-title {
    font-size: 18px;
    height: auto;
}
.bm-cmin-title {
    display: block;
    margin-bottom: 15px;
    height: 48px;
    overflow: hidden;
}
.text-black {
    color: #2f435a;
}

.text-bold {
    font-weight: 700;
}

.text-gray {
    color: #798798;
}
.h10 {
    font-size: 14px;
    line-height: 1.7;
}

.blog-list .bm-cmin .read-more {
    position: absolute;
    bottom: 25px;
    left: 12px;
}
.bm-cmin .read-more {
    border-bottom: 1px solid transparent;
    transition: .4s;
    background: transparent;
}


.blog-tabs .btn-more {
    margin: 0 auto 32px;
    border: 1px solid #2f435a;
    box-sizing: border-box;
    border-radius: 8px;
    max-width: 173px;
    color: #2f435a;
}

.btn-more:hover {
    background: #eef5fe !important;
    border: 1px solid #4a90e2 !important;
    color: #4a90e2 !important;
}

.btn:hover {
    background: #eef5fe !important;
    border: 1px solid #edb059 !important;
    color: #edb059 !important;
}
.btn-md {
    height: 48px;
}
.btn {
    border-radius: 8px;
    border: 1px solid #eaebee;
    background: #fff;
    box-sizing: border-box;
    max-width: 270px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #798798;
    cursor: pointer;
    transition: .4s;
    position: relative;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.blog {
	padding-top: 40px;
}
.blog-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 52px;
}
.blog-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 52px;
}

.blog-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 52px;
}

.form-control::placeholder {
	color: rgba(121,135,152,.5);
}

.blog-head .form-control {
    padding-right: 45px;
}
.form-control {
    border: 1px solid #eaebee;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    font-size: 16px;
    color: #2f435a;
    transition: .4s;
    box-shadow: 0 0 0 !important;
    -webkit-appearance: none;
    outline: 0;
    padding-left: 16px !important;
}

.blog-head button {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background-color: transparent;
	font-size: 0;
}

.blog-head .fa.fa-search {
    font-size: 16px;
    color: #2f435a;
    transition: .4s;
}
.fa.fa-search.i-search {
    cursor: pointer;
}
.fa.fa-search {
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blog-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 80px;
	border-bottom: 1px solid #eaebee;
	margin-bottom: 52px;
}

#et_builder_outer_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home.blog.et_divi_builder .et_builder_outer_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bm-card {
	width: calc(53% - 14px);
}

.bm-card .image {
	border: 1px solid #f5f6f7;
	box-sizing: border-box;
	border-radius: 12px;
	height: 284px;
	background-size: cover;
	background-position: center;
	margin-bottom: 16px;
}

.bm-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
}

.bm-card .user {
	display: flex;
	align-items: center;
	max-width: 48%;
	width: 100%;
}

.bm-card .photo {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	margin-right: 12px;
}

.bm-card .by {
	font-size: 14px;
	line-height: 170%;
	color: #2f435a;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 40px);
}

.bm-card .by * {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	text-transform: inherit;
	font-family: inherit;
	letter-spacing: inherit;
	width: inherit;
}

.bm-card .option {
	display: flex;
	align-items: center;
}

.bm-card .date {
	font-size: 10px;
	line-height: 12px;
	color: #798798;
	min-width: 60px;
}

.bm-card .dot {
	background: #798798;
	border-radius: 100px;
	width: 4px;
	height: 4px;
	margin: 0 8px;
}

.blog-main .category {
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}

.blog-main .category * {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	text-transform: inherit;
	font-family: inherit;
	letter-spacing: inherit;
	width: inherit;
}

.bm-card-title {
	margin-bottom: 20px;
	display: block;
}

.bm-card .h10 {
	margin-bottom: 20px;
}

.bm-card .btn {
    max-width: 168px;
}
.btn-sm {
    height: 40px;
}
.btn-primary {
    background: #4a90e2;
    color: #fff;
    border-color: #4a90e2;
}
.btn {
    border-radius: 8px;
    border: 1px solid #eaebee;
        border-top-color: rgb(234, 235, 238);
        border-right-color: rgb(234, 235, 238);
        border-bottom-color: rgb(234, 235, 238);
        border-left-color: rgb(234, 235, 238);
    background: #fff;
    box-sizing: border-box;
    max-width: 270px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #798798;
    cursor: pointer;
    transition: .4s;
    position: relative;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.bm-list {
	width: calc(47% - 14px);
}

.bm-cmin:not(:last-child) {
    margin-bottom: 36px;
}
.bm-cmin {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.blog-head .form-search {
	width: calc(47% - 14px);
	position: relative;
}

@media(max-width: 480px) {
    .container {
        margin: 0;
        width: 100%;
        padding: 0 19px;
    }
    .blog-head {
        margin-bottom: 32px;
    }

    .blog-head .block-title {
        width: 100%;
        font-size: 28px;
        text-align: center;
    }

    .blog-head .form-search {
        width: 100%;
    }
    .bm-card {
        width: 100%;
        margin-bottom: 20px;
    }
    .bm-card .image {
        height: 174px;
    }

}

@media (max-width: 680px) {
    .bm-card-header {
        padding: 0 12px;
    }
    .bm-card p, .bm-card-title {
        padding: 0 12px;
    }
    .bm-card-title {
        font-size: 18px;
    }
    .bm-card .h10 {
        margin-bottom: 12px;
    }
    .bm-card p, .bm-card-title {
        padding: 0 12px;
    }
    .bm-card .btn {
        height: auto;
        border-radius: 0;
        background-color: transparent;
        border: 0;
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
        text-transform: uppercase;
        color: #4a90e2;
        width: auto;
        max-width: inherit;
        display: table;
        margin: 0 0 24px 12px;
    }
    .bm-list {
        width: 100%;
    }
    .bm-cmin .image {
        width: 112px;
    }
    .bm-cmin .text {
        width: calc(100% - 112px);
        padding-left: 16px;
    }
    .bm-cmin-title {
        height: auto;
        max-height: 53px;
    }
    .bm-card .user {
        display: none;
    }

    .blog-tabs {
        padding-bottom: 56px;
        overflow: hidden;
    }
    .blog-tabs .tabs-nav .tab-link {
        font-size:15px;
        min-width:128px;
        margin-bottom:25px;
    }
    .tabs-nav {
        overflow: scroll;
        overflow-y: hidden;
    }


}

#et-boc {
    width: 100%;
}