/*--------------------------------------------------------------
1. Import
--------------------------------------------------------------*/

@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');

@font-face {
  font-family: 'Factor A';
  src: url('/fonts/Factor-A/Factor-A-Regular-Web.woff2') format('woff2'), url('/fonts/Factor-A/Factor-A-Regular-Web.woff') format('woff'), url('/fonts/Factor-A/Factor-A-Regular-Web.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Factor A';
  src: url('/fonts/Factor-A/Factor-A-Italic-Web.woff2') format('woff2'), url('/fonts/Factor-A/Factor-A-Italic-Web.woff') format('woff'), url('/fonts/Factor-A/Factor-A-Italic-Web.ttf') format('truetype');

  font-weight: normal;
  font-style: italic;
}
@font-face {
	font-family: 'Factor A';
	src: url('/fonts/Factor-A/Factor-A-Light-Web.woff2') format('woff2'), url('/fonts/Factor-A/Factor-A-Light-Web.woff') format('woff'), url('/fonts/Factor-A/Factor-A-Light-Web.ttf') format('truetype');

	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Factor A';
	src: url('/fonts/Factor-A/Factor-A-Light-Italic-Web.woff2') format('woff2'), url('/fonts/Factor-A/Factor-A-Light-Italic-Web.woff') format('woff'), url('/fonts/Factor-A/Factor-A-Light-Italic-Web.ttf') format('truetype');

	font-weight: 300;
	font-style: italic;
}
@font-face {
  font-family: 'Factor A';
  src: url('/fonts/Factor-A/Factor-A-Medium-Web.woff2') format('woff2'), url('/fonts/Factor-A/Factor-A-Medium-Web.woff') format('woff'), url('/fonts/Factor-A/Factor-A-Medium-Web.ttf') format('truetype');

  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Factor A';
  src: url('/fonts/Factor-A/Factor-A-Medium-Italic-Web.woff2') format('woff2'), url('/fonts/Factor-A/Factor-A-Medium-Italic-Web.woff') format('woff'), url('/fonts/Factor-A/Factor-A-Medium-Italic-Web.ttf') format('truetype');

  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Factor A';
  src: url('/fonts/Factor-A/Factor-A-Bold-Web.woff2') format('woff2'), url('/fonts/Factor-A/Factor-A-Bold-Web.woff') format('woff'), url('/fonts/Factor-A/Factor-A-Bold-Web.ttf') format('truetype');

  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Factor A';
  src: url('/fonts/Factor-A/Factor-A-Bold-Italic-Web.woff2') format('woff2'), url('/fonts/Factor-A/Factor-A-Bold-Italic-Web.woff') format('woff'), url('/fonts/Factor-A/Factor-A-Bold-Italic-Web.ttf') format('truetype');

  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

/*--------------------------------------------------------------
2. Normalize
--------------------------------------------------------------*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	color: #000;
}

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;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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: 'Factor A', 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, .h1 {font-size:30px;}
h2, .h2 {font-size:26px;}
h3, .h3 {font-size:24px;}
h4, .h4 {font-size:18px;}
h5, .h5 {font-size:18px;}
h6, .h6 {font-size:16px;}

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: bold;}

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

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

.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;
}


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

.clear:after {
	clear: both;
}

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

a.link-with-icon i {
	background-color: #0078f0;
}

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;
}
/*--------------------------*/

/*--------------------------------------------------------------
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: bold;
	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: 8px 10px;
	position: absolute;
	right: 0;
	top: 0;
}
.top-left-nav .searchbar button i {
    background-color: #fff;
}

.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 {
	background: url("/i/flag_ru.gif") no-repeat left center;
	margin-right: 10px;
	padding-left: 17px;
}

.main-left-nav .lang > span.oz a {
	background: url("/i/flag_uz.gif") no-repeat left center;
	margin-right: 10px;
	padding-left: 17px;
}

.main-left-nav .lang > span.en a {
	background: url("/i/flag_en.gif") no-repeat left center;
	padding-left: 17px;
}

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

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

.side-nav {
	z-index: 1001;
}

#sidenav-overlay {
	top: 56px;
	z-index: 1000;
}

#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: bold;
}

#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: bold;
}

#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-right a i,
#slide-out-left .menu-right a .vk-custom {
	margin-left: 2px;
	height: 17px;
	width: 17px;
}
#slide-out-left .menu-right a i {
    background-color: #666;
}
#slide-out-left .menu-right a .vk-custom > path {
	fill: #666;
}

/*--------------------------------------------------------------
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: #87f1ff;
	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% - 280px);
	padding: 0;
}
.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 {
    display: flex;
	float:right;
}
.top-navbar .top-navbar-left a,
.top-navbar .top-navbar-right a {
	padding: 15px;
	display: inline-block;
}
.top-navbar .top-navbar-left a i,
.top-navbar .top-navbar-right a i {
    background-color: #000;
    height: 25px;
}

.top-navbar-right a.btn-user-menu {
	color: #599fa8;
}

.top-navbar-right .btn-user-menu.hidden {
	display: none;
}

.top-navbar-right .user-image {
	border-radius: 50%;
	display: block;
	height: 25px;
	margin-top: 5px;
	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 {
	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.2. Bottom navbar
--------------------------------------------------------------*/
.bottom-navbar {
	bottom: 0;
	height: 61px;
	left: 0;
	position: fixed;
	right: 0;
}

.bottom-navbar__wrapper {
	background: #fff;
	box-shadow: 0 -4px 12px 0 rgba(0, 0, 0, .15);
	font-size: 0;
	height: 100%;
	position: relative;
	width: 100%;
}

.bottom-navbar__item {
	display: inline-block;
	font-size: 12px;
	height: 53px;
	line-height: 12px;
	text-align: center;
	width: 33.3%;
}

.bottom-navbar__item a {
	color: #333;
	display: block;
	height: 53px;
	padding: 2px 0;
}

.bottom-navbar__item i {
    color: #777;
	display: block;
	font-size: 24px;
	line-height: 28px;
}

.bottom-navbar__item.active a,
.bottom-navbar__item.active i {
	color: #1ab6cb;
}

/*--------------------------------------------------------------
10.3 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;
}

/*--------------------------------------------------------------
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:bold;
	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: bold;
}
.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. Small Listing
--------------------------------------------------------------*/

.small-listing-item,
.small-thumb-item {
	padding: 18px 0 18px 0;
	float:left;
	width:100%;
	display:block;
	border-bottom:1px solid rgba(0, 0, 0, .1);
}
.small-listing-item .entry-thumb {
	width:107px;
	overflow:hidden;
	float:left;
}
.small-listing-item .entry-thumb .no-thumb {
	background:#ccc;
	height:80px;
	font-size: 23px;
	color: #fff;
	text-align:center;
	padding:28px 0 0 0;
}
.small-listing-item .entry-thumb img,
.small-thumb-item .entry-thumb img,
.big-thumb-item .entry-thumb img {
	width:100%;
}
.small-listing-item .entry-content {
	padding:0 0 0 15px;
	float:left;
	width:calc(100% - 127px);
}
.small-listing-item .entry-content .issue,
.small-thumb-item .entry-content .issue {
	color: #ff0000;
	font-size:14px;
}
.small-listing-item .entry-content h2,
.small-thumb-item .entry-content h2 {
	font-size:17px;
	font-weight: normal;
	margin:0;
	padding:0;
	color: #000;
	margin-bottom:5px;
}
.small-listing-item .entry-content .entry-meta,
.small-thumb-item .entry-content .entry-meta,
.big-thumb-item .entry-content .entry-meta,
.block-featured-news .entry-meta
{
	color:#999;
	font-size: 14px;
	margin-bottom: 3px;
}
.small-listing-item .entry-content .entry-meta i,
.small-thumb-item .entry-content .entry-meta i,
.big-thumb-item .entry-content .entry-meta i,
.block-featured-news .entry-meta i
{
    background-color: #999;
}
.small-listing-item .entry-content .event-organization,
.small-thumb-item .entry-content .event-organization,
.big-thumb-item .entry-content .event-organization {
	color:#e1a02d;
	font-size: 80%;
}

.small-listing-item .entry-content .entry-event-details,
.small-thumb-item .entry-content .entry-event-details,
.big-thumb-item .entry-content .entry-event-details {
	color:#999;
	font-size: 14px;
}

.small-listing-item .entry-content .entry-event-details i,
.small-thumb-item .entry-content .entry-event-details i,
.big-thumb-item .entry-content .entry-event-details i {
	background-color:#999;
	height: 14px;
}

.small-listing-item .entry-content .event-details-row,
.small-thumb-item .entry-content .event-details-row,
.big-thumb-item .entry-content .event-details-row {
	padding-top: 2px;
	padding-bottom: 2px;
}

/*--------------------------------------------------------------
11.5. Small Listing Alternate
--------------------------------------------------------------*/
.small-listing-item-alt {
	padding:20px 0;
	border-bottom:1px solid #eee;
	float:left;
	width:100%;
}
.small-listing-item-alt .content {
	float:left;
	max-width:calc(100% - 80px);
}
.small-listing-item-alt .content.search-result {
	max-width:100%;
}
.small-listing-item-alt .content h3 {
	margin:0 0 3px 0;
	padding:0;
	font-size:18px;
	font-weight: bold;
}
.small-listing-item-alt .content h3 a {
	color: #444;
	text-decoration:none;
}
.small-listing-item-alt .content .meta {
	font-size:13px;
	color: #999;
	margin:0 0 5px 0;
}
.small-listing-item-alt .content p {
	margin:0;
}
.small-listing-item-alt .thumb {
	float:right;
	width:70px;
	max-height:70px;
	overflow:hidden;
}
.small-listing-item-alt .thumb img {
	width:100%;
}

.small-thumb-item .entry-thumb {
	width:80px;
	overflow:hidden;
	float:right;
}
.small-thumb-item .entry-cover {
	display: block; 
	clear: left;
	padding: 10px 0 0 0;
}
.small-thumb-item .entry-cover img {
	width: 100%;
	height: auto;
}
.small-thumb-item .entry-content {
	float: left;
	width: 100%; ;
}
.small-thumb-item.with-picture .entry-content {
	width:calc(100% - 20px); 
}


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

@keyframes example {
	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 {
	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: example;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}


/*--------------------------------------------------------------
11.7. 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;
}

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

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

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

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

.entry-main .entry-title {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 24px;
	font-weight: bold;
}
.entry-main .entry-title.page {
	margin-bottom:15px;
}
.entry-main .entry-meta {
	margin-bottom:20px;
	font-size:13px;
	color: #999;
}
.entry-main .entry-meta i {
    background-color: #999;
    height: 13px;
    vertical-align: initial;
}

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

.article-options .itemCat,
.entry-meta .itemCat {
	color: #ddae5a;
}

.article-options i {
    background-color: #999;
}

.entry-main .entry-content {
	margin-bottom:20px;
}

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

.entry-content.HIGH h2 {
	font-size: 125%;
	font-weight: bold;
}

.entry-content.LOW h2 {
	color: #333;
}

.entry-anounce {
	font-size: 17px;
	color: #000;
}

.articleDesc {
	font-size: 120%;
	padding: 0;
}

.articleContent {
	padding: 0 12px;
}

.articleContent .article-text {
    font-size: 17.5px;
}

.articleContent figure {
	margin: 0;
}

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

.articleContent .lightbox-img:after,
.thumb-featured .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;
}

.lightboxOverlay {
	opacity: 1 !important;
	z-index: 10000 !important;
}

.lightbox {
	z-index: 10001 !important;
}

.lightbox .lb-image {
	background-color: #000 !important;
	border: solid 4px #000 !important;
}

.lightbox .lb-container, .lightbox .lb-outerContainer {
	background-color: #000 !important;
}

.lightbox .lb-cancel {
	background: url('/i/loading.gif') no-repeat !important;
}

.lb-closeContainer {
	position: fixed;
	bottom: 10vh;
	right: calc(50vw - 15px);
}

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

.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 .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;
	border-left: none;
	height: 120px;
	margin: 0 20px 0 0;
	position: relative;
	width: 100%;
}

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

.footnote-popup {
	background: #fff;
	border: solid 1px #ccc;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 5px 20px rgba(0, 0, 0, .2);
	display: none;
	margin: 0 auto;
	left: 0 !important;
	right: 0 !important;
	padding: 15px 20px;
	position: absolute;
	width: 98%;
	z-index: 100000;
}

.footnote-popup .footnote-popup-close {
	padding: 5px 10px;
	color: #b1b1b1;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.footnote-popup .footnote-popup-title {
	font-weight: bold;
}

.footnote-popup .footnote-popup-body p:last-child {
	margin-bottom: 0;
}

.entry-main .articleTags { 
	color: #8f99a6; 
	line-height: 1.875em;
	margin: 10px 0; 
}
.entry-main .articleTags ul { 
	display: inline; 
	margin: 0; 
	padding: 0;
}
.entry-main .articleTags li { 
	display: inline-block; 
	padding: 0 8px 0 0;
}

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

.entry-content .article-options .itemCat {
	margin-right: 15px;
}

.articlePicDesc {
	font-size: 14px;
	padding: 8px 0 8px 0;
	color: #8f99a6;
}

.articlePicDesc {
	padding: 0 12px;
	font-size:90%;
}

.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 .post-event-details p {
	clear: both;
}

.entry-content .post-event-details p i {
	background-color: #898989;
	display: block;
	float: left;
	margin-top: 4px;
}

.entry-content .post-event-details p span {
	display: block;
	margin-left: 32px;
}

.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-content .company-block {
	margin: 0 0 20px;
}

.entry-main .entry-content .company-block .company-info {
	margin: 0 0 20px;
}

.entry-main .entry-content .company-block .company-info dl {
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.entry-main .entry-content .company-block .company-info dt {
	border-bottom: 1px dotted #999;
	color: #999;
	display: inline-block;
	line-height: 15px;
	padding: 0;
	position: relative;
	vertical-align: top;
	width: 39%;
} 

.entry-main .entry-content .company-block .company-info dt span {
	background: #fff;
	bottom: -3px;
	left: 0;
	padding: 0 4px 0 0;
	position: absolute;
}

.entry-main .entry-content .company-block .company-info dd {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0;
	width: 59%;
}

.entry-main .entry-content .company-block .company-info dd a {
	color: #000;
}
.entry-main .entry-content .company-block .company-info dd a:hover {
	color: #B40000;
}

.entry-main .entry-content .company-block .company-info dd:last-child {
	margin-bottom: 0;
}

.entry-main .entry-info {
	color:#8f99a6;
	margin-bottom: 15px;
}

.entry-main .entry-info .entry-meta {
	font-size: 16px;
	margin-top: 15px;
}

.entry-main .entry-info .entry-meta > ul {
  margin: 0;
  padding: 0;
}

.entry-main .entry-info .entry-meta > ul > li {
  display: inline-block;
  list-style-type: none;
  margin-right: 32px;
  position: relative;
}

.entry-main .entry-info .entry-meta > ul > li:last-child {
  margin-right: 0;
}

.entry-main .entry-info .entry-meta > ul > li a {
  color: #999999;
}

.entry-main .entry-info .entry-meta > ul > li a:hover {
  color: #B40000;
}

.entry-main .entry-info .entry-meta .dropdown-content {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
	margin: 30px 0 0;
	padding: 0;
}

.entry-main .entry-info .entry-meta .dropdown-content li {
	list-style-type: none;
	margin: 0;
}

.entry-main .entry-companies {
	margin: 28px 0 0;
}

.entry-main .entry-companies .company-item {
	border-top: solid 1px #E5E5E5;
	display: table;
	padding: 18px 0 14px;
	width: 100%;
}

.entry-main .entry-companies .company-item:last-child {
	padding-bottom: 0;
}

.entry-main .entry-companies .company-logo {
	display: table-cell;
	width: 94px;
}

.entry-main .entry-companies .company-logo img {
	height: auto;
	width: 80px;
}

.entry-main .entry-companies .company-logo .placeholder {
	background: #C4C4C4;
	display: block;
	height: 54px;
	width: 80px;
}

.entry-main .entry-companies .company-info {
	display: table-cell;
	vertical-align: top;
}

.entry-main .entry-companies .company-name {
	margin-top: -5px;
}

.entry-main .entry-companies .company-name a {
	color: #E02F17;
	font-size: 16px;
}

.entry-main .entry-companies .company-description {
	font-size: 14px;
	line-height: 19px;
}

.entry-main .entry-companies .company-description a {
	color: #666;
}

.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: bold;
}
.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 {
	background-color: #0088cc;
	height: 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 {
	background-color: #8F99A6;
    height: 18px;
	margin-top: 5px;
}

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

.page-inner-content {
	padding:20px;
	min-height: 370px;
}
.page-inner-block {
	margin-left: 12px;
	margin-right: 12px;
}
.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: bold;
	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 {
	font-size: 21px;
  font-weight: 500;
	padding: 40px 12px 0 12px;
}

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

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

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

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

.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 {
	height: 18px;
}

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

#login_modal_mobile #login_modal .oauth__wrapper {
	margin: 4px 0;
	height: 38px;
	width: 100%;
}

#login_modal_mobile #login_modal .oauth__wrapper #appleid-signin {
	height: 36px;
}

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

/*--------------------------------------------------------------
12.4. Video player
--------------------------------------------------------------*/

.embed-video-player {
	cursor: pointer;
	display: block;
	position: relative;
}

.embed-video-player.paused .play-btn {
	display: block;
}

.embed-video-player .play-btn {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -38px;
	margin-top: -38px;
}

.embed-video-player video {
	width: 100% !important;
}

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


.telegram-block {
	background:#3da8dd; 
	display: block; 
	color: #fff;
    font-size: 21px;
	margin-top: 30px;
	padding: 16px 20px;
}
.telegram-block i {  
	font-size: 1.3em;
	margin-right: 12px;
}

.footer {
	background:#002a33;
	color: #bbb;
	text-align:center;
	padding:20px 15px;
}
.footer.w-bottom-menu {
	padding-bottom: 75px;
}
.social-footer {
	margin-bottom:20px;
}
.social-footer a,
.social-footer span.censor {
	display:inline-block;
	margin:0 5px;
	font-size:30px;
	width:35px;
	height:35px;
	text-align:center;
	padding:0 0 0 0;
	color: #ccc;
	border-radius:50%;
}
.social-footer a > i {
	background-color:#83f1ff;
    height:30px;
    vertical-align: middle;
}
.social-footer a.facebook {
	background:#3b5998;
}
.social-footer a.twitter {
	background:#55acee;
}
.social-footer a .vk-custom {
	float: left;
	height: 28px;
	margin: 14px 0 0 2px;
	width: 28px;
}
.social-footer a .vk-custom > path {
	fill: #83f1ff;
}
.social-footer a.neutral {
	background:#666;
}
.footer .navigation {
	margin-bottom:5px;
}
.footer .navigation a {
	color: #999;
	display:inline-block;
	margin:0 5px;
	font-size:14px;
}
.footer .copyright {
	color: #666;
	font-size:13px;
}

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

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

.adv-placeholder {
	background: #ddd;
}
.adv-placeholder-inner {
	align-items: center;
	display: flex;
	height: calc(100vw * 9 / 21);
	justify-content: center;
	width: 100%;
}

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

.kurs span {
	color: #65748d;
}

/* ADV */
.ad-640 {
	clear: both;
    display: block;
    height: calc(100vw * 300 / 640) !important;
    width: 100vw !important;
}
.ad-640 > img {
	display: none;
}
.ad-640 > img[width="640"],
.ad-640 a img {
	width: 100%;
	height: auto;
	display: block; 
}

.ad-640 img[height="1"][width="1"] {
    width: 1px !important;
    height: 1px !important;
    display: block;
}

.ad-640 ins[data-revive-id] > div {
    height: 100%;
}
.ad-640 > div > div {
    width: 100vw !important;
    height: auto !important;
}
.ad-640 > div > div > iframe {
    height: calc(100vw * 300 / 640) !important;
    width: 100vw !important;
}

.articlePicDesc {font-size: 12px;}

.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;
}

.article-adv-container .ad-640 {
    margin-left: -12px;
    margin-right: -12px;
}

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

img.lazy {background: #ddd; border: 0; display: block; overflow: hidden;}
.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;}

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

.inpage-ad .inpage-ad-footer {display: none;}
.inpage-ad.active {background: #fafafa;clear: both;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;}
.inpage-ad-placeholder {align-items: center; background: #333; color: #fff; display: flex; height: calc(100vw * 9 / 16); justify-content: center; width: 100%;}

.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: 13px; line-height: 18px;}
.card-ainfo .row-description {margin-bottom: 32px;}
.card-ainfo .row-price {background: #fefaef; padding-top: 5px; padding-bottom: 10px;}

.adinfo-section-heading {padding-left: 44px;}

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

.ico-adinfo-sprite {background-image: url(/i/sprite.png); background-repeat:no-repeat; top:0; left:0; position:relative; display:inline-block;}
.ico-bri { background-position: 0 0; width:32px; height:32px; background-size: auto 64px;}
.ico-smile { background-position: -192px 0; width:32px; height:32px; background-size: auto 64px;}
.ico-comp { background-position: -128px 0; width:32px; height:32px; background-size: auto 64px;}
.ico-sections { background-position: -256px 0; width:32px; height:32px; background-size: auto 64px;}

.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;}
.fotoViewBlock .flPic img {width:100%;opacity:1 !important; }
.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% !important;
	max-height: 100%;
	height: auto !important;
	width: auto !important;
	margin: auto;
	vertical-align: middle;
}

.adv-wrapper-fullscreen .banner-container .adfox-container > div {
	display: inline-block;
	height: calc(75vw * 640 / 360) !important;
	width: 85vw !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-panel i {
    background-color: #fff;
}

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

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

.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)
}

.push_subscribe {
	display: none;
	position: fixed;
	top: 66px;
	right: 10px;
	height: 74px;
	z-index: 999;
	font-size: 15px;
	line-height: 20px;
}

.push_subscribe__button {
	height: 100%;
	width: 244px;
	float: left;
	box-sizing: border-box;
	border: 2px solid #48919f;
	padding: 0 22px;
	margin: 0;
	background-color: #fff;
	color: #48919f;
	border-radius: 8px;
	cursor: pointer;
	font-size: 13px;
	line-height: inherit;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.push_subscribe__button__icon {
	font-size: 24px;
	padding-right: 10px;
}

.push_subscribe__button i {
  background-color: #48919f;
  height: 24px;
}

.push_subscribe__image img {
	width: 60px;
}

.push_subscribe__title {
	font-size: 14px;
	padding: 10px;
}

.push_subscribe__button__text {
	font-size: 14px;
}

.push_subscribe__button__strong {
	display: block;
	font-weight: bold;
	font-size: 18px;
}

.push_subscribe__button:hover {
	background-color: #48919f;
	color: #fff;
}

.push_subscribe__close {
	color: #48919f;
	font-size: 20px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

h2.itemTitleLow {
	font-weight: normal;
}

.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 a i {
	background-color: #0078f0;
	margin-top: 2px;
}

.loadMore.inversed a {
	background-color: #1ab6cb;
	color: #fff;
}

.loadMore.inversed a i {
	background-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);
	}
}

.authorHead {
	padding: 14px;
	margin: 0 0 10px 0;
	color: rgba(0,0,0,0.8);
	background: #fdf1e5;
}

.authorHead h2 {
	margin: 0 0 6px 0;
}

.authorHead .avatar {
	float: right;
	margin: 0 0 0 10px;
}

.authorInfo {
	width:100%;
	margin: 14px 0;
}

.authorInfo td {
	border: none !important;
}

.authorInfo .authorInfoRight p {
	margin: 0;
}

.authorAvatar {
	padding-right: 14px;
	width: 60px;
}

.authorAvatar img {
	width: 50px;
	height: 50px;
	background: #dddddd;
	overflow: hidden;
	margin-top: 5px;
}

.authorName {
	font-size: 110%;
	margin: 0 0 3px 0;
}
.authorName a {
	color: #f06b00;
}

.authorBio {
	font-size: 90%;
	margin: 0;
	text-decoration: none;
	color: #878787;
}

.censor span {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #fb5353;
	border-radius: 40px;
	padding: 7px;
	margin-top: 11px;
}

.block-featured-news {
	margin: 0 -12px;
	padding: 1px 12px;
	background: #E7FCFF;
	clear: both;
}

.block-featured-news a {
	display: block;
	margin: 20px 0;
	color: #000;
}

.block-featured-news img {
	float: right;
	margin: 0 0 0 12px;
	border: 1px solid #d4eef2;
}

.block-featured-news .entry-meta {
	color: #67a1a9;
}

.block-featured-news .entry-meta .itemCat {
	color: #64b419;
}


.block-featured-news h3 {
	font-size: 18px;
	font-weight: 500;
}


.block-news-slider {
	margin-bottom: 30px;
	position: relative;
}

.news-slider {
	display: flex;
	padding: 10px 0 16px;
	overflow-x: scroll;
}

.news-slider .slider-single-item {
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	flex-direction: column;
	flex-shrink: 0;
	margin: 0 6px;
	padding: 12px 12px 22px;
	width: 260px;
}

.news-slider .slider-single-item:first-child {
	margin-left: 12px;
}
.news-slider .slider-single-item:last-child {
	margin-right: 12px;
}
.news-slider::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

.news-slider .slider-single-item a h2 {
	display: -webkit-box;
	font-size: 17px;
	font-weight: normal;
	margin: 0;
  overflow: hidden;
	padding: 0;
	color: #000;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
}

.news-slider .slider-single-item img {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	display: block;
	margin: -12px -12px 12px;
	overflow: hidden;
}

.news-slider button {
	background: transparent;
	color: #ccc;
	font-size: 28px;
	padding: 0;
	position: absolute;
	top: -22px;
}

.news-slider button:active {
	box-shadow: none !important;
}

.news-slider button.slick-prev {
	right: 52px;
}

.news-slider button.slick-next {
	right: 12px;
}

.news-item .block-news-slider {
	float: left;
	width: 100%;
}

.news-item .block-news-slider > * {
	margin-left: -12px;
	margin-right: -12px;
}


.block-exchange-rates {
	background: #fcf7f8;
	color: #000;
}

.block-exchange-rates .col {
    color: #000;
	display: block;
	float: left;
	padding: 12px;
	width: 33%;
}
.block-exchange-rates .col:first-child {
	width: 34%;
}

.block-exchange-rates .currency {
	font-size: 13px;
}

.block-exchange-rates .source {
	color: #999;
}

.block-exchange-rates .rate {
	font-size: 18px;
	font-weight: bold;
}

.block-exchange-rates .diff {
	color: #999;
	font-size: 14px;
}
.block-exchange-rates .diff i {
    background-color: #999;
}
.block-exchange-rates .diff.neg {
	color: #900;
}
.block-exchange-rates .diff.neg i {
	background-color: #900;
}
.block-exchange-rates .diff.pos {
	color: #090;
}
.block-exchange-rates .diff.pos i {
    background-color: #090;
}

.exchange-rates-chart {
    padding-bottom: 20px;
}

.exchange-rates-chart h3 {
	font-size: 18px;
    margin: 32px 0 20px;
}

.exchange-rates-currency-select {
    margin: 0 0 16px;
    padding: 0;
}

.exchange-rates-currency-select li {
    display: inline-block;
    list-style-type: none;
    margin: 0 2px;
}

.exchange-rates-currency-select li a {
    background-color: #e6e6e6;
    border-radius: 16px;
    color: #1d1d1d;
    padding: 6px 10px;
}

.exchange-rates-currency-select li:first-child {
    margin-left: 0;
}

.exchange-rates-currency-select li:last-child {
    margin-right: 0;
}

.exchange-rates-currency-select li.active a {
    background-color: #7ee2ef;
}

.exchange-rate-values {
	margin-bottom: 2px;
}

.exchange-rate-values td {
	font-size: 18px;
	padding: 3px 5px;
	margin: 0;
}
.exchange-rate-values tr td:first-child {
	padding-left: 0;
}
.exchange-rate-values tr td:last-child {
	padding-right: 0;
}

.exchange-rate-values td.exchange-rate-day {
	white-space: nowrap;
	width: fit-content;
}
.exchange-rate-values td.exchange-rate-value {
	font-weight: bold;
	white-space: nowrap;
	width: fit-content;
}
.exchange-rate-values .exchange-rate-diff {
	width: 100%;
}

.exchange-rate-diff.negative {
    color: #dd000b;
}
.exchange-rate-diff.neutral {
    color: #939393;
}
.exchange-rate-diff.positive {
    color: #027900;
}

.exchange-rate-update-dt,
.exchange-rate-disclaimer,
.exchange-rates-data-source {
    color: #939393;
}

.exchange-rate-update-dt,
.exchange-rate-disclaimer {
	font-size: 14px;
}

.exchange-rate-historical-chart {
    position: relative;
}

.exchange-rates-commercial {
	padding: 20px 12px;
}

.exchange-rates-commercial h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.exchange-rate-disclaimer {
	margin: 6px 0 16px;
}

table.exchange-rates {
	width: 100%;
}
table.exchange-rates th {
	background: #e7fcff;
	border-bottom: solid 1px #e8e8e8;
	color: #747e80;
	font-size: 15px;
	font-weight: normal;
	padding: 12px 5px;
}
table.exchange-rates td {
	border-bottom: solid 1px #e8e8e8;
	font-size: 15px;
	padding: 12px 5px;
}
table.exchange-rates td.currency-name span {
    border-bottom: dotted 1px;
}

table.quick-rates td.rate-value {
	width: 80px;
	white-space: nowrap;
}
table.quick-rates td.rate-value-diff {
	padding-left: 0;
}

table.exchange-rate-commercial-values {
	margin: 20px 0 32px;
	width: 100%;
}
table.exchange-rate-commercial-values th.value {
	white-space: nowrap;
}
table.exchange-rate-commercial-values th.value span {
	border-bottom: dotted 1px;
}
table.exchange-rate-commercial-values .value {
	width: 90px;
}
table.exchange-rate-commercial-values td.sale {
	font-weight: bold;
}

.exchange-rates-data-source {
	font-size: 16px;
}

.exchange-rates-data-source img {
	display: inline-block;
	float: right;
	margin: 0 0 0 20px;
	width: 48px;
}

.exchange-rates-faq {
	padding: 20px 12px;
	-webkit-tap-highlight-color: transparent;
}
.exchange-rates-faq h3 {
	margin-bottom: 20px;
}

.exchange-rates-faq .faq-item:last-child summary {
    margin-bottom: 0;
}

.exchange-rates-faq .faq-item summary {
    clear: both;
    cursor: pointer;
    font-size: 18px;
    margin: 10px 0 10px 24px;
	-webkit-tap-highlight-color: transparent;
}
.exchange-rates-faq .faq-item summary::before {
    background-color: #7ee2ef;
    content: '';
    mask: url('/fonts/fontawesome-free-6.7.2-web/svgs/solid/chevron-right.svg');
    mask-size: cover;
    float: left;
    height: 20px;
    margin: 0 10px 0 -24px;
    transition: transform .1s linear;
    width: 12px;
}
.exchange-rates-faq .faq-item[open] summary::before {
    transform: rotate(90deg);
}
.exchange-rates-faq .faq-item > div {
    font-size: 16px;
    margin: 10px 0 32px;
}
.exchange-rates-faq .faq-item:last-child > div {
	margin-bottom: 0;
}

#tv-attr-logo {
    display: none !important;
}

