/*
#------------------------------------------------------------------------
# News - December Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */

#gkInset .box,
#gkInnerInset .box,
#gkSidebar .box,
#gkBottom1 .box,
#gkBottom2 .box,
#gkMainbody .box,
#gkMainbodyTop .box,
#gkMainbodyBottom .box {
	width: 100%;
	clear: both!important;
	float: none!important;
	margin: 0 auto!important;
}
#gkBottom1 .box,
#gkBottom2 .box {
	margin-bottom: 20px!important;	
}
#gkSidebar > div > .box {
	float: none;
	margin-top: 0!important;
	margin-bottom: 12px!important;
	width: 100%;
}
#gkSidebar > div > .box:nth-child(2n+1) {
	clear: both!important;
}
#gkSidebar > div > .box:nth-child(odd) {
	padding-right: 0px;	
}
#gkSidebar > div > .box:nth-child(even) {
	padding-left: 0px;
}

#gkMainbody > div,
#gkInnerInset {
	clear: both!important;
	width: 100%!important;	
}

#gkInnerInset {
	padding: 0 0 20px 0!important;
}

/* limitation suffixes */
.notablet {
	display: block!important;
}
.nomobile {
	display: none!important;
}
.onlytablet {
	display: none!important;
}
.onlymobile {
	display: block!important;
}
.notablet.nomobile {
	display: none!important;
}

/* Fix for the user profile */
.profile dt {
	width: 100% !important;
}

/* Fix for the contact page */
.contact .contact-image {
	float: left !important;
}
.contact .contact-address {
	clear: both !important;
	padding-top: 20px !important;
}
.contact .contact-form input,
.contact .contact-form textarea {
	width: 100% !important;
}

/* Fix for the search */
fieldset.word #search-searchword,
fieldset.word .inputbox {
	width: 50%;
}
fieldset.phrases .ordering-box,
fieldset.only input[type="checkbox"],
fieldset.phrases input[type="radio"] {
	clear: both;
}

/* Fix for the register */
#member-registration dd {
	clear: both !important;
	display: block !important;
}

/* Fix for tables */
fieldset {
	box-sizing: border-box!important;
	max-width: 100%!important;
	width: 100%!important;
	overflow: hidden;
}
#gkMainbody table:before {
	content: "Scroll horizontally to view the whole table";
	height: 14px;
	width: 100%;
	display: block;
	font-size: 10px;
	margin-top: -30px;
	margin-bottom: 10px;
	font-family: Arial, sans-serif;
}
#gkMainbody table {
	width: 100%!important;
	display: block!important;
	padding: 30px 0 20px 0; /* padding for the scrollbars and the top message */
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
}
#gkMainbody table tbody,
#gkMainbody table thead,
#gkMainbody table tfoot {
	width: 540px!important;
	display: table;
}
.up_position, div#new2019 {
    display: none;
}
div#top_position {
    display: none;
}

section#gkMainbodyBottom {
    padding-right: 1rem;
}
a#gkLogo img {
    height: 38px;
	margin-left: 1rem;
}
#gkPageTop {
min-height: 55px;
height: auto;
}
.box.lenta.nomargin, .box.topnews, .box.featurednews, .box.hitsnews, .box.covid19, .box.tvglav { width: 100% !important; }
.up_position {
    display: none;
}
.box.hitsnews, .box.featurednews, .box.topnews, .box.tvglav, .box.covid19 {
    height: auto;
}
div#k2Container {
    margin: 0 1.3rem 0 1rem !important;
}
.jscroll-added div#k2Container {
    margin: 0 !important;
}
.itemImageBlock img { height: auto !important;}
.itemContainer { height: auto; border: none; box-shadow: none;}
@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) and (-moz-max-device-pixel-ratio: 1.5), only screen and (max-device-width: 320px) and (-o-max-device-pixel-ratio: 1.5/1), only screen  and (max-device-width: 320px) and (-webkit-max-device-pixel-ratio: 1.5), only screen and (max-device-width: 320px) and (max-device-pixel-ratio: 1.5), only screen and (max-device-width: 640px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-device-width: 640px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-device-width: 640px) and (min-device-pixel-ratio: 2) {
	#gkMainbody table {
		width: 260px!important;
	}
}

@media only screen and (max-width: 480px) and (orientation:landscape), only screen and (max-device-width: 480px) and (-moz-max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 480px) and (-o-max-device-pixel-ratio: 1.5/1) and (orientation:landscape), only screen  and (max-device-width: 480px) and (-webkit-max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 480px) and (max-device-pixel-ratio: 1.5) and (orientation:landscape), only screen and (max-device-width: 960px) and (-moz-min-device-pixel-ratio: 2) and (orientation:landscape), only screen and (max-device-width: 960px) and (-o-min-device-pixel-ratio: 2/1) and (orientation:landscape), only screen and (max-device-width: 960px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape), only screen and (max-device-width: 960px) and (min-device-pixel-ratio: 2) and (orientation:landscape) {
	#gkMainbody table {
		width: 420px!important;
	}
}

