/*
Theme Name: Telegram
Author: Artem Serbulenko
Author URI: https://cmsshop.com.ua/
*/


@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Raleway-SemiBold.woff') format('woff'), 
  url('../fonts/Raleway-SemiBold.ttf')  format('truetype'), 
  url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

html{
    position: relative;
    min-height: 100%;
    height: auto;
}

*{
	margin: 0;
	padding: 0;
	outline: none;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway-SemiBold';
	font-weight: normal;
	line-height: 100%;
	margin: 12px 0;
    color: #000;
}

.container{
	max-width: 1200px;
    width: 100%;
}
a{
	color: #337ab7;
}
a:hover,
a:focus{
	text-decoration: none;
}

body{
	background-color: #fff;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
}

main{
	overflow-x: hidden;
}

input{
    box-sizing: border-box!important;
    box-shadow: none!important;
    border-radius: 0!important;
}
header{
	background: #fff;
    overflow-x: hidden;
}
.header_top{
	min-height: 50px;
	padding: 5px 0;
}
.header_bg{
	height: 180px;
    background: #00BDA9;
}
.header_bg > .container{
	position: relative;
	height: inherit;
    /*background: 98% 100% url('../images/header_bg.png')  no-repeat;*/
}

#menu-item-128 a{
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1a750e), color-stop(60%, #155e0b), to(#104808));
    background-image: -webkit-linear-gradient(#1a750e, #155e0b 60%, #104808);
    background-image: -moz-linear-gradient(top, #1a750e, #155e0b 60%, #104808);
    background-image: linear-gradient(#1a750e, #155e0b 60%, #104808);
    background-repeat: no-repeat;
    border: 1px solid #1a750e !important;
    color: #fff;
    padding: 0px 15px 0 30px;
    display: inline-block;
    border-radius: 5px;
    text-shadow: 0 0 0 #0b3106;
    line-height: 38px;
    position: relative;
}
#menu-item-128 a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    background: url(../images/add.svg) no-repeat 4px center;
    background-size: 15px;
    height: 20px;
    width: 20px;
}


.title_header{
    font-size: 30px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 35%;
    left: 12px;
	width: 100%;
}

.header_social{
    position: absolute;
    right: 10px;
    top: 0;
}
.social_menu{
    left: 45%;
    right: 0;
    top: 10px;
    bottom: 0;
    margin: auto;
    white-space: nowrap;
    z-index: 100;
}
.header_social a:before{
    width: 30px!important;
    height: 30px!important;
}

.ling_search{
    cursor: pointer;
    margin-right: 20px!important;
}
.img_bn{
    text-align: center;
    margin: 15px 0;
    width: 100%;
}

.social_menu li{
    display: inline-block;
    vertical-align: middle;
}

.social_menu li a{
    display: block;
    height: 30px;
}
.ling_search:before{
    background: url(../images/icons/search.svg);
    background-size: cover;
}
.header_search{
    position: relative;
}
.header_search #searchform{
    position: absolute;
    bottom: 0;
    top: 10px;
    right: 60px;
    margin: auto;
    height: 35px;
    display: none;
}
.header_search #searchform.active{
    display: block;
}
.header_search input{
    height: 35px;
    width: 235px;
    display: block;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
    color: #000;
}
.select_geo{
    position: absolute;
    top: 30px;
    left: 0;
    color: #fff;
    margin-left: 15px;
    cursor: pointer;
    background: url(../images/icons/menu.svg) no-repeat;
    background-size: contain;
    height: 30px;
}
.select_geo span{
    font-size: 12px;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    top: -15px;
    left: 37px;
    white-space: nowrap;
}
.select_geo p{
    font-size: 32px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
    color: #ffc200;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.61);
    padding-left: 35px;
}

.logo{
    position: relative;
}
.logo span{
    position: absolute;
    width: 133px;
    top: 8px;
    font-size: 12px;
    left: 90px;
    color: #00BDA9;
    line-height: 100%;
}
.menu{
	text-align: right;
}
.menu li{
	list-style: none;
	display: inline-block;
	margin: 0 10px;
    position: relative;
    z-index: 20;
}
.menu li a{
	font-size: 16px;
	color: #00BDA9;
	line-height: 50px;
}
.menu li a:hover{
	color: #000;
}

.breadcrumbs{
	background: #f6f6f6;
	padding: 10px 0;
    /*margin-bottom: 25px;*/
}
.breadcrumbs__list li{
	list-style: none;
	display: inline-block;
	padding-right: 10px;
}

