@font-face {
    font-family: 'Codec Cold'; 
src: url("../font/Codec-Cold-Regular.eot"); 
src: url("../font/Codec-Cold-Regular.eot") format("embedded-opentype"),
url("../font/Codec-Cold-Regular.woff") format("woff"), 
url("../font/Codec-Cold-Regular.ttf") format("truetype"); 
font-style: normal; 
font-weight: 400; 
}

@font-face {
    font-family: 'Codec Cold'; 
src: url("../font/Codec-Cold-Bold.eot"); 
src: url("../font/Codec-Cold-Bold.eot") format("embedded-opentype"),
url("../font/Codec-Cold-Bold.woff") format("woff"), 
url("../font/Codec-Cold-Bold.ttf") format("truetype"); 
font-style: normal; 
font-weight: 700; 
}


* {
    box-sizing: border-box;
    font-family: "Codec Cold", arial, sans-serif;
    outline: 0;
    outline-offset: 0;
    outline: none !important;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    outline: none!important;
}
body,html{padding: 0;margin: 0;background: #F6F6F6;
height: 100%;}
.row:after,.container:after,.cl:after{content:"";display:block;width:100%;height:0;overflow:hidden;visibility:hidden;clear:both;}

.container {
    position: relative;
    width: 1260px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
a,a:visited{
    border:none!important;
    outline:none!important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;

    }
/* 
  a:active, a:focus {
    outline: none !important;
    background: none!important
    border: 0 !important;
  }
  a::-moz-focus-inner {
    border: 0 !important;
    outline: none !important;
    background: none!important;
  }
 */

button.btn{
    font-size: 14px;
    font-weight: normal;
    color: #65C8C8;
    border: 1px solid #65C8C8;
    height: 43px;
    min-width: 200px;
    border-radius: 30px;
    background: none;
    cursor: pointer;
    transition: 0.6s;
}
button.btn:hover{
    background: #65C8C8;
    color: #fff;
}

a.button, button{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    height: 43px;
    min-width: 200px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.6s;
    background: #65C8C8;
    text-decoration: none;
    line-height: 43px;
}
a.button:hover, button:hover{
    background: #6CD8D8;
}


.btn.clear {
    pointer-events: none;
}

.btn.clear.active {
    background: #65C8C8;
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
}

.btn.clear.active:hover {
    color: #65C8C8;
    border: 1px solid #65C8C8;
    background: transparent
}

.wrapper{
    min-height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-page {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

/* HEADER */

header{
    position: relative;
    min-height: 72px;
    background-image: url(../image/hbg.png);
    background-color: #000;
    background-position: left 0 top 50%;
    background-repeat: repeat-x;
    background-size: contain;
}
header.single{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    z-index: 999;
}

header .logo{
    float: left;
    width: 30%;
}
header .logo img{
    height: 72px;
    display: block;
}

header nav.desc{
    float: left;
    text-align: center;
    width: 40%;
}
header nav .item{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    height: 72px;
}
header nav .item a{
    text-align: center;
    display: block;
    line-height: 72px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    padding: 0 30px;
    transition: 0.6s;
}
header nav .item a:hover{
    color: #fff;
}
header .right{
    width: 30%;
    float: right;
    line-height: 72px;
    text-align: right;
}

.nav_open{
    display: none;
    float: left;
    width: 20px;
    cursor: pointer;
    margin-right: 15px;
    padding-top: 30px;
}
.nav_open span{
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    margin-bottom: 7px;
}
.mob .active{
    transform: translateX(0);
}
nav.mob{
/*     display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9999; */
/*     position: fixed;
    overflow: auto;
    margin-top: 0;
    padding-top: 100px;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    background: #0E1A24;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.5s; */
}
header nav.mob .item{
    display: block;
    text-align: center;
    height: 72px;
   /*  background: rgba(0,0,0,0.8); */
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
header nav.mob .item:last-child{
    border-bottom: none;
}
header nav.mob .item a{
    text-align: center;
    display: block;
    line-height: 72px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    padding: 0 30px;
    transition: 0.6s;
}
.slider_name p{
	font-family: 'Codec Cold', sans-serif;
}

	.burger-menu-btn {
    position: relative;
    z-index: 101;
    cursor: pointer;
}

.burger-menu {
    position: fixed;
    overflow: auto;
    margin-top: 0;
    padding-top: 100px;
    top: 0;
    right: 0;
	bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 100vh;
    background: #0E1A24;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 0.5s;
}
.burger-menu.active {
    transform: translateX(0);
	width: 60%;
	background: rgb(0 0 0);
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 1px);
    transform: rotate(-45deg) translate(-3px, 1px);
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -7px);
    transform: rotate(45deg) translate(-8px, -7px);
}
.change .bar2 {
    opacity: 0;
}

.burger-menu-btn .bar1, .burger-menu-btn .bar2, .burger-menu-btn .bar3 {
    width: 24px;
    height: 1px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}
.site-overlay.actives {
	z-index: -1;
	background: rgba(0, 0, 0, 0.7);
    visibility: visible;
    opacity: 1;
}


.site-overlay {
    background: transparent;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;

}

/* END HEADER */

/* HOME */

.home_top{
    min-height: 425px;
    padding: 150px 0;
    background-image: url('../image/homebg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom 0px left 50%;
}
.home_top h1{
    text-align: center;
    font-weight: 700;
    font-size: 55px;
    line-height: 59px;
    color: #EFEFEF;
    margin-bottom: 30px;
}
.home_top h1 span{
    color: #65C8C8;
}
.home_top .search{
    display: block;
    width: 390px;
    height: 40px;
    margin: 0 auto;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    position: relative;

}

.search:focus{
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}



.home-top input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    width: 2px;
    height: 2px;
    background: url(../image/search.svg);/*нафантазируйте в ФШ*/ 
}

.sidebar .search:focus-within {
   /*  border: none; */
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}

 .search:focus-within {
    /*  border: none; */
 /*     border: 1px solid #FFFFFF;
     border-radius: 8px; */
 }

input:focus {
    /* border: 1px solid #FFFFFF!important; */
    border-radius: 8px;
}

.home_top .search input{
    width: calc(100% - 45px);
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
    border: none;
    background: none;
    color: rgba(255,255,255,0.4);
    font-size: 14px;
    opacity: 0.4;
}
.home_top .search input:focus{

    opacity: 1;
}
.home_top .search input:focus{

    opacity: 1;
}
.home_top .search button{
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-image: url(../image/lop.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* END HOME */

/* SINGLE */

.container-flex-fixed{
        display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.term__flex-fixed{
    position: absolute;
    top: 0;
    left: -200px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 215px;

}
.term__flex-fixed .new-type {
    margin-bottom: 15px;
}

.container-flex-fixeds .inf{
    margin-top: 10px;
}
.single_top{
    position: relative;
    min-height: 640px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
}
.single_top .cont{
    width: 820px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -410px;
}
.single_top .cont h1{
    font-weight: 700;
    font-size: 55px;
    line-height: 59px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.single_top .cont .type,.single_fixed .type {
    display: inline-block;
    margin-bottom: 15px;
    height: 24px;
    line-height: 24px;
    background: #65C8C8;
    border-radius: 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 1px 15px 0px;
}
.cont  .new-type {
    display: inline-block;
    margin-bottom: 15px;
    height: 24px;
    line-height: 24px;
    background: #65C8C8;
    border-radius: 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 1px 15px 0px;
    margin-right: 0px;
}
.single_top .cont .inf,.single_fixed .inf{

}
.single_top .cont .inf .read,
.single_top .cont .inf .date,
.single_fixed .inf .read,
.single_fixed .inf .date{
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: top 50% left 0;
    min-height: 20px;
    color: #f1f1f1;
    font-size: 11px;
    line-height: 20px;
    display: inline-block;
}
.single_top .cont .inf .read,.single_fixed .inf .read{
    background-image: url(../image/book.svg);
    margin-right: 40px;
}
.single_top .cont .inf .date,.single_fixed .inf .date{
    background-image: url(../image/date.svg);
}
.single_top .back{
    position: absolute;
    top: -250px;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url(../image/backl.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
	transition: all .4s ease;
}
.single_top .back:hover{
    position: absolute;
    top: -250px;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url(../image/prev-hov.svg);
	transition: all .4s ease;
}
.single_fixed{
    padding: 30px 0;
    background: #000;
    position: fixed;
    top: -400px;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: 0.6s;
    min-height: 150px;
}

.single_top img{
	width: 100%;
    object-fit: cover;
}
.single_fixed.active{
    top:0;
}
.single_fixed .container{
    position: relative;
    width: 574px;
    padding: 0 15px;
}
.single_fixed .type{
    margin-right: 10px;
}

.view-info{
    display: inline;
    position: absolute;
    top: 20px;
    
    right: 79px;
}
.single_content .view-info .wppvp_tv_228{
 vertical-align: baseline;
}


.single_fixed h3{
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #FFFFFF;
}
.progress-container{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgba(102,221,221,0.2);
    overflow: hidden;
}
.progress-bar {
  height: 5px;
  background: #66DDDD;
  width: 0%;
}
.single_content{
    padding: 75px 0;
    position: relative;
}


.single_content .container{
    width: 600px;
}
.single_content .share_cont{
    position: absolute;
    top: 0;
    left: -200px;
    height: 100%;
}
.single_content .share{
    position: -webkit-sticky;
    position: sticky;
    width: 200px;
    top: 150px;
}
.single_content .share .name{
    font-weight: 700;
    font-size: 20px;
    color: #161616;
    opacity: 0.9;
    margin-bottom: 20px;
}
.single_content .share a{
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
.single_content .share a.tvit{
    background-image: url(../image/tvit.svg);
    transition: all .4s ease;

}
.single_content .share a.tvit:hover{
    background-image: url(../image/twitter2.svg);
    transition: all .4s ease;
    transform: scale(1.2);
}
.single_content .share a.med{
    background-image: url(../image/mail.svg);
    transition: all .4s ease;
}
.single_content .share a.med:hover{
    background-image: url(../image/medium2.svg);
    transition: all .4s ease;
    transform: scale(1.2);
}
.single_content .share a.teleg{
    background-image: url(../image/teleg.svg);
    transition: all .4s ease;
}
.single_content .share a.teleg:hover{
    background-image: url(../image/telegram2.svg);
    transition: all .4s ease;
    transform: scale(1.2);
}
.single_content .foot{
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
    color: #161616;
    opacity: 0.9;
    position: relative;

}
.single_content .foot a{
    font-size: 14px;
    color: #161616;
    opacity: 0.9;
    text-decoration: none;
}

.single_content .foot .like{
    float: right;
}
.single_content .foot .like a{
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../image/heart.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-top: -12px;
    margin-right: 12px;
}
.like{
    min-width: auto;

}
.like__count{
/*     line-height: 18px;
    display: inline-block;
    vertical-align: top; */
    position: relative;
    /* top: 30%; */
    right: -88%;
    color: #161616;
    font-weight: normal;
}

.single_content .foot .like {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../image/heart.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-top: -12px;
    margin-right: 20px;
    border: none;
    background-color: #EFEFEF;

}
.single_content .foot .like:hover{
    background-image: url(../image/like2.svg);
    transition: all .4s ease;

}
/* .single_content .foot .like a:hover{
    background-image: url(../image/like2.svg);
	
} */
.single_content .foot  .like_liked{
    background-image: url(../image/like2.svg);
}
.single_content .foot .like span{
    line-height: 18px;
   /*  display: inline-block;
    vertical-align: top; */
   /*  display: block;
    height: 100%; */
}
.single_content .foot .view-info span{
    line-height: 14px;
    display: inline-block;
    vertical-align: baseline;
}
.single_content .foot img.ll{
    margin-right: 15px;
}
.single_content .foot .like img{
    margin-right: 15px;
    margin-top: -12px;
}
.slider_single{
    margin-bottom: 50px;
}

/* END SINGLE */

/* CONTENT */
.item-img{
    width: 100%;
    height: 100%;
    flex: 0 1 300px;
    margin-right: 15px;
}

.single-articles .content p:first-child {
   /*  position: relative;
    padding-bottom: 56.25%;
    height: 0; */
    overflow: hidden;
    max-width: 100%;
}


.single-articles .content p iframe{
    position: absolute;
    top:0;
    width: 100%;
    height: 90%;
}




.content img,.content video,.content iframe{
    display: block;
    margin-bottom: 15px;
    height: auto;
	width: 100%;
    /* max-width: 100%; */
    height: auto;
    object-fit: cover;
}
.archive .content img,.content video,.content iframe{
    display: block;
    /* margin: 0 0; */
    /* width: 100%; */
    /* max-width: 100%; */
    height: 368px;

}
.content h1{
    font-weight: 700;
    font-size: 55px;
    line-height: 59px;
    color: #000000;
    margin-bottom: 15px;
}
.content h2{
    font-weight: 400;
    font-size: 38px;
    line-height: 32px;
    color: #1F1F1F;
    margin-bottom: 15px;
}
.content h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.8;
    color: #161616;
    /* opacity: 0.9; */
    margin-bottom: 15px;
}
.content h4{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 15px;
}
.content h5{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #000;
}
.content p{
    font-size: 14px;
    line-height: 1.8;
    color: #161616;
    /* opacity: 0.9; */
    margin-bottom: 15px;
    width: 100%;
    height: 100%;

}

.single .content div {
    font-size: 14px;
    line-height: 1.8;
    color: #161616;
    /* opacity: 0.9; */
    margin-bottom: 15px;
}

/* END CONTENT */

/* SEARCH */

.search_page{
    padding: 75px 0;
}

.search_page .sidebar{
    width: 410px;
    padding-right: 20px;
    float: left;
}
.search_page h1{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #1F1F1F;
    margin-bottom: 10px;
}
.search_page h1 span{
    color: #65C8C8;
}
.search_page .result_items{
    font-size: 16px;
    line-height: 32px;
    color: #1F1F1F;
    opacity: 0.4;
    margin-bottom: 15px;
}
.search_page  .noitems{
    padding: 30px 0 50px;
}
.search_page  .noitems h3{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #1F1F1F;
    text-align: center;
    margin-bottom: 30px;
}
.search_page  .noitems img{
    width: 345px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.search_page .content{
    float: right;
    width: calc(100% - 410px);
}
.search_page .content .item .img{
/*     width: 300px;
    height: 175px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    float: left;
    margin-right: 15px;
    border-radius: 5px;
    width: 300px;
    height: 175px;
    object-fit: cover;
}

.search_page .stm{
    /* display: none; */
}
.search_page .items .item{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid rgba(53,53,53,0.1);
}
.search_page .items .item .txt{
    position: relative;
    padding-right: 50px;

    flex: 0 0 59%;
}

.search_page .items .item:last-child{
    border-bottom: none;
}
.search_page .items .item a.h3{
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    color: #161616;
    margin: 10px 0;
    max-width: 300px;
}
.search_page .items .item .inf {
    margin-bottom: 10px;
}
.search_page .items .item .inf .read,
.search_page .items .item .inf .date {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: top 50% left 0;
    min-height: 20px;
    color: #b5b5b5;
    font-size: 11px;
    line-height: 20px;
    display: inline-block;
}
.search_page .items .item .inf .read {
    background-image: url(../image/book.svg);
    margin-right: 40px;
}
.search_page .items .item .inf .date{
    background-image: url(../image/date.svg);
}
.search_page .items .item .description{
    font-size: 14px;
    line-height: 1.6;
    color: #161616;
    opacity: 0.9;
}

.pagination{
    text-align: center;
    margin-top: 30px;

    display: flex;
    justify-content: center;
}

.pagination__page{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.pagination__page{
    padding: 0 20px;
}
.pagination__page a{
    color: #000;
    text-decoration: auto;
}
/* .pagination__active-page::after{
    content: "/";

} */
.pagination .item{
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    line-height: 40px;
    width: 40px;
    height: 40px;
}
.pagination .item.center{
    width: auto;
    padding: 0 20px;
}
.pagination .item.right{
    background-image: url(../image/right.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .4s ease;
}

.pagination .item.right,
.pagination .item.left  {
    position: relative;
}

.pagination .item.right a,
.pagination .item.left a {
    width: 40px;
    display: block;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}
.pagination .item {
    border-bottom: none!important;
}
.pagination .item.right:hover{
    background-image: url(../image/right-hov.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .4s ease;
}
.pagination .item.left{
    background-image: url(../image/prev.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .4s ease;
}
.pagination .item.left:hover{
    background-image: url(../image/prev-hov.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .4s ease;
}


/* END SEARCH */

/* SIDEBAR */

.sidebar .searchform{
    display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}
.sidebar .searchform input {
    width: calc(100% - 45px);
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
    border: none;
    background: none;
    color: rgba(22, 22, 22, 0.4);
    font-size: 14px;
}
.sidebar .searchform button{
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-image: url(../image/lop.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    background-color: transparent;
}
.sidebar .block{
    margin-bottom: 20px;
}
.sidebar .block .name{
    color: rgba(22, 22, 22, 0.65);
    font-size: 14px;
    margin-bottom: 10px;
}
.sidebar a.tag,.search_page .content .item  a.tag{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 1px 15px 0px;
    background: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 0 10px 10px 0;
    color: rgba(22, 22, 22, 0.5);
    border-radius: 13px;
}
.sidebar a.tag.green,.search_page .content .item  a.tag.green{
    background-color: #65C8C8;
    color: #fff;

}
.sidebar a.chain,.search_page .content .item a.chain{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 1px 15px 0 40px;
    /* padding: 0 15px 0 15px; */
    background: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 0 10px 10px 0;
    color: rgba(22, 22, 22, 0.5);
    border-radius: 13px;
    background-repeat: no-repeat;
    background-position: top 50% left 15px;
}

.chain-tag{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 1px 15px 0 15px;
    /* padding: 0 15px 0 15px; */
    background: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 0 10px 10px 0;
    color: rgba(22, 22, 22, 0.5);
    border-radius: 13px;
    background-repeat: no-repeat;
    background-position: top 50% left 15px;
}
.sidebar a.chain.red,.search_page .content .item a.chain.red{
    background-color: #E84142;
    color: #fff;
}

.active__color{
    color: #fff!important;
}

.sidebar a.chain.yellow,.search_page .content .item a.chain.yellow{
    background-color: #F3BB30;
    color: #fff;
}

/* END SIDEBAR */

/* PAGE 404 */

.page404{
    padding: 75px 0;
    text-align: center;
}
.page404 img{
    display: block;
    margin: 0 auto 30px;
    width: 400px;
    max-width: 100%;
    height: auto;
}
.page404 h3{
    text-align: center;
    font-weight: 700;
    font-size: 55px;
    line-height: 59px;
    color: #151515;
    margin-bottom: 5px;
}
.page404 h5{
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #1F1F1F;
    margin-bottom: 15px;
}

/* END PAGE 404 */

.home{
    padding: 75px 0;
}

/* SLIDER */

.slider{
    padding: 15px 0;
}
.slider .slider_name{
    font-size: 38px;
    line-height: 32px;
    color: #1F1F1F;
    margin-bottom: 30px;
}
.slider .carousel{
    position: relative;
    margin-bottom: 30px;
}
.slider .carousel .item{
    position: relative;
    height: 307px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    overflow: hidden;
}

.slider .carousel .item img{
    object-fit: cover;
}
.slider .carousel .item .type{
    /* position: absolute;
    top: 15px;
    right: 15px; */
    height: 24px;
    line-height: 24px;
    background: #65C8C8;
    border-radius: 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 1px 15px 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.slider .carousel span.ar{
/* .slider .carousel .item:before{ */
    /* content:""; */
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 30px;
    transition: .3s ease;
    cursor: pointer;
    right: 30px;
    background-image: url(../image/olr.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 3;
}
.slider .carousel .item:after{
    content:"";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    z-index: 2;
}
.slider .carousel .item .name{
    display: block;
    text-decoration: none;
    position: absolute;
    bottom: 64px;
    left: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    z-index: 3;
    transition: .3s ease;
    max-width: 272px;
}
.slider .carousel .item .inf{
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 3;
}
.slider .carousel .item .inf .read,
.slider .carousel .item .inf .date{
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: top 50% left 0;
    min-height: 20px;
    color: #f1f1f1;
    font-size: 11px;
    line-height: 20px;
    display: inline-block;
}
.slider .carousel .item .inf .read{
    background-image: url(../image/book.svg);
    margin-right: 40px;
}
.slider .carousel .item .inf .date{
    background-image: url(../image/date.svg);
}
.slider .btns{
    text-align: center;
}
.slider .owl-nav{
    position: absolute;
    top: -65px;
    right: 0;
}
.slider .owl-carousel .owl-nav button.owl-next,
.slider .owl-carousel .owl-nav button.owl-prev{
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left: 20px;
}
.slider .owl-carousel .owl-nav button.owl-next.disabled,
.slider .owl-carousel .owl-nav button.owl-prev.disabled{
    cursor: default;
    opacity: 0.4;
}
.slider .owl-carousel .owl-nav button.owl-next{
    background-image: url(../image/right.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .4s ease;
    
}
.slider .owl-carousel .owl-nav button.owl-next:hover {
    background-image: url(../image/right-hov.svg);
    transition: all .4s ease;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.slider .owl-carousel .owl-nav button.owl-prev{
    background-image: url(../image/prev.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .4s ease;
}
.slider .owl-carousel .owl-nav button.owl-prev:hover{
    background-image: url(../image/prev-hov.svg);
    transition: all .4s ease;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 
}
.slider .owl-carousel .owl-nav button.owl-next span,
.slider .owl-carousel .owl-nav button.owl-prev span{
    display: none;
}
.carousel.right .owl-stage-outer:after,
.carousel.left .owl-stage-outer:before{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 9;
}
.carousel.right .owl-stage-outer:after{
	right: 0;
    background-image: linear-gradient(to right, rgba(246,246,246,0), rgba(246,246,246,0.8));
}
/*
.carousel.left .owl-stage-outer:before{
    left: 0;
    background-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
}*/

/* END SLIDER */

/* FOOTER */

footer{
    background: #fff;
    padding: 15px 0 30px;
}
footer .logo{
    float: left;
    width: 50%;
    margin-bottom: 25px;
}
footer .logo img{
    width: 35px;
}
.footer .item .img {
    opacity: 0.2;
  }
/*   .footer .item:hover .img {
    opacity: 1;
  } */
/*   .footer .item:hover .img path {
    fill: #1da1f2;
  } */

  footer .soc .item a{
    width: 24px;
  }
  footer .item .img{
      opacity: 0.2;
   
      
  }
  footer .item:hover .img{
    opacity: 1;
  
    
    }
    .item:hover .img path {
    fill: #1da1f2;
 

    }

    .item:hover .img.medium{
    opacity: 1;
  
    
    }
    .item:hover .img.medium path {
    fill: #161616;
  

    }
    .item:hover .img.git{
    opacity: 1;

    
    }
    .item:hover .img.git path {
    fill: #161616;
 

    }

        
  

footer .soc{
    display:flex;
    align-items:center;
    justify-content: center;
    position: absolute;
    left: 25%;
    top: 0px;
    width: 50%;
    text-align: center;
    padding-top: 6px;
}
footer .soc .item{
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

footer .soc .item img{
    width: 24px;
}
footer .cont{
    float: right;
    text-align: right;
    width: 50%;
    font-size: 16px;
    line-height: 24px;
    color: #161616;
    white-space: nowrap;
}
footer .soc .item:last-child{
    margin-right: 0;
}
footer .cont a{
    margin-left: 20px;
}
footer nav{
    width: 60%;
    float: left;
}
footer nav .item{
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}
footer nav .item a{
    display: block;
    text-decoration: none;
    color: #161616;
    opacity: 0.7;
    transition: 0.6s;
    font-size: 12px;
    line-height: 13px;
}
footer nav .item a:hover{
    opacity: 1;
    
}
footer .copy{
    text-align: right;
    width: 40%;
    float: right;
    color: #161616;;
    opacity: 0.4;
    font-size: 12px;
    line-height: 13px;
}

/* END FOOTER */


.term__flex{
    position: absolute;
    top: 20px;
    right: 5px;
    display: flex;
    justify-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: center;
    margin-left: 20px;
}



.active__color{
	color: #fff !important;
}
.icon__arrow{
    background-image: url(../image/right.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .4s ease;
    position: absolute;
    right: 0;
    top: 39%;
    width: 40px;
    height: 40px;
}
.icon__arrow:hover{
    background-image: url(../image/right-hov.svg);
    transition: all .4s ease;
    position: absolute;
    right: 0;
    top: 39%;
    width: 40px;
    height: 40px;
}

/* .owl-item.active:hover .item:before {
    background-image: url(../img/hover-item.svg);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
} */

.owl-item a{
    cursor: auto;
}

.owl-item a .name:hover {
    cursor: pointer;
    color: #65c8c8;
}

.owl-carousel .owl-stage-outer:after{
	transition: all 0.3s;

}

/* .owl-item.active:nth-child(3):hover  {
    background: red;
} */

/* .owl-carousel:hover .owl-stage-outer:after{right: -200px;} */


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://tutorials.allbridge.io/wp-content/themes/allbridge/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


/* header, .home_top {
    background: red;
} */


.tags .tag.active,
.chains .chain.active {
    color: #fff;
    
/*     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    transition: all .4s ease;
}

.search-input:focus {
    border: none;
}


.hidden {
    display: none;
}

.tooltip {
    position: relative;
    display: inline-block; 
    vertical-align: top;
    margin-right: 15px;
    width: 40px;
    height: 40px;
}
    .tooltip:hover .tooltiptext {
      visibility: visible;
      opacity: 1;
      display: none; 
    }
  
  @media (min-width: 1350px) {
    .tooltip:hover .tooltiptext {
      display: block; } }
    .tooltip .tooltiptext {
      visibility: hidden;
      width: 150px;
      background-color: #555;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px;
      position: absolute;
      z-index: 1;
      left: 30px;
      margin-left: -75px;
      opacity: 0;
      transition: opacity 0.3s; 
    


        display: flex;
        align-items: center;
        justify-content: center;

    }
      .tooltip .tooltiptext ::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent; }


        .tooltipbutton {
            padding: 0;
            line-height: inherit;
            color: inherit;
            display: inline-block;
  
        }
        .tooltipbutton, [role="button"] {
            cursor: pointer;
        }
        .tooltipbutton{
            background-color: transparent;
            background-image: none;
        }
        .tooltipbutton, [type='button'], [type='reset'], [type='submit'] {
            -webkit-appearance: button;
        }
        .tooltipbutton{
            text-transform: none;
        }
        .tooltipbutton {
            font-family: inherit;
            font-size: 100%;
            line-height: 1.15;
            margin: 0;
            display: inline-block;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            height: 40px;
            min-width: 32px!important;
            border-radius: 30px;
            cursor: pointer;
            transition: 0.6s;
            background: #65C8C8;
            text-decoration: none;
            line-height: 43px;
            border: none;
            background: none;
        }
        .tooltipbutton svg{
            border-radius: 18px;
        }
        #share_post__link {
            width: 32px;
            display: inline;
        }

       footer .cont a svg:hover {
            fill: #6CD8D8;;
        }
        footer .cont a svg{
            fill: #65C8C8;
            transition: all .4s ease;
        }

        .new-type{
            height: 24px;
    line-height: 24px;
    background: #65C8C8;
    border-radius: 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 1px 15px 0px;
    margin-right: 10px;
        }

        .views-inner{
            display: inline;
            position: absolute;
            right: 73px;
			top: 24px;
        }