/* top/bottom modules */
.box.gkmod-1,
.box.gkmod-2,
.box.gkmod-3,
.box.gkmod-4,
.box.gkmod-more {
	float: left!important;	
}
.box.gkmod-1,
.box.gkmod-2,
.box.gkmod-3,
.box.gkmod-4,
.box.gkmod-more {
	width: 100%!important;
}
.box.gkmod-more.gkmod-last-1:last-child,
.box.gkmod-more.gkmod-last-2:last-child,
.box.gkmod-more.gkmod-last-2:nth-last-child(2),
#gkPageWrap .box.gkmod-more.gkmod-last-3:last-child,
#gkPageWrap .box.gkmod-more.gkmod-last-3:nth-last-child(2),
#gkPageWrap .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 100%!important;
}

/* top/bottom modules */
body #gkPage .box {
	margin-bottom: 20px!important;
}

/* 3-column layout */
.gkCols3 .box.gkmod-more:nth-child(1n) {
	clear: both;
}
.gkCols3 .box.gkmod-1,
.gkCols3 .box.gkmod-2,
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more,
.gkCols3 .box.gkmod-more.gkmod-last-1:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
	width: 100%!important;
}

/* 4-column layout */
body .gkCols4 .box.gkmod-more:nth-child(1n) {
	clear: both;
}
body .gkCols4 .box.gkmod-1,
body .gkCols4 .box.gkmod-2,
body .gkCols4 .box.gkmod-3,
body .gkCols4 .box.gkmod-4,
body .gkCols4 .box.gkmod-more,
body .gkCols4 .box.gkmod-more.gkmod-last-1:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2),
body .gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
	width: 100%!important;
}

/* 6-column layout */
body .gkCols6 .box.gkmod-more:nth-child(1n) { 
	clear: both; 
}
body .gkCols6 .box.gkmod-1,
body .gkCols6 .box.gkmod-2,
body .gkCols6 .box.gkmod-3,
body .gkCols6 .box.gkmod-4,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-5,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-6,
body .gkCols6 .box.gkmod-more,
body .gkCols6 .box.gkmod-more.gkmod-last-1:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4),
body .gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
body .gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
	width: 100%!important;
}

/* article fix */
#gkContent article > time {
	display: none!important;
}
#gkContent article > time + header {
	padding-left: 0!important;
}
#gkContent article header li.itemDate,
#gkContent article header li.item-date {
	display: block;
}

/* NSP adjustments */
.nspArtPage .nspArt {
	border-left: none!important;
	width: 100%!important;
}
.nspArtPage .nspArt:first-child {
	border-top: none!important;
}

/* suffix mobilelayout */
.bigtitle .gkArtContentWrap {
	clear: both;
	padding-top: 10px;
}

/* Tabs GK5 adjustments */
.gkTabsNav {
	height: auto!important;
	min-height: 40px!important;
	overflow: hidden;
}

.gkTabsNav li {
	width: 100%!important;
}

.gkTabsWrap.vertical ol li {
	padding-top: 5px;
	padding-bottom: 5px;
}

@media (min-width: 420px) and (max-width: 580px) {
	.box.mobilelayout .nspArtPage .nspArt,
	.box.nsphover .nspArtPage .nspArt {
		border-top: none!important;
		width: 50%!important;
	}
	
	.box.nsphover .nspArtPage .nspArt h4 {
		font-size: 16px!important;
	}
	
	.box.nsphover .nspArtPage .nspArt .nspText {
		font-size: 11px!important;
	}	
}

/* other elements */
article header h1, 
.category header {
	line-height: 25px;
	padding: 5px 0 0px;
}

article header h1, 
.category header, 
article header h2 {
	font-size: 24px;
}

h1 {
	font-size: 24px;
}

h2, 
.componentheading,
.category header h2 {
	font-size: 28px;
}

article header h2 {
	line-height: 20px;
}

#gkSocialAPI {
	overflow: hidden;
}

.cols-2 .column-2, 
.cols-3 .column-3 {
	padding: 0!important;
}

.itemComments .itemCommentsList li img {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	position: static;
}

.itemCommentsList li h3 {
	float: none;
	margin-top: 5px;
}
.itemAsideInfo {
	width: 100%!important;
	position: relative;
	height: auto;
	min-height: auto;
	margin-top: 0;
	padding:0;
}
#gkBreadcrumb {
	display: none;
}

.itemAsideInfo > * {
	border: none!important;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
  	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	clear: none!important;
	float:left!important;
}

