
@import url('/css/mobile/materialize.min.css');
@import url('/css/mobile/slick.css');
@import url('/css/mobile/keyframe.css');
@import url('/css/mobile/swipebox.min.css');

html {
	font-family: Roboto,Arial,Helvetica,sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	color: #111;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	height:auto;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	outline:0;
	background-image: none;
}

/*--------------------------------------------------------------
3. Global
--------------------------------------------------------------*/

body {
	font-family: Roboto,Arial,Helvetica,sans-serif;
	background: #fff;
	line-height: 1.4;
	font-size:17px;
}
body::-webkit-scrollbar {
    display: none;
}

h1,h2,h3,h4,h5,h6 {font-weight:500; margin:0; padding:0; line-height: 125%;}
h1 {font-size:25px; font-weight: bold; }
h2 {font-size:21px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

ul,ol {
	padding-left:15px;
}
ul li {
	list-style-type: disc;
}
ul li,
ol li {
	list-style-position: inside;
}

address {
	font-style:normal;
	margin-bottom:20px;
}

.line {height:1px;background:#eee;margin-bottom:20px;}
.text-center {text-align:center;}
.bold {font-weight: 700;}

.content-container {
	min-height:348px;
	overflow:hidden;
	width:100%;
	box-sizing:border-box;
}

.search-sort-wrapper {
	margin: 12px;
}

.covid-uz-period-wrapper {
	margin-bottom: 12px;
}

.covid-uz-period-wrapper select,
.search-sort-wrapper select {
	display: block;
	font-size: 14px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

blockquote {
	width:100%;
	color:#545454;
	background:#ebebeb;
	margin-bottom:20px;
	border-left: 4px solid #999;
	margin: 4px 0 4px -12px;
	padding: 14px 12px;
}
blockquote cite {
	display:block;
	font-style:normal;
	font-weight:700;
	font-size:15px;
}


/*--------------------------------------------------------------
4. Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after {
	clear: both;
}

/*--------------------------------------------------------------
5. Links
--------------------------------------------------------------*/
a {
	color: #3288ea;
	text-decoration: none;
}

a:visited {
}

a:hover,
a:focus,
a:active {
	color:none;
	text-decoration:none;
}

a:focus {
	outline: 0;
	text-decoration:none;
}

a:hover,
a:active {
	outline: 0;
	text-decoration:none;
}
/*--------------------------*/

/*--------------------------------------------------------------
6. Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	width: 100%;
	border:0;
}
iframe[allowfullscreen="allowfullscreen"] {
	height: calc(100vw * 9 / 16);
	width: 100%;
}
/*--------------------------*/

/*--------------------------------------------------------------
7. Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 3px;
	background: #C90202;
	font-size: 15px;
	line-height: 1;
	color:#fff;
	padding: .7em .9em .7em;
	text-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
	height:auto;
	font-family:'Hind', sans-serif;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	background-color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ddd;
	border-radius: 0;
	width:100%;
	font-size: 15px;
	height:auto;
	padding:5px 7px !important;
	box-sizing:border-box;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline:0;
	border-bottom:none !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 8px 16px;
}

textarea {
	padding: 5px 10px;
	width: 100%;
}

button.facebook {
	background-color:#3b5998;
	color: #fff;
}
button.facebook:before {
	font-family: 'fontawesome';
	content: "\f09a";
	display: inline-block;
	float:left;
}

.form-message {
	border-radius: 4px;
	display: none;
	padding: 10px;
	margin: 0 0 10px 0;
}
.message-green {
	background: #d7f7d7;
}
.message-red {
	background: #ffe3e3;
}

/*--------------------------------------------------------------
8. Shortcodes
--------------------------------------------------------------*/
span.highlight {
	display:inline-block;
	padding:0 5px;
	background:#FCFCB3;
}
span.dropcap {
	font-weight: 700;
	display:block;
	float: left;
	padding:0px 5px 0 3px;
	line-height:30px;
	font-size: 28px;
	text-transform: uppercase;
}
code {
	background-color:#ccc;
	border-radius:3px;
	color:#444;
	padding:2px 5px;
}
span.pull-right {
	text-transform:uppercase;
	display:block;
	float:right;
	margin:0 0 10px 20px;
	color:#ccc;
	line-height:22px;
	width:30%;
	font-size:18px;
	text-align:right;
}
span.pull-left {
	text-transform:uppercase;
	display:block;
	float:left;
	margin:0 20px 10px 0;
	color:#ccc;
	width:30%;
	font-size:18px;
	line-height:22px;
}

/*--------------------------------------------------------------
9. Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.1. Left Sidebar
--------------------------------------------------------------*/
.top-left-nav {
	padding: 15px 20px;
	box-sizing: border-box;
}
.top-left-nav .searchbar {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.top-left-nav .searchbar input,
.top-left-nav .searchbar input:focus {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #c4c4c4 !important;
	color: #666;
	padding: 7px 0 !important;
	height: auto;
	margin: 0;
	width: 100%;
}
.top-left-nav .searchbar input::placeholder {
	color: rgba(0, 0, 0, .5);
}
.top-left-nav .searchbar button {
	background: #32be0a;
	border-radius: 0;
	color: #fff;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.main-left-nav {
	padding: 10px 20px;
}
.main-left-nav .lang {
	border-top: solid 1px #c4c4c4;
	clear: both;
	margin: 10px 0;
	padding: 20px 0 5px;
	display: block;
}

.main-left-nav .lang > span {
	margin: 0 5px;
}
.main-left-nav .lang > span a:not(.active) {
	color: #000;
	font-weight: bold;
}
.main-left-nav .lang > span a.active {
	color: #666;
}

.main-left-nav .lang > span.ru a {
	margin-right: 10px;
	padding-left: 17px;
}

#slide-out-left .terms-link {
	margin: 15px 0 10px;
}

#slide-out-left .terms-link a {
	color: #666;
}

#sidenav-overlay {
	top: 56px;
}

#slide-out-left {
	height: calc(100% + 4px);
	top: 56px;
}

#slide-out-left,
#slide-out-right {
	background:#f3f3f3;
	color:#666;
}
#slide-out-left .collapsible {
	border: none;
	box-shadow: none;
	padding: 0;
}

#slide-out-left .collapsible li {
	padding: 0;
	list-style: none;
}

#slide-out-left .collapsible-header,
#slide-out-left li a {
	background-color: transparent;
	border: none;
	padding: 10px 0;
	text-decoration:none;
}
#slide-out-left li a {
	display:block;
	margin: 0;
}

#slide-out-left .collapsible-header i {
	line-height: none;
	font-size: 15px;
}
#slide-out-left .collapsible-header span.fa {
	float:right;
}
#slide-out-left .collapsible .active span.fa {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#slide-out-left li.current-item a,
#slide-out-left li.current-item a i,
#slide-out-left .collapsible-header.current-item {
	color: #fff;
	font-weight: 700;
}

#slide-out-left .collapsible-body {
  border: 0;
  background-color: transparent;
}
#slide-out-left .collapsible-body ul {
	padding:0;
}
#slide-out-left .collapsible-body li a {
	padding:7px 10px 7px 33px;
	display:block;
	color: #999;
}
#slide-out-left .collapsible-body li.current-item a {
	color: #fff;
	font-weight: 700;
}

#slide-out-left li:hover,
#slide-out-left li.active,
#slide-out-right li:hover,
#slide-out-right li.active {
  background-color: transparent;
}

#slide-out-left ul {
	margin: 0;
	padding: 0;
}