.active .breadcrumbs__item-link{
	color: #b9b9b9;
}



/* item */

.title_{
	font-size: 20px;
    border-top: 1px solid #99d5f9;
    padding: 15px 0;
    margin-top: 0;
}
.popular_item{
	background-color: #fff;
	border: 1px solid #e6e6e6;
	/*margin: auto;*/
    padding: 10px;
    margin-bottom: 30px;
    max-width: 320px;
    position: relative;
}
.popular_item.adv_lab{
    background-color: #fff8ba;
}
.popular_item_adv{
    color: #000000;
    font-size: 11px;
    position: absolute;
    top: 62px;
    left: 10px;
    background: #FFD700;
    width: 50px;
    text-align: center;
    display: none;
}
.popular_item:hover{
	box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.42);
}
.item_img{
	height: 100px;
	width: 100px;
	overflow:hidden;
	float: left;
}
.item_info{
	margin-left: 110px;
	min-height: 120px;
}
.item_cat{
	font-size: 13px;
    line-height: 100%;
    color: #10232b;
    opacity: 0.6;
    margin-bottom: 4px;
    margin-top: 2px;
}
.item_cat a{
    color: #10232b;
}

.item_title{
	margin: 0;
}
.item_title a{
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}
.item_text{
	font-size: 13px;
	line-height: 1.3;
}
.item_bottom {
	margin-top: 10px;
	border-top: 1px solid #e6e6e6;
	padding-top: 10px;
}
.item_bottom .display-inline {
    display: block;
    text-align: center;
}
.item_bottom .display-inline * {
    display: inline-block;
}
.item_bottom .item_link{
    display: block;
    float: none;
    text-align: center;
    margin-top: 10px;
}
.item_count{
	font-size: 14px;
	color: #333;
}
.display-inline{
	display: inline-block;
}
a.item_city,
p.item_city{
	color: #238E82;
	font-size: 14px;
}

.item_link{
    border: 1px solid #238E82;
    padding: 5px 15px;
    float: right;
    color: #238E82;
    /*padding-left: 40px;*/
    position: relative;
    font-size: 16px;
    margin-top: 4px;
}
/*
.item_link:before{
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background: url(../images/icons/icon_plain.svg) no-repeat
}*/

.item_link:hover{
	background: #007B6E;
	color: #fff;
}
/*
.item_link:hover:before{
	background: url(../images/icons/icon_plain-active.svg) no-repeat
}*/



.link_all{
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #ffc200;
    color: #000;
    background: #ffc200;
    padding: 10px;
    margin-bottom: 15px;
}
.link_all:hover{
    color: #fff;
}
/* add_info */

.add_info {
	font-size: 16px;
	color: #000;
}
.add_info ul,
.add_info ol{
	padding-left: 30px;
}
.add_info p{
    margin-bottom: 10px;
}
.add_info li{
	margin-bottom: 10px;
}
.add_info img{
    max-width: 100%;
    height: auto;
}

.form_add {
	max-width: 500px;
	/*border: 1px solid #e6e6e6;*/
	padding: 20px;
	/*box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.42);*/
    margin: 15px auto;
    background: #00BDA9;
}
.form_add p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}
.g-recaptcha{
    margin-bottom: 20px;
}
.title_f{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}
.form input,
#commentform input:not([type="submit"]){
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
	color: #000;
}

#g-recaptcha{
    margin-bottom: 20px;
}
.form button,
#commentform input[type="submit"]{
    height: 40px;
    width: 120px;
    border: 1px solid #ffc200;
    color: #000;
    background: #ffc200;
}

/* blog */

.news h1{
    margin-top: 0;
}
.title_h1{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}

.blog_item{
    border: 1px solid #e6e6e6;
    margin: 0;
    margin-bottom: 20px;
    overflow: hidden;
}
.blog_item_title h3{
	font-size: 20px;
    line-height: 1.2;
    color: #000;
    margin-top: 30px;
    margin-bottom: 20px;
}
.blog_item_bottom{
    color: #6e6e6e;
    font-size: 18px;
    margin-bottom: 20px;
}
.blog_item_category{
    font-size: 14px;
}
.blog_item_category span{
    font-size: 14px;
    padding-left: 5px
}
.blog_item_text {
    padding-bottom: 10px;
}
.blog_item_text p{
    line-height: 1.2;
    font-size: 16px;
    color: #000;
}
.blog_item_date{
    float: right;
    font-size: 14px;
    line-height: 1.8;
}
.blog_item_img{
	height: 220px;
    position: relative;
    padding-left: 0;
    max-width: 330px;
}
.blog_item_img > div {
    overflow: hidden;
}

