html {
	scroll-behavior: smooth;
}

.hide {display: none !important;}

.right { text-align: right !important; }
.left { text-align: left !important; }
.float-right { float: right !important; }
.float-left { float: left !important; }
.relative { position: relative; }

.container {
	max-width: calc(100% - 96px);
}

@media (min-width: 1606px) {
	.container {
		max-width: 1510px;
	}
}

@media (max-width: 979px) {
	.container {
		max-width: calc(100% - 20px);
	}
}

#navBar li li:before {
	display: inline-block;
	content: "•";
	color: #333;
	margin-right: .4em;
}

#navBar li li:first-child:before {
	display: none;
}

#navBar > ul {
	width: 100%;
}

#navBar > ul > li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.table-bordered th,
.table-bordered td,
.table tbody + tbody {
	border-color: #e5dedf !important;
}

.inlineblock {
	display: inline-block;
}

a {
	color: #e64b3b;
	outline: none;
}

.u-header .active .nav-link {
	color: #e64b3b !important;
}

a:focus,
a:hover,
a:active {
	color: #c15a4f;
}

.textseparator:last-of-type {
	display: none;
}

p {
	color: #2c2f37;
}

.g-color-gray-light-v2 p {
	color: #ccc !important;
}

.g-bg-gray-light-v2 {
	background-color: #ccc !important;
}

.table-responsive {
	overflow: visible !important;
}

article h2, article h3, article h4, article h5, article h6 {
	margin-top: 1em;
}

article ul, article ol {
	list-style-position: inside;
}

button.fancybox-close-small,
button.fancybox-close-small::after {
	outline: none !important;
}

#breadcrumbs {
	position: absolute;
	top: 75px;
}

#navBar > ul > li:first-child {
	margin-left: 0 !important;
}

.js-carousel.slick-initialized .js-next,
.js-carousel.slick-initialized .js-prev {
	opacity: .5;
}

.js-carousel.slick-initialized .js-next:hover,
.js-carousel.slick-initialized .js-prev:hover {
	opacity: 1;
}

.status-label {
	position: absolute;
	right: 70px;
	top: 10px;
}

.status-label dt {
	display: none;
}

.status-label dd {
	margin: 3px 0 6px;
}

.cbp .cbp-item {
	/*float: left;*/
	/*-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;*/
}

.iiicolumns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	/*-webkit-column-rule: 1px solid #ccc;
	-moz-column-rule: 1px solid #ccc;
	column-rule: 1px solid #ccc;*/
}

.g-font-size-9 p {
	margin-bottom: 0.64286rem;
}

.w100x {
	width: 100% !important;
}

.rel, .relative {
	position: relative;
}

.abs, .absolute {
	position: absolute;
}

.clear {
	clear: both;
}

.g-bg-gray-gradient-opacity-v1 {
	background-image: linear-gradient(to bottom, transparent 0%, rgba(102, 101, 101, 0.9) 100%);
	background-repeat: repeat-x;
}

.u-ns-bg-v1-top::before {
	top: -24px;
}

.g-bg-gray-gradient-opacity-v2 {
	background-image: linear-gradient(to bottom, transparent 0%, #b4a5a5e6, 100%);
	background-repeat: repeat-x;
}

.g-bottom-3 {
	bottom: 0.21428rem;
}

@media (min-width: 768px) {
	.md-abs-bottom {
		position: absolute;
		bottom: 0;
	}
}

.u-ns-bg-v1-top-inner::before, .u-ns-bg-v1-bottom-inner::before {
	left: 50%;
	margin-left: -20px;
}

.u-ns-bg-v1-top-inner::before {
	top: 0;
	border-width: 25px 20px 0 20px;
}

.g-min-width-70x {
	min-width: 70%;
}

.g-min-width-80x {
	min-width: 80%;
}

.g-color-orange-light {
	color: #feb574;
}

.g-color-gray-dark-v1 {
	color: #111;
}

.flex-reverse {
	justify-content: flex-end;
}

.sticky, .sticky-last-child > div:last-child {
	position: sticky;
	top: 20px;
}

.g-max-width-1200 {
	max-width: 1200px;
}

.g-max-width-100x {
	max-width: 100%;
}

.g-width-100x {
	width: 100%;
}

.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-right {
	left: 0;
	right: 0;
}

@media (min-width: 768px) {
	#navBar > ul > li {
		position: relative;
	}

	.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-right {
		left: auto;
		right: auto;
		white-space: nowrap;
	}
}

