@charset "UTF-8";

:root {
	--moneta: #f7931a;
}

@-webkit-keyframes wave {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	from {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes wave {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	from {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.asset-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	font-size: 12px;
	row-gap: 20px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.asset-info .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.asset-info .details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1px 6px;
	background: rgb(43 64 245 / 81%);
	color: white;
	font-size: 11px;
	border-radius: 5px;
}

.asset-price {
	margin: 0;
}

.wave {
	width: 100%;
	height: 80vh;
	min-height: 420px;
	position: fixed;
	top: 0;
	left: 0;
	background: -o-linear-gradient(193.39deg, #546ffe 39.99%, #914dfd 77.73%);
	background: var(--moneta);
	overflow: hidden;
	z-index: -1;
}

.wave.bitcoin {
	background: var(--moneta);
}

.waves {
	position: absolute;
	width: 100%;
	height: 15vh;
	margin-bottom: -7px;
	min-height: 100px;
	max-height: 150px;
	bottom: 0;
}

.parallax>use {
	-webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
	animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax>use:nth-child(1) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
}

.parallax>use:nth-child(2) {
	-webkit-animation-delay: -3s;
	animation-delay: -3s;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
}

.parallax>use:nth-child(3) {
	-webkit-animation-delay: -4s;
	animation-delay: -4s;
	-webkit-animation-duration: 13s;
	animation-duration: 13s;
}

.parallax>use:nth-child(4) {
	-webkit-animation-delay: -5s;
	animation-delay: -5s;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
}

@-webkit-keyframes move-forever {
	0% {
		-webkit-transform: translate3d(-90px, 0, 0);
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(85px, 0, 0);
		transform: translate3d(85px, 0, 0);
	}
}

@keyframes move-forever {
	0% {
		-webkit-transform: translate3d(-90px, 0, 0);
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(85px, 0, 0);
		transform: translate3d(85px, 0, 0);
	}
}

.moneta_box__listing {
	position: relative;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	height: 200px;
}

.moneta_box__listing::before {
	content: "";
	position: absolute;
	top: 5px;
	right: 1px;
	background: white;
	width: 40px;
	height: 32px;
	z-index: 9;
}

.moneta_box__listing:hover {
	-webkit-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

.moneta_box__news_full_link {
	transition: background-color 0.3s ease, color 0.3s ease;
}

.moneta_box__news_full_link:hover {
	background: rgb(77, 110, 204);
	color: #fff;
}

a.moneta_box__listing .tradingview-widget-container:nth-child(2) {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	width: 100% !Important;
	height: 205px !important;
	z-index: -1;
}

a.moneta_box__listing .tradingview-widget-container:nth-child(2)::before {
	position: absolute;
	content: "";
	left: 0;
	top: 1px;
	height: calc(100% - 2px);
	width: 50%;
	border-left: 4px solid white;
	background: -o-linear-gradient(1deg, white 50%, transparent);
	background: linear-gradient(89deg, white 50%, transparent);
}

.crypto-container {
	max-width: 970px !important;
}

.moneta_box__contaier.bitcoin {
	background: white;
}

.moneta_box__contaier {
	border-radius: 10px;
	width: calc(100% + 40px);
	margin: 0 -20px;
	-webkit-box-shadow: 0 0 40px -20px #00000080;
	box-shadow: 0 0 40px -20px #00000080;
	height: 450px;
	position: relative;
	z-index: 2;
	background: white;
}

.moneta_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 50px 0;
	border-radius: 10px 10px 0 0;
}

.asset-canvas {
	width: 150px;
	height: 75px;
	position: relative;
}

.moneta_box.bitcoin {
	border-radius: 10px;
}

.moneta_box__header {
	padding: var(--container-padding);
	color: black;
	position: relative;
	overflow: hidden;
	background: white;
	z-index: 1;
	border-radius: 10px 10px 0 0;
}

.h1__moneta_box_list {
	padding: 2px 3px;
	color: white;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.tradingview-widget-container {
	height: 100% !important;
}

.tradingview-widget-container::after {
	content: "";
	position: absolute;
	background-image: url(https://ibmm.ru/image/catalog/ibmm-logo--black.svg);
	bottom: 39px;
	left: 0;
	background-position-x: 8px;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 100px;
	height: 40px;
	border-radius: 0 5px 5px 0;
	padding: 5px;
	border: 1px solid #e0e3eb;
	width: 60px;
	background-color: white;
	font-size: 13px;
	text-align: center;
}

.moneta_box__name {
	display: none;
}

.moneta_box_list {
	background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgb(255 255 255 / 20%)));
	background: -o-linear-gradient(bottom, white, rgb(255 255 255 / 20%));
	background: linear-gradient(360deg, white, rgb(255 255 255 / 20%));
	border: 2px solid rgb(255 255 255 / 10%);
	padding: var(--container-padding);
	border-radius: 5px 5px 0 0;
	border-top: none;
	border-bottom: none;
}

.moneta_box_list input {
	width: 100%;
	border: none;
	padding: 10px 15px;
	background: rgb(255 255 255 / 20%);
	color: white;
	margin-bottom: 10px;
	border-radius: 5px;
}

.moneta_box_list input::-webkit-input-placeholder {
	color: white;
}

.moneta_box_list input::-moz-placeholder {
	color: white;
}

.moneta_box_list input:-ms-input-placeholder {
	color: white;
}

.moneta_box_list input::-ms-input-placeholder {
	color: white;
}

.moneta_box_list input::placeholder {
	color: white;
}

.moneta_box_list_a {
	overflow: scroll;
	max-height: 600px;
	overflow-x: hidden;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
	padding: 10px;
	overflow-x: scroll;
	display: -ms-grid;
	display: grid;
	overflow-y: hidden;
	grid-auto-rows: 2em;
	-ms-grid-rows: 1fr 0.5em 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 0.5em;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	grid-auto-flow: column;
	grid-auto-columns: minmax(240px, 1fr);
}

.moneta_box_list_card,
.moneta_box_list_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	background: white;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 20px;
	border: 2px solid transparent;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.moneta_box_list_card:hover {
	background: rgb(149 160 250);
	border: 2px solid rgb(255 255 255 / 10%);
	color: white;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.moneta_box_list_card .item,
.moneta_box_list_title .item {
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
}

.moneta_box_list_title > .tiker,
.moneta_box_list_title > .price,
.moneta_box_list_title > .cap,
.moneta_box_list_title > .ob24,
.moneta_box_list_title > .ob,
.moneta_box_list_title > .izm24	{
	cursor: pointer;
}

.moneta_list .item.tiker {
	font-size: 18px;
}

.moneta_list__canvas {
	width: 120px;
	height: 60px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 0px 0px #000000, 0px 0px 0px 3px #f2f6fa;
	box-shadow: 0px 0px 0px 0px #000000, 0px 0px 0px 3px #f2f6fa;
	overflow: hidden;
}

.item.img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 72px;
	flex: 0 0 72px;
}

.item.img img {
	width: 50px;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.item.price,
.item.cap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 110px;
	flex: 0 0 110px;
}

.item.ob24,
.item.ob {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
}

.item.izm {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
}

.moneta_list__canvas,
.item.item-chart {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
}

.moneta_box__seo {
	line-height: 26px;
	background: white;
	border-radius: 0 0 5px 5px;
}

.moneta_box__seo h2:nth-child(1) {}

.moneta_box__seo ul {
	list-style: none;
	margin: 0;
	padding: 0 var(--container-padding);
	line-height: 36px;
}

.moneta_box__seo li {
	border-left: 2px solid var(--moneta);
	padding-left: 20px;
	margin-bottom: 20px;
}

.moneta_box__seo p {
	line-height: 30px;
	text-align: justify;
}

.moneta_box__seo h2,
.moneta_box__seo h3 {
	margin: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: black;
	position: relative;
	line-height: 34px;
	border-radius: 0 10px 10px 0;
	margin: 10px 0;
	text-transform: inherit;
	padding: 0 var(--container-padding);
}

.moneta_box__seo h4,
.moneta_box__seo h5,
.moneta_box__seo h6 {
	padding: 0 var(--container-padding);
}

.moneta_box__seo>p {
	padding: 0 var(--container-padding) 20px;
}

.moneta_box__all--link {
	display: inline-block;
	padding: 10px var(--container-padding);
	text-align: center;
	border-radius: 10px;
	background: var(--moneta);
	color: white;
	letter-spacing: 1px;
	border: 2px solid rgb(248 248 248);
	font-weight: 400;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.moneta_box__all--link.bitcoin {
	background: var(--moneta);
}

.moneta_box__all--link:hover {
	background: white;
}

.moneta_box__news {
	min-width: 300px;
	width: 100%;
	max-width: 300px;
	float: right;
	position: relative;
	background: #e2e2e2;
	padding: 55px 0 0 5px;
	border-radius: 10px;
	-webkit-box-shadow: 20px 0px 50px -40px rgb(0 0 0 / 50%);
	box-shadow: 20px 0px 50px -40px rgb(0 0 0 / 50%);
	right: -20px;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 2px solid rgb(248 248 248);
	border-left: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

#new-projects>div:nth-child(1),
#new-projects>div:nth-child(2),
#new-projects>div:nth-child(3),
#new-projects>div:nth-child(4) {
	display: block;
}

.moneta_box__news p {
	line-height: 18px;
}

.moneta_box__news .rm-blog-categories-item-text a {
	padding: 0;
	margin: 0;
}

.moneta_box__news .rm-blog-categories-item-text {
	padding: 10px 20px;
}

.moneta_box__news .rm-blog-row-item:hover {
	border-color: transparent;
	-webkit-transform: skew(1deg, 1deg);
	-ms-transform: skew(1deg, 1deg);
	transform: skew(1deg, 1deg);
}

.moneta_box__news::after {
	content: "Новости";
	position: absolute;
	top: 10px;
	right: 0;
	color: #000000;
	padding: 5px 10px;
	font-size: 18px;
	letter-spacing: 1px;
	border-radius: 5px 0 0 5px;
	background: #f8f8f8;
}

.moneta_box__news .rm-blog-categories-item-info {
	display: none !important;
}

.moneta_box__news .rm-blog-categories-item-image {
	display: none;
}

.moneta_box__news .img-fluid {
	display: none;
}

.moneta_box__news .rm-blog-categories-item {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.moneta_box__news .rm-blog-row-item {
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	max-width: 100%;
	max-height: 300px;
	display: none;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.moneta_box__news .rm-pagination-cont {
	display: none;
}

.moneta_box__news_full_link {
	padding: 5px 20px;
	background: white;
	border-radius: 10px;
	margin-bottom: 15px;
}

.moneta_box__catalog {
	border-radius: 5px;
	padding: var(--container-padding);
	background: #1a1a1a;
	color: white;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 40px -10px #00000080;
	box-shadow: 0 0 40px -10px #00000080;
}

.moneta_box__catalog.otel {
	background: #2b40f5;
}

.moneta_box__catalog.otel .moneta_box__catalog__svg {
	top: -20%;
	right: 30%;
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.moneta_box__catalog.calc {
	background: -o-linear-gradient(135deg, #2d76ff, #3C58E9, #ff2d49, #2d76ff);
	background: linear-gradient(-45deg, #2d76ff, #3C58E9, #ff2d49, #2d76ff);
	background-size: 800% 800%;
	-webkit-animation: gradient 15s ease infinite;
	animation: gradient 15s ease infinite;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.moneta_box__catalog.calc p.moneta_box__catalog__p {
	text-align: right;
}

.moneta_box__catalog.calc .moneta_box__catalog__svg {
	right: auto;
	left: 30%;
}

.moneta_box__catalog__svg {
	-webkit-filter: invert(1);
	filter: invert(1);
	width: 120px;
	height: 120px;
	position: absolute;
	right: 20%;
	-webkit-transform: rotate(-26deg);
	-ms-transform: rotate(-26deg);
	transform: rotate(-26deg);
	bottom: -60px;
	opacity: .4;
}

p.moneta_box__catalog__p {
	font-size: 20px;
	max-width: 60%;
	min-width: 250px;
	line-height: 27px;
	text-align: start;
}

p.moneta_box__catalog__p strong {
	text-transform: uppercase;
	letter-spacing: 1px;
}

a.moneta_box__catalog__a {
	display: inline-block;
	overflow: hidden;
	font-size: 16px;
	padding: 10px 25px;
	border: 1px solid white;
	border-radius: 10px;
	letter-spacing: 1px;
	background: rgb(0 0 0 / 30%);
	z-index: 2;
	position: relative;
}

a.moneta_box__catalog__a:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(233, 233, 233, .15);
	border-radius: 50%;
	width: 0;
	height: 0;
	-webkit-transition: width .3s ease, height .3s ease;
	-o-transition: width .3s ease, height .3s ease;
	transition: width .3s ease, height .3s ease
}

a.moneta_box__catalog__a:hover:before {
	width: 120%;
	height: 300px
}

.h1__moneta_box {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	color: black;
}

@media only screen and (min-width : 576px) {
	.moneta_box__header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.moneta_box__catalog {
		margin: 0 calc(0px - var(--container-padding));
	}

	.moneta_box__catalog {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media only screen and (min-width: 992px) and (max-width : 1199px) {
	.item.img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px;
	}

	.item.img img {
		width: 40px;
	}
}

@media only screen and (max-width : 1024px) {
	.moneta_box__header::before {
		left: -3vw;
		top: -26vw;
	}
}

@media only screen and (max-width : 991px) {

	#new-projects,
	.moneta_box__news {
		max-width: 100%;
		width: 100%;
		margin-bottom: 10px;
	}

	.moneta_box__news {
		right: 0;
		float: none;
		width: calc(100% - var(--container-padding));
		padding: 65px calc(var(--container-padding) / 2) 15px;
		margin-bottom: 25px;
		right: calc(var(--container-padding) / 2);
		left: calc(var(--container-padding) / 2);
		border: none;
	}

	.moneta_box__news .rm-blog-row-item {
		width: 100%;
		padding: 0;
	}

	.moneta_box__news p {
		display: none;
	}

	.moneta_box__header::before {
		width: 100vw;
		height: 100vw;
		top: -45vw;
		left: -40vw;
		z-index: -1;
	}

	.moneta_box_list_title {
		display: none;
	}

	.moneta_list__canvas {
		z-index: -1 !important;
		width: 100%;
		height: 100%;
		position: absolute;
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: .3;
		left: 0;
	}

	.moneta_box_list_card {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		/* background: #050505; */
		position: relative;
		z-index: 2;
		height: 151px;
	}

	.moneta_box_list_card .item {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		position: relative;
		z-index: 2;
		/* background: rgb(255 255 255 / 51%); */
		font-weight: 600;
		letter-spacing: 1px;
		text-align: center;
	}

	.item.izm24 {
		display: none;
	}
}

@media only screen and (max-width : 768px) {
	.moneta_box__header::before {}

	.moneta_box__seo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.moneta_box__contaier {
		width: 100%;
		margin: 0;
		border-radius: 0;
	}

	.moneta_box__news_full_link {
		background: rgb(255 255 255);
		border-radius: 5px;
		-webkit-box-shadow: 0 0 30px -10px #606060;
		box-shadow: 0 0 30px -10px #606060;
	}

	.moneta_box__news {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		right: 0;
		padding: 55px var(--container-padding) 10px;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	.moneta_box__catalog {
		margin: 0 0 15px !important;
		width: 100%;
		left: 0;
		border-radius: 0 !important;
	}
}

@media only screen and (max-width : 575px) {
	p.moneta_box__catalog__p {
		max-width: 100%;
	}

	.moneta_box__catalog__a,
	.moneta_box__all--link {
		margin-top: 15px;
	}
}

/* Crypto-info */
.crypto-info__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.crypto-info__col {
	-webkit-box-flex: 0;
			-ms-flex: 0 0 50%;
					flex: 0 0 50%;
	padding: 20px var(--container-padding);
}

.crypto-info__col--primary {
	background: rgba(35, 150, 220, .11);
}

.crypto-info__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
			-ms-flex-align: baseline;
					align-items: baseline;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	margin: 0 0 30px;
}

.crypto-info__title {
	/* TODO Убрать !important */
	margin: 0 !important;
	padding: 0 !important;
	font-size: 24px !important;
	font-weight: 700 !important;
}

.crypto-info__time {
	font-size: 14px;
}

.crypto-info__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	margin-bottom: 23px;
}

.crypto-info__row--main {
	margin-bottom: 9px;
}

.crypto-info__row:last-child {
	margin: 0;
}

.crypto-info__col--primary .crypto-info__rate {
	font-size: 45px;
	line-height: 1;
}

.crypto-info__difference {
	text-align: right;
}

.crypto-info__difference-value {
	font-size: 36px;
	line-height: 1;
}

.crypto-info__difference-percent {
	margin-top: 4px;
	font-size: 16px;
}

.crypto-info__item {
	-webkit-box-flex: 0;
			-ms-flex: 0 0 50%;
					flex: 0 0 50%;
}

.crypto-info__row--footer .crypto-info__item:first-child {
	-webkit-box-flex: 0;
			-ms-flex: 0 0 40%;
					flex: 0 0 40%;
}

.crypto-info__row--footer .crypto-info__item:last-child {
-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
				flex: 0 0 60%;
}

.crypto-info__item--right {
	text-align: right;
}

.crypto-info__name {
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: 700;
}

.crypto-info__value {
	font-size: 22px;
}

.positive-value {
	color: #6e9b42;
}

.negative-value {
	color: #e35449;
}

@media (max-width: 1199px) {
	.crypto-info__wrapper {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.crypto-info__col {
		-webkit-box-flex: 0;
				-ms-flex: 0 0 100%;
						flex: 0 0 100%;
	}
}

@media (min-width: 768px) and () (max-width: 1199px) {
	.crypto-info__col--secondary .crypto-info__item:nth-child(2n) {
		text-align: right;
	}
}

@media (max-width: 767px) {
	.crypto-info__row {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.crypto-info__row--footer .crypto-info__item:first-child,
	.crypto-info__row--footer .crypto-info__item:last-child,
	.crypto-info__item,
	.crypto-info__difference {
		-webkit-box-flex: 0;
				-ms-flex: 0 0 100%;
						flex: 0 0 100%;
	}

	.crypto-info__item:first-child,
	.crypto-info__row--main {
		margin-bottom: 23px;
	}

	.crypto-info__rate {
		margin-bottom: 3px;
	}

	.crypto-info__item--right,
	.crypto-info__difference {
		text-align: left;
	}
}

@media (max-width: 575px) {
	.crypto-info__header {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		margin: 0 0 20px;
	}

	.crypto-info__time {
		margin-top: 10px;
	}

	.crypto-info__title {
		font-size: 22px !important;
	}

	.crypto-info__col--primary .crypto-info__rate {
		font-size: 32px;
	}

	.crypto-info__difference-value {
		font-size: 26px;
	}

	.crypto-info__value {
		font-size: 18px;
	}
}


/* Characteristic */
.characteristic {
	margin-top: 30px;
}
.characteristic__title {
	/* TODO Убрать !important */
	margin: 0 0 10px !important;
	padding: 20px var(--container-padding) !important;
	font-size: 24px !important;
	font-weight: 700 !important;
}
.characteristic-table {
}
.characteristic-table__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 var(--container-padding);
	font-size: 16px;
	border-top: 1px solid #ddd;
}
.characteristic-table__row:last-child {
	border-bottom: 1px solid #ddd;
}
.characteristic-table__title,
.characteristic-table__value {
	padding: 8px 0;
}
.characteristic-table__title {
	-webkit-box-flex: 0;
			-ms-flex: 0 0 60%;
					flex: 0 0 60%;
}
.characteristic-table__value {
	-webkit-box-flex: 0;
			-ms-flex: 0 0 40%;
					flex: 0 0 40%;
}

@media (max-width: 575px) {
	.characteristic-table__title,
	.characteristic-table__value {
		-webkit-box-flex: 0;
				-ms-flex: 0 0 50%;
						flex: 0 0 50%;
		font-size: 13px;
	}
}

@media (max-width: 400px) {
	.characteristic-table__title,
	.characteristic-table__value {
		font-size: 11px;
	}
}

/* crypto-chart */
.crypto-chart {
	padding: 0 var(--container-padding);
}

.chart-cr-block {
	width: 100%;
	height: 400px;
}

.crypto_today {
	display: none;
}

[title="JavaScript charts"] {
	display: none !important;
}

.crypto-chart__title {
	font-size: 23px;
	font-weight: 700;
}

.crypto-chart__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	margin: 0;
}

.crypto-chart__tab {
	height: 30px;
	padding: 0 10px;
	margin: 6px 6px 0 0;
	font-size: 12px;
	line-height: 30px;
	list-style: none;
	color: #9597A1;
	border-radius: 5px;
	border: 1px solid #9597A1;
	cursor: pointer;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	-o-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.crypto-chart__tab:hover {
	background: rgba(149, 151, 161, 0.1);
}

.crypto-chart__tab.active {
	color: #fff;
	border: 1px solid #4D6ECC;
	background: #4D6ECC;
}

@media (max-width: 575.98px){
	.crypto-chart__tabs {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		padding: 0;
	}
}

/* Other-crypto */
.other-crypto {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	margin-top: 30px;
	padding: 0 var(--container-padding);
}

.other-crypto__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-flex: 1;
			-ms-flex: 1 1;
					flex: 1 1;
	margin-left: 11%;
}

.other-crypto__link {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
}

.other-crypto__item {
	-webkit-box-flex:  0;
			-ms-flex:  0 0 25%;
					flex:  0 0 25%;
}

.other-crypto__item-link {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}

.other-crypto__link,
.other-crypto__item-link {
	color: #175cff;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.other-crypto__link:hover,
.other-crypto__item-link:hover {
	color: #388ec3;
}

.other-crypto__value {
	font-size: 16px;
}

.other-crypto__diference {
	font-size: 12px;
}

@media (max-width: 1199px){
	.other-crypto {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.other-crypto__list {
		-webkit-box-flex: 0;
				-ms-flex: 0 0 100%;
						flex: 0 0 100%;
		margin: 15px 0 0;
	}
}

@media (max-width: 991px) {
	.other-crypto__list {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.other-crypto__item {
		-webkit-box-flex:  0;
				-ms-flex:  0 0 50%;
						flex:  0 0 50%;
		margin: 0 0 10px;
	}
}

@media (max-width: 575px){
	.other-crypto__item {
		-webkit-box-flex:  0;
				-ms-flex:  0 0 100%;
						flex:  0 0 100%;
	}
}

/* crypto-quotes */
.crypto-quotes {
	margin-top: 30px;
}
.crypto-quotes__table {
	font-size: 16px;
}

.crypto-quotes__title {
	padding: 0 var(--container-padding);
	font-weight: 700;
}

.crypto-quotes__table th {
	background: #175cff;
	padding: 10px var(--container-padding);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.crypto-quotes__table td {
	width: 20%;
	padding: 10px var(--container-padding);
	border-bottom: 1px solid #ddd;
}

.crypto-quotes__sort{
	cursor: pointer;
}

.crypto-quotes__sort:after {
	position: relative;
	top: 15px;
	content: '';
	width: 0;
	height: 0;
	margin-left: 5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	-o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

.crypto-quotes__sort.asc:after,
.crypto-quotes__sort.desc:after {
	opacity: 1;
	visibility: visible;
}

.crypto-quotes__sort.asc:after {
	top: -13px;
	border-bottom: 5px solid #fff;
}

.crypto-quotes__market {
	font-weight: 700;color: #175cff;
}
.crypto-quotes__date {
	margin-top: 3px;
	font-size: 12px;
	color: #999;
}
.crypto-quotes__postfix {
	font-size: 12px;
}

@media (max-width: 991px) {
	.crypto-quotes__table thead {
		display: none;
	}

	.crypto-quotes__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
	}

	td.crypto-quotes__info {
		padding: 0;
		border-radius: 5px 5px 0 0;
	}

	.crypto-quotes__volume {
		border-radius: 0 0 5px 5px;
	}

	.crypto-quotes__table td {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		width: 100%;
		border: none;
	}

	.crypto-quotes__table tr:nth-child(2n + 1) td {
		background: #fff;
	}

	.crypto-quotes__table tr td:last-cild {
		border-bottom: 1px solid #ddd;
	}

	.crypto-quotes__info {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.crypto-quotes__date,
	.crypto-quotes__market {
		content: '';
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
				-ms-flex: 0 0 100%;
						flex: 0 0 100%;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		padding: 10px var(--container-padding);
	}

	.crypto-quotes__date {
		margin: 0;
		font-size: 16px;
		color: #272323;
	}

	.crypto-quotes__market::before {
		content: 'Биржа';
		font-size: 16px;
		color: #272323;
	}

	.crypto-quotes__date::before {
		content: 'Время';
	}

	.crypto-quotes__table td::before {
		display: block;
	}

	.crypto-quotes__value::before {
		content: '';
	}

	.crypto-quotes__currency::before {
		content: 'Валюта: ';
	}

	.crypto-quotes__rate::before {
		content: 'Курс: ';
	}

	.crypto-quotes__change::before {
		content: 'Изменение: ';
	}

	.crypto-quotes__volume::before {
		content: 'Объём: ';
	}
}

@media (max-width: 575px) {
	.crypto-quotes__table,
	.crypto-quotes__market::before,
	.crypto-quotes__date {
		font-size: 13px;
	}
}