.populars_news{
	padding: 10px;
    background: #f6f6f6;
}

.populars_news_title{
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}

.popular_news_item{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #00a9df;
}
.popular_news_item:last-child{
	border-bottom: none;
}

.popular_news_item_img{
	overflow: hidden;
    min-height: 130px;
    width: 88px;
    float: left;
    margin: 0 10px 10px 0
}

.popular_news_title h4{
	color: #000;
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
}
.popular_news_date{
	font-size: 12px;
	color: #000;
}


.read_more{
    font-size: 16px;
    color: #00BDA9;
    margin-left: 15px;
}


.pagination-wrap{
	padding: 20px 0;
}
.pagination-nav li{
	list-style: none;
	display: inline-block;
}
.page-numbers{
    width: 54px;
    height: 54px;
    margin: 0 10px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding: 17px;
    border-radius: 0;
    background: #f6f8f9;
    border: none;
    color: #000;
    display: block;
}
.page-numbers:not(.dots):hover{
	background: #00a9df;
	color: #fff;
}
span.page-numbers.current{
	background: #00a9df;
	color: #fff;
}


/* */
.news_img img{
    max-width: 100%;
    height: auto!important;
}
.news_text p {
    margin-top: 10px;
    font-size: 14px;
    color: #000;
}
.news_text ul,
.news_text ol{
    padding-left: 30px;
}

.news_text li{
    margin-bottom: 10px;
}
.news_text img{
    max-width: 100%;
    height: auto!important;
}
.single_bottom{
    margin: 15px 0;
}
.single_bottom .blog_item_category{
    margin-right: 10px;
}
.single_bottom .blog_item_date{
    float: none;
    margin-left: 10px;
    font-weight: bold;
}


.event_social {
    line-height: 40px;
    border: 1px solid rgba(0,0,0,0.04);
    background: rgba(0,0,0,0.02);
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.event_social p {
    float: left;
    margin: 0;
    font-weight: 700;
}

.event_social ul {
    padding: 0;
    float: right;
}

.event_social:not(.social_new) ul{
    margin: auto;
    max-width: 269px;
    width: 100%;
    float: none;
}

.event_social li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    height: 40px;
}

.event_social li svg {
    height: 40px;
}

/* all_chat */
.all table{
    width: 100%;
}
.card_item{
	background-color: #fff;
    border: 1px solid #e6e6e6;
}
.card_item_adv{
    background: #fff8ba;
}
.card_adv{
    color: #000;
    font-size: 11px;
    background: #FFD700;
    display: inline-block;
    padding: 2px 2px;
    margin-bottom: 5px;
    margin-left: 10px;
    display: none;
}

.card_item .item_link{
    margin-top: 10px;
    position: absolute;
    bottom: 4px;
    right: 10px;
}
.card_search input{
	width: 70%;
	margin-bottom: 0;
    box-shadow: none;
    border-radius: 0!important;
}

.all table td{
	vertical-align: middle;
    position: relative;
}


.card_title{
	margin: 0;
    padding: 8px 0px;
    font-size: 16px;
    line-height: 1.4;
}
.card_title a{
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}

.card_title form{
	margin-bottom: 10px;
}