@media (max-width: 767px) {
	article img[style],
	article iframe[width] {
		float: none !important;
		display: block;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	article img[style] {
		height: auto !important;
	}

	.g-width-100x--sm {
		width: 100% !important;
	}

	.mobile-inline,
	.mobile-inline tbody,
	.mobile-inline tr,
	.mobile-inline td
	{
		display: inline !important;
		position: static !important;
	}
}

/*#counters img {
  width: 1px !important;
  height: 1px !important;
}*/
div.div_class_name { /* this will hide div with class div_class_name */
	display: none;
}

.tooltip-inner {
	min-width: 350px;
	text-align: justify;
	background: #333;
}


.outside-more-articles {
	background: #fff;
	position: fixed;
	/*width: 293px;*/
	max-width: calc(100% - 60px);
	bottom: 70px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .13);
	padding: 0; /*26px 35px 10px 25px;*/
	margin: 0 35px 0 25px;
	z-index: 9991;
	visibility: hidden;
	transition: all 500ms cubic-bezier(.265, .365, .26, .865);
	-webkit-transition-timing-function: cubic-bezier(.265, .365, .26, .865);
	-moz-transition-timing-function: cubic-bezier(0.265, .365, .26, .865);
	-o-transition-timing-function: cubic-bezier(0.265, .365, .26, .865);
	transition-timing-function: cubic-bezier(0.265, .365, .26, .865);
}
.outside-more-articles--left {
	left: -384px;
}
.outside-more-articles--right {
	right: -384px;
}
.outside-more-articles--bottom {
	left: 50%;
	bottom: -100%;
}
.outside-more-articles--show {
	visibility: visible;
}
.outside-more-articles--right.outside-more-articles--show {
	right: 0;
}
.outside-more-articles--left.outside-more-articles--show {
	left: 0;
}
.outside-more-articles--bottom.outside-more-articles--show {
	bottom: 70px;
}

/*@media (min-width: 1200px) {
  .outside-more-articles {
    width: 326px;
  }
}
@media (max-width: 600px) {
  .outside-more-articles {
    display: none;
  }
}*/
.outside-more-articles__close {
	color: #888;
	position: absolute;
	top: 0; /*10px;*/
	right: -28px; /*10px;*/
	font-size: 20px;
}

.outside-more-articles__close:hover {
	text-decoration: none;
}

.outside-more-articles a img {
	max-width: 100%;
}

.bmsoc-button {
	box-sizing: border-box;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 1;
	padding: 7px 3px;
	margin-right: 7px;
	font-size: 16px;
	text-align: center;
	color: #ccc;
	border: 1px solid #e64b3b;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/*vertical-align: top;*/
}

.bmsoc-button-facebook:hover {
	color: rgb(59, 91, 152);
	border-color: rgb(59, 91, 152);
}

.bmsoc-button-vk:hover {
	color: #44678d;
	border-color: #44678d;
}

.bmsoc-button-telegram:hover {
	color: #2BA0D9;
	border-color: #2BA0D9;
}

.bmsoc-button-instagram:hover {
	color: #E4007F;
	border-color: #E4007F;
}


.ms-parent > .master-slider {
	background: transparent;
}

.master-slider .spinner-static {
	animation: none;
}

.master-slider .spinner-rotate {
	-webkit-animation: ms-spin-grid 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-animation: ms-spin-grid 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	animation: ms-spin-grid 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.master-slider .slidetitle {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 15%;
	z-index: 10;
	text-shadow: 1px 1px 2px #111, 0 0 1em white;
	font-size: xxx-large;
}

.master-slider .slidesubtitle {
	position: absolute;
	z-index: 10;
	width: 100%;
	text-align: center;
	top: 2%;
	text-shadow: 1px 1px 1px #555, 0 0 1em white;
}

.master-slider .slidedesc {
	position: absolute;
	z-index: 10;
	bottom: 10%;
	background: white;
	left: 20%;
	width: 60%;
	padding: 1em;
	border-radius: 2px;
	opacity: .8;
}

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

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

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

article > p > iframe,
article > div > iframe {
	display: block;
	width: 100%;
	margin: 1rem auto;
}

article a figure {
	display: inline-block;
}

.chart-caption {
	font-style: italic;
	color: #777;
	text-align: center;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	[data-tabs-mobile-type="slide-up-down"], [data-tabs-mobile-type="accordion"] {
		display: block;
	}

	.u-nav-v2-1 .nav-link.active {
		background-color: #eee;
	}
}

.g-color-gray-dark-v2--active.active {
	color: #333 !important;
}

.g-bg-gray-light-v3--active.active {
	background-color: #ddd !important;
}

.bigtable-fixleftcol,
.bigtable-fixtoprow {
	border-collapse: separate;
	border-spacing: 0;
	overflow: auto;
	display: block;
}

.bigtable-fixleftcol tr th:first-child,
.bigtable-fixleftcol tr td:first-child {
	position: sticky;
	left: 0;
	background: #fff;
}

.bigtable-fixtoprow > :only-child > tr:first-child,
.bigtable-fixtoprow > :first-child:not(:only-child) > tr:first-child,
.bigtable-fixtoprow > colgroup + tbody > tr:first-child,
.bigtable-fixtoprow > caption:first-child + tbody > tr:first-child {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 10;
}

.fancybox-inner .bigtable-fixleftcol {
	max-width: 85vw !important;
}

.fancybox-inner .bigtable-fixtoprow {
	max-height: 85vh !important;
}

#ratingsnav i.fa {
	position: absolute;
	font-size: 75%;
	margin: 6px 0 0 -20px;
}

article img[src="/_files/empty.gif"] {
	background: url(/_files/notfound.png) no-repeat center;
	width: 150px !important;
	height: 150px !important;
}

.big {
	font-size: 120%;
	line-height: 1;
}

.data-output-block {
	position: absolute;
	top: 35px;
	right: 0;
	max-width: 100%;
	background: #fff;
	outline: 1px solid #ccc;
	border-radius: 4px;
}

/*.data-output-close {
	position: absolute;
	top: 5px;
	right: 5px;
}*/