#slide-out-left ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#slide-out-left .menu-left li a,
#slide-out-left .menu-right li a {
	color: #666;
}
#slide-out-left .menu-left li.active a,
#slide-out-left .menu-right li.active a,
.terms-link.active a {
	color: #27a702 !important;
}
#slide-out-left .menu-items-black li a {
	color: #000;
}
#slide-out-left .menu-items-medium li {
	font-weight: 500;
}
#slide-out-left .menu-items-regular li {
	font-weight: normal;
}

#slide-out-left .menu-left {
	float: left;
}

#slide-out-left .menu-right {
	float: right;
}

#slide-out-left .menu-item-img img {	
	max-width: calc(40vw);	
}

.drag-target {
	display: none !important;
	left: -10px !important;
}

/*--------------------------------------------------------------
9.2. Right Sidebar
--------------------------------------------------------------*/
.row .col.s3 {
	margin-left:0;
}

.tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: auto;
  background-color: #000;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  box-sizing:border-box;
  padding:0;
}

.tabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 0;
  display: block;
  float: left;
  text-align: center;
  line-height: auto;
  height: auto;
  padding: 0;
  margin: 0;
  text-transform: none;
  text-overflow: none;
  overflow: hidden;
  letter-spacing: auto;
  width: auto;
  min-width: auto;
}

.tabs .tab a {
  color: #999;
  display: block;
  width: 100%;
  height: 100%;
  text-overflow: none;
  overflow: hidden;
  padding:0 5px;
  transition: color .28s ease;
}

.tabs .tab a:hover {
  color: none;
}
.tabs .tab a.active {
	color: #fff;
}

.tabs .tab.disabled a {
  color: #f9c9cb;
  cursor: default;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #7B9CCE;
  will-change: left, right;
}

.sidebar-tabs .tabs .tab {
}
.sidebar-tabs .tabs .tab a {
	padding:0 6px;
	display:block;
	width:110px;
	text-align:center;
	text-decoration:none;
}
.sidebar-tabs .tabs .tab a:hover {
	color: #999;
}
.sidebar-tabs .tabs .tab a.active:hover {
	color: #fff;
}

.sidebar-tabs #popular,
.sidebar-tabs #commented {
}
.sidebar-tabs #popular .items,
.sidebar-tabs #commented .items {
	padding: 13px 10px;
	border-bottom:1px solid #222;
	width:100%;
	float:left;
	box-sizing:border-box;
}
.sidebar-tabs #popular .items .thumb,
.sidebar-tabs #commented .items .thumb {
	float:left;
	width:34%;
	padding-right:10px;
}
.sidebar-tabs #popular .items .thumb .no-img,
.sidebar-tabs #commented .items .thumb .no-img {
	background: #999;
	height:40px;
	color: #fff;
	text-align:center;
	padding:10px 0 0 0;
}
.sidebar-tabs #popular .items .thumb img,
.sidebar-tabs #commented .items .thumb img {
	width:100%;
}
.sidebar-tabs #popular .items .content,
.sidebar-tabs #commented .items .content {
	width: 66%;
	float:left;
	padding-left:10px;
}
.sidebar-tabs #popular .items .content .issue,
.sidebar-tabs #commented .items .content .issue {
	color: #FF4D4D;
	font-size:13px;
}
.sidebar-tabs #popular .items .content h4,
.sidebar-tabs #commented .items .content h4 {
	margin:0 0 3px 0;
	padding:0;
	font-size:14px;
}
.sidebar-tabs #popular .items .content h4 a,
.sidebar-tabs #commented .items .content h4 a {
	color: #aaa;
	text-decoration:none;
}
.sidebar-tabs #popular .items .content .meta,
.sidebar-tabs #commented .items .content .meta {
	font-size:13px;
	color: #666;
}

/*--------------------------------------------------------------
10. Content
--------------------------------------------------------------*/

#page {
	padding-top:56px;
}

/*--------------------------------------------------------------
10.1. Fixed Navbar
--------------------------------------------------------------*/

.top-navbar {
	background: #3b83f2;
	height:56px;
	position:fixed;
	-webkit-transform: translateZ(0);
	z-index:10000;
	top:0;
	left:0;
	right:0;
	width:100%;
}
.top-navbar .site-title {
	text-align:center;
	margin:0 auto;
	max-width:calc(100% - 200px);
	padding:7px 0;
}
@media only screen and (max-width: 320px) {
	.top-navbar .site-title {
		max-width:calc(100% - 100px);
	}
}
.top-navbar .site-title h1 {
	margin:0;
	padding:0;
	font-size:26px;
	font-weight:500;
	padding:4px 0;
	color: #fff;
}
.top-navbar .top-navbar-left {
	float:left;
}
.top-navbar .top-navbar-right {
	float:right;
}
.top-navbar .top-navbar-left a,
.top-navbar .top-navbar-right a {
	font-size:25px;
	padding:10px 15px 0 15px;
	display:inline-block;
	color: #fff;
}

.top-navbar-right .btn-user-menu.hidden {
	display: none;
}
.top-navbar-right .btn-user-menu.dropdown-button {
	width: 55px;
}

.top-navbar-right .user-image {
	border-radius: 50%;
	display: block;
	height: 25px;
	position: absolute;
	right: 12px;
	top: 15px;
	width: 25px;
}

#user-menu-dropdown {
	background: #f3f3f3;
	padding: 0;
	top: 56px !important;
}

#user-menu-dropdown li {
	list-style-type: none;
	margin: 0;
	min-height: auto;
	padding: 0;
	white-space: nowrap;
}

#user-menu-dropdown li a {
	color: rgba(0,0,0,0.87);
	display: block;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 14px 12px 14px 10px;
}

#user-menu-dropdown li a:hover {
	background: #f6f6f6;
}

#user-menu-dropdown li a i {
	color: rgba(0, 0, 0, .5);
	float: left;
	font-size: 12px;
	margin: 1px 6px 0 0;
}

/*--------------------------------------------------------------
10.1. Language Navbar
--------------------------------------------------------------*/

.lang-navbar {
	background: rgba(196, 236, 184, .29);
	color: #619e50;
	font-size: 14px;
	padding: 10px 12px;
}
.lang-navbar-list {
	font-weight: bold;
	margin-top: 8px;
}
.lang-navbar-list a {
	color: #000;
}
.lang-navbar-list a.active {
	color: #619e50;
}
.lang-navbar-list span.ru a {
	background: url("/i/flag_ru.png") no-repeat left center;
	margin-right: 32px;
	padding-left: 17px;
}
.lang-navbar-list span.uz a {
	background: url("/i/flag_uz.png") no-repeat left center;
	margin-right: 24px;
	padding-left: 17px;
}

/*--------------------------------------------------------------
10.2 Profile page
--------------------------------------------------------------*/
.profilePage .entry-content {
	padding: 0 12px;
}
.profilePage .entry-content h3 {
	margin: 0 0 12px;
}
.profilePage .contentBox {
	margin: 0 0 20px;
}

.profilePage .colUserImage {
	float: left;
	margin-right: 20px;
}
.profilePage .userImage {
	height: 80px;
	overflow: hidden;
	position: relative;
	width: 80px;
}
.profilePage .userImage img {
	height: 80px !important;
	width: 80px !important;
}

.profilePage .colUserInfo {
	float: left;
}
.profilePage .itemTitle.username {
	font-size: 24px;
	margin: 0 0 12px;
}
.profilePage .itemTitle.username > span {
	display: inline-block;
	float: left;
}

.profilePage .rating {
	font-size: 12px;
	line-height: 1.5;
	margin: 4px 0 0 12px;
	padding: 1px 7px 2px;
}
.profilePage .rating.neutral {
	background: #eee;
	color: #777;
}
.profilePage .rating.negative {
	background: #ffe6e0;
	color: #bd1212;
}
.profilePage .rating.positive {
	background: #e3ffc7;
	color: #28bd12;
}

