

div#page{
    position: relative;
    top: 103px;
}

main#main .c-main-blog__sidebar {
    width: 320px;
    margin-left: 20px;
    min-width: 320px;
}
main#main .c-main-blog__post.first-child {
    width: 100%;
}

main#main .c-main-blog__wrap {
    max-width: 816px;
}

main#main .c-main-blog__wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

main#main .c-main-blog__posts {
    width: 100%;
    max-width: 835px;
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

main#main .c-main-blog__post {
    width: calc(50% - 20px);
    display: inline-block;
    margin: 10px;
    position: relative;
    /* border: 1px solid rgba(49, 65, 73, 0.0001);
    box-sizing: border-box;
    box-shadow: -1px 1px 18px rgba(0, 0, 0, 0.07); */
}

main#main img.c-main-blog__post-img {
    border-radius: 4px;
}

main#main .c-main-blog__post.first-child .c-main-blog__post-wrap {
    padding: 24px;
}

main#main .c-main-blog__post-wrap {
    padding: 20px;
}

main#main .c-main-blog__post-meta {
    display: flex;
}

main#main .c-main-blog__post-author:after {
    content: '';
    width: 5px;
    height: 5px;
    background: rgba(119, 141, 161, 0.5);
    display: inline-block;
    border-radius: 50%;
    margin: 0 12px;
}



main#main .c-main-blog__post-category {
    font-weight: 600;
    font-size: 11px;
    line-height: 120%;
    display: flex;
    align-items: center;
    letter-spacing: 0.75px;
    text-transform: capitalize;
    color: #00A3FF;
    background: rgba(0, 163, 255, 0.1);
    border-radius: 6px;
    display: inline-block;
    padding: 6px 16px;
    margin-bottom: 6px;
}

main#main .c-main-blog h2.c-main-blog__post-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    letter-spacing: -0.1px;
    color: #272727;
    margin-bottom: 8px;
    text-align: left;
}

main#main .c-main-blog__post-author {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    display: flex;
    align-items: center;
    letter-spacing: -0.1px;
    color: #00A3FF;
}

main#main .c-main-blog__post-date {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.1px;
    color: #272727;
}



main#main .c-main-blog__post.first-child .c-main-blog__post-category {
    font-size: 12px;
    margin-bottom: 8px;
}

main#main .c-main-blog__post.first-child h2.c-main-blog__post-title {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 12px;
}

main#main .c-main-blog__post.first-child .c-main-blog__post-author {
    font-size: 13px;
}

main#main .c-main-blog__post.first-child .c-main-blog__post-date {
    font-size: 13px;
}

main#main .c-main-blog {
    padding: 60px 25px 100px 25px;
    border-top: 1px solid #d4d4d4!important;
    margin-bottom: 64px;
}

main#main .c-main-blog__post:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: -1px 1px 18px rgb(0 0 0 / 7%);
    border-radius: 4px;
    transition: 0.2s;
    z-index: 0;
}

main#main .c-main-blog__post:hover:after {
    transform: scale(1.02);
    box-shadow: -1px 1px 18px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
}

main#main .c-main-blog__post:hover img {
    transform: scale(1.02);
    transition: 0.2s;
    margin-top: -0.5%;
}

main#main .c-main-blog__post img {
    transition: 0.2s;
}

main#main .c-main-blog__post a {
    position: relative;
    z-index: 24;
    height: 100%;
    display: block;
}

main#main .c-main-blog__post:hover h2 {
    text-decoration: underline;
    color: #00A3FF;
    transition: 0.2s;
}

main#main .c-main-blog__post h2 {
    transition: 0.2s;
}

.c-blog__cat-wrap {
    display: flex;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 25px;
    margin-bottom: 24px;
}

.c-blog__cat {
    margin-right: 30px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #272722;
    cursor: pointer;
}

.cat-active {
    text-decoration: underline;
}

.c-blog__cat:hover {
    color: #00A3FF;
    text-decoration: underline;
}