.card_title td:not(:first-child),
.card_item td:not(:first-child){
	padding: 0 10px;
}
.subscribers_th{
    width: 140px;
}
.card_img{
   width: 152px;
}
a.sort_link{
	color: #00BDA9;
	position: relative;
    padding-right: 20px;
    display: block;
}
.sort_link i svg{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: auto;
    margin: auto;
}
.sort_link.sort_asc i svg{
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sort_link.sort_desc i svg{
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sort_link:hover{
	color: #b9b9b9;
}
.sort_link:hover path{
	fill: #b9b9b9;
}

.card_img{
	padding: 10px;
}
.card_img > div{
    width: 130px;
    height: 130px;
	overflow: hidden;
}

.card_info{
	width: 300px;
}
.card_subscribers{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.card_subscribers > div{
    display: none;
}
.card_city{
	font-size: 14px;
	color: #238E82;
}
.card_categor{
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 5px;
}

.card_link{
	margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
}

.recommended_cards{
    margin-top: 20px;
}

.recommended_cards h2{
    margin-bottom: 20px;
}

.modal{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 200px;
    max-width: 400px;
    width: 90%;
    background: #fff;
    padding: 20px;
    z-index: 200;
}

.modal h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 25px;
    margin-top: 0;
}
.select_city{
    width: 100%;
    height: 40px;
    font-size: 20px;
    border: 1px solid #e6e6e6;
}
.city_btn{
    border: 1px solid #238E82;
    padding: 10px 20px;
    color: #238E82;
    position: relative;
    font-size: 16px;
    background-color: #fff;
    text-align: center;
    display: block;
    margin: 25px auto 10px; 
}

.city_btn:hover{
    color: #fff;
    background-color: #238E82;
}

.overlay{
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.72);
    z-index: 100;
}


.social_link li{
    list-style: none;
    display: inline-block;
}
.social_link a{
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    margin-right: 10px;
}
.social_link a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
}
.link_tg:before{
    background: url(../images/icons/telegram-logo.svg) no-repeat;
    background-size: contain;
}
.link_ins:before{
    background: url(../images/icons/instagram-logo.svg) no-repeat;
    background-size: contain;
}
.link_vk:before{
    background: url(../images/icons/vk-logo.svg) no-repeat;
    background-size: contain;
}
.social_link a:hover{
    color: #b9b9b9;
}
.footer_menu li a{
    line-height: 50px;
    color: #fff;
}

.footer{
    height: 90px;
    background: #00BDA9;
    margin-top: 20px;
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    width: 100%;
}

.list_count li{
    color: #fff;
    list-style: none;
    display: inline-block;
}
.list_count li:nth-child(2){
    margin: 0 10px;
}

.error p{
    font-size: 20px;
    text-align: center;
}

.list_categories{
    margin-bottom: 20px;
}

.list_categories li.categories{
    font-size: 16px;
    color: #000;
    list-style: none;
}
.list_categories li.categories ul{
    padding-left: 20px;
}
.list_categories a{
    font-size: 14px;
    color: #00BDA9;
}
.list_categories a:hover{
    color: #b9b9b9;
}

.all_city {
    margin-top: 20px;
}

.all_city_title{
    display: block;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.all_city [data-tabs]{
    background: #b9b9b9;
    display: inline-block;
    text-align: center;
    color: #fff!important;
    border-radius: 18px;
    cursor: pointer;
    padding: 0px 50px;
    margin-right: 10px;
}
.main_country{
    line-height: 40px;
}

.all_city [data-tabs].active{
    background: #00BDA9;
}
.all_city [data-tab]{
    display: none;
}
.all_city [data-tab].active{
    display: block;
}
.all_city .item_city a{
    font-size: 16px;
    color: #00BDA9;
    line-height: 50px;
    white-space: nowrap;
}
.all_city .item_city a:hover{
    color: #b9b9b9;
}

.list_city .item_city{
    position: relative;
    padding-left: 20px;
}

.all_city .title_city{
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 100%;
}

.list_city{
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 40;
    -webkit-column-gap: 40;
    column-gap: 40;
    margin-top: 20px;
}
.list_city > div {
    padding-bottom: 5px;
}
.all_city  .list_city a{
    line-height: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

.main_row_city a{
    font-weight: bold;
    font-size: 16px;
    color: #00BDA9;
    line-height: 50px;
    white-space: nowrap;
}

.main_item_city {
    display: inline-block;
    margin-right: 20px;
}

/* */

#comments{
    margin-top: 30px;
}

.comment-notes{
    display: none;
}

#commentform{
    max-width: 500px;
    padding: 20px;
    margin: 15px 0;
    background: #00BDA9;
}
#commentform  label{
    display:block;
    vertical-align: top;
    font-size: 20px;
    color: #fff;
}
 #commentform input[type="submit"]{
    width: auto;
    padding: 0 14px;
}

#commentform textarea{
    display: block;
    width: 100%;
    min-height: 100px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    border: 1px solid #e6e6e6;
    color: #000;
    resize: vertical;
}

.commentlist li{
    list-style: none;
}
.commentlist > li{
   /* border: 2px solid #00BDA9;*/
    padding: 10px;
    margin-bottom: 10px;
}
.commentlist .children{
    margin-left: 20px;
}
.comment-body{
    border-bottom: 1px solid #00BDA9;
    padding: 10px 0;
}