.profilePage .registration_date {
	font-size: 14px;
	margin-top: 10px;
}

.profilePage ul.tabs {
	background-color: #fff;
	border-top: solid 1px #efefef;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.profilePage ul.tabs li.tab {
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	padding: 0 8px;
}
.profilePage ul.tabs li.tab a {
	color: #0078f0;
}
.profilePage ul.tabs li.tab:first-child {
	padding-left: 0;
}
.profilePage ul.tabs li.tab:last-child {
	padding-right: 0;
}
.profilePage ul.tabs li.tab a.active {
	color: rgba(0, 0, 0, .8);
}

.profilePage .tab-content {
	margin-top: 14px;
}

.profilePage #profile_oauth {
	margin: 0 -6px;
}

.profilePage #profile_oauth .oauth__wrapper {
	margin: 3px 6px;
}

.profilePage #profile_oauth .oauth__wrapper.inactive {
	background: rgba(100, 100, 100, .6);
}

.profilePage form button {
	background: #297CDD;
	border-radius: 3px;
	border: none;
	color: #fff !important;
	display: block;
	padding: 8px 16px;
}

.profilePage form select {
	color: #666;
	display: inline-block;
	font-size: 15px;
}
.profilePage form input[type=text],
.profilePage form input[type=email] {
	margin-bottom: 0;
}

.profilePage .form-row-date {
	white-space: nowrap;
	width: 98%;
}
.profilePage .form-row-date select {
	margin: 0 1%;
	width: 41%;
}
.profilePage .form-row-date select:first-child {
	margin: 0 1% 0 0;
	width: 25%;
}
.profilePage .form-row-date select:last-child {
	margin: 0 0 0 1%;
	width: 30%;
}

.profilePage #profile-notifications .push-lang {
	text-align: center;
	width: 42px;
}
.profilePage #profile-notifications thead {
	border: none;
}
.profilePage #profile-notifications td,
.profilePage #profile-notifications th {
	border: none;
	padding: 3px 0;
}
.profilePage #profile-notifications [type="checkbox"] {
	position: static;
	visibility: visible;
}
.profilePage #comments {
	padding: 0 !important;
}
.oauth__wrapper-label {
	padding-top: 0 !important;
}

/*--------------------------------------------------------------
11. Widget
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.1. Widget Global
--------------------------------------------------------------*/
.widget-box {
	margin-bottom:10px;
}

.widget-title {
	margin:0 0 10px 0;
	padding:0;
	font-size:23px;
	font-weight:700;
	border-bottom:1px solid #999;
	position:relative;
	height:36px;
	color: #000;
}
.widget-title span {
	padding:5px 0;
	border-bottom:1px solid #ff0000;
	display:inline-block;
}
.widget-title .index {
	display:inline-block;
	position:absolute;
	right:0;
	font-size:15px;
	margin-top:7px;
	font-weight:300;
	color: #999;
}