.c-blog__cat:last-child {
    margin-right: 0;
}

main#main .c-main-blog__posts.posts-for-search {
    display: none;
}

main#main .c-main-blog__posts.posts-for-search.active {
    display: flex;
}

.blog-search-title, .c-name {
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: -0.1px;
    color: #272727;
    margin-bottom: 45px;
}

.c-name {
    margin-bottom: 16px;
}

.blog-search-title {
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: -0.1px;
    color: #272727;
    margin-bottom: 45px;
}

.c-blog__post-cat-name {
    margin-bottom: 45px;
}

.c-descr {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    letter-spacing: -0.1px;
    color: #272727;
}

.posts-for-wrap {
    display: flex;
    flex-wrap: wrap;
}

.c-blog-hero {
    background-image: url(../png/main-banner-3.png);
    min-height: 260px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-blog-hero__wrap {
    display: flex;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 25px;
    margin-bottom: 24px;
}

h1.c-blog-hero-h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 130%;
    display: flex;
    align-items: center;
    letter-spacing: -0.1px;
    color: #FFFFFF;
}

.blog-subs {
    padding: 20px 24px;
    background: linear-gradient(180.18deg, #FAFAFA -50.62%, #EFF1F3 101.22%);
    border-radius: 4px;
    margin-top: 24px;
}

.blog-subs__input {
    margin-bottom: 8px;
}

form.blog-subs__form button {
    cursor: pointer;
    background: #00A3FF;
    box-sizing: border-box;
    border-radius: 3px;
    height: 36px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
}

img.blog-subs__img {
    margin-bottom: 28px;
}

.blog-subs__desc {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 150%;
    display: flex;
    align-items: center;
    letter-spacing: -0.1px;
    color: #272727;
    margin-bottom: 34px;
}

.blog-subs__title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: -0.1px;
    color: #272727;
}

input.blog-subs__input {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 0;
    border-radius: 3px;
    outline: 1px solid #E0E6E8;
    transition: all 0.3s;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: -0.1px;
    color: #272727;
}

.blog-subs__img-wrap {
    text-align: center;
}

@media(max-width:1023px){
    div#page {
         top: 50px!important;
     }
     
     input#search_field {
         width: 100%;
         height: 100%;
         background: #FFFFFF;
         box-sizing: border-box;
         border: 0;
         border-radius: 3px;
         outline: 1px solid #E0E6E8;
         transition: all 0.3s;
         font-family: Poppins;
         font-style: normal;
         font-weight: normal;
         font-size: 13px;
         line-height: 19px;
         display: flex;
         align-items: center;
         letter-spacing: -0.1px;
         color: #272727;
     }
     
     main#main .c-main-blog__wrap {
         flex-direction: column-reverse;
         align-items: center;
     }
     
     main#main .c-main-blog__posts {
         margin: 0;
     }
     
     main#main h1.cn-h1 {
         max-width: 100%;
     }
     
     main#main .c-main-blog__sidebar {
         min-width: auto;
         width: 100%;
         max-width: 816px;
     }
     
     .blog-subs__title {
         justify-content: center;
     }
     
     .blog-subs__desc {
         justify-content: center;
     }
     
     .blog-subs {
         display: none;
     }
     
     main#main .c-main-blog__sidebar {
         margin-bottom: 32px;
         margin-left: 0;
     } 
     .inside-article {
         padding-bottom: 0!important;
     }
 }
 
 
 
 @media(max-width:767px){
    main#main .c-main-blog__post {
         width: 100%;
         margin: 0;
         margin-bottom: 20px;
     }
     .blog-search-title {
         font-size: 20px;
     }
 }
 
 a.c-blog__cat {
    color: #272722;
}

@media(min-width:1280px){
	.c-main-blog__sidebar.fixed-sb{
		position: fixed;
		top: 27px!important;
		left: calc(50% + 240px);
		box-sizing: border-box;
	}
	
	.fixed-sb-hide{
		display: none;
	}
}