#reklama-contacts-modal p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.adservices .btn-contacts {
	background: #297cdd;
	border: none;
    border-radius: 3px;
    color: #fff !important;
	cursor: pointer;
    display: block;
	margin: -10px auto 16px;
    padding: 12px 16px;
}

.top-navbar-theme-switcher {
    display: flex;
    height: 57px;
}

.theme-switch {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 10px;
}

.theme-switch .checkbox {
    opacity: 0;
    position: absolute;
}

.theme-switch .label {
    align-items: center;
    border-radius: 16px;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.34) inset;
    cursor: pointer;
    display: flex;
    height: 28px;
    justify-content: space-between;
    padding: 6px 8px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    width: 52px;
    -webkit-tap-highlight-color: transparent;
}

.theme-switch [type="checkbox"] + label:after,
.theme-switch [type="checkbox"] + label:before {
    display: none;
}

.theme-switch .theme-switch-toggle {
    background-color: #f0f0f0;
    border-radius: 50%;
    height: 18px;
    left: 5px;
    position: absolute;
    top: 5px;
    transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    width: 18px;
}

.theme-dark .theme-switch .label {
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.85) inset;
}

.theme-switch .icon-theme-dark {
    color: #eee;
    transform-origin: center center;
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.theme-switch .icon-theme-light {
    color: #fff;
    transform-origin: center center;
    transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.theme-switch .theme-switch-toggle {
    transform: translatex(0);
}

.theme-dark .theme-switch .theme-switch-toggle {
    background-color: #999;
    transform: translatex(22px);
}