.widget-item-slider {
	position:relative;
	width:100%;
	border-bottom:1px solid #eee;
}
.widget-item-slider .items {
	width:50%;
	padding:10px 5px;
	text-decoration:none;
	display:block;
}
.widget-item-slider .items .thumb {
	position:relative;
	height:100px;
	overflow:hidden;
}
.widget-item-slider .items .thumb .icon-container,
.big-thumb-item .icon-container {
	position:absolute;
	width:100%;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.widget-item-slider .items .thumb .icon-container .icons,
.big-thumb-item .icon-container .icons {
	width:35px;
	height:35px;
	background:#000;
	background:rgba(0,0,0,0.5);
	color:#fff;
	margin:0 auto;
	text-align:center;
	padding:5px 0 0 0;
	border-radius:50%;
	font-size:18px;
}
.widget-item-slider .items .thumb img {
	width:100%;
}
.widget-item-slider .items .caption {
	padding:10px 0;
}
.widget-item-slider .items .caption h2 {
	margin:0;
	padding:0;
	font-size:16px;
	color: #444;
}
.widget-item-slider .items .caption p {
	margin:0;
	font-size:13px;
	color: #444;
}
.widget-item-slider .items .caption .meta {
	font-size:13px;
	color: #999;
}
.widget-item-slider .prev-arr,
.widget-item-slider .next-arr {
	position:absolute;
	top:-36px;
	padding:0 4px;
	margin:0 2px;
	color: #999;
	cursor:pointer;
}
.widget-item-slider .prev-arr {
	right:45px;
}
.widget-item-slider .next-arr {
	right:25px;
}

/*--------------------------------------------------------------
11.2. Slider
--------------------------------------------------------------*/

.featured-slider,
.featured-gallery-slider {
	background:#999;
	position:relative;
}
.featured-slider .featured-item,
.featured-gallery-slider .featured-item {
	position:relative;
	height:250px;
	overflow:hidden;
}
.featured-slider .featured-item .icons {
	position:absolute;
	top:20px;
	left:15px;
	width:30px;
	height:30px;
	background:#000;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border-radius: 50%;
	padding:4px 0 0 0;
	text-align:center;
}
.featured-slider .featured-item .thumb,
.featured-gallery-slider .featured-item .thumb {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	top:0;
	left:0;
}
.featured-slider .featured-item .thumb img,
.featured-gallery-slider .featured-item .thumb img {
	width:100%;
}
.featured-slider .featured-item .overlay {
	position:absolute;
	width:100%;
	height:80%;
	bottom:0;
	background: #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	background: -webkit-linear-gradient(top, transparent, #000);
	background: -moz-linear-gradient(top, transparent, #000);
	background: -ms-linear-gradient(top, transparent, #000);
	background: -o-linear-gradient(top, transparent, #000);
	opacity:0.8;
}
.featured-slider .featured-item .caption {
	position:absolute;
	bottom:0;
	padding:5px 15px 45px 15px;
}
.featured-slider .featured-item .caption .issue {
	color: #FFF;
	font-size: 14px;
}
.featured-slider .featured-item .caption .issue span {
	background: #ff0000;
	display:inline-block;
	padding:0 5px;
	line-height:17px;
}
.featured-slider .featured-item .caption h2 {
	margin:0;
	padding:0;
	font-size:22px;
	color: #fff;
}
.featured-slider .featured-item .caption h2 a {
	color: #fff;
	text-decoration:none;
}
.featured-slider .featured-item .caption .meta {
	font-size: 13px;
	color: #bbb;
}
.featured-gallery-slider .featured-item .fullscreen {
	position:absolute;
	top:20px;
	right:20px;
}
.featured-gallery-slider .featured-item .fullscreen a {
	font-size:18px;
	padding:3px 7px;
	display:inline-block;
	background:#000;
	background:rgba(0,0,0,0.5);
	color: #fff;
}
.featured-slider .slick-dots,
.featured-gallery-slider .slick-dots {
	width:auto;
	position:absolute;
	bottom:0;
	padding:0;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.featured-slider .slick-dots li,
.featured-gallery-slider .slick-dots li {
	float:left;
	margin:0 2px;
	list-style:none;
}
.featured-slider .slick-dots li button,
.featured-gallery-slider .slick-dots li button {
	width:7px;
	height:7px;
	overflow:hidden;
	border-radius: 50%;
	background: #999;
	display:inline-block;
	font-size:0px;
}
.featured-slider .slick-dots li.slick-active button,
.featured-gallery-slider .slick-dots li.slick-active button {
	background: #fff;
}
.featured-gallery-slider .prev-arr,
.featured-gallery-slider .next-arr {
	position:absolute;
	top:40%;
	width:30px;
	height:30px;
	border-radius: 50%;
	color: #fff;
	cursor:pointer;
	display:inline-block;
	background:#000;
	background:rgba(0,0,0,0.5);
	z-index:10;
	text-align:center;
	padding-top:5px;
}
.featured-gallery-slider .prev-arr {
	left:10px;
	padding-right:2px;
}
.featured-gallery-slider .next-arr {
	right:10px;
	padding-left:2px;
}

/*--------------------------------------------------------------
11.3. Hot Issue
--------------------------------------------------------------*/

.hot-issue-box {
	border:1px solid #ff0000;
	margin-bottom:20px;
	box-sizing: border-box;
}
.hot-issue-box h3 {
	color: #fff;
	background: #ff0000;
	margin:0;
	padding:5px 8px;
	font-size:20px;
	font-weight: 700;
}
.hot-issue-box ul {
	padding:0;
	margin:0;
}
.hot-issue-box ul li {
	list-style:none;
	padding:0 10px;
}
.hot-issue-box ul li a {
	display:block;
	border-bottom:1px solid #eee;
	padding:7px 0;
	color: #444;
	text-decoration:none;
}

/*--------------------------------------------------------------
11.4. List Item
--------------------------------------------------------------*/

.list-item {
	padding: 17px 0;
	float: left;
	width: 100%;
	display:block;
	border-bottom:1px solid #eee;
}
.priority-2 .entry-thumb {
	width:107px;
	overflow:hidden;
	float:left;
}

.priority-2 .entry-thumb img {
	display: block;
	width: 80px;
	height: 54px;
	overflow: hidden;
} 

.list-item .no-thumb {
	background:#ccc;
	height:80px;
	font-size: 23px;
	color: #fff;
	text-align:center;
	padding:28px 0 0 0;
}

.priority-2 .entry-content {
	float:left;
	width:calc(100% - 94px);
}

.list-item .entry-content h2 {
	font-size:18px;
	font-weight: normal;
	margin: 0 0 4px 0 ;
	padding: 0;
	color: #000;
}

.priority-3 .entry-content h2 {
	font-size: 21px;
	font-weight: bold;
}

.list-item .entry-content .entry-meta {
	color:#8f99a6;
	font-size: 12px;
}

.priority-3 .entry-image img {
	display: block;
	margin: 0 0 8px 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.priority-3 .entry-content p {
	font-size: 15px;
	color: #444;
	margin: 0 0 6px 0;
}

.priority-3 .entry-meta span {
	color:#E64D00;
}

.list-item .entry-thumb {
	width:80px;
	overflow:hidden;
	float:right;
}


/*--------------------------------------------------------------
11.5. Title (Only) Listing
--------------------------------------------------------------*/
.list-entry-title {
	padding:0;
}
.list-entry-title li {
	padding:8px 0 6px 0;
	border-bottom:1px solid #eee;
	list-style:none;
}
.list-entry-title li h3 {
	font-size:16px;
}
.list-entry-title li h3 a {
	color: #444;
	text-decoration:none;
}
.list-entry-title li span.issue {
	color: #ff0000;
}
.list-entry-title li span.meta {
	font-size:13px;
	color: #999;
}


/*--------------------------------------------------------------
11.6. Live Listing
--------------------------------------------------------------*/

@keyframes blinking_dot {
	0% {opacity: 1;}
	89% {opacity: 1;}
	90% {opacity: 0;}
	99% {opacity: 0;}
	100% {opacity: 1;}
}

.live-item,
.live-featured-item {
	padding: 18px 0 0;
}

.live-item .entry-anounce,
.live-featured-item .entry-anounce {
	font-size: 15px;
	color: #444;
	margin: 0 0 6px 0;
	padding: 0 12px;
}

.live-item .entry-content,
.live-featured-item .entry-content {
	padding: 0 12px 5px;
}

.live-item .entry-content h2,
.live-featured-item .entry-content h2 {
	font-size: 20px;
}

.live-item .entry-cover,
.live-featured-item .entry-cover {
	clear: left;
	display: block;
	padding: 10px 0 0;
}

.live-item .entry-cover img,
.live-featured-item .entry-cover img {
	height: auto;
	width: 100%;
}

.live-item .entry-cover iframe,
.live-featured-item .entry-cover iframe {
	height: calc(100vw * 9 / 16) !important;
	width: 100% !important;
}

.live-item .entry-border,
.live-featured-item .entry-border {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: block;
	margin: 12px 12px 0;
}

.live-featured-item .live-dot {
	background: #bc261a;
	border-radius: 50%;
	display: inline-block;
	margin: 0 10px 2px 0;
	height: 8px;
	width: 8px;
}

.live-featured-item .live-dot.blinking {
	animation-name: blinking_dot;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

/*--------------------------------------------------------------
12. Content Inside
--------------------------------------------------------------*/

.entry-main .thumb-featured {
	color:#777;
}

.entry-main .thumb-featured p {
	margin: 0;
}

.post-featured {
	margin-bottom:10px;
}
.post-featured img,
.entry-main .thumb-featured img{
	width:100%;
	height: calc((100vw - 24px) / 1.50612) !important;
}

.entry-main .entry-title {
	margin: 0 0 12px 0;
}

.entry-main .entry-meta {
	margin-bottom:20px;
	font-size:13px;
	color: #999;
}

.entry-main .entry-meta .separator {
	display:inline-block;
	margin:0 5px;
}
.entry-main .entry-meta .author {
	font-weight: 700;
}
.entry-main .entry-content {
	margin-bottom:20px;
}

.entry-content h2, .entry-content h3, .entry-content h4 {}
.entry-content h3 {
	font-size:18px;
}

.articleContent {
	padding: 0 12px;
}

.articleContent .btn-load-updated-text { 
	background: rgb(44, 165, 224);
	width: 100%;
}

.articleContent .btn-load-updated-text[disabled] { 
	background: #e1e1e1;
	color: #777;
	cursor: default;
	width: 100%;
}

.articleContent .btn-load-updated-text .loader { 
	margin-left: 5px;
}

.articleContent figure {
	margin: 0;
}

.articleContent .lightbox-img {
	display: block;
	position: relative;
}

.articleContent .lightbox-img:after { 
	bottom: 0; 
	color: rgba(255, 255, 255, .5); 
	content: "\f002"; 
	font-family: "Font Awesome 5 Free"; 
	font-size: 18px; 
	font-weight: 900; 
	position: absolute; 
	right: 3px;
}

.articleContent .fr-img-caption {
	display: block; 
	margin: 26px 0;
}

.articleContent .articlePicDesc,
.articleContent .fr-img-caption .fr-img-wrap .fr-inner {
	color: #999; 
	display: block;
	font-size: 94%; 
	font-style: italic;
	padding-top: 5px;
}

.articleContent .img-carousel {
	margin-top: 20px;
	margin-bottom: 45px !important; 
}

.articleContent .img-carousel .img-carousel-caption {
	color: #999; 
	font-size: 94%; 
	font-style: italic; 
	margin-top: 5px;
}

.articleContent .img-carousel .slick-dots li button:hover,
.articleContent .img-carousel .slick-dots li button:focus
{
    box-shadow: none;
}

.articleContent .telegram-post-embed {
	border: none;
  overflow: hidden;
  min-width: 320px;
}

@keyframes placeHolderShimmer { 
	0% {
		background-position: -600px 0;
	}
	100% {
		background-position: 600px 0;
	}
}
.articleContent blockquote.twitter-tweet {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background-color: #eee;
	background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
	background-size: 600px 120px;
	height: 120px;
	margin: 0 20px 0 0;
	position: relative;
	width: 100%;
}

.articleContent blockquote.twitter-tweet a { 
	visibility: hidden;
}

.articleTags {
	line-height: 1.6em;
	margin: 14px 0;
}
.articleTags ul { 
	display: inline; 
	margin: 0; 
	padding: 0;
}
.articleTags li { 
	display: inline-block; 
	padding: 0 8px 0 0;
}
.articleTags li a { 
	color: #8f99a6;
}

.smm-subscription-telegram {
	background: #2ca5e0; 
	border-radius: 3px; 
	color: #fff; 
	display: block; 
	font-size: 17px; 
	margin: 26px 0 26px; 
	padding: 44px 10px 10px; 
	position: relative; 
	width: 100%;
}
.smm-subscription-telegram img {
	position: absolute;
	left: 10px;
	top: 14px;
	width: 140px;
}

.smm-subscription-telegram-text {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #666;
	display: block;
	font-size: 90%;
	padding: 15px 20px 15px 12px;
}

.entry-content .entry-announce h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 12px 0;
}

.entry-content .article-options {
	font-size: 14px;
	margin: 14px 0 8px 0;
	color: #8f99a6;
}

/* .entry-content #native_ad_1:empty {
	display: none;
} */

.article-adv-container {
	background: none;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin: 10px 0;
	padding: 8px 0px 10px;
}

.article-adv-container .adv-text {
	color: #999;
	font-size: 70%;
	margin-bottom: 2px;
	text-transform: lowercase;
}

.entry-content table td {
	vertical-align: top;
	font-size:90%;
	color: #444;
	padding: 4px 4px !important;
	border: 1px solid #eee;
	word-break: break-word;
}

.entry-content table.simple td {
	border: none;
}

.entry-main .entry-content .article-preview {
	display: inline-block;
	margin-top: 4px;
	background: #fc3e32;
	padding: 1px 4px;
	color: #fff;
}

.entry-main .entry-content .article-sponsored {
	display: inline-block;
    margin-top: 4px;
    background: #ffeb9e;
    padding: 1px 4px;
    color: #8b7930;
}

.entry-main .entry-info {
	font-size: 15px;
	color:#8f99a6;
	padding: 0 12px;
	margin-bottom:15px;
}

.entry-main .entry-footer {
	margin-bottom: 15px;
	padding: 0 12px;
}
.entry-main .entry-footer .social-share a {
	display:inline-block;
	margin:0 20px 0 0;
	font-size:36px;
	text-decoration:none;
}
.entry-main .entry-footer .social-share a.facebook {
	color:#3b5998;
}
.entry-main .entry-footer .social-share a.twitter {
	color:#55acee;
}
.entry-main .entry-footer .social-share a.gplus {
	color:#dd4b39;
}
.entry-main .entry-footer .social-share a.vk {
	color:#6383a8;
}
.entry-main .entry-footer .comment-nav a {
	display:inline-block;
	padding:2px 15px;
	background:#999;
	color: #fff;
	text-decoration:none;
}
.back-to-article {
	margin-bottom:30px;
}
.back-to-article a {
	color: #666;
	text-decoration:none;
	font-weight: 700;
}
.back-to-article a i.fa {
	display:inline-block;
	margin-right:10px;
	color: #bbb;
}

.gallery img {
	width:100%;
}

.app-title {
	margin-bottom:20px;
}

.input-field {
	border:1px solid #ddd;
	padding:10px 15px;
	margin-bottom:15px;
}
.input-field.no-border {
	border:none;
	padding:0;
	margin-bottom:25px;
}
.input-field .icons {
	margin:7px 10px 0 0;
	color: #999;
	float:left;
}
.input-field .input-form {
	border:none;
	width:100%;
	margin:0;
	padding:0;
}
.input-field .input-form:focus {
}
.input-field .input-form.with-icons {
	width:calc(100% - 30px);
}
.button-field .button-form {
	width:100%;
	margin-bottom:15px;
}

.tg-footer-popup {
	background: #f3f3f3; 
	bottom: -75px; 
	height: 75px; 
	padding: 15px 15px 20px; 
	position: fixed; 
	width: 100%;
}

.tg-footer-popup .col-tg-icon {
	float: left; 
	margin-right: 10px;
}

.tg-footer-popup .col-tg-icon i {
	color: #0088cc; 
	font-size: 42px;
}

.tg-footer-popup .col-text {
	align-items: center;
	display: flex;
	float: left;
	font-size: 16px;
	height: 100%;
}

.tg-footer-popup .col-text a {
	color: #444;
}

.tg-footer-popup .col-close-btn {
	border-left: solid 1px #c4c4c4;
	display: flex;
	float: right;
	height: 100%;
	padding-left: 15px;
}

.tg-footer-popup .col-close-btn i {
	color: #8F99A6; 
	margin-top: 5px;
}

/*--------------------------------------------------------------
12.1. Page
--------------------------------------------------------------*/

.page-inner-content {
	padding:20px;
	min-height: 370px;
}
.page-header-container {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	position:relative;
}
.page-header-container .pra-title {
	color: #999;
	font-size:18px;
	margin-bottom:10px;
	display:inline-block;
	margin-left:-10px;
}
.page-header-container .subtitle {
	color: #999;
	font-size:15px;
}
.page-header-container .pra-title i.fa {
	color: #ccc;
	display:inline-block;
	margin-right:5px;
}
.page-header-container .index-date {
	float:left;
	width:50%;
	padding-right:10px;
	box-sizing: border-box;
	overflow:hidden;
	margin-bottom:-20px;
}
.page-header-container .index-category {
	float:right;
	width:50%;
	padding-left:10px;
	margin-bottom:-20px;
}
.page-title {
	margin:0;
	padding:0;
}

/*--------------------------------------------------------------
12.2. Not Found
--------------------------------------------------------------*/
.not-found {
	padding:60px 20px 0 20px;
	text-align:center;
}
.not-found h2 {
	font-size:75px;
	font-weight: 700;
	margin:0;
	padding:0;
	color: #ccc;
}
.not-found h2.coming-soon {
	font-size:35px;
}
.not-found h3 {
	margin:0 0 30px 0;
	padding:0;
}
.not-found .btn-to-home {
	background: #000;
	color: #fff;
	padding:4px 20px;
	display:inline-block;
	font-size: 18px;
	text-decoration:none;
}

.block-title {
	padding: 20px 12px 12px;
}

.block-content {
	padding: 0 12px;
}

/*--------------------------------------------------------------
12.3. Login modal
--------------------------------------------------------------*/

#login_modal_mobile .head-modal-text {
	font-size: 20px;
	font-weight: bold;
}

#login_modal_mobile .head-close-modal {
	background: transparent;
	color: #000;
	border: none;
	font-size: 20px;
	float: right;
	opacity: .5;
	padding: 0;
}

#login_modal_mobile .head-close-modal:hover {
	opacity: 1;
}

#login_modal_mobile #login_modal {
	padding: 0 18px;
}

#login_modal_mobile #login_modal .oauth__wrapper {
	margin: 5px 0 0 0;
}

#login_modal_mobile #login_modal .fab,
#login_modal_mobile #login_modal .fas {
	font-size: 24px;
}