.itemAsideInfo > *:nth-child(2n+1) {
	clear: both!important;
}

.item-page .itemAsideInfo > * {
	width: 100%!important;
}

.itemAsideInfo + .itemBody {
	margin-left: 0!important;
}

/* NSP */
.box.header .nspImageWrapper h4 {
	font-size: 14px!important;
}

.nspArts,
.nspLinksWrap {
	clear: both;
	float: left!important;
	width: 100%!important;
}

.box.gallery .nspArt {
	border-top: none!important;
	float: left;
	width: auto!important;
}

/* NSP Portal Mode 7 */
.nspMainPortalMode7 {
	margin: 0 -9px!important;
}

.nspMainPortalMode7 .nspImages {
	padding: 0 32px!important;
}
#gkPopupLogin {
	width: 350px;
	margin-left: -180px;
}
#gkPopupLogin #login-form ul,
#gkPopupLogin #form-login-remember, 
#gkPopupLogin #form-login-buttons {
	margin-left: 0!important;
}
#gkPopupLogin #loginForm {
	background-image: none;
	padding-left: 10px
}

#gkPopupLogin label {
	font-size: 12px;
}

#gkPopupLogin #login-form input[type="text"],
#gkPopupLogin #login-form input[type="password"] {
	float: right;
	clear: both;
	height: 36px;
	width: 70%;
	
}

#gkPopupLogin #login-form fieldset p {
	padding: 0 0 18px
}

#gkPopupLogin #form-login-remember,
#gkPopupLogin #form-login-buttons {
	margin-left: 100px
}

/* K2 */
#k2Container .itemContainer{width:100%!important;}
#k2Container .subCategoryContainer{width:100%!important;}
#k2Container .subCategory{height:auto!important;}

#gk-menu-overlay-wrap {
  left: 50%;
  margin: 0 auto 0 -150px;
  width: 300px;
}
.itemAuthorContent {
    display: none;
}
.gkResponsive > img{
	width: 100%;
}
.nspHoverOverlay {
	display: none;
}

.itemList .itemBlock,
.itemList .itemImageBlock {
	clear: both;
	width: 100%;
}
.itemAsideInfo + .itemBody, .itemheader, div#itemVideoAnchor, .itemBody { margin-left: 0; width: 100%;}
article aside.itemAsideInfo > div { padding:0; font-size: 0.8rem;}
.custombankh24 img {
    width: 100%;
}
.reklama_right, .reklama_left {
    display: none;
}
.cchetchik {
    margin:0 ;
	float:none;
    text-align: center;
}
.gl_live24kz, .box.stock_freedom.nomargin {
display: none;
}
.freedom_mob, .box.tvglav {
    display: block;
	padding-bottom: 10px;
}
.box.mobilelayout.nooverflow .nspArt img.nspImage, .box.bigtitle.nsphover.nomargin .nspArt img.nspImage, .box.photorep.gkmod-5.nomargin .nspArt img.nspImage {
	width: 100% !important;
	height:auto !important;}
	.box.photorep.gkmod-5.nomargin .nspArt.nspCol5 {
    padding-bottom: 3rem !important;
	padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
}
small.gkLogoSlogan {
	display: none !important; }
	a#gkLogo {
    margin: 0;
	padding: 10px;
	height:auto;
}
.box.bigtitle.nsphover.gkmod-1.nomargin .nspArt .fleft {
    float: none;
}
#gkContentWrap {
    padding: 1.25rem 1rem !important;
}
div#livemob {
    display: block;
    position: relative;
    color: red;
    margin: 10px 0 0 0;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: bold;
}
div#livemob a {
    color: red;
}
#gkInset .box, #gkInset .box.light, #gkInset .box.pattern {
width: 100%;
}
.banglav {
    text-align: center;
}
#mod-search-searchword {
font-size: 30px;
}
.cchetchik_left {
    text-align: center;
    width: 100%;
    margin: 0;
}
#gkPageContent, #gkContent, #gkContentWrap {
/*margin-top: 5px !important; */
}
section.gkPage {
    padding-top: 25px !important;
}
div#gkHeader {
margin-top: 0 !important;}
.yandex_left, .yandex_center, .yandex_live {
    display: none !important;
}
.govban {
    width: 100%;
    display: block;
}
.govban1, .govban2 {
    width: 100%;
}
.box.aboutkh24.gkmod-4.nomargin {
    padding-top: 1rem;
}
#gkBannerTop {
    padding: 4.4rem 0 0 0;
    text-align: center;
}
#gkUserArea {
    width: 60%;
}
.itemContainerruk {
    width: 100% !important;
}
.itemContainerruk .itemBlock {
    padding: 0;
}
a#menu609, a#menu610, a#menu116, a#menu211, a#menu613, a#menu614 {
text-align: center;
}