@charset "UTF-8";
/*
Theme Name: Maanimo
Author: Oleg Dyakun
Author URI: mailto:odyakun@gmail.com
Description: Design by <a href="https://remake.studio">Remake Studio</a>.
Version: 1.0
*/

/* Default */
:root {
	--scroll-width: 1em;
}

body {
	padding: 0;
	margin: 0 auto;
	min-width: 375px;
	background: #FEFEFE;
}
body.locked {
	overflow: hidden;
	padding-right: var(--scroll-width);
}
body.logged-in .no-logged-in,
body:not(.logged-in) .is-logged-in {
	display: none;
}

.target:before,
:target:before {
	content: '';
	display: block;
	visibility: hidden;
	height: 75px;
	margin-top: -75px;
}

input[type=text],
input[type=email],
input[type=search],
input[type=submit],
input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input:focus,
button:focus,
textarea:focus {
	outline: none;
}

a {
	text-decoration: none;
}
p,
figure {
	margin: 1em 0;
}
p ins,
ul ins,
ol ins {
	background-color: khaki;
	text-decoration: none;
}

ul.unstyled {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.inline>li {
	display: inline-block;
}
ul.inline>li:not(:last-of-type) {
	margin-right: .5em;
}

th.less,
td.less {
	width: 1%;
}
th.mass,
td.mass {
	width: 99%;
}

small,
.small {
	font-size: .875em;
}
.large {
	font-size: 1.125em;
}
.nowrap {
	white-space: nowrap;
}
.break-word {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-word;
	overflow-wrap: break-word;
}

section>.pure-g {
	margin-top: -1em;
}
section>.pure-g>div>p {
	margin-bottom: 0;
}

.left,
.left input {
	text-align: left;
}

.right,
.right input {
	text-align: right;
}

.center,
.center input {
	text-align: center;
}

::-webkit-input-placeholder {
	color: #999;
}
::-ms-input-placeholder {
	color: #999;
}
::placeholder {
	color: #999;
	opacity: 1;
}
:invalid {
	box-shadow: none;
}

.alignfull,
.full-width {
	position: relative;
	width: calc(100vw - var(--scroll-width));
	margin-left: calc(50% - 50vw + var(--scroll-width) / 2);
}

.container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 1em;
	max-width: 48em;
	box-sizing: border-box;
}

.red-btn {
	padding: 7px 0;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	color: #FF3807;
	display: block;
	width: 100%;
	cursor: pointer;
	transition: 0.3s;
}
.red-btn:hover {
	color: #BA2500;
}
.red-btn.show-more {
	padding: 12px 0;
}
.blue-btn {
	display: block;
	cursor: pointer;
	width: 100%;
	background: #156E9D;
	border-radius: 2px;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
	border: 0px;
	padding: 8px 14px;
	box-sizing: border-box;
}
.grey-btn {
	display: block;
	cursor: pointer;
	width: 100%;
	background: #F4F4F4;
	border-radius: 2px;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	color: #156E9D;
	border: 0px;
	padding: 8px 14px;
	box-sizing: border-box;
}

.typ-slider {
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	max-width: 48em;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	padding: 0 1em;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.typ-slider-col {
	box-sizing: border-box;
}
.typ-slider.typ-slider-3 .typ-slider-col {
	width: calc((100% - 30px) / 3);
}
.typ-slider.typ-slider-4 .typ-slider-col {
	width: calc((100% - 45px) / 4);
}

.typ-input-double {
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.typ-input-double .typ-input {
	width: calc((100% - 20px) / 2);
}

.typ-input {
	position: relative;
	width: 100%;
}
.typ-input > span {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 17px;
	color: #161616;
	opacity: 0.9;
}
.typ-input label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 17px;
	color: #161616;
	opacity: 0.9;
}
.typ-input input {
	display: block;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 2px;
	color: #161616;
	padding: 12px 15px;
	font-weight: 300;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
}
.typ-input select {
	width: 100%;
	color: #161616;
}
.typ-input textarea {
	display: block;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 2px;
	color: #161616;
	padding: 12px 15px;
	font-weight: 300;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	min-height: 105px;
	min-width: 100%;
	max-height: 200px;
	max-width: 100%;
}
.typ-input-show {
	position: absolute;
	cursor: pointer;
	right: 18px;
	bottom: 14px;
}
.typ-input-show img {
	display: block;
}

.typ-range-wrap {
	width: 100%;
}
.typ-range-block,
.typ-range-block>* {
	position: relative;
}
.typ-range-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	color: #161616;
	opacity: 0.9;
	margin-bottom: 7px;
}
.typ-range-output {
	box-sizing: border-box;
	font-size: 1.125em;
	color: #161616;
	background: #FFFFFF;
	border: 1px solid rgba(22, 22, 22, 0.101481);
	border-bottom: 0px;
	border-radius: 4px 4px 0px 0px;
	padding: .575em .75em;
	display: block;
	width: 100%;
}
.typ-range-select {
	box-sizing: border-box;
	font-size: 1.125em;
	color: #161616;
	border: 1px solid rgba(22, 22, 22, 0.101481);
	border-radius: 4px;
	padding: .575em .75em;
	width: 100%;
	outline: none;
}
.typ-range-block>select {
	position: absolute;
	border-bottom: 0;
	border-left: 0;
	width: 5.5em;
	right: 0;
}
.typ-range-block>select+input {
	width: calc(100% - 5.5em);
}