#login_modal_mobile #login_modal {
	margin: 0 auto;
	text-align: center;
	width: 210px;
}

#login_modal_mobile #login_modal .oauth__wrapper {
	margin: 3px 0;
	width: 100%;
}

#login_modal_mobile #login_modal_msg {
	margin: 28px 0 10px;
}

/*--------------------------------------------------------------
13. Footer
--------------------------------------------------------------*/


.telegram-block {
	background:#3da8dd; display: block; text-align: center; padding-top: 4px; 
}
.telegram-block img {  
	
}

.footer {
	background:#333;
	color: #bbb;
	padding:20px 15px;
}
.social-footer {
	margin-bottom:20px;
}
.social-footer .col {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 47%;
}
.social-footer .col.col-left {
	float: left;
}
.social-footer .col.col-right {
	float: right;
}
.social-footer a {
	border-bottom: solid 1px #555;
	color: #ddd;
	display: block;
	padding: 7px 0;
}
.social-footer a:last-child {
	border-bottom: none;
}
.social-footer a.js-push-button {
	background: #555;
	border-bottom: none;
	border-radius: 5px;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 7px;
	text-align: center;
}
.social-footer a > i.fa {
	color: #eaeaea;
	margin-right: 5px;
}

.footer .age-rating {
	float: right;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background: #fb5353;
	border-radius: 16px;
	padding: 6px;
	margin: 0 0 0 10px;
}