.comment-meta{
    margin: 5px 0px;
}
.comment-meta a:first-child{
    color: rgb(136, 136, 136);
    font-size: 13px;
}

.commentlist .reply{
    margin-top: 15px;
}

.singe_content{
    margin-bottom: 20px;
}
.singe_content h3{
    font-size: 20px;
    margin-top: 20px;
}
.singe_info p{
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
}
img{
    max-width: 100%;
}

.title_collections{
    font-size: 20px;
    margin-bottom: 30px;
}

.title_collections:not(:first-child){
    margin-top: 40px;
}

.top_collections a{
    color: #00BDA9;
    font-size: 16px;
   /* margin-left: 10px;*/
    margin-bottom: 10px;
    display: inline-block;
}
.top_collections a:hover{
    color: #b9b9b9;
}
.top_collections .collection{
    margin-left: 20px;
}

@media(min-width: 768px){
    .top_collections .collection a:nth-child(4n+1){
        clear: left;
    }
}

@media(max-width: 1030px){
    .popular_item{
        height: auto;
        max-height: 100%;
    }
    .social_menu{
        left: 0;
        position: relative;
    }
}

@media(max-width: 1023px){
    /*
   .item_info{
        min-height: 150px;
    }*/
   .over_scroll{
        width: 100%;
    }
   .card_item .item_link{
        position: relative;
        top: 0;
        right: 0;
        display: inline-block;
        margin-bottom: 15px;
    }
   .card_info{
        width: 200px;
    }
   .header_bg{
        min-height: initial;
        height: 200px
    }
    .blog_item_img{
        height: auto;
        max-width: 100%;
        min-height: 150px;
        padding-right: 0;
    }
   .blog_item_img img {
        position: relative;
        min-height: auto;
        min-width: auto;
        width: 100%;
        height: auto;
    }
    .footer{
        min-height: 50px;
        height: auto;
        position: relative;
        bottom: 0;
    }

}
@media(max-width: 767px){
    .popular_item,
    .item_info{
        height: auto;
        min-height: inherit;
    }
    .footer{
        height: 100%;
        padding: 5px 0;
    }
    .footer_menu{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .menu{
        text-align: center;
        margin-top: 10px;
    }
    .menu li{
        margin: 0 5px;
    }
    .menu li a{
        line-height: 100%;
        font-size: 14px;
    }   
    .footer li{
        margin: 0 5px;
    }
    .footer li a{
        line-height: 1.4;
        font-size: 14px;
    }
    .footer .social_link a{
        font-size: 15px!important;
        margin-right: 5px;
        padding-left: 22px;
    }
    .header_top .header_social {
        left: 14px;
        text-align: center;
    }
    .select_geo,
    .title_header{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        font-size: 20px;
        margin: 0;
        margin-top: 15px;
    }
    .social_menu li a{
        margin-right: 0;
    }
    .select_geo p{
        font-size: 21px;
    }
    .header_bg > .container{
        padding-top: 10px;
        padding-bottom: 10px;
        background-size: 160px;
        background-position: center bottom;
    }
    .header_bg .header_social{
        position: relative;
        top: 0;
        right: -84%;
    }
    .modal h3{
        font-size: 16px;
    }
    .over_scroll table,
    .over_scroll tbody{
        display: block;
    }
    .over_scroll .card_item{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .all .card_item td{
        display: inline-block;
        width: auto;
    }
    .all .card_item .card_info{
        padding-left: 5px;
        width: calc(100% - 154px);
    }
    .all .card_item .card_description{
        width: 100%;
    }
    .card_subscribers > div{
        display: inline-block;
        margin-right: 16px;
    }
    .all .card_img{
        padding-right: 5px;
    }
    .card_title{
        display: block;
        width: 100%;
    }
    .card_title td:not(:empty){
        display: inline-block;
        max-width: 49%;
    }
    .card_search input{
        width: 100%;
    }
    .description_th{
        display: none;
    }
    .pagination-nav li{
        margin-bottom: 10px;
    }
    .list_city{
        -webkit-column-count: 2;
        column-count: 2;
    }
    #menu-item-128{
        display: block;
        margin-top: 10px;
    }
}

@media(max-width: 424px){
    .list_city{
        -webkit-column-count: 1;
        column-count: 1;
    }
    .list_city .item_city{
        padding-left: 30px;
    }
    .all_city [data-tabs]{
        padding:  0 40px;
        margin-bottom: 10px;
    }
    .main_item_city{
        display: block;
        margin-right: 0;
    }
}