.typ-checkbox {
	display: flex;
	align-items: center;
}
.typ-checkbox input {
	display: none;
}
.typ-checkbox input:checked + label:before {
	background: #075178 url(/wp-content/themes/maanimo/assets/images/checkbox-ico.svg) no-repeat center center;
	border-color: #075178;
}
.typ-checkbox label {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.typ-checkbox label:before {
	display: block;
	content: '';
	background: #FFFFFF;
	border: 2px solid #C1C1C1;
	border-radius: 2px;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	margin-right: 7px;
}
.typ-checkbox label>span {
	font-size: 14px;
	line-height: 22px;
	color: #161616;
	opacity: 0.8;
	user-select: none;
}

/* Header  */
.header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	z-index: 500;
}
.header img,
.header svg {
	display: block;
}
#menu,
.header li>input,
.header-nav .menu>:not(.childs) {
	display: none;
}
.header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.header ul>li.active>a,
.header ul>li>a:hover {
	color: #ff3807;
}
.header-bar,
.header-span,
.header-bar ul {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-bar {
	height: 55px;
}
.header-bar ul>li {
	display: flex;
	align-items: center;
	white-space: nowrap;
	padding-top: 2px;
	margin-right: 30px;
}
.header-bar ul>li>a {
	font-size: 11px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: #161616;
}
.header-open {
	cursor: pointer;
	margin-left: 14px;
}
.header-logo {
	width: 100%;
	margin-right: 1em;
}
.header-lang {
	font-size: .875em;
	color: #1F1F1F;
	text-transform: uppercase;
}
.header-span {
	padding-right: 34px;
}
.header-form {
	position: absolute;
	pointer-events: none;
	top: 0; left: 0; right: 0; bottom: 0;
}
.header-form input {
	position: absolute;
	pointer-events: auto;
	box-sizing: border-box;
	right: 0; top: 50%; transform: translateY(-50%);
	background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTE5IDE3bC01LjE1LTUuMTVhNyA3IDAgMSAwLTIgMkwxNyAxOXpNMy41IDhBNC41IDQuNSAwIDEgMSA4IDEyLjUgNC41IDQuNSAwIDAgMSAzLjUgOHoiLz48L3N2Zz4=) no-repeat 4px/16px;
	border: 1px solid rgba(22, 22, 22, 0);
	padding: 10px 0 9px 22px;
	font-size: 12px;
	width: 24px;
	cursor: pointer;
	transition: .5s;
}
.header-form input:focus {
	border-color: rgba(22, 22, 22, .1);
	background-position: 14px;
	padding: 10px 10px 9px 42px;
	width: 100%;
	cursor: auto;
}
#menu+nav {
	position: absolute;
	left: 0; right: 0; top: 55px;
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	height: 0;
	transition: height .5s;
}
#menu:checked+nav {
	margin-right: calc(-1 * var(--scroll-width));
	height: calc(100vh - 55px);
	overflow-y: scroll;
}
.header-info {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 2em;
	padding: .625em 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-info>.account {
	font-size: .75em;
	display: flex;
	align-items: center;
}
.header-info>.account>svg {
	fill: #ff3807;
	width: 24px;
	height: 24px;
	margin-right: .75em;
}
.header-foot {
	margin-top: 5em;
}
.header-nav ul>li>a {
	font-size: 14px;
	color: #50607c;
}

/* Hero Offers */
.hero-offers .pure-g {
	margin-left: -0.25em;
	margin-right: -0.25em;
	box-sizing: border-box;
}
.hero-offers .pure-g [class*=pure-u] {
	padding: 0 0.25em;
	box-sizing: border-box;
}
.hero-offers-item {
	background: #FFFFFF;
	border-radius: 2px;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0px 5px;
	min-height: 90px;
	border: 1px solid transparent;
}
.hero-offers-item:hover {
	border-color: #F4F4F4;
	box-shadow: 0px 4px 10px rgba(21, 110, 157, 0.0817854);
}
.hero-offers-item span {
	margin-left: 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #161616;
	display: block;
}
.hero-offers-item-ico {
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero-offers-item-ico>svg {
	max-width: 47px;
	max-height: 38px;
}

/* Main page widgets */
.main-page-widgets .pure-g {
	margin-left: -0.5em;
	margin-right: -0.5em;
	box-sizing: border-box;
}
.main-page-widgets .pure-g [class*=pure-u] {
	padding: 0 0.5em;
	box-sizing: border-box;
}
.main-page-widgets-nav {
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-bottom: 25px;
}
.main-page-widgets .currency-converter-widget,
.main-page-widgets .exchange-rates-widget {
	margin-bottom: 25px;
}

/* News widget */
.news-widget-title {
	font-weight: bold;
	font-size: 1.375em;
	margin-bottom: .90909em;
	color: #161616;
	opacity: 0.9;
}
.news-widget-nav {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.news-widget-nav > ul {
	display: flex;
	align-items: center;
}
.news-widget-nav > ul li {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	color: #161616;
	opacity: 0.8;
	margin-right: 25px;
	position: relative;
}
.news-widget-nav > ul li.active {
	color: #FF3807;
	opacity: 1;
}
.news-widget-nav > ul li.active:after {
	display: block;
	content: '';
	position: absolute;
	background: #FF3807;
	width: 100%;
	height: 2px;
	bottom: -7px;
	left: 0;
}
.news-widget-nav > ul li:last-child {
	margin: 0;
}
.news-widget-tab {
	display: none;
}
.news-widget-tab.active {
	display: block;
}
.news-widget-dots {
	cursor: pointer;
}
.news-widget-dots img {
	display: block;
}
.news-widget-dots-wrap {
	position: relative;
}
.news-widget-dots-dropdown {
	position: absolute;
	right: 0;
	min-width: 205px;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
	bottom: -6px;
	transform: translateY(90%);
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	z-index: 50;
}
.news-widget-dots-dropdown:before {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 5px solid #fff;
	right: 7px;
	top: -5px;
}
.news-widget-dots-dropdown.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(100%);
}
.news-widget-dots-dropdown ul li {
	padding: 12px 15px;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	color: rgba(22, 22, 22, 0.7);
	transition: 0.3s;
	cursor: pointer;
}
.news-widget-dots-dropdown ul li:last-child {
	margin: 0;
}
.news-widget-dots-dropdown ul li:hover {
	background: rgba(21, 110, 157, 0.05);
	color: rgba(22, 22, 22, 0.85);
}
.news-widget-dots-dropdown ul li.active {
	color: #FF3807;
}
.news-widget-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #F4F4F4;
}
.news-widget-item a {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #161616;
	opacity: 0.85;
	display: block;
}
.news-widget-item a:hover {
	opacity: 1;
}
.news-widget-item.big a {
	font-size: 16px;
	line-height: 23px;
}
.news-widget-item-top {
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-bottom: 8px;
}
.news-widget-item-top > span {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #161616;
	opacity: 0.5;
}
.news-widget-item-time {
	margin-right: auto;
	margin-left: 20px;
}
.news-widget-item-views {
	display: flex;
	align-items: center;
}
.news-widget-item-views span {
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #161616;
	opacity: 0.5;
}
.news-widget-item-views svg {
	opacity: 0.4;
	margin-right: 7px;
}
.news-widget-item-comments {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.news-widget-item-comments span {
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #161616;
	opacity: 0.5;
}
.news-widget-item-comments svg {
	opacity: 0.4;
	margin-right: 7px;
}
.news-widget-item-image {
	opacity: 1;
	margin-bottom: 15px;
	height: 185px;
	position: relative;
	overflow: hidden;
}
.news-widget-item-image:empty {
	border: 1px solid #F4F4F4;
	background: #FAFAFC;
}
.news-widget-item:empty,
.news-widget-item [data-value=''],
.news-widget-item [data-value='0'] {
	display: none;
}

/* Currency converter widget */
.currency-converter-widget {
	background: #FAFAFC;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: left;
}
.currency-converter-widget+section {
	margin: 1.25em 0;
}
.entity-header .currency-converter-widget {
	background: #fff;
}
.currency-converter-widget input {
	border: 0;
	margin: 0;
	padding: 0;
	opacity: 1;
	text-align: left;
}
.currency-converter-widget input::placeholder {
	font-size: .75em;
}
.currency-converter-widget-top {
	border-bottom: 1px solid #F4F4F4;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.currency-converter-widget-title {
	font-size: 16px;
	line-height: 22px;
	color: #161616;
	opacity: 0.9;
}
.currency-converter-widget-item {
	padding: 8px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.currency-converter-widget-item:nth-child(1) {
	background: #FFFFFF;
}
.currency-converter-widget-item input {
	font-size: 22px;
	line-height: 24px;
	color: #222;
	max-width: 50%;
	background: transparent;
}
.currency-converter-widget-info {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
}
.currency-converter-widget-info > span {
	margin-bottom: 7px;
	font-weight: 300;
	font-size: 12px;
	line-height: 23px;
	text-align: right;
	color: #156E9D;
	white-space: nowrap;
}
.currency-converter-widget-main {
	position: relative;
}
.currency-converter-widget-replace {
	box-sizing: border-box;
	cursor: pointer;
	padding: 0;
	width: 2.125em;
	height: 2.125em;
	background: #0F6A9B;
	border: 3.18584px solid #8BB3CD;
	box-shadow: 0px 1px 1px rgba(51, 52, 135, 0.248689);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
}

/* Typ select */
.select-wrap {
	position: relative;
}
.select-wrap select {
	display: none;
}
.select-wrap .select-value {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.select-wrap .select-value span {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #1F1F1F;
	opacity: 0.8;
	margin-right: 10px;
}
.select-wrap .select-value img {
	transition: 0.3s;
}
.select-wrap .select-value.active img {
	transform: rotate(-180deg);
}
.select-wrap .select-dropdown {
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
	right: -5px;
	bottom: -10px;
	transform: translateY(90%);
	transition: 0.3s;
	min-width: 150px;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
}
.select-wrap .select-dropdown:before {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 5px solid #fff;
	right: 7px;
	top: -5px;
}
.select-wrap .select-dropdown.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(100%);
}
.select-wrap .select-dropdown ul li {
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	color: rgba(22, 22, 22, 0.7);
	transition: 0.3s;
	cursor: pointer;
	white-space: nowrap;
	padding: 12px 15px;
}
.select-wrap .select-dropdown ul li:hover {
	background: rgba(21, 110, 157, 0.05);
	color: rgba(22, 22, 22, 0.85);
}
.select-wrap.select-border {
	min-height: 43px;
}
.select-wrap.select-border .select-value {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	border-radius: 2px;
	justify-content: space-between;
	padding: 12px 20px 12px 15px;
	box-sizing: border-box;
}
.select-wrap.select-border .select-value span {
	line-height: 17px;
	font-size: 14px;
}
.select-wrap.select-border .select-dropdown {
	right: 0;
	width: 100%;
	min-width: auto;
}

/* Typ select img */
.img-select-wrap {
	position: relative;
}
.img-select-wrap>select {
	background-color: transparent;
	box-sizing: content-box;
	margin: -.5em;
	border: 0;
	outline: none;
	user-select: none;
}
.img-select-wrap>select.code {
	max-width: 2.25em;
}
.img-select-wrap>.flag-icon {
	position: absolute;
	left: 0; top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 1.125em;
}
.img-select-wrap>.flag-icon+select {
	padding-left: 2.5em;
}
.img-select-wrap .select-value {
	display: flex;
	cursor: pointer;
	align-items: center;
}
.img-select-wrap .select-value span {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #1F1F1F;
	opacity: 0.8;
	margin-right: 5px;
	margin-left: 10px;
}
.img-select-wrap .select-value img {
	transition: 0.3s;
	max-width: 27px;
	max-height: 18px;
	border-radius: 2px;
}
.img-select-wrap .select-value.active img:last-child {
	transform: rotate(-180deg);
}
.img-select-wrap .select-dropdown {
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.06);
	right: 0px;
	bottom: -5px;
	transform: translateY(90%);
	transition: 0.3s;
	min-width: 105px;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
}
.img-select-wrap .select-dropdown:before {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 5px solid #fff;
	right: 7px;
	top: -5px;
}
.img-select-wrap .select-dropdown.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(100%);
}
.img-select-wrap .select-dropdown ul li {
	display: flex;
	align-items: center;
	transition: 0.3s;
	cursor: pointer;
	padding: 12px 15px;
}
.img-select-wrap .select-dropdown ul li:hover {
	background: rgba(21, 110, 157, 0.05);
}
.img-select-wrap .select-dropdown ul li:hover span {
	color: rgba(22, 22, 22, 0.85);
}
.img-select-wrap .select-dropdown ul li span {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: rgba(22, 22, 22, 0.7);
	white-space: nowrap;
	margin-left: 10px;
}
.img-select-wrap .select-dropdown ul li img {
	border-radius: 2px;
	max-width: 27px;
}

/* Exchange rates widget */
.exchange-rates-widget {
	background: #FAFAFC;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 2px;
}
.exchange-rates-widget-top {
	border-bottom: 1px solid #F4F4F4;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.exchange-rates-widget-title {
	font-size: 16px;
	line-height: 22px;
	color: #161616;
	opacity: 0.9;
}
.exchange-rates-widget select {
	color: #666;
}
.exchange-rates-widget .exchange-table {
	font-size: .875em;
	border: 0;
}
.exchange-rates-widget .exchange-table>thead {
	background-color: #fff;
}
.exchange-rates-widget .exchange-table>thead>tr>th {
	font-weight: normal;
	font-size: 12px;
	padding: 8px 20px;
}
.exchange-rates-widget .exchange-table>tbody>tr>td {
	padding: 8px 20px;
}
.exchange-rates-widget-tab:not(.active) {
	display: none;
}

/* Cahrt widget */
.chart-widget {
	background: #FAFAFC;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 2px;
}
.chart-widget select {
	color: #666;
}
.chart-widget-top {
	display: flex;
	padding: 12px 20px;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	border-bottom: 1px solid #F4F4F4;
}
.chart-widget-title {
	font-size: 16px;
	line-height: 22px;
	color: #161616;
	opacity: 0.9;
}
.chart-widget-tab:not(.active) {
	display: none;
}
.chart-widget-nav {
	list-style: none;
	padding: 8px 20px;
	background: #fff;
	margin: 0;
	display: flex;
	align-items: center;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
}
.chart-widget-nav li {
	margin-right: 18px;
	font-size: 12px;
	color: #161616;
	opacity: 0.7;
	cursor: pointer;
}
.chart-widget-nav li.active {
	color: #FF3807;
	opacity: 1;
}
.chart-widget-nav li:last-child {
	margin: 0;
}
.chart-widget-main {
	padding: 20px;
	border-top: 1px solid #F4F4F4;
}
.chart-widget-main .chart {
	height: 90px;
	background: #fff;
}
.chart-widget-date {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #161616;
	opacity: 0.5;
}
.chart-widget-info {
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-bottom: 15px;
}
.chart-widget-rate {
	display: flex;
	align-items: center;
}
.chart-widget-rate>span {
	margin-right: 5px;
	font-size: 16px;
	line-height: 27px;
	color: #161616;
	opacity: 0.9;
}

/* Month offer */
.month-offer {
	background: rgba(237, 242, 247, 0.7);
	padding: 40px 0;
}
.month-offer.transpatent {
	background: transparent;
}
.month-offer-item {
	box-sizing: border-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 12px 15px;
	min-height: 78px;
	width: 100%;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	height: 100%;
}
.month-offer-item:hover {
	box-shadow: 0px 4px 10px rgba(21, 110, 157, 0.0817854);
}
.month-offer-item img {
	max-height: 25px;
	max-width: 100%;
	margin-bottom: 10px;
}
.month-offer-item span {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #171717;
}

/* Best offers */
.best-offers {
	background: rgba(237, 242, 247, 0.7);
	padding-bottom: 40px;
}
.best-offers-item {
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 2px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	align-items: center;
}
.best-offers-item:hover {
	-webkit-box-shadow: 0px 4px 10px rgba(21, 110, 157, 0.0817854);
			box-shadow: 0px 4px 10px rgba(21, 110, 157, 0.0817854);
}
.best-offers-item-logo {
	min-height: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.best-offers-item-logo img {
	max-width: 80%;
	max-height: 90%;
}
.best-offers-item-title {
	padding: 10px 0;
	width: 100%;
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 0.3px;
	color: #0F6A9B;
	border-bottom: 1px solid #F4F4F4;
	border-top: 1px solid #F4F4F4;
	text-align: center;
}
.best-offers-item-info {
	padding: 20px 0px;
	width: 100%;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	align-items: center;
}
.best-offers-item-info span {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #161616;
	opacity: 0.7;
	margin-bottom: 8px;
	text-align: center;
}
.best-offers-item-info span:last-child {
	margin: 0;
}
.best-offers-item-info span:nth-child(1) {
	opacity: 0.9;
	color: #161616;
	font-size: 22px;
	line-height: 27px;
}
.best-offers-tab {
	display: none;
}
.best-offers-tab.active {
	display: flex;
}

/* Entity supply */
.entity-supply {
	margin: 1em 0 1.5em;
}
.entity-supply>header {
	margin: 0 0 1em;
}
.entity-supply>header>* {
	vertical-align: top;
	margin-top: 0;
}
.entity-supply>header>img {
	float: left;
	height: 3em;
	margin: 0 .5em 1em 0;
}
.entity-supply>header>button {
	float: right;
	width: auto;
	margin: 0 0 1em .5em;
}
.entity-supply .pure-table {
	font-size: .875em;
	width: 100%;
}

/* Entity tabs nav */
.entity-info-tabs {
	margin: 1em 0;
	user-select: none;
}
.entity-info-tabs-nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
	margin: 0 0 1em;
	font-size: .875em;
}
.entity-info-tabs-nav>li {
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #161616;
	opacity: 0.8;
	position: relative;
}
.entity-info-tabs-nav>li+li {
	margin-left: 1.5em;
}
.entity-info-tabs-nav>li.active {
	color: #FF3807;
	opacity: 1;
}
.entity-info-tabs-nav>li.active:after {
	display: block;
	content: '';
	position: absolute;
	background: #FF3807;
	width: 100%;
	height: 2px;
	bottom: -5px;
	left: 0;
}
.entity-info-tabs-content {
	position: relative;
}
.entity-info-tabs-content>:not(.active) {
	display: none;
}
.entity-info-tabs-content>ul {
	list-style: none;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	border-radius: 2px;
}
.entity-info-tabs-content>ul>li {
	display: flex;
	align-items: center;
	padding: 13px 20px;
	font-size: .75em;
	color: #171717;
}
.entity-info-tabs-content>ul>li:not(:last-child) {
	border-bottom: 1px solid #F4F4F4;
}
.entity-info-tabs-content>ul>li>span:nth-child(1) {
	width: 100%;
	max-width: 20em;
	margin-right: 1em;
	font-weight: bold;
}

/* Entity description */
.entity-info-desc {
	font-size: .8125em;
	line-height: 1.4;
}
.entity-info-desc>p>strong:first-child {
	font-weight: normal;
	color: #FF3807;
}

/* Reviews */
.reviews {
	padding: 40px 0;
}
.reviews-tab {
	display: none;
}
.reviews-tab.active {
	display: flex;
}
.reviews-item {
	background: #FAFAFC;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 4px;
	height: 100%;
	padding: 15px 15px 10px 15px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.reviews-item-top {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.reviews-item-user {
	width: 40px;
	height: 40px;
	min-width: 40px;
	border-radius: 50%;
	overflow: hidden;
	background: #D8D8D8;
	margin-right: 12px;
}
.reviews-item-user img {
	width: 100%;
}
.reviews-item-name {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1px;
	color: #161616;
}
.reviews-item-rate {
	display: flex;
	align-items: center;
}
.reviews-item-rate svg {
	fill: #F0B514;
	margin-right: 3px;
}
.reviews-item-rate svg:last-child {
	margin: 0;
}
.reviews-item > p {
	font-weight: 300;
	font-size: 12px;
	line-height: 19px;
	color: rgba(29, 29, 29, 0.8);
}
.reviews-item > a {
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	color: #FF3807;
	-ms-flex-item-align: start;
		align-self: flex-start;
	margin-bottom: 10px;
}
.reviews-item-bottom {
	margin-top: auto;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.reviews-item-bottom > img {
	display: block;
	max-height: 35px;
}
.reviews-item-date {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #161616;
	opacity: 0.6;
}

/* Main page banner */
.main-page-banner {
	height: 90px;
	background: #eee;
}

/* Prices */
.prices {
	padding: 40px 0;
}
.prices-block {
	background: #FAFAFC;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 2px;
	height: 100%;
}
.prices-block-title {
	padding: 12px 20px;
	font-size: 16px;
	line-height: 22px;
	color: #161616;
	opacity: 0.9;
	border-bottom: 1px solid #F4F4F4;
}
.prices-block ul {
	padding: 22px 20px;
}
.prices-block ul li {
	display: flex;
	margin-bottom: 20px;
}
.prices-block ul li:last-child {
	margin: 0;
}
.prices-block ul li a {
	display: flex;
	align-items: center;
	width: 100%;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.prices-block ul li a span:nth-child(2) {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #20242E;
	margin-left: 15px;
	margin-right: auto;
	transition: 0.3s;
}
.prices-block ul li a span:nth-child(3) {
	font-size: 14px;
	line-height: 18px;
	color: #161616;
}
.prices-block ul li a span:nth-child(3) small {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: rgba(23, 23, 23, 0.7);
}
.prices-block ul li a img {
	min-width: 25px;
}
.prices-block ul li a:hover span:nth-child(2) {
	color: #156E9D;
}

/* Charts slider */
.charts-slider {
	margin: 0 -1em;
}
.charts-slider .chart-widget-main {
	padding: 15px 20px;
}

/* About main page */
.about-main-page {
	background: rgba(237, 242, 247, 0.697853);
	padding: 40px 0 0 0;
}
.about-main-page p {
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: rgba(24, 25, 24, 0.8);
	margin-bottom: 15px;
}
.about-main-page p span {
	color: #FF3807;
}
.about-main-page .in-the-world {
	display: flex;
	align-items: center;
}
.about-main-page .in-the-world span {
	margin-right: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #161616;
}
.about-main-page .in-the-world a {
	display: flex;
	margin-right: 10px;
}
.about-main-page .in-the-world a img {
	border-radius: 2px;
}
.about-main-page .in-the-world a:last-child {
	margin: 0;
}

/* Products */
.products {
	background: rgba(237, 242, 247, 0.697853);
	padding-bottom: 40px;
	padding-top: 40px;
}
.products .pure-g {
	margin-left: -0.5em;
	margin-right: -0.5em;
	box-sizing: border-box;
}
.products .pure-g [class*=pure-u] {
	padding: 0 0.5em;
	box-sizing: border-box;
}
.products-item:focus {
	outline: none;
}
.products-item ul li {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.products-item ul li:last-child {
	margin: 0;
}
.products-item ul li a {
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #161616;
	opacity: 0.8;
}
.products-item ul li a:hover {
	color: #156E9D;
}
.products-title {
	font-size: 14px;
	line-height: 18px;
	color: #FF3807;
	margin-bottom: 16px;
}

/* Footer */
.footer p {
	margin: 0;
}
.footer p+p {
	margin-top: 1em;
}
.footer-top {
	padding: 20px 0;
	border-bottom: 1px solid #F4F4F4;
}
.footer-top .container {
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.footer-logo img {
	display: block;
}
.footer-social {
	display: flex;
	align-items: center;
}
.footer-social a {
	display: flex;
	align-items: center;
	margin-right: 25px;
}
.footer-social a:last-child {
	margin: 0;
}
.footer-nav {
	padding: 20px 0;
	border-bottom: 1px solid #F4F4F4;
}
.footer-nav ul {
	display: flex;
	align-items: center;
}
.footer-nav ul li {
	display: flex;
	align-items: center;
	margin-right: 25px;
}
.footer-nav ul li:last-child {
	margin-right: 0;
}
.footer-nav ul li a {
	font-size: 14px;
	line-height: 17px;
	color: #161616;
}
.footer-info {
	padding: 20px 0;
	border-bottom: 1px solid #F4F4F4;
}
.footer-info p {
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: rgba(22, 22, 22, 0.8);
}
.footer-bottom {
	padding: 20px 0;
}
.footer-bottom .container {
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.footer-bottom .container p {
	font-weight: 400;
	font-size: 11px;
	line-height: 18px;
	color: rgba(22, 22, 22, 0.8);
}
.footer-bottom .container img:nth-last-child(2) {
	margin-left: auto;
	margin-right: 15px;
}

/* Excerpt */
.post-excerpt {
	overflow: hidden;
}
.post-excerpt .post-thumbnail {
	float: left;
	width: 8em;
	margin: 0 1em .2em 0;
}
.post-excerpt .post-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

/* Inner page hero */
.inner-page-hero {
	background: #F1F5F8;
	padding: 40px 0;
}
.inner-page-hero-top {
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-bottom: 15px;
}
.inner-page-hero-top>.reviews-info {
	display: flex;
	white-space: nowrap;
	font-size: .75em;
	color: #161616;
}
.inner-page-hero-top>.reviews-info a {
	color: #156E9D;
}
.inner-page-hero-top>.reviews-info>*+* {
	margin-left: .5em;
}
.inner-page-hero-top>.reviews-info>.ratio {
	font-weight: bold;
}
.inner-page-hero-top>.image-contain {
	height: 1.625em;
	width: 100%;
}
.inner-page-hero h1 {
	font-size: 36px;
	line-height: 47px;
	color: #161616;
}
.inner-page-hero-disclaimer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 1.5em 0 1em;
}
.inner-page-hero-disclaimer a {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	text-decoration-line: underline;
	color: #161616;
	opacity: 0.9;
}
.inner-page-hero-disclaimer span {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	color: #161616;
	opacity: 0.75;
}
.inner-page-hero.credit-card-hero h1 {
	text-align: center;
	margin-bottom: 15px;
}
.inner-page-hero.credit-card-hero p {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #161616;
	opacity: 0.75;
	margin-bottom: 40px;
	text-align: center;
}
.inner-page-hero.deposits-hero h1 {
	text-align: center;
	margin-bottom: 15px;
}
.inner-page-hero.deposits-hero p {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #161616;
	opacity: 0.75;
	margin-bottom: 40px;
	text-align: center;
}
.inner-page-hero.black-market-hero h1 {
	text-align: center;
	margin-bottom: 15px;
}
.inner-page-hero.black-market-hero p {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #161616;
	opacity: 0.75;
	margin-bottom: 40px;
	text-align: center;
}
.entity-offers-form-main {
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 1.5em 1.25em;
	display: flex;
	justify-content: space-between;
}
.entity-offers-form-main+button {
	margin-top: 1.25em;
}

/* Entity branches */
.entity-branches,
.entity-branches-head {
	margin: 1em 0;
}
.entity-branches-map {
	border: 1px solid #cbcbcb;
	height: 500px;
}

/* Entity header */
.entity-header {
	position: relative;
	padding: 2.5em 0;
	background: #f1f5f8;
}
.entity-header h1 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 .75em;
}
.entity-header p {
	font-size: .875em;
	color: #171717;
	opacity: .75;
}
.entity-header header>:last-child {
	margin-bottom: 0;
}
.entity-header>.image-cover {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

/* Entity navbar */
.entity-navbar {
	padding: 24px 0;
	border-bottom: 1px solid #F4F4F4;
}
.entity-navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	user-select: none;
}
.entity-navbar ul li {
	display: flex;
	align-items: center;
	margin-right: 35px;
	white-space: nowrap;
}
.entity-navbar ul li:last-child {
	margin: 0;
}
.entity-navbar ul li>* {
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-size: .6875em;
	line-height: 1.2;
	color: #171717;
	position: relative;
}
.entity-navbar ul li:hover>*,
.entity-navbar ul li.active>* {
	color: #FF3807;
}
.entity-navbar ul li:not(.active)>* {
	cursor: pointer;
}
.entity-navbar ul li.active>:after {
	content: '';
	position: absolute;
	background: #FF3807;
	height: 2px;
	width: 100%;
	left: 0;
	bottom: -24px;
}
.entity-navbar ul li.active>[href]:before {
	content: '';
	position: absolute;
	bottom: -24px;
	left: calc(50% - 7px);
	border-bottom: 7px solid #FF3807;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

/* Entity btnbar */
.entity-btnbar {
	margin: 1.25em 0 .75em;
}
.entity-btnbar ul {
	list-style: none;
	padding: 0;
	margin: -.375em -.25em;
	user-select: none;
}
.entity-btnbar ul li {
	display: inline-block;
	margin: .375em .25em;
}
.entity-btnbar ul li>* {
	display: block;
	text-transform: uppercase;
	font-style: normal;
	font-size: .6875em;
	line-height: 1.2;
	padding: .54em 1.45em;
	color: #156E9D;
	background: #fff;
	border: 1px solid #156E9D;
	border-radius: 4px;
	position: relative;
}
.entity-btnbar ul li:hover>*,
.entity-btnbar ul li.active>* {
	color: #FFFFFF;
	background: #156E9D;
	box-shadow: 0px 2px 3px rgba(90, 90, 90, 0.2);
}
.entity-btnbar ul li:not(.active)>* {
	cursor: pointer;
}

/* Entity mark list */
.entity-mark-list {
	list-style: none;
	margin: .5em 0;
	padding: 0;
}
.entity-mark-list li {
	font-size: .8125em;
	margin: .25em 0;
}
.entity-mark-list li:before {
	display: inline-block;
	margin-right: .25em;
	content: '\2714';
	color: green;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;
}
.entity-mark-list.plus li:before {
	content: '+';
	color: #fff;
	background: #156E9D;
	border-radius: 50%;
	width: 1em;
}
.entity-mark-list.minus li:before {
	content: '–';
	color: #fff;
	background: #DA3F3A;
	border-radius: 50%;
	width: 1em;
}

/* Entity info list */
.entity-info-list {
	list-style: none;
	padding: 0;
	margin: 1em 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.entity-info-list li {
	display: flex;
	align-items: center;
	width: calc((100% - 1em) / 2);
	margin: .5em 0;
	line-height: 1.1;
	font-size: .875em;
}
.entity-info-list li img {
	margin-right: 1em;
}
.entity-info-list li [data-tooltip] {
	display: inline-block;
	background: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	width: 1em;
	color: brown;
	border: 1px solid brown;
	border-radius: 50%;
}

/* MFO */
.mfo-form {
	margin-top: 1.5em;
	user-select: none;
}
.mfo-form>div+* {
	margin-top: 20px;
}
.mfo-form-info-row {
	display: flex;
	margin-bottom: 5px;
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 4px;
}
.mfo-form-info-row:last-child {
	margin: 0;
}
.mfo-form-info-row.inert>div>span+span {
	text-decoration: line-through;
	text-decoration-style: wavy;
	text-decoration-color: red;
	opacity: .3;
}
.mfo-form-info-block {
	width: 25%;
	border-right: 1px solid #F4F4F4;
	padding: 12px 20px;
	box-sizing: border-box;
}
.mfo-form-info-block:last-child {
	border-right: 0;
}
.mfo-form-info-block span:nth-child(1) {
	font-weight: 400;
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #161616;
	mix-blend-mode: normal;
	opacity: 0.6;
	margin-bottom: 5px;
	display: block;
}
.mfo-form-info-block span:nth-child(2) {
	display: block;
	font-size: 22px;
	line-height: 24px;
	color: #161616;
	mix-blend-mode: normal;
	opacity: 0.9;
	display: block;
}
.mfo-form-main {
	display: flex;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 20px;
}
.mfo-form-main-col {
	width: calc((100% - 15px) / 2);
}
.mfo-form-range-title {
	font-size: 14px;
	line-height: 19px;
	color: #161616;
	opacity: 0.6;
	font-weight: 400;
	margin-bottom: 6px;
}
.mfo-form-range-output {
	font-size: 1.375em;
	color: #161616;
	mix-blend-mode: normal;
	margin: 0 0 .25em;
	opacity: 0.9;
}
.mfo-form-range-info {
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.mfo-form-range-info span {
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	color: #161616;
	opacity: 0.6;
}
.mfo-terms {
	padding: 40px 0;
}
.mfo-table {
	background: #FAFAFC;
	border: 1px solid #F4F4F4;
	border-radius: 4px;
}
.mfo-table-row {
	box-sizing: border-box;
	border-bottom: 1px solid #F4F4F4;
	padding: 13px 20px;
	display: flex;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
.mfo-table-row:last-child {
	border-bottom: 0;
}
.mfo-table-col:nth-child(1) {
	max-width: 280px;
	width: 100%;
	font-size: 12px;
	line-height: 15px;
	color: #171717;
}
.mfo-table-col:nth-child(2) span {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #171717;
	opacity: 0.7;
}
.mfo-table-col:nth-child(2) a {
	font-size: 12px;
	line-height: 18px;
	color: #156E9D;
	opacity: 0.9;
}
.entity-offer-item {
	padding: 13px 25px 0px 25px;
	background: #FAFAFC;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 20px;
}
.entity-offer-item-head {
	padding-bottom: 1.25em;
	border-bottom: 1px solid rgba(22, 22, 22, 0.075);
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.entity-offer-item-logo {
	height: 1.5em;
	display: flex;
	align-items: center;
	position: relative;
}
.entity-offer-item-logo>img {
	display: block;
	max-height: 100%;
}
.entity-offer-item-logo>.image-contain {
	width: 8.5em;
	height: 2.625em;
}
.entity-offer-item-rate {
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin-right: auto;
	margin-left: 5em;
	font-size: 12px;
	line-height: 16px;
	color: #161616;
}
.entity-offer-item-rate a {
	color: #156E9D;
}
.entity-offer-item-rate>*+* {
	margin-left: .5em;
}
.entity-offer-item-rate>.ratio {
	font-weight: bold;
}
.entity-offer-item-category {
	font-size: 10px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #156E9D;
	opacity: 0.9;
	border: 1px solid #156E9D;
	box-sizing: border-box;
	border-radius: 2px;
	padding: 2px 20px;
	min-width: 100px;
}
.entity-offer-item-main {
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-bottom: 24px;
}
.entity-offer-item-info {
	max-width: 550px;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.entity-offer-item-info-col {
	margin-right: 70px;
}
.entity-offer-item-info-col:last-child {
	margin: 0;
}
.entity-offer-item-info-col>div {
	margin-bottom: 25px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}
.entity-offer-item-info-col>div>span>i {
	font-style: normal;
}
.entity-offer-item-info-col>div>span>i:after {
	content: ')'; opacity: .3;
}
.entity-offer-item-info-col>div>span>i:before {
	content: '('; opacity: .3;
}
.entity-offer-item-info-col>div>span:nth-child(1) {
	font-size: 12px;
	line-height: 18px;
	color: #161616;
	opacity: 0.7;
	margin-bottom: 7px;
}
.entity-offer-item-info-col>div>span:nth-child(2) {
	font-size: 18px;
	line-height: 21px;
	color: #161616;
	opacity: 0.9;
}
.entity-offer-item-info-col>div>span:nth-child(2) b {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}
.entity-offer-item-info-col>div:last-child {
	margin: 0;
}
.entity-offer-item-triggers {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	align-items: center;
}
.entity-offer-item-triggers > span {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #161616;
	opacity: 0.5;
}
.entity-offer-item-triggers .blue-btn {
	width: 140px;
	padding: 8px 0;
	margin: 5px 0;
}
.entity-offer-item-details-btn {
	margin-top: auto;
	display: flex;
	align-items: center;
	align-self: flex-end;
	cursor: pointer;
}
.entity-offer-item-details-btn span {
	font-size: 12px;
	line-height: 14px;
	color: #1F1F1F;
	opacity: 0.8;
	margin-right: 5px;
}
.entity-offer-item-details-btn svg {
	transition: 0.3s;
}
.entity-offer-item-details-btn.active svg {
	transform: rotate(-180deg);
}
.entity-offer-item-details {
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	max-height: 0;
	transition: .3s ease-in-out;
	border-top: 1px solid rgba(22, 22, 22, 0.075);
}
.entity-offer-item-details.active {
	visibility: visible;
	opacity: 1;
	padding: 1em 0;
	max-height: 1000vh;
}
.entity-offer-item-details>:first-child {
	margin-top: 0;
}
.entity-offer-item-details>:last-child {
	margin-bottom: 0;
}

/* Entity offers */
.entity-offers {
	padding-top: 2.5em;
}
.entity-offers-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1em;
}
.entity-offers-info {
	font-size: 16px;
	line-height: 22px;
	color: rgba(22, 22, 22, 0.7);
	opacity: 0.9;
}
.entity-offers-info b {
	color: #161616;
}
.entity-offers-sort {
	font-size: 0.75em;
	color: #1F1F1F;
	margin-left: auto;
	margin-right: 5px;
}
.entity-offers-sort+select {
	font-size: 0.75em;
	color: #156E9D;
}
.entity-offers .show-more {
	margin-top: 20px;
}

/* Cedit card */
.entity-extend-form {
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 4px;
}
.entity-extend-form-main {
	padding: 25px 20px 32px 20px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.entity-extend-form-main .typ-range-wrap {
	max-width: 205px;
}
.entity-extend-form-main .blue-btn,
.entity-offers-form-bottom .blue-btn {
	max-width: 125px;
	padding: 10px 0;
}
.entity-offers-form-details-btn {
	background: #FFFFFF;
	border: 1px solid rgba(22, 22, 22, 0.101481);
	box-sizing: border-box;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.133004);
	border-radius: 2px;
	cursor: pointer;
	max-width: 120px;
	width: 100%;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
}
.entity-offers-form-details-btn span {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #156E9D;
	margin-right: 10px;
}
.entity-offers-form-details-btn svg {
	transition: 0.3s ease-in-out;
}
.entity-offers-form-details-btn.active svg {
	transform: scaleY(-1);
}
.entity-offers-form-details {
	box-sizing: border-box;
	border-top: 1px solid #F4F4F4;
	padding: 0 1.25em;
	opacity: 0;
	max-height: 0;
	visibility: hidden;
	transition: .3s ease-in-out;
}
.entity-offers-form-details.active {
	padding: 1.5em 1.25em;
	opacity: 1;
	max-height: 1000vh;
	visibility: visible;
}
.entity-offers-form-selects {
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-bottom: 25px;
}
.entity-offers-form-selects .typ-input {
	width: calc((100% - 30px) / 3);
}
.entity-offers-form-options {
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.entity-offers-form-options .typ-checkbox {
	margin-right: 30px;
	margin-bottom: 15px;
}
.entity-offers-form-options .typ-checkbox:last-child {
	margin-right: 0;
}
.entity-offers-form-legends {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
	color: #161616;
}
.entity-offers-form-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 1.5em;
}
.entity-offers-form-bottom>.reset-btn {
	display: flex;
	align-items: center;
	background: transparent;
	border: 0px;
	padding: 10px 0;
	cursor: pointer;
}
.entity-offers-form-bottom>.reset-btn>span {
	font-size: 14px;
	line-height: 18px;
	color: #156E9D;
	margin-right: .5em;
}
.credit-card-offer-multi {
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 4px;
	background: #FAFAFC;
	border: 2px solid #F4F4F4;
	transition: 0.3s;
}
.credit-card-offer-multi.active {
	border-color: #156E9D;
}
.credit-card-offer-multi.active > .credit-card-item .credit-card-bottom {
	border-bottom: 1px solid rgba(22, 22, 22, 0.075);
}
.credit-card-offer-hide {
	display: none;
	margin-top: 20px;
}
.credit-card-offer-hide .credit-card-item {
	border-top: 1px solid #F4F4F4;
	margin: 0;
}
.credit-card-item {
	padding: 25px 20px 0px 165px;
	background: #FAFAFC;
	box-sizing: border-box;
	border-radius: 4px;
	position: relative;
}
.credit-card-item:last-child {
	margin: 0;
}
.credit-card-head {
	padding-right: 160px;
	margin-bottom: 25px;
}
.credit-card-name {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #171717;
	margin-bottom: 5px;
}
.credit-card-bank-info {
	display: flex;
	-ms-flex-line-pack: center;
		align-content: center;
}
.credit-card-bank-info > span {
	font-size: 12px;
	line-height: 18px;
	color: #171717;
	opacity: 0.7;
}
.credit-card-bank-info > span:nth-child(1) {
	margin-right: 30px;
}
.credit-card-bank-rate {
	display: flex;
	align-items: center;
	position: absolute;
	left: 20px;
	top: 125px;
	font-size: 12px;
	line-height: 16px;
}
.credit-card-bank-rate a {
	color: #156E9D;
}
.credit-card-bank-rate>*+* {
	margin-left: .5em;
}
.credit-card-bank-rate>.ratio {
	font-weight: bold;
}
.credit-card-bank-rate>.stars>*+* {
	display: none;
}
.credit-card-info {
	margin-bottom: 30px;
	display: flex;
	-ms-flex-line-pack: center;
		align-content: center;
}
.credit-card-info>div {
	margin-right: 35px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}
.credit-card-info>div:last-child {
	margin: 0;
}
.credit-card-info>div>span:empty:after {
	content: '\2014';
	color: #aaa;
}
.credit-card-info>div>span:nth-child(1) {
	font-size: 12px;
	line-height: 18px;
	color: #161616;
	opacity: 0.6;
	margin-bottom: 10px;
}
.credit-card-info>div>span:nth-child(2) {
	font-size: 16px;
	line-height: 21px;
	color: #161616;
	opacity: 0.9;
}
.credit-card-bottom {
	box-sizing: border-box;
	border-top: 1px solid rgba(22, 22, 22, 0.075);
	padding: 1em 0;
	display: flex;
	align-content: center;
	justify-content: space-between;
}
.credit-card-features {
	display: flex;
	align-items: center;
}
.credit-card-features>img {
	max-height: .75em;
}
.credit-card-features>span {
	font-size: .75em;
	font-weight: bold;
}
.credit-card-features>*+* {
	margin-left: 15px;
}
.credit-card-btn {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.credit-card-btn span {
	font-size: 12px;
	line-height: 14px;
	color: #1F1F1F;
	opacity: 0.8;
	margin-right: 5px;
}
.credit-card-btn svg {
	transition: 0.3s;
}
.credit-card-btn.active svg {
	transform: rotate(-180deg);
}
.credit-card-link {
	position: absolute;
	top: 25px;
	right: 20px;
	width: auto;
	padding: 8px 18px;
}
.credit-card-photo {
	position: absolute;
	top: 25px;
	left: 20px;
	max-width: 130px;
}
.credit-card-details {
	box-sizing: border-box;
	border-top: 1px solid rgba(22, 22, 22, 0.075);
	opacity: 0;
	max-height: 0;
	visibility: hidden;
	transition: .3s ease-in-out;
}
.credit-card-details.active {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	opacity: 1;
	max-height: 1000vh;
	visibility: visible;
}
.credit-card-details>:first-child {
	margin-top: 0;
}
.credit-card-details>:last-child {
	margin-bottom: 0;
}

/* Deposits */
.deposits-form {
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 20px;
}
.deposits-form-main {
	padding: 25px 20px 32px 20px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.deposits-form-main .typ-range-wrap {
	max-width: 260px;
}
.deposits-form-main .blue-btn {
	display: none;
	padding: 10px 0;
}
.deposits-form-details-btn {
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid rgba(22, 22, 22, 0.101481);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.133004);
	border-radius: 2px;
	cursor: pointer;
	max-width: 140px;
	width: 100%;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.deposits-form-details-btn span {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #156E9D;
	margin-right: 10px;
}
.deposits-form-details {
	padding: 25px 20px 10px 20px;
	border-top: 1px solid #F4F4F4;
	display: none;
	box-sizing: border-box;
}
.deposits-form-options {
	display: flex;
	flex-wrap: wrap;
}
.deposits-form-options .typ-checkbox {
	margin-right: 30px;
	margin-bottom: 15px;
}
.deposits-form-options .typ-checkbox:last-child {
	margin-right: 0;
}
.deposits-form-options .typ-checkbox:nth-child(4n) {
	margin-right: 0;
}
.deposits-form-options-title {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px;
	color: #161616;
}
.deposits-form-options button {
	display: flex;
	align-items: center;
	background: transparent;
	border: 0px;
	padding: 0px;
	cursor: pointer;
	margin-bottom: 15px;
	margin-left: auto;
}
.deposits-form-options button span {
	font-size: 14px;
	line-height: 22px;
	color: #156E9D;
	margin-right: 10px;
}
.deposits-offer-multi {
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 4px;
	background: #FAFAFC;
	border: 2px solid #F4F4F4;
	transition: 0.3s;
}
.deposits-offer-multi.active {
	border-color: #156E9D;
}
.deposits-offer-multi.active > .deposits-offer .deposits-offer-bottom {
	border-bottom: 1px solid rgba(22, 22, 22, 0.075);
}
.deposits-offer-hide {
	display: none;
	margin-top: 20px;
}
.deposits-offer-hide .deposits-offer {
	border-top: 1px solid #F4F4F4;
	margin: 0;
}
.deposits-offer {
	padding: 25px 20px 0px 165px;
	background: #FAFAFC;
	box-sizing: border-box;
	border-radius: 4px;
	position: relative;
}
.deposits-offer-head {
	padding-right: 160px;
	margin-bottom: 25px;
}
.deposits-offer-name {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #171717;
	margin-bottom: 5px;
}
.deposits-offer-bank-info {
	display: flex;
	align-content: center;
}
.deposits-offer-bank-info>span {
	font-size: 12px;
	line-height: 18px;
	color: #171717;
	opacity: 0.7;
}
.deposits-offer-bank-info>span:nth-child(1) {
	margin-right: 30px;
}
.deposits-offer-bank-rate {
	display: flex;
	align-items: center;
	position: absolute;
	left: 20px;
	top: 140px;
	font-size: 12px;
	line-height: 16px;
	color: #161616;
}
.deposits-offer-bank-rate a {
	color: #156E9D;
}
.deposits-offer-bank-rate>*+* {
	margin-left: .5em;
}
.deposits-offer-bank-rate>.ratio {
	font-weight: bold;
}
.deposits-offer-bank-rate>.stars>*+* {
	display: none;
}
.deposits-offer-logo {
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	border-radius: 8px;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 1em;
	left: 20px;
}
.deposits-offer-logo>div {
	position: absolute;
	top: 10%;
	left: 10%;
	right: 10%;
	bottom: 10%;
}
.deposits-offer-logo>img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
}
.deposits-offer-info {
	margin-bottom: 30px;
	display: flex;
	align-content: center;
}
.deposits-offer-info>div {
	margin-right: 35px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}
.deposits-offer-info>div:last-child {
	margin: 0;
}
.deposits-offer-info>div>span:empty:after {
	content: '\2014';
	color: #aaa;
}
.deposits-offer-info>div>span:nth-child(1) {
	font-size: 12px;
	line-height: 18px;
	color: #161616;
	opacity: 0.6;
	margin-bottom: 10px;
}
.deposits-offer-info>div>span:nth-child(2) {
	font-size: 16px;
	line-height: 21px;
	color: #161616;
	opacity: 0.9;
}
.deposits-offer-link {
	padding: 8px 18px;
}
.deposits-offer-button {
	padding: 0 20px 20px;
}
.deposits-offer-bottom {
	box-sizing: border-box;
	padding: 18px 0;
	display: flex;
	align-content: center;
	justify-content: space-between;
	border-top: 1px solid rgba(22, 22, 22, 0.075);
}
.deposits-offer-bottom p {
	font-size: 11px;
	line-height: 12px;
	color: #161616;
	opacity: 0.5;
	margin: 0;
}
.deposits-offer-btn {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.deposits-offer-btn.deposits-offer-more-offers {
	margin-left: auto;
	margin-right: 35px;
}
.deposits-offer-btn span {
	font-size: 12px;
	line-height: 14px;
	color: #1F1F1F;
	opacity: 0.8;
	margin-right: 5px;
}
.deposits-offer-btn svg {
	transition: 0.3s;
}
.deposits-offer-btn.active svg {
	transform: rotate(-180deg);
}
.deposits-offer-details {
	box-sizing: border-box;
	border-top: 1px solid rgba(22, 22, 22, 0.075);
	opacity: 0;
	max-height: 0;
	visibility: hidden;
	transition: .3s ease-in-out;
}
.deposits-offer-details.active {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	opacity: 1;
	max-height: 1000vh;
	visibility: visible;
}
.deposits-offer-details>:first-child {
	margin-top: 0;
}
.deposits-offer-details>:last-child {
	margin-bottom: 0;
}

/* Black market */
.black-market {
	padding-top: 40px;
}
.black-market-hero-info {
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	border-radius: 4px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
.black-market-hero-info .info-block-title {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 10px;
	color: rgba(22, 22, 22, 0.6);
}
.black-market-hero-info .info-block-title span {
	display: none;
	font-size: 12px;
	line-height: 19px;
	color: #156E9D;
	opacity: 0.9;
}
.black-market-hero-info .info-block p {
	font-size: 22px;
	line-height: 27px;
	color: #156E9D;
	opacity: 0.9;
	margin: 0;
	text-align: left;
}
.black-market-hero-info .info-block p span {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #156E9D;
	opacity: 0.9;
}
.black-market-hero-info .info-block.double p {
	color: #161616;
}
.black-market-filter {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.black-market-filter .typ-input.currency {
	max-width: 120px;
}
.black-market-filter .typ-input.buying-selling {
	max-width: 175px;
}
.black-market-filter .typ-input.city {
	max-width: 205px;
}
.black-market-filter .typ-input.options {
	max-width: 190px;
}
.black-market .entity-offers-head {
	margin-bottom: 25px;
}
.black-market-table-header {
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #F4F4F4;
}
.black-market-table-header .black-market-table-col {
	font-size: 14px;
	line-height: 18px;
	color: #156E9D;
}
.black-market-table-header .black-market-table-col:last-child {
	display: none;
}
.black-market-table-row {
	display: flex;
	align-items: flex-start;
	padding: 15px 0;
	border-bottom: 1px solid #F4F4F4;
	display: none;
}
.black-market-table-row.active {
	display: flex;
}
.black-market-table-col {
	box-sizing: border-box;
	display: flex;
}
.black-market-table-col.time {
	min-width: 80px;
}
.black-market-table-col.exchange-rates {
	min-width: 70px;
	display: flex;
	align-items: center;
	padding: 0;
}
.black-market-table-col.amount {
	min-width: 85px;
}
.black-market-table-col.phone-number {
	min-width: 140px;
}
.black-market-table-col.city {
	min-width: 100px;
}
.black-market-table-col.options {
	width: 100%;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.black-market-table-col > span {
	font-size: 12px;
	line-height: 18px;
	color: #171717;
	opacity: 0.7;
}
.black-market-table-col > p {
	font-size: 12px;
	line-height: 18px;
	color: #171717;
	opacity: 0.7;
	margin-bottom: 25px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	max-height: 36px;
	width: 100%;
}
.black-market-table-col > p span {
	font-size: 12px;
	line-height: 18px;
	color: #FF3807;
	cursor: pointer;
}
.black-market-table-col > p.active {
	max-height: none;
	max-width: 100%;
}
.black-market-table-info {
	display: flex;
	align-items: center;
	width: 100%;
}
.black-market-table-info .info-block {
	display: flex;
	align-items: center;
	margin-right: 18px;
}
.black-market-table-info .info-block:nth-child(3n) {
	margin-right: 0;
}
.black-market-table-info .info-block img {
	margin-right: 5px;
}
.black-market-table-info .info-block span {
	font-size: 12px;
	line-height: 14px;
	color: #171717;
	opacity: 0.8;
}
.black-market-show-more {
	margin-top: 20px;
}

/* Article */
.article-header {
	margin-bottom: 2.5em;
}
.article-header h1 {
	text-align: center;
	font-size: 2.25em;
	margin: 0 auto 24px auto;
	line-height: 54px;
}
.article-header .footer-social {
	justify-content: center;
	margin-bottom: 24px;
}
.article-header-triggers {
	display: flex;
	align-items: center;
	justify-content: center;
}
.article-header-triggers a {
	display: flex;
	align-items: center;
	margin-right: 34px;
}
.article-header-triggers a:last-child {
	margin: 0;
}
.article-header-triggers a span {
	font-size: .75em;
	font-weight: bold;
	color: #161616;
	opacity: 0.9;
}
.article-header-triggers a img,
.article-header-triggers a svg {
	margin-right: .625em;
}
.article-header .container {
	position: relative;
}
.article-header.white h1,
.article-header.white .article-stat-item span,
.article-header.white .article-header-triggers a span {
	color: #FFFFFF;
}
.article-header.white .article-stat-item svg {
	fill: #fff;
	opacity: 1;
}
.article-categories {
	margin-bottom: 25px;
	display: flex;
	box-sizing: border-box;
	justify-content: center;
}
.article-categories-item {
	background: #FFFFFF;
	border: 1px solid #156E9D;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: .75em;
	padding: .5em 1.5em;
	text-align: center;
	text-transform: uppercase;
	color: rgba(21, 110, 157, 0.9);
	min-width: 9em;
}
.article-stat {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25em;
}
.article-stat-item {
	display: flex;
	align-items: center;
	margin-right: 1.25em;
}
.article-stat-item:last-child {
	margin: 0;
}
.article-stat-item span {
	font-size: .875em;
	color: #161616;
	opacity: 0.9;
}
.article-stat-item svg {
	opacity: 0.75;
	margin-right: 7px;
}
.article > p {
	font-size: 18px;
	line-height: 27px;
	color: rgba(22, 22, 22, 0.7);
	margin-bottom: 40px;
	max-width: 705px;
	margin: 0 auto 40px auto;
}
.article > p span {
	font-weight: bold;
	color: #156E9D;
}
.article > p a {
	font-weight: bold;
	color: #156E9D;
}
.article > p b {
	color: #161616;
}
.article-video {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 60px;
}
.article-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.article h1 {
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
	color: #161616;
	opacity: 0.9;
	max-width: 705px;
	margin: 0 auto 25px auto;
}
.article h2 {
	max-width: 705px;
	margin: 0 auto 25px auto;
	font-weight: bold;
	font-size: 30px;
	line-height: 39px;
	color: #161616;
	opacity: 0.9;
}
.article h3 {
	max-width: 705px;
	margin: 0 auto 25px auto;
	font-weight: bold;
	font-size: 28px;
	line-height: 36px;
	color: #161616;
	opacity: 0.9;
}
.article h4 {
	font-weight: bold;
	font-size: 26px;
	line-height: 34px;
	color: #161616;
	opacity: 0.9;
	max-width: 705px;
	margin: 0 auto 25px auto;
}
.article h5 {
	max-width: 705px;
	margin: 0 auto 25px auto;
	font-weight: bold;
	font-size: 24px;
	line-height: 31px;
	color: #161616;
	opacity: 0.9;
}
.article h6 {
	max-width: 705px;
	margin: 0 auto 25px auto;
	font-weight: bold;
	font-size: 22px;
	line-height: 29px;
	color: #161616;
	opacity: 0.9;
}
.article > img {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
.article > img + span {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	display: block;
	text-align: center;
	color: rgba(29, 29, 29, 0.8);
	margin-bottom: 40px;
}
.article > table {
	background: #FAFAFC;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 4px;
	max-width: 705px;
	width: 100%;
	margin: 0 auto 40px auto;
	border-spacing: 0;
}
.article > table td {
	padding: 15px 20px;
}
.article > table td:nth-child(1) {
	font-size: 12px;
	line-height: 18px;
	color: #171717;
}
.article > table td:nth-child(2) {
	font-size: 12px;
	line-height: 18px;
	color: #171717;
	opacity: 0.7;
}
.voting {
	max-width: 705px;
	margin: 0 auto;
}
.voting-form-item input {
	display: none;
}
.voting-form-item input:checked + label {
	border-color: #156E9D;
	background: #F1F5F8;
}
.voting-form-item input:checked + label .voting-progress {
	background: #FFFFFF;
}
.voting-form-item input:checked + label .voting-ico:before {
	display: block;
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #156E9D;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.voting-form-item label {
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #F5F6F6;
	border-radius: 2px;
	transition: 0.3s;
	padding: 15px;
	cursor: pointer;
}
.voting-progress {
	width: 100%;
	background: #F4F4F4;
	border-radius: 2px;
	height: 5px;
	overflow: hidden;
	margin-top: 15px;
	transition: 0.3s;
}
.voting-progress > div {
	background: #156E9D;
	height: 100%;
}
.voting-ico {
	border: 1px solid #DFE2E5;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #FFFFFF;
	position: relative;
}
.voting-title {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.13125px;
	color: #20242E;
	margin-left: 15px;
	margin-right: auto;
}
.voting-stat {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #20242E;
}
.voting-stat span {
	color: #979FA8;
	font-weight: 400;
}
.voting-form-bottom {
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-top: 25px;
}
.voting-form-bottom button {
	padding: 10px 0;
	max-width: 205px;
}
.voting-form-share {
	display: flex;
	align-items: center;
}
.voting-form-share span {
	font-size: 16px;
	line-height: 20px;
	color: #20242E;
}
.voting-form-share img {
	margin-right: 10px;
}

/* Lists */
.main-list {
	padding-left: 1.25em;
	line-height: 1.25;
	margin: 1.5em 0;
}
.main-list.large {
	font-size: 1.375em;
}
.main-list>li {
	padding-left: .25em;
	margin: 1em 0;
}
.main-list>li li {
	margin-top: .5em;
}
.main-list>li>span {
	display: inline-block;
	vertical-align: top;
	font-size: .81818em;
}
.main-list>li ol,
.main-list>li ul {
	padding-left: 2em;
	font-size: .875em;
}
.main-list li::marker {
	color: #FF3807;
}
.main-list>li::marker {
	font-weight: bold;
}

/* TOC */
.table-of-contents {
	margin: 1em auto;
	background: #fff;
	border: 1px solid #eee;
	text-align: left;
}
.table-of-contents a {
	color: #156E9D;
}
.table-of-contents ol {
	list-style: none;
	counter-reset: item;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.table-of-contents ol ol {
	margin-left: 1.2em;
	font-weight: normal;
}
.table-of-contents ol ol ol {
	font-style: italic;
}
.table-of-contents ol>li:before {
	content: counters(item, '.') '. ';
	counter-increment: item;
	font-weight: normal;
}
.table-of-contents>ol {
	margin: 1em;
}
.table-of-contents>header {
	padding: .5em 1em;
	color: #777;
	background: #fafafa;
	border-bottom: 1px solid #eee;
}

/* Tables */
.fixed-table {
	table-layout: fixed;
}
.full-width>table,
.pull-table>table {
	margin: 0 auto;
}
.full-width>table,
.info-table.white {
	background: #fff;
}
.full-width>table,
.pull-table.wide>table {
	width: 100%;
	max-width: 46em;
}
.pull-table>figcaption {
	text-align: center;
	font-size: .875em;
	margin-top: .5em;
	color: #156E9D;
	opacity: .9;
}
.pure-table {
	text-align: left;
}
.pure-table>thead {
	background-color: #f7f8f9;
}
.pure-table>thead>tr>th {
	border-bottom: 1px solid #cbcbcb;
}
.info-table {
	border-collapse: collapse;
	background: #FAFAFC;
	text-align: left;
	margin: 1em 0;
}
.info-table th,
.info-table td {
	box-sizing: border-box;
	border: 1px solid #f4f4f4;
	padding: 1em 1.5em;
	font-size: .75em;
	color: #171717;
}
section>.info-table {
	width: 100%;
}
section>.info-table th {
	width: 40%;
}

/* Blockquotes */
blockquote {
	position: relative;
	overflow: hidden;
}
blockquote>img {
	float: right;
	margin-left: .5em;
	max-width: 30%;
}
blockquote>cite {
	display: block;
	font-style: normal;
	margin-top: 1em;
}
blockquote>p:first-of-type {
	margin-top: 0;
}
blockquote>p:last-of-type {
	margin-bottom: 0;
}
.main-quote {
	box-sizing: border-box;
	background: #FAFAFC;
	border: 1px solid #F4F4F4;
	border-radius: 2px;
	padding: 1.5em;
	padding-left: 6em;
	margin: 2em 0;
}
.main-quote>p {
	line-height: 1.4;
	opacity: .7;
}
.main-quote>cite {
	color: #156E9D;
	opacity: .9;
}
.main-quote>svg:first-child {
	position: absolute;
	left: 1.5em;
	top: 1.5em;
	width: 45px;
	height: 30px;
}
.main-quote>svg~svg {
	display: none;
}
.pull-quote {
	position: relative;
	overflow: hidden;
	padding: 5.625em 0;
	background: #156E9D;
	color: #fff;
}
.pull-quote>svg {
	position: absolute;
	width: 180px;
	height: 120px;
}
.pull-quote>svg:nth-of-type(1) {
	left: 2em;
	bottom: -2em;
}
.pull-quote>svg:nth-of-type(2) {
	transform: rotate(180deg);
	right: 2em;
	top: -2em;
}
.pull-quote p {
	font-size: 1.375em;
	line-height: 1.4;
	opacity: .7;
}
.pull-quote cite {
	font-size: large;
	opacity: .9;
}

/* Galleries */
.gallery-flexing {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -.5em;
}
.gallery-flexing>figure {
	margin: .5em;
}
.gallery-flexing>figure>img {
	max-width: 100%;
	width: 7.25em;
	height: auto;
}
.gallery-flexing>figure>figcaption>* {
	display: block;
	margin: .625em 0;
}
.gallery-flexing>figure>figcaption>*>strong:first-child:last-child {
	font-size: 1.125em;
	color: #d9534f;
}

/* The content */
.entry-content>section:not([class]) {
	margin: 2.5em 0;
}

/* Branches and banks */
.branches-banks {
	padding-top: 40px;
}
.branches-banks .map-wrap {
	width: 100%;
	height: 650px;
	background: #F1F5F8;
	margin-bottom: 40px;
}
.branches-banks .map-wrap .map {
	height: 100%;
	width: 100%;
}
.branches-banks .map-wrap .info-content {
	max-width: 265px;
	width: 265px;
	box-sizing: border-box;
}
.branches-banks .map-wrap .info-content-top {
	border-bottom: 1px solid #F4F4F4;
	box-sizing: border-box;
	padding: 15px;
	display: flex;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
.branches-banks .map-wrap .info-content-ico {
	width: 38px;
	height: 38px;
	background: #FF3807;
	border-radius: 50%;
	font-weight: bold;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #FFFFFF;
}
.branches-banks .map-wrap .info-content-title {
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	color: #161616;
	opacity: 0.9;
	margin-left: 15px;
}
.branches-banks .map-wrap .info-content-block {
	border-bottom: 1px solid #F4F4F4;
	box-sizing: border-box;
	padding: 10px 15px;
}
.branches-banks .map-wrap .info-content-block > span {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	color: #161616;
	opacity: 0.55;
}
.branches-banks .map-wrap .info-content-block p {
	font-size: 12px;
	line-height: 19px;
	color: #161616;
}
.branches-banks .map-wrap .info-content-block ul li {
	display: flex;
	align-items: center;
}
.branches-banks .map-wrap .info-content-block ul li span {
	font-size: 12px;
	line-height: 19px;
	color: #161616;
}
.branches-banks .map-wrap .info-content-block ul li span:nth-child(1) {
	min-width: 80px;
}
.branches-banks .map-wrap .info-content-block:last-child {
	border: 0;
}
.branches-banks-location {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.branches-banks-location-title {
	font-size: 14px;
	line-height: 19px;
	color: #161616;
	margin-bottom: 10px;
}
.branches-banks-location .blue-btn {
	min-width: 105px;
	max-width: 105px;
	margin: 0px 15px;
}
.branches-banks-location .blue-border-btn {
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.109091px;
	text-transform: uppercase;
	color: #156E9D;
	min-width: 115px;
	max-width: 115px;
	background: #FFFFFF;
	border: 1px solid #156E9D;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	padding: 10px 0;
}
.branches-banks-table-header {
	border-bottom: 1px solid #F4F4F4;
	box-sizing: border-box;
	padding-bottom: 20px;
	display: flex;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
.branches-banks-table-header .branches-banks-table-col {
	font-size: 14px;
	line-height: 18px;
	color: #171717;
}
.branches-banks-table-header .branches-banks-table-col:last-child {
	display: none;
}
.branches-banks-table-col {
	box-sizing: border-box;
	width: 100%;
}
.branches-banks-table-col.name {
	max-width: 250px;
	padding-right: 30px;
}
.branches-banks-table-col.address {
	max-width: 230px;
	padding-right: 30px;
}
.branches-banks-table-col.work-schedule {
	max-width: 155px;
	padding-right: 30px;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.branches-banks-table-col.phone-number {
	width: auto;
}
.branches-banks-table-col a {
	font-size: 14px;
	line-height: 18px;
	-webkit-text-decoration-line: underline;
			text-decoration-line: underline;
	color: #156E9D;
	opacity: 0.9;
}
.branches-banks-table-col span {
	font-size: 14px;
	line-height: 21px;
	color: #171717;
	opacity: 0.7;
}
.branches-banks-table-row {
	padding: 13px 0;
	display: flex;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	border-bottom: 1px solid #F4F4F4;
	display: none;
}
.branches-banks-table-row.active {
	display: flex;
}
.branches-banks-show-more {
	margin-top: 20px;
}

/* Exchange */
.exchange-value {
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 2px;
	background: #fff;
	margin: 1em 0;
}
.exchange-value>div {
	padding: .75em 1.25em;
	box-sizing: border-box;
}
.exchange-value>div+div {
	background: #FAFAFC;
}
.exchange-value>div>span {
	font-size: 2.125em;
	color: #222;
}
.exchange-value>div>small {
	color: #156E9D;
	font-size: .875em;
}
.exchange-value>div>label {
	display: block;
	line-height: 1;
	color: #969fb6;
	margin-bottom: .5em;
}
.exchange-value>div>label.ask:before,
.exchange-value>div>label.bid:before,
.exchange-value>div>label.mid:before {
	content: '';
	display: inline-block;
	width: .5em;
	height: .5em;
	border-radius: .25em;
	margin: 0 .5em .142857em 0;
	background: #337ab7;
}
.exchange-value>div>label.bid:before {
	background: #ee3129;
}
.exchange-value>div>label.mid:before {
	background: #999;
}
.exchange-chart {
	margin: 1em -1em 1em 0;
	height: 20em;
}
.exchange-table {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border-color: #f4f4f4;
}
.exchange-table>thead,
.exchange-table>tbody {
	background-color: #fafbfc;
}
.exchange-table>thead>tr>th,
.exchange-table>tbody>tr>td {
	border-color: #f4f4f4;
	padding: .75em 1em;
	color: #666;
}
.exchange-table>tbody>tr>td {
	color: #222;
}
.exchange-table .active {
	background-color: #fff;
}
.exchange-table .name {
	display: block;
	position: relative;
}
.exchange-table .name>.inf,
.exchange-table .name>.sep {
	opacity: .3;
}
.exchange-table .name.icon {
	padding-left: 1.75em;
}
.exchange-table .name.flag {
	padding-left: 2.16666em;
}
.exchange-table .name>img,
.exchange-table .flag>.flag-icon {
	position: absolute;
	left: 0; top: -.0625em;
}
.exchange-table .name>img,
.exchange-table .flag>.flag-icon {
	height: 1.25em;
	width: 1.25em;
}
.exchange-table .flag>img,
.exchange-table .flag>.flag-icon {
	width: 1.66666em;
}
.exchange-table .name>img+img,
.exchange-table .flag>.flag-icon+.flag-icon {
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

/* Exchange Rates */
.exchange-rates {
	padding: 40px 0;
}
.exchange-rates-hero h1 {
	text-align: center;
	margin-bottom: 15px;
}
.exchange-rates-hero-subtitle {
	margin-bottom: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: #161616;
	opacity: 0.75;
}
.exchange-rates-hero-filter {
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 4px;
	padding: .875em 1em;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.exchange-rates-hero-filter>div {
	position: relative;
}
.exchange-rates-hero-filter>div>.flag-icon {
	position: absolute;
	left: .5em; top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.exchange-rates-hero-filter>div>.flag-icon+select {
	padding-left: 2.125em;
}
.exchange-rates-hero-filter select {
	width: 100%;
}
.exchange-rates-hero-filter .locality {
	max-width: 15em;
}
.exchange-rates-hero-table {
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 4px;
	text-align: left;
	margin-top: .625em;
}
.exchange-rates-hero-table-header {
	padding: 18px 20px;
	border-bottom: 1px solid #F4F4F4;
	display: flex;
}
.exchange-rates-hero-table-header .exchange-rates-hero-table-col {
	font-size: 14px;
	line-height: 18px;
	color: #171717;
}
.exchange-rates-hero-table-col {
	width: 100%;
}
.exchange-rates-hero-table-col.course {
	max-width: 205px;
	display: flex;
	align-items: center;
}
.exchange-rates-hero-table-col.course span {
	font-size: 12px;
	line-height: 17px;
	color: #171717;
}
.exchange-rates-hero-table-col.course svg {
	fill: #979797;
	margin-left: 6px;
}
.exchange-rates-hero-table-col.purchase {
	max-width: 300px;
	display: flex;
	align-items: center;
}
.exchange-rates-hero-table-col.purchase p {
	font-size: 14px;
	line-height: 18px;
	color: #161616;
	margin: 0 5px 0 0;
}
.exchange-rates-hero-table-col.purchase span {
	font-size: 12px;
	line-height: 14px;
	color: #156E9D;
	opacity: 0.9;
	margin-left: 20px;
}
.exchange-rates-hero-table-col.sale {
	width: auto;
	display: flex;
	align-items: center;
}
.exchange-rates-hero-table-col.sale p {
	font-size: 14px;
	line-height: 18px;
	color: #161616;
	margin: 0 5px 0 0;
}
.exchange-rates-hero-table-col.sale span {
	font-size: 12px;
	line-height: 14px;
	color: #156E9D;
	opacity: 0.9;
	margin-left: 20px;
}
.exchange-rates-hero-table-row {
	padding: 16px 20px;
	border-bottom: 1px solid #F4F4F4;
	display: flex;
	align-items: center;
}
.exchange-rates-top {
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-bottom: 20px;
}
.exchange-rates-top h2 {
	margin: 0;
}
.exchange-rates-top span {
	font-size: 14px;
	line-height: 22px;
	color: #161616;
	opacity: 0.7;
}
.exchange-rates-tab-list {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	list-style-type: none;
	padding: 0;
}
.exchange-rates-tab-list li {
	cursor: pointer;
	transition: 0.3s;
	margin-right: 15px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.109091px;
	text-transform: uppercase;
	color: #156E9D;
	padding: 5px 15px;
	background: #FFFFFF;
	border: 1px solid #156E9D;
	box-sizing: border-box;
	border-radius: 2px;
	min-width: 95px;
}
.exchange-rates-tab-list li:last-child {
	margin: 0;
}
.exchange-rates-tab-list li.active {
	color: #FFFFFF;
	background: #156E9D;
	border: 1px solid #156E9D;
	box-sizing: border-box;
	box-shadow: 0px 2px 3px rgba(90, 90, 90, 0.2);
}
.exchange-rates-table-header {
	box-sizing: border-box;
	border-bottom: 1px solid #F4F4F4;
	padding-bottom: 15px;
	display: flex;
}
.exchange-rates-table-header .exchange-rates-table-col {
	font-size: 14px;
	line-height: 18px;
	color: #171717;
}
.exchange-rates-table-header .exchange-rates-table-col.time {
	padding-right: 35px;
}
.exchange-rates-table-col.course {
	width: 35%;
	display: flex;
	align-items: center;
}
.exchange-rates-table-col.course span {
	font-size: 14px;
	line-height: 22px;
	color: #171717;
	opacity: 0.7;
}
.exchange-rates-table-col.purchase {
	width: 28%;
	display: flex;
	align-items: center;
}
.exchange-rates-table-col.purchase span {
	margin-right: 5px;
	font-size: 14px;
	line-height: 17px;
	color: #1C1C1C;
}
.exchange-rates-table-col.sale {
	width: 25%;
	display: flex;
	align-items: center;
}
.exchange-rates-table-col.sale span {
	margin-right: 5px;
	font-size: 14px;
	line-height: 17px;
	color: #1C1C1C;
}
.exchange-rates-table-col.time {
	display: flex;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	margin-left: auto;
	padding-right: 15px;
	align-items: center;
}
.exchange-rates-table-col.time span {
	font-size: 14px;
	line-height: 17px;
	color: #1C1C1C;
}
.exchange-rates-table-btn {
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	cursor: pointer;
}
.exchange-rates-table-btn svg {
	transition: 0.3s;
	fill: #979797;
}
.exchange-rates-table-btn:hover svg {
	fill: #156E9D;
}
.exchange-rates-table-btn.active svg {
	fill: #156E9D;
}
.exchange-rates-table-ico {
	min-width: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.exchange-rates-table-ico img {
	display: block;
	max-width: 22px;
	max-height: 22px;
}
.exchange-rates-table-item {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #F4F4F4;
}
.exchange-rates-table-row {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
.exchange-rates-chart {
	background: #FAFAFC;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 4px;
	height: 480px;
	margin: 10px 0;
	display: none;
}

.currency-converter-section {
	padding-bottom: 40px;
}
.currency-converter-section h2 {
	font-size: 25px;
	line-height: 25px;
}
.currency-converter-section .currency-converter-widget.full {
	margin-bottom: 20px;
}
.currency-converter-widget.full .currency-converter-widget-top {
	display: none;
}
.currency-converter-widget.full .currency-converter-widget-main {
	display: flex;
}
.currency-converter-widget.full .currency-converter-widget-item {
	box-sizing: border-box;
	width: 50%;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
.currency-converter-widget.full .currency-converter-widget-item:nth-child(1) {
	padding: 20px 45px 20px 20px;
}
.currency-converter-widget.full .currency-converter-widget-item:nth-child(2) {
	padding: 20px 20px 20px 45px;
}
.currency-converter-widget.full .currency-converter-widget-replace {
	width: 3.375em;
	height: 3.375em;
}
.currency-converter-widget.full .currency-converter-widget-info > span {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #156E9D;
	margin-bottom: 30px;
}
.currency-converter-widget.full .currency-converter-widget-item input {
	font-size: 35px;
	line-height: 40px;
	max-width: 100%;
}
.currency-converter-widget.full .currency-converter-widget-input {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	width: 50%;
}
.currency-converter-widget .currency-converter-widget-input>span {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 17px;
	color: #969fb6;
}

.currency-converter-table {
	background: #FAFAFC;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 4px;
}
.currency-converter-table-header {
	border-bottom: 1px solid #F4F4F4;
	padding: 15px 20px;
	display: flex;
	align-items: center;
}
.currency-converter-table-header .currency-converter-table-col {
	font-size: 14px;
	line-height: 18px;
	color: #171717;
}
.currency-converter-table-row {
	border-bottom: 1px solid #F4F4F4;
	padding: 13px 20px;
	display: flex;
	align-items: center;
}
.currency-converter-table-row:last-child {
	border: 0;
}
.currency-converter-table-col.source {
	width: 40%;
	display: flex;
	align-items: center;
}
.currency-converter-table-col.source span {
	font-size: 12px;
	line-height: 15px;
	color: #171717;
}
.currency-converter-table-col.source svg {
	fill: #979797;
	margin-left: 6px;
}
.currency-converter-table-col.rate {
	width: 33%;
}
.currency-converter-table-col.rate span {
	font-size: 12px;
	line-height: 18px;
	color: #171717;
	opacity: 0.7;
}
.currency-converter-table-col.receive span {
	font-size: 12px;
	line-height: 18px;
	color: #171717;
	opacity: 0.7;
}

/* Cross course */
.cross-course h2 {
	font-size: 25px;
	line-height: 25px;
}
.cross-course-table {
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 4px;
}
.cross-course-table-row {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #F4F4F4;
}
.cross-course-table-row:last-child {
	border-bottom: 0;
}
.cross-course-table-row:nth-child(1) .cross-course-table-col span {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #20242E;
}
.cross-course-table-row:nth-child(2) .cross-course-table-col:nth-child(2) {
	background: #F1F5F8;
}
.cross-course-table-row:nth-child(3) .cross-course-table-col:nth-child(3) {
	background: #F1F5F8;
}
.cross-course-table-row:nth-child(4) .cross-course-table-col:nth-child(4) {
	background: #F1F5F8;
}
.cross-course-table-row:nth-child(5) .cross-course-table-col:nth-child(5) {
	background: #F1F5F8;
}
.cross-course-table-row:nth-child(6) .cross-course-table-col:nth-child(6) {
	background: #F1F5F8;
}
.cross-course-table-row:nth-child(7) .cross-course-table-col:nth-child(7) {
	background: #F1F5F8;
}
.cross-course-table-row:nth-child(8) .cross-course-table-col:nth-child(8) {
	background: #F1F5F8;
}
.cross-course-table-row:nth-child(9) .cross-course-table-col:nth-child(9) {
	background: #F1F5F8;
}
.cross-course-table-row:nth-child(10) .cross-course-table-col:nth-child(10) {
	background: #F1F5F8;
}
.cross-course-table-col {
	border-right: 1px solid #F4F4F4;
	box-sizing: border-box;
	width: 100%;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	font-size: 14px;
	line-height: 17px;
	color: #1C1C1C;
	font-weight: 400;
}
.cross-course-table-col:last-child {
	border-right: 0;
}
.cross-course-table-col img {
	max-width: 21px;
	margin-bottom: 5px;
}
.cross-course-table-col:nth-child(1) {
	max-width: 50px;
}
.cross-course-table-col:nth-child(1) span {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #20242E;
}

/* Currency converter */
.currency-converter {
	padding-top: 40px;
}
.currency-converter-hero h1 {
	text-align: center;
}
.currency-converter .currency-converter-table-header .currency-converter-table-col {
	color: #156E9D;
}

/* About */
.about {
	padding: 40px 0;
}
.about-hero {
	padding: 85px 0;
}
.about-hero .container {
	display: flex;
	align-items: center;
}
.about-hero-info {
	max-width: 375px;
	width: 100%;
}
.about-hero-info h1 {
	margin-bottom: 20px;
}
.about-hero-info p {
	font-size: 14px;
	line-height: 21px;
	color: #161616;
	opacity: 0.6;
}
.about-hero-illustration {
	display: block;
	margin-left: 75px;
}
.about .pure-g {
	margin-left: -0.5em;
	margin-right: -0.5em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.about .pure-g [class*=pure-u] {
	padding: 0px 0.5em;
	box-sizing: border-box;
}
.about-advantages-item p {
	font-size: 22px;
	line-height: 28px;
	color: #EE3029;
	margin-bottom: 10px;
	opacity: 0.9;
	max-width: 150px;
}
.about-advantages-item span {
	font-size: 12px;
	line-height: 19px;
	color: #161616;
	opacity: 0.6;
}
.about-main {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: rgba(34, 40, 52, 0.7);
	mix-blend-mode: normal;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 40px;
	border-top: 1px solid rgba(22, 22, 22, 0.1);
	box-sizing: border-box;
}
.about-main span {
	font-weight: bold;
	color: #156E9D;
}
.about-info-block {
	align-items: center;
	margin-bottom: 40px;
}
.about-info-block:last-child {
	margin-bottom: 0;
}
.about-info-block h3 {
	font-size: 22px;
	line-height: 22px;
	color: #161616;
	opacity: 0.9;
	margin-bottom: 20px;
}
.about-info-block p {
	font-size: 14px;
	line-height: 23px;
	color: #161616;
	opacity: 0.6;
}
.about-info-block img {
	display: block;
	width: 100%;
}
.about-map {
	background: #F1F5F8;
	padding: 40px 0;
}
.about-map h2 {
	text-align: center;
	margin-bottom: 30px;
}
.about-map-info {
	display: flex;
	align-items: center;
}
.about-map-info-item {
	margin-right: 35px;
	min-width: 115px;
}
.about-map-info-item:last-child {
	margin: 0;
}
.about-map-info-item span {
	font-weight: 300;
	font-size: 12px;
	line-height: 19px;
	color: #161616;
	opacity: 0.5;
	margin-bottom: 10px;
	transition: 0.3s;
	display: block;
}
.about-map-info-item p {
	font-size: 18px;
	line-height: 25px;
	color: #161616;
	mix-blend-mode: normal;
	opacity: 0.6;
	transition: 0.3s;
}
.about-map-info-item:hover span {
	opacity: 1;
}
.about-map-info-item:hover p {
	opacity: 1;
}
.about-map-main {
	margin-bottom: 35px;
}
.about-map-main svg {
	display: block;
	width: 100%;
}
.about-map-main .map-country {
	transition: 0.3s;
	fill: #C1C1C1;
}
.about-map-main .map-country.active {
	fill: #156E9D;
}
.our-team {
	padding: 40px 0 30px 0;
}
.our-team h2 {
	text-align: center;
}
.our-team-info {
	margin-bottom: 35px;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	color: #161616;
	opacity: 0.75;
}
.our-team-card {
	margin-bottom: 30px;
}
.our-team-card > img {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.our-team-card-name {
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 16px;
	color: #161616;
	font-weight: bold;
	opacity: 0.8;
}
.our-team-card-info {
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}
.our-team-card-info span {
	font-size: 12px;
	line-height: 18px;
	color: #161616;
	opacity: 0.6;
}
.our-team-card-contacts {
	display: flex;
	align-items: center;
}
.our-team-card-contacts a {
	display: flex;
	align-items: center;
	margin-right: 14px;
}
.our-team-card-contacts a:last-child {
	margin: 0;
}

.our-partners {
	padding: 40px 0;
	background: #F3F6F9;
}
.our-partners .pure-g {
	margin-left: -5px;
	margin-right: -5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.our-partners .pure-g [class*=pure-u] {
	padding: 0px 5px;
	box-sizing: border-box;
}
.our-partners-card {
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 2px;
	margin-bottom: 15px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.our-partners-card img {
	max-width: 80%;
	max-height: 80%;
}
.our-partners .blue-btn {
	margin-top: 5px;
}

.experts {
	padding: 40px 0;
}
.experts-info {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 21px;
	color: #161616;
	opacity: 0.75;
}
.experts-card {
	margin-bottom: 30px;
}
.experts-card > img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.experts-card-name {
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #161616;
	opacity: 0.9;
	margin-bottom: 15px;
}
.experts-card-info {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
	color: #161616;
	opacity: 0.6;
	max-height: 72px;
	overflow: hidden;
}
.experts-card-read-more {
	display: block;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 18px;
	color: #156E9D;
}
.experts-card-contacts {
	display: flex;
	align-items: center;
}
.experts-card-contacts a {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.experts-card-contacts a:last-child {
	margin: 0;
}

/* Entities */
.entities {
	padding-top: 2.5em;
}
.entities-search {
	background: #FFFFFF;
	border: 1px solid rgba(22, 22, 22, 0.1);
	box-sizing: border-box;
	border-radius: 2px;
	padding: 4px 10px;
	display: flex;
	align-items: center;
	margin-bottom: 1.25em;
	user-select: none;
}
.entities-search.error {
	background: #FFF4F4F4;
}
.entities-search input {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	border: 0px;
	font-size: 12px;
	line-height: 19px;
	color: #161616;
	margin-left: 10px;
	background: inherit;
}
.entities-letters {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 1em -4px;
}
.entities-letters li {
	font-size: 20px;
	line-height: 45px;
	color: #156E9D;
	background: #F4F4F4;
	border-radius: 3px;
	width: 45px;
	height: 45px;
	text-align: center;
	cursor: pointer;
	margin: 4px;
}
.entities-letters li.active {
	background: #156E9D;
	color: #FFFFFF;
}
.entities-catalog {
	margin-bottom: 1em;
}
.entities-item {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #F4F4F4;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
.entities-item-side {
	width: 150px;
	min-width: 150px;
}
.entities-item-side>div+div {
	margin-top: .5em;
}
.entities-item-logo {
	position: relative;
	width: 80px;
	height: 80px;
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	box-sizing: border-box;
	border-radius: 8px;
}
.entities-item-logo>div {
	position: absolute;
	top: 10%;
	left: 10%;
	right: 10%;
	bottom: 10%;
}
.entities-item-rate {
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 16px;
	color: #161616;
}
.entities-item-rate a {
	color: #156E9D;
}
.entities-item-rate>*+* {
	margin-left: .5em;
}
.entities-item-rate>.ratio {
	font-weight: bold;
}
.entities-item-rate>.stars>*+* {
	display: none;
}
.entities-item-main {
	width: 100%;
}
.entities-item-info {
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-bottom: 1em;
}
.entities-item-info a {
	font-weight: bold;
	font-size: .875em;
	color: #0f4e70;
}
.entities-item-info span {
	font-size: .625em;
	color: #161616;
	opacity: 0.7;
}
.entities-item-links {
	list-style: none;
	padding: 0;
	margin: 0 0 1em;
}
.entities-item-links li {
	display: inline-block;
	margin-right: 1em;
	font-size: .75em;
}
.entities-item-links li a {
	cursor: pointer;
	color: #156E9D;
}
.entities-item-links li span {
	color: #161616;
}

/* Stars */
.stars>.star:after,
.stars>.star-void:after {
	content: '\2605';
	line-height: 1;
	font-style: normal;
	color: #ffb639;
}
.stars>.star-void:after {
	color: #e0dfdf;
}
.field>.stars {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.field>.stars>input {
	display: none;
}
.field>.stars>label+span {
	display: none;
	position: absolute;
	top: 50%; left: 5.5em;
	transform: translateY(-50%);
	opacity: .5;
}
.field>.stars>label:after {
	content: '\2605';
	color: #e0dfdf;
	line-height: 1;
	font-style: normal;
	font-weight: normal;
}
.field>.stars>label:hover:after,
.field>.stars>label:hover~label:after,
.field>.stars:not(:hover)>input:checked~label:after {
	color: #ffb639;
}
.field>.stars>label:hover+span,
.field>.stars:not(:hover)>input:checked+label+span {
	display: block;
}

/* Comments */
section.comment {
	margin: 2.5em 0 1.5em;
}
.comment .field {
	margin: 0 0 1em;
}
.comment .field>label {
	margin: 0 0 6px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comment .field>label .error {
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
	margin-top: 4px;
	font-size: 9px;
	color: red;
}
.comment .field input,
.comment .field select,
.comment .field textarea {
	box-sizing: border-box;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	font-size: 14px;
	color: #161616;
	border: 1px solid #f4f4f4;
	border-radius: 2px;
}
.comment .field input,
.comment .field textarea {
	padding: 12px 15px;
	background: #fff;
}
.comment .field>label+.stars {
	margin-top: .75em;
}
.comment .field>.stars>label {
	font-size: 1.125em;
	padding-right: .25em;
}
.comment .field>.stars>label+span {
	font-size: 14px;
	left: 8.5em;
}
.comment-form .field>label,
.comment-form .field input,
.comment-form .field textarea {
	font-size: 12px;
}
.comment-form .btn {
	padding: 4px 14px;
}
.comment form.submit {
	cursor: wait;
	opacity: .7;
}
.comment form.submit>* {
	pointer-events: none;
}
.comment .notice {
	position: relative;
	box-sizing: border-box;
    background: #fafafc;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
	padding: .75em .875em;
	color: #666;
}
.comment .notice.logo {
	min-height: 3.75em;
	padding-left: 4em;
}
.comment .notice.logo:before {
	content: '';
	position: absolute;
	top: .75em; left: .875em;
	width: 2.25em; height: 2.25em;
	background: url(/wp-content/themes/maanimo/assets/images/logo.svg) center/contain no-repeat;
}
.comment-to {
	font-size: 14px;
}
.comment-to:not(.active) {
	display: none;
}
.comments {
	margin: 1.5em 0;
}
.comments ol,
.comments ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.comments p {
	margin: 1em 0 0;
}
.comments-list>li>ul,
.comments-list>li>ul>li>ul {
	margin-left: 4em;
}
.comments-list .comment {
	margin: .625em 0 0;
}
.comments-list>.comment {
	margin: 0 0 1.25em;
}
.comment-body,
.comment-form {
	padding: 15px;
	font-size: 12px;
	line-height: 1.5;
	background: #fafafc;
	border: 1px solid #f4f4f4;
}
.feature>.comment-body {
	background: #f0f8ff;
	border: 1px solid #e6f3ff;
}
.comment-tool {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 1em;
}
.comment-tool .reply {
	cursor: pointer;
	color: #ff3807;
	opacity: 1;
	transition: opacity .5s;
}
.comment-tool .reply.active {
	pointer-events: none;
	opacity: .3;
}
.comment-meta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 1em;
}
.comment-data {
	white-space: nowrap;
	text-align: right;
	color: #888;
}
.comment-awaiting {
	color: brown;
	opacity: .7;
}
.comment-user {
	min-width: 17em;
}
.comment-user>.info {
	display: block;
}
.comment-user>.info>.name,
.comment-data a:not(:hover)>time {
	color: #888;
}
.comment-user>.info>.icon {
	width: 1.1em;
	height: 1.1em;
	margin-right: .33333em;
	margin-bottom: -.2em;
}
.comment-user>img {
	float: left;
	width: 40px;
	height: 40px;
	background: #fff;
	object-fit: contain;
	border-radius: 4px;
	margin-right: 12px;
}
.comment-user>img.avatar {
	object-fit: cover;
	border-radius: 50%;
}

/* Cookies */
#cookies {
	z-index: 99999;
	position: fixed;
	left: 0; right: 0; bottom: 0;
	visibility: hidden;
	transition: 1s;
	-webkit-user-select: none;
	user-select: none;
}
#cookies.active {
	visibility: visible;
}
#cookies>.content {
	background: #156e9d;
	padding-top: .25em;
	padding-bottom: .25em;
	box-shadow: 0 -1em 1em #fff;
	opacity: 0;
	transform: translateY(100%);
	transition: .75s .25s;
}
#cookies.active>.content {
	opacity: 1;
	transform: translateY(0);
}
#cookies p {
	color: #f4f4f4;
	font-size: 13px;
	line-height: 1.4;
}
#cookies a {
	color: #f4f4f4;
	text-decoration: underline;
}
#cookies button {
	float: right;
	width: auto;
	margin-left: .5em;
}

/* WP Blocks */
.wp-block-image img {
	height: auto;
}

/* Media */
@media screen and (max-width: 47.938em) {
	.header-span {
		min-width: 30vw;
	}
	.header-bar ul {
		display: none;
	}
	.header-nav label {
		display: block;
		position: relative;
		text-transform: uppercase;
		margin-bottom: 8px;
		font-size: 16px;
	}
	.header-nav li li {
		margin: 1em 0 1em 1em;
	}
	.header-nav .menu>li {
		margin: 0 0 2em;
	}
	.header-nav .menu>li>ul {
		max-height: 0;
		overflow: hidden;
		transition: max-height .5s;
	}
	.header-nav input:checked~ul {
		max-height: 100vh;
	}
	.header-nav input~label:after {
		content: '';
		position: absolute;
		top: 2px; right: 0;
		width: 14px; height: 14px;
		background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCA4Ij48cGF0aCBkPSJNMTQgMS4yMDU5NEwxMi43NjYyIDAuMDA4NDkyNTdMNyA1LjU1MzQ3TDYuMTI1IDQuNzQ3MzVMMS4yNDI1IDBMMCAxLjIwNTk0TDcgOEwxNCAxLjIwNTk0WiIvPjwvc3ZnPg==) no-repeat center;
		transition: .5s;
	}
	.header-nav input:checked~label:after {
		transform: rotate(-180deg);
	}

	.comments-list>li>ul,
	.comments-list>li>ul>li>ul {
		margin-left: 1em;
	}

	.hero-offers-item {
		padding: 0 0 0 10px;
		-webkit-box-pack: start;
			-ms-flex-pack: start;
				justify-content: flex-start;
	}
	.hero-offers-item-ico {
		min-width: 47px;
	}
	.hero-offers-item span {
		margin-left: 10px;
	}

	.news-widget-item-image {
		height: 170px;
	}

	.main-page-widgets .news-widget {
		margin-bottom: 40px;
	}

	.chart-widget-nav li {
		margin-right: 20px;
	}

	.month-offer-item {
		min-width: 184px;
		width: 184px;
	}

	.typ-slider {
		overflow-x: scroll;
		max-width: 100%;
		width: 100%;
		-ms-overflow-style: none;
		scrollbar-width: none;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
	}
	.typ-slider::-webkit-scrollbar {
		display: none;
	}
	.typ-slider-col {
		margin-right: 10px;
	}
	.typ-slider-col:last-child {
		padding-right: 1em;
	}
	.typ-slider.typ-slider-3 .typ-slider-col {
		width: auto;
	}
	.typ-slider.typ-slider-4 .typ-slider-col {
		width: auto;
	}

	.best-offers-item {
		width: 300px;
	}

	.best-offers-item-logo {
		min-height: 82px;
	}

	.best-offers-item-title {
			font-size: 14px;
		line-height: 25px;
	}

	.best-offers-item-info {
		padding: 25px 0;
	}

	.best-offers-item-info span {
		margin-bottom: 14px;
		font-size: 16px;
		line-height: 19px;
	}

	.best-offers-item-info span:nth-child(1) {
		font-size: 24px;
		line-height: 29px;
	}

	.reviews-item {
		width: 300px;
	}

	.prices-block {
		width: 300px;
	}

	.charts-slider .chart-widget {
		width: 300px;
	}

	.charts-slider .chart-widget-title {
		font-size: 19px;
		line-height: 26px;
	}

	.charts-slider .chart-widget-top {
		padding: 15px 20px;
	}

	.reviews-item > p {
		margin-bottom: 5px;
	}

	.reviews-item > a {
		margin-bottom: 20px;
	}

	.main-page-banner {
		height: 260px;
	}

	.prices-block-title {
		padding: 15px 20px;
			font-size: 19px;
		line-height: 27px;
	}

	.prices-block ul li {
		margin-bottom: 25px;
	}

	.prices-block ul li a span:nth-child(2) {
		font-size: 14px;
		line-height: 22px;
	}

	.prices-block ul li a span:nth-child(3) {
		font-size: 16px;
		line-height: 22px;
	}

	.about-main-page h2 {
		margin-bottom: 25px;
	}

	.footer-nav ul {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.products-slider .slick-dots {
		bottom: -30px;
	}

	.footer-nav ul li {
		margin-bottom: 30px;
	}

	.footer-bottom .container {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: start;
			-ms-flex-pack: start;
				justify-content: flex-start;
	}
	.footer-bottom .container p {
		width: 100%;
		margin-bottom: 15px;
	}

	.footer-nav {
		padding-top: 30px;
		padding-bottom: 0;
	}

	.footer-bottom .container img:nth-last-child(2) {
		margin-left: 0;
	}

	.products .pure-g [class*=pure-u]:nth-child(1) .products-item ul,
	.products .pure-g [class*=pure-u]:nth-child(2) .products-item ul {
		margin-bottom: 20px;
	}

	.entity-navbar {
		padding: 0;
	}
	.entity-navbar .container {
		padding: 0;
	}
	.entity-navbar ul {
		overflow-x: scroll;
		padding: 24px 16px;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.entity-navbar ul::-webkit-scrollbar {
		display: none;
	}
	.entity-navbar ul li:last-child {
		box-sizing: border-box;
		padding-right: 16px;
	}

	.entity-info-tabs-content>ul>li>span:nth-child(1) {
		max-width: 10em;
	}

	.entity-info-list li {
		width: 100%;
	}

	.inner-page-hero h1 {
		font-size: 26px;
		line-height: 39px;
		color: #161616;
	}

	.mfo-form-main {
		display: block;
	}

	.mfo-form-main-col {
		width: 100%;
		margin-bottom: 25px;
	}
	.mfo-form-main-col:last-child {
		margin: 0;
	}

	.mfo-form-info-row {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		margin-bottom: 10px;
	}

	.mfo-form-info-block {
		width: 50%;
	}
	.mfo-form-info-block:nth-child(-n+2) {
		border-bottom: 1px solid #F4F4F4;
	}

	.typ-input-double {
		display: block;
	}
	.typ-input-double .typ-input {
		width: 100%;
	}

	.entity-offers-form-main {
		display: block;
		padding: 1.25em 1.25em 1.5em;
	}
	.entity-offers-form-col+div {
		margin-top: 1.5em;
	}

	.entity-offers-head {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom: 20px;
	}

	.entity-offers-info {
		margin-bottom: 20px;
		width: 100%;
	}

	.entity-offers-sort {
		margin-left: 0;
	}

	.entity-offer-item {
		padding: 10px 20px 0px 20px;
	}
	.entity-offer-item-category {
		display: none;
	}
	.entity-offer-item-main {
		display: block;
	}
	.entity-offer-item-info-col>div>span:nth-child(2) {
		font-size: 16px;
		line-height: 19px;
	}
	.entity-offer-item-info-col>div>span:nth-child(2) b {
		font-size: 16px;
		line-height: 20px;
	}
	.entity-offer-item-info-col {
		margin-right: 15px;
	}
	.entity-offer-item-info {
		margin-bottom: 35px;
	}
	.entity-offer-item-triggers .blue-btn {
		width: 100%;
	}
	.entity-offer-item-details-btn {
		margin-top: 25px;
	}
	.entity-offer-item-info-col>div>span:nth-child(1) {
		margin-bottom: 10px;
	}
	.entity-offer-item-rate {
		margin-left: 2em;
	}
	.entity-offer-item-rate>.stars>*+* {
		display: none;
	}

	.inner-page-hero.credit-card-hero p {
		font-size: 14px;
		line-height: 23px;
	}

	.entity-extend-form-main {
		padding: 20px 20px 25px 20px;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.entity-extend-form-main .typ-range-wrap {
		max-width: 100%;
		margin-bottom: 27px;
	}

	.entity-offers-form-details-btn,
	.entity-extend-form-main .blue-btn,
	.entity-offers-form-bottom .blue-btn {
		max-width: calc((100% - 15px) / 2);
	}

	.entity-offers-form-selects {
		display: block;
		padding-bottom: 5px;
		margin-bottom: 0;
	}

	.entity-offers-form-selects .typ-input {
		width: 100%;
		margin-bottom: 20px;
	}

	.entity-offers-form-options {
		display: block;
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	.entity-offers-form-options .typ-checkbox {
		margin-right: 0;
	}

	.typ-checkbox label:before {
		margin-right: 15px;
	}

	.credit-card-item {
		padding: 0;
	}

	.credit-card-head {
		padding: 24px 120px 24px 20px;
		margin-bottom: 0;
		border-bottom: 1px solid #F1F5F8;
		overflow: hidden;
		position: relative;
	}

	.credit-card-link {
		position: static;
		width: 100%;
	}

	.credit-card-bank-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}

	.credit-card-bank-rate {
		position: static;
		margin: 10px 0 15px 0;
	}

	.credit-card-info {
		padding: 16px 20px 30px 19px;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start;
		margin: 0;
	}

	.credit-card-info>div {
		margin-right: 45px;
		margin-bottom: 25px;
	}

	.credit-card-bottom {
		padding: 15px 20px 25px 20px;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.credit-card-features {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		padding-bottom: 15px;
		width: 100%;
	}

	.credit-card-features img {
		margin-right: 24px;
		margin-bottom: 15px;
		min-height: 15px;
	}

	.credit-card-features img:last-child {
		margin-bottom: 15px;
	}

	.credit-card-features span {
		font-size: 12.2727px;
		margin-right: 24px;
		line-height: 15px;
		margin-bottom: 15px;
	}

	.credit-card-details,
	.deposits-offer-details {
		padding-left: 1.25em;
		padding-right: 1.25em;
	}

	.credit-card-photo {
		top: 24px;
		left: auto;
		right: -52px;
		max-width: 155px;
		width: 100%;
	}

	.credit-card-details-btn {
		margin-left: auto;
	}

	.inner-page-hero.deposits-hero p {
		line-height: 23px;
	}

	.deposits-form-main {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		padding: 20px;
		-webkit-box-align: stretch;
			-ms-flex-align: stretch;
				align-items: stretch;
	}

	.deposits-form-main .typ-range-wrap {
		max-width: 100%;
		width: 100%;
		margin-bottom: 27px;
	}

	.deposits-form-details-btn {
		max-width: calc((100% - 15px) / 2);
	}

	.deposits-form-main .blue-btn {
		display: block;
		max-width: calc((100% - 15px) / 2);
	}

	.deposits-form {
		margin-bottom: 0;
	}

	.deposits-hero .container > .blue-btn {
		display: none;
	}

	.deposits-form-options .typ-checkbox {
		width: 100%;
		margin-right: 0;
	}

	.deposits-form-options button {
		margin-bottom: 0;
		margin-top: 10px;
	}

	.deposits-form-details {
		padding-bottom: 25px;
	}

	.deposits-offer {
		padding: 0;
	}

	.deposits-offer-head {
		padding: 25px 130px 25px 20px;
		margin-bottom: 0;
	}

	.deposits-offer-logo {
		left: auto;
		right: 15px;
	}

	.deposits-offer-bank-rate {
		position: static;
		margin: 10px 0px 15px 0px;
	}

	.deposits-offer-bank-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}

	.deposits-offer-bank-info>span:nth-child(1) {
		margin-right: 0;
	}

	.deposits-offer-info {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		padding: 15px 20px 20px;
		margin: 0;
		border-top: 1px solid rgba(22, 22, 22, 0.075);
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
	}

	.deposits-offer-info>div {
		margin-bottom: 25px;
	}

	.deposits-offer-btn.deposits-offer-more-offers {
		margin: 0;
	}

	.deposits-offer-bottom {
		padding: 20px 18px;
	}

	.deposits-offer-details-btn {
		margin-left: auto;
	}

	.deposits-offer-list li span:nth-child(1) {
		max-width: 55%;
		font-size: 12px;
		line-height: 15px;
	}

	.deposits-offer-list li {
		padding: 13px 10px 13px 15px;
	}

	.inner-page-hero.black-market-hero p {
		line-height: 23px;
	}

	.black-market-hero-info {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.black-market-hero-info .info-block {
		width: calc((100% - 40px) / 2);
		margin-bottom: 25px;
	}
	.black-market-hero-info .info-block:nth-last-child(1) {
		margin-bottom: 0;
	}
	.black-market-hero-info .info-block:nth-last-child(2) {
		margin-bottom: 0;
	}

	.black-market-hero-info .info-block p span {
		display: none;
	}

	.black-market-hero-info .info-block-title span {
		display: inline;
		opacity: 1;
	}

	.black-market-filter {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.black-market-filter .typ-input.currency,
	.black-market-filter .typ-input.buying-selling,
	.black-market-filter .typ-input.city,
	.black-market-filter .typ-input.options {
		max-width: calc((100% - 15px) / 2);
	}

	.black-market-filter .typ-input:nth-child(1),
	.black-market-filter .typ-input:nth-child(2) {
		margin-bottom: 25px;
	}

	.black-market-table-header .black-market-table-col:last-child {
		display: block;
	}

	.black-market-table-row {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		padding: 5px 0px 30px 0;
	}

	.black-market-table-col.time,
	.black-market-table-col.exchange-rates,
	.black-market-table-col.amount {
		width: calc(100% / 3);
		border-bottom: 1px solid #F4F4F4;
		padding-bottom: 5px;
		-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
				order: 1;
		margin-bottom: 5px;
	}

	.black-market-table-col.exchange-rates {
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	}

	.black-market-table-col.amount {
		-webkit-box-pack: end;
			-ms-flex-pack: end;
				justify-content: flex-end;
	}

	.black-market-table-col {
		width: 100%;
	}

	.black-market-table-col > p {
		margin-bottom: 20px;
		max-width: 400px;
	}

	.black-market-table-info {
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
	}

	.black-market-table-info .info-block {
		margin-right: 0;
	}

	.black-market-table-col.options {
		-webkit-box-ordinal-group: 5;
			-ms-flex-order: 4;
				order: 4;
		border-top: 1px solid #F4F4F4;
		padding-top: 20px;
	}

	.black-market-table-header .black-market-table-col {
		display: none;
	}

	.black-market-table-col.city {
		-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
				order: 2;
		width: 50%;
	}
	.black-market-table-col.city span {
		color: #171717;
			opacity: 0.9;
	}

	.black-market-table-col.phone-number {
		-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
				order: 3;
		width: 50%;
		-webkit-box-pack: end;
			-ms-flex-pack: end;
				justify-content: flex-end;
	}
	.black-market-table-col.phone-number span {
		color: #171717;
			opacity: 0.9;
	}

	.article-header-triggers {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.article-header-triggers a:nth-child(1) {
		-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
				order: 1;
		margin-right: 20px;
	}

	.article-header-triggers a:nth-child(2) {
		-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
				order: 3;
		margin-right: 0;
		width: 100%;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		margin-top: 15px;
	}

	.article-header-triggers a:nth-child(3) {
		-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
				order: 2;
	}

	.article-stat {
		margin-bottom: 25px;
	}

	.article-header .footer-social {
		margin-bottom: 30px;
	}

	.article > p {
		font-size: 16px;
		line-height: 26px;
	}

	.article-video {
		margin-bottom: 40px;
	}

	.article > img {
		margin-bottom: 10px;
	}

	.article h1 {
		font-size: 26px;
		line-height: 34px;
		margin: 0 auto 20px auto;
	}

	.article h2 {
		margin: 0 auto 20px auto;
		font-size: 24px;
		line-height: 31px;
	}

	.article h3 {
		margin: 0 auto 20px auto;
		font-size: 22px;
		line-height: 29px;
	}

	.article h4 {
		font-size: 20px;
		line-height: 26px;
		margin: 0 auto 20px auto;
	}

	.article h5 {
		margin: 0 auto 20px auto;
		font-size: 18px;
		line-height: 23px;
	}

	.article h6 {
		margin: 0 auto 20px auto;
		font-size: 16px;
		line-height: 21px;
	}

	.article > table td:nth-child(1) {
		padding: 14px 15px;
		min-width: 135px;
	}

	.article > table tr {
		vertical-align: top;
	}

	.branches-banks-location {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.typ-input {
		margin-bottom: 25px;
	}

	.branches-banks-location .blue-btn {
		margin: 0;
		max-width: calc(50% - 20px);
	}

	.branches-banks-location .blue-border-btn {
		max-width: calc(50%);
		width: 100%;
	}

	.branches-banks .map-wrap {
		height: 600px;
	}

	.branches-banks-table-header .branches-banks-table-col {
		display: none;
	}
	.branches-banks-table-header .branches-banks-table-col:last-child {
		display: block;
	}

	.branches-banks-table-row {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

	.branches-banks-table-col.name {
		max-width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.branches-banks-table-col.address {
		margin-bottom: 25px;
		padding: 0;
		max-width: 100%;
	}

	.branches-banks-table-col.work-schedule {
		max-width: none;
		width: auto;
		margin-right: 30px;
		padding: 0;
	}

	.branches-banks-table-col span:nth-child(1) {
		margin-right: 20px;
	}

	.exchange-rates-hero-filter .currency {
		max-width: 8em;
	}
	.exchange-rates-hero-filter .locality {
		max-width: calc(100% - 8.5em);
	}

	.exchange-rates-hero-table-col.purchase,
	.exchange-rates-hero-table-col.sale {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	.exchange-rates-hero-table-col.purchase span,
	.exchange-rates-hero-table-col.sale span {
		margin-left: 0;
		width: 100%;
		margin-top: 4px;
	}

	.exchange-rates-hero-table-col.course {
		width: 40%;
	}

	.exchange-rates-hero-table-col.purchase {
		width: 35%;
	}

	.exchange-rates-hero-table-col.sale {
		width: 25%;
	}

	.exchange-rates-hero-table-row {
		padding: 8px 20px;
	}

	.exchange-rates-top {
		display: block;
		margin-bottom: 15px;
	}

	.exchange-rates-top h2 {
		margin-bottom: 15px;
	}

	.exchange-rates-tab-list li {
		width: calc((100% - 25px) / 2);
	}

	.exchange-rates-table {
		overflow-x: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.exchange-rates-table::-webkit-scrollbar {
		display: none;
	}

	.exchange-rates-table-header,
	.exchange-rates-table-body {
		min-width: 475px;
	}

	.exchange-rates-table-col.course {
		width: 45%;
	}

	.currency-converter-section h2 {
		display: none;
	}
	.currency-converter-widget-info .img-select-wrap {
		padding: .5em 0;
	}
	.currency-converter-widget.full .currency-converter-widget-top {
		display: flex;
	}
	.currency-converter-widget.full .currency-converter-widget-main {
		display: block;
	}
	.currency-converter-widget.full .currency-converter-widget-item {
		align-items: center;
		width: 100%;
	}
	.currency-converter-widget.full .currency-converter-widget-item:nth-child(1) {
		padding: 8px 14px;
	}
	.currency-converter-widget.full .currency-converter-widget-item:nth-child(2) {
		padding: 8px 14px;
	}
	.currency-converter-widget.full .currency-converter-widget-replace {
		width: 2.125em;
		height: 2.125em;
	}
	.currency-converter-widget.full .currency-converter-widget-info > span {
		font-weight: 300;
		font-size: 12px;
		line-height: 23px;
		margin-bottom: 7px;
	}
	.currency-converter-widget.full .currency-converter-widget-item input {
		font-size: 22px;
		line-height: 24px;
	}
	.currency-converter-widget.full .currency-converter-widget-input {
		width: 50%;
	}

	.cross-course-table {
		overflow-x: scroll;
	}

	.cross-course-table-row {
		min-width: 736px;
	}

	.cross-course h2 {
		font-size: 22px;
		line-height: 28px;
	}

	.exchange-rates-hero-subtitle {
		font-size: 14px;
		line-height: 23px;
	}

	.currency-converter-table-col.source {
		box-sizing: border-box;
		padding-right: 10px;
		width: 45%;
	}

	.about-hero {
		padding: 60px 0;
		position: relative;
	}

	.about-hero-info {
		width: 100%;
		position: relative;
		z-index: 10;
	}

	.about-hero .container {
		display: block;
	}

	.about-hero-illustration {
		margin: 0;
		position: absolute;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.5;
	}

	.about-advantages-item p {
		max-width: 100%;
	}

	.about-advantages-item {
		margin-bottom: 25px;
	}

	.about-main {
		margin-top: 15px;
		font-weight: 300;
		font-size: 18px;
		line-height: 28px;
	}

	.about-info-block p {
		margin-bottom: 20px;
	}

	.about-info-block.reverse [class*=pure-u]:nth-child(1) {
		-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
				order: 2;
	}
	.about-info-block.reverse [class*=pure-u]:nth-child(2) {
		-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
				order: 1;
	}

	.about-map .container {
		padding: 0;
	}
	.about-map .about-map-info {
		overflow-x: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
		padding-left: 16px;
	}
	.about-map .about-map-info::-webkit-scrollbar {
		display: none;
	}
	.about-map .about-map-main {
		overflow-x: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.about-map .about-map-main::-webkit-scrollbar {
		display: none;
	}
	.about-map .about-map-main svg {
		min-width: 590px;
	}
	.about-map .about-map-info-item span {
		margin-bottom: 15px;
	}

	.our-team-card {
		margin-bottom: 0;
		width: 235px;
	}

	.our-team {
		padding-bottom: 40px;
	}

	.our-team .typ-slider.typ-slider-3 .typ-slider-col {
		margin-right: 15px;
	}

	.our-partners-card {
		height: 80px;
	}

	.experts-card {
		margin-bottom: 0;
		width: 172px;
	}

	.experts .typ-slider.typ-slider-4 .typ-slider-col {
		margin-right: 20px;
	}

	.experts .red-btn.show-more {
		margin-top: 20px;
	}

	.about-hero-info {
		max-width: 100%;
	}

	.entities-item-side {
		width: 135px;
		min-width: 135px;
	}

	.entities-item-logo {
		width: 100px;
		height: 100px;
	}

	.entities-item {
		padding: 15px 0 0 0;
	}

	.entities-item-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start;
	}
	.entities-item-info a {
		margin-bottom: .5em;
	}

	.black-market-table-col.exchange-rates {
		margin: 0;
	}

	.entity-about-side>a {
		display: inline-block;
		margin: .75em .5em 0 0;
	}
	.entity-about-side>a>svg {
		display: block;
		max-width: 8em;
		max-height: 2.5em;
	}
}
@media screen and (min-width: 48em) {
	.header-nav .menu {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -.5em;
	}
	.header-nav .menu>li {
		width: calc(25% - 1em);
		margin: 0 .5em 1.5em;
	}
	.header-nav label {
		text-transform: uppercase;
		margin-bottom: 14px;
		font-size: 14px;
		color: #156E9D;
	}
	.header-nav li li {
		margin: 8px 0;
	}
	.header-nav ul>li>a {
		font-size: 12px;
	}

	.container-wide {
		max-width: 75em;
	}

	.pull-quote.left,
	.table-of-contents.left {
		float: left;
		width: 50%;
		margin: .2em 1em .5em 0;
	}
	.pull-quote.right,
	.table-of-contents.right {
		float: right;
		width: 50%;
		margin: .2em 0 .5em 1em;
	}

	.pull-table.left {
		float: left;
		max-width: 50%;
		margin: .2em 1em .5em 0;
	}
	.pull-table.right {
		float: right;
		max-width: 50%;
		margin: .2em 0 .5em 1em;
	}

	.wp-block-image .alignleft,
	.wp-block-image .alignright {
		max-width: 70%;
	}
	
	.entity-about-side {
		box-sizing: border-box;
		padding-left: 1em;
	}
	.entity-about-side>p {
		font-size: .75em;
		margin-top: 1.25em;
	}
	.entity-about-side>a {
		display: block;
		margin-top: .75em;
	}
	.entity-about-side>a>svg {
		display: block;
		max-width: 100%;
		max-height: 2.5em;
	}

	.entity-extend-form,
	.entity-extend-form input {
		text-align: left;
	}
	.entity-extend-form-main .typ-range-wrap {
		max-width: 235px;
	}
	.entity-extend-form-main .typ-range-wrap+.typ-range-wrap {
		max-width: 175px;
	}

	.deposits-offer-button {
		position: absolute;
		top: 25px;
		right: 0;
	}

	.comment form .btn {
		width: auto;
		min-width: 15em;
		max-width: 100%;
		margin-left: auto;
	}
	.comment form .group {
		display: flex;
		justify-content: space-between;
	}
	.comment form .group>:first-child:nth-last-child(1) {
		width: 100%;
	}
	.comment form .group>:first-child:nth-last-child(2),
	.comment form .group>:first-child:nth-last-child(2)~* {
		width: calc(50% - 2em);
	}

	.gallery-flexing.columns-2>figure {
		width: calc(50% - 1em);
	}
	.gallery-flexing.columns-3>figure {
		width: calc(33.33333% - 1em);
	}
	.gallery-flexing.columns-4>figure {
		width: calc(25% - 1em);
	}
	.gallery-flexing.columns-5>figure {
		width: calc(20% - 1em);
	}
	.gallery-flexing.columns-6>figure {
		width: calc(16.66666% - 1em);
	}

	.entity-offers-form-col:first-child:nth-last-child(1),
	.entity-offers-form-col:first-child:nth-last-child(1)~div {
		width: 100%;
	}
	.entity-offers-form-col:first-child:nth-last-child(2),
	.entity-offers-form-col:first-child:nth-last-child(2)~div {
		width: calc((100% / 2) - .5em);
	}
	.entity-offers-form-col:first-child:nth-last-child(3),
	.entity-offers-form-col:first-child:nth-last-child(3)~div {
		width: calc((100% / 3) - .5em);
	}
}

/* Exchange fuels */
.exchange-fuels>.head select {
	max-width: 100%;
}
@media screen and (min-width: 42em) {
	.exchange-fuels>.head select {
		max-width: 16em;
	}
	.exchange-fuels .entity-btnbar {
		position: absolute;
		right: 0; top: -3em;
		margin-top: 0;
	}
}

/* media query of sm */
@media screen and (min-width: 35.5em) {
	.raise-right-of-sm {
		position: relative;
	}
	.raise-right-of-sm [data-raise] {
		position: absolute;
		right: 0; top: -48px;
	}
}

/* media query xs */
@media screen and (max-width: 35.438em) {
	.hidden-xs { display: none }
}

/* media query sm */
@media screen and (min-width: 35.5em) and (max-width: 47.938em) {
	.hidden-sm { display: none }
}

/* media query md */
@media screen and (min-width: 48em) and (max-width: 63.938em) {
	.hidden-md { display: none }
}

/* media query lg */
@media screen and (min-width: 64em) and (max-width: 79.938em) {
	.hidden-lg { display: none }
}

/* media query xl */
@media screen and (min-width: 80em) {
	.hidden-xl { display: none }
}

/* Common */
.link,
a.link {
	color: #156E9D;
	cursor: pointer;
}
a.link>* {
	vertical-align: middle;
}
a.link>svg {
	width: 1em;
	height: 1em;
	fill: #156E9D;
}

/* Image wrappers */
.image-cover,
.image-contain {
	position: relative;
}
.image-cover>img,
.image-cover>svg,
.image-contain>img,
.image-contain>svg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	max-width: 100%;
	min-width: 100%;
	max-height: 100%;
	min-height: 100%;
	object-fit: cover;
}
.image-contain>img,
.image-contain>svg {
	object-fit: contain;
}
.image-contain.left>img,
.image-contain.left>svg {
	object-position: left;
}
.image-contain.right>img,
.image-contain.right>svg {
	object-position: right;
}

/* Text content */
[data-text]:empty:after {
	content: attr(data-text);
}
[data-text-after]:after {
	content: attr(data-text-after);
}
[data-text-before]:before {
	content: attr(data-text-before);
}

/* Sign content */
[data-sign]:before {
	content: attr(data-sign);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 1.125em;
	height: 1.125em;
	font-weight: bold;
	font-style: normal;
	color: coral;
	background: #fff;
	border: 1px solid coral;
	border-radius: 50%;
}
[data-sign]:not(:empty):before {
	margin-right: .375em;
}
[data-sign='.']:before,
[data-sign='•']:before {
	content: '•';
	padding-top: .125em;
}
[data-sign='-']:before,
[data-sign='–']:before {
	content: '–';
	color: brown;
	border-color: brown;
}
[data-sign='+']:before {
	color: green;
	border-color: green;
}
[data-sign='!']:before {
	padding-top: .125em;
}

/* Show password */
[data-password]:empty:before {
	content: '\a0';
	display: inline-block;
	line-height: 1em;
	width: 1.125em;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTE1IDEyYzAgMS42NTQtMS4zNDYgMy0zIDNzLTMtMS4zNDYtMy0zIDEuMzQ2LTMgMy0zIDMgMS4zNDYgMyAzem05LS40NDlzLTQuMjUyIDguNDQ5LTExLjk4NSA4LjQ0OWMtNy4xOCAwLTEyLjAxNS04LjQ0OS0xMi4wMTUtOC40NDlzNC40NDYtNy41NTEgMTIuMDE1LTcuNTUxYzcuNjk0IDAgMTEuOTg1IDcuNTUxIDExLjk4NSA3LjU1MXptLTcgLjQ0OWMwLTIuNzU3LTIuMjQzLTUtNS01cy01IDIuMjQzLTUgNSAyLjI0MyA1IDUgNSA1LTIuMjQzIDUtNXoiLz48L3N2Zz4=) no-repeat center;
}
[type=text]+[data-password]:empty:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTExLjg4NSAxNC45ODhsMy4xMDQtMy4wOTguMDExLjExYzAgMS42NTQtMS4zNDYgMy0zIDNsLS4xMTUtLjAxMnptOC4wNDgtOC4wMzJsLTMuMjc0IDMuMjY4Yy4yMTIuNTU0LjM0MSAxLjE0OS4zNDEgMS43NzYgMCAyLjc1Ny0yLjI0MyA1LTUgNS0uNjMxIDAtMS4yMjktLjEzLTEuNzg1LS4zNDRsLTIuMzc3IDIuMzcyYzEuMjc2LjU4OCAyLjY3MS45NzIgNC4xNzcuOTcyIDcuNzMzIDAgMTEuOTg1LTguNDQ5IDExLjk4NS04LjQ0OXMtMS40MTUtMi40NzgtNC4wNjctNC41OTV6bTEuNDMxLTMuNTM2bC0xOC42MTkgMTguNTgtMS4zODItMS40MjIgMy40NTUtMy40NDdjLTMuMDIyLTIuNDUtNC44MTgtNS41OC00LjgxOC01LjU4czQuNDQ2LTcuNTUxIDEyLjAxNS03LjU1MWMxLjgyNSAwIDMuNDU2LjQyNiA0Ljg4NiAxLjA3NWwzLjA4MS0zLjA3NSAxLjM4MiAxLjQyem0tMTMuNzUxIDEwLjkyMmwxLjUxOS0xLjUxNWMtLjA3Ny0uMjY0LS4xMzItLjUzOC0uMTMyLS44MjcgMC0xLjY1NCAxLjM0Ni0zIDMtMyAuMjkxIDAgLjU2Ny4wNTUuODMzLjEzNGwxLjUxOC0xLjUxNWMtLjcwNC0uMzgyLTEuNDk2LS42MTktMi4zNTEtLjYxOS0yLjc1NyAwLTUgMi4yNDMtNSA1IDAgLjg1Mi4yMzUgMS42NDEuNjEzIDIuMzQyeiIvPjwvc3ZnPg==);
}

/* Features */
[data-scroll] {
	cursor: pointer;
}
[data-autosize] {
	resize: none;
	box-sizing: border-box;
	-webkit-appearance: none;
}
[data-autosize^=height] {
	overflow-y: hidden;
}

/* Tooltips */
[data-tooltip] {
	position: relative;
	cursor: pointer;
	outline: none;
	user-select: none;
}
[data-tooltip]:after {
	content: '';
	position: absolute;
	left: 50%;
	top: .5em;
	transform: translate(-50%, calc(-100% + 3px));
	border-width: 7px;
	border-style: solid;
	border-color: #075178 transparent transparent transparent;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
[data-tooltip]:before {
	content: attr(data-tooltip);
	position: absolute;
	left: 50%;
	top: .5em;
	transform: translate(-50%, calc(-100% - 10px));
	color: #fff;
	background: #075178;
	border-radius: 4px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.25;
	padding: .75em .85em;
	width: 15em;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
[data-tooltip].left:before {
	transform: translate(-10%, calc(-100% - 10px));
}
[data-tooltip].right:before {
	transform: translate(-90%, calc(-100% - 10px));
}
[data-tooltip]:hover:after,
[data-tooltip]:focus:after,
[data-tooltip]:hover:before,
[data-tooltip]:focus:before {
	top: 0;
	opacity: 1;
	visibility: visible;
}
[data-tooltip]>svg {
	vertical-align: middle;
	fill: #aaa;
	width: 1.125em;
	height: 1.125em;
	margin: -.125em -.125em 0 -.125em;
}
[data-tooltip]:hover>svg,
[data-tooltip]:focus>svg {
	fill: #88f;
}

/* Filter tools */
[data-filter-action]:after {
	content: ' (' attr(data-filter-action) ')';
}
[data-filter-action='']:after,
[data-filter-action='0']:after,
[data-filter-action^='-']:after {
	content: '';
}
[data-filter-action=''],
[data-filter-action='0'],
[data-filter-action^='-'] {
	opacity: .5;
	pointer-events: none;
}
[data-filter-action][data-text-have]:before {
	content: attr(data-text-have);
}
[data-filter-action=''][data-text-wait]:before {
	content: attr(data-text-wait);
}
[data-filter-action='0'][data-text-zero]:before {
	content: attr(data-text-zero);
}
[data-filter-action^='-'][data-text-none]:before {
	content: attr(data-text-none);
}
[data-filter-reveal]:after {
	content: ' (' attr(data-filter-reveal) ')';
}
[data-filter-reveal='']:after {
	content: '';
}
[data-filter-reveal=''] {
	display: none;
}

/* Select style */
select {
	background: #fff;
	padding: .5em 2em .5em .5em;
	border: 1px solid #ddd;
	border-radius: 2px;
	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, #eee, #eee);
	background-position:
		calc(100% - .875em) 1em,
		calc(100% - .5em) 1em,
		calc(100% - 1.75em) 0.3125em;
	background-size:
		.375em .375em,
		.375em .375em,
		1px 1.5em;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.right {
	text-align-last: right;
	padding-right: 1.5em;
	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%);
	background-position:
		calc(100% - .875em) 1em,
		calc(100% - .5em) 1em;
	background-size:
		.375em .375em,
		.375em .375em;
}

/* Input range */
input[type=range] {
	-webkit-appearance: none;
	background: transparent;
	height: 1.75em;
	width: 100%;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 1px;
	cursor: pointer;
	background: #2497E3;
	border: 0;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 0;
	height: 1em;
	width: 1em;
	border-radius: 50%;
	background: #075178;
	cursor: pointer;
	margin-top: -.5em;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background: #2497E3;
}
input[type=range]::-moz-range-track {
	width: 100%;
	height: 1px;
	cursor: pointer;
	background: #2497E3;
	border: 0;
}
input[type=range]::-moz-range-thumb {
	border: 0;
	height: 1em;
	width: 1em;
	border-radius: 50%;
	background: #075178;
	cursor: pointer;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
input[type=range]::-ms-track {
	width: 100%;
	height: 1px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	background: #2497E3;
	border: 0;
}
input[type=range]::-ms-fill-upper {
	background: #2497E3;
	border: 0;
}
input[type=range]::-ms-thumb {
	margin-top: 1px;
	border: 0;
	height: 1em;
	width: 1em;
	border-radius: 50%;
	background: #075178;
	cursor: pointer;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
input[type=range]:focus::-ms-fill-lower {
	background: #2497E3;
}
input[type=range]:focus::-ms-fill-upper {
	background: #2497E3;
}
input[type=text]+input[type=range] {
	display: block;
	margin: -.875em 0;
}

/* Placeholders */
.spinner,
.watermark {
	position: relative;
}
.watermark:before {
	content: '';
	position: absolute;
	background: url(/wp-content/themes/maanimo/assets/images/logo.svg) center/contain no-repeat;
	opacity: 0.05;
	bottom: 20%;
	right: 20%;
	left: 20%;
	top: 20%;
	transition: opacity 2s;
	pointer-events: none;
}
.watermark:hover:before {
	opacity: 0.35;
}
.spinner:empty:after,
.watermark:empty:after {
	content: '';
	position: absolute;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	border-radius: 50%;
	border: 2px solid #c3daee;
	border-top-color: #337ab7;
	animation: spinner 1s linear infinite;
}
@keyframes spinner {
	to {transform: rotate(360deg)}
}

/* Modals */
[data-modal].open,
[data-modal] .open,
[data-modal] .close {
	cursor: pointer;
	outline: none;
	user-select: none;
}
[data-modal].open>svg,
[data-modal] .open>svg {
	fill: #aaa;
}
[data-modal].open:hover>svg,
[data-modal].open:focus>svg,
[data-modal] .open:hover>svg,
[data-modal] .open:focus>svg {
	fill: #88f;
}
.modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 999;
	box-sizing: border-box;
	background: rgba(12, 12, 12, 0.283);
	padding: 55px 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.modal.active {
	opacity: 1;
	visibility: visible;
}
.modal .container {
	pointer-events: none;
}
.modal .content {
	position: relative;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 4px 4px 31px rgb(0 0 0 / 50%);
}
.modal.active .content {
	pointer-events: auto;
}
.modal .content>:not(.close) {
	position: relative;
	padding: .5em 1em;
}
.modal .content>.close {
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 999;
	opacity: 1;
	transition: opacity .5s;
}
.modal .content>.close:not(:hover) {
	opacity: .3;
}
.modal .content>.close>svg {
	height: .875em;
	width: .875em;
}
.modal .content>.close+* {
	padding-right: 2.5em;
}
.modal .content>:empty {
	display: none;
}
.modal .content>.head {
	padding-top: .75em;
}
.modal .content>.head>:first-child {
	font-weight: normal;
	font-size: 1.25em;
	padding: 0;
	margin: 0;
}
.modal .content>.head .flag {
	font-size: .9em;
	transform: translate(.11111em, -.05555em);
}
.modal .content>.chart {
	padding: 0;
}
.modal .content [data-chart] {
	height: 18.75em;
}

/* Access */
.modal .access.container {
	max-width: 28em;
}
.modal .access .content {
	-webkit-user-select: none;
	user-select: none;
}
.modal .access .content>:empty {
	display: none;
}
.modal .access .spinner:empty {
	min-height: 5em;
}
.modal .access .head,
.modal .access .foot {
	padding: .75em 1em;
	background: #f8f8f8;
}
.modal .access .info,
.modal .access .gray {
	color: #666;
}
.modal .access .body,
.modal .access .foot {
	padding-bottom: 1em;
}
.modal .access .field {
	position: relative;
	margin-bottom: 1em;
}
.modal .access label,
.modal .access .space {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .5em;
}
.modal .access .btn {
	margin-top: .625em;
}
.modal .access .field+.btn,
.modal .access .space+.btn {
	margin-top: 1.25em;
}
.modal .access .space>label {
	margin: 0;
}
.modal .access .space>label>input {
	margin-right: .5em;
}
.modal .access .field label {
	font-size: 14px;
}
.modal .access .field input {
	display: block;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	padding: 6px 15px;
	color: #161616;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #f4f4f4;
	transition: border .3s;
}
.modal .access .field input[readonly] {
	color: #888;
}
.modal .access .field input:not([readonly]):focus {
	border-color: #1c8dca;
}
.modal .access .field>input+.eye {
	position: absolute;
	bottom: .7em; right: 1em;
}
.modal .access label .error {
	text-transform: uppercase;
	white-space: nowrap;
	margin-top: 4px;
	font-size: 9px;
	color: red;
}
.modal .access form.submit {
	cursor: wait;
	opacity: .7;
}
.modal .access form.submit>* {
	pointer-events: none;
}


/* Charts */
.chart { display: block }
.chart .ct-area { fill-opacity: 0.05 }
.chart .ct-line { stroke-width: 3px }
.chart.small .ct-line { stroke-width: 2px }
.chart .ct-label { white-space: nowrap }
.chart .ct-series-a .ct-point,
.chart .ct-series-a .ct-line,
.chart .ct-series-a .ct-bar,
.chart .ct-series-a .ct-slice-donut { stroke: #337ab7 }
.chart .ct-series-b .ct-point,
.chart .ct-series-b .ct-line,
.chart .ct-series-b .ct-bar,
.chart .ct-series-b .ct-slice-donut { stroke: #ee3129 }
.chart .ct-series-a .ct-slice-pie,
.chart .ct-series-a .ct-slice-donut-solid,
.chart .ct-series-a .ct-area { fill: #337ab7 }
.chart .ct-series-b .ct-slice-pie,
.chart .ct-series-b .ct-slice-donut-solid,
.chart .ct-series-b .ct-area { fill: #ee3129 }
.inter .ct-series-b .ct-line,
.inter .ct-series-b .ct-bar,
.inter .ct-series-b .ct-slice-donut { stroke: #000; opacity: .3 }
.inter .ct-series-b .ct-point { stroke: #999 }
.inter .ct-series-b .ct-slice-pie,
.inter .ct-series-b .ct-slice-donut-solid,
.inter .ct-series-b .ct-area { fill-opacity: 0 }