.footer .navigation {
	margin-bottom:5px;
}
.footer .navigation a {
	color: #999;
	display:inline-block;
	margin:0 10px 0 0;
	font-size:14px;
}
.footer .navigation a:first-child {
	margin-left: 0;
}
.footer .navigation a:last-child {
	margin-right: 0;
}
.footer .copyright {
	color: #666;
	font-size:13px;
}
#to-top {
	position: fixed;
	right: 30px;
	bottom: -100px;
	z-index: 55;
	width: 40px;
	height: 40px;
	text-align: center;
	overflow: auto;
	padding: 10px 0 0 0;
	font-size: 15px;
	cursor: pointer;
	background: #ff0000;
	background:rgba(102,102,102,0.5);
	color: #fff;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	z-index: 111;
	border-radius: 50%;
}

/*  KURS VALUT */
.kurs {
	padding: 8px 0;
	background: #d6deeb;
	color: #444d5c;
	font-size:13px;
	text-align: center;
}

.news-item {
	padding: 0 12px 12px;
}

.adv-placeholder {
	background: #ddd;
}

.more-news {
	padding: 5px 12px;
}

.kurs span {
	color: #65748d;
}

/* ADV */
.ad-640 {
	clear: both;
}
.ad-640 img {
	width: 100%;
	height: auto;
	display: block; 
}

.mar-10 {clear:both;padding:5px;}
.mar-20 {clear:both;padding:10px;}
.fit-adv {background: #ddd;}

img.lazy {background: #ddd; border: 0;}
.vacancy-list img.lazy {background: #fff;}

.material-card {background:#fcfbf9;border:1px solid #c3c9dc;padding:10px 14px;margin:10px 0 20px 0;}
.material-card-title {font-size:23px;margin-bottom:20px;}
.material-card-title {font-size:23px;margin-bottom:20px;}
.section-name {font-size: 22px;padding: 18px 12px 0 12px;}
.section-name a {color: #000;}

.pagination {padding: 0 12px 18px;}
.pagination .arrows {display: block;text-align: center;font-weight: bold;}
.pagination .arrows .next, .pagination .arrows .prev {padding: 0 6px;}
.pagination .arrows .next:after {content: ' →';}
.pagination .arrows .prev:before {content: '← ';}
.pagination .digits {display: block;margin: 15px 0 0 0;text-align: center;}
.pagination .digits a {padding: 5px 11px;border-radius: 2px;border: 1px #8fc3ff solid;}
.pagination .digits b {padding: 5px 8px;}

.adservices, .about, .contacts {padding: 12px;}
.adservices h2, .about h2, .contacts h2 {padding: 0;}
.adservices h3 {padding: 12px 0 18px;}

.inpage-ad .inpage-ad-footer {display: none;}
.inpage-ad.active {background: #fafafa;display: block;margin-left: -12px;margin-right: -12px;padding: 0 0 10px;}
.inpage-ad.active .inpage-ad-footer {display: block; padding-top: 16px;}
.inpage-ad.active .inpage-ad-footer a {color: #9a9a9a;display: block;font-size: 11px;text-align: center;}

.card-ainfo {background: #f5f6f6; margin: 0 0 32px; padding: 10px 0 0;}
.card-ainfo p {margin: 0 !important;}
.card-ainfo .row {margin-bottom: 14px; padding: 0 12px;}
.card-ainfo .head {color: #777; padding-bottom: 4px;}
.card-ainfo .card-title {font-size: 18px; line-height: 26px !important; margin-bottom: 12px;}
.card-ainfo .card-title .head {display: block; padding-bottom: 0}
.card-ainfo .card-title .note {color: #999; display: block; font-size: 12px; line-height: 18px;}
.card-ainfo .row-description {margin-bottom: 32px;}
.card-ainfo .row-price {background: #fefaef; padding-top: 5px; padding-bottom: 10px;}

.ico-h3-left {margin-right: 12px; vertical-align: middle; width: 32px;}

.photo-section-name {text-align: center;}
.photos {text-align: center;}
.photos a {margin: 15px;display: inline-block;}

.fotoViewFeatures { float:right; font-size:70%; color:#555555;}
.fotoViewFeatures a {color: #996600 }
.fotoViewContent {padding: 0 12px;}
.fotoList {text-align: center; padding: 15px;}
.fotoList img {margin: 4px 2px;}
.fotoViewBlock .flPic img {width:100%;opacity:1 !important;height: auto;}
.flPic .fa {float:left;position:absolute;/*background: url(#) center;*/}
.flPic .fa_l{background:url(/i/farrow_l.png) 20px 50% no-repeat;}
.flPic .fa_r{background:url(/i/farrow_r.png) 70px 50% no-repeat}

.widget-box.news-item .ad-640 {
	margin-left: -12px;
	margin-right: -12px;
}

.adv-wrapper-fullscreen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999999;
	padding: 12px;
	text-align: center;
}

.adv-wrapper-fullscreen .banner-container {
	max-height: 100%;
	width: 100%;
}

.adv-wrapper-fullscreen .banner-container a {
	display: block;
	width: 100%;
	max-height: 100%;
}

.adv-wrapper-fullscreen .banner-container a::before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.adv-wrapper-fullscreen .banner-container img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	height: auto !important;
	width: auto !important;
	margin: auto;
	vertical-align: middle;
}

.adv-wrapper-outer {
	display: table;
	height: 100%;
	width: 90%;
	margin: 0 5%;
}

.adv-wrapper-middle {
	display: table-cell;
	vertical-align: middle;
}

.adv-close-panel {
	opacity: 0.8;
	padding: 20px 0 10px;
	width: 100%;
}

.adv-close {
	vertical-align: middle;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 32px !important;
	line-height: 38px !important;
}

.adv-close-label {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	padding: 2px 0 0 8px;
}

.blur {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 16px;
	filter: url(#blur);
	-webkit-filter: url(#blur);
	-moz-filter: url(#blur);
	-ms-filter: url(#blur);
	filter: blur(8px);
	-moz-filter: blur(8px);
	-ms-filter: blur(8px);
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

#comments {
	padding: 0 15px;
}

.loadMore {
	text-align: center;
}

.loadMore a {
	margin: 20px 10px 0 10px;
	display: inline-block;
	vertical-align: middle;
	min-width: 248px;
	padding: 16px 24px 17px;
	font-size: 15px;
	text-decoration: none;
	position: relative;
	text-align: center;
	border: 1px solid #d0d4da;
}

.loadMore.inversed a {
	background: #3288ea;
	color: #fff;
}

.spinner {
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.authorInfo {
	display: block;
}

.authorAvatar {
	width: 60px;
	height: 60px;
	background: #dddddd;
	border-radius: 40px;
	overflow: hidden;
}

.authorAvatar img {
	width: 100%;
}

.authorBio {
	font-size: 13px;
	text-decoration: none;
	color: #878787;
}

.authorInfoLeft, .authorInfoRight {
	float: left;
	margin: 0 10px 0 0;
}

.views-count {
	margin: 10px 0 0 0;
	padding: 4px;
}

.block-latest-articles {
	margin: 0 -12px;
	padding: 1px 12px;
	background: #ECF4FE;
	clear: both;
}

.block-latest-articles .list-item {
	border-bottom: none;
	display: block;
	color: #000;
}

.block-latest-articles .list-item h2 {
	color: #153860;
	font-weight: 500;
}

.covid-block {
	background: #fff7de;
	border: 1px solid #dccd60;
	border-radius: 10px;
	color: #111;
	display: inline-block;
	font-size: 0.9em;
	margin: 24px -4px 0;
	padding: 6px 10px;
	position: relative;
	width: 100%;
}

.covid-block .covid-icon {
	height: 22px;
	left: 10px;
	position: absolute;
	width: 22px;
}

.covid-block .block-row {
	display: block;
	height: 18px;
	margin-bottom: 4px;
	position: relative;
}

.covid-block .block-row .block-row-item {
	position: absolute;
	top: 0;
}

.covid-block .block-row .row-key {
	background: #fff7de;
	left: 64px;
	padding-left: 4px;
}

.covid-block .block-row .row-value {
	border-bottom: dotted 1px rgba(0, 0, 0, .15);
	height: 18px;
	left: 0;
	width: 64px;
}

.covid-block .block-row .row-value span {
	background: #fff7de;
	padding-right: 4px;
}

.covid-block .show-more {
	bottom: 7px;
	color: #de5c53;
	display: block;
	position: absolute;
	right: 10px;
	text-transform: lowercase;
}

.covid-block .block-title {
	padding: 1px 0 5px 28px;
	opacity: .6;
}

.widget-box.news-item .covid-block {
	margin-bottom: 12px;
	margin-top: 14px;
}

.widget-box.news-item .covid-block::after {
	border-bottom: 1px solid #eee;
	bottom: -14px;
	content: "";
	left: 0;
	display: inline-block;
	width: 100%;
	position: absolute;
}

.covid-stats {
	padding: 0 12px 12px;
}

.covid-stats h3 {
	margin: 24px 0 14px;
}

.covid-stats .table-wrapper {
	overflow-x: scroll;
	padding-bottom: 10px;
}

.covid-stats-table {
	border-collapse: collapse;
	font-size: 85%;
	max-width: 100%;
}

.covid-stats-table thead th,
.covid-stats-table tfoot th {
	background: #fff7de;
	font-weight: normal;
	padding: 8px 7px;
	word-break: break-all;
}

.covid-stats-table tbody td {
	padding: 8px 7px;
}

.covid-stats-table tbody td,
.covid-stats-table thead th,
.covid-stats-table tfoot th {
	border-bottom: solid 1px #ccc;
	text-align: left;
}

.covid-stats-table .c-position {
	font-size: 80%; color: #666;
}

.covid-stats-table .c-region {
	word-break: break-all;
}

.covid-stats-table .c-new {
	color: #666; padding-left: 4px;
}

.covid-stats-table tbody td.green-bg {
	background: #eaf8e6;
}
.covid-stats-table tbody td.grey-bg {
	background: #f3f3f3;
}

#covid-stats-cis-chart {
	height: 500px;
	width: 100%;
	font-size: 85%;
}

.covid-stats-note {
	color: #666;
	font-size: 80%;
}

select.ramadan-city {
	display: block;
	margin: 5px 0 15px;
}

.ramadan-current-date {
	font-size: 16px;
	margin: 24px 0 10px;
}

table.ramadan-events {
	margin-bottom: 32px;
	width: 100%;
}

table.ramadan-events td {
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
	font-size: 18px;
	padding: 5px 10px;
	vertical-align: top;
}

table.ramadan-events td.event {
	font-weight: bold;
	min-width: 70px;
}

table.ramadan-events td.value {
	font-weight: bold;
	min-width: 50px;
}

table.ramadan-events td.time-left {
	color: #777;
	padding-left: 24px;
}

table.ramadan-events td.time-left .small {
	font-size: 12px;
}

table.ramadan-events tr.day td {
	background: #fff8de;
}

table.ramadan-events tr.night td {
	background: #eaf4ff;
}

table.ramadan-month {
	font-size: 85%;
	margin-top: 12px;
	width: 100%;
}

table.ramadan-month th {
	background: #fff7de;
	border: solid 1px #ddd;
	font-weight: normal;
	padding: 8px 7px;
}

table.ramadan-month .date {
	min-width: 100px;
}

table.ramadan-month td {
	border: solid 1px #ddd;
	padding: 5px 8px;
}

table.ramadan-month tr.past td {
	background: #f3f3f3;
	color: #ccc;
}

table.ramadan-month tr.today td {
	background: #eaf8e6;
	font-weight: bold;
}

ul.nav-fifa {
	margin: 15px 0;  
	padding: 0;
}

ul.nav-fifa li {
	display: inline-block; 
	list-style-type: none; 
	margin: 0 18px 0 0;
}

ul.nav-fifa li a {
	display: block;
	font-size: 15px;
	padding: 5px 0;
}

ul.nav-fifa li a.active, ul.nav-fifa li a.active:hover{
	color: #000 !important;
}

.fifa-block-container {
	background: #f8fafc;
	clear: both;
	margin: 0 -12px;
	padding: 4px 12px 8px;
}

.fifa-block ul.nav-fifa li a {
	font-weight: normal;
}

.fifa-block ul.nav-fifa {
	padding: 0;
}

.fifa-block .fifa-match-item,
.fifa-block .fifa-match-item h5 {
	font-size: 15px;
}

.fifa-block .click-logo {
	margin-bottom: 10px;
	text-align: center;
}

.fifa-block .click-logo img {
	height: 32px;
	width: 79px; 
}

.fifa-page .fifa-block .click-logo {
	margin-bottom: 16px;
}

.fifa-page .live-dot {
	animation-name: blinking_dot;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	background: #bc261a;
	border-radius: 50%;
	height: 12px;
	width: 12px;
}

.fifa-page h3 {
	font-size: 16px; 
	margin: 20px 0 12px;
}

.fifa-page #calendar,
.fifa-page #standings {
	margin-top: -10px;
}

.fifa-page .team-flag {
	height: 10px; 
	outline: solid 1px #eaeaea; 
	width: 15px;
}

.fifa-page .team-flag-placeholder {
	background: #ccc; 
	display: inline-block;
}

.fifa-match-item {
	border: solid 1px #e8e8e8; 
	border-radius: 8px; 
	color: #000;
	cursor: default; 
	display: block;
	margin: 0 0 16px; 
	padding: 12px 14px; 
	width: 100%;
}

.fifa-match-item h5 {
	color: #8f99a6; 
	font-weight: normal; 
	font-size: 16px; 
	margin: 0 0 5px; 
	padding: 0;
}

.fifa-page .table-standings-overflow-container {
	float: left;
	overflow-x: auto;
	width: calc(100vw - 209px);
}
.fifa-page .table-standings-overflow-container table {
	min-width: calc(100vw - 209px);
	white-space: nowrap;
}
.fifa-page .table-standings-overflow-container table th,
.fifa-page .table-standings-overflow-container table td {
	text-align: center !important;
	width: 12.5%;
}

.fifa-page .fifa-match-item table td,
.fifa-page .table-standings thead th,
.fifa-page .table-standings tbody td {
	border: none;
	vertical-align: middle;
}

.fifa-page .table-standings {
	margin: -5px 0 24px; 
	width: auto;
}

.fifa-page .table-standings .team-name {
	width: 157px;
}

.fifa-page .table-standings .rank {
	padding-left: 8px !important; 
	padding-right: 10px !important;
	width: 26px;
}

.fifa-page .table-standings thead th {
	border-bottom: solid 1px #e8e8e8; 
	color: #8f99a6; 
	font-size: 12px; 
	font-weight: normal; 
	padding: 5px 3px !important; 
	text-align: left;
}

.fifa-page .table-standings tbody td {
	border-bottom: solid 1px #e8e8e8; 
	font-size: 14px;
	letter-spacing: -0.25px;
	padding: 7px 3px !important;
}

.fifa-page .table-standings tbody tr:last-child td {
	border-bottom: none;
}

.fifa-page .table-standings tbody tr.rank-1 td.rank, 
.fifa-page .table-standings tbody tr.rank-2 td.rank {
	border-left: solid 3px #297cdd; 
	padding-left: 7px !important;
}

.fifa-match-item .teams {
	padding-right: 12px !important; 
	width: 50%;
}

.fifa-match-item .teams ul {
	margin: 0;
	padding: 0;
}

.fifa-match-item .teams li {
	list-style-type: none; 
	padding: 5px 0 5px 23px;
}

.fifa-match-item .teams .team-flag {
	margin: 0 5px 0 -23px; 
}

.fifa-match-item.active {
	background: #fff;
}

.fifa-match-item .score {
	border-left: solid 1px #e8e8e8 !important; 
	border-right: solid 1px #e8e8e8 !important; 
	color: #8f99a6; 
	text-align: center; width: 50px;
	width: 20%;
}

.fifa-match-item.active .score,
.fifa-match-item.finished .score {
	color: #000;
}

.fifa-match-item .started_at {
	padding-left: 12px !important;
}

.fifa-match-item .started_at .date {
	padding-bottom: 2px;
}

.fifa-match-item.active .started_at .time {
	color: red;
}

.fifa-match-item .live-dot {
	display: none;
}

.fifa-match-item.active .live-dot {
	display: block;
	float: right;
}

.fifa-page .playoff-standings-chart {
	height: 950px;
	margin-bottom: 18px;
	position: relative; 
	overflow-x: scroll; 
	overflow-y: hidden; 
}
.fifa-page .playoff-standings-chart::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

.fifa-page .playoff-standings-chart .fifa-match-item {
	background: #fff; 
	float: none; 
	width: 215px;
}

.fifa-page .playoff-standings-chart .fifa-match-item .teams {
	padding-right: 0 !important; 
	width: 100%;
}

.fifa-page .playoff-standings-chart .chart-col {
	position: absolute; 
	top: 0;
}

.fifa-page .playoff-standings-chart .chart-col .fifa-match-item {
	position: relative;
}

.fifa-page .playoff-standings-chart .chart-col .hl {
	border: 1px solid #e8e8e8; 
	border-bottom: 0; 
	box-sizing: border-box; 
	height: 1px; 
	position: absolute; 
	top: 46px; 
	z-index: -1;
}

.fifa-page .playoff-standings-chart .chart-col .vl {
	border: none; 
	border-right: 1px solid #e8e8e8; 
	box-sizing: border-box; 
	left: -14px; 
	position: absolute; 
	width: 1px;
}

.fifa-page .playoff-standings-chart .chart-col-1 {
	left: 0; 
	width: 225px;
}

.fifa-page .playoff-standings-chart .chart-col-1 .hl {
	left: 0; 
	width: 225px;
}

.fifa-page .playoff-standings-chart .chart-col-2 {
	left: 239px;
}

.fifa-page .playoff-standings-chart .chart-col-2 .fifa-match-item-1 {
	top: 56px;
}

.fifa-page .playoff-standings-chart .chart-col-2 .fifa-match-item-2 {
	top: 169px;
}

.fifa-page .playoff-standings-chart .chart-col-2 .fifa-match-item-3 {
	top: 281px;
}

.fifa-page .playoff-standings-chart .chart-col-2 .fifa-match-item-4 {
	top: 393px;
}

.fifa-page .playoff-standings-chart .chart-col-2 .vl {
	height: 112px; 
	top: -10px;
}

.fifa-page .playoff-standings-chart .chart-col-2 .hl,
.fifa-page .playoff-standings-chart .chart-col-3 .hl {
	left: -12px; 
	width: 237px;
}

.fifa-page .playoff-standings-chart .chart-col-3 {
	left: 478px;
}

.fifa-page .playoff-standings-chart .chart-col-3 .fifa-match-item-1 {
	top: 170px;
}

.fifa-page .playoff-standings-chart .chart-col-3 .fifa-match-item-2 {
	top: 507px;
}

.fifa-page .playoff-standings-chart .chart-col-3 .vl {
	height: 225px; 
	top: -67px;
}

.fifa-page .playoff-standings-chart .chart-col-4 {
	left: 717px;
}

.fifa-page .playoff-standings-chart .chart-col-4 .fifa-match-item-1 {
	top: 397px;
}

.fifa-page .playoff-standings-chart .chart-col-4 .hl {
	left: -12px; 
	width: 225px;
}

.fifa-page .playoff-standings-chart .chart-col-4 .vl {
	height: 449px; 
	top: -180px;
}

.fifa-match-details {
	margin: 16px 0 0;
}

.fifa-match-details.active .date {
	color: #bc261a;
}

.fifa-match-details.active .live-dot {
	display: block; 
	float: right; 
	margin: 5px 0 0 5px;
}

.fifa-match-details table {
	cursor: default;
}

.fifa-match-details table.rounded-corners {
	border: solid 1px #e8e8e8; 
	border-radius: 8px; 
	border-collapse: separate; 
	overflow: hidden;
}

.fifa-match-details table.rounded-corners td {
	border: none;
}

.fifa-match-details table.match-data {
	margin: 20px auto; 
	width: 100%;
}

.fifa-match-details table.match-data td {
	border: none;
	text-align: center;
}

.fifa-match-details table.match-data td.score {
	font-size: 32px; 
	padding-top: 10px !important; 
	width: 70px;
}

.fifa-match-details table.match-data td.team {
	font-size: 16px; 
	width: 160px;
}

.fifa-match-details table.match-data td.team .team-flag {
	margin: 0 0 12px; 
	height: 52px; 
	width: 78px;
}

.fifa-match-details table.match-data td.sep {
	font-weight: 900; 
	padding-top: 20px !important;
}

.fifa-match-details table.match-data tr.goals td {
	color: #8f99a6; 
	font-size: 14px; 
	padding: 2px 0 !important;
}

.fifa-match-details table.match-data tr.goals td.home {
	text-align: left;
} 

.fifa-match-details table.match-data tr.goals td.away {
	text-align: right;
} 

.fifa-match-details table.match-statistics, .fifa-match-details table.match-players {
	margin: 0 auto 20px; 
	width: 100%;
}

.fifa-match-details table.match-statistics td, .fifa-match-details table.match-players td {
	font-size: 14px;
	padding: 6px 0;
	text-align: center;
}

.fifa-match-details table.match-statistics th, .fifa-match-details table.match-players th {
	font-weight: normal;
	padding: 8px 0 4px;
	text-align: center;
}

.fifa-match-details table.match-statistics th .team-flag, .fifa-match-details table.match-players th .team-flag {
	height: 16px; 
	width: 24px;
}

.fifa-match-details table.match-statistics .value {
	width: 100px;
}

.fifa-match-details table.match-players .number {
	width: 42px;
}

.fifa-match-details table.match-players .name {
	width: 38%;
}

.fifa-match-details table.match-players td.name.home {
	text-align: left;
}

.fifa-match-details table.match-players td.name.away {
	text-align: right;
}

.fifa-match-details table .no-data {
	color: #8f99a6; 
	display: block;
	font-size: 14px; 
	padding: 16px 0 !important;
}

.tab-content {
	display: none;
}

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